/*
Theme Name: izuchiku2023
Theme URI:
Author:
Author
Description:
Version:
License:
License URI:
Tags:
*/
/*----------------------------------------
ガイド
------------------------------------------*/
.guide {
  height: 100vh;
  width: 1px;
  background-color: lime;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
}
.guide.guide-center {
  left: 50%;
}
.guide.guide-1366-left {
  left: 50%;
  margin-left: -683px;
}
.guide.guide-1366-right {
  right: 50%;
  margin-right: -683px;
}
.guide.guide-1000-left {
  left: 50%;
  margin-left: -500px;
}
.guide.guide-1000-right {
  right: 50%;
  margin-right: -500px;
}
/*----------------------------------------
フォント
------------------------------------------*/
/*----------------------------------------
共通
------------------------------------------*/
/*----------------------------------------
Base
------------------------------------------*/
body {
  font-family: 'Noto Serif JP', serif, 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif JP', serif, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
a {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
a img {
  display: block;
}
img {
  width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
  padding-left: 0;
}
.palt_l {
  display: inline-block;
  margin-left: -0.5em;
}
.palt_r {
  display: inline-block;
  margin-right: -0.5em;
}
.deco_l {
  width: 11.1875rem;
  position: absolute;
  left: -5.125rem;
}
@media screen and (max-width: 1199px) {
  .deco_l {
    width: 8.95rem;
    left: -4.1rem;
  }
}
@media screen and (max-width: 767px) {
  .deco_l {
    width: 6.7125rem;
    left: -6.7125rem;
  }
}
.deco_r {
  width: 6.875rem;
  position: absolute;
  right: -7.96116505%;
}
@media screen and (max-width: 1199px) {
  .deco_r {
    width: 5.5rem;
    right: -6.36893204%;
  }
}
@media screen and (max-width: 767px) {
  .deco_r {
    width: 4.125rem;
    right: -4.125rem;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none!important;
  }
}
.only_sp {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block!important;
  }
}
/*----------------------------------------
body
------------------------------------------*/
body {
  background-image: url(assets/images/common/bg_body_obj.svg), url(assets/images/common/bg_body_obj.svg), url(assets/images/common/bg_body-50.jpg);
  background-repeat: repeat-y, repeat-y, repeat;
  background-position: left calc(50% - 510/16*1rem) top 16.375rem, left calc(50% + 510/16*1rem) top -24.375rem, center top;
  background-size: 80rem auto, 80rem auto, 120rem;
}
@media (max-width: 1199px) {
  body {
    background-position: left calc(50% - .75*510/16*1rem) top 12.28125rem, left calc(50% + .75*510/16*1rem) top -18.28125rem, center top;
    background-size: 60rem auto, 60rem auto, 90rem;
  }
}
@media (max-width: 767px) {
  body {
    background-position: left calc(50% - .5*510/16*1rem) top 8.1875rem, left calc(50% + .5*510/16*1rem) top -12.1875rem, center top;
    background-size: 40rem auto, 40rem auto, 60rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}
/*----------------------------------------
header
------------------------------------------*/
.header_fiexed {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.header_fiexed .header {
  padding: 0;
  border-bottom: solid 1px #eee;
  background-color: rgba(255, 255, 255, 0.9);
}
.header_fiexed .sait_title {
  transform: scale(0.65);
  transform-origin: left;
}
@media screen and (max-width: 991px) {
  .header_fiexed .sait_title {
    transform: initial;
  }
}
.header_fiexed.off {
  top: -100px;
}
.header_fiexed.on {
  top: 0;
}
.header {
  padding: 1.5625rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 0 0;
  }
}
.header > .container {
  max-width: 1396px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header > .container {
    padding-right: 0;
  }
}
.header .sait_title {
  width: 7.5625rem;
}
@media screen and (max-width: 991px) {
  .header .sait_title {
    width: 6.05rem;
  }
}
@media screen and (max-width: 767px) {
  .header .sait_title {
    width: 5rem;
  }
}
.header .box_right {
  display: flex;
  align-items: center;
}
.header .link_instagram {
  display: block;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .header .link_instagram {
    width: 1.75rem;
  }
}
@media screen and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
.main_menu .list {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.main_menu .list .active a::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0.5625rem;
  left: 50%;
}
.main_menu .list a {
  display: flex;
  align-items: center;
  height: 3.125rem;
  color: #333;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
  position: relative;
}
.main_menu .list a:hover {
  opacity: 1;
}
.main_menu .list a:hover::after {
  width: 70%;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.main_menu .list a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
/*----------------------------------------
breadcrumb
------------------------------------------*/
.sec_breadcrumbs {
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec_breadcrumbs {
    margin-bottom: 4.375rem;
  }
}
.breadcrumb {
  font-size: 0.75rem;
  letter-spacing: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item a {
  color: #333;
  text-decoration: underline;
}
/*----------------------------------------
main
------------------------------------------*/
.main {
  overflow: hidden;
}
.sec_mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.5rem;
  background-image: url(assets/images/common/mv_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1366px 100%;
}
@media screen and (max-width: 767px) {
  .sec_mv {
    height: 8.75rem;
    background-image: url(assets/images/common/mv_bg_sp.png);
    background-size: 768px 100%;
  }
}
.sec_mv.sec_home {
  height: 42.5rem;
  background-image: url(assets/images/home/mv_bg.png);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_home {
    height: 23.8125rem;
    background-image: url(assets/images/home/mv_bg_sp.png);
    background-size: 767px 100%;
  }
}
.sec_mv.sec_home .title {
  width: 26.3125rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_home .title {
    width: 50%;
    max-width: 18.75rem;
  }
}
.sec_mv.sec_concept .title {
  width: 17.6875rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_concept .title {
    width: 13.265625rem;
  }
}
.sec_mv.sec_menu .title {
  width: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_menu .title {
    width: 7.171875rem;
  }
}
.sec_mv.sec_delivery .title {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_delivery .title {
    width: 7.5rem;
  }
}
.sec_mv.sec_access .title {
  width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_access .title {
    width: 7.21875rem;
  }
}
.sec_mv.sec_news .title,
.sec_mv.sec_single .title {
  width: 9.875rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_news .title,
  .sec_mv.sec_single .title {
    width: 7.40625rem;
  }
}
.sec_mv.sec_contact .title {
  width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .sec_mv.sec_contact .title {
    width: 11.484375rem;
  }
}
.sec_mv .title {
  font-size: 0;
}
.sec_title {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.60714286em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 1.3125rem;
  }
}
.sec_title::before {
  content: "";
  display: block;
  width: 0.28571429em;
  height: 1.14285714em;
  background-image: url(assets/images/common/sec_title_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -1.42857143em;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title.no_icon::before {
  content: none;
}
.sec_title .ja {
  display: block;
  line-height: 1.71428571;
  margin-bottom: 0.53571429em;
}
.sec_title .ja span {
  display: inline-block;
}
.sec_title .en {
  display: block;
  font-size: 0.5em;
  line-height: 1;
}
.sec_home_01 {
  text-align: center;
  padding-top: 6.875rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .sec_home_01 {
    padding-top: 3.4375rem;
    padding-bottom: 2.96875rem;
  }
}
.sec_home_01 > .container {
  position: relative;
}
.sec_home_01 > .container .deco_l {
  bottom: -2.125rem;
}
.sec_home_01 .des_01 {
  font-size: 0.9375rem;
  line-height: 1.86666667;
}
@media screen and (max-width: 767px) {
  .sec_home_01 .des_01 {
    text-align: justify;
  }
}
.sec_home_02 {
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec_home_02 {
    margin-bottom: 4.375rem;
  }
}
.sec_home_02 > .container {
  position: relative;
}
.sec_home_02 > .container .deco_r {
  bottom: -6.875rem;
}
@media screen and (max-width: 767px) {
  .sec_home_02 .list .list_item {
    flex-basis: 100%;
  }
}
.sec_home_02 .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3125rem;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_home_02 .list a {
    font-size: 1.05rem;
    max-width: 400px;
    margin: 0 auto;
  }
}
.sec_home_02 .list a .title {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  position: absolute;
}
.sec_home_02 .list a .image {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.sec_home_02 .list a:hover {
  opacity: 1;
}
.sec_home_02 .list a:hover .image {
  opacity: 0.6;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.sec_home_02 .list a:hover::after {
  right: 0.47619048em;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.sec_home_02 .list a::after {
  content: "";
  display: block;
  width: 0.44285714em;
  height: 0.71428571em;
  background-image: url(assets/images/home/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0.85714286em;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.sec_home_03 .list_news {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec_home_03 .list_news {
    margin-bottom: 1.25em;
  }
}
.sec_home_03 .list_news .list_item:last-child {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec_home_03 .list_news .list_item:last-child {
    display: block;
  }
}
.sec_concept_01 {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sec_concept_01 {
    padding-bottom: 4.375rem;
  }
}
.sec_concept_02 > .container {
  position: relative;
}
.sec_concept_02 > .container .deco_l {
  top: -3.4375rem;
}
.sec_concept_02 > .container .deco_r {
  top: 21.875rem;
}
.sec_concept_02 .des_01 {
  font-size: 0.9375rem;
  line-height: 1.86666667;
  text-align: center;
  margin-bottom: 4.26666667em;
}
@media screen and (max-width: 767px) {
  .sec_concept_02 .des_01 {
    text-align: justify;
  }
}
@media screen and (max-width: 575px) {
  .sec_concept_02 .des_01 {
    margin-bottom: 2.13333333em;
  }
}
@media screen and (max-width: 991px) {
  .sec_concept_02 .list .list_item {
    flex-basis: 50%;
  }
}
.sec_menu_01 {
  margin-bottom: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .sec_menu_01 {
    margin-bottom: 5.78125rem;
  }
}
.sec_menu_01 .container {
  position: relative;
}
@media (min-width: 1366px) {
  .sec_menu_01 .container {
    max-width: 1230px;
  }
}
@media (min-width: 1200px) {
}
.sec_menu_01 .sec_title {
  margin-bottom: 5.3125rem;
}
.sec_menu_01 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6.25rem;
  margin-left: -3.125%;
  margin-right: -3.125%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .sec_menu_01 .box {
    margin-left: -1.171875%;
    margin-right: -1.171875%;
  }
}
@media screen and (max-width: 767px) {
  .sec_menu_01 .box {
    margin-bottom: 4.6875rem;
  }
}
.sec_menu_01 .box .image,
.sec_menu_01 .box .txt {
  padding-left: 3.125%;
  padding-right: 3.125%;
}
@media screen and (max-width: 1199px) {
  .sec_menu_01 .box .image,
  .sec_menu_01 .box .txt {
    padding-left: 1.171875%;
    padding-right: 1.171875%;
  }
}
.sec_menu_01 .box .image {
  flex-basis: 53.125%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_menu_01 .box .image {
    flex-basis: 100%;
    max-width: 430px;
    margin-bottom: 1rem;
  }
}
.sec_menu_01 .box .image .obj {
  display: block;
  width: 26.47058824%;
  position: absolute;
  top: -12.5%;
  z-index: -1;
}
.sec_menu_01 .box .txt {
  flex-basis: 46.875%;
}
@media screen and (max-width: 767px) {
  .sec_menu_01 .box .txt {
    flex-basis: 100%;
    max-width: 336px;
    width: 80%;
  }
}
.sec_menu_01 .box .txt h3 {
  width: 80.76923077%;
}
@media screen and (max-width: 767px) {
  .sec_menu_01 .box .txt h3 {
    width: 100%;
  }
}
.sec_menu_01 .box.box_01 .image .obj {
  left: -6.61764706%;
}
.sec_menu_01 .box.box_01 .deco_l {
  left: 2.375rem;
  bottom: -10.5625rem;
}
@media (max-width: 1199px) {
  .sec_menu_01 .box.box_01 .deco_l {
    left: 0;
  }
}
@media (max-width: 767px) {
  .sec_menu_01 .box.box_01 .deco_l {
    bottom: 18.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_menu_01 .box.box_02 {
    flex-direction: column-reverse;
  }
}
.sec_menu_01 .box.box_02 .image .obj {
  right: -6.61764706%;
}
.sec_menu_01 .box.box_02 .txt {
  display: flex;
  justify-content: end;
}
.sec_menu_01 .box.box_02 .deco_r {
  right: 2.4375rem;
  bottom: -8.8125rem;
}
@media (max-width: 1199px) {
  .sec_menu_01 .box.box_02 .deco_r {
    right: 0;
  }
}
@media (max-width: 767px) {
  .sec_menu_01 .box.box_02 .deco_r {
    bottom: 16.1875rem;
  }
}
section[class*="sec_menu_02"] {
  margin-bottom: 11.5625rem;
}
@media (max-width: 1199px) {
  section[class*="sec_menu_02"] {
    margin-bottom: 9.828125rem;
  }
}
@media (max-width: 991px) {
  section[class*="sec_menu_02"] {
    margin-bottom: 8.671875rem;
  }
}
@media (max-width: 767px) {
  section[class*="sec_menu_02"] {
    margin-bottom: 4.625rem;
  }
}
section[class*="sec_menu_02"] .des_01 {
  font-size: 0.9375rem;
  line-height: 1.86666667;
  text-align: center;
  margin-bottom: 3.33333333em;
}
@media (max-width: 767px) {
  section[class*="sec_menu_02"] .des_01 {
    text-align: justify;
    margin-bottom: 1.66666667em;
  }
}
section[class*="sec_menu_02"] .des_01 span {
  display: inline-block;
}
@media (max-width: 767px) {
  section[class*="sec_menu_02"] .des_01 span {
    display: inline;
  }
}
section[class*="sec_menu_02"] ._box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -1.92307692%;
  margin-right: -1.92307692%;
  position: relative;
}
section[class*="sec_menu_02"] ._box .image,
section[class*="sec_menu_02"] ._box .txt {
  padding-left: 1.92307692%;
  padding-right: 1.92307692%;
}
section[class*="sec_menu_02"] ._box .image {
  flex-basis: 49.03846154%;
}
section[class*="sec_menu_02"] ._box .txt {
  flex-basis: 50.96153846%;
}
section[class*="sec_menu_02"] ._box .txt dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.07142857em;
}
section[class*="sec_menu_02"] ._box .txt dl dt,
section[class*="sec_menu_02"] ._box .txt dl dd {
  display: flex;
  align-items: center;
}
section[class*="sec_menu_02"] ._box .txt dl dt {
  font-weight: 500;
  padding-left: 1.78571429em;
  position: relative;
}
section[class*="sec_menu_02"] ._box .txt dl dt small {
  padding-left: 1em;
}
section[class*="sec_menu_02"] ._box .txt dl dt::before {
  content: "";
  display: block;
  width: 1.39718571em;
  height: 0.80298929em;
  background-image: url(assets/images/menu/icon_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section[class*="sec_menu_02"] ._box .txt dl dd {
  letter-spacing: 0.1em;
}
section[class*="sec_menu_02"] ._box .txt dl small {
  font-size: 0.5em;
}
section[class*="sec_menu_02"] .box_menu .image .row {
  margin-top: 4.25531915%;
  margin-left: -2.12765957%;
  margin-right: -2.12765957%;
}
section[class*="sec_menu_02"] .box_menu .image .col {
  padding-right: 2.12765957%;
  padding-left: 2.12765957%;
}
.sec_menu_02_c .des_note {
  display: block;
  font-size: 1.3125em;
  line-height: 1;
  text-align: center;
  background-color: #EAEAEA;
  padding: 0.96875em 1em;
  margin-top: 8.5251375em;
}
@media (max-width: 767px) {
  .sec_menu_02_c .des_note {
    line-height: 1.5;
    margin-top: 4.26256875em;
  }
}
.sec_menu_02_c .des_note span {
  display: inline-block;
}
section[class*="sec_delivery_"] {
  margin-bottom: 11.875rem;
}
@media (max-width: 767px) {
  section[class*="sec_delivery_"] {
    margin-bottom: 5.9375rem;
  }
}
section[class*="sec_delivery_"] .des_01 {
  font-size: 0.9375rem;
  line-height: 1.86666667;
  text-align: center;
  margin-bottom: 3.33333333em;
}
@media (max-width: 767px) {
  section[class*="sec_delivery_"] .des_01 {
    text-align: justify;
    margin-bottom: 1.66666667em;
  }
}
section[class*="sec_delivery_"] .des_01 span {
  display: inline-block;
}
@media (max-width: 767px) {
  section[class*="sec_delivery_"] .des_01 span {
    display: inline;
  }
}
section[class*="sec_delivery_"] .box_menu .image .row {
  margin-top: 4.25531915%;
  margin-left: -2.12765957%;
  margin-right: -2.12765957%;
}
section[class*="sec_delivery_"] .box_menu .image .col {
  padding-right: 2.12765957%;
  padding-left: 2.12765957%;
}
.sec_delivery_01 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: 1.25rem;
}
.sec_delivery_01 .list .list_item {
  flex-basis: 33.3333%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .sec_delivery_01 .list .list_item {
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  .sec_delivery_01 .list .list_item {
    flex-basis: 100%;
  }
}
.sec_delivery_01 .btn_01::after {
  top: 50%;
  right: 10px;
  transform: rotate(90deg) translateY(50%);
  transform-origin: top;
}
.sec_delivery_01 .btn_01:hover::after {
  top: 62%;
  right: 10px;
  transform: rotate(90deg) translateY(50%);
  transform-origin: top;
}
.sec_delivery_02 > .container {
  position: relative;
}
.sec_delivery_02 .box_menu {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sec_delivery_02 .box_menu {
    margin-bottom: 0;
  }
}
.sec_delivery_02 .deco_l {
  top: -3.125rem;
}
.sec_delivery_03 > .container {
  position: relative;
}
.sec_delivery_03 .des_01 {
  margin-bottom: 2.5rem;
}
.sec_delivery_03 .box_menu .txt {
  flex-basis: 100%;
  width: 100%;
}
.sec_delivery_03 .box_menu .txt dl {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sec_delivery_03 .box_menu .txt dl {
    flex-direction: column;
    margin-bottom: 1.42857143em;
  }
}
@media (max-width: 767px) {
  .sec_delivery_03 .box_menu .txt dl dt {
    width: 100%;
    margin-bottom: 0.35714286em;
  }
}
@media (max-width: 767px) {
  .sec_delivery_03 .box_menu .txt dl dd {
    width: 100%;
    justify-content: end;
  }
}
.sec_delivery_03 .box_menu .image {
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .sec_delivery_03 .box_menu .image {
    margin-bottom: 0;
  }
}
.sec_delivery_03 .list {
  margin-bottom: 1.25rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec_delivery_03 .list .list_item {
    flex-basis: 50%;
  }
}
.sec_delivery_03 .deco_r {
  bottom: -12.5rem;
}
.sec_delivery_04#syuttyou {
  margin-bottom: 4.375rem;
}
.sec_delivery_04 .list {
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .sec_delivery_04 .list {
    padding-bottom: 0;
  }
}
.sec_delivery_05 > .container {
  position: relative;
}
.sec_delivery_05 .box_menu {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sec_delivery_05 .box_menu {
    margin-bottom: 2.5rem;
  }
}
.sec_delivery_05 .box_menu .des {
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .sec_delivery_05 .box_menu .des {
    margin-bottom: 1.5625rem;
  }
}
.sec_delivery_05 .deco_l {
  top: -4.375rem;
}
.sec_delivery_05 .des_note {
  display: block;
  font-size: 1.3125em;
  line-height: 1;
  text-align: center;
  background-color: #EAEAEA;
  padding: 0.96875em 1em;
  margin-top: 8.5251375em;
}
@media (max-width: 767px) {
  .sec_delivery_05 .des_note {
    line-height: 1.5;
    margin-top: 4.26256875em;
  }
}
.sec_delivery_05 .des_note span {
  display: inline-block;
}
.sec_access_01 > .container {
  position: relative;
}
.sec_access_01 .dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.86666667;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 0.93333333em 0;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .sec_access_01 .dl {
    font-size: 0.875rem;
  }
}
.sec_access_01 .dl .title {
  flex-basis: 30%;
  padding-left: 6%;
}
@media (max-width: 1199px) {
  .sec_access_01 .dl .title {
    flex-basis: 27%;
    padding-left: 3%;
  }
}
@media (max-width: 575px) {
  .sec_access_01 .dl .title {
    flex-basis: 100%;
    font-weight: 700;
  }
}
.sec_access_01 .dl .des {
  flex-basis: 70%;
  padding-left: 6%;
  padding-right: 6%;
}
@media (max-width: 1199px) {
  .sec_access_01 .dl .des {
    flex-basis: 73%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 575px) {
  .sec_access_01 .dl .des {
    flex-basis: 100%;
    font-size: 0.875rem;
  }
}
.sec_access_01 .box_map {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .sec_access_01 .box_map {
    margin-top: 75px;
  }
}
.sec_access_01 .deco_l {
  top: -4.1875rem;
}
.sec_news_01 > .container {
  position: relative;
}
.sec_single_01 .h1 {
  font-size: 1.3125rem;
  margin-bottom: 0.85714286em;
}
@media (max-width: 767px) {
  .sec_single_01 .h1 {
    font-size: 1.05rem;
    margin-bottom: 0.68571429em;
  }
}
.sec_single_01 .post_date {
  font-size: 0.875rem;
  margin-bottom: 3.42857143em;
}
@media (max-width: 767px) {
  .sec_single_01 .post_date {
    font-size: 0.7rem;
    margin-bottom: 2.74285714em;
  }
}
.sec_single_02 > .container {
  position: relative;
}
.sec_single_02 .deco_r {
  bottom: -11.5rem;
}
.sec_single_02 .list_news .list_item:last-child {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec_single_02 .list_news .list_item:last-child {
    display: block;
  }
}
.box_post {
  font-size: 0.9375rem;
  line-height: 1.86666667;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 3.125em 0;
  margin-bottom: 6.25em;
}
@media (max-width: 767px) {
  .box_post {
    font-size: 0.875rem;
    padding: 1.5625em 0;
    margin-bottom: 3.125em;
  }
}
.box_post h1 {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0.85714286em;
}
@media (max-width: 767px) {
  .box_post h1 {
    font-size: 1.05rem;
    margin-bottom: 0.68571429em;
  }
}
.box_post h2 {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 0.9047619em;
}
@media (max-width: 767px) {
  .box_post h2 {
    font-size: 0.95rem;
    margin-bottom: 0.72380952em;
  }
}
.box_post h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.125em;
}
@media (max-width: 767px) {
  .box_post h3 {
    font-size: 0.8rem;
    margin-bottom: 0.9em;
  }
}
.box_post h4 {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .box_post h4 {
    font-size: 0.75rem;
    margin-bottom: 0.96em;
  }
}
.box_post h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.28571429em;
}
@media (max-width: 767px) {
  .box_post h5 {
    font-size: 0.7rem;
    margin-bottom: 1.02857143em;
  }
}
.box_post h6 {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1.38461538em;
}
@media (max-width: 767px) {
  .box_post h6 {
    font-size: 0.65rem;
    margin-bottom: 1.10769231em;
  }
}
.box_post p {
  margin: 1.8em 0;
}
.box_post ul.column_inn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}
.box_post ul.column_inn > li {
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 767px) {
  .box_post ul.column_inn > li {
    flex-basis: 100%!important;
  }
}
.box_post ul.column_inn > li .photo {
  margin-bottom: 4%;
}
.box_post ul.column_inn li.column_4 {
  flex-basis: 25%;
}
@media (max-width: 1199px) {
  .box_post ul.column_inn li.column_4 {
    flex-basis: 33.33333%;
  }
}
@media (max-width: 767px) {
  .box_post ul.column_inn li.column_4 {
    flex-basis: 50%;
  }
}
.box_post ul.column_inn li.column_3 {
  flex-basis: 33.33333%;
}
@media (max-width: 1199px) {
  .box_post ul.column_inn li.column_3 {
    flex-basis: 33.33333%;
  }
}
@media (max-width: 767px) {
  .box_post ul.column_inn li.column_3 {
    flex-basis: 50%;
  }
}
.box_post ul.column_inn li.column_2 {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .box_post ul.column_inn li.column_2 {
    flex-basis: 50%;
  }
}
.box_post ul.column_inn .column_2_35p {
  flex-basis: 35%;
}
.box_post ul.column_inn .column_2_65p {
  flex-basis: 65%;
}
.box_post ul.column_inn .column_2_45p {
  flex-basis: 45%;
}
.box_post ul.column_inn .column_2_55p {
  flex-basis: 55%;
}
.box_post ul.column_inn .column_2_40p {
  flex-basis: 40%;
}
.box_post ul.column_inn .column_2_60p {
  flex-basis: 60%;
}
.box_post ul.column_inn .column_2_48p {
  flex-basis: 48%;
}
.box_post ul.column_inn .column_2_52p {
  flex-basis: 52%;
}
.box_post.category-en {
  letter-spacing: 0.0625em;
}
.sec_contact_01 {
  margin-bottom: 11.25em;
}
@media (max-width: 767px) {
  .sec_contact_01 {
    font-size: 1.05rem;
    margin-bottom: 5.625em;
  }
}
.sec_contact_01 > .container {
  position: relative;
}
.sec_contact_01 .deco_l {
  bottom: -11.5rem;
}
.sec_contact_02 {
  margin-bottom: 9.375em;
}
.sec_contact_02 > .container {
  position: relative;
}
.sec_contact_02 .deco_r {
  bottom: -1.5rem;
}
.box_form {
  max-width: 55rem;
  margin: 0 auto;
}
.box_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
.box_form dl dt {
  display: flex;
  flex-basis: 26.13636364%;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .box_form dl dt {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .box_form dl dt {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}
.box_form dl dd {
  flex-basis: 73.86363636%;
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .box_form dl dd {
    flex-basis: 100%;
    font-size: 0.8125rem;
  }
}
.box_form dl.f_matter {
  align-items: baseline;
  margin-bottom: 0.5625rem;
}
.box_form dl.f_matter dd .wpcf7-list-item {
  white-space: nowrap;
}
.box_form dl.f_textarea {
  align-items: initial;
}
.box_form dl.f_textarea dt {
  position: relative;
  top: 0.8em;
}
@media (max-width: 575px) {
  .box_form dl.f_textarea dt {
    position: initial;
    top: initial;
  }
}
.box_form .box_btn {
  margin-top: 5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box_form .box_btn {
    margin-top: 2.5rem;
  }
}
.box_form .box_btn .btn {
  width: 100%;
  max-width: 420px;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .box_form .box_btn .btn {
    max-width: 100%;
  }
}
.box_form .form-control {
  border-color: #333;
  border-radius: 0;
}
.box_form .form-control.wpcf7-text {
  height: 3.125em;
}
@media (max-width: 767px) {
  .box_form .form-control.wpcf7-text {
    height: 2.5em;
  }
}
.box_form .form-control.wpcf7-textarea {
  height: 8.125em;
}
.box_form .wpcf7-list-item {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.25rem 0;
  margin-left: 0;
}
.box_form input[type="radio"] {
  transform: scale(1.3);
}
.box_form .wpcf7-list-item-label {
  padding-left: 10px;
  position: relative;
  top: -0.07142857em;
}
/*----------------------------------------
Page Parts Common
------------------------------------------*/
.sec_tel {
  margin: 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .sec_tel {
    margin: 4.6875rem 0;
  }
}
.box_tel {
  text-align: center;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  background-color: #fff;
  padding: 3.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .box_tel {
    padding: 1.96875rem 0.46875rem;
  }
}
.box_tel .row_01 {
  font-size: 1.125rem;
  margin-bottom: 1.38888889em;
}
@media screen and (max-width: 767px) {
  .box_tel .row_01 {
    font-size: 0.9rem;
    margin-bottom: 1.11111111em;
  }
}
.box_tel .row_02 a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .box_tel .row_02 a {
    font-size: 1.8rem;
  }
}
.box_tel .row_03 {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.35714286em;
}
@media screen and (max-width: 767px) {
  .box_tel .row_03 {
    font-size: 0.7rem;
    margin-top: 0.28571429em;
  }
}
.btn_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  height: 60px;
  height: 4.28571429em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #9e9861;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_01 {
    font-size: 0.7rem;
  }
}
.btn_01:hover {
  opacity: 1;
  color: #fff;
  background-color: #827827;
}
.btn_01:hover::after {
  top: 50%;
  transform: translateY(-50%);
  right: 0.47619048em;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.btn_01::after {
  content: "";
  display: block;
  width: 0.44285714em;
  height: 0.71428571em;
  background-image: url(assets/images/home/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0.85714286em;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}
.box_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -1.92307692%;
  margin-right: -1.92307692%;
  position: relative;
}
.box_menu .image,
.box_menu .txt {
  padding-left: 1.92307692%;
  padding-right: 1.92307692%;
}
.box_menu .image {
  flex-basis: 49.03846154%;
}
@media (max-width: 767px) {
  .box_menu .image {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
.box_menu .txt {
  flex-basis: 50.96153846%;
}
@media (max-width: 767px) {
  .box_menu .txt {
    flex-basis: 100%;
  }
}
.box_menu .txt dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1.07142857em;
}
@media (max-width: 1199px) {
  .box_menu .txt dl {
    font-size: 1.4875rem;
  }
}
@media (max-width: 991px) {
  .box_menu .txt dl {
    font-size: 1.3125rem;
  }
}
.box_menu .txt dl dt,
.box_menu .txt dl dd {
  display: flex;
  align-items: center;
}
.box_menu .txt dl dt {
  font-weight: 500;
  padding-left: 1.78571429em;
  position: relative;
}
.box_menu .txt dl dt small {
  padding-left: 1em;
}
.box_menu .txt dl dt::before {
  content: "";
  display: block;
  width: 1.39718571em;
  height: 0.80298929em;
  background-image: url(assets/images/menu/icon_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.box_menu .txt dl dd {
  letter-spacing: 0.1em;
}
.box_menu .txt dl small {
  font-size: 0.5em;
}
.box_menu .txt .dl_01 {
  align-items: baseline;
}
.box_menu .txt .dl_01 dd {
  flex-direction: column;
}
.box_menu .txt .dl_01 dd > span {
  margin-bottom: 1.07142857em;
}
.box_menu .txt .dl_02 {
  flex-direction: column;
}
.box_menu .txt .dl_02 dt {
  width: 100%;
  margin-bottom: 1.07142857em;
}
.box_menu .txt .dl_02 dd {
  width: 100%;
  justify-content: end;
}
.box_menu .txt ul {
  list-style: none;
  letter-spacing: 0;
  padding-left: 10.20408163%;
}
@media (max-width: 1199px) {
  .box_menu .txt ul {
    font-size: 0.85rem;
  }
}
@media (max-width: 991px) {
  .box_menu .txt ul {
    font-size: 0.75rem;
  }
}
ul.list.style_01 {
  list-style: none;
  padding-left: 0;
}
ul.list.style_01 .list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
  margin-left: -1.92307692%;
  margin-right: -1.92307692%;
}
@media screen and (max-width: 575px) {
  ul.list.style_01 .list_item {
    margin-bottom: 2rem;
  }
}
ul.list.style_01 .list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
ul.list.style_01 .list_item .image {
  flex-basis: 55.48076923%;
  padding-left: 1.92307692%;
  padding-right: 1.92307692%;
}
@media screen and (max-width: 767px) {
  ul.list.style_01 .list_item .image {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
ul.list.style_01 .list_item .txt {
  flex-basis: 44.51923077%;
  padding-left: 1.92307692%;
  padding-right: 1.92307692%;
}
@media screen and (max-width: 767px) {
  ul.list.style_01 .list_item .txt {
    flex-basis: 100%;
  }
}
ul.list.style_01 .list_item .h3 {
  font-size: 1.3125rem;
  line-height: 1.52380952;
  margin-bottom: 1.07142857em;
}
@media screen and (max-width: 767px) {
  ul.list.style_01 .list_item .h3 {
    font-size: 1.05rem;
    text-align: justify;
  }
}
@media screen and (max-width: 1199px) {
  ul.list.style_01 .list_item .h3 br {
    display: none;
  }
}
ul.list.style_01 .list_item .h3 .ffs_palt {
  margin: 0 -0.625rem;
}
@media screen and (max-width: 767px) {
  ul.list.style_01 .list_item .h3 .ffs_palt {
    margin: 0 -0.5rem;
  }
}
ul.list.style_01 .list_item .des {
  font-size: 0.875rem;
  line-height: 1.71428571;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  ul.list.style_01 .list_item .des {
    font-size: 0.7rem;
  }
}
ul[class*="list_"] {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-left: -3%;
  margin-right: -3%;
}
ul[class*="list_"] .list_item {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 6%;
}
ul.list_50 .list_item {
  flex-basis: 50%;
}
ul.list_33 .list_item {
  flex-basis: 33.333333%;
}
ul.list_news .list_item {
  margin-bottom: 3%;
}
@media screen and (max-width: 991px) {
  ul.list_news .list_item {
    flex-basis: 50%;
  }
}
ul.list_news .list_item a {
  display: block;
  color: #333;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  ul.list_news .list_item a {
    font-size: 0.75rem;
  }
}
ul.list_news .list_item a .image {
  width: 100%;
  height: 0;
  padding-top: 71.67235495%;
  margin-bottom: 0.9375em;
  position: relative;
}
ul.list_news .list_item a .image .no_image {
  content: "準備中";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f1e9b0;
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_news .list_item a .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
ul.list_news .list_item a .title {
  font-size: 1em;
  margin-bottom: 0.5em;
}
ul.list_news .list_item a .date {
  font-size: 0.875em;
}
ul.list_news .list_item a.category-en .title {
  letter-spacing: 0.0625em;
}
.btn_fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #804f21;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn_fixed {
    height: 60px;
    margin: 0 auto;
  }
}
.btn_fixed .txt {
  display: block;
  color: #ffec00;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .btn_fixed .txt {
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: 1px;
    transform: translateX(-10%);
  }
}
.btn_fixed .txt::before {
  content: "";
  display: block;
  width: 19px;
  height: 25px;
  background-image: url(assets/images/icon_pdf@4x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn_fixed .txt::before {
    width: 12px;
    height: 15.6px;
    left: -23px;
  }
}
.btn_fixed .arrow {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #ffec00;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .btn_fixed .arrow {
    width: 60px;
    height: 60px;
  }
}
.btn_fixed .arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background-image: url(assets/images/icon_arrow@4x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
}
.btn_fixed:hover {
  background-color: #5a3818;
  text-decoration: none;
}
.btn_fixed:hover .arrow::before {
  left: 70%;
  transition: all 0.3s ease 0s;
}
.btn_fixed.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
}
/*----------------------------------------
footer
------------------------------------------*/
.footer {
  display: flex;
  align-items: center;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 175px;
    padding: 0;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/common/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.footer > .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer > .container {
    display: block;
  }
}
.footer .box {
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer .box {
    justify-content: center;
  }
}
.footer .logo {
  width: 7.625rem;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: 6.1rem;
    margin-right: 1.25rem;
  }
}
.footer address {
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer address {
    font-size: 0.75rem;
  }
}
.footer address span {
  display: inline-block;
}
.footer .copyright {
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .footer .copyright {
    text-align: center;
    padding-top: 1rem;
  }
}
/*----------------------------------------
Page Top
------------------------------------------*/
.page_top_outer {
  position: sticky;
  bottom: -160px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_top_outer {
    bottom: -150px;
  }
}
#page-top {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  bottom: 170px;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}
@media (max-width: 767px) {
  #page-top {
    right: 5px;
    bottom: 154px;
    width: 40px;
    height: 40px;
  }
}
#page-top .inner {
  background: #9e9861;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
#page-top .inner .txt {
  width: 40%;
  height: 40%;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  position: relative;
  top: 5px;
  transition: all 0.3s ease 0s;
}
#page-top:hover {
  opacity: 1;
  cursor: pointer;
}
#page-top:hover .inner {
  background-color: #827827;
  transition: all 0.3s ease 0s;
}
#page-top:hover .inner .txt {
  top: 0px;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  #page-top {
    font-size: 24px;
  }
}
/*----------------------------------------
SP Menu
------------------------------------------*/
.box_menu_trigger {
  display: none;
}
@media (max-width: 991px) {
  .box_menu_trigger {
    display: block;
  }
}
.menu_trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .menu_trigger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    padding: 15px;
    width: 50px;
    height: 50px;
  }
}
.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
.menu_trigger:focus {
  outline: none;
}
.menu_trigger,
.menu_trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: transform 0.4s, opacity 0.4s;
}
.menu_trigger span {
  background-color: #333;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .menu_trigger span {
    width: 20px;
    left: 16px;
  }
}
.menu_trigger span:nth-of-type(1) {
  top: 17px;
}
@media screen and (max-width: 767px) {
  .menu_trigger span:nth-of-type(1) {
    top: 15px;
  }
}
.menu_trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_trigger span:nth-of-type(3) {
  bottom: 17px;
}
@media screen and (max-width: 767px) {
  .menu_trigger span:nth-of-type(3) {
    bottom: 15px;
  }
}
.nav_main_sp {
  background-color: #fff;
  display: none;
  width: 100%;
  color: #fff;
  padding: calc(20 / 16 * 1rem);
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 3;
  background-image: url(assets/images/common/bg_body_obj.svg), url(assets/images/common/bg_body-50.jpg);
  background-repeat: repeat-y, repeat;
  background-position: left 0 top 18rem, center top;
  background-size: 64rem auto, 192rem auto;
}
.nav_main_sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.025);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .nav_main_sp {
    top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .nav_main_sp {
    top: 3.125rem;
  }
}
.nav_main_sp .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_main_sp .list .list_item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.nav_main_sp .list .list_item:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.25);
}
.nav_main_sp .list .list_item.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav_main_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(50 / 16 * 1rem);
  color: #333;
  font-weight: 900;
  text-decoration: none;
  padding-left: 1rem;
}
body.menu_active {
  overflow: hidden;
}
/*----------------------------------------
Top Scroll Bar Animation
------------------------------------------*/
.box_scroll {
  width: 52px;
  height: 115px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .box_scroll {
    width: 26px;
    height: 57.5px;
  }
}
.box_scroll .scroll {
  width: 100%;
  position: absolute;
  left: 0;
}
.box_scroll.top {
  bottom: 0;
}
.box_scroll.top .scroll {
  bottom: -42px;
  animation: scrollAnimation_top 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .box_scroll.top .scroll {
    bottom: -21px;
    animation: scrollAnimation_top_sp 3s linear infinite;
  }
}
.box_scroll.bottom {
  bottom: -115px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .box_scroll.bottom {
    bottom: -57.5px;
  }
}
.box_scroll.bottom .scroll {
  bottom: 72px;
  animation: scrollAnimation_bottom 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .box_scroll.bottom .scroll {
    bottom: 36px;
    animation: scrollAnimation_bottom_sp 3s linear infinite;
  }
}
@keyframes _scrollAnimation_top {
  0% {
    bottom: -22px;
  }
  80% {
    bottom: -52px;
  }
  100% {
    bottom: -22px;
  }
}
@keyframes _scrollAnimation_bottom {
  0% {
    bottom: 92px;
  }
  80% {
    bottom: 62px;
  }
  100% {
    bottom: 92px;
  }
}
@keyframes _scrollAnimation_top_sp {
  0% {
    bottom: -11px;
  }
  80% {
    bottom: -26px;
  }
  100% {
    bottom: -11px;
  }
}
@keyframes _scrollAnimation_bottom_sp {
  0% {
    bottom: 46px;
  }
  80% {
    bottom: 31px;
  }
  100% {
    bottom: 46px;
  }
}
/*----------------------------------------
Pagenation
------------------------------------------*/
.box_pagenation {
  padding-top: 2rem;
}
.box_pagenation .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.box_pagenation a {
  color: #666;
  display: block;
}
.box_pagenation .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 2px #999;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.box_pagenation .page-numbers:hover {
  opacity: 1;
}
.box_pagenation .page-numbers:hover span {
  color: #fff;
  background-color: #999;
}
.box_pagenation .page-numbers.current span {
  color: #fff;
  background-color: #999;
}
.box_pagenation .prev,
.box_pagenation .next {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}
.box_pagenation .prev span,
.box_pagenation .next span {
  border-bottom: solid 2px #999;
  line-height: 21px;
  padding: 0 2px;
}
/*----------------------------------------
Banner
------------------------------------------*/
.box_recruitment_side_fixed_pc {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .box_recruitment_side_fixed_pc {
    display: none!important;
  }
}
.box_recruitment_side_fixed_pc .box_btn {
  width: 24.8125rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1366px) {
  .box_recruitment_side_fixed_pc .box_btn {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
.box_recruitment_side_fixed_pc .box_btn a {
  display: block;
}
.box_recruitment_side_fixed_pc .box_btn .close {
  width: 25px;
  position: absolute;
  top: 1.34375rem;
  right: 0.46875rem;
  opacity: 1;
}
.box_recruitment_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .box_recruitment_sp {
    display: block;
    max-width: 500px;
    width: 80%;
    margin: 6.25rem auto -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .box_recruitment_sp {
    margin-top: 2.5rem;
    margin-bottom: -1.5625rem;
  }
}
.box_recruitment_fixed_bottom_sp {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.box_recruitment_fixed_bottom_sp a {
  display: none;
  width: 100%;
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 1;
  padding: 1em;
  box-shadow: 0 0.1875em 1em rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .box_recruitment_fixed_bottom_sp a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .box_recruitment_fixed_bottom_sp a {
    font-size: 10px;
  }
}
.box_recruitment_fixed_bottom_sp .row_01 {
  font-size: 1.5em;
  margin-bottom: 0.33333333em;
}
.box_recruitment_fixed_bottom_sp span {
  display: block;
}
@media screen and (max-width: 991px) {
  body.fixed_banner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.fixed_banner {
    padding-bottom: 50px;
  }
}
body.fixed_banner .page_top_outer {
  bottom: 0;
}
@media screen and (max-width: 1366px) {
  body.fixed_banner .page_top_outer {
    bottom: -5px;
  }
}
@media screen and (max-width: 991px) {
  body.fixed_banner .page_top_outer {
    bottom: -72px;
  }
}
@media screen and (max-width: 767px) {
  body.fixed_banner .page_top_outer {
    bottom: -97px;
  }
}
body.fixed_banner #page-top {
  bottom: 285px;
}
@media screen and (max-width: 1366px) {
  body.fixed_banner #page-top {
    bottom: 225px;
  }
}
@media screen and (max-width: 991px) {
  body.fixed_banner #page-top {
    bottom: 172px;
  }
}
@media screen and (max-width: 767px) {
  body.fixed_banner #page-top {
    bottom: 154px;
  }
}
