/*
* 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/caontents-title-bg.svg);
  background-size: 125px;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box .title-area {
  padding-top: 100px;
  padding-left: 50px;
}
.title-contents .inner-box .title-area h2 {
  color: white;
  text-shadow: 3px 3px 3px #101010;
}
.title-contents .inner-box .title-area h3 {
  color: white;
  text-shadow: 3px 3px 3px #101010;
  background-image: url(../image/contets-title-bar.svg);
}
.title-contents .inner-box .title-area p {
  color: white;
  font-size: 21px;
  line-height: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  text-shadow: 3px 3px 3px #101010;
}
.title-contents .inner-box .title-text {
  width: 1180px;
  margin: 0 auto;
}
.title-contents .inner-box .image-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 440px;
  z-index: 50;
}
.title-contents .inner-box .image-area img {
  width: 100%;
  border-radius: 80px;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    background-size: 12%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    padding-top: 8%;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 32px;
  }
  .title-contents .inner-box .title-area h3 {
    display: table-footer-group;
    line-height: 30px;
  }
  .title-contents .inner-box .title-area p {
    font-size: 18px;
    margin-bottom: 2%;
  }
  .title-contents .inner-box .title-text {
    width: 100%;
  }
  .title-contents .inner-box .image-area {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    background-size: 9rem;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    padding-left: 0;
    padding-top: 3rem;
    background-image: url(../image/about-title-bg-sp.webp);
    background-size: cover;
    border-radius: 15px;
    margin: 0;
    height: 15rem;
    width: 92%;
    margin: 0 auto;
  }
  .title-contents .inner-box .title-area h2 {
    display: table-row;
    line-height: 64px;
    text-shadow: unset;
  }
  .title-contents .inner-box .title-area h3 {
    background-image: unset;
    display: table-header-group;
    text-shadow: unset;
  }
  .title-contents .inner-box .title-area p {
    text-shadow: unset;
  }
  .title-contents .inner-box .title-text-bg {
    padding: 0 4%;
  }
  .title-contents .inner-box .title-text {
    margin-top: 2rem;
  }
  .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: #F9F8F4;
  /* TAB setting start */
  /* SP setting start */
}
.contets-section .inner-box {
  background-color: white;
}
.contets-section ol li section {
  border-radius: 15px;
}
.contets-section ol li section a {
  display: grid;
  height: 290px;
  background-color: unset !important;
  background-image: unset;
  background-size: cover;
}
.contets-section ol li section a h3 {
  font-size: 46px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 3px 3px 10px #101010;
  text-align: center;
}
.contets-section ol li:nth-child(1) a {
  background-image: url(../image/strengths-banner-01.webp);
}
.contets-section ol li:nth-child(2) a {
  background-image: url(../image/strengths-banner-02.webp);
}
.contets-section ol li:nth-child(3) a {
  background-image: url(../image/strengths-banner-03.webp);
}
.contets-section ol li:nth-child(4) a {
  background-image: url(../image/strengths-banner-04.webp);
}
.contets-section ol li section a {
  padding: 4.5rem 0;
  height: unset;
}
.contets-section ol li section a h3 {
  font-size: 32px;
}
.contets-section ol li:nth-child(2) section a h3, .contets-section ol li:nth-child(4) section a h3 {
  font-size: 24px;
}