@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}

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

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}

.top_kv {
  padding: 290px 0 205px;
  background: url(../img/support-h1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .top_kv {
    padding: 180px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .top_kv {
    padding-top: 140px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv {
    background: url(../img/support-h1_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 170px 0 55px;
  }
}

@media screen and (max-width: 320px) {
  .top_kv {
    padding: 135px 0 40px;
  }
}

.top_kv h1 {
  color: #16B0DC;
  font-size: 45px;
  margin-bottom: 23px;
  text-align: left;
  font-weight: normal;
}

.top_kv h1 span {
  font-size: 52px;
}

@media screen and (max-width: 1024px) {
  .top_kv h1 {
    font-size: 30px;
  }
  .top_kv h1 span {
    font-size: 37px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv h1 {
    font-size: 20px;
  }
  .top_kv h1 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .top_kv h1 {
    font-size: 18px;
  }
  .top_kv h1 span {
    font-size: 22px;
  }
}

.top_kv p.sub-text {
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .top_kv p.sub-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv p.sub-text {
    font-size: 13px;
  }
}

/* support Section */
.support-section {
  background: #F4FCFF;
}

.support-section .support-container {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .support-section .support-container {
    width: 90%;
  }
}

.support-section .support-container h2 {
  color: #16b0dc;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .support-section .support-container h2 {
    margin-bottom: 20px;
  }
}

.support-section .support-container p {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .support-section .support-container p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.support-section .support-container .supports-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 61px;
}

@media screen and (max-width: 1024px) {
  .support-section .support-container .supports-grid {
    gap: 40px;
  }
}

@media screen and (max-width: 540px) {
  .support-section .support-container .supports-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.support-section .support-container .supports-grid .support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 540px) {
  .support-section .support-container .supports-grid .support-card {
    width: 90%;
    margin: 0 auto;
  }
}

.support-section .support-container .supports-grid .support-card img {
  width: 207px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .support-section .support-container .supports-grid .support-card img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .support-section .support-container .supports-grid .support-card img {
    width: 120px;
  }
}

.support-section .support-container .supports-grid .support-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 23px;
}

@media screen and (max-width: 540px) {
  .support-section .support-container .supports-grid .support-card h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.support-section .support-container .supports-grid .support-card p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .support-section .support-container .supports-grid .support-card p {
    font-size: 14px;
  }
}

/* five support Section */
.five-supports-section .five-supports-container {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

.five-supports-section .five-supports-container .five-supports-header {
  text-align: center;
  margin-bottom: 53px;
}

.five-supports-section .five-supports-container .five-supports-header h2 {
  color: #16b0dc;
  margin-bottom: 33px;
}

@media screen and (max-width: 540px) {
  .five-supports-section .five-supports-container .five-supports-header {
    margin-bottom: 30px;
  }
}

.five-supports-section .five-supports-container .five-supports-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .five-supports-section .five-supports-container .five-supports-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 540px) {
  .five-supports-section .five-supports-container .five-supports-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.five-supports-section .five-supports-container .five-supports-grid .five-support-card {
  width: calc((100% - 60px) / 3);
  background: white;
  border-radius: 20px;
  padding: 32px 10px;
  -webkit-box-shadow: 0px 0px 14px rgba(22, 176, 220, 0.3);
          box-shadow: 0px 0px 14px rgba(22, 176, 220, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 25px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    padding-left: 25px;
    -webkit-box-shadow: 0px 0px 11px rgba(22, 176, 220, 0.3);
            box-shadow: 0px 0px 11px rgba(22, 176, 220, 0.3);
    border-radius: 12px;
  }
}

@media screen and (max-width: 540px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card {
    padding: 20px 0;
    padding-left: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card {
    padding-left: 15px;
    gap: 15px;
  }
}

.five-supports-section .five-supports-container .five-supports-grid .five-support-card img {
  width: 60px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card img {
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card img {
    width: 50px;
  }
}

.five-supports-section .five-supports-container .five-supports-grid .five-support-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 540px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card h3 {
    margin-bottom: 5px;
  }
}

.five-supports-section .five-supports-container .five-supports-grid .five-support-card p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .five-supports-section .five-supports-container .five-supports-grid .five-support-card p {
    font-size: 13px;
  }
}

/* Fee Section */
.Fee-section {
  padding-top: 0;
}

.Fee-section .Fee-container {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}

.Fee-section .Fee-container .Fee-header {
  text-align: center;
  margin-bottom: 53px;
}

.Fee-section .Fee-container .Fee-header h2 {
  color: #16b0dc;
  margin-bottom: 33px;
}

@media screen and (max-width: 540px) {
  .Fee-section .Fee-container .Fee-header h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .Fee-section .Fee-container .Fee-header {
    margin-bottom: 40px;
  }
}

.Fee-section .Fee-container .Fee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}

@media screen and (max-width: 540px) {
  .Fee-section .Fee-container .Fee-grid {
    gap: 10px;
  }
}

.Fee-section .Fee-container .Fee-grid .Fee-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 0;
  border-radius: 10px;
}

.Fee-section .Fee-container .Fee-grid .Fee-card.one, .Fee-section .Fee-container .Fee-grid .Fee-card.two {
  background-position: 50%;
  background-size: cover;
}

.Fee-section .Fee-container .Fee-grid .Fee-card.one {
  background-image: url(../img/plan.png);
}

.Fee-section .Fee-container .Fee-grid .Fee-card.two {
  background-image: url(../img/pay.png);
}

@media screen and (max-width: 540px) {
  .Fee-section .Fee-container .Fee-grid .Fee-card {
    padding: 50px 0 40px 0;
  }
  .Fee-section .Fee-container .Fee-grid .Fee-card.one, .Fee-section .Fee-container .Fee-grid .Fee-card.two {
    background-position: 50%;
    background-size: cover;
  }
  .Fee-section .Fee-container .Fee-grid .Fee-card.one {
    background-image: url(../img/plan_sp.png);
  }
  .Fee-section .Fee-container .Fee-grid .Fee-card.two {
    background-image: url(../img/pay_sp.png);
  }
}

.Fee-section .Fee-container .Fee-grid .Fee-card .text {
  text-align: center;
}

.Fee-section .Fee-container .Fee-grid .Fee-card .text h3 {
  position: relative;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
}

.Fee-section .Fee-container .Fee-grid .Fee-card .text h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  height: 44px;
  background: #fff;
  border-radius: 999px;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .Fee-section .Fee-container .Fee-grid .Fee-card .text h3::after {
    width: 120px;
    height: 40px;
  }
}

.Fee-section .Fee-container .Fee-grid .Fee-card .text p {
  padding-top: 20px;
}

/* QA Section */
.QA-section {
  background-color: #F4FCFF;
}

.QA-section .QA-header {
  text-align: center;
  margin-bottom: 53px;
}

@media screen and (max-width: 540px) {
  .QA-section .QA-header {
    margin-bottom: 40px;
  }
}

.QA-section .QA-header h2 {
  color: #16b0dc;
}

.QA-section .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 770px;
  margin: auto;
  padding: 0 15px;
}

@media screen and (max-width: 540px) {
  .QA-section .column {
    gap: 10px;
  }
}

.QA-section .faq-item {
  border-radius: 10px;
}

.QA-section .faq-item .faq-question {
  background: #fff;
  border: 1px solid #16B0DC;
  border-radius: 10px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.QA-section .faq-item .faq-question .faq-text {
  color: #16B0DC;
  font-size: 18px;
  font-weight: bold;
}

.QA-section .faq-item .faq-question .faq-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.QA-section .faq-item .faq-question .faq-arrow::before, .QA-section .faq-item .faq-question .faq-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #16B0DC;
  left: 0;
}

.QA-section .faq-item .faq-question .faq-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}

.QA-section .faq-item .faq-question .faq-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2px;
}

.QA-section .faq-item .faq-answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows .4s ease;
  transition: grid-template-rows .4s ease;
  transition: grid-template-rows .4s ease, -ms-grid-rows .4s ease;
}

.QA-section .faq-item .faq-answer > div {
  overflow: hidden;
}

.QA-section .faq-item .faq-answer p {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.6;
}

.QA-section .faq-item .faq-answer a {
  color: #16B0DC;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 40px 20px 40px;
  font-size: 18px;
}

.QA-section .faq-item.active .faq-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.QA-section .faq-item.active .faq-answer {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

@media screen and (max-width: 540px) {
  .QA-section .faq-item .faq-question {
    border-radius: 5px;
    padding: 15px 15px;
  }
  .QA-section .faq-item .faq-question .faq-text {
    font-size: 16px;
  }
  .QA-section .faq-item .faq-answer p {
    padding: 20px 15px;
    font-size: 14px;
  }
  .QA-section .faq-item .faq-answer a {
    padding: 0px 15px 20px 15px;
    font-size: 14px;
  }
}

/* Contact Section */
.contact-section {
  position: relative;
  padding: 60px 0 100px;
  background: url(../img/about-contact-bg.png) center/cover;
}

@media screen and (max-width: 540px) {
  .contact-section {
    background: url(../img/about-contact-bg_sp.png) center/cover;
    padding: 40px 0 70px;
  }
}

.contact-section .contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 173, 222, 0.58);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.contact-section .contact-container {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.contact-section .contact-container .contact-header h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0, 49, 76, 0.52);
  margin-bottom: 4px;
  padding: 20px 0;
  background: radial-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .contact-header h2 {
    text-shadow: 0px 0px 10px rgba(0, 49, 76, 0.52);
  }
}

.contact-section .contact-container .contact-header p {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .contact-header p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.contact-section .contact-container .service-cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .contact-section .contact-container .service-cards-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid {
    max-width: 280px;
    margin: 0 auto 40px;
  }
}

.contact-section .contact-container .service-cards-grid .service-card {
  background: white;
  border-radius: 13px;
  padding: 39px 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-section .contact-container .service-cards-grid .service-card {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid .service-card {
    padding: 24px;
  }
}

.contact-section .contact-container .service-cards-grid .service-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 12px;
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid .service-card h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.contact-section .contact-container .service-cards-grid .service-card img {
  width: 258px;
  margin: 0 auto 12px;
}

@media screen and (max-width: 1024px) {
  .contact-section .contact-container .service-cards-grid .service-card img {
    width: 225px;
  }
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid .service-card img {
    margin-bottom: 0;
  }
}

.contact-section .contact-container .service-cards-grid .service-card p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .contact-section .contact-container .service-cards-grid .service-card p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid .service-card p {
    text-align: justify;
  }
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .service-cards-grid .service-card br.tb {
    display: none;
  }
}

.contact-section a.cta-btn {
  max-width: 300px;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .contact-section a.cta-btn {
    max-width: 230px;
    font-size: 15px;
  }
}

.contact-section a.cta-btn::before {
  width: 26px;
  height: 20px;
  left: 35px;
}

@media screen and (max-width: 540px) {
  .contact-section a.cta-btn::before {
    width: 21px;
    height: 17px;
    left: 31px;
  }
}
/*# sourceMappingURL=style.css.map */