@charset "UTF-8";
img {
  width: 100%;
  display: block;
}

li {
  list-style: none;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc02 {
    display: none !important;
  }
}

@media only screen and (min-width: 981px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

body {
  color: #252525;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
::-webkit-full-page-media, :future, :root body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 980px) {
  .overlay {
    display: none;
  }
}

.header {
  line-height: 32px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 980px) {
  .header {
    overflow: unset;
    height: 60px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  max-width: 275px;
}
@media only screen and (max-width: 980px) {
  .header__logo {
    max-width: 174px;
    z-index: 100;
  }
}
.header__l-link {
  font-size: 20px;
  color: #252525;
}
@media only screen and (max-width: 980px) {
  .header__l-link {
    font-size: 16px;
  }
}
.header__img {
  display: block;
}
.header__logo:hover {
  opacity: 0.7;
}

.global { /* メニュー全体のスタイル */
  width: 100%;
  position: fixed;
  top: 0;
  align-items: center;
  padding: 15px 20px;
  box-sizing: border-box;
  z-index: 99;
}
@media only screen and (min-width: 769px) {
  .global {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 980px) {
  .global {
    padding: 7px 20px;
  }
}
.global__list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 700px;
}
.global__item {
  font-size: 18px;
  line-height: 125%;
  padding: 0 25px;
  display: inline-block;
}
.global__item:not(:last-child) {
  border-right: solid 1px #4d4d4d;
}
.global__link {
  color: #252525;
  display: block;
  height: 100%;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}
.global__link:hover {
  opacity: 1;
  color: #0071aa;
}
.global__right {
  float: right;
  max-width: 350px;
  width: 32%;
  font-size: 16px;
}
.global__contact {
  float: right;
  max-width: 350px;
  width: 32%;
  display: flex;
  height: 52px;
  line-height: 52px;
}
.global__btn {
  background-color: #0071aa;
  border-radius: 16px;
  padding: 0 18px;
}
@media only screen and (max-width: 768px) {
  .global__btn {
    padding: 0 9px;
  }
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.menu:hover .menu__child {
  visibility: visible;
}
.menu__child { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  z-index: 2;
  padding: 30px 0;
  background: #fff; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.menu__list {
  max-width: 1120px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .menu__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .menu__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.menu__list--start {
  justify-content: start;
}
.menu__list--more {
  justify-content: end;
}
.menu__item {
  font-size: 15px;
  display: inline-block;
}
.menu__item:not(:last-child) {
  margin-right: 60px;
}
.menu__item--pt {
  max-width: 98px;
}
.menu__item--pt:not(:last-child) {
  margin-right: 0px;
}
.menu__pict {
  margin-bottom: 8px;
  width: 100%;
}
.menu__link {
  display: block;
}
.menu__link:hover {
  color: #b3e5fc;
}
.menu__name {
  display: block;
  background-color: #fff;
}
.menu__name:hover {
  background-color: #f2f2f2;
}
.menu__more {
  display: block;
  float: right;
  margin-top: 20px;
}
.menu__more:hover {
  color: #b3e5fc;
}
.menu__bk {
  font-size: 12px;
}
.menu__txt {
  display: block;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .menu__txt {
    text-align: left;
  }
}
.menu__fa {
  color: #00A3F3;
  margin-right: 10px;
}

.contact__link {
  font-weight: 600;
  position: relative;
  line-height: 120%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s;
}
.contact__link:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  .contact__link:before {
    right: 4%;
    font-size: 11px;
  }
}
.contact__link--01 {
  background-color: #b3e5fc;
  color: #fff;
}
.contact__link--02 {
  background-color: #ffc107;
}
.contact__link--02:hover {
  background-color: #c0a53a;
}

/**********************************************************************************

      MENU

**********************************************************************************/
@media only screen and (max-width: 980px) {
  #top_head ul.global_menu {
    transform: rotate(90deg) translateY(-50%);
    position: fixed;
    right: -250px;
    top: 50%;
    bottom: auto;
    z-index: 9999;
    display: block;
  }
  #top_head .inner #global_nav .sp_menu {
    display: none;
  }
  #top_head ul.global_menu > li {
    float: left;
    font-weight: bold;
    list-style: none;
    margin: 0 20px;
  }
  #top_head ul.global_menu > li > a {
    text-decoration: none;
    color: #818181;
  }
  /***** Toggle Button ******/
  #top_head .box {
    width: 50px;
    height: 50px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 110;
    text-align: center;
  }
}
@media only screen and (max-width: 980px) and (max-width: 768px) {
  #top_head .box {
    top: 2px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: 19px 0 0 -16px;
    background: #252525;
    transition: 0.8s;
    border-radius: 5px;
  }
  #nav_toggle span:nth-child(1) {
    top: -5px;
  }
  #nav_toggle span:nth-child(2) {
    top: 4px;
  }
  #nav_toggle span:nth-child(3) {
    top: 14px;
  }
}
/*******************************************************

			  ƒnƒ“ƒo[ƒK[ƒƒjƒ…[

*******************************************************/
#top_head ul.global_menu {
  display: none;
}

#top_head .inner #global_nav .sp_menu {
  display: block;
}

#top_head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 10;
}
@media only screen and (min-width: 981px) {
  #top_head {
    display: none;
  }
}

/* Fixed reset */
#top_head.fixed {
  padding-top: 0;
}

#mobile_head {
  width: 100%;
  height: 50px;
  z-index: 1010;
  position: relative;
}

#global_nav {
  opacity: 0;
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  position: fixed;
  top: -1400px;
  left: 0;
  right: 0;
  background-size: cover;
  height: 100%;
  padding-bottom: 85px;
  transition: 0.5s ease-in-out;
}

#global_nav em {
  display: block;
  margin-bottom: 35px;
}

#global_nav ul.sp_menu li {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: static;
  font-size: 16px;
}
#global_nav ul.sp_menu .menu__item--in {
  line-height: 140%;
  display: block;
}
#global_nav ul.sp_menu .menu__item--in a {
  padding: 7px 0;
}

#global_nav .inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
#global_nav .inner .contact .btn {
  line-height: 50px;
}

#global_nav .info {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02rem;
  display: block;
  font-style: normal;
  padding-bottom: 10px;
}

#global_nav .info a {
  font-size: 28px;
  line-height: 140%;
  font-weight: bold;
}

#global_nav ul.sp_menu li a {
  display: block;
  line-height: 150%;
  color: #252525;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

#global_nav .contact a i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
}

#global_nav ul.sp_menu li a:hover {
  opacity: 0.6;
}

#top_head #global_nav ul.sp_menu li a #top_head.fixed #global_nav ul.sp_menu li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}

#top_head #global_nav ul.sns {
  max-width: 540px;
  margin: 0 auto;
}

#top_head #global_nav ul.sns li:nth-child(-n+2) {
  float: left;
  margin-right: 20px;
}

#top_head #global_nav ul.sns li a {
  font-size: 18px;
  line-height: 24px;
  padding: 30px 25px 25px;
  width: 165px;
}

#top_head #global_nav ul.sns li a img {
  display: block;
  margin: 0 auto;
}

#top_head #global_nav ul.sns li:last-child img {
  margin-top: 6px;
  margin-bottom: 18px;
}

#nav_toggle {
  display: block;
}

.sp-nav__link {
  height: 50px;
  font-size: 16px;
}
.sp-nav__link:first-child {
  margin-bottom: 10px;
}
.sp-nav__ttl {
  line-height: 160%;
  font-weight: bold;
  padding: 10px 0px;
}
.sp-nav__logo {
  max-width: 300px;
  display: table;
  margin: 0 auto;
}

/***** 3本線をクリックした場合の処理 *****/
.open {
  backGround-color: rgb(255, 255, 255);
  opacity: 1;
  z-index: 11;
  transition: 0.3s;
}
@media only screen and (min-width: 981px) {
  .open {
    display: none;
  }
}
.open #nav_toggle span {
  background: #252525;
}
.open #nav_toggle span:nth-child(1) {
  top: 6px;
  transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 6px;
  transform: rotate(-315deg);
}
.open #global_nav {
  /* #global_nav top + #mobile_head height */
  transform: translateY(556px);
  top: -560px;
  left: 0;
  z-index: 11;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #fff;
  width: 100%;
}

.wrapper {
  display: block;
  overflow: hidden;
}

.top-main {
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .top-main {
    margin-bottom: 40px;
  }
}
.top-main__video {
  margin-top: 60px;
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .top-main__video {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top-main__video {
    padding-bottom: 30px;
  }
}

.main {
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .main {
    margin-bottom: 40px;
  }
}
.main__fv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 440px;
  background: url(../img/sky.jpg) no-repeat center bottom/cover;
}
@media only screen and (max-width: 980px) {
  .main__fv {
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .main__fv {
    height: 240px;
  }
}
.main__h2 {
  font-size: 40px;
  color: #000;
  margin: 0;
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main__h2 {
    font-size: 30px;
    letter-spacing: -0.05em;
    padding-top: 20px;
  }
}
.main__h2::before, .main__h2::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .main__h2::before, .main__h2::after {
    top: 15px;
    width: 50px;
    height: 50px;
  }
}
.main__h2::before {
  left: -170px;
  background: url(../img/ttl-b-l.png) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .main__h2::before {
    left: -75px;
  }
}
.main__h2::after {
  right: -170px;
  background: url(../img/ttl-b-r.png) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .main__h2::after {
    right: -75px;
  }
}

.more {
  color: #b3e5fc;
  display: flex;
  justify-content: center;
  max-width: 220px;
  height: 45px;
  border: solid 1px #b3e5fc;
  border-radius: 30px;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .more {
    height: 40px;
  }
}

.in-mv {
  max-width: 1920px;
  height: 321px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 980px) {
  .in-mv {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .in-mv {
    height: 200px;
    margin-bottom: 40px;
  }
}
.in-mv::before {
  content: "";
  background: url(../img/mv-in.jpg) no-repeat top right/cover;
  max-width: 1764px;
  width: 97%;
  height: 321px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .in-mv::before {
    height: 200px;
  }
}
.in-mv__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: calc(100% - 120px);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .in-mv__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .in-mv__inner {
    width: calc(100% - 80px);
    display: block;
  }
}
.in-mv__h2 {
  font-size: 40px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .in-mv__h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.in-mv__sub {
  font-size: 22px;
  letter-spacing: 0.25em;
  font-weight: 500;
  line-height: 130%;
}
@media only screen and (max-width: 768px) {
  .in-mv__sub {
    font-size: 16px;
  }
}

.bread {
  max-width: 1230px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  justify-content: start;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .bread {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .bread {
    font-size: 12px;
  }
}
.bread__item:not(:last-child)::after {
  content: ">";
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .bread__item:not(:last-child)::after {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .bread__item:not(:last-child) {
    margin-bottom: 3px;
  }
}
.bread__link {
  text-decoration: underline;
}
.f_city {
  display: table;
  margin: 0 auto 5px;
  max-width: 1203px;
}

.footer {
  color: #0071aa;
  background: url(../img/bg_ft.jpg) no-repeat center/cover;
}
.footer__inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 75px 0 95px;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    max-width: 450px;
    padding: 60px 0 40px;
  }
}
.footer__box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer__box {
    margin-bottom: 15px;
  }
}
.footer__bbox {
  max-width: 320px;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .footer__bbox {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__logo {
  font-size: 25px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__add {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .footer__inbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__right {
  max-width: 568px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
  }
}
.footer__list {
  overflow: hidden;
  margin-bottom: 65px;
}
@media only screen and (min-width: 769px) {
  .footer__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 980px) {
  .footer__list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__list {
    gap: 0;
  }
}
.footer__item {
  max-width: 127px;
  width: 23%;
}
@media only screen and (min-width: 769px) {
  .footer__item {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__item {
    width: 100%;
  }
  .footer__item:nth-child(-n+3) {
    margin-bottom: 20px;
  }
}
.footer__link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #0071aa;
}
@media only screen and (min-width: 769px) {
  .footer__link {
    padding: 15px 10px;
    background-color: #fff;
    border: solid 1px #0071aa;
  }
  .footer__link:hover {
    opacity: 1;
    background-color: #0071aa;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .footer__link {
    font-size: 18px;
  }
}
.footer__small {
  font-size: 14px;
  font-weight: bold;
  color: #0071aa;
}
.footer__btn {
  display: table;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 16px;
  background-color: #0071aa;
  border: solid 1px #0071aa;
  color: #fff;
  max-width: 257px;
  width: 100%;
  box-sizing: border-box;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__btn:hover {
  color: #0071aa;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .footer__btn {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 12px 0px;
  }
}
.footer__btn--tel {
  color: #0071aa;
  background: #fff;
}
.footer__btn--tel::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 7px;
  background: url(../img/icon_tel.png) no-repeat center/100%;
}
.footer__btn--tel:hover {
  color: #fff;
  background-color: #0071aa;
}
.footer__btn--tel:hover::before {
  background: url(../img/icon_tel-on.png) no-repeat center/100%;
}
.footer__btn:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer__btn:not(:last-child) {
    margin-bottom: 15px;
  }
}

.scroll {
  overflow: auto;
}

/*トップへ戻るボタン*/
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 36px;
  height: 146px;
  box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .topBtn {
    width: 18px;
    height: 73px;
  }
}
.topBtn:hover {
  opacity: 0.7;
}

.form__h4 {
  font-size: 25px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form__h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .form__h4 {
    margin-bottom: 15px;
  }
}
.form__list {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .form__list {
    width: calc(100% - 30px);
  }
}
.form__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .form__item {
    padding: 15px 0;
    display: block;
  }
}
.form__item:not(.contact__item--last)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #f45303 8px, transparent 8px);
  background-size: 13px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  .form__item:not(.contact__item--last)::after {
    height: 2px;
    background-image: linear-gradient(to right, #f45303 6px, transparent 6px);
    background-size: 11px 2px;
  }
}
.form__item--last {
  margin-bottom: 20px;
}
.form__ttl {
  font-weight: 400;
  max-width: 260px;
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .form__ttl {
    width: 100%;
    gap: 10px;
    margin-bottom: 5px;
  }
}
.form__ttl::after {
  content: "任意";
  font-size: 14px;
  width: 45px;
  height: 22px;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .form__ttl::after {
    font-size: 12px;
    width: 36px;
    height: 19px;
  }
}
.form__ttl--req::after {
  content: "必須";
  background-color: #f45303;
  color: #fff;
}
.form__body {
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .form__body {
    width: 100%;
    padding: 0;
  }
}
.form__text {
  width: 100%;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .form__text {
    width: 100%;
    padding: 8px 8px;
    border: solid 1px #573001;
    font-size: 15px;
  }
}
.form__text--p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .form__text--p {
    margin-bottom: 10px;
  }
}
.form .wpcf7-list-item {
  margin: 0;
}
.form__link {
  width: 83%;
}
@media only screen and (max-width: 768px) {
  .form__link {
    width: 100%;
  }
}
.form__btn {
  position: relative;
  max-width: 412px;
  width: 80%;
  height: 47px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .form__btn {
    max-width: 300px;
    height: 40px;
  }
}
.form__btn::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 50px;
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../commons/img/icon_arw.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .form__btn::after {
    width: 16px;
    height: 16px;
    top: 10px;
    right: 25px;
  }
}
.form__more {
  width: 100%;
  line-height: 47px;
  letter-spacing: 0.08em;
  display: table;
  margin: 0px auto 0;
  border-radius: 18px;
  background-color: #00a89c;
  font-size: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.form__more:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .form__more {
    line-height: 40px;
    border-radius: 12px;
    font-size: 18px;
  }
}
.form__icon {
  width: 21px;
  height: 21px;
  margin-left: 30px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .form__icon {
    width: 16px;
    height: 16px;
    margin-left: 20px;
  }
}
.form .wpcf7-not-valid-tip {
  color: #ff0606;
  font-size: 0.8em;
}
.form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0606;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 13px;
  }
}

/*=======================================
#slide
----------------------------------------*/
/*-----共通設定-----*/
.wrapper {
  /*-----画面幅375px以下-----*/
  /*-----画面幅320px以下-----*/
}
.wrapper .swiper-pagination {
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .wrapper .swiper-pagination {
    bottom: -15px;
  }
}
.wrapper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #b3e5fc;
  opacity: 1;
  background: #f8f4e9;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 3px;
  }
}
.wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b3e5fc;
}
.wrapper #slide .inner {
  width: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .text_intro {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .slide_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3.5rem 0;
  background-color: #e6e6e6;
}
.wrapper #slide .inner .swiper-container {
  max-width: 960px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
}
.wrapper #slide .inner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide a:hover {
  transition: unset;
  opacity: 1;
}
/*---------------------------------------
#slide
=======================================*/
/*========= 背景色の動きのCSS ===============*/
.js-target .js-pict {
  display: none;
}

.bgextend .js-pict {
  display: block;
}

/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgextend .ex-right {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0071aa; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*--------- 右から --------*/
.bgextend .ex-left {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0071aa; /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*--------- 下から --------*/
.bgextend .ex-down {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0071aa; /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*--------- 上から --------*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0071aa; /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*----------フェード----------*/
.scroll-space {
  padding-top: 0;
  height: auto;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.6s;
}

.fadein-bottom {
  transform: translate(0, 30px);
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
@media only screen and (min-width: 769px) {
  .square--01 {
    animation-delay: 0.5s;
  }
  .square--02 {
    animation-delay: 1s;
  }
  .square--03 {
    animation-delay: 1.5s;
  }
  .square--04 {
    animation-delay: 2s;
  }
}
@media only screen and (max-width: 768px) {
  .square--01 {
    animation-delay: 0.4s;
  }
  .square--02 {
    animation-delay: 0.5s;
  }
  .square--03 {
    animation-delay: 0.6s;
  }
  .square--04 {
    animation-delay: 0.7s;
  }
}/*# sourceMappingURL=common.css.map */