/*
* 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;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box .title-text {
  width: 100%;
}
.title-contents .inner-box .title-area h3 {
  color: #2DB0E3;
  background-image: url(../image/contets-title-bar.svg);
}
.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;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    background-size: 60px;
    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 {
    background-size: 85px;
    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;
  }
  .title-contents .inner-box .pc {
    display: none;
  }
  .title-contents .inner-box .sp {
    display: block;
  }
}

/*
* contents btn section start
*/
.contets-section {
  background-color: #E6EEF2;
  /* TAB setting start */
  /* SP setting start */
}
.contets-section .inner-box {
  background-color: white;
}
.contets-section ol li section a {
  background-color: #2DB0E3;
  background-image: url(../image/cta-arrow-skyblue.svg);
}
.contets-section ol li section br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contets-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box ol li section h3 {
    line-height: 24px;
  }
  .contets-section .inner-box ol li section br {
    display: block;
  }
}