@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1100px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2.66;
  color: #232323;
  letter-spacing: 0.1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: calc(810px + 1px)) {
  body {
    background: url(../img/common/bg_nami.png) repeat-y center top, #fff;
    background-size: 1999px;
  }
}
@media screen and (min-width: 2000px) {
  body {
    background-size: 100%;
  }
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: currentColor;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2.66;
}

#svg_sprite {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    background: url(../img/common/bg_nami_sp.png) repeat-y center top, #fff;
    background-size: 1092px;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
  }
  img:not(.sp_auto) {
    width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 999999;
}
#loading .loading_logo {
  width: 100%;
  animation: loadingAnime 1.5s infinite;
}
#loading .loading_logo img {
  max-width: 80%;
}
#loading #loading_bar {
  width: 100%;
  margin-top: 24px;
  height: 3px;
}

/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header_wrap {
  position: relative;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1100px;
  padding: 0 20px 0 3%;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0;
  z-index: 2001;
}
#header .h_logo_wrap {
  margin-top: 20px;
  gap: 20px;
  line-height: 1;
}
#header .h_logo .logo02 {
  display: none;
}
#header .h_nav_wrap {
  max-width: max-content;
  margin-left: auto;
}
#header .h_nav_wrap > .flexbox + .flexbox {
  margin-top: 16px;
}
#header .h_nav_wrap > .flexbox + .flexbox .h_reserve {
  display: block;
}
#header .h_nav {
  margin-top: 16px;
  gap: 32px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#header .h_nav li {
  position: relative;
}
#header .h_nav li.hide {
  display: none;
}
#header .h_nav li a,
#header .h_nav li .nolink {
  position: relative;
  display: block;
  padding: 8px 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  #header .h_nav li a:hover,
  #header .h_nav li .nolink:hover {
    opacity: 1;
  }
  #header .h_nav li a:hover::after,
  #header .h_nav li .nolink:hover::after {
    width: 100%;
  }
}
#header .h_nav li a::after,
#header .h_nav li .nolink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 1px solid #afafaf;
  transition: width 0.3s;
}
#header .h_nav .list_child {
  display: none;
  position: absolute;
  left: -50%;
  top: 100%;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  text-align: left;
}
#header .h_nav .list_child li + li {
  border-top: 1px solid #afafaf;
}
#header .h_nav .list_child li a {
  display: block;
  padding: 8px 10px;
  color: #232323;
}
@media (any-hover: hover) {
  #header .h_nav .list_child li a:hover {
    background: rgba(175, 175, 175, 0.8);
    opacity: 1;
  }
}
#header .h_nav .list_child li a::after {
  content: none;
}
#header .lang_nav {
  position: relative;
  width: max-content;
  margin-left: 32px;
}
#header .lang_nav .lang_tit {
  width: max-content;
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid #afafaf;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#header .lang_nav .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#header .lang_nav .lang_list li + li {
  margin-top: 0;
  border-top: 1px solid #afafaf;
}
#header .lang_nav .lang_list li a {
  display: block;
  padding: 8px 10px;
  color: #232323;
  white-space: nowrap;
}
@media (any-hover: hover) {
  #header .lang_nav .lang_list li a:hover {
    background: rgba(175, 175, 175, 0.8);
    opacity: 1;
  }
}
#header .lang_nav .lang_list li a img {
  margin-bottom: 4px;
  vertical-align: middle;
}
#header .h_link {
  margin-left: auto;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#header .h_link .h_nav02 {
  gap: 32px;
}
#header .h_reserve {
  display: none;
  width: 160px;
  margin-left: 24px;
  padding: 12px 8px;
  background: #9f7224;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (any-hover: hover) {
  #header .h_reserve:hover {
    background: #c5aa7c;
    opacity: 1;
  }
}
#header .nav_open {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  padding-top: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
#header .nav_open.active .bar {
  background: transparent;
}
#header .nav_open.active .bar:before {
  transform: rotate(35deg);
}
#header .nav_open.active .bar:after {
  transform: rotate(-35deg);
}
#header .nav_open .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 auto 12px;
  background: transparent;
}
#header .nav_open .bar:before, #header .nav_open .bar:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
}
#header .nav_open .bar:before {
  top: -4px;
}
#header .nav_open .bar:after {
  top: 4px;
  width: 20px;
}
#header .nav_open .txt {
  display: block;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #header.active {
    position: fixed;
    top: 0;
    height: 72px;
    padding-left: 16px;
    animation: headerAnime 0.4s ease;
    background: #ccdeea;
    color: #232323;
  }
  #header.active .h_logo_wrap {
    margin-top: 8px;
  }
  #header.active .h_logo .logo01 {
    display: none;
  }
  #header.active .h_logo .logo02 {
    display: inline;
  }
  #header.active .h_logo img {
    width: 142px;
    height: auto;
  }
  #header.active .h_star {
    display: none;
  }
  #header.active .h_nav_wrap > .flexbox + .flexbox {
    display: none;
  }
  #header.active .h_nav {
    margin-right: 20px;
    font-size: 1.4rem;
    gap: 16px;
    letter-spacing: 0.05em;
  }
  #header.active .h_nav li.hide {
    display: block;
  }
  #header.active .h_reserve {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: calc(810px + 1px)) {
  #header {
    padding-left: 20px;
  }
  #header .h_logo img {
    width: 190px;
    height: auto;
  }
  #header .h_star img {
    width: 80px;
    height: auto;
  }
  #header .h_nav {
    gap: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1200px) and (min-width: calc(810px + 1px)) {
  #header .h_nav {
    margin-right: 15px;
    font-size: 1.4rem;
  }
  #header .h_link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: calc(810px + 1px)) {
  #header.active .h_nav {
    gap: 14px;
    margin-right: 15px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1160px) {
  #header {
    padding-left: 20px;
  }
  #header .h_logo_wrap {
    margin-top: 10px;
  }
  #header .h_logo img {
    width: 164px;
    height: auto;
  }
  #header .h_star img {
    width: 70px;
    height: auto;
  }
  #header .h_reserve {
    width: 140px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: absolute;
    top: 0;
    min-width: 0;
    height: auto;
    padding: 38px 0 0 10px;
  }
  #header .h_logo .logo01 {
    display: inline-block !important;
    width: 137px;
    height: auto;
  }
  #header .h_logo .logo02 {
    display: none !important;
  }
  #header .h_star img {
    width: 75px;
    height: auto;
  }
  #header .h_nav_wrap {
    max-width: max-content;
    margin-left: auto;
  }
  #header .h_nav_wrap > .flexbox + .flexbox {
    margin-top: 0;
  }
  #header .h_nav_wrap > .flexbox + .flexbox .h_reserve {
    display: none;
  }
  #header .h_nav {
    display: none;
  }
  #header .h_link {
    display: none !important;
  }
  #header .lang_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    color: #232323;
    text-align: center;
  }
  #header .lang_nav .lang_tit {
    width: 100%;
    padding: 8px 4px 8px 4px;
    background: #ccdeea;
    border-bottom: none;
    letter-spacing: 0.05em;
  }
  #header .lang_nav .lang_list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ccdeea;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #header .lang_nav .lang_list li + li {
    margin-top: 0;
    border-top: 1px solid #afafaf;
  }
  #header .lang_nav .lang_list li a {
    display: block;
    padding: 8px 10px;
  }
  #header .h_reserve {
    display: none;
  }
}
/*  search
------------------------------------*/
#search {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 2001;
}
#search .search_member {
  position: fixed;
  right: 104px;
  bottom: 20px;
}
#search .search_open {
  width: 104px;
  height: 104px;
  padding-top: 18px;
  background: #00658b;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
#search .search_open .en {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#search .search_open .icon {
  display: block;
  top: auto;
  margin: 8px auto 0;
}
#search .search_body {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: -716px;
  width: 820px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  transition: all 0.4s;
}
#search .search_body.open {
  right: 0;
}
#search .search_form {
  position: relative;
  width: calc(100% - 104px);
  height: 104px;
  border: 2px solid #00658b;
  border-left: none;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}
#search form {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 4px 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
#search form .search-widget-input-wrapper-eaf5bf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search form .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 1.4rem;
}
#search form .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
  min-width: 120px;
}
#search form .search-widget-input-34bba0,
#search form .search-widget-select-75fb48 {
  height: 32px;
  font-size: 14px !important;
}
#search form .search-widget-day-use-wrapper-fc1ff9 {
  width: 100%;
}
#search form select,
#search form input[type=text],
#search form input[type=date] {
  cursor: pointer;
  color: #232323;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: baseline;
  white-space: nowrap;
}
#search form select::-ms-expand,
#search form input[type=text]::-ms-expand,
#search form input[type=date]::-ms-expand {
  display: none;
}
#search form select:focus,
#search form input[type=text]:focus,
#search form input[type=date]:focus {
  outline: none;
}
#search form input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 4px 4px 0;
  background: none;
  vertical-align: middle;
}
#search form input:disabled {
  opacity: 0.5;
  cursor: default;
}
#search form select:disabled {
  opacity: 0.5;
}
#search form option {
  padding: 5px;
  color: #000;
}
#search form label {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
#search form button {
  width: 64px;
  height: 40px;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
}
#search form button .icon {
  margin-right: 5px;
}
#search form button:hover {
  opacity: 0.7;
}
#search form button:focus {
  outline: none;
}
#search form #datepicker {
  width: 172px;
  margin-right: 8px;
  /*background: url(../img/common/search_icon_01.svg) no-repeat right 5px center;*/
  background-size: 15px;
}
#search .search_link {
  width: 180px;
  line-height: 1.2;
  text-align: center;
}
#search .search_link a {
  position: relative;
  display: block;
  padding: 12px 10px;
  height: 40px;
  background: #9f7224;
}
#search .search_link a:before, #search .search_link a:after {
  right: 10px;
}
#search .disnon {
  display: none !important;
}

.ui-widget.ui-widget-content {
  letter-spacing: 0;
}

@keyframes -webkit-searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #search.active {
    position: fixed;
    animation: -webkit-searchAnime 0.4s ease;
    animation: searchAnime 0.4s ease;
  }
}
@media screen and (max-width: 810px) {
  #search {
    position: static;
    display: none;
  }
  #search .search_member {
    position: static;
    width: 100%;
  }
  #search .search_open {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #search .search_open::before, #search .search_open::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 14px;
    height: 0;
    border-top: 1px solid #fff;
  }
  #search .search_open::after {
    transform: rotate(90deg);
  }
  #search .search_open .en {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  #search .search_open .icon {
    display: inline-block;
    top: auto;
    margin: 0 16px 0 0;
    order: -10;
  }
  #search .search_body {
    position: static;
    display: block;
    right: auto;
    width: 100%;
    background: #d3d5d6;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #search .search_body.open {
    right: auto;
  }
  #search .search_body.open .search_open::after {
    opacity: 0;
  }
  #search .search_body.open .search_form {
    max-height: none;
    opacity: 1;
  }
  #search .search_form {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s;
  }
  #search #booking {
    padding: 16px 0;
  }
  #search form {
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.7);
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #search form .search-widget-input-wrapper-eaf5bf {
    flex-wrap: wrap;
  }
  #search form .input-container-input-container-da40af .input-container-title-db81ec {
    font-size: 1.4rem;
  }
  #search form .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
    min-width: 120px;
  }
  #search form .search-widget-input-34bba0,
  #search form .search-widget-select-75fb48 {
    height: 32px;
    font-size: 14px !important;
  }
  #search form .search-widget-day-use-wrapper-fc1ff9 {
    width: 100%;
    margin: 16px 0 0;
  }
  #search form #datepicker {
    width: 180px;
  }
  #search form button {
    display: block;
    height: auto;
    margin: 0 auto 0;
    padding: 12px 16px 12px;
    font-size: 16px;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 512px;
  padding-top: 64px;
  background: url(../img/recruit/pagetit_bg.jpg) no-repeat center, #232323;
  background-size: cover;
}
#pagetit .pagetit_tit {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: center;
}
#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#lead {
  padding: 128px 0 144px;
}
#lead .lead_tit {
  margin-bottom: 56px;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 810px) {
  #pagetit {
    height: 85vw;
    padding-top: 96px;
    background: url(../img/recruit/pagetit_bg_sp.jpg) no-repeat center, #232323;
    background-size: cover;
  }
  #pagetit .pagetit_tit {
    font-size: 2.6rem;
  }
  #pagetit .pagetit_tit .en {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  #lead {
    padding: 64px 0;
  }
  #lead .lead_tit {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.wide_container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

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

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.arrow,
.arrow_b {
  position: relative;
}
.arrow::before, .arrow::after,
.arrow_b::before,
.arrow_b::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
}
.arrow::before,
.arrow_b::before {
  width: 12px;
  height: 1px;
  background: #fff;
}
.arrow::after,
.arrow_b::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_b::before {
  background: #232323;
}
.arrow_b::after {
  border-top-color: #232323;
  border-right-color: #232323;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec_tit {
  position: relative;
  max-width: 100%;
  margin-bottom: 64px;
  font-size: 2.8rem;
  letter-spacing: 0.14em;
  line-height: 1.75;
  text-align: left;
}
.sec_tit > span {
  display: inline-block;
}
.sec_tit .en {
  display: inline-block;
  margin-right: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.sec_tit02 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.sec_tit02.small {
  font-size: 2.2rem;
}

.sec_lead {
  margin-bottom: 56px;
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  padding: 22px 48px 22px 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(175, 175, 175, 0.8);
  cursor: pointer;
  color: #232323;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    color: #fff;
    background: rgba(0, 90, 152, 0.8);
    opacity: 1;
  }
}
a.btn::after,
.btn_nolink::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 7px;
  margin-top: -4px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
a.btn:has(.more),
.btn_nolink:has(.more) {
  padding-right: 140px;
}
a.btn:has(.more)::after,
.btn_nolink:has(.more)::after {
  content: none;
}
a.btn:has(.more) .more,
.btn_nolink:has(.more) .more {
  padding-right: 24px;
}
a.btn:has(.more) .more::after,
.btn_nolink:has(.more) .more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 7px;
  margin-top: -4px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  a.btn:has(.icon_pdf):hover .icon_pdf,
  .btn_nolink:has(.icon_pdf):hover .icon_pdf {
    filter: brightness(300%);
  }
}
a.btn:has(.icon_pdf)::after,
.btn_nolink:has(.icon_pdf)::after {
  content: none;
}
a.btn:has(.icon_pdf) .icon_pdf,
.btn_nolink:has(.icon_pdf) .icon_pdf {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.5s;
}
a.btn .more,
.btn_nolink .more {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  font-size: 1.6rem;
  font-family: "Newsreader", serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
a.btn.btn_reserve,
.btn_nolink.btn_reserve {
  background: #9f7224;
  border: none;
  color: #fff;
  text-align: center;
}
@media (any-hover: hover) {
  a.btn.btn_reserve:hover,
  .btn_nolink.btn_reserve:hover {
    background: #c5aa7c;
  }
}
a.btn.btn_reserve02,
.btn_nolink.btn_reserve02 {
  background: #484103;
  border: none;
  color: #fff;
  text-align: center;
}
@media (any-hover: hover) {
  a.btn.btn_reserve02:hover,
  .btn_nolink.btn_reserve02:hover {
    background: #918d68;
  }
}

.btn_more {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 4px 24px 4px 0;
  font-size: 1.6rem;
  font-family: "Newsreader", serif;
  font-weight: 300;
  line-height: 1.5;
  background-image: linear-gradient(#afafaf, #afafaf);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media (any-hover: hover) {
  .btn_more:hover {
    background-position: bottom left;
    background-size: 100% 1px;
    opacity: 1;
  }
}
.btn_more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 7px;
  margin-top: -4px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}

/* 汎用背景 */
.bg_grad {
  position: relative;
}
.bg_grad::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 788px;
  background: linear-gradient(to bottom, rgb(235, 243, 246) 0%, rgba(235, 243, 246, 0) 788px);
  pointer-events: none;
}
.bg_grad > * {
  position: relative;
}

/* 汎用テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 16px 0;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  vertical-align: top;
}
.table th {
  width: 30%;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}
.table .table_list {
  justify-content: flex-start;
}
.table .table_list li:after {
  content: "/";
  padding: 0 4px;
}
.table .table_list li:last-of-type:after {
  content: none;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 810px) {
  .container {
    width: calc(100% - 40px);
  }
  .wide_container {
    width: calc(100% - 40px);
  }
  /* 汎用タイトル */
  .sec_tit {
    margin-bottom: 40px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
  .sec_tit .en {
    display: block;
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .sec_lead {
    margin-bottom: 32px;
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
  a.btn {
    width: 92%;
    min-width: 0;
  }
  .btn_more {
    padding: 4px 30px 4px 0;
    font-size: 1.44rem;
    letter-spacing: 0.1em;
    background-size: 100% 1px;
  }
  /* 汎用テーブル */
  .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    line-height: 2;
  }
  .table:not(.sp_table) {
    border-bottom: 1px solid #afafaf;
  }
  .table:not(.sp_table) tr {
    display: block;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 16px 10px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .table:not(.sp_table) th {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #ebf3f6;
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  gap: 20px;
  line-height: 1.2;
  text-align: center;
}
.page_nav li {
  width: 252px;
}
.page_nav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 56px;
  padding: 6px 32px 6px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(175, 175, 175, 0.8);
  cursor: pointer;
  color: #232323;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  .page_nav li a:hover {
    color: #fff;
    background: rgba(0, 90, 152, 0.8);
    opacity: 1;
  }
}
.page_nav li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  width: 7px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/common/icon_arrow_btm.svg) no-repeat;
  background-size: 100%;
}
.page_nav + .page_nav {
  margin-top: 24px;
}
.page_nav + .page_subnav {
  margin-top: 24px;
}
.page_nav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_nav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_nav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

.page_subnav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 24px 32px;
  line-height: 1.2;
  text-align: center;
  justify-content: flex-start;
}
.page_subnav li a {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 6px 0;
  line-height: 1.5;
  background-image: linear-gradient(#afafaf, #afafaf);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
@media (any-hover: hover) {
  .page_subnav li a:hover {
    background-size: 0 1px;
    background-position: bottom right;
    opacity: 1;
  }
}
.page_subnav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_subnav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_subnav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 810px) {
  .page_nav {
    width: 100%;
    margin-top: 48px;
    gap: 12px;
    letter-spacing: 0.1em;
    justify-content: space-between;
  }
  .page_nav li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav li a {
    padding: 14px 20px 14px 12px;
  }
  .page_nav li a::after {
    right: 8px;
  }
  .page_nav + .page_nav {
    margin-top: 16px;
  }
  .page_nav + .page_subnav {
    margin-top: 16px;
  }
  .page_nav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav {
    margin-top: 48px;
    gap: 12px 24px;
  }
  .page_subnav li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col03 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col05 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col06 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide > .slide_item:not(:first-child) {
  display: none;
}

/*-------------------------------------------*/
/*
/*404
/*
/*-------------------------------------------*/
.not-found {
  width: 100%;
  padding: 200px 0;
  text-align: center;
}

/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer {
  position: relative;
}
#footer .f_bg {
  padding: 144px 0 40px;
  background: url(../img/common/f_bg_01.webp) no-repeat center;
  background-size: cover;
}
#footer .f_info {
  width: 42.2%;
}
#footer .f_info .info_logo {
  margin-bottom: 50px;
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  line-height: 2.4;
}
#footer .f_info .info_address .name {
  display: inline-block;
  margin-bottom: 16px;
}
#footer .sns_list {
  margin-top: 52px;
  gap: 24px;
  line-height: 1;
  justify-content: flex-start;
}
#footer .f_reserve {
  margin-top: 40px;
  padding: 32px 32px 28px;
  background: #ebf3f6;
  border-radius: 8px;
  text-align: center;
}
#footer .f_reserve .reserve_tit {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#footer .f_reserve .reserve_btn {
  margin-top: 24px;
}
#footer .f_reserve .reserve_btn a {
  display: block;
}
#footer .f_reserve .reserve_btn a + a {
  margin-top: 16px;
}
#footer .f_reserve .reserve_tel {
  margin-top: 12px;
  font-size: 1.6rem;
  text-align: left;
}
#footer .f_reserve .reserve_tel .tel_tit {
  line-height: 1.5;
}
#footer .f_reserve .reserve_tel .tel_num {
  letter-spacing: 0.14em;
  line-height: 1.4;
}
#footer .f_reserve .reserve_tel .tel_num .sp_tel {
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
#footer .f_reserve .reserve_tel .tel_time {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
}
#footer .lang_nav {
  position: relative;
  width: max-content;
  margin-top: 32px;
}
#footer .lang_nav .lang_tit {
  width: max-content;
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid #afafaf;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#footer .lang_nav .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#footer .lang_nav .lang_list li + li {
  margin-top: 0;
}
#footer .lang_nav .lang_list li a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
}
@media (any-hover: hover) {
  #footer .lang_nav .lang_list li a:hover {
    background: rgba(175, 175, 175, 0.8);
    opacity: 1;
  }
}
#footer .lang_nav .lang_list li a img {
  margin-bottom: 4px;
  vertical-align: middle;
}
#footer .f_nav {
  width: 48%;
}
#footer .f_nav .nav_col:nth-of-type(2) {
  width: 36%;
}
#footer .f_nav .nav_list {
  font-size: 1.6rem;
  line-height: 1.5;
}
#footer .f_nav .nav_list li + li {
  margin-top: 24px;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
}
#footer .f_nav .nav_list .inner_list {
  margin-top: 12px;
  margin-left: 8px;
}
#footer .f_nav .nav_list .inner_list li + li {
  margin-top: 12px;
}
#footer .f_copyright {
  width: 100%;
  margin-top: 128px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#footer .f_copyright small {
  font-size: 1.6rem;
}
#footer .f_bnr_wrap {
  padding: 40px 16px 144px;
}
#footer .f_bnr_list {
  max-width: 955px;
  margin: 0 auto;
  justify-content: center;
}
#footer .f_bnr_list > .list_item:not(:first-child) {
  display: none;
}
#footer .f_bnr_list .list_item {
  padding: 0 4px;
}

@media screen and (max-width: 810px) {
  #footer {
    position: relative;
  }
  #footer .f_bg {
    padding: 72px 0 40px;
    background: url(../img/common/f_bg_01_sp.webp) no-repeat center;
    background-size: cover;
  }
  #footer .f_col {
    max-width: 480px;
    margin: 0 auto;
  }
  #footer .f_info {
    width: 100%;
  }
  #footer .f_info .info_logo {
    margin-bottom: 40px;
  }
  #footer .f_info .info_logo img {
    width: 200px;
    height: auto;
  }
  #footer .f_info .info_address {
    line-height: 2;
  }
  #footer .f_info .info_address .name {
    margin-bottom: 16px;
  }
  #footer .sns_list {
    margin-top: 32px;
    gap: 24px;
    line-height: 1;
    justify-content: flex-start;
  }
  #footer .f_reserve {
    margin-top: 32px;
    padding: 32px 20px 28px;
    border-radius: 8px;
    text-align: center;
  }
  #footer .f_reserve .reserve_tit {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #footer .f_reserve .reserve_btn {
    margin-top: 24px;
  }
  #footer .f_reserve .reserve_btn a {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  #footer .f_reserve .reserve_btn a + a {
    margin-top: 12px;
  }
  #footer .f_reserve .reserve_tel {
    display: block;
    margin: 12px auto 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #footer .f_reserve .reserve_tel .tel_tit {
    margin-bottom: 8px;
  }
  #footer .f_reserve .reserve_tel .tel_num {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }
  #footer .f_reserve .reserve_tel .tel_num .sp_tel {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
  #footer .f_reserve .reserve_tel .tel_time {
    display: block;
    margin-top: 4px;
    font-size: 1.4rem;
  }
  #footer .f_nav {
    width: 100%;
    display: none;
  }
  #footer .f_copyright {
    width: 100%;
    margin-top: 16px;
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    text-align: center;
  }
  #footer .f_copyright small {
    font-size: 1.2rem;
  }
  #footer .f_bnr_wrap {
    padding: 24px 0 72px;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -60px;
  width: 100%;
  background: #ebf3f6;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 2000;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  height: 60px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: bottom;
}
#sp_footer img {
  display: block;
  margin: 0 auto 6px;
}
#sp_footer .txt {
  display: block;
}
#sp_footer .btn_reserve {
  width: 50%;
  background: #9f7224;
  color: #fff;
}
#sp_footer .nav_open {
  position: static;
  height: 60px;
  padding: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#sp_footer .nav_open img {
  margin-bottom: 10px;
}
#sp_footer .nav_open .txt {
  text-indent: 0;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: table;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 9998;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_container {
  display: flex;
  height: 100dvh;
}
#nav_box .nav_bg {
  width: 49%;
}
#nav_box .nav_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#nav_box nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 51%;
  padding: 0 6%;
}
#nav_box .nav_col:nth-of-type(2) {
  width: 36%;
}
#nav_box .nav_list {
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
#nav_box .nav_list li + li {
  margin-top: 24px;
}
#nav_box .nav_list li a {
  position: relative;
  display: inline-block;
}
#nav_box .nav_list .inner_list {
  margin-top: 12px;
  margin-left: 8px;
}
#nav_box .nav_list .inner_list li + li {
  margin-top: 12px;
}
#nav_box .lang_nav {
  position: relative;
  width: max-content;
  margin-top: 32px;
}
#nav_box .lang_nav .lang_tit {
  width: max-content;
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid #afafaf;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#nav_box .lang_nav .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#nav_box .lang_nav .lang_list li + li {
  margin-top: 0;
}
#nav_box .lang_nav .lang_list li a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
}
@media (any-hover: hover) {
  #nav_box .lang_nav .lang_list li a:hover {
    background: rgba(175, 175, 175, 0.8);
    opacity: 1;
  }
}
#nav_box .lang_nav .lang_list li a img {
  margin-bottom: 4px;
  vertical-align: middle;
}
#nav_box .nav_reserve {
  margin-top: 32px;
  padding: 32px 24px 28px;
  background: #ebf3f6;
  border-radius: 8px;
  text-align: center;
}
#nav_box .nav_reserve .reserve_tit {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#nav_box .nav_reserve .reserve_btn {
  margin-top: 24px;
}
#nav_box .nav_reserve .reserve_btn a {
  display: block;
  width: 100%;
  font-size: 1.62rem;
}
#nav_box .nav_reserve .reserve_btn a + a {
  margin-top: 10px;
}
#nav_box .nav_reserve .reserve_tel {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  text-align: left;
}
#nav_box .nav_reserve .reserve_tel .tel_tit {
  line-height: 1.5;
}
#nav_box .nav_reserve .reserve_tel .tel_num {
  margin-top: 8px;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
#nav_box .nav_reserve .reserve_tel .tel_num .sp_tel {
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
#nav_box .nav_reserve .reserve_tel .tel_time {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
}
#nav_box .nav_close {
  position: absolute;
  right: 16px;
  top: 0;
  width: 60px;
  height: 60px;
  padding-top: 30px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_close .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 auto 18px;
  background: transparent;
}
#nav_box .nav_close .bar:before, #nav_box .nav_close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #232323;
}
#nav_box .nav_close .bar:before {
  top: -10px;
  transform: translate(1px, 10px) rotate(45deg);
}
#nav_box .nav_close .bar:after {
  top: 10px;
  transform: translate(1px, -10px) rotate(-45deg);
}
#nav_box .nav_close .txt {
  display: block;
}

@media screen and (max-height: 660px) {
  #nav_box {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    height: auto;
  }
  #nav_box nav {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  #nav_box .nav_bg {
    width: 40%;
  }
  #nav_box nav {
    width: 60%;
  }
}
@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    display: block;
    height: auto;
    padding: 12px 20px 24px;
  }
  #nav_box .nav_bg {
    display: none;
    width: 100%;
  }
  #nav_box nav {
    display: block;
    width: 100%;
    padding: 0;
  }
  #nav_box .nav_logo {
    margin-bottom: 32px;
  }
  #nav_box .nav_col {
    width: 60%;
  }
  #nav_box .nav_col:nth-of-type(2) {
    width: 40%;
  }
  #nav_box .nav_list {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
  #nav_box .nav_list li + li {
    margin-top: 16px;
  }
  #nav_box .nav_list li.sp_wide {
    width: 200%;
  }
  #nav_box .nav_list .inner_list {
    margin-top: 12px;
    margin-left: 8px;
  }
  #nav_box .nav_list .inner_list li + li {
    margin-top: 12px;
  }
  #nav_box .tabsp_block:has(.lang_nav) {
    width: 100%;
  }
  #nav_box .lang_nav {
    position: relative;
    width: 100%;
    margin-top: 24px;
  }
  #nav_box .lang_nav .lang_tit {
    width: 100%;
    padding: 0 0 4px;
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #nav_box .lang_nav .lang_list {
    position: static;
    display: flex;
    margin-top: 8px;
    background: none;
    flex-wrap: wrap;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #nav_box .lang_nav .lang_list li {
    width: 33%;
  }
  #nav_box .lang_nav .lang_list li + li {
    margin-top: 0;
  }
  #nav_box .lang_nav .lang_list li a {
    display: inline-block;
    padding: 8px 0;
  }
  #nav_box .sns_list {
    margin-top: 24px;
    gap: 32px;
    line-height: 1;
    justify-content: flex-start;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 1200ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #232323;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #232323;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 18px;
}
body.is_tablet #header {
  font-size: 16px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}