@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 20px;
  top: 35vw;
  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: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mv .mv_txt .top_message {
  font-size: 23px;
  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;
  }
}
#mv .mv_txt .bg-white{
  display: inline-block;
  background-color: #fff;
  padding: 8px;
}

/* ▼▼▼ 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;
  }
}
.message .txt_wrap .txt_box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .message .txt_wrap .txt_box {
    margin-bottom: 60px;
  }
}
.message .txt_wrap .txt_box .box_head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .message .txt_wrap .txt_box .box_head {
    font-size: 20px;
  }
}
.message .txt_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .message .txt_wrap .flex_wrap {
    font-size: 20px;
  }
}
.message .txt_wrap .flex_wrap .img_wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .message .txt_wrap .flex_wrap .img_wrap {
    width: calc(50% - 10px);
  }
}

/* ▼▼▼ policy
======================================================*/
.policy {
  padding-top: 70px;
  margin-bottom: 45px;
  position: relative;
  /* &::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;
  	@include mq-min() {
  		width: 422px;
  		height: 176px;
  		top: 0;
  		right: -110px;
  	}
  } */
}
@media screen and (min-width: 768px) {
  .policy {
    padding-top: 265px;
    margin-top: -150px;
    margin-bottom: 113px;
  }
}
.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: 80px;
  }
}
.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: 0 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .policy .policy_ttl {
    padding: 0 0 0 30px;
    font-size: 22px;
    margin-bottom: 40px;
    width: 43%;
  }
}
.policy .policy_ttl span {
  color: #014498;
  margin-right: 8px;
}
.policy .img_wrap {
  margin-bottom: 15px;
  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;
  }
}

.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;
  }
}