@charset "utf-8";
/* CSS Document */

.pc-none {
  display: none;
}

.br-block {
  display: none;
}

html {
  scroll-behavior: smooth;
}

button:hover {
  opacity: 0.7;
}

body {
  background-color: #F6F6F6
}

/*header*/
.sec-header {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.80);
  z-index: 999;
}

.sec-header_box {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-header_logo {
  width: 100px;
  height: 30px;
  object-fit: contain
}

.sec-header_logo-s {
  width: 100px;
  height: 30px;
  object-fit: contain
}

@media (min-width: 1020px) {
  .sec-header_logo {
    width: 150px;
    top: 30px;
    left: 30px;
  }

  .sec-header_logo-s {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}

/*footer*/
.sec-footer {
  margin-top: 60px;
  padding: 30px 0 80px;
  background-color: #FFFFFF;
}

.sec-footer_logo {
  width: 300px;
  margin: 0 auto;
}

.sec-footer img {
  margin: 20px auto;
  width: 150px;
}

.sec-footer-small {
  width: 100%;
  background-color: #FFFFFF;
}

.sec-footer small {
  font-size: 1.2rem;

}

@media (min-width: 1025px) {
  .sec-header {
    height: 100px;
  }

  .sec-header_logo {
    width: 180px;
    height: 50px;
    top: 36px;
    left: 36px;
  }

  .sec-header_logo-s {
    width: 170px;
    height: 50px;
    top: 36px;
    right: 36px;
  }
}

@media (min-width: 1440px) {
  .sec-footer {
    margin: 120px auto 0;
  }
}

.sec-top-po {
  position: relative;
}

.sec-top-h1 picture img {
  width: 100%;
  position: relative;
}

.sec-top a {
  width: 100%;

}

.fixed_btn img {
  width: 70vw;
  max-width: 600px;
  margin: 0 auto;
}

.sec-top-des {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.sec-top-des h2 {
  margin-top: 10px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1120));
  font-weight: 700;
  text-align: center;
  color: #1F40AB;
  line-height: 30px;
  font-feature-settings: "palt";
}

.sec-top-des p {
  margin-top: 10px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  text-align: justify;
  color: #333;
  line-height: 28px;
  font-feature-settings: "palt";
}

.sec-overview-h3 {
  position: relative;
  margin-top: 60px;
  padding-bottom: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1120));
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  font-feature-settings: "palt";
}

.sec-overview-h3::before {
  margin-bottom: 10px;
  content: attr(data-en);
  display: block;
  color: #1F40AB;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-feature-settings: "palt";
}

.sec-overview-h3::after {
  content: '';
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(img/icon1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-overview-des1 {
  max-width: 600px;
  margin: 0 auto;
}

.sec-overview-des1-box1-img {
  width: 75vw;
  max-width: 200px;
  margin: 30px auto 0;
  object-fit: contain;
}

.sec-overview-des1-flex1 {
  padding: 0 10px;
}

.sec-overview-des1-flex1 img {
  width: 25vw;
  max-width: 120px;
  object-fit: contain;
}

.sec-overview-des1-flex1 ul {
  margin-top: 10px;
}

.sec-overview-des1-flex1 ul li {
  padding-right: 10px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 32px;
  text-align: justify;
  font-feature-settings: "palt";
}

.sec-overview-des1-flex2 {
  padding: 0 10px;
}

.sec-overview-des1-flex2 img {
  width: 25vw;
  max-width: 120px;
  object-fit: contain;
}

.sec-overview-des1-flex2 ul {
  margin-top: 10px;
  padding-left: 10px;
}

.sec-overview-des1-flex2 ul li {
  padding-right: 10px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 32px;
  text-align: justify;
  font-feature-settings: "palt";
}

.sec-overview-des2-box1 ul {
  margin-top: 30px;
}

.sec-overview-des2-box1 ul li {
  margin: 10px 20px 0;
  padding: 20px 10px;
  background-color: #fff;
  list-style: none;
}

.sec-overview-des2-box1 ul li img {
  width: 190px;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}

.sec-overview-des2-box1-p1 {
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 3 * ((100vw - 320px) / 1120));
  font-weight: 700;
  line-height: 28px;
  text-align: justify;
  font-feature-settings: "palt";
  border-bottom: 3px solid #84A6B2;
}

.sec-overview-des2-box1-flex {
  width: 100%;
}

.sec-overview-des2-box1-p2 {
  margin-top: 5px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  font-feature-settings: "palt";
}

.sec-overview-p1 {
  margin-top: 60px;
  padding: 0 10px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

.sec-overview-des2-box3 ul {
  margin-top: 20px;
}

.sec-overview-des2-box3 ul li {
  margin-top: 20px;
  padding: 0 20px;
  list-style: none;
}

.sec-overview-des2-box3 ul li img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  object-fit: cover;
}

.sec-overview-des2-box3-p1 {
  margin-top: 10px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(24px + 0 * ((100vw - 320px) / 1120));
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-feature-settings: "palt";
}

.sec-overview-des2-box3-p2 {
  width: 270px;
  margin: 5px auto 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

.sec-overview-des2-box3-p2 span {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
}

.sec-overview-des2-box3 picture img {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
}



.sec-overview-des2-box4 {
  margin-top: 30px;
  padding: 10px 0 30px;
  background-color: #E5F0F4;
}

.sec-overview-h3-h {
  margin-top: 20px;
}

.sec-overview-des2-box4-flex {
  padding: 0 20px;
}

.sec-overview-des2-box4-flex-box1 {
  max-width: 900px;
  margin: 10px auto 0;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.sec-overview-des2-box4-flex-box1-p1 {
  padding: 20px 20px 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1120));
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #1F40AB;
  font-feature-settings: "palt";
}

.sec-overview-des2-box4-flex-box1-p2 {
  padding: 10px 20px 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

.sec-overview-des2-box4-flex-box1-p3 {
  text-align: right;
}

.cv-button {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 0;
  display: block;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.sec-plan-box1 {
  max-width: 550px;
  margin: 20px auto 0;
  padding-bottom: 30px;
}


.sec-overview-h3-2 {
  font-size: calc(16px + 12 * ((100vw - 320px) / 1120));
}

.sec-chart picture {
  max-width: 450px;
  margin: 30px auto;
}

.sec-chart-bk {
  margin-top: 20px;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2)
}

.sec-chart-option {
  padding: 5px 10px;
  background-color: #1F40AB;
  display: inline-block;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(20px + 0 * ((100vw - 320px) / 1120));
  font-weight: 700;
  border-radius: 6px;
}

.sec-chart-h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(28px + 0 * ((100vw - 320px) / 1120));
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #1F40AB;
  font-feature-settings: "palt";
}

.sec-chart-h2 span {
  font-size: calc(20px + 0 * ((100vw - 320px) / 1120));
  line-height: 38px;
  text-align: center;
  color: #333;
}

.sec-chart-p1 {
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

.sec-chart-p2 {
  margin-top: 10px;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 20px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

.sec-chart-img1 {
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;
  object-fit: contain;
}

.sec-chart-img2 img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
}

.sec-chart-banner {
  width: 100%;
  margin-top: 30px;
  object-fit: contain;
}

.sec-chart-banner-p1 {
  margin-top: 30px;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}


.sec-qa ul li {
  margin-top: 10px;
  padding: 20px 10px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: left;
  color: #333;
  font-feature-settings: "palt";
}

.sec-qa-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  font-weight: 700;
}

.sec-qa ul li img {
  width: 25px;
  margin-right: 10px;
  object-fit: contain;
}

.sec-qa ul li p {
  margin-top: 10px;
  padding-left: 35px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
  line-height: 28px;
}

.sec-qa ul li p a {
  text-decoration: none;
}


@media (min-width: 1020px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .br-none {
    display: none;
  }

  .br-block {
    display: block;
  }

  .banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
  }

  .banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  }

  .banner img {
    width: 35vw;
    object-fit: contain;
  }

  .fixed_btn img {
    width: 40vw;
    object-fit: contain;
  }

  .sec-top-des h2 {
    line-height: 36px;
  }

  .sec-top-des p {
    text-align: center;
  }

  .sec-overview {
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec-overview-des1 {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-overview-des2-box1 img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec-overview-des2-title {
    width: 400px;
    margin-top: 30px;
  }

  .sec-overview-des2-box1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec-overview-des2-box1 ul li img {
    margin: 0 30px 0 0;
  }

  .sec-overview-des2-box2 ul {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-overview-des2-box3 ul {
    max-width: 1200px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-overview-p1 {
    text-align: center;
  }

  .sec-overview-des2-box3 picture img {
    margin: 20px auto 0;
  }

  .sec-overview-des2-box4-flex-box1 {
    flex: 1;
  }

  .cv-button {
    max-width: 450px;
  }

  .sec-plan-box1 {
    max-width: 900px;
  }

  .sec-plan-box1 img {
    margin-top: 60px;
  }

  .sec-chart {
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec-chart-bk {
    padding: 40px;
  }

  .sec-chart-flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec-chart-img1 {
    width: 45%;
  }

  .sec-chart-option {
    padding: 0 5px;
    margin-right: 20px;
  }

  .sec-overview-h3-2 {
    line-height: 38px;
  }

  .sec-chart picture {
    max-width: 1200px;
  }

  .sec-qa ul {
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec-qa ul li {
    width: 100%;
    height: 150px;
    max-width: 1200px;
    padding: 20px;
  }

  .sec-qa ul li p {
    padding-left: 35px;
  }
}


@media (min-width: 1440px) {
  .sec-top button {
    max-width: 450px;
  }

}


.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fadeUpTrigger {
  opacity: 0;
}

/*
.sec-info {
  margin-top: 100px;
}

.sec-info-contact {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 30px;
}

.sec-info-des-title {
  margin-top: 30px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-feature-settings: "palt";
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  font-weight: 700;
}

.sec-info-des-box {
  max-width: 600px;
  margin: 30px auto 0;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-feature-settings: "palt";
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
}

.sec-info-des {
  max-width: 1000px;
  margin: 10px auto 60px;
}

.sec-info-des li {
  list-style: none;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 30px;
}

.sec-info-des img {
  width: 80px;
  display: inline-block;
  object-fit: contain;
}

@media (min-width: 1440px) {}


#wrap_contact {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  #wrap_contact {
    width: 100%;
  }
}

#wrap_contact table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 1px 0;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  #wrap_contact table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}

#wrap_contact table tr th,
#wrap_contact table tr td {
  text-align: left;
  vertical-align: middle;
  border: solid #ccc;
  border-width: 1px 0;
}

#wrap_contact table tr th {
  width: 40%;
  background: #DDE9EB;
  padding: 0 15px;
}

@media screen and (max-width: 1100px) {
  #wrap_contact table tr th {
    padding: 0 1em;
  }
}

@media screen and (max-width: 768px) {
  #wrap_contact table tr th {
    width: auto;
    padding: 1em 5%;
    border-width: 0;
  }
}

#wrap_contact table tr td {
  padding: 2em 2em 1em 2em;
}

@media screen and (max-width: 1100px) {
  #wrap_contact table tr td {
    padding: 1em 1em 0em 1em;
  }
}

@media screen and (max-width: 768px) {
  #wrap_contact table tr td {
    border-width: 0;
    width: auto;
    padding: 1em 5%;
  }
}

@media screen and (max-width: 768px) {

  #wrap_contact table,
  #wrap_contact table tbody,
  #wrap_contact table tr,
  #wrap_contact table tr th,
  #wrap_contact table tr td {
    display: block;
  }
}

#wrap_contact form.sent table {
  display: none;
}

@media screen and (max-width: 768px) {
  #wrap_contact form.sent table {
    display: none;
  }
}

div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}

h4.member_txt_sent {
  margin: 2em 0;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: -0.8em 0 1em 0;
}

.wpcf7-not-valid {
  background: #ffd0d1;
}

#wrap_contact table .post {
  margin: 0;
  padding: 0;
}

.member_txt {
  padding: 20px 0 0 0;
}

h3.wpcf7c-elm-step1,
h3.wpcf7c-elm-step2,
h3.wpcf7c-elm-step3 {
  margin: 3em 0 0 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
}

#wrap_contact input[type="text"],
#wrap_contact input[type="tel"],
#wrap_contact input[type="email"],
#wrap_contact input[type="number"],
#wrap_contact textarea {
  padding: 0.7em;
  width: 90%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
  box-shadow: inset 1px 1px 2px #333;
}

@media screen and (max-width: 768px) {}

#wrap_contact input[type="text"].wpcf7c-conf,
#wrap_contact input[type="tel"].wpcf7c-conf,
#wrap_contact input[type="email"].wpcf7c-conf,
#wrap_contact input[type="number"].wpcf7c-conf,
#wrap_contact textarea.wpcf7c-conf {
  background-color: #fff;
  color: black;
  border: 1px solid #fff;
  outline: none;
}

#wrap_contact .form_btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #wrap_contact .form_btn {
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
}

.sent table {
  display: none;
}

#wrap_contact input[type="button"].wpcf7-confirm,
#wrap_contact input[type="button"].wpcf7-back,
#wrap_contact input[type="submit"] {
  -webkit-appearance: none;
  background: #1F40AB;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 250px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin: 0.5em 1em;
  margin-left: 6%;
  box-shadow: 3px 3px 8px #333;
}

@media screen and (max-width: 768px) {

  #wrap_contact input[type="button"].wpcf7-confirm,
  #wrap_contact input[type="button"].wpcf7-back,
  #wrap_contact input[type="submit"] {
    margin: 0.5em 0;
  }
}

#wrap_contact input[type="button"].wpcf7-back {
  background: #666;
}

#wrap_contact table th span {
  color: #dc0003;
  padding: 3px 3px 4px 5px;
  font-size: 18px;
  border-radius: 3px;
  letter-spacing: 0.2em;
}

div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}

div.wpcf7 .ajax-loader::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  animation: rotation 1s linear infinite;
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  box-shadow: none;
  top: initial;
  border-radius: initial;
}

.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #fff;
  background-color: #25ade0;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #25ade0;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step3 .step br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .stepBar.step3 .step br {
    display: block;
  }

  .stepBar .step {
    height: 50px;
    font-size: 13px;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 18px;
    padding: 7px 30px 5px 10px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .stepBar .step:before,
  .stepBar .step:after {
    height: 25px;
  }

  .stepBar .step:nth-of-type(3) {
    padding-top: 17px;
  }
}

.contact_step img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: cover;';
}

.checkbox-1 {
  font-feature-settings: "palt";
}

.checkbox-1 p {
  margin-top: 20px;
}

.checkbox-1 label {
  display: block;
  padding-left: 10px;
}

.checkbox-10 {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-10 label {
  display: block;
  padding-left: 10px;
}

.checkbox-11 {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-11 label {
  padding-left: 40px;
}

.checkbox-12 label {
  display: block;
  font-feature-settings: "palt";
}

.member_txt {
  font-weight: 600;
}

.contact-box th {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 28px;
}

.contact-box td {
  font-size: 1.8rem;
  line-height: 38px;
}

.wpcf7-list-item input {
  vertical-align: baseline;
}

.wpcf7c-elm-step1 {
  font-feature-settings: "palt";
}

.komoji1 {
  font-size: 1.4rem;
}

.komoji2 {
  font-size: 1.4rem;
  color: #dc0003;
  line-height: 24px;
}

.sec-info-form {
  margin-top: 60px;
}

.sec-info-form-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.sec-info-form-p {
  font-size: 1.4rem;
}

.sec-info-k {
  font-size: 2.4rem;
  color: #dc0003;
}

div.screen-reader-response {
  display: none;
}

.contact-img img {
  width: 200px;
  margin: 0 auto 20px;
  display: block;
}

@media (min-width: 800px) {
  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .your-name1 {
    width: 80% !important;
  }

  .contact-img img {
    width: 170px;
  }
}

@media (min-width: 1020px) {
  .checkbox-11 label {
    padding-left: 20px;
  }
}

@media (min-width: 1440px) {
  .sec-info-form-box {
    width: 1440px;
    margin: 0 auto;
  }
}



.sec-info {
  margin-top: 100px;
}

.sec-info-contact {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 30px;
}

.sec-info-des-title {
  margin-top: 30px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-feature-settings: "palt";
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  font-weight: 700;
}

.sec-info-des-box {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-feature-settings: "palt";
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
}

.sec-info-des li {
  list-style: none;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 30px;
}

@media (min-width: 1440px) {}


#wrap_contact {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  #wrap_contact {
    width: 100%;
  }
}

#wrap_contact table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 1px 0;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  #wrap_contact table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}

#wrap_contact table tr th,
#wrap_contact table tr td {
  text-align: left;
  vertical-align: middle;
  border: solid #ccc;
  border-width: 1px 0;
}

#wrap_contact table tr th {
  width: 40%;
  background: #DDE9EB;
  padding: 0 15px;
}

@media screen and (max-width: 1100px) {
  #wrap_contact table tr th {
    padding: 0 1em;
  }
}

@media screen and (max-width: 768px) {
  #wrap_contact table tr th {
    width: auto;
    padding: 1em 5%;
    border-width: 0;
  }
}

#wrap_contact table tr td {
  padding: 2em 2em 1em 2em;
}

@media screen and (max-width: 1100px) {
  #wrap_contact table tr td {
    padding: 1em 1em 0em 1em;
  }
}

@media screen and (max-width: 768px) {
  #wrap_contact table tr td {
    border-width: 0;
    width: auto;
    padding: 1em 5%;
  }
}

@media screen and (max-width: 768px) {

  #wrap_contact table,
  #wrap_contact table tbody,
  #wrap_contact table tr,
  #wrap_contact table tr th,
  #wrap_contact table tr td {
    display: block;
  }
}

#wrap_contact form.sent table {
  display: none;
}

@media screen and (max-width: 768px) {
  #wrap_contact form.sent table {
    display: none;
  }
}

div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}

h4.member_txt_sent {
  margin: 2em 0;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: -0.8em 0 1em 0;
}

.wpcf7-not-valid {
  background: #ffd0d1;
}

#wrap_contact table .post {
  margin: 0;
  padding: 0;
}

.member_txt {
  padding: 20px 0 0 0;
}

h3.wpcf7c-elm-step1,
h3.wpcf7c-elm-step2,
h3.wpcf7c-elm-step3 {
  margin: 3em 0 0 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
}

#wrap_contact input[type="text"],
#wrap_contact input[type="tel"],
#wrap_contact input[type="email"],
#wrap_contact input[type="number"],
#wrap_contact textarea {
  padding: 0.7em;
  width: 90%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
  box-shadow: inset 1px 1px 2px #333;
}

@media screen and (max-width: 768px) {}

#wrap_contact input[type="text"].wpcf7c-conf,
#wrap_contact input[type="tel"].wpcf7c-conf,
#wrap_contact input[type="email"].wpcf7c-conf,
#wrap_contact input[type="number"].wpcf7c-conf,
#wrap_contact textarea.wpcf7c-conf {
  background-color: #fff;
  color: black;
  border: 1px solid #fff;
  outline: none;
}

#wrap_contact .form_btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #wrap_contact .form_btn {
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
}

.sent table {
  display: none;
}

#wrap_contact input[type="button"].wpcf7-confirm,
#wrap_contact input[type="button"].wpcf7-back,
#wrap_contact input[type="submit"] {
  -webkit-appearance: none;
  background: #1F40AB;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 250px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin: 0.5em 1em;
  margin-left: 6%;
  box-shadow: 3px 3px 8px #333;
}

@media screen and (max-width: 768px) {

  #wrap_contact input[type="button"].wpcf7-confirm,
  #wrap_contact input[type="button"].wpcf7-back,
  #wrap_contact input[type="submit"] {
    margin: 0.5em 0;
  }
}

#wrap_contact input[type="button"].wpcf7-back {
  background: #666;
}

#wrap_contact table th span {
  color: #dc0003;
  padding: 3px 3px 4px 5px;
  font-size: 18px;
  border-radius: 3px;
  letter-spacing: 0.2em;
}

div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}

div.wpcf7 .ajax-loader::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  animation: rotation 1s linear infinite;
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  box-shadow: none;
  top: initial;
  border-radius: initial;
}

.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #fff;
  background-color: #25ade0;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #25ade0;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step3 .step br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .stepBar.step3 .step br {
    display: block;
  }

  .stepBar .step {
    height: 50px;
    font-size: 13px;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 18px;
    padding: 7px 30px 5px 10px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .stepBar .step:before,
  .stepBar .step:after {
    height: 25px;
  }

  .stepBar .step:nth-of-type(3) {
    padding-top: 17px;
  }
}

.contact_step img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: cover;';
}

.checkbox-1 {
  font-feature-settings: "palt";
}

.checkbox-1 p {
  margin-top: 20px;
}

.checkbox-1 label {
  display: block;
  padding-left: 10px;
}

.checkbox-10 {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-10 label {
  display: block;
  padding-left: 10px;
}

.checkbox-11 {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-11 label {
  padding-left: 40px;
}

.checkbox-12 label {
  display: block;
  font-feature-settings: "palt";
}

.member_txt {
  font-weight: 600;
}

.contact-box th {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 28px;
}

.contact-box td {
  font-size: 1.8rem;
  line-height: 38px;
}

.wpcf7-list-item input {
  vertical-align: baseline;
}

.wpcf7c-elm-step1 {
  font-feature-settings: "palt";
}

.komoji1 {
  font-size: 1.4rem;
}

.komoji2 {
  font-size: 1.4rem;
  color: #dc0003;
  line-height: 24px;
}

.sec-info-form {
  margin-top: 60px;
}

.sec-info-form-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.sec-info-form-p {
  font-size: 1.4rem;
}

.sec-info-k {
  font-size: 2.4rem;
  color: #dc0003;
}

div.screen-reader-response {
  display: none;
}

.contact-img img {
  width: 200px;
  margin: 0 auto 20px;
  display: block;
}

@media (min-width: 800px) {
  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .your-name1 {
    width: 80% !important;
  }

  .contact-img img {
    width: 170px;
  }
}

@media (min-width: 1020px) {
  .checkbox-11 label {
    padding-left: 20px;
  }
}

@media (min-width: 1440px) {
  .sec-info-form-box {
    width: 1440px;
    margin: 0 auto;
  }
}



.thanks-page-p1 {
  margin-top: 120px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
}

.thanks-page-p2 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.thanks-page-a {
  margin: 60px 0;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #1F40AB;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}

@media (min-width: 1020px) {
  .thanks-page-p1 {
    margin-top: 120px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
  }

  .thanks-page-p2 {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
  }
}
*/

/*menu-page*/
.sec-menu {
  padding-top: 100px;
}

.sec-fee-h4-1 {
  font-weight: 600;
  font-size: calc(24px + 8 * ((100vw - 320px) / 1120));
  font-feature-settings: "palt";
}

.sec-menu-table {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  border-spacing: 0px;
}

.sec-menu-table caption {
  width: 100%;
  padding: 10px 0;
  background-color: #84A6B2;
  font-weight: 600;
  font-size: calc(20px + 0 * ((100vw - 320px) / 1120));
  color: #fff;
}

.sec-menu-table th,
.sec-menu-table td {
  padding: 20px 10px;
  display: block;
  vertical-align: middle;
  border: 1px solid #84A6B2;
  background-color: #fff;
}

.sec-menu-table-span1 {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: calc(20px + 0 * ((100vw - 320px) / 1120));
  text-align: left;
  vertical-align: top;
}

.sec-menu-table-span2 {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1120));
  text-align: justify;
  line-height: 140%;
}

.sec-menu-table td a {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  color: #000;
  background-color: #FFEB00;
  border-radius: 6px;
}

@media (min-width: 1020px) {

  .sec-menu-table th,
  .sec-menu-table td {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
  }

  .sec-menu-table th {
    width: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-menu-table td {
    width: 30%;
  }
}

/*/menu-page*/


/*cp-banner*/
.cp-banner {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  object-fit: contain;
}

/*/cp-banner*/