@charset "UTF-8";
/*
* 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;
  }
}

/*
* 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;
  /*
  * company info
  */
  /*
  * company history
  */
}
.contets-section .inner-box .contents-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 .contents-title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 24px;
}
.contets-section .inner-box figure {
  text-align: center;
}
.contets-section .inner-box .contents-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 36px;
}
.contets-section .inner-box .pc {
  display: block;
}
.contets-section .inner-box .sp {
  display: none;
}
.contets-section .inner-box .company-info {
  margin: 30px 0;
}
.contets-section .inner-box .company-info ol {
  width: 100%;
  position: relative;
  display: block;
}
.contets-section .inner-box .company-info ol li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #E0E0E0;
}
.contets-section .inner-box .company-info ol li section {
  display: flex;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contets-section .inner-box .company-info ol li section .company-info-title {
  width: 30%;
}
.contets-section .inner-box .company-info ol li section .company-info-title h3 {
  font-size: 18px;
}
.contets-section .inner-box .company-info ol li section .company-info-text {
  width: 70%;
}
.contets-section .inner-box .company-info ol li section .company-info-text p {
  font-size: 16px;
  font-weight: 400;
}
.contets-section .inner-box .company-info ol li section .company-info-text dl {
  display: block;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
.contets-section .inner-box .company-info ol li section .company-info-text dl:last-child {
  margin-bottom: 0;
}
.contets-section .inner-box .company-info ol li section .company-info-text dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.contets-section .inner-box .company-info ol li section .company-info-text dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 15px;
}
.contets-section .inner-box .company-info ol li section .company-info-text dl dd a {
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  text-decoration: underline !important;
  display: contents;
}
.contets-section .inner-box .company-history {
  margin: 30px 0;
}
.contets-section .inner-box .company-history ol {
  width: 100%;
  position: relative;
  display: block;
}
.contets-section .inner-box .company-history ol li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #E0E0E0;
}
.contets-section .inner-box .company-history ol li section {
  display: flex;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contets-section .inner-box .company-history ol li section .company-history-title {
  width: 30%;
}
.contets-section .inner-box .company-history ol li section .company-history-title h3 {
  font-size: 18px;
}
.contets-section .inner-box .company-history ol li section .company-history-text {
  width: 70%;
}
.contets-section .inner-box .company-history ol li section .company-history-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@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%;
    /*
    * company info
    */
    /*
    * company history
    */
  }
  .contets-section .inner-box .contents-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 .contents-title p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    font-weight: 400;
  }
  .contets-section .inner-box figure img {
    width: 100%;
  }
  .contets-section .inner-box .pc {
    display: none;
  }
  .contets-section .inner-box .sp {
    display: block;
  }
  .contets-section .inner-box .company-info ol li section {
    display: block;
  }
  .contets-section .inner-box .company-info ol li section .company-info-title {
    width: 100%;
  }
  .contets-section .inner-box .company-info ol li section .company-info-title h3 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .contets-section .inner-box .company-info ol li section .company-info-title h3::before {
    content: "■";
    position: absolute;
    left: 0;
  }
  .contets-section .inner-box .company-info ol li section .company-info-text {
    width: 100%;
  }
  .contets-section .inner-box .company-info ol li section .company-info-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .contets-section .inner-box .company-history ol li {
    border-bottom: unset;
  }
  .contets-section .inner-box .company-history ol li section {
    display: block;
  }
  .contets-section .inner-box .company-history ol li section .company-history-title {
    width: 100%;
  }
  .contets-section .inner-box .company-history ol li section .company-history-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contets-section .inner-box .company-history ol li section .company-history-text {
    width: 100%;
    padding-left: 20px;
    border-left: solid 2px #E0E0E0;
  }
}
@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;
  }
}