/*
* title contents common setting start
*/
.title-contents {
  /*background-image: url(../image/caontents-title-bg.svg);*/
  background-position-y: bottom;
  background-repeat: repeat-x;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.title-contents .inner-box .title-area, .title-contents .inner-box .title-text {
  position: relative;
  z-index: 100;
}
.title-contents .inner-box .title-area {
  padding: 60px 0;
}
.title-contents .inner-box .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 60px;
}
.title-contents .inner-box .title-area h2 .sp {
  display: block;
}
.title-contents .inner-box .title-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  padding-bottom: 20px;
  /*color: color.$sky-blue;
  background-image: url(../image/contets-title-bar.svg);*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.title-contents .inner-box .title-text {
  width: 800px;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}
.title-contents .inner-box .title-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.title-contents .inner-box .image-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  z-index: 50;
}
.title-contents .inner-box .image-area img {
  width: 100%;
}
.title-contents .inner-box .pc {
  display: block;
}
.title-contents .inner-box .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0;
  }
  .title-contents .inner-box .title-area {
    padding: 30px 0;
    display: table;
    width: 100%;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    padding-bottom: 20px;
    display: table-header-group;
    background-image: unset !important;
    height: 30px;
  }
  .title-contents .inner-box .title-text {
    width: 80%;
    padding: 3%;
  }
  .title-contents .inner-box .title-text p {
    font-size: 16px;
  }
  .title-contents .inner-box .image-area {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    padding: 4% 0;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    width: 100%;
    text-align: center;
    display: table;
  }
  .title-contents .inner-box .title-area h2 {
    display: table-footer-group;
  }
  .title-contents .inner-box .title-area h2 .sp {
    display: none;
  }
  .title-contents .inner-box .title-text {
    width: 92%;
    margin: 0 4%;
    /*margin-top: 130px;*/
    padding: 6% 4%;
  }
  .title-contents .inner-box .title-text-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .title-contents .inner-box .image-area {
    width: 100%;
    height: unset;
    top: unset;
  }
  .title-contents .inner-box .image-area img {
    width: 100%;
  }
  .title-contents .inner-box .pc {
    display: none;
  }
  .title-contents .inner-box .sp {
    display: block;
  }
}

/*
* contents btn section start
*/
.contets-section {
  /*background-color: color.$ivory;*/
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
  /* TAB setting start */
  /* SP setting start */
}
.contets-section .inner-box {
  width: 1280px;
  /*background-color: color.$white;*/
  border-radius: 30px;
  padding: 60px 30px;
  margin: 0 auto;
}
.contets-section ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.contets-section ol li section {
  width: 100%;
}
.contets-section ol li section a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  /*background-color: color.$sky-blue;*/
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
  color: white;
  /*background-image: url(../image/cta-arrow-skyblue.svg);*/
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}
.contets-section ol li section a span {
  font-size: 14px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .contets-section {
    padding: 4%;
    padding-top: 0%;
    padding-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    width: 100%;
  }
  .contets-section ol {
    gap: 20px;
  }
  .contets-section ol li section a span {
    display: inline-grid;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contets-section {
    padding-top: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    padding: 30px 15px;
  }
  .contets-section ol {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
* title contents each setting start
*/
.title-contents {
  background-image: url(../image/contents-title-bg-lightblue.svg);
  background-size: 60px;
  background-position-y: 400px;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box {
  padding-bottom: 0;
}
.title-contents .inner-box .title-text {
  width: 100%;
}
.title-contents .inner-box .title-area {
  text-align: center;
}
.title-contents .inner-box .title-area h3 {
  color: #2DB0E3;
  background-image: url(../image/contets-title-bar.svg);
  background-position-x: center;
}
.title-contents .inner-box .title-area p {
  font-size: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 34px;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area h3 {
    background-image: url(../image/contets-title-bar.svg) !important;
    display: table-footer-group !important;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    margin-bottom: 8%;
    padding-bottom: 0;
  }
  .title-contents .inner-box .title-area h2 {
    display: block;
    margin-top: 20px;
  }
  .title-contents .inner-box .title-area h3 {
    background-image: unset !important;
    display: table-header-group !important;
  }
  .title-contents .inner-box .title-area p {
    margin-bottom: 0;
  }
  .title-contents .inner-box .title-text {
    width: auto;
    margin-top: 8%;
  }
  .title-contents .inner-box .title-text-bg {
    background-image: unset;
    padding-top: unset;
  }
  .title-contents .inner-box .image-area {
    top: 20px;
  }
}

/*
* contents btn section start
*/
.contets-section {
  background-color: #E6EEF2;
  /* SP setting start */
}
.contets-section .inner-box {
  background-color: white;
}
.contets-section .inner-box .contents-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.contets-section .inner-box .contents-title h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contets-section .inner-box .contents-title p {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
}
.contets-section .inner-box .contents-title p::before {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #2DB0E3;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
}
.contets-section ol {
  display: block;
}
.contets-section ol li {
  margin-bottom: 124px;
  position: relative;
}
.contets-section ol li::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../image/flow-arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -80px;
}
.contets-section ol li:last-child {
  margin-bottom: 0px;
}
.contets-section ol li:last-child::after {
  display: none;
}
.contets-section ol li section {
  max-width: 890px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
}
.contets-section ol li section .img-area {
  width: 22%;
  height: 120px;
  position: relative;
  display: block;
}
.contets-section ol li section .img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.contets-section ol li section .flow-list-contents {
  display: block;
  width: 62%;
  margin-left: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contets-section ol li section .flow-list-contents h3 {
  font-size: 27px;
  line-height: 36px;
  color: #2DB0E3;
}
.contets-section ol li section .flow-list-contents h3 span {
  background-color: #2DB0E3;
  color: white;
  font-size: 24px;
  padding: 5px 10px;
  border-radius: 5px;
}
.contets-section ol li section .flow-list-contents h4 {
  font-size: 21px;
  line-height: 32px;
  margin: 15px 0;
}
.contets-section ol li section .flow-list-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .contets-section {
    padding-top: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    padding: 60px 15px;
  }
  .contets-section .inner-box .contents-title h2 {
    font-size: 28px;
  }
  .contets-section .inner-box p {
    font-size: 18px;
  }
  .contets-section .inner-box p::before {
    top: 50px !important;
  }
  .contets-section ol li::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .contets-section ol li:last-child {
    margin-bottom: 0px;
  }
  .contets-section ol li:last-child::after {
    display: none;
  }
  .contets-section ol li section {
    display: block;
  }
  .contets-section ol li section .img-area {
    width: 100%;
    height: auto;
  }
  .contets-section ol li section .img-area img {
    position: relative;
  }
  .contets-section ol li section .flow-list-contents {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .contets-section ol li section .flow-list-contents h3 {
    font-size: 24px;
  }
  .contets-section ol li section .flow-list-contents h3 span {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contets-section ol li section .flow-list-contents h4 {
    font-size: 21px;
    line-height: 32px;
    margin: 15px 0;
  }
  .contets-section ol li section .flow-list-contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.faq {
  padding: 50px 0 !important;
}
.faq ol {
  padding: 0 3%;
}

.faq {
  width: 100%;
  padding: 100px 0;
  background-color: #F8F8F8;
}
.faq .inner-box {
  width: 1280px;
  margin: 0 auto;
}
.faq .faq-title {
  text-align: center;
}
.faq .faq-title h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 54px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq .faq-title h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #2DB0E3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.faq .faq-title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}
.faq ol {
  width: 980px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.faq ol li {
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #E0E0E0;
  padding: 30px;
  margin-bottom: 40px;
}
.faq ol li:last-child {
  margin-bottom: 0;
}
.faq ol li dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #2DB0E3;
  cursor: pointer;
}
.faq ol li dt:hover {
  opacity: 0.5;
}
.faq ol li dt h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  padding: 10px 0;
  padding-left: 60px;
  position: relative;
  background-image: url(../image/faq-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 50%;
  flex: 1;
}
.faq ol li dt span {
  width: 20px;
  height: 12px;
  background-image: url(../image/faq-arrow-open.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: auto;
}
.faq ol li dt span.active {
  background-image: url("../image/faq-arrow-close.svg");
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  background-size: auto;
}
.faq ol li dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0;
}
.faq ol li dd.active {
  display: block;
  max-height: 200px;
  padding: 10px 0;
}
.faq .faq-cta {
  width: 480px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.faq .faq-cta a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  display: block;
  font-size: 21px;
  line-height: 32px;
  background-color: #2DB0E3;
  padding: 20px 0;
  border-radius: 50px;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
.faq p {
  margin-top: 40px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.faq p br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .faq {
    width: 100%;
    padding: 8% 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .faq .inner-box {
    width: 100%;
  }
  .faq .faq-title {
    text-align: center;
  }
  .faq .faq-title h2 {
    font-size: 32px;
  }
  .faq .faq-title p {
    font-size: 21px;
  }
  .faq ol {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .faq .faq-title h2 {
    font-size: 28px;
  }
  .faq .faq-title p {
    font-size: 21px;
  }
  .faq ol {
    width: 100%;
    margin-top: 30px;
  }
  .faq ol li {
    padding: 15px;
    margin-bottom: 20px;
  }
  .faq ol li dt h3 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px;
  }
  .faq ol li dd {
    font-size: 18px;
  }
  .faq .faq-cta {
    width: 100%;
  }
  .faq .faq-cta a {
    font-size: 16px;
  }
  .faq p {
    font-size: 16px;
    line-height: 24px;
  }
  .faq p br {
    display: block;
  }
}