@charset "UTF-8";


/*-----------------------------------
-------------   リセットCSS  -----------
------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: 'Noto Serif JP', sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  background-color: #000;
  background-image: url(img/bg.png);
  background-size: 120%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1.6rem;
  overflow-x: hidden;
}

main {
  line-height: 2.4;
}

main h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 42px;
  letter-spacing: 1px;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

p.fa-text {
  margin-bottom: 3.5em;
}

p.notes {
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
}

a,
a:hover {
  color: #474747;
  text-decoration: none;
  transition: all ease 0.3s;
  outline: none;
}

[id^="ref_"] {
  scroll-margin-top: 10.3020833333vw;
}

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

.font-red {
  color: #CD4C4C;
}

.bg-gr-lr {
  background: #006441;
}

.bg-gr-rl {
  background: -moz-linear-gradient(left, #248000, #006441);
  background: -webkit-linear-gradient(left, #248000, #006441);
  background: linear-gradient(to right, #248000, #006441);
}

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

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-ju-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl-sa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.fl-ju-st {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fl-st {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.fl-c {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fl-ju-c {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.arrow {
  position: relative
}

.arrow-right::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-top: 2px solid #006987;
  border-right: 2px solid #006987;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  right: 4%;
  top: 50%;
}

.arrow-up::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  box-sizing: border-box;
  left: 50%;
  top: 0px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-img {
  display: none;
}

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

.t-bold {
  font-weight: bold;
}

.t-green {
  color: #006341;
}

.t-white {
  color: #fff;
}

.t-gray {
  color: #F5F5F5
}

.t-mont {
  font-family: 'Montserrat', sans-serif;
}

.b-shadow {
  box-shadow: 0 0 20px -13px rgba(0, 0, 0, 0.4);
}

.t-note-num {
  font-size: 1.0rem;
  vertical-align: top;
  padding-left: 4px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  height: auto !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mtp {
  margin-top: 3em;
}


.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 1260px) {
  .wrapper {
    max-width: 100%;
    width: 94%;
  }

  main h2 {
    font-size: 3.8rem;
  }

  main h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1100px) {
  main {
    padding-top: 0;
  }

  main h2 {
    font-size: 2.8rem;
  }

  main h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 1.5rem;
  }

  main h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  main h3.bg01 {
    border-bottom: none;
  }
}


@media screen and (max-width: 768px) {
  .fl-md {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }

  .fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl-end-md {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fl-bt-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fl-wr-md {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .fl-st-md {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .fl-c-md {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .fl-alst-md {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .fl-ju-c-md {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto;
  }

  .wrapper {
    width: 92%;
  }
}

@media screen and (max-width: 560px) {
  p.fa-text {
    width: 98%;
    margin: 0 auto 2em;
  }
}


/*------header_nav------*/
/*
header {
  height: 134px;
}
*/

#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
  display: none;
}

#header_nav {
  position: fixed;
  width: 100%;
  z-index: 600;
  transition: all 1s ease;
  padding: 25px 20px 20px 20px;
  min-height: 90px;
  background-color: #000;
}

#header_nav>div {
  margin: 0 auto;
  z-index: 200;
  justify-content: space-between;
  align-items: center;
}

#header_nav .sp-contact {
  display: none;
}

#header_nav ul.pc_nav>li .dashicons {
  margin-top: -2px;
  margin-right: 5px;
}

#header_nav ul.pc_nav>li a {
  display: block;
  transition: .5s;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
}

#header_nav .under_nav ul>li a:hover {
  color: #919191;
}

#header_nav .under_nav ul>li.noline {
  border-radius: 0;
  margin-left: 10px;
}

#header_nav .under_nav ul>li.noline a::after {
  display: none;
}

#header_nav .under_nav ul>li.noline a {
  color: #333333;
  font-weight: 500;
  padding: 15px 37px 15px 37px;
}

#header_nav .under_nav ul>li.noline.bg01 a {
  color: #fff;
  border-radius: 0;
}

#header_nav .under_nav ul>li.noline.bg01 a:hover {
  color: #333;
}

#header_nav .under_nav ul>li.noline.bg02 a {
  color: #333;
  border-radius: 0;
}

#header_nav .under_nav ul>li.noline.bg02 a:hover {
  color: #fff;
}

#header_nav .up_nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#header_nav ul.u_nav {
  display: flex;
}

#header_nav ul.u_nav li {
  display: flex;
  font-size: 1.4rem;
  margin-left: 20px;
  font-weight: 500;
}

#header_nav ul.u_nav li::before {
  content: "●";
  padding-right: 5px;
  margin-top: 4px;
  font-size: 0.8rem;
}

#header_nav ul.sns {
  display: flex;
  margin-left: 20px;
}

#header_nav ul.sns li {
  margin-left: 7px;
}

#header_nav .tel {
  margin-left: 20px;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 100%;
  margin-top: -10px;
}

#header_nav .tel .fa-solid,
.fas {
  font-size: 2.4rem;
}

@media screen and (max-width: 1300px) {
  #header_nav ul.pc_nav>li a {
    font-size: 1.4rem;
  }

  #header_nav ul.pc_nav>li a {
    padding: 12px 18px 10px 0;
  }
}

@media screen and (max-width: 1100px) {

  /*------header_nav------*/
  header {
    min-height: 90px;
    height: auto;
  }

  #header_nav h2 {
    margin-left: 10px;
    padding-top: 12px;
    margin-bottom: 0;
    height: 50px;
  }

  #header_nav .log img {
    width: 100%;
  }

  .pc_nav {
    display: none !important;
  }

  #nav_toggle,
  #sp_header {
    display: block !important;
  }

  .sp_nav_r {
    display: block;
  }

  .menu>li.menu__multi a {
    display: none !important;
  }

  #header_nav {
    position: fixed;
    width: 100%;
    z-index: 600;
    transition: all 1s ease;
    padding: 25px 20px 20px 20px;
    min-height: 90px;
  }

  #header_nav>div {
    width: calc(100%);
    top: 0;
    margin: 0;
    padding-left: 0;
  }

  #header_nav .sp-contact {
    display: block;
    margin-right: 5.5em;
  }

  header .header_logo a {
    margin-top: 4px;
    margin-left: 10px;
  }

  .fl-btn img {
    width: 100%;
  }

  .sp_nav_r a {
    width: 50%;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }

  .sp_nav_r a img {
    width: 100%;
    margin-left: 100%;
  }

  .bottombtn {
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .bottombtn.isActive {
    opacity: 1;
    transition: all 0.5s;
  }

  .bottombtn li {
    width: 50%;
  }

  .bottombtn li img {
    width: 100%;
  }

  /*------ハンバーガーメニュー------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 400;
    padding: 110px 24px 40px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sp_nav .acMenu {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .sp_nav .acMenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .sp_nav .acMenu li a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 18px 8px;
    letter-spacing: 0.12em;
  }

  .sp_nav .acMenu li a:hover {
    color: #d0b16f;
  }

  .sp_nav .sp_sns {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }

  .sp_nav .sp_sns li {
    margin: 0 5px;
  }

  .sp_nav .sp_sns a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }

  .sp_nav .sp_sns a:hover {
    border-color: #d0b16f;
  }

  .sp_nav .sp_sns img {
    width: 22px;
    height: auto;
  }

  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    height: 58px;
    padding: 0px 13px 0;
    margin-left: auto;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }

  #nav_toggle div {
    position: relative;
    width: 50px;
    height: 25px;
  }

  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #nav_toggle .text {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    margin-bottom: 2px;
  }

  #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  #nav_toggle span:nth-child(2) {
    top: 11px;
  }

  #nav_toggle span:nth-child(3) {
    top: 22px;
  }

  /*--------開閉ボタンopen時--------*/

  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  body.has-menu-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 40%;
  }

  header .logo img {
    width: 100%;
  }

  #header_nav .sp-contact {
    margin-right: 3.5em;
  }

  #header_nav .sp-contact img {
    width: 80%;
  }

  .sp_nav {
    padding: 100px 18px 32px;
  }

  .sp_nav .acMenu li a {
    font-size: 1.6rem;
    padding: 16px 4px;
  }

  .sp_nav .sp_sns {
    margin-top: 24px;
  }
}

@media screen and (max-width: 560px) {
  header .logo {
    width: 50%;
  }

  #header_nav {
    padding: 35px 20px 20px 20px;
  }
}

/* ========================================================
   Footer
======================================================== */
#footer {
  background-color: #000;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  width: auto;
}

.footer-logo-sns {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo {
  display: block;
  margin-right: 20px;
}

.footer-logo img {
  height: 51px; /* ロゴサイズ調整 */
  width: auto;
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-sns img {
  height: 25px; /* SNSアイコンサイズ調整 */
  width: auto;
}

.footer-address {
  font-size: 14px;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: inherit;
}

.footer-pp {
  font-size: 13px;
  margin-bottom: 20px;
}

.footer-pp a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer-copy {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-right {
  width: auto;
  padding-top: 20px; /* メニュー位置をロゴ付近と調整 */
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  list-style: none;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

.dli-mail {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
}

.dli-mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

@media screen and (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
  }
  .footer-left {
    margin-bottom: 40px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-right {
    display: none;
  }

  .footer-left {
      margin-bottom: 0;
  }
}