@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #000000;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #000000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

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

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 10px;
    right: 8px;
  }
}

footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  footer {
    background: #fff;
  }
}
footer .footer_inner {
  width: 90vw;
  max-width: 1536px;
  margin: 0 auto;
  padding: 80px 0 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 30px 0 80px;
  }
}
footer .footer_inner .footer_top_inner h1 {
  max-width: 224px;
  width: 11.667vw;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_top_inner h1 {
    max-width: 190px;
    width: 48.718vw;
  }
}
footer .footer_inner .footer_top_inner .foot-nav nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li {
  border-right: 1px solid #cccccc;
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li a {
  padding: 0 30px;
  display: block;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_top_inner .foot-nav nav ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_top_inner .foot-nav nav ul li:last-of-type {
    border-right: none;
  }
}
footer .footer_inner .footer_bottom_inner {
  padding-top: 40px;
  text-align: center;
}
footer .footer_inner .footer_bottom_inner copy {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner copy {
    font-size: 10px;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.red {
  color: #f94336;
}

.orange {
  color: #b65626;
}

.close {
  display: none;
}

/* .flex {
  display: flex;
} */
.center {
  text-align: center;
}

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

.mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

span.yellow {
  color: #d6a126;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
  /* padding-top: 80px;
  @include mq(sp) {
    padding-top: 60px;
  } */
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
  padding: 120px 0;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .sec_inner {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tab-contents-item {
  display: none;
}
.tab-contents-item.active {
  display: block;
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  text-align: center;
  position: relative;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.sec_ttl02 {
  margin-bottom: 50px;
  text-align: center;
  color: var(--redf94336);
  font-family: var(--font-family-zen_kaku_gothic_new);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 62px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
  }
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  cursor: pointer;
  position: relative;
  color: #f94336;
  line-height: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  max-width: 530px;
  padding: 0 30px;
  width: 100%;
  border: 2px solid #f94336;
  background: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    max-width: none;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #f94336;
    padding: 0 20px;
  }
}
.commonBtn::before {
  position: absolute;
  content: "";
  right: 30px;
  background-color: #f94336;
  border-radius: 50px;
  height: 44px;
  width: 44px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .commonBtn::before {
    width: 24px;
    height: 24px;
    right: 8px;
  }
}
.commonBtn::after {
  position: absolute;
  content: "";
  background: url(../img/top/transition.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .commonBtn::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
.commonBtn.triangle::after {
  position: absolute;
  content: "";
  background: url(../img/top/triangle.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .commonBtn.triangle::after {
    width: 10px;
    height: 9px;
    right: 15px;
  }
}
.commonBtn.btm {
  font-size: 18px;
  border-radius: 50px;
  height: 50px;
  max-width: 330px;
}
.commonBtn.btm:before {
  width: 34px;
  height: 34px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .commonBtn.btm:before {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.commonBtn.btm:after {
  width: 12px;
  height: 12px;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .commonBtn.btm:after {
    width: 10px;
    height: 10px;
    right: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .commonBtn.btm {
    font-size: 14px;
    height: 40px;
    max-width: 260px;
    margin-bottom: 60px !important;
  }
}

.entry_btn {
  position: relative;
  display: block;
  background: #b65626;
}
@media only screen and (max-width: 768px) {
  .entry_btn {
    padding: 30px 60px 30px 20px;
  }
}
.entry_btn:before {
  background: url(../img/common/entry_arrow.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 70px;
}
@media only screen and (max-width: 768px) {
  .entry_btn:before {
    width: 42px;
    height: 42px;
    right: 18px;
  }
}
.entry_btn .sec_ttl {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .entry_btn .sec_ttl {
    font-size: 16px;
  }
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr20 {
  margin-right: 20px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
}
.single header,
.page header {
  position: sticky;
}
.single header .header_inner h1 img,
.page header .header_inner h1 img {
  -webkit-filter: none;
          filter: none;
}
.single header .header_inner .g-nav nav ul li a,
.page header .header_inner .g-nav nav ul li a {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .single header .header_inner .g-nav nav ul li a,
  .page header .header_inner .g-nav nav ul li a {
    color: #fff;
  }
}
.single header .header_inner .g-nav nav ul li a.entry,
.page header .header_inner .g-nav nav ul li a.entry {
  color: #fff;
}
.single .middle,
.page .middle {
  /*パンくず*/
  /*リスト*/
}
.single .middle .pankuzu_wrap,
.page .middle .pankuzu_wrap {
  padding: 10px 0;
}
.single .middle .pankuzu_wrap .pankuzu,
.page .middle .pankuzu_wrap .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: 90% !important;
}
.single .middle .pankuzu_wrap .pankuzu li:not(:last-of-type),
.page .middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
  font-size: 14px;
}
.single .middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before,
.page .middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 53%;
  background: #cccccc;
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single .middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a,
.page .middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a {
  color: #491e1d;
  text-decoration: underline;
}
.single .middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover,
.page .middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-underline-offset: 3px;
}
.single .middle .entry_contents,
.page .middle .entry_contents {
  background: url(../img/common/sec05_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  .single .middle .entry_contents,
  .page .middle .entry_contents {
    background: url(../img/top/sec05_bg_sp.jpg) no-repeat center top/cover;
  }
}
.single .middle .entry_contents .sec_inner,
.page .middle .entry_contents .sec_inner {
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .single .middle .entry_contents .sec_inner,
  .page .middle .entry_contents .sec_inner {
    padding: 80px 0;
  }
}
.single .middle .entry_contents .entry_btn,
.page .middle .entry_contents .entry_btn {
  padding: 80px 160px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single .middle .entry_contents .entry_btn,
  .page .middle .entry_contents .entry_btn {
    padding: 30px 60px 30px 20px;
  }
}
.single .middle .entry_contents .entry_btn .sec_ttl,
.page .middle .entry_contents .entry_btn .sec_ttl {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .single .middle .entry_contents .entry_btn .sec_ttl,
  .page .middle .entry_contents .entry_btn .sec_ttl {
    font-size: 16px;
  }
}
.single .middle .shop_image_contents .sec07_imgbox,
.page .middle .shop_image_contents .sec07_imgbox {
  height: min(610px, 31.771vw);
}
@media only screen and (max-width: 768px) {
  .single .middle .shop_image_contents .sec07_imgbox,
  .page .middle .shop_image_contents .sec07_imgbox {
    height: auto;
  }
}
.single .middle .shop_image_contents .sec07_imgbox img,
.page .middle .shop_image_contents .sec07_imgbox img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .single .middle .shop_image_contents .sec07_imgbox img,
  .page .middle .shop_image_contents .sec07_imgbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .single .middle .shop_image_contents .sec07_imgbox img,
  .page .middle .shop_image_contents .sec07_imgbox img {
    height: auto;
  }
}
.single .middle .nom_list li,
.page .middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.single .middle .disc_list li,
.page .middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.single .middle .disc_list li::before,
.page .middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.single .middle .disc_list li span,
.page .middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 80px;
}
@media print, screen and (min-width: 769px) {
  header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 1220px) {
  header {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 12;
}
header .g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .g-nav-btn {
    display: block;
    width: 60px;
    height: 59px;
    background: #000000;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
  }
}
header .g-nav-btn span {
  position: absolute;
  height: 1px;
  width: 33%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav-btn span:first-of-type {
  top: 35%;
}
header .g-nav-btn span:nth-of-type(2) {
  top: 50%;
}
header .g-nav-btn span:nth-of-type(3) {
  top: 65%;
}
header .g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header .g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  width: 100%;
  max-width: 1920px;
  padding-left: 2%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header_inner h1 {
  max-width: 224px;
  width: 11.667vw;
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 {
    position: relative;
    top: 10px;
    z-index: 11;
    max-width: 150px;
    width: 38.5vw;
  }
}
header .header_inner h1 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/gnav_bg_sp.jpg) no-repeat center top/cover;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    height: 100vh;
    padding: 145px 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header .header_inner .g-nav nav ul {
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1350px) {
  header .header_inner .g-nav nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1220px) {
  header .header_inner .g-nav nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header .header_inner .g-nav nav ul li {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li {
    text-align: center;
  }
}
header .header_inner .g-nav nav ul li:last-of-type {
  margin-right: 0;
}
header .header_inner .g-nav nav ul li a {
  padding: 1em 0;
  display: block;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  header .header_inner .g-nav nav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li a {
    font-size: 18px;
    padding: 0 0 40px 0;
  }
}
header .header_inner .g-nav nav ul li a.entry {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  background-color: #b65626;
  width: 170px;
  height: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1220px) {
  header .header_inner .g-nav nav ul li a.entry {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav .commonBtn.btm {
    max-width: auto;
    margin: 0 auto 60px !important;
  }
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav .commonBtn.btm {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav .entry_btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav .entry_btn {
    margin-bottom: 160px;
  }
}
header .head_entry_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .head_entry_btn {
    position: fixed;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.08px;
    background-color: #b65626;
    width: 120px;
    height: 59px;
    padding: 0;
    top: 0;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header.open .header_inner h1 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media print, screen and (min-width: 769px) {
  .change_height header {
    background: rgba(255, 255, 255, 0.7);
  }
}
.change_height header .header_inner h1 img {
  -webkit-filter: none;
          filter: none;
}
.change_height header .header_inner .g-nav nav ul li a {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .change_height header .header_inner .g-nav nav ul li a {
    color: #fff;
  }
}
.change_height header .header_inner .g-nav nav ul li a.entry {
  color: #fff;
}
.change_height header.open .header_inner h1 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#index main .sec_mv {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv {
    height: auto;
  }
}
#index main .sec_mv .mv_inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner {
    height: auto;
  }
}
#index main .sec_mv .mv_inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(40px, 3.75vw, 73px);
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner h2 {
    font-size: 36px;
  }
}
#index main .sec_mv .mv_inner h2 span.tate {
  display: block;
  border-left: 1px solid #fff;
  padding: 0 0.1em;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner h2 span.tate {
    padding: 0;
    line-height: 1.6;
  }
}
#index main .sec_mv .mv_inner h2 span.tate:first-of-type {
  border-right: 1px solid #fff;
}
#index main .sec_mv .mv_inner .mv_slide {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_slide {
    height: auto;
  }
}
#index main .sec_mv .mv_inner .mv_slide .mv_slide_inner {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_slide .mv_slide_inner {
    height: auto;
  }
}
#index main .sec_mv .mv_inner .mv_slide .mv_slide_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_slide .mv_slide_inner img {
    height: auto;
    max-width: none;
  }
}
#index main .sec01 {
  background: url(../img/top/sec01_bg.jpg) no-repeat center top/cover;
  padding-bottom: 170px;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 {
    background: url(../img/top/sec01_bg_sp.jpg) no-repeat center top/cover;
    padding-bottom: 60px;
  }
}
#index main .sec01 .sec01_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 0 70px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec01_inner {
    /* display: flex;
    justify-content: flex-end; */
  }
}
@media only screen and (max-width: 1400px) {
  #index main .sec01 .sec01_inner {
    padding-top: 280px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner {
    margin: 0;
    padding: 270px 5% 100px;
  }
}
#index main .sec01 .sec01_inner .sec01_textbox {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec01_inner .sec01_textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_textbox {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#index main .sec01 .sec01_inner .sec01_textbox .message {
  color: #491e1d;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.32px;
  line-height: normal;
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message {
    white-space: nowrap;
    padding: 0 0.2em;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message span {
    border-right: 1px solid #491e1d;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message span {
    border-bottom: 1px solid #491e1d;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message.message02 {
    margin-top: 1.5em;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_textbox .message.message02 {
    margin-bottom: 30px;
  }
}
#index main .sec01 .sec01_inner .sec01_textbox .text {
  line-height: 2;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_textbox .text {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 16px;
    line-height: 1.8;
  }
}
#index main .sec01 .sec01_inner .sec01_imgbox01 {
  position: absolute;
  width: 18.5%;
  bottom: 0;
  left: 5.5%;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_imgbox01 {
    width: 148px;
    bottom: 25px;
    left: auto;
    right: 8px;
  }
}
#index main .sec01 .sec01_inner .sec01_imgbox02 {
  position: absolute;
  width: 26.5%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_inner .sec01_imgbox02 {
    width: 330px;
  }
}
#index main .sec01 .sec01_inner img {
  width: 100%;
  height: auto;
}
#index main .sec01 .sec01_moviebox {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px;
  background: url(../img/top/movie_bg.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec01_moviebox {
    padding: 7px;
  }
}
#index main .sec01 .sec01_moviebox video {
  width: 100%;
  height: auto;
}
#index main .sec02 .sec_ttl {
  color: #fff;
}
#index main .sec02 .sec_ttl.sec02_ttl01 {
  position: relative;
  padding-top: 1.45em;
}
#index main .sec02 .sec_ttl.sec02_ttl01:before {
  background: url(../img/top/sec02_ttl_bg.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 2.8em;
  height: 1.8em;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
#index main .sec02 .sec02_top {
  background: url(../img/top/sec02_top_bg.jpg) no-repeat center center/cover;
  padding: 120px 0 147px;
  border-bottom: 2px solid #a48745;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top {
    background: url(../img/top/sec02_top_bg_sp.jpg) no-repeat center center/cover;
    padding: 80px 0;
  }
}
#index main .sec02 .sec02_top h3 {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top h3 {
    font-size: 24px;
  }
}
#index main .sec02 .sec02_top .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  #index main .sec02 .sec02_top .img_con img {
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_top .flex_pc > div {
    width: 50%;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents01 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents01 {
    width: 90%;
  }
}
@media only screen and (min-width: 1920px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents01 .img_con {
    max-height: 583px;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents01 .text_con {
  background: #fff;
  padding: 3.906vw 5.208vw;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents01 .text_con {
    padding: 20px;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents01 .text_con h3 {
  color: #491e1d;
  margin-bottom: 0.9em;
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents01 .text_con p {
  font-size: 16px;
  line-height: 1.57;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents01 .text_con p {
    font-size: 14px;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 {
  width: 90%;
  max-width: 1536px;
  margin: 100px auto 0;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 {
    margin: 80px auto 0;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4%;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con > div {
    width: 82%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con > div img {
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con h3 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con h3 {
    letter-spacing: 3px;
  }
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con h3 span.tate {
  border-right: 1px solid #fff;
  padding: 0 0.1em;
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 .img_con h3 span.tate:last-of-type {
  margin-top: 5em;
}
#index main .sec02 .sec02_top .flex_pc.sec02_contents02 .text_con {
  color: #fff;
  padding: 50px 0;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .text_con {
    width: calc(40% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .text_con {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_top .flex_pc.sec02_contents02 .text_con p {
    font-size: 14px;
  }
}
#index main .sec02 .sec02_bottom {
  background: url(../img/top/sec02_bottom_bg.jpg) no-repeat center center/cover;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom {
    background: url(../img/top/sec02_bottom_bg_sp.jpg) no-repeat center center/cover;
    padding: 80px 0;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents {
  width: 100%;
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner:nth-of-type(even) .tytlearea {
    left: calc(100% - 106px);
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a {
  display: block;
  padding: 30px 0 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a {
    padding: 20px 0 44px;
    /* overflow: hidden; */
    width: 100%;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea {
    height: 570px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea {
    height: 380px;
    width: 100%;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea:before {
  background: url(../img/top/slide_link.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  display: block;
  right: 54px;
  bottom: 34px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea:before {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea {
  position: absolute;
  left: 100px;
  top: 0;
}
@media only screen and (max-width: 1100px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea {
    left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea {
    left: 20px;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea span.tate {
  display: inline-block;
  background: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0.1em;
  padding: 0.1em 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea span.tate {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0.2em;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea span.tate:nth-of-type(2) {
  margin-top: 1.2em;
}
#index main .sec02 .sec02_bottom .sec02_contents03 .sec02_slide_contents .sec02_slide_inner a .tytlearea span.tate:nth-of-type(3) {
  margin-top: 2.4em;
}
#index main .sec02 .sec02_bottom .sec02_contents04 {
  width: 90%;
  max-width: 1536px;
  margin: 0 auto;
}
#index main .sec02 .sec02_bottom .sec02_contents04 a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents04 a:before {
  background: url(../img/top/slide_link.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 80px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a:before {
    width: 50px;
    height: 50px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: 9px;
    bottom: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .imagearea {
    height: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .imagearea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 80px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea {
    margin-right: 180px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea {
    left: 20px;
    bottom: 40px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea h3 {
  font-size: 42px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea h3 span.en {
  font-size: 47.6%;
  display: block;
}
#index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec02_bottom .sec02_contents04 a .tytlearea p {
    font-size: 14px;
  }
}
#index main .sec03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 {
    background: url(../img/top/sec03_bg_sp.jpg) no-repeat center top/cover;
    overflow: hidden;
  }
}
#index main .sec03 .sec03_container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#index main .sec03 .sec03_container:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/sec03_bg02.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 48%;
  height: 40%;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container:before {
    width: 388px;
  }
}
#index main .sec03 .sec03_container:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/sec03_bg03.png) no-repeat center center;
  background-size: 110% auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 48.5%;
  left: 0;
  width: 90%;
  height: 50%;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container:after {
    background: url(../img/top/sec03_bg03_sp.png) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    top: 53%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec_inner {
    padding: 230px 0 0;
  }
}
#index main .sec03 .sec03_container .sec03_ttl01 {
  padding-top: 2.61em;
  text-align: left;
  line-height: 1.3;
  margin: 0 auto 70px;
  white-space: nowrap;
  width: 108px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_ttl01 {
    margin: 0 auto 30px;
    width: 85px;
  }
}
#index main .sec03 .sec03_container .sec03_ttl01:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/sec03_ttl_bg.svg) no-repeat center center/contain;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 2em;
  height: 2em;
}
#index main .sec03 .sec03_container .sec03_ttl01 span {
  display: block;
}
#index main .sec03 .sec03_container .sec03_ttl01 span.orange {
  margin-top: 0.8em;
}
#index main .sec03 .sec03_container .sec03_ttl02 {
  margin-top: 220px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_ttl02 {
    margin-top: 210px;
    letter-spacing: 0.1px;
  }
}
#index main .sec03 .sec03_container .sec03_ttl03 {
  margin-top: 240px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_ttl03 {
    margin-top: 0;
  }
}
#index main .sec03 .sec03_container .flex_pc {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec03_container .flex_pc > div {
    width: 50%;
  }
}
#index main .sec03 .sec03_container .flex_pc > div.img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index main .sec03 .sec03_container .flex_pc > div.text_con {
  background: #fff;
  padding: 3.125vw 4.167vw;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc > div.text_con {
    padding: 20px 20px 30px;
  }
}
#index main .sec03 .sec03_container .flex_pc > div.text_con .num {
  width: 60px;
  height: 60px;
  background: url(../img/top/sec03_sub_ttl_bg.svg) no-repeat center center/contain;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc > div.text_con .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px;
  }
}
#index main .sec03 .sec03_container .flex_pc > div.text_con h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc > div.text_con h3 {
    font-size: 24px;
    text-align: center;
  }
}
#index main .sec03 .sec03_container .flex_pc > div.text_con h3 .font_min {
  font-size: 87.5%;
  display: block;
}
#index main .sec03 .sec03_container .flex_pc > div.text_con h3 .point {
  padding-bottom: 2px;
  position: relative;
  border-bottom: 4px solid #ffe09a;
  line-height: 1.6;
}
#index main .sec03 .sec03_container .flex_pc > div.text_con h3 .maincolor {
  color: #491e1d;
}
#index main .sec03 .sec03_container .flex_pc > div.text_con p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc > div.text_con p {
    font-size: 14px;
    letter-spacing: 0.1px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 {
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div {
    padding: 30px 15px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div h3 {
  color: #491e1d;
  font-weight: 600;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div h3 {
    font-size: 20px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div p {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div p {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:first-of-type {
  margin-bottom: 16px;
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:first-of-type h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:first-of-type h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:first-of-type img {
    max-width: 240px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:nth-of-type(2) {
  padding: 60px 50px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:nth-of-type(2) {
    padding: 30px 15px;
  }
}
#index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:nth-of-type(2) h3 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:nth-of-type(2) h3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .flex_pc.sec03_contents04 > div:nth-of-type(2) img {
    max-width: 308px;
    margin: 0 auto;
  }
}
#index main .sec03 .sec03_container .sec03_contents05 {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents05 {
    padding: 25px 20px;
  }
}
#index main .sec03 .sec03_container .sec03_contents05 h3 {
  color: #491e1d;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents05 h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec03_container .sec03_contents05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
  }
}
#index main .sec03 .sec03_container .sec03_contents05 ul li {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 1.563vw 2.083vw;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec03_container .sec03_contents05 ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents05 ul li {
    padding: 20px;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents05 ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#index main .sec03 .sec03_container .sec03_contents05 ul li span {
  font-size: 125%;
  color: #491e1d;
  border-bottom: 4px solid #ffe09a;
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec03_container .sec03_contents05 ul li:nth-of-type(3) {
    padding: 2.083vw;
  }
}
#index main .sec03 .sec03_container .sec03_contents06 {
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06 {
    padding: 80px 0;
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background: #491e1d;
  padding: 10px 50px 10px 30px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary {
    font-size: 16px;
    padding: 10px 30px 10px 20px;
  }
}
#index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary:before {
    width: 16px;
    right: 12px;
  }
}
#index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary:after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary:after {
    width: 16px;
    right: 12px;
  }
}
#index main .sec03 .sec03_container .sec03_contents06 .recruit_area-summary.on:after {
  display: none;
}
#index main .sec03 .sec03_container .sec03_contents06 .recruit_area-content {
  font-size: 16px;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec03_container .sec03_contents06 .recruit_area-content {
    position: relative;
    padding: 20px;
  }
}
#index main .sec04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 {
    background: url(../img/top/sec04_bg_sp.jpg) no-repeat center top/cover;
  }
}
#index main .sec04 .sec_inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#index main .sec04 .sec_ttl {
  color: #fff;
}
#index main .sec04 .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index main .sec04 .tab-list li {
  text-align: center;
  width: 33%;
  font-size: 26px;
  font-weight: 600;
  padding: 10px 20px;
  background: #fff;
  opacity: 0.6;
  border-top: 2px solid #937632;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .tab-list li {
    font-size: 20px;
  }
}
#index main .sec04 .tab-list li.active {
  opacity: 1;
}
#index main .sec04 .tab-list li:hover {
  cursor: pointer;
}
#index main .sec04 .tab-contents {
  background: #fff;
}
#index main .sec04 .tab-contents .tab-contents-item {
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .tab-contents .tab-contents-item {
    padding: 20px 8px;
  }
}
#index main .sec04 .tab-contents .tab-contents-item .requirements_table {
  width: 100%;
}
#index main .sec04 .tab-contents .tab-contents-item .requirements_table tr {
  border-bottom: 2px solid #fff;
}
#index main .sec04 .tab-contents .tab-contents-item .requirements_table tr th {
  background: #491e1d;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  width: 18%;
  min-width: 180px;
  border-right: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .tab-contents .tab-contents-item .requirements_table tr th {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right: none;
  }
}
#index main .sec04 .tab-contents .tab-contents-item .requirements_table tr td {
  padding: 10px 20px;
  background: #efefef;
  width: 82%;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .tab-contents .tab-contents-item .requirements_table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
#index main .sec04 .tab-contents .tab-contents-item .requirements_table tr td a {
  text-decoration: underline;
}
#index main .sec05 {
  background: url(../img/common/sec05_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 {
    background: url(../img/top/sec05_bg_sp.jpg) no-repeat center top/cover;
  }
}
#index main .sec05 .sec_inner {
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .sec_inner {
    padding: 80px 0;
  }
}
#index main .sec05 .entry_btn {
  padding: 80px 160px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .entry_btn {
    padding: 30px 60px 30px 20px;
  }
}
#index main .sec05 .entry_btn .sec_ttl {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .entry_btn .sec_ttl {
    font-size: 16px;
  }
}
#index main .sec06 {
  background: url(../img/top/sec06_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec06 {
    background: url(../img/top/sec06_bg_sp.jpg) no-repeat center top/cover;
  }
}
#index main .sec06 .sec_inner {
  padding: 120px 0 150px;
  max-width: 1920px;
  padding: 120px 0 150px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .sec06 .sec_inner {
    padding: 80px 0;
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec06 .sec_inner .flex_pc > div {
    width: 50%;
  }
}
#index main .sec06 .sec_inner .flex_pc > div iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #index main .sec06 .sec_inner .flex_pc > div iframe {
    height: 263px;
  }
}
#index main .sec06 .sec_inner .flex_pc > div.text_con {
  background: #fff;
  padding: 4.167vw 5.208vw;
}
@media only screen and (max-width: 768px) {
  #index main .sec06 .sec_inner .flex_pc > div.text_con {
    padding: 40px 30px;
  }
}
#index main .sec06 .sec_inner .flex_pc > div.text_con h3 {
  font-size: 24px;
  font-weight: 600;
  color: #491e1d;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #index main .sec06 .sec_inner .flex_pc > div.text_con h3 {
    font-size: 20px;
  }
}
#index main .sec06 .sec_inner .flex_pc > div.text_con p {
  margin-bottom: 20px;
}
#index main .sec06 .sec_inner .flex_pc > div.text_con dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index main .sec06 .sec_inner .flex_pc > div.text_con dl dt {
  min-width: 4.5em;
  position: relative;
}
#index main .sec06 .sec_inner .flex_pc > div.text_con dl dt:after {
  position: absolute;
  content: ":";
  right: 0;
}
#index main .sec07 .sec07_imgbox {
  height: min(610px, 31.771vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec07 .sec07_imgbox {
    height: auto;
  }
}
#index main .sec07 .sec07_imgbox img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #index main .sec07 .sec07_imgbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec07 .sec07_imgbox img {
    height: auto;
  }
}
#index main .sec08 .entry_btn .sec_ttl,
#index main .sec08 .entry_btn .sec_ttl02 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #index main .sec08 .entry_btn .sec_ttl {
    font-size: 32px;
    margin-bottom: 0;
  }
}
#index main .sec08 .entry_btn .sec_ttl02 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec08 .entry_btn .sec_ttl02 {
    font-size: 16px;
  }
}

.single .middle .sec_mv {
  background: #efefef;
  height: min(742px, 38.646vw);
}
@media only screen and (max-width: 768px) {
  .single .middle .sec_mv {
    height: 50vw;
  }
}
.single .middle .sec_mv:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/single/single_main_bg.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: min(688px, 35.833vw);
  height: 100%;
}
.single .middle .sec_mv .mainvisual {
  max-width: calc(50vw + 768px);
  width: 95%;
  margin: 0 0 0 auto;
}
.single .middle .sec_mv .mainvisual .imagearea {
  height: min(948px, 49.375vw);
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec_mv .mainvisual .imagearea {
    height: 80vw;
  }
}
.single .middle .sec_mv .mainvisual .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea {
  background: #fff;
  width: min(640px, 45vw);
  position: absolute;
  bottom: min(80px, 4.167vw);
  left: max(-40px, -2.08vw);
}
@media only screen and (max-width: 768px) {
  .single .middle .sec_mv .mainvisual .imagearea .tytlearea {
    width: auto;
    bottom: 10vw;
  }
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea .mainvisual_ttl {
  padding: min(50px, 2.604vw);
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec_mv .mainvisual .imagearea .tytlearea .mainvisual_ttl {
    font-size: 4vw;
  }
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea .mainvisual_ttl span.orange {
  color: #000000;
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea p {
  padding: min(15px, 0.781vw) min(50px, 2.604vw);
  background: #b65626;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec_mv .mainvisual .imagearea .tytlearea p {
    font-size: 3.33vw;
  }
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea p span {
  font-size: 150%;
}
.single .middle .sec_mv .mainvisual .imagearea .tytlearea p span.category {
  margin-right: 30px;
}
.single .middle .sec01 {
  background: url(../img/single/single_bg.jpg) no-repeat center top/cover;
  padding: min(240px, 12.5vw) 0 min(60px, 3.125vw);
}
@media only screen and (max-width: 768px) {
  .single .middle .sec01 {
    padding-top: 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .single .middle .sec01 .sec_inner .flex_pc {
    gap: 5%;
  }
}
.single .middle .sec01 .sec_inner .flex_pc:not(:last-of-type) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 769px) {
  .single .middle .sec01 .sec_inner .flex_pc.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .single .middle .sec01 .sec_inner .flex_pc .text_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45%;
  }
}
.single .middle .sec01 .sec_inner .flex_pc .text_con h3 {
  color: #b65626;
  font-size: clamp(20px, 1.667vw, 32px);
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec01 .sec_inner .flex_pc .text_con h3 {
    padding-left: 30px;
  }
}
.single .middle .sec01 .sec_inner .flex_pc .text_con h3:before {
  position: absolute;
  content: "";
  display: block;
  background: #b65626;
  left: 0;
  width: 30px;
  height: 2px;
  top: 1.563vw;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec01 .sec_inner .flex_pc .text_con h3:before {
    width: 20px;
    top: 17px;
  }
}
.single .middle .sec01 .sec_inner .flex_pc .text_con p {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .single .middle .sec01 .sec_inner .flex_pc .text_con p {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .single .middle .sec01 .sec_inner .flex_pc .img_con {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .single .middle .sec01 .sec_inner .flex_pc .img_con {
    margin-bottom: 20px;
  }
}
.single .middle .sec01 .sec_inner .flex_pc .img_con img {
  width: 100%;
  height: auto;
}

#crosstalk .middle {
  background: url(../img/crosstalk/crosstalk_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec_mv {
    height: 50vw;
  }
}
#crosstalk .middle .sec_mv:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/single/single_main_bg.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: min(688px, 35.833vw);
  height: 100%;
}
#crosstalk .middle .sec_mv .mainvisual {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec_mv .mainvisual {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
#crosstalk .middle .sec_mv .mainvisual .imagearea {
  height: min(600px, 31.25vw);
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec_mv .mainvisual .imagearea {
    height: 80vw;
  }
}
#crosstalk .middle .sec_mv .mainvisual .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#crosstalk .middle .sec_mv .mainvisual .imagearea .tytlearea {
  position: absolute;
  left: min(80px, 4.167vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#crosstalk .middle .sec_mv .mainvisual .imagearea .tytlearea .main_crosstalk_ttl span {
  padding: 5px 20px;
  font-size: clamp(30px, 2.604vw, 50px);
  font-weight: bold;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec_mv .mainvisual .imagearea .tytlearea .main_crosstalk_ttl span {
    font-size: 5vw;
  }
}
#crosstalk .middle .sec01 {
  padding: 0 0 min(60px, 3.125vw);
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 {
    padding-top: 40vw;
  }
}
#crosstalk .middle .sec01 .sec_inner {
  padding: 70px 0 120px;
  max-width: 1040px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner {
    padding: 30px 0 50px;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_introduction {
  width: min(520px, 100%);
  margin: 0 auto 70px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_introduction {
    margin: 0 auto 30px;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_introduction .top_introduction_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #491e1d;
  color: #491e1d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_introduction .top_introduction_ttl {
    font-size: 5vw;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.6%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents {
    gap: 5%;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents .member_box .img_con {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 2px solid #b65626;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents .member_box .img_con {
    width: 22vw;
    height: 22vw;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents .member_box .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents .member_box .text_con {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_introduction .member_contents .member_box .text_con {
    font-size: 3.8vw;
  }
}
#crosstalk .middle .sec01 .sec_inner .top_ttl {
  text-align: center;
}
#crosstalk .middle .sec01 .sec_inner .top_ttl span {
  background: #491e1d;
  padding: 0 10px;
  color: #fff;
  font-size: clamp(20px, 1.667vw, 32px);
  font-weight: 600;
  margin-bottom: 14px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .top_ttl span {
    font-size: 3.85vw;
    padding: 0 1vw;
  }
}
#crosstalk .middle .sec01 .sec_inner .crosstalk_box {
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .crosstalk_box {
    margin: 30px 0;
  }
}
#crosstalk .middle .sec01 .sec_inner .crosstalk_box .crosstalk_ttl {
  color: #b65626;
  font-size: clamp(20px, 1.667vw, 32px);
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .crosstalk_box .crosstalk_ttl {
    padding-left: 25px;
  }
}
#crosstalk .middle .sec01 .sec_inner .crosstalk_box .crosstalk_ttl:before {
  position: absolute;
  content: "";
  display: block;
  background: #b65626;
  left: 0;
  width: 30px;
  height: 2px;
  top: 1.563vw;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .crosstalk_box .crosstalk_ttl:before {
    width: 20px;
    top: 17px;
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box {
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#crosstalk .middle .sec01 .sec_inner .flex_box.reverse .text_con:before {
  display: none;
}
#crosstalk .middle .sec01 .sec_inner .flex_box.reverse .text_con:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -28px;
  border: 12px solid transparent;
  border-left: 20px solid #fff;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box.reverse .text_con:after {
    top: 50px;
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box .img_con {
  width: 110px;
}
#crosstalk .middle .sec01 .sec_inner .flex_box .img_con > div {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 2px solid #b65626;
  margin-bottom: 5px;
}
#crosstalk .middle .sec01 .sec_inner .flex_box .img_con > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#crosstalk .middle .sec01 .sec_inner .flex_box .img_con p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box .img_con p {
    font-size: 14px;
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box .text_con {
  width: calc(100% - 140px);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 25px 30px;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box .text_con {
    padding: 15px;
    width: calc(100% - 130px);
  }
}
#crosstalk .middle .sec01 .sec_inner .flex_box .text_con:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -28px;
  border: 12px solid transparent;
  border-right: 20px solid #fff;
}
@media only screen and (max-width: 768px) {
  #crosstalk .middle .sec01 .sec_inner .flex_box .text_con:before {
    top: 50px;
  }
}

#entry .middle {
  background: #efefef;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec_mv {
    height: 50vw;
  }
}
#entry .middle .sec_mv:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/single/single_main_bg.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: min(688px, 35.833vw);
  height: 100%;
}
#entry .middle .sec_mv .mainvisual {
  max-width: calc(50vw + 768px);
  width: 95%;
  margin: 0 0 0 auto;
}
#entry .middle .sec_mv .mainvisual .imagearea {
  height: min(600px, 31.25vw);
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec_mv .mainvisual .imagearea {
    height: 80vw;
  }
}
#entry .middle .sec_mv .mainvisual .imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#entry .middle .sec_mv .mainvisual .imagearea .tytlearea {
  position: absolute;
  left: min(80px, 4.167vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#entry .middle .sec_mv .mainvisual .imagearea .tytlearea .main_middle_ttl span {
  padding: 5px 20px;
  font-size: clamp(30px, 2.604vw, 50px);
  font-weight: bold;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec_mv .mainvisual .imagearea .tytlearea .main_middle_ttl span {
    font-size: 5vw;
  }
}
#entry .middle .sec01 .sec_inner {
  padding: 80px 0 180px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner {
    padding: 40vw 0 40px;
  }
}
#entry .middle .sec01 .sec_inner .top_text {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .top_text {
    font-size: 18px;
    margin: 30px 0;
  }
}
#entry .middle .sec01 .sec_inner .privacy {
  margin: 70px auto 80px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .privacy {
    margin: 30px auto;
  }
}
#entry .middle .sec01 .sec_inner .privacy p {
  text-align: center;
}
#entry .middle .sec01 .sec_inner .privacy p:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .privacy p:first-of-type {
    margin-bottom: 15px;
  }
}
#entry .middle .sec01 .sec_inner .privacy p a {
  color: #491e1d;
  text-decoration: underline;
}
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .privacy p span {
  display: none;
}
#entry .middle .sec01 .sec_inner .mw_wp_form .error {
  margin: 0.5em;
}
#entry .middle .sec01 .sec_inner form {
  width: 100%;
  max-width: 1037px;
  margin: 0 auto;
}
#entry .middle .sec01 .sec_inner form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: -2px 0.2em 0 0;
  background-color: #f9f9f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ccc;
  position: relative;
}
#entry .middle .sec01 .sec_inner form input[type=checkbox]:checked {
  background-color: #a48745;
}
#entry .middle .sec01 .sec_inner form input[type=checkbox]:checked:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 4px;
  color: white;
  background: url(../img/entry/i_check.svg) no-repeat center center/contain;
}
#entry .middle .sec01 .sec_inner form .mwform-checkbox-field-text {
  display: none;
}
#entry .middle dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  width: 100%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#entry .middle dl dt {
  font-weight: 600;
  width: 25%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #491e1d;
  color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dt {
    width: 100% !important;
    max-width: none;
    line-height: normal;
    padding: 20px;
  }
}
#entry .middle dl dt span {
  font-size: 75%;
  background: #000000;
  padding: 4px 10px 5px;
  line-height: 1;
  white-space: nowrap;
  margin-left: 10px;
}
#entry .middle dl dd {
  margin-left: 0;
  line-height: 1em;
  width: 75%;
  max-width: 785px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd {
    width: 100% !important;
    padding: 20px;
  }
}
#entry .middle dl dd.date {
  width: auto;
}
#entry .middle dl dd input[type=text],
#entry .middle dl dd input[type=email],
#entry .middle dl dd input[type=date],
#entry .middle dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd input[type=text],
  #entry .middle dl dd input[type=email],
  #entry .middle dl dd input[type=date],
  #entry .middle dl dd textarea {
    font-size: 14px;
  }
}
#entry .middle dl dd input[type=text].dateofbirth, #entry .middle dl dd input[type=text].tel, #entry .middle dl dd input[type=text].name, #entry .middle dl dd input[type=text].furigana,
#entry .middle dl dd input[type=email].dateofbirth,
#entry .middle dl dd input[type=email].tel,
#entry .middle dl dd input[type=email].name,
#entry .middle dl dd input[type=email].furigana,
#entry .middle dl dd input[type=date].dateofbirth,
#entry .middle dl dd input[type=date].tel,
#entry .middle dl dd input[type=date].name,
#entry .middle dl dd input[type=date].furigana,
#entry .middle dl dd textarea.dateofbirth,
#entry .middle dl dd textarea.tel,
#entry .middle dl dd textarea.name,
#entry .middle dl dd textarea.furigana {
  max-width: 400px;
}
#entry .middle dl dd label[for=gender-1],
#entry .middle dl dd label[for=jobtype-1],
#entry .middle dl dd label[for=jobtype-2] {
  margin-right: 0.5em;
}
#entry .middle dl dd input[type=radio] {
  /* appearance: auto;
  	margin-right: 8px;
  	position: absolute;
  opacity: 0; */
}
#entry .middle dl dd input[type=radio]:before {
  content: "";
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.2em;
  /* margin-right: 0.2em; */
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#entry .middle dl dd input[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #a48745;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}
#entry .middle dl dd input[type=radio]:disabled:before {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
#entry .middle dl dd input[type=radio]:disabled:empty:before {
  margin-right: 0;
}
#entry .middle dl dd select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  background: #f9f9f9 url("../img/entry/entry_arrow.svg") no-repeat center right 15px/12px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd select {
    font-size: 14px;
  }
}
#entry .middle dl dd textarea {
  max-width: 100%;
  height: 13em;
}
#entry .middle dl dd input[type=text]:focus,
#entry .middle dl dd input[type=email]:focus,
#entry .middle dl dd input[type=date]:focus,
#entry .middle dl dd textarea:focus {
  border: 2px #000000 solid inset;
}
#entry .middle dl:last-of-type dt span {
  background: #c8c8c8;
  color: #333;
}
#entry .middle .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  gap: 20px;
}
#entry .middle .btn_area button {
  font-family: "Noto Serif JP", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin: 0 auto 0;
  position: relative;
  display: block;
  background: #b65626;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px 50px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button {
    font-size: 16px;
  }
}
#entry .middle .btn_area button:before {
  background: url(../img/entry/entry_btn.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button:before {
    width: 24px;
    height: 24px;
    right: 18px;
  }
}
#entry .middle .btn_area button:hover {
  opacity: 0.7;
}
#entry .middle .btn_area button a {
  display: block;
  color: #fff;
}
#entry .middle .btn_area button[value=send] {
  background: #491e1d;
}
/*# sourceMappingURL=style.css.map */