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

Copyright (C) ottoworks All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  ottoworks

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

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

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 80px;
  --sectionWrap: 5em;
  --contentsWideS: 860px;
  --contentsWideM: 1000px;
  --contentsWideL: 1070px;
}

@media (min-width: 768px) and (max-width: 1179.98px) {
  :root {
    --extend: calc(-50% + 50vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sideW: 8.4vw;
    --headerHeight: 68px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #372204;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.home .l_container_wrap {
  position: relative;
  padding-top: 0;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0;
}

.inner, .company_nav, .inner_664, .inner_896, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.inner_896 {
  max-width: calc(896px + var(--sideW) * 2);
}

.inner_664 {
  position: relative;
  max-width: calc(664px + var(--sideW) * 2);
}

.post_content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .post_content {
    padding: 24px 0 0;
    font-size: 15px;
  }
}
.post_content > *:first-child {
  margin-top: 0 !important;
}
.post_content p {
  line-height: 2;
  margin-bottom: 24px;
}

h2.wp-block-heading {
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #372204;
  margin: 28px 0 20px;
}

.wp-element-caption {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  transition: 0.3s;
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, #btn_back_input, .footer nav a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, #btn_back_input:hover, .footer nav a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: calc(0.5em + 5px);
  border-radius: 0;
  border: 1px solid #887760;
  background: #F3E8D5;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
  border-radius: 6px;
}

::-moz-placeholder {
  color: #887760;
}

::placeholder {
  color: #887760;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(55, 34, 4, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  width: 100% !important;
}

input[type=checkbox] {
  accent-color: #887760;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #887760;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 30px;
  }
}
.ttl_cmn_01.center {
  text-align: center;
}

.ttl_cmn_02, .ttl_cmn_03 {
  border-top: 1px solid #372204;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02, .ttl_cmn_03 {
    padding-top: 10px;
    margin: 0 -3.2vw;
  }
}
.ttl_cmn_02 .ja, .ttl_cmn_03 .ja {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 .ja, .ttl_cmn_03 .ja {
    font-size: 14px;
  }
}
.ttl_cmn_02 .en, .ttl_cmn_03 .en {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #887760;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 .en, .ttl_cmn_03 .en {
    font-size: 28px;
  }
}

.ttl_cmn_03 .ja {
  font-size: 12px;
}
.ttl_cmn_03 .en {
  font-size: 20px;
}

.para_cmn_01 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .para_cmn_01 {
    font-size: 15px;
    line-height: 1.86;
  }
}
.para_cmn_01.center {
  text-align: center;
}

.btn_cmn_01 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #372204;
  padding: 0 42px;
  background: #fff url(../images/ico_arrow_btn_cmn_01_brown.svg) no-repeat center right 23px/24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    width: 272px;
    height: 54px;
  }
}
.btn_cmn_01:before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 3px);
  left: 27px;
  transition: background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01:before {
    background-color: #CC5340;
  }
}
.btn_cmn_01:hover {
  color: #fff;
  background: #372204 url(../images/ico_arrow_btn_cmn_01_white.svg) no-repeat center right 9px/24px;
}
.btn_cmn_01:hover:before {
  background-color: #CC5340;
}

.btn_cmn_02 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 0 42px;
  background: transparent url(../images/ico_arrow_btn_cmn_01_white.svg) no-repeat center right 23px/24px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 {
    width: 272px;
    height: 54px;
  }
}
.btn_cmn_02:before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 3px);
  left: 27px;
  transition: background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_cmn_02:before {
    background-color: #CC5340;
  }
}
.btn_cmn_02:hover {
  color: #fff;
  background: #372204 url(../images/ico_arrow_btn_cmn_01_white.svg) no-repeat center right 9px/24px;
}
.btn_cmn_02:hover:before {
  background-color: #CC5340;
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.breadcrumb {
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.625rem;
  }
}

.navigation.pagination {
  margin: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin-top: 50px;
  }
}
.navigation.pagination .nav-links {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links {
    margin: 0 var(--extend);
  }
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #372204;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 12px;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 30px;
    font-size: 12px;
    margin-right: 8px;
  }
}
.navigation.pagination .nav-links .page-numbers.prev {
  border-color: transparent;
  text-indent: -99999px;
  background: url(../images/ico_arrow_left_02_textcolor.svg) no-repeat center/60%;
}
.navigation.pagination .nav-links .page-numbers.next {
  border-color: transparent;
  text-indent: -99999px;
  background: url(../images/ico_arrow_right_02_textcolor.svg) no-repeat center/60%;
}
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #F3E8D5;
  background-color: #F3E8D5;
}

.single_pagination {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    gap: 16px;
    margin: 40px var(--extend) 0;
  }
}
.single_pagination li.prev {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev {
    width: 21px;
  }
}
.single_pagination li.prev a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  text-indent: -99999px;
  background: url(../images/ico_arrow_left_02_textcolor.svg) no-repeat center/contain;
}
.single_pagination li.archive a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 285px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #372204;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive a {
    width: 272px;
    height: 54px;
  }
}
.single_pagination li.archive a:before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/ico_back.svg) no-repeat center/contain;
}
.single_pagination li.archive a:hover {
  background-color: #372204;
  color: #fff;
}
.single_pagination li.archive a:hover:before {
  background: url(../images/ico_back_white.svg) no-repeat center/contain;
}
.single_pagination li.next {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next {
    width: 21px;
  }
}
.single_pagination li.next a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  text-indent: -99999px;
  background: url(../images/ico_arrow_right_02_textcolor.svg) no-repeat center/contain;
}

.loading_content_01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.loading_content_01.end {
  opacity: 0;
  visibility: hidden;
}

.loading_content02 {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CC5340;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.loading_content02.end {
  opacity: 0;
  visibility: hidden;
}
.loading_content02 .logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .loading_content02 .logo {
    width: 115px;
  }
}
.loading_content02 .spinner {
  width: 48px;
  margin: 30px auto 0;
}
.loading_content02 .spinner img {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading_page.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hbm_btn {
    display: none;
  }
}
.hbm_btn .box {
  display: block;
  width: 75%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #887760;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn .text {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  color: #fff;
  font-size: 10px;
  transform: translateX(-50%);
}
[data-hbm-bar="3"] .box {
  aspect-ratio: 36/20;
  margin: 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar {
  background-color: #fff !important;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(150deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-150deg);
}

.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}
.header__container {
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 110px 0 8px;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 11px;
  }
}
.header__logo {
  width: 100%;
  max-width: 164px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .gnavi_pc {
    display: none;
  }
}
.gnavi_pc > ul {
  display: flex;
  gap: 45px;
}
.gnavi_pc > ul > li > a {
  display: block;
  padding: 19px 0;
}
.gnavi_pc > ul > li > a span {
  display: block;
  color: #887760;
  font-family: "Jost", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.gnavi_pc > ul > li > a span:after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: calc(100% + 1em);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.gnavi_pc > ul > li > a:hover {
  color: #CC5340;
}
.gnavi_pc > ul > li > a:hover span:after {
  background-color: #CC5340;
}
.gnavi_pc > ul > li.current > a {
  color: #CC5340;
}
.gnavi_pc > ul > li.current > a:after {
  background: url(../images/ico_arrow_bottom_01_red.svg) no-repeat center/contain !important;
}
.gnavi_pc > ul > li.current > a span:after {
  background-color: #CC5340;
}
.gnavi_pc > ul > li.has_child > a {
  padding-right: 26px;
  position: relative;
}
.gnavi_pc > ul > li.has_child > a:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/8;
  background: url(../images/ico_arrow_bottom_01_textcolor.svg) no-repeat center/contain;
  position: absolute;
  top: 28px;
  right: 0;
}
.gnavi_pc > ul > li.has_child > a:hover:after {
  background: url(../images/ico_arrow_bottom_01_red.svg) no-repeat center/contain;
}
.gnavi_pc > ul > li.has_child .child {
  display: none;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  background-color: #887760;
  color: #fff !important;
}
.gnavi_pc > ul > li.has_child .child .content {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 35px 5% 42px;
}
.gnavi_pc > ul > li.has_child .child dl {
  flex-shrink: 0;
  position: relative;
}
.gnavi_pc > ul > li.has_child .child dl:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #fff;
  position: absolute;
  right: -40px;
  bottom: 0;
}
.gnavi_pc > ul > li.has_child .child dl:last-child:after {
  content: none;
}
.gnavi_pc > ul > li.has_child .child dl dt {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.gnavi_pc > ul > li.has_child .child dl dd ul li {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.gnavi_pc > ul > li.has_child .child dl dd ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.gnavi_pc > ul > li.has_child .child dl dd ul li:last-child {
  margin-bottom: 0;
}

.gnavi_sp {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 23px;
  color: #fff !important;
  background: #887760;
  overflow: scroll;
}
.gnavi_sp.js-active {
  opacity: 1;
  visibility: visible;
}
.gnavi_sp a.home {
  display: block;
  width: 88%;
  height: auto;
  margin: 50px 2.9vw 0 auto;
}
.gnavi_sp > ul {
  padding: 0 27px;
}
.gnavi_sp > ul > li > a {
  display: block;
  padding: 14px 0;
}
.gnavi_sp > ul > li > a:after {
  content: attr(data-en);
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}
.gnavi_sp > ul > li.has_child {
  position: relative;
}
.gnavi_sp > ul > li.has_child > a {
  position: relative;
  margin-right: 50px;
}
.gnavi_sp > ul > li.has_child button {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_bottom_03_white.svg) no-repeat center/13px;
  position: absolute;
  top: 11px;
  right: -12px;
}
.gnavi_sp > ul > li.has_child button.js-active {
  transform: rotate(180deg);
}
.gnavi_sp > ul > li .child_wrap {
  display: none;
  margin: 0 var(--extend);
}
.gnavi_sp > ul > li .child {
  background-color: #372204;
  padding: 30px 27px 0;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.gnavi_sp > ul > li .child li {
  min-width: 130px;
}
.gnavi_sp > ul > li .child li a {
  display: block;
  min-width: 5em;
  padding-left: 12px;
  background: url(../images/ico_arrow_right_04_white.svg) no-repeat center left/4px;
  margin-bottom: 30px;
}
.gnavi_sp > ul > li .child.child02 li:nth-child(odd) {
  min-width: 185px;
}

.footer {
  padding: 24px 13px 10px;
  background: #887760;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    background: transparent;
    padding: 0 13px 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer nav {
    display: none;
  }
}
.footer nav > ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer nav > ul > li {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.footer nav > ul > li:last-child {
  display: block;
}
.footer nav > ul > li > a {
  display: block;
  margin-top: 45px;
}
.footer nav > ul > li > a:after {
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 6px;
}
.footer nav > ul > li > a:first-child {
  margin-top: 0;
}
.footer nav .child {
  font-size: 0.875rem;
}
.footer nav .child li {
  margin-top: 1em;
}
.footer nav .child li:first-child {
  margin-top: 0;
}
.footer address {
  margin-top: 140px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer address {
    display: none;
  }
}
.footer address span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}
.footer .copyright {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 0;
  }
}

.footer_en {
  color: #887760;
  font-family: "Jost", sans-serif;
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 10%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer_en {
    display: none;
  }
}

.footer_contact {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 9.8%;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 100px 0 50px;
  }
}
.footer_contact .image {
  flex-shrink: 0;
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .footer_contact .image {
    width: 232px;
    margin: 0 auto 26px;
    order: 1;
  }
}
.footer_contact .text {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer_contact .text {
    display: contents;
  }
}
.footer_contact h2 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer_contact h2 {
    order: 2;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer_contact h2:before {
  content: attr(data-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../images/decoration_cmn_01.svg) no-repeat center bottom/60px;
}
@media screen and (max-width: 767px) {
  .footer_contact h2:before {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer_contact p {
  font-weight: 400;
  letter-spacing: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer_contact p {
    order: 3;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact a {
    order: 4;
    max-width: 272px;
  }
}

.page_hero {
  padding: 56px 0 0;
}
@media screen and (max-width: 767px) {
  .page_hero {
    padding-top: 0;
  }
}
.page_hero .inner_l {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_hero .inner_l {
    flex-direction: column;
    gap: 10px;
  }
}
.page_hero__text {
  flex-grow: 1;
  padding-top: 3.2%;
}
.page_hero__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 1.25em;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .page_hero__ttl {
    font-size: 16px;
    padding-bottom: 0.75em;
  }
}
.page_hero__ttl:before {
  content: attr(data-en);
  display: block;
  color: #887760;
  font-family: "Jost", sans-serif;
  font-size: 57px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_hero__ttl:before {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.page_hero__image {
  flex-shrink: 0;
  width: 46.54%;
  display: block;
  overflow: hidden;
  height: 300px;
}
.page_hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page_hero__image {
    width: 100%;
    height: 174px;
  }
}

.page-recruit .section_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-recruit .section_wrap {
    padding-top: 5rem;
  }
}
.page-recruit .section_wrap:before {
  content: "";
  display: block;
  width: 264px;
  aspect-ratio: 264/212;
  background: url(../images/recruit_24.png) no-repeat center/contain;
  position: absolute;
  top: -70px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .section_wrap:before {
    width: 135px;
    top: -28px;
    left: -22px;
  }
}

.recruit_sec_01 {
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 {
    margin-bottom: 60px;
  }
}
.recruit_sec_01__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01__ttl {
    margin: 0 var(--extend) 18px;
  }
}
.recruit_sec_01__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01__text {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.86;
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec_01__image {
    margin: 0 var(--extend);
  }
}

.recruit_sec_02 {
  margin-bottom: 172px;
  position: relative;
}
.recruit_sec_02:after {
  content: "";
  display: block;
  width: 277px;
  aspect-ratio: 277/336;
  background: url(../images/recruit_25.png) no-repeat center/contain;
  position: absolute;
  bottom: -112px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02:after {
    width: 98px;
    bottom: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec_02 {
    margin-bottom: 60px;
  }
}
.recruit_sec_02__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__ttl {
    margin-bottom: 18px;
  }
}
.recruit_sec_02__text {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__text {
    margin-bottom: 14px;
  }
}
.recruit_sec_02__list {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10.5%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__list {
    margin-bottom: 30px;
    gap: 10px 20px;
  }
}
.recruit_sec_02__list > li {
  width: 44.75%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__list > li {
    width: calc((100% - 20px) / 2);
  }
}
.recruit_sec_02__list > li .name {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__list > li .name {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.recruit_sec_02__list > li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 340/225;
}
.recruit_sec_02__list > li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_02__link {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #887760;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.recruit_sec_02__link:after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/ico_blank_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 136px);
}
@media screen and (max-width: 767px) {
  .recruit_sec_02__link {
    height: 64px;
    padding-right: 1.5em;
  }
  .recruit_sec_02__link:after {
    right: calc(50% - 100px);
  }
}

.recruit_sec_03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 {
    margin-bottom: 60px;
  }
}
.recruit_sec_03__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__ttl {
    margin-bottom: 18px;
  }
}
.recruit_sec_03__text {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__text {
    margin-bottom: 45px;
  }
}
.recruit_sec_03__images {
  margin: 0 var(--extend) 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__images {
    margin-bottom: 40px;
  }
}
.recruit_sec_03__images .image {
  width: 25%;
  display: block;
  overflow: hidden;
  aspect-ratio: 342/208;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__images .image {
    width: 50%;
  }
}
.recruit_sec_03__images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_03__benefit {
  background-color: #F3E8D5;
  max-width: 960px;
  margin: 0 auto;
  padding: 23px 3.43% 32px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__benefit {
    padding: 23px 26px 32px;
  }
}
.recruit_sec_03__benefit h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__benefit h3 {
    font-size: 20px;
  }
}
.recruit_sec_03__benefit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}
.recruit_sec_03__benefit ul li {
  width: calc((100% - 30px) / 4);
  background-color: #fff;
  min-height: 70px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03__benefit ul li {
    width: 100%;
    padding: 0;
    min-height: 53px;
  }
}

.recruit_sec_04 {
  margin-bottom: 100px;
}
.recruit_sec_04__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04__ttl {
    margin-bottom: 18px;
  }
}
.recruit_sec_04__text {
  max-width: 760px;
  margin: 0 auto 35px;
}
.recruit_sec_04 ul {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul {
    flex-direction: column;
    gap: 16px;
  }
}
.recruit_sec_04 ul li {
  width: 100%;
  color: #887760;
  border: 1px solid #887760;
  padding: 34px 2% 26px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li {
    padding: 27px 21px 22px;
  }
}
.recruit_sec_04 ul li .position {
  padding-top: 120px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li .position {
    padding-top: 94px;
  }
}
.recruit_sec_04 ul li p {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li p {
    margin-top: 0.5em;
  }
}
.recruit_sec_04 ul li:nth-child(1) .position {
  background: url(../images/recruit_14.svg) no-repeat top center/65px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li:nth-child(1) .position {
    background: url(../images/recruit_14.svg) no-repeat top center/46px;
  }
}
.recruit_sec_04 ul li:nth-child(2) .position {
  background: url(../images/recruit_15.svg) no-repeat top center/85px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li:nth-child(2) .position {
    background: url(../images/recruit_15.svg) no-repeat top center/63px;
  }
}
.recruit_sec_04 ul li:nth-child(3) .position {
  background: url(../images/recruit_16.svg) no-repeat top center/76px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li:nth-child(3) .position {
    background: url(../images/recruit_16.svg) no-repeat top center/58px;
  }
}

.recruit_sec_05 {
  padding-bottom: 208px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05 {
    padding-bottom: 232px;
  }
}
.recruit_sec_05__decoration01 {
  display: block;
  overflow: hidden;
  width: 138px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 245px;
  left: 66px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05__decoration01 {
    width: 74px;
    bottom: 113px;
    left: 75px;
  }
}
.recruit_sec_05__decoration01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_05__decoration02 {
  display: block;
  overflow: hidden;
  width: 234px;
  aspect-ratio: 234/239;
  position: absolute;
  bottom: -108px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05__decoration02 {
    width: 145px;
    bottom: -32px;
  }
}
.recruit_sec_05__decoration02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_05__decoration03 {
  display: block;
  overflow: hidden;
  width: 433px;
  aspect-ratio: 433/458;
  position: absolute;
  bottom: -164px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05__decoration03 {
    width: 208px;
    bottom: -28px;
  }
}
.recruit_sec_05__decoration03 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_05__ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05__ttl {
    margin-bottom: 18px;
  }
}
.recruit_sec_05__text {
  max-width: 760px;
  margin: 0 auto 32px;
}
.recruit_sec_05 ul {
  display: flex;
  justify-content: center;
  gap: 14%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_05 ul {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.recruit_sec_05 ul li {
  width: 100%;
  max-width: 246px;
  padding-top: 42px;
}
.recruit_sec_05 ul li h3 {
  font-family: "Jost", sans-serif;
  background-color: #F3E8D5;
  color: #887760;
  padding: 14px 0 8px 13px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.recruit_sec_05 ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 84px;
  aspect-ratio: 69/84;
  background: no-repeat bottom right/contain;
}
.recruit_sec_05 ul li dl {
  font-size: 14px;
}
.recruit_sec_05 ul li dl .item {
  display: flex;
  align-items: baseline;
  padding-bottom: 30px;
}
.recruit_sec_05 ul li dl .item:last-of-type {
  padding-bottom: 0;
}
.recruit_sec_05 ul li dl .item:last-of-type dt:before {
  content: none;
}
.recruit_sec_05 ul li dl dt {
  width: 74px;
  flex-shrink: 0;
  position: relative;
  align-self: stretch;
}
.recruit_sec_05 ul li dl dt:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #372204;
  position: absolute;
  top: 7px;
  right: 18px;
}
.recruit_sec_05 ul li dl dt:after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #372204;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 14px;
}
.recruit_sec_05 ul li dl dd {
  margin-right: -24px;
  flex-grow: 1;
}
.recruit_sec_05 ul li:nth-child(1) h3:after {
  background-image: url(../images/recruit_17.svg);
}
.recruit_sec_05 ul li:nth-child(2) h3:after {
  background-image: url(../images/recruit_18.svg);
}

.recruit_sec_06 {
  background-color: #F3E8D5;
  padding: 102px 0 84px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06 {
    padding: 23px 0 37px;
  }
}
.recruit_sec_06__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__ttl {
    margin-bottom: 30px;
  }
}
.recruit_sec_06__ttl .en {
  margin-right: -54px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__ttl .en {
    margin-right: 0;
  }
}
.recruit_sec_06__box {
  max-width: 973px;
  display: flex;
  align-items: flex-start;
  gap: 8.42%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box .box_text {
    display: contents;
  }
}
.recruit_sec_06__box .box_text .texts {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box .box_text .texts {
    order: 1;
    margin-bottom: 18px;
  }
}
.recruit_sec_06__box .box_text .texts h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.1;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box .box_text .texts h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.recruit_sec_06__box .box_text .texts p {
  font-size: 1rem;
  line-height: 2;
}
.recruit_sec_06__box .box_text .images {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box .box_text .images {
    order: 3;
  }
}
.recruit_sec_06__box .box_text .images .image {
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.recruit_sec_06__box .box_text .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_06__box .box_figure {
  flex-shrink: 0;
  width: 57.25%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_06__box .box_figure {
    margin: 0 -3.2vw 32px;
    width: auto;
    order: 2;
  }
}
.recruit_sec_06__link {
  margin-top: 80px;
}

.contact_lead {
  background-color: #887760;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.66;
  text-align: center;
  padding: 1.5em 5%;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact_lead {
    font-size: 0.875rem;
  }
}

.dlist_form .item {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.dlist_form .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dlist_form .item {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 26px;
  }
}
.dlist_form dt {
  flex-shrink: 0;
  width: 328px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 18px;
}
.dlist_form dt.require:after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 18px;
  background-color: #CC5340;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
.dlist_form dd {
  flex-grow: 1;
}

.contact_policy {
  margin: 6rem auto 0;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .contact_policy {
    margin-top: 18px;
  }
}

.dlist_policy {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.dlist_policy > dt {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .dlist_policy > dt {
    margin-bottom: 0.5rem;
  }
}
.dlist_policy > dt .en {
  margin-top: 5px;
  display: block;
  color: #887760;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.dlist_policy > dd {
  border: 1px solid #887760;
  background-color: #F3E8D5;
  color: #887760;
  border-radius: 6px;
  padding: 5%;
  line-height: 2;
  height: 380px;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .dlist_policy > dd {
    font-size: 0.875rem;
    height: 250px;
  }
}

.policy_content {
  margin-top: 1em;
}
.policy_content dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.policy_content dd {
  margin-bottom: 2.5em;
}
.policy_content dd:last-child {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #CC5340;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem !important;
  }
}

span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 1em;
}
span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item:last-of-type {
  margin: 0;
}
span[data-name=your-content] .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

span[data-name=your-agreement] {
  display: block;
  margin: 36px 0 0;
}
span[data-name=your-agreement] .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 1em;
  text-align: center;
}
span[data-name=your-agreement] .wpcf7-form-control .wpcf7-list-item:last-of-type {
  margin: 0;
}
span[data-name=your-agreement] .wpcf7-form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
span[data-name=your-agreement] .wpcf7-not-valid-tip {
  text-align: center;
}

#btn_back_input {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  letter-spacing: 0.2em;
}
#btn_back_input:before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/ico_back.svg) no-repeat center/contain;
}

/* 丸いチェックボックスにするなら */
input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #372204;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}

input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 2px;
  width: 14px;
  aspect-ratio: 1/1;
  background: #887760;
  border-radius: 50%;
}

.form_btn_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 45px;
}

div[data-form-step=input] .confirm_only {
  display: none !important;
}

div[data-form-step=error] .confirm_only {
  display: none !important;
}

div[data-form-step=confirm] .input_only {
  display: none !important;
}
div[data-form-step=confirm] .wpcf7-list-item {
  display: none !important;
}
div[data-form-step=confirm] .dlist_policy {
  display: none !important;
}
div[data-form-step=confirm] .dlist_form {
  max-width: 750px;
  margin: 2.5rem auto 0;
}
div[data-form-step=confirm] .dlist_form dt.require:after {
  content: none;
}
div[data-form-step=confirm] .contact_policy {
  margin-top: 60px;
}
div[data-form-step=confirm] input,
div[data-form-step=confirm] textarea {
  border: none;
  background-color: transparent;
  resize: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  div[data-form-step=confirm] input,
  div[data-form-step=confirm] textarea {
    padding: 0;
  }
}
div[data-form-step=confirm] textarea {
  height: auto;
}
div[data-form-step=confirm] ::-moz-placeholder {
  color: transparent;
}
div[data-form-step=confirm] ::placeholder {
  color: transparent;
}
div[data-form-step=confirm] input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
div[data-form-step=confirm] .form_btn_container {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  div[data-form-step=confirm] .form_btn_container {
    gap: 36px;
    margin-top: 50px;
  }
}

.content_thanks {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  padding: 1rem 0 5rem;
}
.content_thanks h2 {
  font-size: 46px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .content_thanks h2 {
    font-size: 24px;
    font-weight: 500;
  }
}
.content_thanks h2 + p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .content_thanks h2 + p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.content_thanks__box {
  border: 1px solid #372204;
  padding: 30px 5% 28px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .content_thanks__box {
    font-size: 14px;
    line-height: 1.85;
    padding: 18px 20px 20px;
  }
}
.content_thanks .content_thanks__box + p {
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .content_thanks .content_thanks__box + p {
    font-size: 12px;
    line-height: 1.83;
  }
}

.post-type-archive-post .section_wrap,
.archive.category .section_wrap,
.single-post .section_wrap {
  position: relative;
}
.post-type-archive-post .section_wrap:before,
.archive.category .section_wrap:before,
.single-post .section_wrap:before {
  content: "";
  display: block;
  width: 235px;
  aspect-ratio: 470/602;
  background: url(../images/topics_deco_01.png) no-repeat center/contain;
  position: absolute;
  top: -60px;
  left: 0;
}
.post-type-archive-post .section_wrap:after,
.archive.category .section_wrap:after,
.single-post .section_wrap:after {
  content: "";
  display: block;
  width: 295px;
  aspect-ratio: 295/198;
  background: url(../images/topics_deco_02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: var(--sideW);
}

.post-type-archive-post .section_wrap,
.archive.category .section_wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-post .section_wrap,
  .archive.category .section_wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-post .section_wrap:before,
  .archive.category .section_wrap:before {
    content: none;
  }
  .post-type-archive-post .section_wrap:after,
  .archive.category .section_wrap:after {
    content: none;
  }
}

.topics_category_nav {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .topics_category_nav {
    position: relative;
  }
  .topics_category_nav:before {
    content: "";
    display: block;
    width: 128px;
    aspect-ratio: 252/210;
    background: url(../images/topics_deco_01_sp.png) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: calc(var(--sideW) * -1);
  }
}
.topics_category_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9.3%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .topics_category_nav ul {
    flex-wrap: wrap;
    gap: 18px 1em;
  }
}
@media screen and (max-width: 767px) {
  .topics_category_nav ul li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .topics_category_nav ul li a {
    font-size: 14px;
  }
}
.topics_category_nav ul li a.current {
  color: #CC5340;
  position: relative;
}
.topics_category_nav ul li a.current:after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #CC5340;
  position: absolute;
  top: 8px;
  left: calc(100% + 10px);
}

.list_topics {
  display: flex;
  flex-wrap: wrap;
}
.list_topics > li {
  border-bottom: 1px solid #372204;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_topics > li {
    width: 100%;
  }
  .list_topics > li:first-child {
    border-top: 1px solid #372204;
  }
}
.list_topics > li:nth-child(odd) {
  padding-left: 0;
}
.list_topics > li:nth-child(even) {
  padding-right: 0;
  position: relative;
}
.list_topics > li:nth-child(even):after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #372204;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_topics > li:nth-child(even):after {
    content: none;
  }
}

.card_topics {
  display: block;
  padding: 30px 60px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .card_topics {
    padding: 24px 0 30px;
  }
}
.card_topics:hover {
  background-color: #F3E8D5;
}
.card_topics__new {
  display: inline;
  color: #CC5340;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 20px;
}
.card_topics__date {
  display: inline;
  color: #9C9C9C;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 18px;
}
.card_topics__category {
  display: inline-block;
}
.card_topics__category li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 19px;
  padding: 0 0.5em;
  border: 1px solid #887760;
  color: #887760;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 5px;
}
.card_topics__ttl {
  margin: 0.5em 0 0.25em;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_topics__ttl {
    margin: 1em 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
.card_topics__link {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.2em;
  text-decoration: underline !important;
}
.card_topics__link span {
  display: block;
  letter-spacing: inherit;
}
.card_topics__link:after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_textcolor.svg) no-repeat center/cover;
}

.single-post .section_wrap {
  padding: 7.5rem 0 230px;
}
@media screen and (max-width: 767px) {
  .single-post .section_wrap {
    padding: 80px 0 150px;
  }
  .single-post .section_wrap:before {
    width: 128px;
    aspect-ratio: 252/210;
    background: url(../images/topics_deco_01_sp.png) no-repeat center/contain;
    position: absolute;
    top: -22px;
    bottom: unset;
    transform: translateY(0);
    left: 0;
  }
  .single-post .section_wrap:after {
    width: 140px;
    aspect-ratio: 295/198;
    background: url(../images/topics_deco_02.png) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    right: var(--sideW);
  }
}

.article-post {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.article-post__ttl {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.33;
}
@media screen and (max-width: 767px) {
  .article-post__ttl {
    font-size: 20px;
    line-height: 1.6;
    margin: 22px 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .article-post__date {
    font-size: 14px;
  }
}
.article-post__attr {
  display: flex;
  align-items: center;
}
.article-post .card_topics__category {
  line-height: 1;
}
.article-post .card_topics__category li {
  line-height: 1;
}

.page-oem .section_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-oem .section_wrap {
    padding-top: 30px;
  }
}
.page-oem .section_wrap .oem_06 {
  display: block;
  overflow: hidden;
  width: 217px;
  aspect-ratio: 217/307;
  position: absolute;
  top: -48px;
  left: 0;
}
.page-oem .section_wrap .oem_06 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-oem .section_wrap .oem_06 {
    width: 120px;
    top: 160px;
  }
}

.oem_sec_01 {
  position: relative;
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .oem_sec_01 {
    margin-bottom: 52px;
  }
}
.oem_sec_01:before {
  content: "";
  display: block;
  width: 354px;
  aspect-ratio: 354/246;
  background: url(../images/oem_07.png) no-repeat center/contain;
  position: absolute;
  top: 350px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .oem_sec_01:before {
    width: 210px;
    top: 170px;
  }
}
@media screen and (max-width: 374px) {
  .oem_sec_01:before {
    top: 160px;
  }
}
.oem_sec_01__ttl {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_01__ttl {
    margin: 0 var(--extend) 136px;
  }
}
@media screen and (max-width: 374px) {
  .oem_sec_01__ttl {
    font-size: 28px;
  }
}
.oem_sec_01__text {
  position: relative;
  width: 100%;
  max-width: 790px;
  margin: 0 auto 66px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .oem_sec_01__text {
    font-size: 15px;
    padding-bottom: 42px;
    border-bottom: 1px solid #372204;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .oem_sec_01__image {
    margin: 0 var(--extend);
  }
}
.oem_sec_01 .nav_cmn_01 {
  position: relative;
  margin-bottom: 157px;
}
@media screen and (max-width: 767px) {
  .oem_sec_01 .nav_cmn_01 {
    margin-bottom: 34px;
  }
  .oem_sec_01 .nav_cmn_01 ul {
    gap: 40px 0;
  }
  .oem_sec_01 .nav_cmn_01 ul li {
    width: 50%;
    text-align: center;
  }
}

.nav_cmn_01 {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
}
.nav_cmn_01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 60px;
}
.nav_cmn_01 ul li {
  width: calc((100% - 60px) / 2);
}
.nav_cmn_01 ul li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 4px solid #F3E8D5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 ul li a {
    font-size: 14px;
    border: none;
    background: url(../images/ico_arrow_bottom_02_textcolor_sp.png) no-repeat center bottom/12px;
    padding-bottom: 22px;
  }
}
.nav_cmn_01 ul li a span {
  position: relative;
}
.nav_cmn_01 ul li a:after {
  position: relative;
  content: attr(data-en);
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 ul li a:after {
    content: none;
  }
}
.nav_cmn_01 ul li a:before {
  content: "";
  display: block;
  width: 82px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../images/ico_arrow_bottom_02_textcolor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  position: absolute;
  top: -25px;
  right: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 ul li a:before {
    content: none;
  }
}
.nav_cmn_01 ul li a:hover:before {
  background-color: #F3E8D5;
}
.nav_cmn_01 ul li a.after-extend:after {
  margin-right: -2px;
}

.oem_sec_02 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 {
    margin-bottom: 60px;
  }
}
.oem_sec_02 .oem_08 {
  display: block;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 250/263;
  position: absolute;
  top: 180px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 .oem_08 {
    width: 88px;
    aspect-ratio: 88/120;
  }
}
.oem_sec_02 .oem_08 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 .oem_08 img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.oem_sec_02:before {
  content: "";
  display: block;
  width: 416px;
  aspect-ratio: 416/196;
  background: url(../images/oem_09.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  top: 384px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .oem_sec_02:before {
    width: 201px;
    right: 2.6%;
  }
}
.oem_sec_02__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .oem_sec_02__ttl {
    margin-bottom: 36px;
  }
  .oem_sec_02__ttl .en {
    font-size: 26px;
    margin-right: var(--extend);
  }
}
.oem_sec_02__subttl {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .oem_sec_02__subttl {
    margin-left: calc(var(--sideW) * -1);
    margin-right: calc(var(--sideW) * -1);
  }
}
.oem_sec_02__text {
  text-align: center;
  line-height: 2;
  margin-bottom: 123px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_02__text {
    font-size: 15px;
  }
}
.oem_sec_02 ul {
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
}
.oem_sec_02 ul li {
  display: flex;
  gap: 8.2%;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 ul li {
    flex-direction: column;
    gap: 20px;
  }
}
.oem_sec_02 ul li:last-child {
  margin-bottom: 0;
}
.oem_sec_02 ul li .image {
  flex-shrink: 0;
  width: 39.84%;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 ul li .image {
    width: 100%;
  }
}
.oem_sec_02 ul li .texts {
  flex-grow: 1;
}
.oem_sec_02 ul li h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .oem_sec_02 ul li h3 {
    font-size: 20px;
  }
}
.oem_sec_02 ul li h3:before {
  content: attr(data-num);
  display: block;
  font-family: "Bona Nova SC", serif;
  font-size: 1rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #372204;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.oem_sec_02 ul li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.oem_sec_03 {
  position: relative;
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03 {
    margin-bottom: 52px;
  }
}
.oem_sec_03 .oem_10 {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 335px;
  aspect-ratio: 335/406;
  position: absolute;
  top: -103px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .oem_sec_03 .oem_10 {
    width: 153px;
    top: 120px;
  }
}
.oem_sec_03 .oem_10 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oem_sec_03__ttl {
  margin-bottom: 40px;
}
.oem_sec_03__content {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__content {
    display: block;
  }
}
.oem_sec_03__content .image {
  flex-shrink: 0;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__content .image {
    width: 200px;
    margin: 0 auto 20px;
  }
}
.oem_sec_03__content .texts {
  flex-grow: 1;
}
.oem_sec_03__content h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__content h3 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.oem_sec_03__content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__content p {
    text-align: center;
    font-size: 15px;
  }
}
.oem_sec_03__content dl > div {
  display: flex;
  align-items: baseline;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__content dl > div {
    font-size: 14px;
    line-height: 1.5;
  }
}
.oem_sec_03__content dl dt {
  flex-shrink: 0;
  width: 4em;
}
.oem_sec_03__content dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.oem_sec_03__content dl dd ul li:before {
  content: "●";
  color: #887760;
}
.oem_sec_03__list {
  background-color: #F3E8D5;
  padding: 70px 10%;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list {
    margin: 0 -3.2vw;
    padding: 20px 13px;
  }
}
.oem_sec_03__list li {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3%;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list li {
    margin-bottom: 18px;
  }
}
.oem_sec_03__list li > div {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list li > div {
    padding: 10px 0 0;
  }
}
.oem_sec_03__list li:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 40px);
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list li:before {
    left: 18px;
  }
}
.oem_sec_03__list li:last-child {
  margin-bottom: 0;
}
.oem_sec_03__list li:last-child:before {
  content: none;
}
.oem_sec_03__list li:after {
  position: relative;
  flex-shrink: 0;
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Bona Nova SC", serif;
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list li:after {
    width: 40px;
  }
}
.oem_sec_03__list li h3 {
  font-size: 20px;
  font-weight: 700;
}
.oem_sec_03__list li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .oem_sec_03__list li p {
    font-size: 16px;
    line-height: 26px;
  }
}

.oem_sec_04 {
  padding: 96px 0;
  background-color: #887760;
  margin-bottom: 137px;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 {
    padding: 20px 0;
    margin-bottom: 44px;
  }
}
.oem_sec_04__ttl {
  margin-bottom: 40px;
  border-color: #fff;
  color: #fff;
}
.oem_sec_04__ttl .ja {
  color: inherit;
}
.oem_sec_04__ttl .en {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .oem_sec_04__ttl {
    margin-bottom: 20px;
  }
}
.oem_sec_04 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 42px 4.2%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul {
    flex-direction: column;
    padding: 0;
    gap: 20px;
    margin: 0 -3.2vw;
  }
}
.oem_sec_04 ul li {
  width: 30.5333333333%;
  background-color: #fff;
  border-radius: 6px;
  padding: 2.6%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul li {
    width: 100%;
    padding: 5.95%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.oem_sec_04 ul li:before {
  content: attr(data-num);
  display: block;
  font-family: "Bona Nova SC", serif;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul li:before {
    font-size: 20px;
    margin-right: 0.75em;
  }
}
.oem_sec_04 ul li:after {
  content: "";
  display: block;
  width: 87px;
  aspect-ratio: 173/79;
  background: url(../images/oem_11.png) no-repeat center/contain;
  position: absolute;
  top: -14px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul li:after {
    right: 20px;
  }
}
.oem_sec_04 ul li h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul li h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .oem_sec_04 ul li p {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
  }
}

.oem_sec_05__ttl {
  margin-bottom: 40px;
}
.oem_sec_05 dl {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .oem_sec_05 dl {
    width: auto;
    margin: 0 -3.2vw;
  }
}
.oem_sec_05 dl .item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #887760;
  margin-bottom: 20px;
}
.oem_sec_05 dl .item:last-child {
  margin-bottom: 0;
}
.oem_sec_05 dl .item dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 1em 60px 1em 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oem_sec_05 dl .item dt {
    padding: 1em 26px 1em 15px;
    gap: 11px;
  }
}
.oem_sec_05 dl .item dt:before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.oem_sec_05 dl .item dt:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/ico_accordion_01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .oem_sec_05 dl .item dt:after {
    right: 16px;
    width: 16px;
  }
}
@media (hover: hover) {
  .oem_sec_05 dl .item dt:not(.js-active):hover {
    background-color: #887760;
    color: #fff;
  }
  .oem_sec_05 dl .item dt:not(.js-active):hover:after {
    background-image: url(../images/ico_accordion_01_white.png);
  }
}
.oem_sec_05 dl .item dt.js-active:after {
  background-image: url(../images/ico_accordion_02.png);
}
.oem_sec_05 dl .item dd {
  display: none;
  padding: 16px 72px;
  background-color: #887760;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .oem_sec_05 dl .item dd {
    padding: 16px 2px 16px 41px;
    line-height: 1.625;
  }
}

.oem_sec_06 {
  margin-bottom: 150px;
}
.oem_sec_06 .ttl_cmn_03 {
  margin-bottom: 40px;
}

.prepare {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 194px;
}

@media screen and (max-width: 767px) {
  .page-company .section_wrap,
  .page-company_test .section_wrap {
    padding-top: 17px;
  }
}

.company_nav {
  padding-bottom: 174px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_nav {
    padding-bottom: 143px;
  }
}
.company_nav:before {
  content: "";
  display: block;
  width: 297px;
  aspect-ratio: 297/176;
  background: url(../images/company_04.png) no-repeat center/contain;
  position: absolute;
  bottom: 15px;
  right: 52px;
}
@media screen and (max-width: 767px) {
  .company_nav:before {
    width: 171px;
    right: 10px;
    bottom: 12px;
  }
}
.company_nav .company_03 {
  position: absolute;
  bottom: 98px;
  left: 0;
  display: block;
  overflow: hidden;
  width: 194px;
  aspect-ratio: 194/252;
}
@media screen and (max-width: 767px) {
  .company_nav .company_03 {
    width: 107px;
    aspect-ratio: 94/160;
    z-index: 1;
    bottom: -12px;
  }
}
.company_nav .company_03 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company_nav .company_03 img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.company_nav .nav_cmn_01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_nav .nav_cmn_01 ul {
    gap: 0;
  }
  .company_nav .nav_cmn_01 ul li {
    width: 25%;
  }
  .company_nav .nav_cmn_01 ul li a {
    text-align: center;
  }
}

.company_sec_01 {
  padding: 80px 0;
  margin-bottom: 174px;
  background-color: #F3E8D5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_01 {
    padding: 30px 0 44px;
    margin-bottom: 138px;
  }
}
@media screen and (max-width: 767px) {
  .company_sec_01__ttl {
    border-top: none;
    padding-top: 0;
  }
}
.company_sec_01__text {
  width: 100%;
  max-width: 505px;
  margin: 46px auto 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company_sec_01__text {
    margin-top: 42px;
    font-size: 15px;
    line-height: 1.86;
  }
}
.company_sec_01__text p {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .company_sec_01__text p {
    margin-bottom: 1.86em;
  }
  .company_sec_01__text p:last-of-type {
    margin-bottom: 18px;
  }
}
.company_sec_01__text .name {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_sec_01__text .name {
    font-size: 18px;
  }
}
.company_sec_01__text .name span {
  font-size: 14px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .company_sec_01__text .name span {
    font-size: 12px;
  }
}
.company_sec_01__decoration {
  position: absolute;
  bottom: -174px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 740px;
  aspect-ratio: 740/305;
  background: url(../images/company_05.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .company_sec_01__decoration {
    width: 263px;
    aspect-ratio: 264/114;
    background: url(../images/company_05_sp.png) no-repeat center/contain;
    bottom: -80px;
  }
}
.company_sec_01__decoration .company_06 {
  position: absolute;
  top: 0;
  left: 70px;
  width: 39.05%;
}
@media screen and (max-width: 767px) {
  .company_sec_01__decoration .company_06 {
    left: 14px;
    width: 40.68%;
    top: -50px;
  }
}

.company_sec_02 {
  margin-bottom: 94px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_02 {
    margin-bottom: 58px;
  }
}
.company_sec_02__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_sec_02__ttl {
    margin-bottom: 25px;
  }
}
.company_sec_02 .ttl_cmn_01 {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .ttl_cmn_01 {
    margin-bottom: 19px;
  }
}
.company_sec_02 .ttl_cmn_01 + p {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .ttl_cmn_01 + p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.company_sec_02 .flex {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 6.16%;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .flex {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
}
.company_sec_02 .flex .box_text {
  flex-grow: 1;
}
.company_sec_02 .flex .box_text p {
  line-height: 2;
}
.company_sec_02 .flex .box_text p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .flex .box_text p {
    font-size: 15px;
    line-height: 1.86;
    letter-spacing: -0.02em;
  }
  .company_sec_02 .flex .box_text p:not(:last-child) {
    margin-bottom: 1.86em;
  }
}
.company_sec_02 .flex .box_image {
  flex-shrink: 0;
  width: 49.27%;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .flex .box_image {
    width: 80%;
  }
}
.company_sec_02__decoration {
  position: absolute;
  top: -260px;
  right: 54px;
  width: 100%;
  max-width: 416px;
  aspect-ratio: 416/521;
}
@media screen and (max-width: 767px) {
  .company_sec_02__decoration {
    width: 162px;
    right: 10px;
    top: -108px;
  }
}
.company_sec_02__decoration .company_07 {
  position: absolute;
  top: 0;
  right: 0;
  width: 68.75%;
}
.company_sec_02__decoration .company_08 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81.01%;
}

.company_sec_03 {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .company_sec_03 {
    margin-bottom: 58px;
  }
}
.company_sec_03__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_sec_03__ttl {
    margin-bottom: 28px;
  }
}

.company_sec_09 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .company_sec_09 {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .company_sec_09__ttl {
    margin-bottom: 28px;
  }
}
.company_sec_09__text {
  max-width: 422px;
  margin: 0 auto;
}
.company_sec_09__text .logo {
  width: 220px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .company_sec_09__text .logo {
    width: 180px;
    margin: 0 auto 32px;
  }
}
.company_sec_09__text p {
  font-size: 14px;
  line-height: 2.14;
}

.company_sec_04 {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .company_sec_04 {
    margin-bottom: 58px;
  }
}
.company_sec_04__text {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .company_sec_04__text {
    font-size: 28px;
    line-height: 1.428;
    margin-top: 22px;
  }
}

.company_sec_05 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_05 {
    margin-bottom: 58px;
  }
  .company_sec_05__ttl {
    margin-bottom: 20px;
  }
}
.company_sec_05 .company_09 {
  width: 100%;
  max-width: 411px;
  position: absolute;
  top: -267px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company_sec_05 .company_09 {
    display: none;
  }
}
.company_sec_05__content {
  display: flex;
  align-items: flex-end;
  gap: 10.2%;
}
@media screen and (max-width: 767px) {
  .company_sec_05__content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.company_sec_05__content .box_image {
  flex-shrink: 0;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .company_sec_05__content .box_image {
    width: 200px;
  }
}
.company_sec_05__content .box_text > p {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.04em;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .company_sec_05__content .box_text > p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 calc(var(--sideW) * -1) 0 calc(var(--sideW) * -0.7);
  }
}
@media screen and (max-width: 374px) {
  .company_sec_05__content .box_text > p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .company_sec_05__content .box_text ul {
    margin: 20px calc(var(--sideW) * -0.5) 0;
  }
}
.company_sec_05__content .box_text ul li {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company_sec_05__content .box_text ul li {
    font-size: 16px;
  }
}
.company_sec_05__content .box_text ul li:last-child {
  margin-bottom: 0;
}
.company_sec_05__content .box_text ul li:before {
  content: attr(data-num);
  display: block;
  width: 65px;
  font-family: "Bona Nova SC", serif;
  font-weight: 400;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company_sec_05__content .box_text ul li:before {
    width: 35px;
    font-size: 18px;
  }
}

.company_sec_wrapper {
  padding: 108px 0;
  background: url(../images/company_10.jpg) repeat-y center top/100%;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_wrapper {
    margin-bottom: 130px;
    padding: 24px 0;
  }
}
.company_sec_wrapper .company_12 {
  width: 184px;
  position: absolute;
  top: -42px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .company_sec_wrapper .company_12 {
    width: 93px;
    top: calc(100% + 98px);
    right: 30px;
  }
}
.company_sec_wrapper .company_13 {
  width: 245px;
  position: absolute;
  top: calc(100% - 171px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .company_sec_wrapper .company_13 {
    width: 173px;
    top: calc(100% - 44px);
  }
}

.company_sec_06 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company_sec_06 {
    margin-bottom: 30px;
    position: relative;
  }
}
.company_sec_06 .company_09 {
  display: none;
}
@media screen and (max-width: 767px) {
  .company_sec_06 .company_09 {
    display: block;
    width: 100%;
    max-width: 175px;
    position: absolute;
    top: calc(100% - 168px);
    right: 0;
  }
}
.company_sec_06__ttl {
  border-top: none;
  padding-top: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .company_sec_06__ttl {
    margin-bottom: 60px;
  }
}
.company_sec_06__ttl .en {
  margin-top: 10px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .company_sec_06__ttl .en {
    margin-top: 0;
  }
}
.company_sec_06 dl {
  width: calc(100% - 36px);
  margin-left: auto;
  background-color: #fff;
  box-shadow: -36px -36px 0px rgba(136, 119, 96, 0.5);
  padding: 74px 7.9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_06 dl {
    width: auto;
    margin-left: 20px;
    margin-right: calc(var(--extend) - 3.2vw);
    box-shadow: -20px -20px 0px rgba(136, 119, 96, 0.5);
    transform: translateX(-3.2vw);
    padding: 0 32px 20px;
  }
}
.company_sec_06 dl:after {
  content: "";
  display: block;
  width: 240px;
  aspect-ratio: 240/164;
  background: url(../images/company_11.jpg) no-repeat center/cover;
  position: absolute;
  top: -120px;
  right: 113px;
}
@media screen and (max-width: 767px) {
  .company_sec_06 dl:after {
    width: 150px;
    top: -40px;
    right: 20px;
  }
}
.company_sec_06 dl .item {
  display: flex;
  align-items: baseline;
  padding: 16px;
  border-bottom: 1px solid #887760;
}
@media screen and (max-width: 767px) {
  .company_sec_06 dl .item {
    display: block;
    padding: 20px 0;
    font-size: 14px;
  }
}
.company_sec_06 dl .item dt {
  flex-shrink: 0;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .company_sec_06 dl .item dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.box_history {
  position: relative;
  max-width: 860px;
}
.box_history_wrap {
  padding: 76px 0 66px 0;
  margin: -76px var(--extend) 0 36px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .box_history_wrap {
    margin: -76px var(--extend) 0 6px;
    padding: 76px var(--sideW) 66px 0;
  }
}
.box_history .splide {
  position: relative;
}
.box_history .splide__track {
  overflow: visible;
}
.box_history .splide__slide {
  background-color: #fff;
  padding: 0 28px 28px;
}
.box_history .splide__slide:before {
  content: attr(data-year);
  display: block;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #887760;
  margin-top: 5px;
  text-align: right;
}
.box_history .splide__slide .date {
  font-weight: 500;
  color: #887760;
  margin: 0.5em 0;
}
.box_history .splide__slide p {
  font-size: 14px;
  line-height: 2.14;
}
.box_history .splide__arrows {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_history .splide__arrows {
    width: calc(100% + 6.4vw);
    margin: 0 -3.2vw;
  }
}
.box_history .splide__arrow {
  opacity: 1;
  width: 57px;
  height: auto;
  aspect-ratio: 1/1;
  transform: none;
  top: unset;
  bottom: 19px;
}
.box_history .splide__arrow svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .box_history .splide__arrow {
    width: 40px;
  }
}
.box_history .splide__arrow--prev {
  background: #fff url(../images/ico_arrow_history_left.svg) no-repeat center/contain;
  left: unset;
  right: 75px;
}
@media screen and (max-width: 767px) {
  .box_history .splide__arrow--prev {
    right: 58px;
  }
}
.box_history .splide__arrow--next {
  background: #fff url(../images/ico_arrow_history_right.svg) no-repeat center/contain;
  right: 0;
}
.box_history .splide .my-carousel-progress {
  background: #fff;
  position: absolute;
  top: calc(100% + 32px);
  width: 100%;
  max-width: 600px;
}
.box_history .splide .my-carousel-progress-bar {
  background: #372204;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.company_sec_07 {
  margin-bottom: 156px;
}
@media screen and (max-width: 767px) {
  .company_sec_07 {
    margin-bottom: 250px;
  }
}
.company_sec_07__ttl {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .company_sec_07__ttl {
    margin-bottom: 30px;
  }
}

.company_sec_10 {
  margin-bottom: 156px;
  overflow: hidden;
}
.company_sec_10 .inner_896 {
  position: relative;
}
.company_sec_10 .inner_896:before {
  content: "";
  display: block;
  display: block;
  width: calc(100% + 36px);
  height: 277px;
  background: rgba(136, 119, 96, 0.5);
  position: absolute;
  bottom: 0;
  left: var(--sideW);
}
@media screen and (max-width: 767px) {
  .company_sec_10 .inner_896:before {
    left: 18px;
  }
}
.company_sec_10__ttl {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_10__ttl {
    margin-bottom: 30px;
  }
}

.company_sec_08 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_sec_08 {
    margin-bottom: 190px;
  }
}
.company_sec_08 .company_14 {
  position: absolute;
  width: 297px;
  right: 75px;
  top: calc(100% - 24px);
}
@media screen and (max-width: 767px) {
  .company_sec_08 .company_14 {
    width: 177px;
    right: 12px;
    top: 100%;
  }
}
.company_sec_08__ttl {
  border-top: none;
  padding-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_sec_08__ttl {
    margin-bottom: 30px;
  }
}
.company_sec_08__ttl .en {
  margin-top: 10px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .company_sec_08__ttl .en {
    line-height: 1.5;
  }
}
.company_sec_08__text {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #372204;
  padding: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .company_sec_08__text {
    font-size: 18px;
    margin-right: -3.2vw;
    margin-left: -3.2vw;
    margin-bottom: 11px;
  }
}
.company_sec_08 dl {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .company_sec_08 dl {
    margin: 0 -3.2vw 34px;
    font-size: 14px;
  }
}
.company_sec_08 dl .item {
  display: flex;
  align-items: baseline;
  line-height: 2;
}
.company_sec_08 dl dt {
  flex-shrink: 0;
}
.company_sec_08 dl dd {
  flex-grow: 1;
}
.company_sec_08 .btn_cmn_01 {
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
  .company_sec_08 .btn_cmn_01 {
    margin: 20px auto 0;
    max-width: 272px;
  }
}

.home {
  height: 100vh;
  overflow: hidden;
}
.home.js-active {
  height: auto;
  overflow: auto;
}
.home .top_catch_01 {
  font-size: 27px;
  line-height: 1.7;
  text-align: center;
  padding: 0 var(--sideW) 5.71vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home .top_catch_01 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0 0 75px;
  }
}

.top_hero {
  position: relative;
  z-index: 1;
}
.top_hero .top_hero_01 {
  width: 23%;
  position: absolute;
  top: 44.14vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_hero .top_hero_01 {
    width: 150px;
    top: unset;
    bottom: -110px;
  }
}
.top_hero .top_hero_02 {
  width: 40.26%;
  position: absolute;
  top: 38.72vw;
  right: 2vw;
}
@media screen and (max-width: 767px) {
  .top_hero .top_hero_02 {
    width: 188px;
    right: 0;
    top: unset;
    bottom: -150px;
  }
}

.top_wrap {
  margin-top: -48vw;
  padding-top: 49vw;
  background: url(../images/top_bg.jpg) repeat-y center top/100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_wrap {
    background: url(../images/top_bg_sp.jpg) repeat-y center top/100%;
    margin-top: -50vh;
    padding-top: 50vh;
  }
}
.top_wrap:after {
  content: "";
  display: block;
  width: 222px;
  aspect-ratio: 222/256;
  background: url(../images/top_sec_01_06.png) no-repeat center/contain;
  position: absolute;
  top: calc(100% - 142px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_wrap:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .top_wrap:before {
    content: "";
    display: block;
    width: 146px;
    aspect-ratio: 292/524;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateY(70%);
    background: url(../images/top_sec_01_07.png) no-repeat center/contain;
  }
}

.top_sec_01 {
  position: relative;
  margin-top: -70px;
  padding-bottom: 34.18vw;
}
@media screen and (max-width: 767px) {
  .top_sec_01 {
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
.top_sec_01:before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1366/1199;
  background: url(../images/top_sec_01_05.png) no-repeat center/contain;
  position: absolute;
  top: 687px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_sec_01:before {
    content: none;
  }
}
.top_sec_01__ttl {
  position: relative;
  padding-top: 211px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .top_sec_01__ttl {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.top_sec_01__ttl:before {
  content: "";
  display: block;
  width: 275px;
  aspect-ratio: 1/1;
  background: url(../images/top_sec_01_01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .top_sec_01__ttl:before {
    position: static;
    width: 180px;
    margin: 0 auto;
    background: url(../images/top_sec_01_01.svg) no-repeat center/contain;
  }
}
.top_sec_01__ttl span {
  position: relative;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .top_sec_01__ttl span {
    display: block;
    font-size: 24px;
    text-align: center;
    margin: -1em -1em 0;
  }
}
.top_sec_01__para {
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec_01__para {
    text-align: center;
    font-size: 14px;
  }
}
.top_sec_01__para p {
  position: relative;
}
.top_sec_01__para p:not(:last-child) {
  margin-top: 2em;
}
.top_sec_01__para:first-of-type {
  margin-bottom: 143px;
  margin-left: 286px;
  margin-right: -2em;
}
@media screen and (max-width: 767px) {
  .top_sec_01__para:first-of-type {
    margin: 0;
  }
}
.top_sec_01__para:first-of-type:before {
  content: "";
  display: block;
  width: 435px;
  aspect-ratio: 435/367;
  background: url(../images/top_sec_01_02.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  right: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  .top_sec_01__para:first-of-type:before {
    position: static;
    width: 247px;
    margin: 0 auto -60px;
  }
}
.top_sec_01 .btn_cmn_01 {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_01 .btn_cmn_01 {
    margin: 45px auto 0;
  }
}

.top_sec_01_03 {
  width: 41.8%;
  position: absolute;
  top: 3.5vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_sec_01_03 {
    width: 220px;
    top: calc(100% - 80px);
    z-index: 1;
  }
}

.top_sec_01_04 {
  width: 20%;
  position: absolute;
  top: 190px;
  left: 0;
}

.top_gallery {
  padding: 11.27vw 0 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_gallery {
    padding: 200px 0 38px;
  }
}
.top_gallery:before {
  content: "";
  display: block;
  position: absolute;
  top: 6.29%;
  right: 0;
  width: 29.57%;
  aspect-ratio: 404/264;
  background: url(../images/top_gallery_02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_gallery:before {
    width: 162px;
    top: 70px;
    right: 12px;
    z-index: -1;
  }
}
.top_gallery .image {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
.top_gallery .top_gallery_03 {
  width: 305px;
  position: absolute;
  z-index: 1;
  top: 72px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_gallery .top_gallery_03 {
    width: 148px;
    top: 90px;
    z-index: 1;
  }
}

.top_sec_02 {
  position: relative;
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .top_sec_02 {
    margin-bottom: 70px;
  }
}
.top_sec_02 .top_sec_02_03 {
  width: 321px;
  position: absolute;
  top: -185px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .top_sec_02_03 {
    width: 140px;
    top: -80px;
    z-index: -1;
  }
}
.top_sec_02 .inner_l {
  display: flex;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .inner_l {
    display: block;
  }
}
.top_sec_02 .inner_l .left {
  width: 275px;
  flex-shrink: 0;
  position: relative;
}
.top_sec_02 .inner_l .left:after {
  content: "";
  display: block;
  width: 385px;
  aspect-ratio: 385/280;
  background: url(../images/top_sec_02_02.png) no-repeat center/contain;
  position: absolute;
  top: 175px;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .inner_l .left {
    width: 180px;
    margin: 0 auto;
  }
  .top_sec_02 .inner_l .left:after {
    width: 211px;
    top: 130px;
    right: 28px;
  }
}
.top_sec_02 .inner_l .right {
  padding-top: 124px;
}
.top_sec_02 .inner_l .right h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .inner_l .right h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
}
.top_sec_02 .inner_l .right p {
  margin-top: 4px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_02 .inner_l .right p {
    font-size: 14px;
    text-align: center;
  }
}

.top_sec_wrap_01 {
  background: url(../images/top_sec_wrap_01.jpg) no-repeat center bottom/100%;
  padding-bottom: 768px;
}
@media screen and (max-width: 767px) {
  .top_sec_wrap_01 {
    background: url(../images/top_sec_wrap_01_sp.jpg) no-repeat center bottom/100%;
    padding-bottom: 465px;
  }
}

.top_sec_03 {
  background: url(../images/top_sec_03_05.png) no-repeat top right/258px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 {
    background: none;
  }
}
.top_sec_03 h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: -28px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 h2 {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.top_sec_03 ul {
  display: flex;
  align-items: flex-start;
  gap: 4.58%;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul {
    display: block;
  }
}
.top_sec_03 ul li {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li {
    background-color: #887760;
    padding-bottom: 20px;
  }
}
.top_sec_03 ul li .box {
  background-color: #887760;
  color: #fff;
  padding: 28px 20px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .box {
    padding-bottom: 10px;
  }
}
.top_sec_03 ul li .box img {
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .box img {
    width: 246px;
    margin: 0 auto 16px;
  }
}
.top_sec_03 ul li .box h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .box h3 {
    font-size: 20px;
  }
}
.top_sec_03 ul li .box:after {
  position: absolute;
  bottom: 10px;
  right: 12px;
  content: "READ";
  display: block;
  font-size: 10px;
  font-weight: 500;
  padding: 20px 0 0;
  background: url(../images/top_sec_03_04.png) no-repeat center top/18px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .box:after {
    content: none;
  }
}
.top_sec_03 ul li .description {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 120px 35px 0;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .description {
    display: block;
    position: static;
    padding: 0 18px;
  }
}
.top_sec_03 ul li .description .num {
  font-size: 25px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li .description .num {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    top: 0px;
    left: 10px;
  }
}
@media (hover: hover) {
  .top_sec_03 ul li:hover .box {
    background-color: #372204;
  }
  .top_sec_03 ul li:hover .box img {
    opacity: 0.3;
  }
  .top_sec_03 ul li:hover .box h3 {
    color: #372204;
  }
  .top_sec_03 ul li:hover .box:after {
    content: none;
  }
  .top_sec_03 ul li:hover .description {
    display: block;
  }
}
.top_sec_03 ul li:nth-child(1) .box img {
  margin: -70px 0 0;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li:nth-child(1) .box img {
    width: 193px;
    margin: -70px auto 0;
  }
}
.top_sec_03 ul li:nth-child(2) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.top_sec_03 ul li:nth-child(3) {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .top_sec_03 ul li:nth-child(3) {
    margin-top: 10px;
  }
}

.top_sec_04 {
  background-color: rgba(31, 113, 44, 0.8);
  position: relative;
  padding: 280px 0 250px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 {
    padding: 460px 0 120px;
  }
}
.top_sec_04:before {
  content: "";
  display: block;
  width: 275px;
  aspect-ratio: 1/1;
  background: url(../images/top_sec_04_01.svg) no-repeat center/contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_sec_04:before {
    background: url(../images/top_sec_04_01_sp.svg) no-repeat center/contain;
    width: 180px;
    top: -45px;
  }
}
.top_sec_04:after {
  content: "";
  display: block;
  width: 46.5%;
  max-width: 636px;
  aspect-ratio: 1/1;
  background: url(../images/top_sec_04_02.png) no-repeat center/contain;
  position: absolute;
  top: -75px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .top_sec_04:after {
    width: 353px;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_sec_04 .top_sec_04_07 {
  position: absolute;
  bottom: -58px;
  left: 52px;
  width: 262px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .top_sec_04_07 {
    width: 180px;
    left: 40px;
    bottom: -58px;
    z-index: 1;
  }
}
.top_sec_04 .top_sec_04_08 {
  position: absolute;
  bottom: -115px;
  left: 0;
  width: 188px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .top_sec_04_08 {
    z-index: 1;
    width: 140px;
    bottom: -60px;
  }
}
.top_sec_04 .top_sec_04_09 {
  position: absolute;
  bottom: -144px;
  right: 58px;
  width: 251px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .top_sec_04_09 {
    width: 120px;
    right: 0;
    bottom: -100px;
    z-index: 1;
    bottom: -160px;
  }
}
.top_sec_04 .inner, .top_sec_04 .company_nav {
  max-width: calc(874px + var(--sideW) * 2);
  display: flex;
  align-items: flex-end;
  gap: 9.1%;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .inner, .top_sec_04 .company_nav {
    flex-direction: column;
    padding: 0 12.66vw;
    margin: 0 auto;
    overflow: hidden;
  }
}
.top_sec_04 .left {
  max-width: 417px;
  padding-bottom: 154px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .left {
    padding-bottom: 35px;
  }
}
.top_sec_04 .left h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 34px;
  margin-right: var(--extend);
}
@media screen and (max-width: 767px) {
  .top_sec_04 .left h2 {
    margin: 0 var(--extend) 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
}
.top_sec_04 .left p {
  color: #fff;
  line-height: 2;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .left p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.top_sec_04 .left .btn_cmn_02 {
  margin-top: 58px;
}
.top_sec_04 .right {
  max-width: 430px;
  background-color: #fff;
  border-radius: 240px;
  padding: 47px 0 80px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .right {
    margin: 0 var(--extend);
    position: relative;
    border-radius: 50vw;
  }
  .top_sec_04 .right:after {
    content: "";
    display: block;
    width: 92px;
    aspect-ratio: 1/1;
    background: url(../images/ico_swipe.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top_sec_04 .right.icon-hide:after {
    display: none;
  }
}
.top_sec_04 .right h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_sec_04 .right h3 {
    letter-spacing: 0.4em;
  }
}
.top_sec_04 .right .splide {
  padding: 0 var(--sideW);
}
.top_sec_04 .right + .btn_cmn_02 {
  margin: 50px auto 0;
}
.top_sec_04 .splide__slide h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 18px;
}
.top_sec_04 .splide__slide h4:before {
  content: attr(data-num);
  display: block;
  font-family: "Bona Nova SC", serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #372204;
  margin: 0 auto 17px;
  letter-spacing: 0.3em;
  text-align: center;
  padding-left: 0.25em;
}
.top_sec_04 .splide__slide img {
  display: block;
  margin-bottom: 10px;
}
.top_sec_04 .splide__slide p {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
.top_sec_04 .splide__arrow {
  opacity: 1;
}
.top_sec_04 .splide__arrow svg {
  display: none;
}
.top_sec_04 .splide__arrow--prev {
  background: transparent url(../images/ico_arrow_left_03.png) no-repeat center/9px;
}
.top_sec_04 .splide__arrow--next {
  background: transparent url(../images/ico_arrow_right_03.png) no-repeat center/9px;
}
.top_sec_04 .splide__pagination {
  bottom: -36px;
}
.top_sec_04 .splide__pagination__page {
  background-color: #887760;
  opacity: 1;
}
.top_sec_04 .splide__pagination__page.is-active {
  background-color: #372204;
  transform: none;
}

.top_sec_05 {
  padding: 30px 0 260px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec_05 {
    padding: 30px 0;
  }
}
.top_sec_05 .inner, .top_sec_05 .company_nav {
  max-width: calc(948px + var(--sideW) * 2);
}
.top_sec_05 .ttl_en {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .ttl_en {
    margin-bottom: -20px;
  }
}
.top_sec_05 .flex {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .flex {
    display: block;
  }
}
.top_sec_05 .flex .left {
  flex-shrink: 0;
  width: 416px;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .flex .left {
    width: 100%;
  }
}
.top_sec_05 .flex .right {
  flex-grow: 1;
}
.top_sec_05 .flex .right h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.45;
  margin-right: var(--extend);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .flex .right h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 40px var(--extend) 22px;
  }
}
.top_sec_05 .flex .right p {
  line-height: 2;
  margin-right: var(--extend);
}
@media screen and (max-width: 767px) {
  .top_sec_05 .flex .right p {
    font-size: 14px;
    text-align: center;
  }
}
.top_sec_05 .flex .right .btn_cmn_01 {
  margin: 45px auto 0;
}
.top_sec_05 .images {
  margin: 60px auto 0;
  max-width: 816px;
}
.top_sec_05 .images .image {
  margin-left: -20%;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .images .image {
    margin-left: 0;
  }
}
.top_sec_05 .top_sec_05_04 {
  width: 316px;
  position: absolute;
  left: 0;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_sec_05 .top_sec_05_04 {
    width: 127px;
    bottom: 12px;
  }
}

.top_sec_06 {
  background: url(../images/top_sec_06_01.jpg) no-repeat center/cover;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top_sec_06 {
    padding: 36px 0;
    margin-bottom: 93px;
    position: relative;
  }
  .top_sec_06 .top_sec_05_04 {
    left: 0;
    position: absolute;
    width: 127px;
    top: -150px;
  }
}
.top_sec_06 .inner, .top_sec_06 .company_nav {
  max-width: calc(860px + var(--sideW) * 2);
}
.top_sec_06 h2 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 30px;
  background: url(../images/top_sec_06_02.svg) no-repeat center bottom/60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_sec_06 h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_06 .list_topics > li:nth-child(3), .top_sec_06 .list_topics > li:nth-child(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .top_sec_06 .list_topics > li:first-child {
    border-top: none;
  }
}
.top_sec_06 .btn_cmn_01 {
  margin: 35px auto 0;
}

#btn_top {
  display: none;
  overflow: hidden;
  width: 89px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: fixed;
  z-index: 8;
  bottom: 8px;
  right: 8px;
  background: url(../images/btn_top.svg?ver=20250812) no-repeat center/contain;
}
@media (hover: hover) {
  #btn_top:hover {
    background: url(../images/btn_top_hover.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  #btn_top {
    width: 42px;
    bottom: 10px;
    right: 10px;
    background: url(../images/btn_top_sp.svg) no-repeat center/contain;
  }
}
#btn_top img {
  display: block;
  width: 67px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #btn_top img {
    width: 100%;
    height: 100%;
  }
}

#cta_contact {
  position: fixed;
  z-index: 8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
#cta_contact span {
  font-family: "Bona Nova SC", serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  display: block;
  background: url(../images/ico_contact.svg) no-repeat center top/15px;
  padding: 20px 20px 0;
  position: relative;
}
#cta_contact:hover {
  color: #fff;
}
#cta_contact:hover:before {
  content: "";
  display: block;
  width: 183px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -92px;
  transform: translateY(-50%);
  background-color: #372204;
}
#cta_contact:hover span {
  background: url(../images/ico_contact_white.svg) no-repeat center top/15px;
}