@charset "UTF-8";
.introCard {
  background-color: #e6b422;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .introCard {
    border-radius: 30px;
    margin: auto;
    padding-right: 60px;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .introCard {
    border-radius: calc(30 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
    width: 100%;
  }
}

.introCard__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .introCard__visual {
    margin-top: -50px;
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__visual {
    margin-top: calc(-30 / 750 * 100vw);
    width: calc(270 / 750 * 100vw);
  }
}

.introCard__visual .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .introCard__visual .photo {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__visual .photo {
    border-radius: calc(30 / 750 * 100vw);
  }
}

.introCard__cont {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .introCard__cont {
    border-radius: 30px;
    min-height: 300px;
    padding: 60px 50px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__cont {
    border-radius: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introCard__heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__heading {
    font-size: calc(23 / 750 * 100vw);
  }
}

.introCard__heading .small {
  display: block;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .introCard__heading .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__heading .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introCard__heading + .introCard__txt {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .introCard__heading + .introCard__txt {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introCard__txt {
    line-height: 1.71429;
    font-size: 14px;
  }
  .introCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .introCard__txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .introCard__txt:before, .introCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .introCard__txt {
    line-height: 1.5;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
    text-align: justify;
  }
  .introCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .introCard__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .introCard__txt:before, .introCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.introCard--bigImg {
  padding-right: 0;
}

@media print, screen and (min-width: 768px) {
  .introCard--bigImg .introCard__visual {
    margin-right: -100px;
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .introCard--bigImg .introCard__visual {
    margin-right: calc(-50 / 750 * 100vw);
    width: calc(330 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introNum {
    padding-bottom: 70px;
  }
}

.introNum__icon {
  display: block;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .introNum__icon {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .introNum__icon {
    width: calc(230 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect {
    margin-bottom: -215px;
    -webkit-transform: translateY(-215px);
            transform: translateY(-215px);
  }
}

@media screen and (max-width: 768px) {
  .introSect {
    margin-bottom: calc(-100 / 750 * 100vw);
    -webkit-transform: translateY(calc(-100 / 750 * 100vw));
            transform: translateY(calc(-100 / 750 * 100vw));
  }
}

.introSect__head {
  text-align: center;
}

.introSect__head .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .photo {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .photo {
    border-radius: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head .photo + .heading {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .photo + .heading {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.introSect__head .heading {
  font-weight: 500;
  letter-spacing: .38em;
  line-height: 2;
}

.introSect__head .heading:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.introSect__head .heading:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.introSect__head .heading:before, .introSect__head .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .heading {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 132px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__num + .heading {
    margin-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__num + .heading {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    width: calc(535 / 750 * 100vw);
  }
}

.kosodateCard {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kosodateCard__txt {
  height: 100%;
  position: absolute;
  text-orientation: upright;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__txt {
    left: calc(100% + 25px);
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__txt {
    left: calc(100% + (30 / 750 * 100vw));
  }
}

.kosodateCard__txt .txt {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__txt .txt {
    font-size: 22px;
    line-height: 1.6;
  }
  .kosodateCard__txt .txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .kosodateCard__txt .txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .kosodateCard__txt .txt:before, .kosodateCard__txt .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__txt .txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4;
  }
  .kosodateCard__txt .txt:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .kosodateCard__txt .txt:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .kosodateCard__txt .txt:before, .kosodateCard__txt .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.kosodateCard__inner {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__inner {
    border-radius: 30px;
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__inner {
    border-radius: calc(30 / 750 * 100vw);
    width: calc(350 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__inner:hover .kosodateCard__btn {
    background-color: #929292;
  }
  .kosodateCard__inner:hover .kosodateCard__btn .iconArrow {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .kosodateCard__inner:hover .kosodateCard__btn {
    background-color: #929292;
  }
  .kosodateCard__inner:hover .kosodateCard__btn .iconArrow {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.kosodateCard__num {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__num {
    right: calc(100% - 50px);
    top: -85px;
    width: 213px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__num {
    right: calc(100% - (40 / 750 * 100vw));
    top: calc(-50 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
  }
}

.kosodateCard__btn {
  background-color: #505045;
  bottom: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__btn {
    border-radius: 30px 0;
    padding: 27px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__btn {
    border-radius: calc(30 / 750 * 100vw) 0;
    padding: calc(27 / 750 * 100vw);
    width: calc(230 / 750 * 100vw);
  }
}

.kosodateCard__btn .iconArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__btn .iconArrow {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__btn .iconArrow {
    right: calc(20 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
  }
}

.kosodateCard__btn .inner {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard__btn .inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard__btn .inner {
    font-size: calc(20 / 750 * 100vw);
  }
}

.kosodateCard:nth-child(even) .kosodateCard__num {
  right: auto;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard:nth-child(even) .kosodateCard__num {
    left: calc(100% - 50px);
    top: -85px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard:nth-child(even) .kosodateCard__num {
    left: calc(100% - (40 / 750 * 100vw));
    top: calc(-50 / 750 * 100vw);
  }
}

.kosodateCard:nth-child(even) .kosodateCard__txt {
  left: auto;
}

@media print, screen and (min-width: 768px) {
  .kosodateCard:nth-child(even) .kosodateCard__txt {
    right: calc(100% + 25px);
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard:nth-child(even) .kosodateCard__txt {
    right: calc(100% + (30 / 750 * 100vw));
  }
}

@media print, screen and (min-width: 768px) {
  .kosodateCard + .kosodateCard {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateCard + .kosodateCard {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.kosodateNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .kosodateNav {
    gap: 40px;
    padding-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: calc(110 / 750 * 100vw);
  }
}

.kosodateNav__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .kosodateNav__item {
    width: calc(290 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .kosodateNav__item:nth-child(n + 3) {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.kosodateNav__link {
  position: relative;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media print, screen and (min-width: 768px) {
  .kosodateNav__link:hover {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .kosodateNav__link:hover {
    opacity: .8;
  }
}

.kosodateNav__link .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .kosodateNav__link .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateNav__link .photo {
    border-radius: calc(15 / 750 * 100vw);
  }
}

.kosodateNav__num {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .kosodateNav__num {
    bottom: calc(100% - 20px);
    left: -30px;
    width: 139px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateNav__num {
    bottom: calc(100% - (15 / 750 * 100vw));
    left: calc(-30 / 750 * 100vw);
    width: calc(130 / 750 * 100vw);
  }
}

.kosodateSect__head {
  text-align: center;
}

.kosodateSect__head .heading {
  font-weight: 500;
  letter-spacing: .38em;
  line-height: 2;
}

.kosodateSect__head .heading:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.kosodateSect__head .heading:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.kosodateSect__head .heading:before, .kosodateSect__head .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .kosodateSect__head .heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateSect__head .heading {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kosodateSect__head + .kosodateSect__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .kosodateSect__head + .kosodateSect__cont {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.navSect__head .heading {
  font-weight: 500;
  letter-spacing: .3rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .navSect__head .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .navSect__head .heading {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .navSect__head + .navSect__cont {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .navSect__head + .navSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .navSect__cont .kosodateNav + .generalBtn {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .navSect__cont .kosodateNav + .generalBtn {
    margin-top: calc(70 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock {
    margin: auto;
    width: 700px;
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head {
    padding: 0 40px;
  }
}

.questionBlock__head .icon {
  display: block;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head .icon {
    width: 176px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__head .icon {
    width: calc(200 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head .icon + .headingCombi {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__head .icon + .headingCombi {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.questionBlock__head .headingCombi .heading {
  font-weight: 500;
  border-bottom: 5px dotted #000000;
  line-height: 2;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head .headingCombi .heading {
    letter-spacing: .37rem;
    padding: 0 0 54px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__head .headingCombi .heading {
    letter-spacing: .2rem;
    padding: 0 0 calc(50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head .headingCombi .heading + .txt {
    margin-top: 76px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__head .headingCombi .heading + .txt {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head .headingCombi .txt {
    padding: 0 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__head + .questionBlock__visual {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__head + .questionBlock__visual {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.questionBlock__visual .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .questionBlock__visual .photo {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__visual .photo {
    border-radius: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock__visual--2 .photo--small {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__visual--2 .photo--small {
    width: calc(430 / 750 * 100vw);
  }
}

.questionBlock__visual--2 .photo:nth-child(1) {
  position: relative;
  z-index: 2;
}

.questionBlock__visual--2 .photo:nth-child(2) {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .questionBlock__visual--2 .photo:nth-child(2) {
    margin-top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock__visual--2 .photo:nth-child(2) {
    margin-top: calc(-50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock + .questionBlock {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock + .questionBlock {
    margin-top: calc(300 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .questionBlock + .generalBtn {
    margin-top: 135px;
  }
}

@media screen and (max-width: 768px) {
  .questionBlock + .generalBtn {
    margin-top: calc(120 / 750 * 100vw);
  }
}

/* --------------------------------------
.page-sectNameに背景を設定する場合は指定
.page-sectName内を.wrap(コンテンツ幅指定)で囲みます。
※このメモは制作時削除してください。
-------------------------------------- */
@media print, screen and (min-width: 768px) {
  .life-kosodate {
    padding-bottom: 200px;
    padding-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .life-kosodate {
    padding-bottom: calc(100 / 750 * 100vw);
    padding-top: calc(100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .life-num {
    margin-top: 116px;
    padding-bottom: 215px;
    padding-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .life-num {
    margin-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(170 / 750 * 100vw);
    padding-top: calc(100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .life-questions {
    padding-bottom: 270px;
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .life-questions {
    padding-bottom: calc(300 / 750 * 100vw);
    padding-top: calc(130 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .life-nav {
    padding-bottom: 110px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .life-nav {
    padding-bottom: calc(110 / 750 * 100vw);
    padding-top: calc(150 / 750 * 100vw);
  }
}
