@charset "UTF-8";/* 2025.08.28 */

/* 準備中なので非表示にする */
header .btn.h_btn_03, .d-n a::after, .d-n .ic , .d-n ul , .d-n .dropdown__lists {
  display: none!important;}

main {
  padding-top: 90px;
}
@media (min-width: 1081px) {
  main {
    padding-top: 100px;
  }
}
/* header */
header {
  padding: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  top: 0;
  left: 0;
  z-index: 100;
  backface-visibility: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
header::after {
  content: '';
  width: 100vw;
  height: 80px;
  left: 0;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
header .container-l {
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (min-width: 400px) {
}
@media (min-width: 768px) {
  header {
    padding: 0 0 18px;
  }
  header::after {
    height: 92px;
  }
}
@media (min-width: 1081px) {
  header {
    font-size: 1.6rem;
    position: fixed;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  header .container-l {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .h_right_top {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding-bottom: .3rem;
  text-align: left;
}
header .h_right_top .txt_bold {
  font-weight: bold;
  filter: contrast(0.5);
}

header .btn_link {
  padding: 0 .3rem;
}
header .btn_link a {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  transition: .5s;
}
@media (min-width: 900px) {
  header .btn_link a {
    padding: 10px;
  }
}
header .btn_link a img {
  margin: 0 5px;
  max-width: 50%!important;
}

header .h_logo {
  margin-top: 10px;
  width: 374px;
  max-width: 80%;
  text-align: left;
}
@media (min-width: 1081px) {
  header .h_logo {
    margin-top: 18px;
  }
  header .nav_top {
    display: flex;
    justify-content: flex-end;
        align-items: center;
    padding: 10px 10px 10px 0;
  }
}

@media (min-width: 576px) {
  header > .container {
    max-width: 1920px;
    position: relative;
  }
}
@media (min-width: 768px) {
  header .container .inner {
    display: flex;
    justify-content: space-between;
  }
  header .h_right_top {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  header .lead {
    display: none;
  }
  header .h_logo > a > img {
    max-width: 100%;
    padding-top: 0;
  }
  header .h_right_top {
    max-width: calc(100% - 6rem);
    padding: 1rem;
    border-radius: .5rem;
  }
  header .btn_link a {
    border: 1px solid #fff;
  }
  header .btn_link {
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 240px;
    margin: auto;
    background-color: #222;
    z-index: 991;
  }
  body.open header .gnav_menu {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  body.open header .gnav_menu {
    padding: 0 8vw;
  }
}
/*
.is-fixed {
  max-width: 1250px;
  width: 100%;
  padding-top: 10px!important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding-bottom: 10px!important;
  transition: .5s;
}
.is-fixed::after {
  top: -15px;
  left: -50vw;
  width: 150vw;
  height: 80px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  content: '';
  z-index: -2;
}*/

/* Gloval Nav  */
header #gnav a {
  display: block;
  text-decoration: none;
}
header #gnav a:hover, #gnav a:focus {
  text-decoration: none;
}


/*PC Gloval Nav */
@media (min-width: 1081px) {
  header .h_logo img {
    max-width: 100%;
  }
  header #gnavArea {
    padding-top: 40px;
    width: 630px;
  }
  header #gnav_btn {
    display: none !important;
  }
  header #gnav nav {
    text-align: right;
  }
  header .gnav_menu {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
  header .gnav_menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  header .gnav_menu > li > a {
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0;
    transition: .2s;
    position: relative;
    white-space: nowrap;
    z-index: 999;
  }
  header .gnav_menu > li .ac-btn {
    padding-right: 14px;
    margin-right: 4px;
  }
  header .gnav_menu > li .ac-btn::after {
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    background: url("../images/chevron-down.svg") no-repeat top left / contain;
    content: '';
    position: absolute;
  }
    #h-nav > li > a::before {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2em;
    height: 2em;
    filter: blur(5px);
    content: "";
    z-index: -1;
    transition: .5s;
  }
  #h-nav > li > a:hover::before {
    width: 100%;
  }
  header #h-nav > .h_btn {
    top: -66px;
    right: 0;
    position: absolute;
  }
  header #h-nav > .h_btn .btn {
    font-size: 1.4rem;
    width: 140px;
    height: 50px;
    padding-bottom: 6px;
    margin-left: 6px;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  header #h-nav > .h_btn .btn.h_btn_03 {
    width: 106px;
  }
  header .h_btn_01 {
    background: var(--main);
    color: #fff;
  }
  header .h_btn_02 {
    background: var(--sub01);
    color: #fff;}
  header .h_btn_03 {
    color: var(--main);
    background: #fff;
    border: solid 1px var(--main);
  }
  header .h_btn_01:hover,header .h_btn_02:hover {
    color: #fff!important;
  }
  header .gnav_menu > li > a:hover {
    color: #7B7979;
  }
  header #gnavArea {
    width: auto;
  }
}
/* GNAV dropdownMenu */
#h-nav  > li .dropdown__lists > li > a {
  padding: 20px;
  text-align: left;
  display: block;
}

#h-nav .dropdown__lists {
  display: none;
  width: 200px;
  position: relative;
}
#h-nav .dropdown__list {
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transition: .5s;
}
#h-nav > li {
  position: relative;
}

#h-nav > li:hover {
}
@media (max-width: 1080px) {
  #h-nav .dropdown__lists {
    width: 100%;
  }
  #h-nav .ac-btn.open + .dropdown__lists {
    width: auto;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--light01);
  }
   #h-nav > li .dropdown__lists > li > .ttl_menu01 {
    padding: 10px 0 5px 1em;
  }
   #h-nav > li .dropdown__lists > li > .ttl_menu01 span {
    display: none;
  }
  #h-nav  > li .dropdown__lists > li > .ttl_menu02 {
    padding: 5px 0 5px 1.5em;
    font-size: 1.3rem;
    font-weight: 400;
  }
  #h-nav  > li .dropdown__lists > li > .ttl_menu02.indent1 {
    margin-left: 1.5em;
  }
}
@media (min-width: 1081px){
  #h-nav .dropdown__lists {
    background: var(--main);
    opacity: .9;
  }
  #h-nav > li:hover .dropdown__lists {
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
    height: auto;
    position: absolute;
    top: 130%;
    left: -35%;
    right: 0;
  }
  #h-nav > li .dropdown__lists > li > a  {
    color: #fff!important;
    padding: 6px 10px;
    font-size: 1.3rem;
  }
  #h-nav > li .dropdown__lists > li > .indent1 {
    margin-left: 1em;
  }
  #h-nav > li .dropdown__lists > li > .ttl_menu01 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #h-nav > li .dropdown__lists > li > .ttl_menu01 span {
    display: none;
  }
}

/*SP Gloval Nav */
@media (max-width: 1080px) {
  /* 三ボタン */
  header #gnav_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  header #gnav_btn > div > span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  header #gnav_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .open header #gnav_btn > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .pc_only {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html.bk_fixed {
    /*背景固定*/
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  header #gnav .d_sp {
    display: block;
  }
  header #gnav_btn {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
    cursor: pointer;
  }
  body.open {
    /*背景固定*/
    overflow: hidden;
    /*position: fixed;*/
  }
  .open header #gnav_btn {
    position: fixed;
  }
  header #gnav_btn > div {
    width: 24px;
    height: 18px;
    position: relative;
  }
  header #gnav_btn > div::after {
    width: 50px;
    height: 50px;
    background: var(--main);
    border-radius: 25px;
    left: -13px;
    top: -16px;
    position: absolute;
    display: block;
    z-index: -1;
    content: '';
  }
  header #gnav_btn > div > span {
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header #gnav {
    text-align: center;
    background-color: #fff;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
  }
  body.open #gnav {
    visibility: visible;
    opacity: 1;
  }
  header #gnav > nav {
    text-align: left;
    width: 85%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    overflow: auto;
    /*スクロール時メニュー固定*/
  }
  header .nav_top {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
  }
  header .g_search input[type="text"] {
    width: 150px;
  }

  header #gnav > nav::-webkit-scrollbar {
    display: none;
  }
  header #h-nav > li > a {
    border-bottom: solid 1px var(--light01);
  }
  header #h-nav li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .h_btn {
    padding: 8px 0 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  header .h_btn_01, header .h_btn_02, header .h_btn_03 {
    border-radius: 5px;
    justify-content: center!important;
  }
  header .h_btn_01, header .h_btn_02 {
    margin-top: 5px;
    flex: 0 1 49%;
    width: 49%;
    color: #fff!important;
  }
  header .h_btn_01 {
    background-color: var(--main);
  }
  header .h_btn_02 {
    background-color: var(--sub01);
  }
  header .h_btn_03 {
    border: solid 1px var(--main)!important;
    width: 100%;
  }
  header #h-nav li > a .ic{
      position: relative;
      width: 30px;
      height: 20px;
      display: inline-block;
      z-index: 10000;
  }
  header #h-nav li > a .ic::before,
  header #h-nav li > a .ic::after{
      content: '';
      position: absolute;
      background: var(--main);
      left: 50%;
      top: 50%;
  }
  header #h-nav li > a.open .ic::after{
      width: 0;
      height: 0;
  }
  header #h-nav li > a .ic::before{
      width: 14px;
      height: 2px;
      margin-left: -7px;
      margin-top: -1px;
  }
  header #h-nav li > a .ic::after{
      width: 2px;
      height: 14px;
      margin-left: -1px;
      margin-top: -7px;
  }
  header #h-nav li > .ac-btn img {
    display: none;
  }

  header .gnav_menu {
      height: 100%;
    display: none;
  }
  body.open header .gnav_menu {
    display: block;
    position: fixed;
    region-break-after: 0;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    margin: 4px 0 0;
    padding-bottom: 150px;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: .6s;
    z-index: 1999;
  }
  body.open header .gnav_menu::-webkit-scrollbar {
    display: none;
  }
  header .gnav_menu a {
    text-decoration: none;
    padding: 15px 0;
    display: block;
    position: relative;
  }
  header .btn_link a {
    padding-top: 1rem;
  }
  header .gnav_menu a:hover {
    opacity: 0.5;
  }
  header .gnav_menu .trigger a:hover {
    opacity: inherit;
  }
  header .gnav_menu > li * {
    font-weight: 500;
  }
  header .gnav_menu > li > a::after {
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: calc(50% - .5rem);
    speak: none;
  }
}


@media (max-width: 300px) {
  body.open header .nav_top {
    display: none;}
}
@media (max-width: 400px) {
  body.open header .nav_top {
    flex-direction: column;
  }
  body.open header .gnav_menu {
    top: 60px;
    padding: 4vw;
  }
  header .gnav_menu a {
    font-size: 1.4rem;
  }
  body.open header .counter {
    margin: 10px 50px 0 0;
  }
}


.pageTop a {
  opacity: .6;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 8;
}
.pageTop a:hover {
  opacity: .7;
}



/* =================================== 
Footer
 =================================== */

footer {
  background-color: var(--sub02);
  padding: 35px 0 0;
  position: relative;
}
footer .f-logo {
  padding-bottom: 20px;
}
footer .f-nav {
  padding-bottom: 50px;
}
footer .f-nav li {
  padding-bottom: 5px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
footer .f_link01 {
  padding-bottom: 20px;
  font-weight: 500;
}
footer .f-nav .fnav_lists {
  padding-top: 4px;
  padding-bottom: 20px;
}
footer .f-nav .fnav_lists a {
  font-size: 1.3rem;
}
footer .f-nav .fnav_lists .txtl {
  padding-left: .5em;
  width: 140px;
  max-width: 100%;
}
footer .f-nav .fnav_lists .indent1 {
  margin-left: -1em;
  text-indent: -1.5em !important;
  padding-left: .5em !important;
}



footer .f_address {
  font-size: 1.3rem;
  width: 285px;
  margin: 30px auto 0;
}
footer .f_address dt {
}
footer .f_address dd {
  text-align: center;
  padding-bottom: 20px;
  font-feature-settings: 'palt';
}
footer .f_btn {
  display: flex;
  justify-content: space-between;
}
footer .f_btn_01,
footer .f_btn_02 {
  font-size: 1.4rem;
  flex: 0 1 49%;
  width: 49%;
  max-width: 140px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}
footer .f_btn_01 {
  background-color: var(--main);
}
footer .f_btn_02 {
  background-color: var(--sub01);
}
footer .copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #fff;
}
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
  footer .flexBox {
    display: flex;
    justify-content: space-between;
  }
  footer .f-nav {
    width: 444px;
    max-width: 70%;
    margin: 0 0 0 10px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    order: 2;
  }
  footer .f-nav .fnav_lists .txtl {
    width: 140px;
  }
  footer .f_address {
    margin: 0;
  }
  footer .f_address dd {
    text-align: left;
  }
  footer .copyright p {
    text-align: center;
    font-feature-settings: 'palt';
  }
}
@media (min-width: 800px) {
  footer .f-nav {
    width: 520px;
  }
}

@media (min-width: 1081px) {
  footer .f_address {
    padding-bottom: 30px;
  }
}









