@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

@media screen and (max-width: 840px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
body.is_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  body {
    min-width: inherit;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  body {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  display: block;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

body {
  background: #fff;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tac,
.tac * {
  text-align: center;
}

.en {
  font-family: "Roboto", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.wrap {
  max-width: 81.25rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .wrap {
    width: 85.8974358974vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title_area .en {
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  color: #FF9641;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5%;
}
@media screen and (max-width: 1300px) {
  .title_area .en {
    margin-bottom: 0.7692307692vw;
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .en {
    margin-bottom: 1.5384615385vw;
    font-size: 3.3333333333vw;
  }
}
.title_area .title02 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .title_area .title02 {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .title02 {
    font-size: 6.4102564103vw;
  }
}
.title_area.center * {
  text-align: center;
}

.mt1em {
  margin-top: 1.5em;
}

/* ----------------------------------------
 l-footer
---------------------------------------- */
.l-footer {
  position: relative;
  background-image: url("../img/footer_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .l-footer {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 30px;
  }
}
.l-footer__inr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .l-footer__inr {
    padding: 48px 48px 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inr {
    padding: 45px 5% 16px;
  }
}
/* ========== address ========== */
@media screen and (min-width: 769px) {
  .l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-bottom: 25px;
  }
}
.l-footer__address__address {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .l-footer__address__address {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__address__address span {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address__address {
    font-size: 14px;
  }
}
.l-footer__address__address span {
  display: block;
  background-image: url("../img/footer_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}

@media screen and (min-width: 769px) {
  .l-footer__address__address span {
    width: 152.708px;
    height: 48.456px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address__address span {
    width: 106.8956px;
    height: 33.9192px;
    display: block;
  }
}
/* ========== contact ========== */
@media screen and (min-width: 769px) {
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__contact li {
    width: 50%;
  }
}
.l-footer__contact__h {
  font-size: 14px;
  margin-bottom: 5px;
}

/* ===== tel ===== */
@media screen and (min-width: 769px) {
  .l-footer__contact__tel {
    padding: 0 40px 0 10px;
    border-right: solid 1px #000;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__tel {
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
  }
}
.l-footer__contact__tel__img {
  line-height: 1;
  margin-bottom: 10px;
}

.l-footer__contact__tel__comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1px 10px;
}

/* ===== mail ===== */
@media screen and (min-width: 769px) {
  .l-footer__contact__mail {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__mail {
    padding-top: 20px;
  }
}
.l-footer__contact__a a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 0.75em 10px;
}

@media screen and (min-width: 769px) {
  .l-footer__contact__a a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__a a {
    font-size: 16px;
  }
}
.l-footer__contact__a a::before {
  content: "";
  display: block;
  background-image: url("../img/common/footer_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .l-footer__contact__a a::before {
    width: 17px;
    height: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact__a a::before {
    width: 13.6px;
    height: 11.2px;
    margin-right: 8px;
  }
}
/* ========== link ========== */
@media screen and (min-width: 769px) {
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__link li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__link li {
    margin: 10px 0;
  }
}
.l-footer__link a {
  display: block;
  font-size: 12px;
  text-align: center;
}

.l-footer__link a.is-hover:hover {
  text-decoration: underline;
}

/* ========== gotop ========== */
.l-footer__gotop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 2;
  bottom: 17px;
  right: 18px;
}

.l-footer__gotop a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/gotop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========== copyright ========== */
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .l-footer__copyright {
    margin-top: 163px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 15px;
  }
}
.u-textIndent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 415px) {
  .u-br-414 {
    display: none;
  }
}
.l-footer .wrap {
  max-width: 68.75rem;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9.6875rem;
  padding: 0 0 0 4.0625rem;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5EB), color-stop(50%, rgba(245, 245, 235, 0.7)), to(rgba(245, 245, 235, 0)));
  background: linear-gradient(180deg, #F5F5EB 0%, rgba(245, 245, 235, 0.7) 50%, rgba(245, 245, 235, 0) 100%);
  backdrop-filter: blur(0px);
}
@media screen and (max-width: 1300px) {
  #header {
    height: 11.9230769231vw;
    padding: 0 0 0 5vw;
  }
}
@media screen and (max-width: 840px) {
  #header {
    height: 24.1025641026vw;
    padding: 0 0 0 5.1282051282vw;
  }
}
#header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1300px) {
  #header .logo a {
    gap: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #header .logo a {
    gap: 4.358974359vw;
  }
}
#header .logo a img {
  width: 9.0625rem;
}
@media screen and (max-width: 1300px) {
  #header .logo a img {
    width: 11.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #header .logo a img {
    width: 25.641025641vw;
  }
}
#header .logo a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.25rem;
  height: 1.875rem;
  font-size: 0.9375rem;
  border: 0.0625rem solid #000;
}
@media screen and (max-width: 1300px) {
  #header .logo a span {
    width: 7.6923076923vw;
    height: 2.3076923077vw;
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #header .logo a span {
    width: 20.5128205128vw;
    height: 6.4102564103vw;
    font-size: 3.0769230769vw;
  }
}
#header .btn_online {
  position: absolute;
  top: 0;
  right: 0.625rem;
}
@media screen and (max-width: 1300px) {
  #header .btn_online {
    right: 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_online {
    right: 16.4102564103vw;
  }
}
#header .btn_online a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.9375rem;
  height: 6.5625rem;
  background: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media screen and (max-width: 1300px) {
  #header .btn_online a {
    width: 7.3076923077vw;
    height: 8.0769230769vw;
    border-radius: 0 0 0.3846153846vw 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_online a {
    width: 15.3846153846vw;
    height: 16.4102564103vw;
    border-radius: 0 0 1.2820512821vw 1.2820512821vw;
  }
}
#header .btn_online a img {
  width: 2.9875rem;
}
@media screen and (max-width: 1300px) {
  #header .btn_online a img {
    width: 3.6769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_online a img {
    width: 7.0359127338vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu {
    position: absolute;
    top: 0;
    right: 0.5128205128vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.3846153846vw;
    height: 16.4102564103vw;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 7.6923076923vw;
    height: 5.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle span:nth-of-type(2) {
    top: 1.2820512821vw;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle span:nth-of-type(3) {
    top: 2.5641025641vw;
    width: auto;
    height: auto;
    font-size: 2.5641025641vw;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    background: none;
  }
}
@media screen and (max-width: 840px) {
  #header .btn_menu .toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.5641025641vw) rotate(140deg);
            transform: translateY(2.5641025641vw) rotate(140deg);
  }
}
#header .btn_menu .toggle.active span:nth-of-type(2) {
  top: 0;
  -webkit-transform: translateY(2.5641025641vw) rotate(-140deg);
          transform: translateY(2.5641025641vw) rotate(-140deg);
}
#header .btn_menu .toggle.active span:nth-of-type(3) {
  opacity: 0;
}
#header #gnav {
  display: none;
}
@media screen and (max-width: 840px) {
  #header #gnav {
    display: block;
    position: fixed;
    top: 24.1025641026vw;
    left: -100vw;
    width: 100vw;
    height: calc(100vh - 24.1025641026vw);
    background: #F5F5EB;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#header #gnav.on {
  left: 0;
  overflow-y: scroll;
}
#header #gnav li {
  padding: 1em;
  font-size: 3.8461538462vw;
  font-weight: 700;
  text-align: center;
}

body.fixed #header.on {
  background: #F5F5EB;
}