/*
* 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 .inner-box {
  padding-bottom: 0;
}
.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;
  line-height: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
}
.title-contents .inner-box .title-area .pc {
  display: contents;
}
.title-contents .inner-box .title-area br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    width: 100%;
    padding: 0% 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .title-area h3 {
    font-size: 18px;
    line-height: 46px;
    background-image: unset !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 20px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area .pc {
    display: none;
  }
  .title-contents .inner-box .title-area br {
    display: block;
  }
  .title-contents .inner-box .title-area h2 {
    line-height: 42px;
  }
  .title-contents .inner-box .title-area h3 {
    display: table-header-group;
  }
  .title-contents .inner-box .title-area p {
    margin-bottom: 0;
  }
  .title-contents .inner-box-inside {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
  }
}

/*
* contents each setting start
*/
.contets-section {
  background-color: #F9F8F4;
  padding: 40px;
}
.contets-section .inner-box {
  width: 1280px;
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
  background-color: white;
}
.contets-section .inner-box ol {
  width: 100%;
  display: block;
}
.contets-section .inner-box ol li .access-title {
  margin-bottom: 40px;
}
.contets-section .inner-box ol li .access-title h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  background-image: url(../image/about-access-titile-bar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 15px;
  background-position: bottom left;
}
.contets-section .inner-box ol li .access-map {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contets-section .inner-box ol li .access-map iframe {
  width: 100%;
  height: 550px;
  border-radius: 5px;
}
.contets-section .inner-box ol li .access-info {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 30px;
}
.contets-section .inner-box ol li .access-info h3 {
  font-size: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
}
.contets-section .inner-box ol li .access-info h3::before {
  content: "";
  position: absolute;
  background-image: url(../image/about-access-title-icon.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  left: -30px;
  top: 2px;
}
.contets-section .inner-box ol li .access-info ol {
  display: block;
  width: 100%;
}
.contets-section .inner-box ol li .access-info ol li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
  display: block;
  font-weight: 400;
}
.contets-section .inner-box ol li .access-info ol li a {
  color: #101010;
  display: contents;
  font-size: 16px;
  font-weight: 400;
}
.contets-section .inner-box ol li .access-info ol li strong {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contets-section {
    padding: 4%;
    padding-bottom: 8% !important;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    width: 100%;
  }
  .contets-section .inner-box ol li .access-title h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    background-image: url(../image/about-access-titile-bar-sp.svg);
  }
  .contets-section .inner-box ol li .access-map {
    width: 100%;
  }
  .contets-section .inner-box ol li .access-map iframe {
    width: 100%;
    height: 250px;
  }
  .contets-section .inner-box ol li .access-info {
    width: 100%;
  }
  .contets-section .inner-box ol li .access-info ol li {
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .contets-section {
    padding: 4%;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .inner-box {
    width: 100%;
    display: table;
  }
}

/*
* contents each setting start
*/
.contets-section .about-list ol {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.contets-section .about-list a {
  background-color: #064599;
  background-image: url(../image/cta-btn-darkblue.svg);
}
.contets-section .about-list br {
  display: none;
}
@media screen and (max-width: 768px) {
  .contets-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contets-section .about-list ol {
    grid-template-columns: repeat(1, 1fr);
  }
  .contets-section .about-list a {
    line-height: 24px;
  }
  .contets-section .about-list br {
    display: none;
  }
}