/**
 * Scss Document
 *
 * @format
 */

.img-wrap {
  clip-path: inset(0% 0% 0% 100%);
}

@keyframes clipImg {
  0% {
    clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    clip-path: inset(0%);
  }
}

@-moz-keyframes clipImg {
  0% {
    clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    clip-path: inset(0%);
  }
}

.h-right {
  /*	background: #f5de10;*/
}

.h-right .ttl {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63%;
  max-width: 678px;
  transform: translateY(-50%);
  opacity: 0;
}

.pace-done .h-right .ttl {
  -webkit-animation: fade-opacity 0.6s ease 4s 1;
  animation: fade-opacity 0.6s ease 4s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pace-done .key_slick p.pt01 {
  -webkit-animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 0s 1;
  animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 0s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pace-done .key_slick p.pt02 {
  -webkit-animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 1s 1;
  animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 1s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pace-done .key_slick p.pt03 {
  -webkit-animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 2s 1;
  animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards 2s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (min-width: 767px) {
  .h-right .ttl {
    position: absolute;
    top: 555px;
    right: 0;
  }
}
.key_slick p {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 212px;
}
.key_slick p img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 767px) {
  .key_slick p {
    height: 367px;
  }
}

#sec1 {
  padding: 15vw 5vw 30vw;
  position: relative;
  color: #010101;
}
#sec1::before {
  content: "";
  background: url(../img/index/caro_bg_sp.png) repeat-y top center;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% auto;
  left: 0;
  height: 52%;
}
#sec1::after {
  content: "";
  background: url(../img/index/sec1_ttl2.png) no-repeat center bottom;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 105%;
  height: 314px;
  position: absolute;
  bottom: 20vw;
  left: -3vw;
  right: -5vw;
}
#sec1 .box {
  position: relative;
  margin-bottom: 20vw;
}
#sec1 .box dl dd {
  margin-top: 5vw;
}
#sec1 .box .photo {
  position: relative;
  margin: 0 5vw 11vw;
}
#sec1 .box .photo::before {
  content: "";
  border: 4px solid #f5de10;
  position: absolute;
  bottom: -15px;
  right: -15px;
  left: 15px;
  top: 15px;
}
#sec1 .box .photo p {
  height: 304px;
  position: relative;
  z-index: 2;
}
#sec1 .btn-shared {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 280px;
}

@media only screen and (min-width: 767px) {
  #sec1 {
    padding: 142px 0 241px;
    position: relative;
  }
  #sec1::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 196px;
    width: calc(50% - 311px);
    background: url(../img/index/caro_bg.png) repeat top left;
    left: auto;
    height: auto;
  }
  #sec1::after {
    width: 775px;
    height: 314px;
    position: absolute;
    bottom: 178px;
    left: calc(50% - 709px);
    right: auto;
  }
  #sec1 .box {
    margin-bottom: 207px;
    max-width: 1200px;
  }
  #sec1 .box dl {
    padding-left: 2%;
    position: relative;
    z-index: 3;
  }
  #sec1 .box dl dt {
    margin-bottom: 17px;
  }
  #sec1 .box dl dd {
    width: 548px;
    padding-left: 20px;
    margin-top: 0;
  }
  #sec1 .box .photo {
    position: absolute;
    top: -30px;
    margin: 0;
    left: calc(50% + 56px);
    width: 61vw;
  }
  #sec1 .box .photo::before {
    content: "";
    border: 10px solid #f5de10;
    position: absolute;
    bottom: -30px;
    right: -30px;
    left: 30px;
    top: 30px;
  }
  #sec1 .box .photo p {
    height: 780px;
    position: relative;
    z-index: 2;
  }
  #sec1 .btn-shared {
    width: 380px;
    margin: 0 auto;
  }
}
#sec2 {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background: #f5de10;
  padding-bottom: 15vw;
}
#sec2 .wrap {
  max-width: 100%;
  padding-top: 15vw;
}
#sec2 h2 {
  margin-bottom: 10vw;
  text-align: center;
}
#sec2 .set-c {
  position: relative;
}
#sec2 .set-c .right {
  position: relative;
}
#sec2 .set-c::before {
  content: "";
  position: absolute;
  z-index: 8;
}
#sec2 .set-c .right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/shared/bg02.jpg);
  z-index: 0;
}
#sec2 .set-c .photo {
  height: 330px;
  position: relative;
}
#sec2 .set-c h3 {
  position: absolute;
  z-index: 3;
  top: -30vw;
}
#sec2 .set-c dl {
  color: #fffbe5;
  position: relative;
  z-index: 3;
  padding: 10vw 0vw 10vw 5vw;
}
#sec2 .set-c dl dt {
  font-size: 8vw;
  border-bottom: 1px solid #9f8c77;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
#sec2 .set-c dl dt span {
  color: #f5de10;
  font-size: 12vw;
}
#sec2 .set-c dl dd {
  padding-right: 5vw;
}
#sec2 .set1 {
  margin-bottom: 19vw;
}
#sec2 .set1 .right {
  padding: 0;
  margin-left: auto;
}
#sec2 .set1::before {
  right: 0;
  background: url(../img/index/step_01.png) no-repeat top center;
  width: 27%;
  height: 144px;
  z-index: 2;
  background-size: 100% auto;
  top: -8vw;
}
#sec2 .set1 h3 {
  margin-left: auto;
}
#sec2 .set1 dl {
}
#sec2 .set1 .photo {
  left: 0;
}
#sec2 .set2 {
  margin-bottom: 15vw;
}
#sec2 .set2 .right {
  margin-right: 0;
}
#sec2 .set2::before {
  left: 5vw;
  background: url(../img/index/deco_dotted.png) no-repeat top center;
  width: 22%;
  height: 192px;
  z-index: 2;
  background-size: 100% auto;
  top: -10vw;
}
#sec2 .set2 dl {
}
#sec2 .set2 .photo {
  right: 0;
}
#sec2 .set3 {
  background: url(../img/index/sec2_img03.jpg) no-repeat 23% 0;
  background-size: cover;
  position: relative;
  margin: 0 -5vw;
}
#sec2 .set3::after,
#sec2 .set3::before {
  content: "";
  background: url(../img/index/sec2_deco02.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 367px;
  height: 383px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#sec2 .set3::after {
  background: url(../img/index/sec2_deco01.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
#sec2 .set3 .inside {
  position: relative;
  padding: 20vw 6vw;
  text-align: center;
}
#sec2 .set3 .inside::before {
  content: "";
  border: 5px solid #fefbeb;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

@media only screen and (min-width: 767px) {
  #sec2 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
    padding-bottom: 130px;
  }
  #sec2 .wrap {
    padding-top: 122px;
  }
  #sec2 h2 {
    margin-bottom: 52px;
  }
  #sec2 .set-c {
  }
  #sec2 .set-c .right {
    width: calc(50% - 12px);
    position: relative;
  }
  #sec2 .set-c .right::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/shared/bg02.jpg);
    z-index: 0;
  }

  #sec2 .set1.set-c .right::after {
    left: -44px;
  }

  #sec2 .set2.set-c .right::after {
    right: 64px;
  }
  #sec2 .set2.set-c h3 {
    margin-bottom: 19px;

    margin-left: auto;

    text-align: right;

    width: 801px;
  }
  #sec2 .set-c .photo {
    width: calc(50% + 230px);
    height: 660px;
    position: absolute;
    top: 82px;
    z-index: 2;
  }
  #sec2 .set-c h3 {
    position: relative;
    z-index: 3;
    top: 0;
    margin-bottom: 59px;
  }
  #sec2 .set-c dl {
    width: 343px;
    z-index: 3;
    padding: 0;
  }
  #sec2 .set-c dl dt {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 19px;
  }
  #sec2 .set-c dl dt span {
    color: #f5de10;
    font-size: 60px;
  }
  #sec2 .set-c dl dd {
    margin-bottom: 0;
    padding-right: 0;
  }
  #sec2 .set1 {
    margin-bottom: 143px;
  }
  #sec2 .set1 .right {
    padding: 69px 0 141px;
    margin-left: auto;
  }
  #sec2 .set1::before {
    bottom: -71px;
    right: 90px;
    background: url(../img/index/step_01.png) no-repeat top center;
    width: 188px;
    height: 144px;
    z-index: 2;
    top: auto;
  }
  #sec2 .set1 h3 {
    width: 684px;
    margin-left: 54px;
    /*	margin-left: auto;*/
  }
  #sec2 .set1 dl {
    margin-left: 295px;
    margin-right: 0;
  }
  #sec2 .set1 .photo {
    left: 0;
  }
  #sec2 .set2 {
    margin-bottom: 168px;
  }
  #sec2 .set2 .right {
    margin-right: 0;
    padding-top: 118px;
    width: calc(50% + 54px);
    padding-bottom: 95px;
  }
  #sec2 .set2::before {
    bottom: 46px;
    right: 0;
    width: 146px;
    height: 192px;
    z-index: 3;
    top: auto;
    left: calc(50% - 299px);
  }
  #sec2 .set2 dl {
    margin-left: auto;
    padding-left: 0;
    padding-right: 382px;
  }
  #sec2 .set2 .photo {
    right: 0;
  }
  #sec2 .set3 {
    background: url(../img/index/sec2_img03.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin: 0;
  }
  #sec2 .set3::after,
  #sec2 .set3::before {
    display: block;
  }

  #sec2 .set3 .inside {
    padding: 208px 0 229px;
  }
  #sec2 .set3 .inside::before {
    border: 10px solid #fefbeb;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
#sec3 {
  padding: 20vw 0;
}
#sec3 .box {
  text-align: center;
  padding: 16vw 0;
  background: url(../img/shared/bg02.jpg);
}
#sec3 .box::after,
#sec3 .box::before {
  content: "";
  background: url(../img/index/sec3_deco01.png) no-repeat;
  width: 27px;
  height: 221px;
  position: absolute;
  top: -57px;
  left: -51px;
}
#sec3 .box::after {
  top: auto;
  left: auto;
  bottom: -57px;
  right: -51px;
}
#sec3 .box .inside {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 5vw;
}
#sec3 .box .inside h2 {
  font-weight: 700;
  color: #f5de10;
  font-size: 6.5vw;
  margin-bottom: 7vw;
}
#sec3 .box .inside h2 span {
  display: inline-block;
  border-bottom: 1px solid #f5de10;
}
#sec3 .box .inside h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#sec3 .box .inside .txt {
  margin-bottom: 40px;
}
#sec3 .box .inside .txt p {
  margin-bottom: 20px;
}
#sec3 .box .inside .txt p + p {
  margin-top: 30px;
}
#sec3 .box .inside .txt strong {
  font-weight: bold;
}
#sec3 .box .inside .info {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 20px;
  margin-bottom: 15vw;
  text-align: justify;
}
#sec3 .box .inside .btn-group {
  max-width: 500px;
  margin: 0 auto;
}
#sec3 .box .inside .btn-group .btn-shared + .btn-shared {
  margin-top: 40px;
}

@media only screen and (min-width: 767px) {
  #sec3 {
    padding: 150px 0 155px;
  }
  #sec3 .box {
    padding: 145px 0 95px;
  }
  #sec3 .box::after,
  #sec3 .box::before {
    width: 27px;
    height: 221px;
    position: absolute;
    top: -57px;
    left: -47px;
  }
  #sec3 .box::after {
    top: auto;
    left: auto;
    bottom: -55px;
    right: -48px;
  }
  #sec3 .box .inside {
    max-width: 700px;
    margin: 0 auto;
  }
  #sec3 .box .inside h2 {
    font-size: 40px;
    margin-bottom: 48px;
    letter-spacing: 0;
  }
  #sec3 .box .inside h2 span {
    border-bottom: 3px solid #f5de10;
    padding-bottom: 22px;
  }
  #sec3 .box .inside h3 {
    font-size: 18px;
    margin-bottom: 37px;
  }
  #sec3 .box .inside .txt {
    margin-bottom: 41px;
  }
  #sec3 .box .inside .txt p {
    margin-bottom: 33px;
  }
  #sec3 .box .inside .txt p + p {
    margin-top: 30px;
  }
  #sec3 .box .inside .txt strong {
    margin-top: 33px;
  }
  #sec3 .box .inside .info {
    margin: 0 0 69px;
    padding: 39px 0;
    text-align: center;
  }
  #sec3 .box .inside .btn-group {
    max-width: 500px;
    margin: 0 auto;
  }
  #sec3 .box .inside .btn-group .btn-shared + .btn-shared {
    margin-top: 40px;
  }
}
#sec4 {
  position: relative;
}
#sec4 .set1 {
  position: relative;
  background: #097048;
  background: -webkit-linear-gradient(#097048 0%, #05432b 100%);
  background: -o-linear-gradient(#097048 0%, #05432b 100%);
  background: linear-gradient(#097048 0%, #05432b 100%);
  padding: 20vw 0 50vw;
}
#sec4 .set1::before {
  content: "";
  background: url(../img/index/sec4_deco01.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 50px;
  height: 62px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#sec4 .set1::after {
  content: "";
  background: url(../img/index/sec4_deco02.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 50px;
  height: 62px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#sec4 .set1 .wrap {
  max-width: 900px;
  margin: 0 auto;
}
#sec4 .set1 h2 {
  margin-bottom: 10vw;
  text-align: center;
}
#sec4 .set1 .row {
  max-width: 650px;
  margin: 0 auto;
}
#sec4 .set1 .row .logo-s {
  width: 50%;
  max-width: 282px;
  margin: 0 auto 7vw;
}
#sec4 .set1 .row .right {
  max-width: 300px;
  position: relative;
  margin: 0 auto 5vw;
}
#sec4 .set1 .row .right dl.h-tel dt {
  font-size: 24px;
  padding-left: 6vw;
}
#sec4 .set1 .row .right .note {
  line-height: 1;
  font-size: 11px;
  text-align: center;
  margin: 2vw 0 8vw;
  letter-spacing: 0;
}
#sec4 .set1 .row .right ul {
  width: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#sec4 .set1 .row .right ul li {
  width: 31px;
}
#sec4 .set1 .list dl {
  line-height: 28px;
  padding: 15px 0;
  border-bottom: 1px solid #84ae92;
}
#sec4 .set1 .list dl dt {
}
#sec4 .set1 .list dl dd {
}
#sec4 .set2 {
  position: relative;
  padding-bottom: 0;
  margin: 0 0vw;
}

#sec4 .set2 .wrap {
  max-width: 1100px;
  padding: 33vw 0 15vw;
}
#sec4 .set2 .photo {
  z-index: 2;
  position: absolute;
  top: -33vw;
  left: 5vw;
  right: 5vw;
}
#sec4 .set2 .photo p {
  position: relative;
}
#sec4 .set2 .photo p::before {
  content: "";
  border: 5px solid #f5de10;
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 40%;
  height: 40%;
}
#sec4 .set2 .photo p img {
  position: relative;
  z-index: 2;
}
#sec4 #gmap {
  position: relative;
}
#sec4 #gmap h3 {
  position: relative;
  max-width: 150px;
  width: 35%;
  margin-bottom: 5vw;
  margin-left: 5vw;
}
#sec4 #gmap .mmap iframe {
  height: 365px;
}
#sec4 #gmap #banner {
  max-width: 246px;
  margin-left: auto;
  width: 55%;
  margin-right: 5vw;
}
#sec4 #gmap #banner .btn-shared {
  width: 100%;
}
#sec4 #gmap #banner .btn-link {
  text-align: center;
  color: #000;
  margin-top: 5vw;
  font-size: 13px;
}
#sec4 #gmap #banner .btn-link a {
  text-decoration: underline;
}
#sec4 #gmap #banner .btn-link a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  #sec4 .set1 {
    padding: 115px 0 318px 0;
  }
  #sec4 .set1::before {
    width: 94px;
    height: 96px;
    position: absolute;
    top: 19px;
    left: 25px;
  }
  #sec4 .set1::after {
    width: 94px;
    height: 96px;
    position: absolute;
    top: 19px;
    right: 25px;
  }
  #sec4 .set1 h2 {
    margin-bottom: 41px;
  }
  #sec4 .set1 .row {
    margin: 0 auto 90px;
  }
  #sec4 .set1 .row .logo-s {
    margin: 0;
  }
  #sec4 .set1 .row .right {
    width: 346px;
    margin: 0;
    padding-top: 29px;
    max-width: 350px;
  }
  #sec4 .set1 .row .right dl.h-tel dt {
    font-size: 28px;
    margin-bottom: 11px;
    padding-left: 23px;
  }
  #sec4 .set1 .row .right .note {
    line-height: 1;
    font-size: 13px;
    margin: 0;
    padding-top: 11px;
  }
  #sec4 .set1 .row .right ul {
    width: 110px;
    position: absolute;
    bottom: -49px;
    right: 16px;
  }
  #sec4 .set1 .row .right ul li {
    width: 42px;
  }
  #sec4 .set1 .list dl {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 14px 0 15px;
    border-bottom: 1px solid #84ae92;
  }
  #sec4 .set1 .list dl dt {
    max-width: 185px;
    width: 17%;
    padding-left: 30px;
  }
  #sec4 .set1 .list dl dd {
    max-width: 680px;
    width: 85%;
  }
  #sec4 .set2 {
    padding-bottom: 102px;
  }
  #sec4 .set2::before {
    display: block;
  }
  #sec4 .set2 .wrap {
    padding: 339px 0 0 0;
    max-width: 1100px;
  }
  #sec4 .set2 .photo {
    position: absolute;
    top: -220px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
  }
  #sec4 .set2 .photo p {
    position: relative;
  }
  #sec4 .set2 .photo p::before {
    border: 10px solid #f5de10;
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 361px;
    height: 249px;
  }
  #sec4 #gmap h3 {
    position: absolute;
    bottom: 68px;
    left: 0;
    margin: 0;
    max-width: 231px;
  }
  #sec4 #gmap .mmap iframe {
    height: 500px;
  }
  #sec4 #gmap #banner {
    width: 310px;
    margin-left: auto;
    margin-right: 0;
    max-width: 320px;
    padding-top: 29px;
  }
  #sec4 #gmap #banner .btn-shared {
    width: 100%;
  }
  #sec4 #gmap #banner .btn-shared small {
    margin-left: 26%;

    letter-spacing: 3px;

    font-size: 20px;
  }
  #sec4 #gmap #banner .btn-link {
    margin-top: 15px;
    font-size: 16px;
  }
  #sec4 #gmap #banner .btn-link a {
    text-decoration: underline;
  }
  #sec4 #gmap #banner .btn-link a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  #sec2 .set2 dl {
    padding-right: 238px;
  }
  #sec2 .set1 .right {
    width: auto;
  }

  #sec2 .set1.set-c .right::after {
    left: calc(50% + 54px);
  }
  #sec2 .set1 h3 {
    margin-left: auto;
  }

  #sec2 .set1 .right,
  #sec2 .set1 h3 {
    margin-left: auto;
  }
  #sec2 .set1 dl {
    margin-left: auto;
    padding-right: 140px;
  }
  #sec2 .set-c .photo {
    width: calc(50% + 148px);
  }
  #sec2 .set2 .right {
    width: calc(50% + 54px);
  }
  #sec2 .set2::before {
    left: calc(50% - 224px);
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1320px) {
  #sec2 .set1 dl {
    padding-right: 90px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #sec2 .set2 dl {
    padding-right: 197px;
  }
  #sec2 .set2::before {
    left: calc(50% - 185px);
  }
  #sec2 .set2.set-c h3 {
    margin-left: 0;
  }

  #sec2 .set1 .right {
    width: auto;
  }

  #sec2 .set1.set-c .right::after {
    left: calc(50% + 15px);
  }
  #sec2 .set1 h3 {
    margin-left: auto;
  }

  #sec2 .set1 .right,
  #sec2 .set1 h3 {
    margin-left: auto;
  }
  #sec2 .set1 dl {
    margin-left: auto;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1299px) {
  #sec2 .set-c .photo {
    width: calc(50% + 110px);
  }

  #sec4 .set1 .row .right .note {
    font-size: 10px;
  }

  #sec4 .set1 .list dl dt {
    max-width: 180px;
    width: 16%;
    padding-left: 20px;
  }
  #sec4 .set1 .list dl dd {
    max-width: 700px;
    width: 84%;
  }
}
