@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.slideInBg {
  -webkit-animation-name: slideInBg;
          animation-name: slideInBg;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
}

@keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
}
/* ▼▼▼ トップ
======================================================*/
#wrapper {
  overflow: hidden;
  background: url(../img/bg_b_sp.webp);
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper {
    background: url(../img/bg_b_pc.webp);
    background-size: cover;
    background-repeat: repeat;
  }
}
#wrapper::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 25vw;
  position: absolute;
  top: 0;
  left: 0;
}

header {
  position: relative;
  z-index: 100;
}
header .container {
  padding: 8px 12px 0;
}
@media screen and (min-width: 768px) {
  header .container {
    padding: 18px 20px 0;
  }
}
header .container #site_title img {
  height: 38px;
  width: auto;
}
@media screen and (min-width: 768px) {
  header .container #site_title img {
    height: 52px;
    width: auto;
  }
}

#main {
  margin-top: -25px;
  padding-top: 80px;
  background: url(../img/bg_f_sp.webp);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  #main {
    padding-top: 140px;
    margin: 0;
    background: url(../img/bg_f_pc.webp);
    background-size: contain;
  }
}

/* ▼▼▼ mv
======================================================*/
#mv {
  position: relative;
  height: 155vw;
}
@media screen and (min-width: 768px) {
  #mv {
    height: 700px;
  }
}
#mv .mv_bg {
  width: 200vw;
  height: 100vw;
  background: #014498;
  border-top: 4px solid #D6C26F;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin-left: -50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #mv .mv_bg {
    width: 120vw;
    height: 30vw;
    margin-left: -10%;
  }
}
#mv .mv_img {
  content: "";
  background: url(../img/mv_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 168vw;
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (min-width: 768px) {
  #mv .mv_img {
    background: url(../img/mv_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1000px;
    width: 100%;
    height: 910px;
    position: absolute;
    top: -230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mv .mv_dec01 {
  content: "";
  background: url(../img/mv_dec01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 59vw;
  height: 30vw;
  position: absolute;
  top: -80px;
  right: -18vw;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (min-width: 768px) {
  #mv .mv_dec01 {
    width: 355px;
    height: 180px;
    top: auto;
    bottom: 100%;
    left: 80vw;
  }
}
#mv .mv_dec02 {
  content: "";
  background: url(../img/mv_dec02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60vw;
  height: 30vw;
  position: absolute;
  bottom: 140px;
  left: -15vw;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (min-width: 768px) {
  #mv .mv_dec02 {
    width: 355px;
    height: 173px;
    bottom: 9vw;
    right: 77vw;
    left: auto;
  }
}
#mv .mv_txt {
  position: absolute;
  z-index: 3;
  padding: 0 10px;
  top: 13vw;
  left: 4vw;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (min-width: 768px) {
  #mv .mv_txt {
    max-width: 1000px;
    width: 100%;
    padding: 0 75px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mv .mv_txt .top_message {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  color: #014498;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  #mv .mv_txt .top_message {
    font-size: 41px;
    margin: 0 0 30px;
  }
}
#mv .mv_txt .top_name {
  width: 100px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #mv .mv_txt .top_name {
    width: 160px;
    height: 80px;
  }
}

/* ▼▼▼ anchorLink
======================================================*/
.anchorLink {
  position: relative;
  z-index: 3;
  margin: -120px 0 40px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .anchorLink {
    margin: -150px 0 70px;
  }
}
.anchorLink .anchor_inner {
  margin: 0 10px;
  padding: 25px 20px 15px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-box-shadow: 0 3px 20px rgba(214, 118, 36, 0.3);
          box-shadow: 0 3px 20px rgba(214, 118, 36, 0.3);
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 100px 25px;
  }
}
.anchorLink .anchor_inner::before {
  content: "";
  background: url(../img/anchor_dec01_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 6.5vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner::before {
    background: url(../img/anchor_dec01_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
  }
}
.anchorLink .anchor_inner::after {
  content: "";
  background: url(../img/anchor_dec02_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner::after {
    background: url(../img/anchor_dec02_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
  }
}
.anchorLink .anchor_inner .anchor_ttl {
  font-size: 20px;
  color: #014498;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner .anchor_ttl {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.anchorLink .anchor_inner ul li a {
  width: 100%;
  padding: 10px 0 10px 40px;
  position: relative;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner ul li a {
    padding: 15px 0 15px 90px;
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.anchorLink .anchor_inner ul li a span {
  color: #014498;
  margin: 0 5px 0 0;
}
.anchorLink .anchor_inner ul li a::before {
  content: "";
  background: url(../img/policy01_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner ul li a::before {
    width: 33px;
    height: 36px;
    left: 30px;
  }
}
.anchorLink .anchor_inner ul li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #014498;
  border-right: 1px solid #014498;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: rotate(45deg) translate(-50%);
          transform: rotate(45deg) translate(-50%);
}
@media screen and (min-width: 768px) {
  .anchorLink .anchor_inner ul li a::after {
    width: 8px;
    height: 8px;
    right: 8px;
  }
}
.anchorLink .anchor_inner ul li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(1, 68, 152, 0.3);
}
.anchorLink .anchor_inner ul li.policy02 a::before {
  background: url(../img/policy02_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.anchorLink .anchor_inner ul li.policy03 a::before {
  background: url(../img/policy03_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.anchorLink .anchor_inner ul li.policy04 a::before {
  background: url(../img/policy04_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ▼▼▼ message
======================================================*/
.message {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .message .container {
    max-width: 790px;
  }
}
.message::before {
  content: "";
  background: url(../img/sec_dec02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100vw - 20px);
  height: 124vw;
  position: absolute;
  top: -22vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .message::before {
    width: 50vw;
    height: 65vw;
  }
}
.message .txt_wrap {
  padding-left: 15px;
  border-left: 3px solid;
  -o-border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#C6A820), color-stop(#C6A820), to(#FFFFFF)) 1;
     border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
}
.message .txt_wrap p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .message .txt_wrap p {
    font-size: 16px;
  }
}

/* ▼▼▼ policy
======================================================*/
.policy {
  padding-top: 70px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .policy {
    padding-top: 125px;
    margin-bottom: 60px;
  }
}
.policy::before {
  content: "";
  background: url(../img/sec_dec02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100vw - 20px);
  height: 124vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .policy::before {
    width: 50vw;
    height: 65vw;
    top: 0;
  }
}
.policy::after {
  content: "";
  background: url(../img/sec_dec01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 221px;
  height: 92px;
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (min-width: 768px) {
  .policy::after {
    width: 422px;
    height: 176px;
    top: -150px;
    right: -110px;
  }
}
.policy .policy_inner {
  border-left: 3px solid;
  -o-border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#C6A820), color-stop(#C6A820), to(#FFFFFF)) 1;
     border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
}
@media screen and (min-width: 768px) {
  .policy .policy_inner {
    position: relative;
  }
}
.policy .policy_ttl {
  padding: 25px 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .policy .policy_ttl {
    padding: 37px 0 0 30px;
    font-size: 22px;
    margin-bottom: 40px;
    width: 43%;
  }
}
.policy .policy_ttl span {
  color: #014498;
  margin-right: 8px;
}
.policy .policy_ttl::before {
  content: "";
  background: url(../img/policy01_2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 81.5px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .policy .policy_ttl::before {
    width: 100px;
    height: 27px;
    left: 30px;
  }
}
.policy .img_wrap {
  margin-bottom: 25px;
  width: calc(100% + 20px);
}
@media screen and (min-width: 768px) {
  .policy .img_wrap {
    width: 53%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.policy .img_wrap img {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 65, 88, 0.3);
          box-shadow: 0 0 10px 2px rgba(0, 65, 88, 0.3);
}
.policy .txt_wrap {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .policy .txt_wrap {
    padding-left: 30px;
    width: 43%;
  }
}
.policy .txt_wrap p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .policy .txt_wrap p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #policy02 {
    padding-top: 130px;
    margin-bottom: 0;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  #policy02::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #policy02::after {
    top: 0;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  #policy02 .container {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #policy02 .policy_inner {
    height: 100%;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  #policy02 .policy_ttl {
    position: absolute;
    right: 0;
    top: 90px;
  }
}
#policy02 .policy_ttl::before {
  content: "";
  background: url(../img/policy02_2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #policy02 .img_wrap {
    position: absolute;
    left: 0;
    border-left: 3px solid;
    -o-border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
       border-image: -webkit-gradient(linear, left top, left bottom, from(#C6A820), color-stop(#C6A820), to(#FFFFFF)) 1;
       border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
  }
}
@media screen and (min-width: 768px) {
  #policy02 .txt_wrap {
    position: absolute;
    right: 0;
    top: 205px;
  }
}

#policy03 {
  margin-bottom: 25px;
  /* .img_wrap{
  	@include mq-min() {
  		top: 0;
  		transform: translateY(0);
  	}
  } */
}
@media screen and (min-width: 768px) {
  #policy03 {
    padding-top: 225px;
    margin-bottom: 155px;
  }
}
@media screen and (min-width: 768px) {
  #policy03::before {
    width: 50vw;
    height: 65vw;
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #policy03::after {
    top: -60px;
    bottom: auto;
  }
}
#policy03 .policy_ttl::before {
  content: "";
  background: url(../img/policy03_2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #policy04 {
    padding-top: 120px;
    margin-bottom: 170px;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  #policy04::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #policy04::after {
    top: 0;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  #policy04 .container {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #policy04 .policy_inner {
    border: none;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #policy04 .policy_ttl {
    position: absolute;
    right: 0;
    top: 50px;
  }
}
#policy04 .policy_ttl::before {
  content: "";
  background: url(../img/policy04_2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #policy04 .img_wrap {
    position: absolute;
    left: 0;
    border-left: 3px solid;
    -o-border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
       border-image: -webkit-gradient(linear, left top, left bottom, from(#C6A820), color-stop(#C6A820), to(#FFFFFF)) 1;
       border-image: linear-gradient(180deg, #C6A820, #C6A820, #FFFFFF) 1;
  }
}
@media screen and (min-width: 768px) {
  #policy04 .txt_wrap {
    position: absolute;
    right: 0;
    top: 165px;
  }
}

.musubi {
  margin-bottom: 30px;
}
.musubi .txt {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .musubi .txt {
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
  }
}

.goanzen {
  font-size: 40px;
  font-weight: bold;
  color: #014498;
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .goanzen {
    font-size: 55px;
    position: relative;
    z-index: 10;
    padding-bottom: 90px;
  }
}

footer {
  background: #fff;
  padding: 55px 20px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 70px 20px 50px;
  }
}
footer::before {
  content: "";
  background: url(../img/footer_dec_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 6.4vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  footer::before {
    background: url(../img/footer_dec_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.3vw;
  }
}
footer .logo {
  width: 319px;
  height: 47px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  footer .logo {
    width: 449px;
    height: 67px;
    margin: 0 auto 40px;
  }
}
footer #copyright {
  font-size: 11px;
  text-align: center;
}

.pagetop {
  content: "";
  background: url(../img/top.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 93px;
  height: 63px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 116px;
    height: 78px;
  }
}