@charset "UTF-8";
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*******************************
tsushin_early
*******************************/
@media screen and (max-width: 599px) {
  #contents {
    overflow: hidden;
  }
}

#sec01 {
  text-align: center;
}
#sec01 h2 {
  font-size: 275%;
  font-weight: 900;
  color: #00336A;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em;
}
@media screen and (max-width: 599px) {
  #sec01 h2 {
    font-size: 160%;
  }
}
#sec01 h2::before {
  content: "";
  width: 2px;
  height: 1.25em;
  background: #00336A;
  transform: rotate(-45deg);
  display: inline-block;
  margin: 0 0.75em -0.25em 0;
}
@media screen and (max-width: 599px) {
  #sec01 h2::before {
    margin: 0 0.35em -0.25em 0;
  }
}
#sec01 h2::after {
  content: "";
  width: 2px;
  height: 1.25em;
  background: #00336A;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 -0.25em 0.75em;
}
@media screen and (max-width: 599px) {
  #sec01 h2::after {
    margin: 0 0 -0.25em 0.25em;
  }
}
#sec01 h2 .line {
  position: absolute;
  left: 0;
  bottom: 0.15em;
  background: rgba(255, 238, 0, 0.6196078431);
  width: 100%;
  height: 0.35em;
  z-index: -1;
  transform: translateX(-100%);
}
#sec01 h2 .line.is-inview {
  transform: translateX(0);
  transition: opacity 0.8s, transform 0.8s;
}
#sec01 .wrap01 {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  max-width: 90%;
  opacity: 0;
  transform: translateY(-2em);
}
#sec01 .wrap01.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 {
    display: block;
  }
}
#sec01 .wrap01 section {
  width: 47.5%;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
#sec01 .wrap01 section h3 {
  border: 2px solid #EABA6B;
  border-radius: 100px;
  font-size: 150%;
  font-weight: 900;
  text-align: center;
  padding: 0.15em 0;
  background: #f8f8f8;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section h3 {
    font-size: 120%;
  }
}
#sec01 .wrap01 section h3 .icon01 {
  display: inline-block;
  width: 1.5em;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0.15em;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section h3 .icon01 {
    width: 1.25em;
  }
}
#sec01 .wrap01 section h3 .icon01.right {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 0.25em;
}
#sec01 .wrap01 section p {
  text-align: center;
  font-size: 112.5%;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section p {
    font-size: 100%;
  }
}
#sec01 .wrap01 section .list01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  padding-bottom: 0.5em;
}
#sec01 .wrap01 section .list01::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #d33f49;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  background: #fff;
  margin-top: -0.25em;
}
#sec01 .wrap01 section .list01 ul {
  border-radius: 1em;
  border-bottom: 2px solid #d33f49;
  padding: 0 3em 1em;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section .list01 ul {
    padding-right: 0;
    padding-left: 0;
  }
}
#sec01 .wrap01 section .list01 ul li {
  font-size: 112.5%;
}
@media screen and (max-width: 599px) {
  #sec01 .wrap01 section .list01 ul li {
    font-size: 100%;
  }
}
#sec01 .wrap01 section .list01 ul li strong {
  color: #d33f49;
}

.earlyBenefits {
  margin: 60px auto;
  position: relative;
}
.earlyBenefits .icon02 {
  position: absolute;
  width: 15em;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .icon02 {
    position: static;
    width: 10em;
    margin: -1em auto 0;
  }
}
.earlyBenefits .tac {
  text-align: center;
}
.earlyBenefits h2 {
  font-size: 275%;
  font-weight: 900;
  color: #00336A;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits h2 {
    font-size: 160%;
  }
}
.earlyBenefits h2::before {
  content: "";
  width: 2px;
  height: 1.25em;
  background: #00336A;
  transform: rotate(-45deg);
  display: inline-block;
  margin: 0 0.75em -0.25em 0;
}
@media screen and (max-width: 599px) {
  .earlyBenefits h2::before {
    margin: 0 0.35em -0.25em 0;
  }
}
.earlyBenefits h2::after {
  content: "";
  width: 2px;
  height: 1.25em;
  background: #00336A;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 -0.25em 0.75em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits h2::after {
    margin: 0 0 -0.25em 0.25em;
  }
}
.earlyBenefits h2 .line {
  position: absolute;
  left: 0;
  bottom: 0.15em;
  background: rgba(255, 238, 0, 0.6196078431);
  width: 100%;
  height: 0.35em;
  z-index: -1;
  transform: translateX(-100%);
}
.earlyBenefits h2 .line.is-inview {
  transform: translateX(0);
  transition: opacity 0.8s, transform 0.8s;
}
.earlyBenefits h4 {
  font-size: 200%;
  font-weight: 900;
  color: #00336A;
  margin-top: 20px;
  margin-bottom: 0.65em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .earlyBenefits h4 {
    font-size: 150%;
    margin: 0 auto;
  }
}
.earlyBenefits .wrap01 {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  max-width: 90%;
  opacity: 0;
  transform: translateY(-2em);
}
.earlyBenefits .wrap01.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 {
    display: block;
  }
}
.earlyBenefits .wrap01 section {
  width: 47.5%;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.earlyBenefits .wrap01 section h3 {
  border: 2px solid #EABA6B;
  border-radius: 100px;
  font-size: 150%;
  font-weight: 900;
  text-align: center;
  padding: 0.15em 0;
  background: #f8f8f8;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section h3 {
    font-size: 120%;
  }
}
.earlyBenefits .wrap01 section h3 .icon01 {
  display: inline-block;
  width: 1.5em;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0.15em;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section h3 .icon01 {
    width: 1.25em;
  }
}
.earlyBenefits .wrap01 section h3 .icon01.right {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 0.25em;
}
.earlyBenefits .wrap01 section h3.small {
  font-size: 130%;
  min-height: 38px;
  padding-top: 8px;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section h3.small {
    font-size: 95%;
    padding-top: 5px;
    min-height: 26px;
  }
}
.earlyBenefits .wrap01 section h3 .red {
  color: #d33f49;
}
.earlyBenefits .wrap01 section p {
  text-align: center;
  font-size: 112.5%;
}
@media screen and (max-width: 599px) {
  .earlyBenefits .wrap01 section p {
    font-size: 100%;
    text-align: left;
  }
}
.earlyBenefits.earlyBenefits02 .tac {
  position: relative;
}
.earlyBenefits.earlyBenefits02 .tac::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 150px;
  height: 151px;
  background-image: url(../images/ttl-earlyBenefits02.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .tac::after {
    top: -60px;
    transform: translateY(0);
    right: 20px;
    width: 90px;
    height: 91px;
  }
}
.earlyBenefits.earlyBenefits02 h2 {
  font-size: 195%;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 h2 {
    font-size: 5.8vw;
  }
}
.earlyBenefits.earlyBenefits02 h2::before, .earlyBenefits.earlyBenefits02 h2::after {
  display: none;
}
.earlyBenefits.earlyBenefits02 h3 {
  width: 90%;
  max-width: 630px;
  margin: 24px auto;
  border: 2px solid #d33f49;
  color: #000;
  border-radius: 100px;
  font-size: 150%;
  font-weight: 900;
  text-align: center;
  padding: 0.15em 0;
  background: #f8f8f8;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 h3 {
    font-size: 3.9vw;
  }
}
.earlyBenefits.earlyBenefits02 h3 .icon01 {
  display: inline-block;
  width: 1.5em;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0.15em;
}
.earlyBenefits.earlyBenefits02 h3 .red {
  color: #d33f49;
}
.earlyBenefits.earlyBenefits02 .wrap02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  background: #F9F7F1;
  background: linear-gradient(90deg, #F9F7F1 0%, #EFFBFF 100%);
  padding: 1.5em 2.5%;
  margin: 0 auto;
  max-width: 90%;
  opacity: 0;
  transform: translateY(-2em);
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 {
    padding: 8px;
    gap: 24px;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
.earlyBenefits.earlyBenefits02 .wrap02 .txt {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 .txt {
    width: 100%;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02 .txt h4 {
  margin: 0 auto 8px auto;
  font-size: 180%;
  color: #d33f49;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 .txt h4 {
    font-size: 6vw;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02 .txt ul li {
  position: relative;
  font-size: 130%;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 .txt ul li {
    position: relative;
    font-size: 4vw;
    padding-left: 30px;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02 .txt ul li:not(:last-child) {
  margin-bottom: 8px;
}
.earlyBenefits.earlyBenefits02 .wrap02 .txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 25px;
  background-image: url(../images/check.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 .txt ul li::before {
    width: 20px;
    height: 20px;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02 .img {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 .img {
    width: 100%;
  }
}
.earlyBenefits.earlyBenefits02 .wrap02 .img img {
  width: calc((100% - 8px) / 2);
  height: auto;
}
.earlyBenefits.earlyBenefits02 .wrap02 + p {
  text-align: center;
  font-size: 110%;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 .wrap02 + p {
    font-size: 100%;
  }
}
.earlyBenefits.earlyBenefits02 ol {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.earlyBenefits.earlyBenefits02 ol li {
  font-size: 110%;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 599px) {
  .earlyBenefits.earlyBenefits02 ol li {
    font-size: 100%;
  }
}

#sec02 {
  margin-top: 3.5em;
  text-align: center;
  transform: translateY(-2em);
  opacity: 0;
}
#sec02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
#sec02 h2 {
  font-size: 200%;
  color: #00336A;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  #sec02 h2 {
    font-size: 137.5%;
    line-height: 1.4;
  }
}
#sec02 .img01 {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

#sec03 {
  margin-top: 4.5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sec03 {
    margin-top: 3em;
  }
}
#sec03 h2 {
  font-size: 250%;
  font-weight: 900;
  color: #00336A;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em;
  margin-bottom: -0.35em;
}
@media screen and (max-width: 599px) {
  #sec03 h2 {
    font-size: 175%;
    line-height: 1.3;
    margin-bottom: -0.5em;
  }
}
#sec03 h2 span {
  font-size: 80%;
}
#sec03 h2 .line {
  position: absolute;
  left: 0;
  bottom: 0.15em;
  background: rgba(255, 238, 0, 0.6196078431);
  width: 100%;
  height: 0.35em;
  z-index: -1;
  transform: translateX(-100%);
}
@media screen and (max-width: 599px) {
  #sec03 h2 .line {
    bottom: 1.35em;
  }
}
#sec03 h2 .line.is-inview {
  transform: translateX(0);
  transition: opacity 0.8s, transform 0.8s;
}

.layout01 {
  margin-top: 2.5em;
  display: flex;
  justify-content: space-between;
  text-align: left;
  background: #F9F7F1;
  background: linear-gradient(90deg, #F9F7F1 0%, #EFFBFF 100%);
  padding: 1.5em 2.5%;
  opacity: 0;
  transform: translateX(2em);
  transition: opacity 0.8s, transform 0.8s;
}
.layout01.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .layout01 {
    display: block;
    margin-top: 1.5em;
  }
}
.layout01.layout02 {
  flex-direction: row-reverse;
  background: #F9F7F1;
  background: linear-gradient(90deg, #EFFBFF 0%, #F9F7F1 100%);
  transform: translateX(-2em);
}
.layout01.layout02.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.layout01 .box01 {
  width: 52%;
}
@media screen and (max-width: 599px) {
  .layout01 .box01 {
    width: 100%;
    text-align: center;
  }
}
.layout01 .box01 h3 {
  font-size: 112.5%;
  font-weight: 500;
  background: #00336A;
  color: #fff;
  padding: 0.2em 1em;
  margin-bottom: 0.15em;
  display: inline-block;
  border-radius: 0 0.35em 0.35em 0;
}
@media screen and (max-width: 599px) {
  .layout01 .box01 h3 {
    font-size: 87.5%;
  }
}
.layout01 .box01 h3 strong {
  font-size: 120%;
  margin-left: 0.2em;
}
.layout01 .box01 h3 strong b {
  font-size: 120%;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.15em;
}
@media screen and (max-width: 599px) {
  .layout01 .box01 section {
    text-align: left;
  }
}
.layout01 .box01 section h4 {
  font-size: 200%;
  font-weight: 900;
  color: #00336A;
  margin-bottom: 0.65em;
  line-height: 1.35;
}
@media screen and (max-width: 599px) {
  .layout01 .box01 section h4 {
    font-size: 150%;
    text-align: center;
  }
}
.layout01 .box01 section h4 span {
  font-size: 85%;
}
.layout01 .box01 section h4 strong {
  font-weight: 900;
}
.layout01 .box01 section h4 strong b {
  color: #d33f49;
  font-weight: 900;
}
.layout01 .box01 section .img01 {
  display: block;
  width: 60%;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 599px) {
  .layout01 .box01 section .img01 {
    margin: 0.75em auto 1.5em;
  }
}
.layout01 .list01 {
  width: 44%;
}
@media screen and (max-width: 599px) {
  .layout01 .list01 {
    width: 100%;
  }
}
.layout01 .list01 li:not(:last-child) {
  margin-bottom: 1.25em;
}

/*******************************
departmentArea
*******************************/
#departmentArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 3.5em auto;
}

#departmentArea h2 {
  width: 100%;
  background-color: #00336A;
  color: #fff;
  font-size: 22px;
  padding: 15px 20px;
  font-weight: bold;
}

#departmentArea a {
  width: calc((100% - 80px) / 3);
}

#departmentArea .departmentImg {
  position: relative;
  width: 100%;
  height: 250px;
}

#departmentArea .departmentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#departmentArea .departmentImg .name {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px 1em;
  background: rgba(0, 51, 106, 0.9);
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
}

#departmentArea .name span {
  display: block;
  font-size: 85%;
}

#departmentArea .departmentClass {
  font-weight: 500;
  color: #00336A;
  text-decoration: underline;
  margin-top: 0.5em;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #departmentArea {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  #departmentArea {
    margin-top: 3em;
    width: 90%;
    gap: 1.25em;
  }
  #departmentArea h2 {
    font-size: 16px;
    padding: 10px 0 10px 10px;
  }
  #departmentArea a {
    width: 100% !important;
  }
  #departmentArea .departmentImg {
    height: 200px;
  }
  #departmentArea .departmentImg .name {
    font-size: 13px;
  }
}
.bnrArea01 {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .bnrArea01 {
    margin-bottom: 2em;
  }
}
.bnrArea01 a {
  display: block;
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
}
.bnrArea01 a img {
  width: 100%;
  height: auto;
}

.cta {
  position: relative;
  margin-bottom: 16px;
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .cta {
    padding-bottom: 2.5em;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
.cta__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .cta__wrap {
    max-width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .cta__wrap {
    max-width: 90%;
  }
}
.cta__content {
  width: calc((100% - 80px) / 3);
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1960784314);
}
@media screen and (max-width: 599px) {
  .cta__content {
    width: 100%;
  }
}
.cta__img {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .cta__img {
    height: 200px;
  }
}
.cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__txt {
  padding: 32px 32px 0 32px;
}
@media screen and (max-width: 599px) {
  .cta__txt {
    padding: 20px 20px 0 20px;
  }
}
.cta__txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta__txt dl {
  display: flex;
  font-weight: bold;
}
.cta__txt dl:first-of-type {
  margin-top: 20px;
}
.cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #00336A;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
  box-sizing: border-box;
  position: absolute;
  bottom: 32px;
  width: 80%;
  left: 10%;
  font-size: 16px;
}