@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- wrapper -- */
.load {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 2000;
}
.load img {
  width: 100%;
  max-width: none;
}
.load-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 39.531%;
  height: 100vh;
}
.load-logo img {
  width: 54.263%;
  padding-bottom: 8.5%;
}
.load-img {
  position: relative;
  width: 60.469%;
  height: 100vh;
}
.load-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .load {
    display: block;
  }
  .load-logo {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
  }
  .load-logo img {
    width: 57.33%;
  }
  .load-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
  }
}

/* -- page -- */
.pagetit {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
.pagetxt {
  font-size: 13px;
  line-height: 1.4615384615;
  margin-top: 15px;
}
.pagebtn {
  margin-top: 46px;
  width: 170px;
}
.pagebtn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 56px;
  background: rgb(77, 156, 185);
  border: none;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
  font-size: 15px;
  color: #FFF;
  box-shadow: 3px 3px 10px rgba(131, 131, 131, 0.16);
}
@media screen and (min-width: 901px) {
  .pagebtn a:hover {
    color: #4D9CB9;
    background: rgba(77, 156, 185, 0.1);
    opacity: 1;
  }
}
.pagebtn span {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 56px;
  background: rgb(77, 156, 185);
  border: none;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
  font-size: 15px;
  color: #FFF;
  box-shadow: 3px 3px 10px rgba(131, 131, 131, 0.16);
}
@media screen and (max-width: 900px) {
  .pagebtn {
    margin-top: 36px;
    width: 140px;
  }
  .pagebtn a {
    height: 46px;
    font-size: 13px;
    font-weight: 600;
  }
}

/* -- itemlist -- */
.itemlist {
  margin-top: 13px;
}
.itemlist li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
.itemlist li:not(:last-child) {
  margin-bottom: 6px;
}
.itemlist a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(43, 46, 52, 0.5);
}

/* -- section01 -- */
.section01 {
  position: relative;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1145px;
}
.section01-tit {
  position: absolute;
  top: 0.7%;
  right: 0.4%;
  width: 12.315%;
  max-width: 141px;
  z-index: 20;
}
.section01-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.section01-box-imgcnt {
  position: relative;
  width: calc(100% - 406px);
}
.section01-box-imgcnt-txt {
  position: absolute;
  top: 28.7%;
  left: -0.5%;
  width: 27.741%;
}
.section01-box-imgcnt-img {
  padding-left: 2.572%;
}
.section01-box-txtcnt {
  margin-bottom: 9px;
  width: 355px;
}
.section01-box-txtcnt .pagetxt {
  max-width: 337px;
}
@media screen and (max-width: 1185px) {
  .section01 {
    margin: 60px 20px 0;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section01 {
    margin: 47px auto 0;
  }
  .section01-tit {
    top: -16px;
    right: 4.3%;
    width: 21.9%;
    max-width: none;
  }
  .section01-box {
    display: block;
  }
  .section01-box-imgcnt {
    width: auto;
  }
  .section01-box-imgcnt-txt {
    top: 52.7%;
    left: 3.5%;
    width: 34%;
  }
  .section01-box-imgcnt-img {
    padding-left: 0;
  }
  .section01-box-txtcnt {
    margin: 33px 29px 0;
    width: auto;
  }
  .section01-box-txtcnt .pagetxt {
    max-width: none;
  }
}

/* -- section02 -- */
.section02 {
  margin: 140px auto 0;
  width: 100%;
  max-width: 1145px;
}
.section02-img {
  text-align: center;
}
.section02-txtcnt {
  margin: 48px auto 0;
  max-width: 585px;
}
@media screen and (max-width: 1185px) {
  .section02 {
    margin: 140px 20px 0;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section02 {
    margin: 100px auto 0;
  }
  .section02-txtcnt {
    margin: 33px 29px 0;
    max-width: none;
  }
}

/* -- section03 -- */
.section03 {
  margin: 140px auto 0;
  width: 100%;
  max-width: 1138px;
}
@media screen and (min-width: 901px) {
  .section03-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .section03-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    background: #707070;
    content: "";
  }
  .section03-box > * {
    width: 39.983%;
  }
}
.section03-box-img {
  text-align: center;
}
.section03-box-txtcnt {
  margin-top: 48px;
}
@media screen and (max-width: 1178px) {
  .section03 {
    margin: 140px 20px 0;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section03 {
    margin: 100px 29px 0;
  }
  .section03-box > *:not(:last-child) {
    margin-bottom: 100px;
  }
  .section03-box-txtcnt {
    margin-top: 33px;
  }
}

/* -- section06 -- */
.section06 {
  margin: 140px auto 0;
  width: 100%;
  max-width: 1032px;
}
.section06-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 4.264%;
}
.section06-box-imgcnt {
  position: relative;
  width: calc(100% - 388px);
}
.section06-box-imgcnt-txt {
  position: absolute;
  top: 29%;
  left: -21%;
  width: 49.5%;
}
.section06-box-txtcnt {
  margin-bottom: 9px;
  width: 355px;
}
.section06-box-txtcnt .pagetxt {
  max-width: 350px;
}
@media screen and (max-width: 1072px) {
  .section06 {
    margin: 140px 20px 0;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section06 {
    margin: 100px auto 0;
  }
  .section06-box {
    display: block;
    padding-left: 0;
  }
  .section06-box-imgcnt {
    width: 100%;
  }
  .section06-box-imgcnt-txt {
    top: 28.7%;
    left: 3.8%;
    width: 27.3%;
  }
  .section06-box-txtcnt {
    margin: 33px 29px 0;
    width: auto;
  }
  .section06-box-txtcnt .pagetxt {
    max-width: none;
  }
}

/* -- section07 -- */
.section07 {
  padding-top: calc(200px + 8.1vw);
  overflow-x: hidden;
}
.section07-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 880px) {
  .section07-box {
    margin: 0 20px;
    width: auto;
  }
}
.section07-box-tit {
  margin-left: 2.5%;
  width: 54.524%;
}
.section07-box-model {
  position: absolute;
  bottom: 4%;
  right: 0.1%;
  width: 18.096%;
}
.section07-box-img01 {
  position: absolute;
  top: -23.1%;
  right: -26.1%;
  width: 58.93%;
  z-index: -1;
}
.section07-box-txtcnt {
  margin: 8.2% 0 0 2.6%;
  width: 59%;
}
.section07-box-txtcnt .pagetit {
  font-size: 23px;
}
.section07-box-txtcnt .pagetxt {
  margin-top: 24px;
}
.section07-box-img02 {
  margin: 9.9% 0 0 1.7%;
  width: 75.358%;
}
@media screen and (max-width: 900px) {
  .section07 {
    padding-top: 179px;
  }
  .section07-box {
    margin: 0 29px;
  }
  .section07-box-tit {
    margin-left: 0;
    width: 100%;
  }
  .section07-box-model {
    position: static;
    margin-top: 20.4%;
    width: 42.9%;
  }
  .section07-box-img01 {
    top: 21vw;
    right: -33%;
    width: 82%;
  }
  .section07-box-txtcnt {
    margin: 20.4% 0 0 0;
    width: auto;
    max-width: 600px;
  }
  .section07-box-txtcnt .pagetit {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .section07-box-img02 {
    margin: 17% 0 0 2.4%;
    width: 100.6%;
  }
}

/* -- section08 -- */
.section08 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 71px;
  padding: 202px 0 220px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(247, 246, 236) 21%, rgb(247, 246, 236) 21%, rgb(247, 246, 236) 79%, rgb(255, 255, 255) 100%);
}
.section08-img {
  width: 43.924%;
}
.section08-img img {
  width: 100%;
  max-width: none;
}
.section08-box {
  width: calc(56.076% - 10px);
}
.section08-box-img img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 901px) {
  .section08-box-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 67.462%;
  }
  .section08-box-img > * {
    width: calc((100% - 10px) / 2);
  }
}
.section08-box-txtcnt {
  margin: 129px auto 0;
  padding-right: 0.7%;
  width: 66.3%;
}
.section08-box-txtcnt .pagetit {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 600;
  font-size: 27px;
  margin-top: 68px;
}
.section08-box-txtcnt .pagetxt {
  margin-top: 24px;
}
.section08-box-txtcnt .pagebtn a {
  color: #2B2E34;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 901px) {
  .section08-box-txtcnt .pagebtn a:hover {
    color: #2B2E34;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .section08 {
    display: block;
    position: relative;
    margin-top: 31px;
    padding: 144px 0 226px;
  }
  .section08-img {
    margin-top: 75px;
    width: 81.6%;
  }
  .section08-box {
    width: auto;
  }
  .section08-box-img {
    position: absolute;
    top: 144px;
    right: 0;
    width: 33%;
  }
  .section08-box-img > *:not(:last-child) {
    margin-bottom: 4px;
  }
  .section08-box-txtcnt {
    margin: 72px 29px 0;
    padding-right: 0;
    width: auto;
  }
  .section08-box-txtcnt-tit {
    max-width: 317px;
  }
  .section08-box-txtcnt .pagetit {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-top: 48px;
  }
  .section08-box-txtcnt .pagebtn {
    margin-top: 45px;
  }
}

/* -- section09 -- */
.section09 {
  position: relative;
}
.section09-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 71px auto 0;
  padding: 0 31px 0 50px;
}
.section09-box01-txtcnt {
  text-align: right;
  margin-top: 7px;
  width: 54.3%;
}
.section09-box01-txtcnt-tit {
  margin-right: 10px;
}
.section09-box01-txtcnt-txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #FF2C16;
  margin: 45px 0 0 auto;
  width: 61%;
}
.section09-box01-txtcnt-txt span {
  font-size: 8px;
}
@media screen and (max-width: 1260px) {
  .section09-box01-txtcnt-txt {
    width: 55%;
  }
}
.section09-box01-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: -24%;
  width: 69.261%;
  mix-blend-mode: darken;
}
.section09-box01-item > * {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 901px) {
  .section09-box01-item > * {
    width: 19.102%;
  }
  .section09-box01-item > *:not(:nth-child(5n+3)) {
    margin-right: 1.1225%;
  }
  .section09-box01-item > *:nth-child(3) {
    margin-right: 38.204%;
  }
  .section09-box01-item > *:not(:nth-last-child(-n+5)) {
    margin-bottom: 1.1%;
  }
  .section09-box01-item > * > img {
    width: 100%;
    max-width: none;
    transition: opacity 0.6s;
  }
  .section09-box01-item > *:hover > img {
    opacity: 0.2;
  }
  .section09-box01-item > *:hover .section09-box01-item-txt {
    opacity: 1;
  }
}
.section09-box01-item-num {
  position: absolute;
  top: 5%;
  left: 6%;
  width: 15.9%;
}
.section09-box01-item-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FF2C16;
  height: fit-content;
  opacity: 0;
  transition: opacity 0.6s;
}
.section09-box01-item-txt a {
  color: #FF2C16;
}
.section09-box01-item-txt a span {
  font-size: 9px;
}
@media screen and (min-width: 901px) {
  .section09-box01-item-txt a:hover {
    opacity: 1;
  }
}
.section09-box01-item-txt-sub {
  line-height: 1.3636363636;
  display: block;
  margin-bottom: 3px;
}
.section09-box01-item-txt-link {
  line-height: 1.8181818182;
  text-decoration: underline;
  display: block;
}
.section09-box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 258px auto 0;
  max-width: 1366px;
}
.section09-box02-imgcnt {
  position: relative;
  width: 53.88%;
}
.section09-box02-imgcnt-img {
  position: relative;
}
.section09-box02-imgcnt-img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img01/top/section09-box02-imgcnt-img_line.png) no-repeat 0 0/100%;
  content: "";
}
.section09-box02-imgcnt-tit {
  position: absolute;
  top: 6.35%;
  right: 15.5%;
  width: 10.734%;
}
.section09-box02-box {
  margin: 0 auto;
  width: 27.599%;
}
.section09-box02-box-txtcnt .pagetit {
  font-size: 24px;
  margin-top: 68px;
}
.section09-box02-box-txtcnt .pagetxt {
  margin-top: 34px;
}
.section09-box02-box-txtcnt-link {
  margin-top: 70px;
}
.section09-box02-box-txtcnt-link a {
  text-align: center;
  display: block;
  padding: 25px 24px 24px;
  background: rgb(239, 238, 235);
  transition: background 0.6s;
}
@media screen and (min-width: 901px) {
  .section09-box02-box-txtcnt-link a:hover {
    opacity: 1;
    background: rgba(239, 238, 235, 0.5);
  }
}
.section09-box02-box-txtcnt-link-tit {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.04em;
  display: block;
}
.section09-box02-box-txtcnt-link-tit span {
  font-size: 9px;
}
.section09-box02-box-txtcnt-link-txt {
  display: block;
  margin-top: 1px;
}
@media screen and (max-width: 900px) {
  .section09-box01 {
    display: block;
    margin: -46px 0 0;
    padding: 0 15px;
  }
  .section09-box01-txtcnt {
    margin-top: 0;
    width: auto;
  }
  .section09-box01-txtcnt-tit {
    margin: 0 0 0 11px;
    width: 72.464%;
  }
  .section09-box01-txtcnt-txt {
    font-size: 13px;
    line-height: 1.3076923077;
    letter-spacing: -0.05em;
    margin: 49px 0 0;
    width: auto;
  }
  .section09-box01-txtcnt-txt span {
    letter-spacing: -0.05em;
  }
  .section09-box01-item {
    justify-content: center;
    margin: 66px 0 0;
    width: auto;
  }
  .section09-box01-item > * {
    cursor: auto;
    margin-bottom: 36px;
    width: calc((100% - 5px) / 2);
  }
  .section09-box01-item > *:not(:nth-child(2n)) {
    margin-right: 5px;
  }
  .section09-box01-item-num {
    top: 4.5%;
    width: auto;
  }
  .section09-box01-item-num img {
    width: auto;
    height: 18px;
  }
  .section09-box01-item-txt {
    position: static;
    margin-top: 2px;
    opacity: 1;
  }
  .section09-box01-item-txt-sub {
    margin: 5px 0 2px;
  }
  .section09-box01-item-txt-link {
    line-height: 1.75;
  }
  .section09-box02 {
    display: block;
    position: relative;
    margin-top: 110px;
    padding-top: 46.4%;
  }
  .section09-box02-imgcnt {
    width: 96%;
  }
  .section09-box02-imgcnt-img::after {
    transform: scale(-1, 1);
  }
  .section09-box02-imgcnt-tit {
    top: -96px;
    right: 10.5%;
    width: 16%;
  }
  .section09-box02-box {
    margin: 48px 29px 0;
    width: auto;
  }
  .section09-box02-box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 37.3%;
  }
  .section09-box02-box-txtcnt .pagetit {
    font-size: 22px;
    margin-top: 0;
  }
  .section09-box02-box-txtcnt .pagetxt {
    margin-top: 24px;
  }
  .section09-box02-box-txtcnt-link {
    margin-top: 46px;
  }
  .section09-box02-box-txtcnt-link a {
    padding: 21px 15px 23px;
  }
  .section09-box02-box-txtcnt-link-tit {
    font-size: 15px;
  }
  .section09-box02-box-txtcnt-link-txt {
    font-size: 12px;
  }
}

/* -- section10 -- */
.section10 {
  margin: 250px auto 0;
  width: 100%;
  max-width: 1000px;
  background: #EFEEEA;
}
@media screen and (min-width: 901px) {
  .section10-slider .splide__list {
    display: flex !important;
    flex-wrap: wrap;
  }
  .section10-slider .splide__slide {
    width: 25%;
  }
}
.section10-box {
  color: #1B5D2A;
  text-align: center;
  margin: 95px 0 99px;
  padding: 0 20px;
}
.section10-box .pagetit {
  font-size: 22px;
  font-weight: 600;
  margin-top: 93px;
}
.section10-box .pagetxt {
  line-height: 1.8461538462;
  margin-top: 25px;
}
.section10-box-dotted {
  margin-top: 33px;
}
.section10-box .pagebtn {
  margin: 38px auto 0;
}
.section10-box .pagebtn a {
  background: rgb(27, 93, 42);
}
@media screen and (min-width: 901px) {
  .section10-box .pagebtn a:hover {
    color: rgb(27, 93, 42);
    background: rgba(27, 93, 42, 0.2);
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .section10 {
    margin: 250px 20px;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section10 {
    margin: 180px auto 0;
  }
  .section10-box {
    margin: 65px 0 78px;
    padding: 0 18px;
  }
  .section10-box .pagetit {
    margin-top: 56px;
  }
  .section10-box .pagetxt {
    line-height: 1.6923076923;
    margin-top: 23px;
  }
  .section10-box-dotted {
    margin: 31px auto 0;
    width: 3px;
  }
  .section10-box .pagebtn {
    margin: 30px auto 0;
  }
  .section10-box .pagebtn a {
    color: rgb(27, 93, 42);
    border: 1px solid rgb(27, 93, 42);
    background: #FFF;
  }
}

/* -- section11 -- */
.section11 {
  margin: 250px auto 0;
  padding: 0 73px;
  max-width: 1366px;
}
.section11 > * {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.section11 > *:nth-child(1) .section11-imgcnt-txt01 {
  top: 50.4%;
  left: -6.8%;
  width: 21.912%;
}
.section11 > *:nth-child(1) .section11-imgcnt-txt02 {
  top: 69.5%;
  right: 20.8%;
  width: 12.06%;
}
.section11 > *:nth-child(2) {
  margin-top: 80px;
  flex-direction: row-reverse;
}
.section11 > *:nth-child(2) .section11-imgcnt-txt01 {
  top: 62%;
  left: 4%;
  width: 20%;
}
.section11 > *:nth-child(2) .section11-imgcnt-txt02 {
  top: 64.4%;
  right: -2.9%;
  width: 33.677%;
}
.section11 > *:nth-child(2) .section11-txtcnt {
  margin: 14.3% 0 0 0.6%;
}
.section11-imgcnt {
  position: relative;
  margin: 0 0.4% 0 0.6%;
  width: 55.738%;
}
.section11-imgcnt-txt01, .section11-imgcnt-txt02 {
  position: absolute;
}
.section11-txtcnt {
  width: 37.705%;
}
.section11-txtcnt-titcnt-tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 24px;
}
.section11-txtcnt-txtcnt {
  margin-top: 65px;
}
.section11-txtcnt-txtcnt > *:not(:last-child) {
  margin-bottom: 53px;
}
.section11-txtcnt-txtcnt-tit {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.section11-txtcnt-txtcnt .pagetit {
  font-size: 22px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .section11 {
    position: relative;
    margin: 181px auto 0;
    padding: 210px 29px 0;
  }
  .section11 > * {
    display: block;
  }
  .section11 > *:nth-child(1) .section11-imgcnt-txt01 {
    top: 5.6%;
    left: 6%;
    width: 33%;
  }
  .section11 > *:nth-child(1) .section11-imgcnt-txt02 {
    top: 65.5%;
    right: 17.5%;
    width: 14.8%;
  }
  .section11 > *:nth-child(2) {
    margin-top: 98px;
  }
  .section11 > *:nth-child(2) .section11-imgcnt {
    margin: 0 -29px 0 0;
  }
  .section11 > *:nth-child(2) .section11-imgcnt-txt01 {
    top: 74%;
    left: 4%;
    width: 24.3%;
  }
  .section11 > *:nth-child(2) .section11-imgcnt-txt02 {
    top: 7.5%;
    right: 5.3%;
    width: 40.6%;
  }
  .section11 > *:nth-child(2) .section11-txtcnt {
    margin: 0;
  }
  .section11-imgcnt {
    margin: 0 0 0 -29px;
    width: auto;
  }
  .section11-txtcnt {
    width: auto;
  }
  .section11-txtcnt-titcnt {
    position: absolute;
    top: 0;
    right: 29px;
    left: 29px;
    margin: 0 auto;
  }
  .section11-txtcnt-titcnt-subtit {
    max-width: 317px;
  }
  .section11-txtcnt-titcnt-tit {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 21px;
  }
  .section11-txtcnt-txtcnt {
    margin-top: 29px;
  }
  .section11-txtcnt-txtcnt > *:not(:last-child) {
    margin-bottom: 42px;
  }
  .section11-txtcnt-txtcnt-tit {
    font-size: 14px;
  }
  .section11-txtcnt-txtcnt .pagetit {
    font-size: 20px;
    margin-top: 16px;
  }
}

/* -- section12 -- */
.section12 {
  position: relative;
  overflow: hidden;
  margin-top: 250px;
  padding: 5% 5% 7%;
}
@media screen and (min-width: 901px) {
  .section12-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .section12-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
}
.section12-txtcnt {
  color: #FFF;
  position: relative;
  z-index: 10;
}
.section12-txtcnt-tit {
  margin-left: 4px;
  width: 51%;
}
.section12-txtcnt .pagetit {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1935483871;
  margin-top: 150px;
  width: 34%;
  max-width: 325px;
}
.section12-txtcnt .pagetxt {
  margin-top: 30px;
  width: 34%;
  max-width: 325px;
}
.section12-txtcnt .pagebtn a {
  color: #2B2E34;
  background: rgb(247, 247, 247);
}
@media screen and (min-width: 901px) {
  .section12-txtcnt .pagebtn a:hover {
    color: #2B2E34;
    background: rgba(247, 247, 247, 0.5);
    opacity: 1;
  }
}
.section12-txtcnt .pagebtn span {
  color: #2B2E34;
  background: rgb(247, 247, 247);
}
@media screen and (max-width: 900px) {
  .section12 {
    margin: 178px 29px 0;
    padding: 0;
  }
  .section12-txtcnt {
    color: #0075B2;
  }
  .section12-txtcnt-tit {
    display: none;
  }
  .section12-txtcnt .pagetit {
    font-size: 23px;
    line-height: 1.1739130435;
    margin-top: 36px;
    width: auto;
    max-width: none;
  }
  .section12-txtcnt .pagetxt {
    margin-top: 16px;
    width: auto;
    max-width: none;
  }
  .section12-txtcnt .pagebtn {
    margin-top: 46px;
  }
  .section12-txtcnt .pagebtn a {
    color: #FFF;
    background: #0275B2;
  }
  .section12-txtcnt .pagebtn span {
    color: #FFF;
    background: #0275B2;
  }
}

/* -- section13 -- */
.section13 {
  position: relative;
  margin: 250px auto 0;
  padding: 2px 0 9px;
  width: 100%;
  max-width: 1000px;
}
.section13::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 807px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  content: "";
}
.section13 > * {
  position: relative;
  z-index: 10;
}
.section13-titcnt {
  text-align: center;
}
.section13-titcnt-tit01 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
}
.section13-titcnt-subtit01 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-top: 18px;
}
.section13-titcnt-subtit01 span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 17px 0 20px;
  width: 18px;
  height: 18px;
}
.section13-titcnt-subtit01 span::before, .section13-titcnt-subtit01 span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background: #2B2E34;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.section13-titcnt-subtit01 span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section13-titcnt-tit02 {
  margin-top: 37px;
}
.section13-titcnt-subtit02 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin-top: 16px;
}
.section13-img {
  margin-top: -105px;
  z-index: 5;
}
.section13 .pagetxt {
  text-align: center;
  font-size: 15px;
  line-height: 1.6666666667;
  margin: 55px 0 0;
}
.section13 .pagebtn {
  margin: 56px auto 0;
}
.section13 .pagebtn a {
  color: #2B2E34;
  background: rgb(235, 235, 235);
}
@media screen and (min-width: 901px) {
  .section13 .pagebtn a:hover {
    color: #2B2E34;
    background: rgba(235, 235, 235, 0.4);
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .section13 {
    margin: 250px 20px 0;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .section13 {
    margin: 180px 29px 0;
    padding: 3px 0 4px;
  }
  .section13::before {
    max-width: none;
  }
  .section13-titcnt-tit01 {
    font-size: 12px;
  }
  .section13-titcnt-subtit01 {
    font-size: 16px;
    margin-top: 9px;
  }
  .section13-titcnt-subtit01 span {
    top: 1px;
    margin: 0 12px 0 13px;
    width: 11px;
    height: 11px;
  }
  .section13-titcnt-subtit01 span::before, .section13-titcnt-subtit01 span::after {
    width: 16px;
  }
  .section13-titcnt-tit02 {
    margin: 25px auto 0;
    max-width: 203px;
  }
  .section13-titcnt-subtit02 {
    font-size: 14px;
    margin-top: 13px;
  }
  .section13-img {
    margin: -55px -29px 0;
  }
  .section13 .pagetxt {
    font-size: 14px;
    line-height: 1.4285714286;
    margin: 43px 0 0;
  }
  .section13 .pagebtn {
    margin: 47px auto 0;
  }
}

/* -- section14 -- */
.section14 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 224px auto 0;
}
.section14-tit {
  width: 59.899%;
}
.section14-tit img {
  width: 100%;
  max-width: none;
}
.section14-txtcnt {
  color: #139F4D;
  width: 45.1%;
}
.section14-txtcnt-subtit {
  margin: 1.5% 0 0 15.6%;
  width: 66.228%;
}
.section14-txtcnt-subtit img {
  width: 100%;
  max-width: none;
}
.section14-txtcnt .pagetxt {
  font-size: 14px;
  line-height: 1.3571428571;
  margin: 42px 12% 0 15.6%;
}
.section14-txtcnt .pagebtn {
  margin: 47px 0 0 15.6%;
}
.section14-txtcnt .pagebtn a {
  color: #FFF;
  background: rgb(56, 158, 98);
}
@media screen and (min-width: 901px) {
  .section14-txtcnt .pagebtn a:hover {
    color: #139F4D;
    background: rgba(56, 158, 98, 0.1);
    opacity: 1;
  }
}
.section14-txtcnt-imgcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 5.4%;
  width: 49.5%;
}
.section14-txtcnt-imgcnt > * {
  width: 31.363%;
}
.section14-txtcnt-imgcnt > *:not(:nth-child(3n)) {
  margin-right: 2.9555%;
}
.section14-txtcnt-imgcnt > *:not(:nth-last-child(-n+3)) {
  margin-bottom: 2.9555%;
}
.section14-txtcnt-imgcnt img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .section14 {
    position: relative;
    margin: 176px auto 0;
    padding-bottom: 86px;
  }
  .section14-tit {
    margin-left: -29px;
    width: 77.603%;
  }
  .section14-txtcnt {
    margin-top: 0;
    padding: 0 29px;
    width: auto;
  }
  .section14-txtcnt-subtit {
    margin: 18px 0 0;
    width: 87.385%;
  }
  .section14-txtcnt-imgcnt {
    margin: 41px 0 0 29px;
    width: auto;
  }
  .section14-txtcnt-imgcnt > * {
    width: 32%;
  }
  .section14-txtcnt-imgcnt > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .section14-txtcnt-imgcnt > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 2%;
  }
  .section14-txtcnt-inner {
    position: absolute;
    bottom: 0;
    right: 29px;
    left: 29px;
    margin: 0 auto;
  }
  .section14-txtcnt .pagetxt {
    margin-top: 38px;
  }
  .section14-txtcnt .pagebtn {
    margin: 34px 0 0;
  }
}

/* -- section15 -- */
.section15 {
  text-align: center;
  margin: 0 auto 0;
}
.section15-bg {
  margin-top: 166px;
  padding-top: 82px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 20%, rgb(240, 240, 240) 100%);
}
.section15 .inner {
  padding: 113px 0 101px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.section15-txtcnt .pagetxt {
  font-size: 16px;
  line-height: 1.6875;
  margin-top: 35px;
}
.section15-txtcnt-img {
  margin: 66px 0 68px;
}
@media screen and (max-width: 900px) {
  .section15-bg {
    margin-top: 4px;
    padding-top: 176px;
  }
  .section15 .inner {
    padding: 73px 4px 76px;
  }
  .section15-txtcnt-tit {
    margin: 0 auto;
    max-width: 90px;
  }
  .section15-txtcnt .pagetxt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 39px;
  }
  .section15-txtcnt-img {
    margin: 46px 0 48px;
  }
}/*# sourceMappingURL=top.css.map */