@charset "UTF-8";
/* Scss Document */
.cl {
  color: #008cad;
}

.text-link:hover {
  text-decoration: underline;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}

.box-parallax {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}

.fw_ext {
  font-weight: 800;
}

.fs38 {
  font-size: 7.6vw;
  line-height: 1.3684;
}

.fs48 {
  font-size: 8.2vw;
  line-height: 1.3684;
}

.fs86 {
  font-size: 12.8vw;
  line-height: 1;
  letter-spacing: -0.075em;
}

.fs60 {
  font-size: 9.6vw;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.fs20 {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.fs24 {
  font-size: 5.6vw;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.fs28 {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  .fs60 {
    font-size: 60px;
  }
  .fs38 {
    font-size: 38px !important;
    line-height: 50px;
  }
  .fs48 {
    font-size: 48px;
  }
  .fs86 {
    font-size: 86px;
    line-height: 100px;
  }
  .fs20 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 24px;
    line-height: 36px;
  }
  .fs28 {
    font-size: 28px;
    line-height: 1.4;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 90px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}

.hamburger {
  color: #fff;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 60px;
  height: 100%;
  margin: 0 auto;
}
.hamburger:before {
  content: "";
  width: 40px;
  border-top: 2px solid;
  position: absolute;
  top: 25px;
  left: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger:after {
  content: "メニュー";
  line-height: 1;
  position: absolute;
  bottom: -3px;
  left: -20px;
  right: -20px;
  text-align: center;
  font-weight: 600;
}
.hamburger span {
  margin: 0 auto;
  height: 19px;
  width: 40px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  border-top: 2px solid;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active:after {
  content: "閉じる";
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0px, 5px, 0) rotate(30deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -12px, 0) rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    background-color: transparent !important;
    top: 36px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
  .hamburger span {
    width: 55px;
    height: 14px;
  }
  .hamburger.is-active span:before {
    transform: translate3d(0px, 9px, 0) rotate(12deg);
  }
  .hamburger.is-active span::after {
    transform: translate3d(0, -2px, 0) rotate(-12deg);
  }
  .hamburger.white span {
    color: #fff;
  }
  .hamburger.white.is-active span {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^=error] {
  position: static;
}

.f_cl1 {
  color: #92845a;
}

.txt_r {
  text-align: right;
}

i {
  font-style: normal;
}

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brk-in {
  display: inline-block;
}

.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}

.img-shadown {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}

.sns-banner .btn {
  margin-bottom: 20px;
}
.sns-banner .btn a {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding: 13px 0 13px 40px;
  position: relative;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
}
.sns-banner .btn a img {
  width: 33px;
  height: auto;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sns-banner .btn a {
    font-size: 17px;
    padding: 18px 0 19px 40px;
    position: relative;
  }
  .sns-banner .btn a img {
    width: 41px;
    left: 21px;
  }
  .sns-banner .btn a:hover {
    opacity: 0.7;
  }
}

header .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}

section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 6.667vw;
  padding-right: 6.667vw;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}

main {
  position: relative;
}

#navigation {
  background: url(../img/shared/bd_bg.jpg) repeat center 0;
  color: #292929;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
#navigation .group {
  padding: 10vw 6.667vw 130px;
  position: relative;
}
#navigation .tog-nav {
  position: relative;
}
#navigation .tog-nav li {
  padding-bottom: 20px;
}
#navigation .tog-nav li a {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0;
}
#navigation .tog-nav li a:hover, #navigation .tog-nav li a.active {
  opacity: 0.5;
}
#navigation .tog-nav li.access {
  display: flex;
  flex-direction: column;
  height: 60px;
  gap: 10px 0px;
  flex-wrap: wrap;
  position: relative;
  margin: 30px 3% 30px 0;
  padding: 0;
}
#navigation .tog-nav li.access:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 140px;
  border-left: 1px solid #008cad;
}
#navigation .tog-nav li.access a {
  font-weight: 500;
  font-size: 18px;
}
#navigation .tog-nav li.nav_sp {
  display: flex;
  justify-content: space-between;
  padding-right: 10%;
}
#navigation .tog-nav li.nav_sp a {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #navigation {
    background: #fcfbf9;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100px;
    padding: 0;
    pointer-events: auto;
  }
  #navigation .group {
    padding: 0;
  }
  #navigation .group .gr {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  #navigation .group .gr {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  #navigation .tog-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 650px;
    gap: 35px;
    padding: 48px 0 0;
  }
  #navigation .tog-nav li {
    padding-bottom: 0px;
    position: relative;
  }
  #navigation .tog-nav li a {
    font-size: 18px;
  }
  #navigation .tog-nav li ul {
    position: absolute;
    top: 20px;
    left: -9px;
    z-index: 2;
    width: 118px;
    padding: 17px 0px 10px 14px;
    opacity: 0;
    pointer-events: none;
  }
  #navigation .tog-nav li ul::before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    z-index: -1;
  }
  #navigation .tog-nav li ul li {
    padding-bottom: 6px;
    position: relative;
  }
  #navigation .tog-nav li ul li a {
    color: #292929;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
  }
  #navigation .tog-nav li ul li a:before {
    content: "";
    border-top: 1px solid #9d9c98;
    width: 9px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  #navigation .tog-nav li.access {
    color: #706c5f;
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 0px 28px;
    position: absolute;
    top: 18px;
    right: 0px;
    margin: 0;
    padding: 0;
  }
  #navigation .tog-nav li.access:before {
    display: none;
  }
  #navigation .tog-nav li.access a {
    font-size: 14px;
  }
  #navigation .tog-nav li.nav_sp {
    display: flex;
    justify-content: space-between;
  }
  #navigation .tog-nav li.nav_sp a {
    font-weight: 500;
    font-size: 18px;
  }
  #navigation .tog-nav li.sub:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  #navigation .tog-nav {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  #navigation .gr-contact-sh {
    width: 259px;
    padding: 13px 0 0;
  }
  #navigation .gr-contact-sh .tel {
    margin: 0 -50px 0 -9px;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  #navigation .gr-contact-sh .tel .num {
    font-size: 22px;
    letter-spacing: 0;
  }
  #navigation .gr-contact-sh .tel .t {
    letter-spacing: -0.01em;
    margin-left: 10px;
    line-height: 12px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  #navigation .gr-contact-sh .tel {
    margin-left: 0;
  }
  #navigation .gr-contact-sh .tel .cum {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #navigation .gr-contact-sh .bnr-email {
    width: 236px;
  }
  #navigation .gr-contact-sh .bnr-email a {
    font-size: 14px;
    padding: 2px 10px 4px 32px;
  }
  #navigation .gr-contact-sh .bnr-email a span {
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  #navigation .gr-contact-sh .bnr-email a:before {
    display: none;
  }
}

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .navOpen .ft-bnr-fixed li:not(:last-child) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

header {
  position: relative;
  padding-top: 15vw;
}
header h1 {
  font-weight: 800;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .logo {
  width: 40%;
  position: fixed;
  top: 2vw;
  left: 2vw;
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header {
    padding-top: 0;
  }
  header .logo {
    width: 254px;
    top: 17px;
    left: 20px;
    z-index: 999999999;
  }
}

footer {
  background-color: #cecbc4;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding: 25vw 0 60px;
}
footer .wrap {
  padding: 0 6.667vw 40px;
}
footer .logo {
  width: 45%;
  margin: 0 auto;
}
footer .photo {
  text-align: center;
}
footer .photo img {
  max-width: 100%;
  height: auto;
}
footer .tog-nav {
  position: relative;
  padding-bottom: 20vw;
}
footer .tog-nav .main li {
  padding-bottom: 20px;
}
footer .tog-nav .main li a {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0;
}
footer .tog-nav .main li a:hover {
  opacity: 0.7;
}
footer .tog-nav .sub {
  padding-top: 25px;
}
footer .tog-nav .sub li {
  padding-bottom: 10px;
  position: relative;
}
footer .tog-nav .sub li a {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
footer .tog-nav .sub li a:hover {
  opacity: 0.7;
}
footer .tog-nav .sub li.line {
  margin-top: 15px;
  padding-top: 20px;
}
footer .tog-nav .sub li.line:before {
  content: "";
  width: 20px;
  border-top: 1px solid #438dac;
  position: absolute;
  left: 0;
  top: 0;
}
footer .tbl-info {
  font-weight: 500;
}
footer .tbl-info p {
  padding-bottom: 15px;
}
footer .tbl-info p .tt {
  font-size: 10px;
}
footer .tbl-info .li_map {
  border-bottom: 1px solid #008eaf;
  display: inline-block;
  margin-top: 15px;
  font-size: 10px;
}
footer .tbl-info .li_map:hover {
  border-bottom: 1px solid rgba(0, 143, 175, 0);
}
footer .tbl-info .li_map img {
  width: 20px;
  height: auto;
  vertical-align: text-bottom;
}
footer .socialbuttons {
  padding: 10px 0 5px;
}
footer .btn-copy {
  padding: 0px 0 20px;
}
footer .btn-copy span {
  letter-spacing: 0.1em;
}
footer .btn-copy a {
  border-bottom: 1px solid;
  padding: 0 15px 5px;
}
footer .btn-copy a:before {
  content: "";
  background: url("../img/shared/copy.png") no-repeat 0 bottom/100%;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0px 5px 0px 0;
}
footer .cookies_link {
  padding-bottom: 20px;
}
footer .cookies_link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 152px 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  footer .wrap {
    padding: 0 0 173px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
  }
  footer .logo {
    width: 125px;
    position: absolute;
    right: -12px;
    top: -26px;
    z-index: 1;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .tog-nav {
    display: flex;
    padding-bottom: 50px;
  }
  footer .tog-nav .main {
    width: 197px;
  }
  footer .tog-nav .main li {
    padding-bottom: 30px;
  }
  footer .tog-nav .main li a {
    font-size: 22px;
  }
  footer .tog-nav .sub {
    padding-top: 5px;
  }
  footer .tog-nav .sub li {
    padding-bottom: 3px;
    position: relative;
  }
  footer .tog-nav .sub li a {
    font-size: 15px;
  }
  footer .tog-nav .sub li.line {
    margin-top: 9px;
    padding-top: 15px;
  }
  footer .tog-nav .sub li.line:before {
    width: 16px;
  }
  footer .tbl-info {
    width: 446px;
    margin: -17px 0 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  footer .tbl-info p {
    padding-bottom: 16px;
  }
  footer .tbl-info .li_map {
    padding-bottom: 0px;
    margin-top: 0px;
  }
  footer .tbl-info .li_map img {
    width: 14px;
  }
  footer .gr-contact-sh {
    width: 276px;
    padding: 15px 0 0;
  }
  footer .gr-contact-sh .tel {
    padding-bottom: 12px;
    text-align: left;
    justify-content: flex-start;
    margin-right: -50px;
    gap: 3px;
  }
  footer .socialbuttons {
    padding: 10px 0 5px;
  }
  footer .btn-copy {
    padding: 0px 0 20px;
  }
  footer .btn-copy span {
    letter-spacing: 0.1em;
  }
  footer .btn-copy a {
    border-bottom: 1px solid;
    padding: 0 15px 5px;
  }
  footer .btn-copy a:before {
    content: "";
    background: url("../img/shared/copy.png") no-repeat 0 bottom/100%;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: 0px 5px 0px 0;
  }
  footer .cookies_link {
    padding-bottom: 20px;
  }
  footer .cookies_link a {
    text-decoration: underline;
  }
}

.pagetop {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 0;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 70px;
    right: 20px;
    bottom: 20px;
    position: fixed;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}

/*
#belt {

  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;
  }
  #belt.top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.has-ft .ft-bnr-fixed {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.has-ft footer:after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .has-nav #belt {
    height: 100px;
    position: fixed;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .has-nav #belt > * {
    pointer-events: auto;
  }
  .has-nav header .logo {
    opacity: 1;
    pointer-events: auto;
  }
}

/*content*/
.remodal.ext {
  vertical-align: top;
}

.remodal-close {
  position: sticky;
  margin-left: auto;
  width: 30px;
  top: 0px;
  right: 10px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    width: 38px;
    padding: 0;
    margin-right: 23px;
  }
}
.remodal-close.cancel {
  position: relative;
  margin: 0 auto;
}

.remodal-cancel {
  width: 30px;
  margin: 0px auto 0;
}
.remodal-cancel img {
  width: 100%;
  height: auto;
}
.remodal-cancel span {
  font-size: 30px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    width: auto;
    font-size: 14px;
  }
  .remodal-cancel img {
    width: auto;
  }
}

.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}

.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}

.remodal {
  background: #fff;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0px 0px 0px;
}
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 0px 0px 0;
    background-size: auto;
  }
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background: #fff;
  color: #008cad;
  font-size: 13px;
  letter-spacing: 0.025em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ft-bnr-fixed img {
  width: auto;
  height: 28px;
  margin: 0 auto 5px;
  display: block;
}
.ft-bnr-fixed li {
  position: relative;
  flex: 1;
}
.ft-bnr-fixed li a {
  display: block;
  height: 100%;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 10px 0;
}
.ft-bnr-fixed li.ham {
  background-color: #008cad;
  padding-bottom: 14px;
}

@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*=visible] img {
  animation-name: mymove;
  animation-duration: 0.3s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes btn-link {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes lineAni {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49% {
    clip-path: inset(0 0% 0 100%);
  }
  51% {
    clip-path: inset(0 100% 0% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textAni {
  0% {
    transform: translateY(0%);
  }
  48% {
    opacity: 1;
  }
  49% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes arrowLoop {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.bnr-shared {
  position: relative;
  margin-top: 8vw;
}
.bnr-shared a {
  display: block;
  text-align: left;
  background-color: #292929;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  padding: 12px 17px;
}
.bnr-shared a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
}
.bnr-shared a:hover {
  background-color: #438dac;
}

.btn-shared {
  margin-top: 5vw;
  position: relative;
}
.btn-shared a {
  display: block;
  text-align: left;
  font-size: 16px;
  letter-spacing: -0.01em;
  position: relative;
  padding: 5px 15px;
  border-bottom: 1px solid;
}
.btn-shared a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #292929;
  border-bottom: 5px solid transparent;
}
.btn-shared a.inlink::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #292929;
}

.bg1 {
  background: url(../img/shared/bg1.jpg) repeat center 0;
}

.bg2 {
  background: url(../img/shared/bg2.jpg) repeat center 0;
}

section h2,
section h3,
section h4 {
  font-weight: 800;
}

.key-shared {
  position: relative;
  padding: 7vw 0 10vw;
}
.key-shared h1 {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.key-shared .photo {
  position: absolute;
  top: 0;
  left: -20vw;
  right: -20vw;
}
.key-shared .tit {
  padding: 15vw 0 0;
}
@media screen and (min-width: 768px) {
  .key-shared {
    max-width: 1750px;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .key-shared .photo {
    left: 0;
    right: 0;
    text-align: center;
  }
  .key-shared .photo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1750px) {
  .key-shared .photo {
    left: -9%;
    right: -9%;
  }
}
@media screen and (min-width: 768px) {
  .key-shared .tit {
    padding: 133px 0 140px;
    line-height: 60px;
  }
}

.gr-contact-sh {
  font-weight: 800;
  padding: 10vw 0;
}
.gr-contact-sh .tel {
  color: #008cad;
  display: flex;
  align-items: flex-end;
  font-size: 2.9vw;
  margin: 0 -5vw;
  justify-content: center;
  padding: 0 0 5vw;
  line-height: 1;
}
.gr-contact-sh .tel .t {
  letter-spacing: -0.01em;
}
.gr-contact-sh .tel .t:before {
  content: "（";
}
.gr-contact-sh .tel .t:after {
  content: "）";
}
.gr-contact-sh .tel .num {
  display: flex;
  font-size: 7.333vw;
  letter-spacing: -0.025em;
  gap: 2vw;
  justify-content: center;
  align-items: flex-end;
}
.gr-contact-sh .tel .num img {
  width: 5vw;
  height: auto;
}
.gr-contact-sh .link {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}
.gr-contact-sh .link a {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 12px;
  border-bottom: 1px solid;
}
.gr-contact-sh .link a:after {
  background: url(../img/shared/copy.png) no-repeat center/100%;
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 13px;
  z-index: 1;
}
.gr-contact-sh .link a:hover {
  border-bottom: 1px solid rgba(41, 41, 41, 0);
}

.bnr-email a {
  display: block;
  color: #fff;
  background-color: #008cad;
  font-size: 4.933vw;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  padding: 3vw 6vw;
  position: relative;
}
.bnr-email a:before {
  background: url(../img/shared/copy1.png) no-repeat center/100%;
  content: "";
  width: 3.3vw;
  height: 4vw;
  position: absolute;
  right: 4vw;
  top: 4vw;
  z-index: 1;
}
.bnr-email a span {
  letter-spacing: -0.01em;
}
.bnr-email a img {
  width: 5.3vw;
  height: auto;
  margin-right: 2vw;
  position: relative;
  top: -0.5vw;
}
.bnr-email a:hover {
  background-color: #292929;
}

.contact-shared {
  background: url(../img/shared/contact_bg.jpg) no-repeat center 0/cover;
  color: #fff;
  text-align: center;
  padding: 15vw 0 23vw;
}
.contact-shared h2 {
  margin-bottom: 0 !important;
}
.contact-shared .wrap {
  max-width: 1000px !important;
}
.contact-shared .note {
  padding: 8vw 0 11vw;
  font-size: 17px;
  line-height: 36px;
}
.contact-shared .bnr-email a {
  font-weight: 500;
  font-size: 5.867vw;
  padding: 14vw 5vw;
}
.contact-shared .bnr-email a:before {
  top: auto;
  bottom: 4vw;
}
.contact-shared .bnr-email a img {
  width: 6.5vw;
  margin-right: 3vw;
}
.contact-shared .tel {
  letter-spacing: 0;
  padding: 13vw 0 0;
  font-size: 13px;
  margin: 0 -6vw;
}
.contact-shared .tel .t {
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  padding: 7vw 0 5vw;
  line-height: 1;
}
.contact-shared .tel .num {
  display: flex;
  font-size: 10.4vw;
  letter-spacing: 0.025em;
  align-items: center;
  gap: 2vw;
  justify-content: center;
}
.contact-shared .tel .num img {
  width: 8vw;
  height: auto;
}

.archor-link-shared {
  text-align: center;
  padding: 15vw 0 0;
}
.archor-link-shared h2 {
  font-size: 6vw;
  padding-bottom: 5vw;
}
.archor-link-shared li {
  width: 50%;
  position: relative;
}
.archor-link-shared li a {
  display: block;
  position: relative;
  color: #fff;
  height: 40vw;
}
.archor-link-shared li a span {
  color: #fff;
  font-size: 6vw;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
}
.archor-link-shared li a:after {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
}
.archor-link-shared li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archor-link-shared .ext li {
  width: 100%;
  overflow: hidden;
}
.archor-link-shared .ext li a {
  height: 45vw;
}

@media screen and (min-width: 768px) {
  .bnr-shared {
    width: 326px;
    margin: 23px 0 0;
  }
  .bnr-shared a {
    font-size: 20px;
    padding: 12px 20px;
    line-height: 31px;
  }
  .bnr-shared a:before {
    right: 23px;
  }
  .btn-shared {
    width: 246px;
    margin: 20px 0 0;
    position: relative;
  }
  .btn-shared a {
    font-size: 20px;
    padding: 1px 18px 3px;
  }
  .btn-shared a:before {
    right: 10px;
  }
  .btn-shared a:hover {
    opacity: 0.8;
  }
  .gr-contact-sh {
    font-weight: 800;
    padding: 0;
  }
  .gr-contact-sh .tel {
    font-size: 10px;
    margin: 0;
    justify-content: center;
    padding: 0 0 12px;
    line-height: 1;
  }
  .gr-contact-sh .tel .t:before, .gr-contact-sh .tel .t:after {
    display: none;
  }
  .gr-contact-sh .tel .num {
    font-size: 24px;
    gap: 3px;
    justify-content: flex-start;
  }
  .gr-contact-sh .tel .num img {
    width: 17px;
    height: auto;
    position: relative;
    top: -3px;
  }
  .gr-contact-sh .link {
    display: flex;
    padding-top: 25px;
    justify-content: space-between;
  }
  .gr-contact-sh .link a {
    font-size: 12px;
  }
  .bnr-email a {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px 5px 20px;
  }
  .bnr-email a:before {
    width: 10px;
    height: 10px;
    right: 19px;
    top: 15px;
  }
  .bnr-email a img {
    width: 15px;
    margin-right: 9px;
    top: -2px;
  }
  .contact-shared {
    text-align: left;
    max-width: 1200px;
    margin: 0px auto;
    padding: 33px 20px 58px;
  }
  .contact-shared .note {
    padding: 17px 0 110px;
    font-size: 16px;
  }
  .contact-shared .gr {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0px 79px;
  }
  .contact-shared .bnr-email {
    width: 417px;
  }
  .contact-shared .bnr-email a {
    font-size: 25px;
    padding: 39px 12px 43px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  .contact-shared .bnr-email a img {
    width: 26px;
    margin-right: 14px;
    top: 2px;
  }
  .contact-shared .bnr-email a:before {
    right: 10px;
    top: auto;
    bottom: 11px;
  }
  .contact-shared .tel {
    width: 50%;
    text-align: center;
    padding: 0 0 0;
    font-size: 12px;
    margin: 0;
  }
  .contact-shared .tel .t {
    font-size: 16px;
    padding: 17px 0 13px;
    line-height: 1;
  }
  .contact-shared .tel .num {
    font-size: 40px;
    gap: 7px;
  }
  .contact-shared .tel .num img {
    width: 30px;
  }
  .archor-link-shared {
    padding: 0px 0 0;
  }
  .archor-link-shared h2 {
    padding-bottom: 143px;
    line-height: 60px;
  }
  .archor-link-shared ul {
    width: 100%;
  }
  .archor-link-shared li {
    width: auto !important;
    flex: 1;
  }
  .archor-link-shared li a {
    height: 537px !important;
  }
  .archor-link-shared li a span {
    font-size: 40px;
    padding-bottom: 64px;
  }
  .archor-link-shared li a:after {
    bottom: 87px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .archor-link-shared li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1 !important;
  }
  .archor-link-shared li a:hover:after {
    bottom: 70px;
  }
  .archor-link-shared .ext li {
    width: 100%;
    overflow: hidden;
  }
  .archor-link-shared .ext li a {
    height: 45vw;
  }
}/*# sourceMappingURL=header.css.map */