@charset "UTF-8";
.l-main-contents {
  border-bottom: none;
}

/* ------------------------------
    mv
------------------------------ */
.p-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 115px);
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 69.68rem;
    min-height: inherit;
  }
}

.p-mv__pcarea {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mv__video {
  position: relative;
  width: calc(100% - 8rem);
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__video {
    border-radius: 1rem;
    z-index: 0;
  }
}

.p-mv__video-pc {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mv__video-sp a::before {
  content: "";
  position: absolute;
  bottom: 7rem;
  left: 4rem;
  width: 30.7rem;
  height: 12.2rem;
  background: url(../img/top/btn_mv_sp.png) no-repeat center center/contain;
}
.p-mv__video-sp a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-mv__video-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__copy {
  width: 8rem;
  position: relative;
}

.p-mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(90deg) translate(-50%, 50%);
          transform: rotate(90deg) translate(-50%, 50%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}

.p-mv__ttl {
  position: absolute;
  top: calc(50% - 170px);
  left: 8.8rem;
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 1.5238095238;
  letter-spacing: 0.04em;
  text-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.5);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__ttl {
    top: 35.6rem;
    left: 5rem;
    font-size: 4.6rem;
    line-height: 1.4086956522;
  }
}

.p-mv__modal.modal, .p-mv__modal .modal.dean {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: scroll;
  overflow-x: hidden;
}
.p-mv__modal.modal .modal_wrap, .p-mv__modal .modal.dean .modal_wrap {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.p-mv__modal.modal .modal_wrap .modal_content, .p-mv__modal .modal.dean .modal_wrap .modal_content {
  max-height: 100vh;
  cursor: default;
}
.p-mv__modal.modal .modal_wrap .modal_content .modal_area, .p-mv__modal .modal.dean .modal_wrap .modal_content .modal_area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
}
@media only screen and (max-width: 900px) {
  .p-mv__modal.modal .modal_wrap .modal_content .modal_area {
    padding: 8rem 3rem 3rem;
  }
}
.p-mv__modal.modal .modal_wrap .modal_content .modal_area .modal_cont {
  position: relative;
}
.p-mv__modal.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_close {
  cursor: pointer;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: -52px;
}
.p-mv__modal.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_close img {
  width: 3.6rem;
  margin: 0 0 0 auto;
}
.p-mv__modal iframe {
  width: 100%;
  aspect-ratio: 75/78;
}

/* ------------------------------
    sec01
------------------------------ */
.p-sec01 {
  overflow-x: hidden;
}

.p-sec01 .u-wrap__1200 {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-sec01 .u-wrap__1200 {
    padding-top: 7.5rem;
  }
}

.p-sec01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-sec01__slide {
  margin: 2.3rem 0 0;
}
.p-sec01__slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: calc(50vw - 50%);
  height: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide {
    margin: 3.5rem 0 0;
  }
}

.p-sec01__slide-wrap {
  padding-bottom: 8rem;
  display: none;
}
.p-sec01__slide-wrap.slick-initialized {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-wrap {
    padding-bottom: 13rem;
  }
}
.p-sec01__slide-wrap .slick-list {
  overflow: visible;
}
.p-sec01__slide-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sec01__slide-wrap .slick-slide {
  height: auto !important;
}
.p-sec01__slide-wrap .c-btn-slide01__prev,
.p-sec01__slide-wrap .c-btn-slide01__next {
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-wrap .c-btn-slide01__prev,
  .p-sec01__slide-wrap .c-btn-slide01__next {
    bottom: 1.2rem;
  }
}
.p-sec01__slide-wrap .c-btn-slide01__next {
  right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-wrap .c-btn-slide01__next {
    right: 1rem;
  }
}
.p-sec01__slide-wrap .c-btn-slide01__prev {
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-wrap .c-btn-slide01__prev {
    right: 10.5rem;
  }
}

.p-sec01__slide-item {
  display: block;
  margin-right: 2rem;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.p-sec01__slide-item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-item {
    border-radius: 1rem;
  }
  .p-sec01__slide-item::before {
    border-radius: 0.8rem;
  }
}
.p-sec01__slide-item::after {
  content: "";
  position: absolute;
  bottom: 2.3rem;
  right: 2.3rem;
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23181818" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec01__slide-item::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec01__slide-item:hover::after {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-item::after {
    content: none;
  }
}
.p-sec01__slide-item > * {
  position: relative;
}

.p-sec01__slide-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.6rem 0.6rem 0 0;
  overflow: hidden;
}
.p-sec01__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-sec01__slide-img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec01__slide-item:hover .p-sec01__slide-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sec01__slide-txt {
  padding: 1.1rem 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-txt {
    padding: 2.8rem 3.4rem 3.4rem;
  }
}

.p-sec01__slide-conts {
  font-size: 1.5rem;
  line-height: 1.9333333333;
  margin: 0 0 3.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-conts {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    margin: 0 0 3rem;
    height: 9rem;
  }
}

.p-sec01__slide-flex {
  margin: 0 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-flex {
    margin: 0;
  }
}
.p-sec01__slide-flex time {
  display: block;
  color: #181818;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-flex time {
    font-size: 2.8rem;
  }
}
.p-sec01__slide-flex dd {
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  color: #134e3b;
  margin-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-flex dd {
    font-size: 2.8rem;
  }
}
.p-sec01__slide-flex dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1px;
  height: 1.5rem;
  border-left: 1px solid #bcbcbc;
}
@media screen and (max-width: 768px) {
  .p-sec01__slide-flex dd::before {
    height: 2.6rem;
  }
}

/* ------------------------------
    sec02
------------------------------ */
.p-sec02 {
  position: relative;
  margin-top: 7.5rem;
  background: url(../img/top/bg_sec02_pc.jpg) no-repeat right top/auto 100%;
}
@media screen and (min-width: 1400px) {
  .p-sec02 {
    background-size: 64.2857142857vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02 {
    margin-top: 4rem;
    background: url(../img/top/bg_sec02_sp.jpg) no-repeat left top/100% auto;
  }
}
.p-sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgb(0, 132, 130)), to(rgba(0, 132, 130, 0.2)));
  background: linear-gradient(90deg, rgb(0, 132, 130) 80%, rgba(0, 132, 130, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  .p-sec02::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 29rem);
    border-radius: 2.5rem 2.5rem 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgb(0, 132, 130)), to(rgba(0, 132, 130, 0.2)));
    background: linear-gradient(0deg, rgb(0, 132, 130) 80%, rgba(0, 132, 130, 0.2) 100%);
  }
}

.p-sec02__wrap {
  padding: 10rem 0 8rem;
  width: 46.7rem;
}
@media screen and (max-width: 768px) {
  .p-sec02__wrap {
    padding: 40.6rem 0 8rem;
    width: 63rem;
    margin: 0 auto;
  }
}

.p-sec02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sec02__flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-sec02__flex .c-btn-more01 {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec02__flex .c-btn-more01 {
    padding: 0 3rem 0 0;
  }
}

.p-sec02__txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 5.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec02__txt {
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.7857142857;
    margin: 4rem 0 0;
  }
}

.p-sec02__link {
  margin-top: 1.7rem;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-sec02__link {
    margin-top: 2.2rem;
    width: 100%;
  }
}

.p-sec02__link-item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #6ea09f;
}
.p-sec02__link-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23115544" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec02__link-item a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec02__link-item a:hover::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02__link-item a::after {
    right: 3rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sec02__link-item a {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .p-sec02__link-item a::after {
    right: 1rem;
  }
  .p-sec02__link-item a:hover {
    color: #115544;
    border-color: #115544;
  }
}
@media screen and (max-width: 768px) {
  .p-sec02__link-item a {
    padding: 1.9rem 6.5rem 1.9rem 0;
    font-size: 3rem;
  }
}

/* ------------------------------
    sec03
------------------------------ */
.p-sec03 {
  overflow: hidden;
}
.p-sec03 .u-wrap__1200 {
  padding-top: 13.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03 .u-wrap__1200 {
    padding-top: 10.5rem;
  }
}

.p-sec03-box01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-sec03-box01__flex .c-btn-more01 {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__flex .c-btn-more01 {
    padding: 0 1rem 1rem 0;
  }
}

.p-sec03-box01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01 {
    padding-top: 54rem;
  }
}
.p-sec03-box01::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: calc(50% - 50vw);
  width: 51.4285714286vw;
  height: 46rem;
  border-radius: 2.5rem 0 0 2.5rem;
  background: url(../img/top/bg_sec03_box01_pc.jpg) no-repeat left center/cover;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01::before {
    top: 0;
    width: 72rem;
    height: 50rem;
    background: url(../img/top/bg_sec03_box01_sp.jpg) no-repeat left top/cover;
  }
}

.p-sec03-box01__txtarea {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__txtarea {
    width: 100%;
  }
}

.p-sec03-box01__link01 {
  margin: 6rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__link01 {
    margin: 3.8rem 0 0;
  }
}
.p-sec03-box01__link01 a {
  position: relative;
  color: #134e3b;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__link01 a {
    font-size: 3.4rem;
  }
}
.p-sec03-box01__link01 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #134e3b;
}
@media screen and (min-width: 769px) {
  .p-sec03-box01__link01 a::before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .p-sec03-box01__link01 a:hover::before {
    width: 100%;
  }
}

.p-sec03-box01__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__txt {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin: 2rem 0 0;
  }
}

.p-sec03-box01-link02 {
  margin-top: 1.7rem;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01-link02 {
    margin-top: 3rem;
    width: 100%;
  }
}

.p-sec03-box01-link02__item a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #6ea09f;
}
.p-sec03-box01-link02__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23115544" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec03-box01-link02__item a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec03-box01-link02__item a:hover::after {
    right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box01-link02__item a::after {
    right: 3rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sec03-box01-link02__item a {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .p-sec03-box01-link02__item a:hover {
    color: #115544;
    border-color: #115544;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box01-link02__item a {
    padding: 1.9rem 6.5rem 1.9rem 0;
    font-size: 3rem;
  }
}

.p-sec03-box02 {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem 0;
  }
}

.p-sec03-box02__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__item {
    width: 100%;
  }
}
.p-sec03-box02__item a {
  position: relative;
  display: block;
  border-radius: 1.2rem;
  border: 1px solid #bbbbbb;
}
.p-sec03-box02__item a::after {
  content: "";
  position: absolute;
  bottom: 2.3rem;
  right: 5rem;
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23181818" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec03-box02__item a::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec03-box02__item a:hover::after {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__item a::after {
    bottom: auto;
    top: 35rem;
    right: 4rem;
    width: 2.2rem;
    height: 2rem;
  }
}

.p-sec03-box02__img {
  position: relative;
  border-radius: 1rem 1rem 0 0;
  aspect-ratio: 58/27;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.p-sec03-box02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sec03-box02__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .p-sec03-box02__img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec03-box02__item a:hover .p-sec03-box02__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sec03-box02__txtarea {
  padding: 2.5rem 4.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__txtarea {
    padding: 4rem 2.4rem 3rem;
  }
}

.p-sec03-box02__ttl {
  color: #134e3b;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__ttl {
    font-size: 3.4rem;
  }
}

.p-sec03-box02__txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__txt {
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.6071428571;
    margin: 1.2rem 0 0;
  }
}

.p-sec03-box03 {
  margin-top: 12.3rem;
  border-radius: 2.5rem;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 21rem 21rem;
  grid-template-rows: 21rem 21rem;
  -ms-grid-columns: 66rem 54rem;
  grid-template-columns: 66rem 54rem;
}

.p-sec03-box03 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-sec03-box03 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-sec03-box03 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-sec03-box03 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03 {
    margin-top: 10.5rem;
    -ms-grid-rows: 38rem 24rem;
    grid-template-rows: 38rem 24rem;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .p-sec03-box03 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-sec03-box03 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-sec03-box03 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-sec03-box03 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.p-sec03-box03-link01 {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: transparent;
  padding: 8.2rem 0 0 7.1rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link01 {
    padding: 7.5rem 0 0;
  }
}
.p-sec03-box03-link01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link01::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-sec03-box03-link01:hover::before {
    opacity: 0;
  }
}
.p-sec03-box03-link01 > * {
  position: relative;
}

.p-sec03-box03-link01--omiya {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: url(../img/top/bg_sec03-box03_02_pc.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link01--omiya {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-sec03-box03-link01--omiya:hover {
    background: linear-gradient(87deg, rgb(185, 241, 216) 0%, rgb(119, 232, 186) 30%, rgb(78, 178, 215) 100%);
  }
  .p-sec03-box03-link01--omiya:hover ~ .p-sec03-box03__wrap {
    background: url(../img/top/bg_sec03-box03_05_pc.jpg) no-repeat center center/cover;
    -webkit-transition: background-image 1s;
    transition: background-image 1s;
  }
  .p-sec03-box03-link01--omiya:hover ~ .p-sec03-box03__wrap::before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link01--omiya {
    background: url(../img/top/bg_sec03-box03_02_sp.jpg) no-repeat center top/cover;
  }
}

.p-sec03-box03-link01--toyosu {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: url(../img/top/bg_sec03-box03_01_pc.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link01--toyosu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-sec03-box03-link01--toyosu:hover {
    background: linear-gradient(87deg, rgb(185, 241, 216) 0%, rgb(119, 232, 186) 30%, rgb(78, 178, 215) 100%);
  }
  .p-sec03-box03-link01--toyosu:hover ~ .p-sec03-box03__wrap {
    background: url(../img/top/bg_sec03-box03_04_pc.jpg) no-repeat center center/cover;
    -webkit-transition: background-image 1s;
    transition: background-image 1s;
  }
  .p-sec03-box03-link01--toyosu:hover ~ .p-sec03-box03__wrap::before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link01--toyosu {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    background: url(../img/top/bg_sec03-box03_01_pc.jpg) no-repeat center center/cover;
  }
}

.p-sec03-box03-link01__txt {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link01__txt {
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
  .p-sec03-box03-link01__txt:hover {
    text-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link01__txt {
    font-size: 3.4rem;
    text-align: center;
    text-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.2);
  }
}

.p-sec03-box03-link01__en {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 1.6rem 0 0;
  font-family: "Lexend";
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link01__en {
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
  .p-sec03-box03-link01__en:hover {
    text-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link01__en {
    font-size: 2.8rem;
    text-align: center;
    text-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.2);
    margin: 1rem 0 0;
  }
}

.p-sec03-box03__wrap {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
  padding: 5.6rem 3.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 5.2rem 3rem 0;
  }
}
.p-sec03-box03__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_sec03-box03_03_pc.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03__wrap::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__wrap::before {
    background: url(../img/top/bg_sec03-box03_03_sp.jpg) no-repeat center top/cover;
  }
}
.p-sec03-box03__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 132, 130, 0)), color-stop(90%, rgb(0, 132, 130)));
  background: linear-gradient(0deg, rgba(0, 132, 130, 0) 20%, rgb(0, 132, 130) 90%);
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__wrap::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 132, 130, 0)), color-stop(90%, rgb(0, 132, 130)));
    background: linear-gradient(0deg, rgba(0, 132, 130, 0) 10%, rgb(0, 132, 130) 90%);
  }
}
.p-sec03-box03__wrap > * {
  position: relative;
  z-index: 1;
}

.p-sec03-box03__ttlarea {
  color: #ffffff;
  line-height: 1;
}
.p-sec03-box03__ttlarea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-sec03-box03__ttl {
  font-size: 3.8rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__ttl {
    font-size: 5.2rem;
  }
}

.p-sec03-box03__enttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-family: "Lexend";
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__enttl {
    font-size: 3rem;
    margin: 0 0 0 3rem;
  }
}

.p-sec03-box03-link02 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03-link02 {
    font-size: 3.2rem;
    margin: 3rem 0 0;
  }
}
.p-sec03-box03-link02 a {
  position: relative;
}
.p-sec03-box03-link02 a::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .p-sec03-box03-link02 a::before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .p-sec03-box03-link02 a:hover::before {
    width: 100%;
  }
}

.p-sec03-box03__txt {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03__txt {
    font-size: 2.8rem;
    margin: 1rem 0 0;
  }
}

.p-sec03-box03 .c-btn-more01 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box03 .c-btn-more01 {
    margin-top: 5rem;
  }
}

/* ------------------------------
    sec04
------------------------------ */
.p-sec04 {
  position: relative;
  overflow-x: hidden;
}
.p-sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: url(../img/top/ttlbg_sec04_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .p-sec04::before {
    height: 32rem;
    top: 5rem;
    background: url(../img/top/ttlbg_sec04_sp.jpg) no-repeat center top/cover;
  }
}

.p-sec04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14rem 7.5rem 3.8rem 0;
}
@media screen and (max-width: 768px) {
  .p-sec04__flex {
    padding: 20rem 0 3.8rem;
  }
}

.p-sec04-box01 {
  width: 100%;
  height: 34rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box01 {
    height: 32rem;
  }
}
.p-sec04-box01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-sec04-box01 a {
    padding-top: 2rem;
  }
}

.p-sec04-box01__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-sec04-box01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-sec04-box01__img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec04-box01 a:hover .p-sec04-box01__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sec04-box01__txt {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  text-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
  margin: 0;
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box01__txt {
    font-size: 4rem;
    padding-right: 11.5rem;
  }
}
.p-sec04-box01__txt::before, .p-sec04-box01__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sec04-box01__txt::before {
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .p-sec04-box01__txt::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec04-box01 a:hover .p-sec04-box01__txt::before {
    -webkit-transform: translateY(-50%) scale(1.12);
            transform: translateY(-50%) scale(1.12);
  }
}
@media screen and (max-width: 768px) {
  .p-sec04-box01__txt::before {
    width: 8rem;
    height: 8rem;
  }
}
.p-sec04-box01__txt::after {
  content: "";
  position: absolute;
  right: 1.9rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23ffffff" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box01__txt::after {
    right: 2.9rem;
    width: 2.2rem;
    height: 2rem;
  }
}

.p-sec04-box02 {
  padding: 6.2rem 0 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box02 {
    padding: 5.5rem 0 5rem;
    gap: 4rem 0;
  }
}

.p-sec04-box02__item {
  width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-sec04-box02__item:nth-child(n+3) {
    padding-top: 3.6rem;
    border-top: 1px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__item {
    width: 100%;
  }
  .p-sec04-box02__item:nth-child(n+2) {
    padding-top: 4.3rem;
    border-top: 1px solid #cccccc;
  }
}

.p-sec04-box02__txtarea {
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__txtarea {
    width: 35rem;
  }
}

.p-sec04-box02__ttl {
  margin: 0 0 4.5rem;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  color: #134e3b;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__ttl {
    font-size: 3.2rem;
    line-height: 1.40625;
    margin: 0 0 1.8rem;
  }
}
.p-sec04-box02__ttl a {
  position: relative;
  display: block;
}
.p-sec04-box02__ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec04-box02__ttl a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec04-box02__ttl a:hover::after {
    right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__ttl a::after {
    right: 0;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__ttl a::after {
    top: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 769px) {
  .p-sec04-box02__ttl a {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec04-box02__ttl a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}

@media screen and (min-width: 769px) {
  .p-sec04-box02__ttl--large a {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-bottom: 3.5rem;
  }
  .p-sec04-box02__ttl--large a::after {
    top: 1.2rem;
    -webkit-transform: none;
            transform: none;
  }
}

.p-sec04-box02__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-sec04-box02__txt a {
    -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
    transition: color 0.3s, -webkit-text-decoration 0.3s;
    transition: color 0.3s, text-decoration 0.3s;
    transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  }
  .p-sec04-box02__txt a:hover {
    color: #309162;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__txt {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
}

.p-sec04-box02__img {
  width: 28rem;
  aspect-ratio: 7/5;
  border-radius: 0.8rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.p-sec04-box02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-sec04-box02__img {
    aspect-ratio: 28/25;
  }
}
.p-sec04-box02__img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-sec04-box02__img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec04-box02__img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ------------------------------
    sec05
------------------------------ */
.p-sec05 {
  position: relative;
  overflow-x: hidden;
}
.p-sec05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  background: url(../img/top/ttlbg_sec05_pc.jpg) no-repeat left bottom/cover;
}
@media screen and (max-width: 768px) {
  .p-sec05::before {
    height: 25rem;
    background: url(../img/top/ttlbg_sec05_sp.jpg) no-repeat left bottom/cover;
  }
}
.p-sec05 .u-wrap__1200 {
  padding-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-sec05 .u-wrap__1200 {
    padding-top: 11.5rem;
  }
}

.p-sec05__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3.5rem;
  padding-right: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec05__flex {
    padding-right: 0;
    margin-bottom: 5.5rem;
  }
}

.p-sec05__flex .c-btn-more01 {
  padding-top: 2.5rem;
}

.p-sec05-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.5rem 0;
  }
}

.p-sec05-box01__img {
  width: 52rem;
  aspect-ratio: 26/15;
  border-radius: 0.8rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.p-sec05-box01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__img {
    width: 100%;
    aspect-ratio: 67/29;
  }
}
.p-sec05-box01__img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-sec05-box01__img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec05-box01__img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sec05-box01__txtarea {
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__txtarea {
    width: 100%;
  }
}

.p-sec05-box01__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__ttl {
    font-size: 3.4rem;
  }
}
.p-sec05-box01__ttl a {
  position: relative;
  padding-bottom: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__ttl a {
    padding-bottom: 1.8rem;
  }
}
.p-sec05-box01__ttl a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 0.4rem;
  background: #bef2dc;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__ttl a::before {
    width: 4rem;
    height: 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sec05-box01__ttl a::before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .p-sec05-box01__ttl a:hover::before {
    width: 100%;
  }
}

.p-sec05-box01__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__txt {
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}

.p-sec05-box01__list {
  width: 44rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__list {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-sec05-box01__link a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.6rem 4rem 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
}
.p-sec05-box01__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec05-box01__link a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec05-box01__link a:hover::after {
    right: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__link a::after {
    right: 2rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sec05-box01__link a {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .p-sec05-box01__link a::after {
    right: 1.2rem;
  }
  .p-sec05-box01__link a:hover {
    color: #134e3b;
    border-color: #134e3b;
  }
  .p-sec05-box01__link a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-sec05-box01__link a {
    padding: 1.9rem 5.5rem 1.9rem 0;
    font-size: 3rem;
  }
}

.p-sec05-box01 + .p-sec05-box01 {
  margin-top: 5.3rem;
}

/* ------------------------------
    sec06
------------------------------ */
.p-sec06 {
  position: relative;
  overflow-x: hidden;
}
.p-sec06 .u-wrap__1200 {
  padding-top: 16rem;
}
@media screen and (max-width: 768px) {
  .p-sec06 .u-wrap__1200 {
    padding-top: 14rem;
  }
}

.p-sec06__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec06__flex {
    padding-right: 0;
  }
}

.p-sec06-box01 {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box01 {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 0;
  }
}

.p-sec06-box01__item {
  position: relative;
  width: calc((100% - 6rem) / 3);
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.p-sec06-box01__item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__item {
    border-radius: 1rem;
  }
  .p-sec06-box01__item::before {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__item {
    width: 100%;
  }
}

.p-sec06-box01__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-sec06-box01__img a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-sec06-box01__img-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 19/11;
  border-radius: 0.6rem 0.6rem 0 0;
  overflow: hidden;
}
.p-sec06-box01__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sec06-box01__img-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .p-sec06-box01__img-inner img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec06-box01__img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__img-inner {
    aspect-ratio: 67/30;
  }
}

.p-sec06-box01__ttl {
  color: #134e3b;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 2.6rem 4rem 0 3rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__ttl {
    font-size: 3.4rem;
    padding: 3.6rem 4rem 0 4rem;
  }
}

.p-sec06-box01__arw {
  position: relative;
  display: block;
}
.p-sec06-box01__arw::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23000000" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec06-box01__arw::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec06-box01__item:hover .p-sec06-box01__arw::after {
    right: -1rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__arw::after {
    right: 0;
    width: 2.2rem;
    height: 2rem;
  }
}

.p-sec06-box01__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2.8rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    padding: 2.6rem 4rem;
  }
}

.p-sec06-box01__list {
  width: 100%;
  margin-top: 2.4rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__list {
    margin-top: 2.5rem;
    padding-bottom: 0;
  }
}

.p-sec06-box01__link a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1.2rem 6rem 1.2rem 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
}
.p-sec06-box01__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%230" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-sec06-box01__link a::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .p-sec06-box01__link a:hover::after {
    right: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__link a::after {
    right: 4rem;
    width: 2.2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sec06-box01__link a {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .p-sec06-box01__link a::after {
    right: 3.8rem;
  }
  .p-sec06-box01__link a:hover {
    color: #134e3b;
    border-color: #134e3b;
  }
  .p-sec06-box01__link a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.107544 68.1074219"><path fill="%23134e3b" d="m50.0498047,68.1074219c-1.5341797,0-3.0683594-.5976562-4.2636719-1.7929688-1.1523438-1.1513672-1.7861328-2.6660156-1.7861328-4.2646484s.6337891-3.1132812,1.7861328-4.2646484l17.7011719-17.7851562H6c-3.3085938,0-6-2.6914062-6-6s2.6914062-6,6-6h57.4716797l-17.6855469-17.6860352c-1.1523438-1.1513672-1.7861328-2.6655273-1.7861328-4.2641602s.6337891-3.112793,1.7861328-4.2641602c1.1503906-1.1513672,2.6474609-1.7856445,4.2138672-1.7856445,1.5117188,0,2.9736328.5898438,4.2294922,1.7055664l.0849609.0805664,28,28c2.390625,2.3901367,2.390625,6.1367188.0009766,8.5283203l-28.0009766,28c-1.1953125,1.1953125-2.7304688,1.7929688-4.2646484,1.7929688Z" /></svg>') no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-sec06-box01__link a {
    padding: 2rem 5.5rem 2rem 4rem;
    font-size: 3rem;
  }
}
.p-sec06-box01__link:last-child a {
  border-bottom: none;
}

.p-sec06-box02 {
  margin-top: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec06-box02__ttlarea {
  position: relative;
  z-index: 2;
  width: 32rem;
  height: 27rem;
  border-radius: 1rem;
  background: #008482;
  padding: 5.9rem 4.7rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02__ttlarea {
    width: 30rem;
    height: 30rem;
    padding: 4.7rem 3.7rem;
    margin-right: 2.5rem;
  }
}

.p-sec06-box02__logo {
  width: 10.5rem;
}

.p-sec06-box02__ttl {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02__ttl {
    font-size: 4rem;
    margin: 1rem 0 0;
  }
}

.p-sec06-box02__ttlarea .c-btn-more01 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02__ttlarea .c-btn-more01 {
    margin-top: 8rem;
  }
}

.p-sec06-box02-slide {
  width: calc(100% - 34rem);
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide {
    width: calc(100% - 32.5rem);
    padding-bottom: 12rem;
  }
}
.p-sec06-box02-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide::before {
    background: none;
    border-top: 40rem solid #fff;
  }
}
.p-sec06-box02-slide .slick-list {
  overflow: visible;
}
.p-sec06-box02-slide .c-btn-slide01__prev, .p-sec06-box02-slide .c-btn-slide01__next {
  bottom: 0;
}
.p-sec06-box02-slide .c-btn-slide01__prev {
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide .c-btn-slide01__prev {
    right: 9.5rem;
  }
}
.p-sec06-box02-slide .c-btn-slide01__next {
  right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide .c-btn-slide01__next {
    right: 0;
  }
}

.p-sec06-box02-slide__item {
  position: relative;
  display: block;
  height: 27rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide__item {
    height: 30rem;
    margin-right: 2.5rem;
  }
}

.p-sec06-box02-slide__img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-sec06-box02-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-sec06-box02-slide__img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-sec06-box02-slide__item:hover .p-sec06-box02-slide__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-sec06-box02-slide__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  margin: 0;
  padding: 1.2rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide__txt {
    padding: 1.2rem 3rem;
  }
}
.p-sec06-box02-slide__txt dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide__txt dt {
    font-size: 2.2rem;
    line-height: 1.6071428571;
  }
}
.p-sec06-box02-slide__txt dt::before {
  content: "“";
  position: absolute;
  top: -3rem;
  left: -2rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto";
}
.p-sec06-box02-slide__txt dt::after {
  content: "”";
  position: absolute;
  bottom: -3.5rem;
  right: 0;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto";
}
.p-sec06-box02-slide__txt dd {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec06-box02-slide__txt dd {
    font-size: 2.2rem;
    margin: 0;
  }
}

/* ------------------------------
    sec07
------------------------------ */
.p-sec07 {
  position: relative;
  margin-top: 9.5rem;
  height: 68rem;
  background: url(../img/top/bg_sec07_pc.jpg) no-repeat right top/auto 100%;
}
@media screen and (min-width: 1400px) {
  .p-sec07 {
    background-size: 75vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-sec07 {
    margin-top: 5.3rem;
    height: auto;
    background: url(../img/top/bg_sec07_sp.jpg) no-repeat left top/100% auto;
  }
}
.p-sec07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38.5714285714vw;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgb(0, 132, 130)), to(rgba(0, 132, 130, 0.2)));
  background: linear-gradient(90deg, rgb(0, 132, 130) 80%, rgba(0, 132, 130, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  .p-sec07::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 31rem);
    border-radius: 2.5rem 2.5rem 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgb(0, 132, 130)), to(rgba(0, 132, 130, 0.2)));
    background: linear-gradient(0deg, rgb(0, 132, 130) 80%, rgba(0, 132, 130, 0.2) 100%);
  }
}

.p-sec07__wrap {
  padding: 16rem 0 0;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .p-sec07__wrap {
    padding: 40rem 0 8.5rem;
    width: 63rem;
    margin: 0 auto;
  }
}

.p-sec07__txt {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  color: #ffffff;
  margin: 5.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec07__txt {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin: 2.6rem 0 0;
  }
}

.p-sec07 .c-btn-more01 {
  margin-top: 3.5rem;
}
/*# sourceMappingURL=top.css.map */
