@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
/*$bg:#f0f3f3;*/
body {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb-hide {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------
基本設定
---------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink:hover {
  text-decoration: none;
}

hr {
  background-color: #c7c7c7;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-link {
  color: #FF6926 !important;
  text-decoration: underline;
}

.txt-center {
  text-align: center;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------------------
レイアウト関係
-----------------------------------*/
main {
  width: 100%;
  display: block;
}

.inner {
  width: 92%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.inner-wide {
  max-width: 1600px;
}

.inner-1260 {
  max-width: 1260px;
}

.inner-1000 {
  max-width: 1108px;
}

.inner-md {
  max-width: 768px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

/*---------------------------------
スペース関係
-----------------------------------*/
.pt-xl {
  padding-top: 160px;
}

.pb-xl {
  padding-bottom: 160px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .pt-xl {
    padding-top: 140px;
  }
  .pb-xl {
    padding-bottom: 140px;
  }
}
@media (max-width: 600px) {
  .pt-xl {
    padding-top: 90px;
  }
  .pb-xl {
    padding-bottom: 90px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
}
/*----------------------------
button
-----------------------------*/
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  width: 248px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #fff !important;
  background-color: #FF873C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  top: 50%;
  right: 15px;
  width: 26px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:hover {
  text-decoration: none;
  opacity: 1;
  background: #333;
}
.btn a:hover::after {
  width: 50px;
}

.btn .en {
  font-size: 1.7rem;
}

.btn a.jp {
  font-size: 1.6rem;
  font-weight: 500;
}

/*------------------------------------------
TOP
-------------------------------------------*/
.top-intro {
  text-align: center;
}
.top-intro h1 img {
  width: 350px;
}
@media (max-width: 600px) {
  .top-intro h1 img {
    width: 250px;
  }
}

.sec-title {
  font-weight: 400;
  font-size: 1.7rem;
}
.sec-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto 30px;
  background-color: #fff;
}

.midasi {
  font-weight: 400;
  font-size: 3.4rem;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .midasi {
    font-size: 2.8rem;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

.danraku p {
  line-height: 2.2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

/*------------------------------------------
footer
-------------------------------------------*/
footer {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

footer .copy {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 600px) {
  footer .copy {
    font-size: 11px;
  }
}
footer .copy:before {
  content: "©";
}