@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #222222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 36px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 2px;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-notosa {
  font-family: 'Noto Sans JP', sans-serif;
}
.wow {
  visibility: hidden;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}

header .logo {
  text-align: center;
  font-size: 28px;
  padding: 20px 10px 10px;
}

header .logo a {
  text-decoration: none;
}

header h1 {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  height: 110px;
}
.nav-header .btn-style2 {
  width: 260px;
  border-radius: 72px;
}
.nav-header .btn-style2 a {
  padding: 21px 0;
}
.nav-header .btn-style2:hover {
  opacity: 0.8;
}
.nav-header .g-btn {
  justify-content: space-between;
  margin-top: 90px;
  position: absolute;
  right: 60px;
}
.nav-header .btn-style3 {
  display: flex;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  width: 0;
}
.nav-header .btn-style3:after {
  display: none;
}
.nav-header .btn-style3 span {
  font-size: 25px;
  padding: 20px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
}
.nav-header .btn-style3 i {
  position: absolute;
  width: 115px;
  height: 147px;
  top: 10px;
  left: -108px;
  z-index: 7;
}
.nav-header .btn-style3 span:after {
  font-size: 25px;
  margin: 10px 0;
}
.nav-header .txt1 {
  color: #fff;
  align-self: center;
}
.nav-header .btn-style4 {
  width: 189px;
  align-self: center;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  background: url(../img/index/icon_arrow2.png) no-repeat right 40px top 8px;
  background-size: 21px;
}
.nav-header .btn-style4 a {
  display: block;
}
.nav-header .btn-style4:hover {
  opacity: 0.8;
}
.nav-header .logo-nav {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-header .logo-nav img {
  width: 100%;
  height: auto;
}

.nav-header .tel-icon {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}

.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  max-width: 1000px;
  margin: auto;
}

.nav-header a.nav-main,
.nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  color: #221409;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #000;
  content: '';
  position: absolute;
  bottom: 20px;
  left: 5%;
  transition: all 0.4s ease;
}

.nav-header li a.nav-main.active::after,
.nav-header li:hover a.nav-main::after,
.nav-header li.sub-nav.active::after {
  width: 90%;
}

.nav-header .sub-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 275px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.4s ease;
}

.nav-header .sub-nav::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: all 0.3s ease;
}

/*=============================================
 ******************* keyvisual ****************
 *=============================================*/

#head-key {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*border-bottom: 4px solid #222222;*/
}
@media screen and (max-width: 767px) {
  #head-key {
    padding-top: 0px;
  }
}
#key-box {
  order: 1;
  width: calc(100% - 450px);
  height: auto;
  overflow: hidden;
  position: relative;
}

#key-box .keyvisual {
  width: 100%;
  height: 100%;
}
#key-box .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#key-box .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  object-position: right;
}
#key-box .group {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 561px;
}
#key-box .group .ttl2 {
  text-align: center;
  margin-bottom: 60px;
}
#key-box .group h2 {
  margin-bottom: 60px;
  text-align: center;
}
#key-box .group .ttl2-2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto 38px;
}

#key-box .group .ttl2-2 img {
  margin-right: 10px;
}
#key-box .group .ttl2-2 img:last-child {
  margin-right: 0;
}

.head-info {
  order: 2;
  width: 450px;
  text-align: center;
  padding-top: 0;
  background: #1daee3;
}
.head-info .ttl4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
}
.head-info .btn-style2 {
  margin-top: 7px;
}
h1 {
  color: #8bd3ed;
  font-size: 13px;
  margin: 10px auto;
  line-height: 21px;
}
.head-info .ttl {
  background: #fff;
  margin-bottom: -40px;
  padding-top: 42px;
  margin-left: -56px;
}
.head-info .ttl img {
  position: relative;
  z-index: 2;
}
#key-box .key-gr .txt-orin {
  color: #ffa853;
}
#key-box .key-gr .txt-blue {
  color: #117eb1;
}
#key-box .key-gr {
  position: relative;
  margin: 90px auto 0px;
  color: #fff;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  z-index: 2;
  max-width: 760px;
  /* width: calc(100% - 450px); */
}
#key-box::before {
  content: '';
  position: absolute;
  top: calc(50% + 18px);
  left: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 100px);
  border: 16px solid #1daee3;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#key-box .key-gr .key-txt1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
#key-box .key-gr .key-txt1 span {
  display: inline-block;
  background: #fff;
  padding: 0px 20px;
  margin-right: 8px;
  /* border-radius: 30px; */
}
#key-box .key-gr h2 {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  margin: 20px 0px 36px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 86px;
}
#key-box .key-gr h2 span {
  background: #fff;
  color: #117eb1;
  display: inline-block;
}
#key-box .key-gr .key-list1 {
  display: flex;
  justify-content: space-between;
}
#key-box .key-gr .key-list1 li {
  width: 47%;
  /* background: #49ceff; */
  box-sizing: border-box;
  /* border-radius: 15px; */
  padding: 16px 3% 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
  border: 3px solid #fff;
}
#key-box .key-gr .key-list1 li span {
  font-size: 100px;
  font-weight: 900;
}
#key-box .key-gr .key-list1 li span span {
  font-size: 60px;
  font-weight: 500;
}
#key-box .key-gr .key-list1 li small {
  font-size: 16px;
  font-weight: 400;
}
#key-box .key-gr .key-txt2 {
  text-align: center;
  font-weight: 900;
  margin: 32px 0px 25px;
}
#key-box .key-gr .key-txt2 p {
  display: inline-block;
  color: #fff;
  line-height: 55px;
  padding: 0px 12px;
  font-size: 33px;
}
#key-box .key-gr .key-txt2 u {
  text-decoration-thickness: 5px;
  text-decoration-color: #29c6ff;
  text-underline-offset: 6px;
}
#key-box .key-gr .key-txt2 small {
  font-size: 26px;
  font-weight: 500;
}
#key-box .key-gr .key-txt2 i {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  padding: 0px 8px;
  display: inline-block;
  margin: 12px auto;
}
#key-box .key-gr .key-txt3 {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
#key-box .key-gr .key-txt3::before {
  /* content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: calc(100% - 282px);
  height: 2px;
  background: #bd7935;
  transform: translateY(-50%); */
}
#key-box .key-gr .key-box2 {
  width: 100%;
  background: rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  padding: 14px 20px;
}
#key-box .key-gr .key-list2 {
  display: flex;
  justify-content: space-between;
  margin: 16px 0px 0px;
}
#key-box .key-gr .key-list2 li {
  width: 28%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 24px 0px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}
#key-box .key-gr .key-list2 li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
#key-box .key-gr .key-list2 li span {
  font-size: 50px;
  font-weight: 900;
}
#key-box .key-gr .key-list2 li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -26%;
  transform: translateY(-50%);
  width: 43px;
  height: 38px;
  background: url('../img/shared/key_icon.png') center/cover;
}
#key-box .key-gr .key-list2 li:last-child::before {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #key-box .key-gr {
    zoom: 0.8;
    transform-origin: top left;
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  #key-box {
    order: 2;
    height: 100% !important;
  }
  #key-box::before {
    border: 10px solid #1daee3;
    top: calc(50% + 1vw);
    width: 90vw;
    height: 82%;
  }
  .head-info {
    order: 1;
  }
  #key-box .key-gr {
    width: 85%;
    margin: 25vw auto;
  }
  #key-box .key-gr .key-txt1 {
    font-size: 4vw;
    line-height: 1.6;
  }
  #key-box .key-gr h2 {
    font-size: 10vw;
    margin: 3vw 0px 4vw;
    line-height: 1;
  }
  #key-box .key-gr h2 span {
    line-height: 1.5;
    margin-top: 1vw;
  }
  #key-box .key-gr h2 > span {
    padding: 0px 3vw;
  }
  #key-box .key-gr .key-list1 li {
    width: 49%;
    font-size: 6vw;
    padding: 3vw 1%;
  }
  #key-box .key-gr .key-list1 li span {
    font-size: 10vw;
  }
  #key-box .key-gr .key-list1 li span span {
    font-size: 7vw;
  }
  #key-box .key-gr .key-list1 li small {
    font-size: 2.5vw;
  }
  #key-box .key-gr .key-txt2 {
    margin: 4vw 0px;
  }
  #key-box .key-gr .key-txt2 p {
    font-size: 4.2vw;
    line-height: 1.2;
    padding: 1vw 2%;
    letter-spacing: 0;
  }
  #key-box .key-gr .key-txt2 i {
    font-size: 8vw;
    line-height: 1.3;
    padding: 0px 2vw;
  }
  #key-box .key-gr .key-txt2 p small {
    font-size: 3.5vw;
  }
  #key-box .key-gr .key-txt3 {
    font-size: 5vw;
  }
  #key-box .key-gr .key-box2 {
    padding: 1vw 3% 5vw;
  }
  #key-box .key-gr .key-txt3::before {
    width: 35%;
  }
  #key-box .key-gr .key-list2 li {
    width: 30%;
    padding: 3vw 0px;
    font-size: 5vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #key-box .key-gr .key-list2 li span {
    font-size: 6.5vw;
  }
  #key-box .key-gr .key-list2 li::before {
    width: 3vw;
    height: 3vw;
    right: -4vw;
  }
}

.mailform {
  background: #1daee3;
  color: #fff;
}
.thanks .head-info {
  width: 100%;
  min-height: 100vh;
}
.thanks .head-info .ttl {
}
.thanks .head-info .ttl img {
  margin-bottom: -30px;
}
.thanks .head-info .txt-thanks {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  margin-top: 115px;
  line-height: 48px;
  margin-bottom: 25px;
}
.thanks .head-info .txt-thanks span {
  color: #fffb8f;
}
.thanks .head-info .btn {
  background: url(../img/index/icon_arrow5.png) no-repeat right 20px top 17px;
  background-color: #fff;
  background-size: 26px;
  width: 385px;
  margin: 0 auto;
  padding: 11px 0 13px;
  color: #1daee3;
  font-weight: bold;
  border-radius: 41px;
  cursor: pointer;
}
.thanks .head-info .btn:hover {
  opacity: 0.8;
}
.thanks #head-key {
  border-bottom: 0;
}

.thanks-confirm {
  color: #fff;
  width: 94%;
  max-width: max-content;
  margin: 0 auto;
  padding: 0px 20px 0;
  box-sizing: border-box;
}

.thanks-confirm dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  text-align: left;
}

.thanks-confirm + .txt-thanks {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .thanks-confirm dl {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .thanks .head-info .txt-thanks {
    font-size: 4vw;
    line-height: 2em;
    padding: 0 2vw;
  }
  body {
    font-size: 16px;
  }

  .nav-header {
    background: none;
    bottom: 0;
    left: 0;
  }
  .nav-header .btn-style2 span {
    flex-direction: column;
  }
  .nav-header .btn-style2 span:after {
    display: none;
  }
  .nav-header .btn-style2 a {
    padding: 10px 0;
  }
  .nav-header .btn-style2:hover {
  }
  .nav-header .g-btn {
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 5vw;
    width: 60%;
  }
  .nav-header .btn-style3 {
    margin-left: 0;
    display: block;
    writing-mode: lr;
    width: 100%;
  }
  .nav-header .btn-style3:after {
  }
  .nav-header .btn-style3 span small {
    display: block;
  }
  .nav-header .btn-style3 span {
    font-size: 24px;
    margin-top: 0;
    padding: 2vw;
  }
  .nav-header .btn-style3 i {
    width: 46%;
    left: -29%;
    top: -6vw;
  }
  .nav-header .btn-style3 span:after {
    display: none;
  }
  .nav-header .txt1 {
    width: 23px;

    font-size: 14px;
  }
  .nav-header .btn-style4 {
    font-size: 11px;
    padding-bottom: 22px;
    background: url(../img/index/icon_arrow2.png) no-repeat right 50% top 31px;
    background-size: 15px;
    margin-right: -4%;
    text-align: center;
  }
  .nav-header .btn-style4:hover {
  }
  .head-info .ttl4 {
    font-size: 4vw;
    margin-bottom: 7vw;
    line-height: 1.5;
  }
  #key-box .group {
    width: 100%;
    top: 50%;
    max-width: 320px;
  }
  #key-box .group .ttl2 {
    width: 63%;
    margin: 0 auto 30px;
  }
  #key-box .group h2 {
    width: 96%;
    margin: 0 auto 20px;
    /* margin-bottom: 20px;
    margin-left: -10px; */
  }
  #key-box .group .ttl2-2 {
    width: 63%;
    margin: 0 auto;
  }
  #key-box .group .ttl2-2 img {
    width: 15.9061277705vw;
  }
  h1 {
    font-size: 11px;
    margin-top: 3vw auto;
  }
  #head-key {
    flex-direction: column-reverse;
  }
  .head-info .ttl {
    margin-left: 0;
    margin-bottom: -7vw;
    padding-top: 2vw;
  }
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header a.nav-main {
    padding: 5px 22px;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li a.nav-main.active::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    padding: 5px 30px;
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    display: none;
  }
  .nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    width: 100%;
  }
  #key-box {
    width: 100%;
  }
  .header-box {
    display: flex;
    align-items: center;
  }
  header .logo {
    padding: 10px 0 10px 10px;
    width: 30%;
    max-width: 150px;
  }
  header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
  }
  .hamberger-btn {
    position: fixed;
    top: 17px;
    right: 2%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: 'MENU';
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }
  .hamberger-btn span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 35%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #000;
  }
  .hamberger-btn span::before,
  .hamberger-btn span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    content: '';
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open .hamberger-btn {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .menu-open .hamberger-btn::after {
    content: 'CLOSE';
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    /* background: #1daee3; */
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 1;
    top: auto;
    height: auto;
    padding-bottom: 10px;
    opacity: 1;
    visibility: visible;
    opacity: 0;
  }
  .fixed-btn .nav-header {
    opacity: 1;
  }
  .no-fixed .nav-header {
    opacity: 0;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }
  .js-scroll {
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 0;
  }
  .hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  header h1 {
    width: calc(70% - 80px);
    font-size: 2.2vw;
    padding: 5px;
  }
  .hamberger-btn {
    top: 10px;
    display: none;
  }
  #key-box {
    height: 400px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
}

/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  background: #1daee3;
  padding: 30px 0 70px;
}
footer .ttl {
  text-align: center;
  margin: -159px auto -32px;
  position: relative;
  z-index: 5;
}
footer .mailform {
  width: 404px;
  margin: 0 auto 9px;
  border: #fff 3px solid;
  border-top: 0;
}
footer nav {
  text-align: center;
}

footer nav > a {
  margin-right: 15px;
}

footer nav > a + a:before {
  content: '\7C';
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}

footer .logo {
  text-align: center;
}
footer .logo:hover {

}
footer dl.tel-ft {
  padding: 10px 0 15px;
  text-align: center;
}

footer dl.tel-ft dt {
  font-weight: bold;
}

footer dl.tel-ft dt .tel-icon {
  font-size: 25px;
}

footer dl.tel-ft dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}

footer .info-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}

footer .info-footer dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
}

footer .info-footer dl dt {
  font-weight: bold;
}

/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#pagetop:hover {
  opacity: 0.9;
}

#socialbuttons {
  max-width: 350px;
}

address {
  padding: 3px 0 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 23px;
}

footer .btn-style2 {
  width: 455px;
  margin: 0 auto 126px;
}
address span {
  display: block;
  text-decoration: underline;
}
address span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 23vw 0 100px;
  }
  footer .ttl {
    margin: -45vw 0% -4vw 6%;
  }
  footer .logo {
    max-width: 79%;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3b2718;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: flex;
  }
  #fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  #fixed-sp ul li a img {
    width: 16px;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 101px;
    width: 50px;
    z-index: 98;
    right: 10px;
  }
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .fixed-btn footer:after {
    /* background: #1daee3; */
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
    margin-bottom: 30px;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .fixed-btn footer:after {
    /* background: #1daee3; */
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
    margin-bottom: 30px;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 113px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  /* background: #b10505; */
  font-family: 'fontello';
  z-index: 99;
  border-radius: 50%;
  background: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 70px;
  height: 113px;
  display: inline-block;
}
.slick-prev {
  left: 25px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
  background: url('../img/index/arrow_left.png') no-repeat;
  color: #fff;
  left: 16px;
  /* position: absolute; */
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  background: url('../img/index/arrow_right.png') no-repeat;
  color: #fff;
  right: 16px;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #b10505;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
.remodal .rule {
  margin-top: 20px;
  padding: 20px;
  height: 270px;
  overflow: auto;
  border: 1px solid #d8d8d8;
  border: none;
  text-align: left;
}

.remodal .rule::-webkit-scrollbar-track {
}

.remodal .rule::-webkit-scrollbar {
  width: 12px;
}

.remodal .rule::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.remodal .rule dl dt {
  font-weight: bold;
  font-size: 16px;
}
.remodal .rule dl dd {
  margin-left: 34px;
  margin-bottom: 17px;
  line-height: 22px;
  font-weight: 300;
}
#privacy_checkbox_box {
  display: block !important;
  text-align: center;
  margin: 0 auto 3%;
  padding: 4% 4%;
  font-weight: bold;
  width: 85%;
  font-size: 22px;
}
#privacy_checkbox_box .deco {
  margin-bottom: 75px;
}
#privacy_checkbox_box .txt {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  margin-bottom: 60px;
}
/* Hide the browser's default checkbox */
#privacy_checkbox_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#privacy_checkbox_box label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Create a custom checkbox */
#privacy_checkbox_box .checkmark {
  position: absolute;
  top: 8px;
  left: 3px;
  height: 25px;
  width: 25px;
  border: 2px solid #cccccc;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  /* On mouse-over, add a grey background color */
  #privacy_checkbox_box:hover input ~ .checkmark {
    background-color: #cccccc;
    border: 0;
  }
}

/* When the checkbox is checked, add a blue background */
#privacy_checkbox_box input:checked ~ .checkmark {
  background-color: #27519d;
  border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
#privacy_checkbox_box .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#privacy_checkbox_box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#privacy_checkbox_box .checkmark:after {
  left: 9px;
  top: 3px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.remodal-is-locked body {
  pointer-events: auto !important;
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 3%;
    width: auto;
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .slick-prev,
  .slick-next {
    width: 28px;
    height: 70px;
  }
  .slick-prev:before,
  .slick-next:before {
    background-size: 100%;
    width: 100%;
    height: 70px;
  }
  .slick-prev {
    left: 9px;
  }
  .slick-next {
    right: 8px;
  }
  .remodal .rule dl dt {
    line-height: 24px;
  }
  .remodal .rule dl dd {
    margin-left: 20px;
  }
  #privacy_checkbox_box label {
    font-size: 18px;
    text-align: left;
    line-height: 32px;
  }
  #privacy_checkbox_box .txt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .remodal .rule {
    height: 170px;
  }
  #privacy_checkbox_box .deco {
    width: 50px;
    margin: 8vw auto 10vw;
  }
}

@media only screen and (max-width: 767px) {
  html #socialbuttons .social-line {
    width: 92px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  html.responsive {
    min-width: 320px !important;
  }
}

/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 767px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}
.fc-form [class^='error'] {
  position: absolute;
  left: 64px;
  bottom: -25px;
  font-size: 10px;
}

@-webkit-keyframes line_scale {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes line_scale {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.line_scale {
  -webkit-animation-name: line_scale;
  -webkit-transform-origin: left bottom;
  animation-name: line_scale;
  transform-origin: left bottom;
}

.kozinzyouhou {
  color: #8aebee;
  border-bottom: 1px solid;
}

.kozinzyouhou_hogo {
  color: #8aebee;
  border-bottom: 1px solid;
  margin-top: 23px;
  display: inline-block;
  font-size: 16px;
}

/* menu fix */
.logo.sp {
  position: absolute;
  top: 2vw;
  left: 4vw;
  width: 35vw;
  z-index: 10;
}
.menu-toggle {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 3px solid #f4881e;
  z-index: 9999;
  padding: 10px 2%;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.fixed-btn .menu-toggle {
  transform: translateY(0%);
}
@media screen and (min-width: 768px) {
  .no-fixed .menu-toggle {
    transform: translateY(-100%);
  }
  .no-fixed .nav-header {
    opacity: 0;
    visibility: hidden;
  }
}
.menu-toggle .gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-toggle .gnav-box1 {
  display: flex;
  justify-content: space-between;
}
.menu-toggle .gnav .logo {
  width: 107px;
}
.menu-toggle .gnav ul {
  margin: 0px 2%;
  width: 810px;
  display: flex;
  justify-content: space-between;
}
.menu-toggle .gnav ul li a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
}
.menu-toggle .gnav ul li a::before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: #f4881e;
  transition: all 0.3s;
}
.menu-toggle .gnav ul li a:hover::before,
.menu-toggle .gnav ul li a.active::before {
  height: 4px;
  transition: all 0.3s;
}
.menu-toggle .gnav .menu-btn a {
  display: block;
  text-align: center;
  width: 182px;
  border-radius: 30px;
  border: 2px solid #000;
  background: #f4881e;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}
.menu-toggle .gnav .menu-btn a::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 12px;
  background: url('../img/shared/arrow1.png') center/cover;
  top: 4px;
}
.menu-toggle .gnav .menu-btn a:hover {
  opacity: 0.8;
}
.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 70px;
    z-index: 99999;
    padding: 18px 16px 10px 18px;
    box-sizing: border-box;
    background: #f4881e;
    /* border: 2px solid #000; */
  }

  .menu-toggle {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding: 20vw 10% 30vw;
    border-bottom: none;
    transform: translateY(0%);
  }
  .menu-toggle .gnav {
    display: block;
  }
  .menu-toggle .gnav ul {
    width: 100%;
    display: block;
  }
  .menu-toggle .gnav ul li {
    padding: 2vw 0px;
    margin: 2vw 0px;
  }
  .menu-toggle .gnav ul li a {
    font-size: 6vw;
  }
  .menu-toggle .gnav ul li a::before {
    bottom: -2vw;
  }
  .menu-toggle .gnav .menu-btn a {
    margin: 10vw auto 20vw;
    width: 70%;
  }
}
