@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

button {
  font-family: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  fill: #000;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5vh;
}

body {
  line-height: 1;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  color: #000;
  position: relative;
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-family: serif;
}

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

/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .e-layout_size--small, .base--small, .e-layout_size--default, .base, .e-layout_size--large, .base--large, .e-layout_size--wide, .base--wide, .base--max {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--full {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .base--full {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--full {
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--full {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.base--full [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--max {
  max-width: 1800px;
}
@media screen and (min-width: 768px) {
  .base--max {
    max-width: calc(1800px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--max {
    max-width: calc(1800px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--max {
    max-width: calc(1800px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1542px;
}
@media screen and (min-width: 768px) {
  .base--wide {
    max-width: calc(1542px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--wide {
    max-width: calc(1542px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--wide {
    max-width: calc(1542px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--wide {
    max-width: 1453px;
  }
}
@media screen and (min-width: 1200px) {
  .base--max .base--wide {
    max-width: 1453px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large, .e-layout_size--wide {
  max-width: 1453px;
}
@media screen and (min-width: 768px) {
  .base--large, .e-layout_size--wide {
    max-width: calc(1453px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--large, .e-layout_size--wide {
    max-width: calc(1453px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--large, .e-layout_size--wide {
    max-width: calc(1453px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--large, .base--max .e-layout_size--wide, .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1453px;
  }
}
@media screen and (min-width: 1200px) {
  .base--max .base--large, .base--max .e-layout_size--wide, .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1453px;
  }
}
.base--large [class*=base], .e-layout_size--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base, .e-layout_size--large {
  max-width: 1346px;
}
@media screen and (min-width: 768px) {
  .base, .e-layout_size--large {
    max-width: calc(1346px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base, .e-layout_size--large {
    max-width: calc(1346px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base, .e-layout_size--large {
    max-width: calc(1346px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base, .base--max .e-layout_size--large, .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1346px;
  }
}
@media screen and (min-width: 1200px) {
  .base--max .base, .base--max .e-layout_size--large, .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1346px;
  }
}
.base [class*=base], .e-layout_size--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small, .e-layout_size--default {
  max-width: 1072px;
}
@media screen and (min-width: 768px) {
  .base--small, .e-layout_size--default {
    max-width: calc(1072px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--small, .e-layout_size--default {
    max-width: calc(1072px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--small, .e-layout_size--default {
    max-width: calc(1072px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--small, .base--max .e-layout_size--default, .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1072px;
  }
}
@media screen and (min-width: 1200px) {
  .base--max .base--small, .base--max .e-layout_size--default, .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1072px;
  }
}
.base--small [class*=base], .e-layout_size--default [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss, .e-layout_size--small {
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .base--ss, .e-layout_size--small {
    max-width: calc(800px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .base--ss, .e-layout_size--small {
    max-width: calc(800px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
@media screen and (min-width: 1600px) {
  .base--ss, .e-layout_size--small {
    max-width: calc(800px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--ss, .base--max .e-layout_size--small, .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .base--max .base--ss, .base--max .e-layout_size--small, .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 86.6666666667px;
  padding-bottom: 86.6666666667px;
}
@media screen and (min-width: 768px) {
  .space--large {
    padding-top: 173.3333333333px;
    padding-bottom: 173.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--large {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}

.space--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .space--medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .space--medium {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.space--small {
  padding-top: 36.6666666667px;
  padding-bottom: 36.6666666667px;
}
@media screen and (min-width: 768px) {
  .space--small {
    padding-top: 73.3333333333px;
    padding-bottom: 73.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--small {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.space--ss {
  padding-top: 23.3333333333px;
  padding-bottom: 23.3333333333px;
}
@media screen and (min-width: 768px) {
  .space--ss {
    padding-top: 46.6666666667px;
    padding-bottom: 46.6666666667px;
  }
}
@media screen and (min-width: 1200px) {
  .space--ss {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.space--contents {
  padding-top: 50px;
  padding-bottom: 86.6666666667px;
}
@media screen and (min-width: 768px) {
  .space--contents {
    padding-top: 100px;
    padding-bottom: 173.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--contents {
    padding-top: 150px;
    padding-bottom: 260px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 150px;
  }
}
.sectionbox--small {
  margin-top: 36.6666666667px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 73.3333333333px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 110px;
  }
}
.sectionbox--ss {
  margin-top: 23.3333333333px;
}
@media screen and (min-width: 560px) {
  .sectionbox--ss {
    margin-top: 46.6666666667px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--ss {
    margin-top: 70px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #EBEBEC;
}

@media screen and (min-width: 768px) {
  .radius_bg {
    border-top-left-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .radius_bg {
    border-top-left-radius: 110px;
  }
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 60px;
}
@media screen and (max-width: 1199px) {
  .c-grid {
    row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    row-gap: 40px;
  }
}
.c-grid--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-grid--reverse {
    flex-direction: column;
  }
}

.c-gridItem--cell30 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4_spHalf::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf::before {
    display: none;
  }
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  breadcrumb.scss
==============================================================*/
.c-pan {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pan {
    display: block;
    position: relative;
    z-index: 20;
  }
}
.c-pan ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.2;
}
.c-pan ul li + li {
  padding-left: 20px;
  position: relative;
}
.c-pan ul li + li::before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.c-pan ul li:last-of-type {
  flex: 1;
}
.c-pan ul a {
  color: #000;
  display: inline-block;
}
.c-pan ul a:hover {
  text-decoration: underline;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  /*
  @include m-txt_sp;

  @include mq-up(md) {
  	@include m-txt_tab;
  }

  @include mq-up(xl) {
  	@include m-txt_pc;
  }
  	*/
  font-size: clamp(0.75rem, 0.685rem + 0.288vw, 0.9375rem);
  line-height: 2.2;
}

.txtbox:not(.entryBody) p + p,
.txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .txtbox:not(.entryBody) p + p,
  .txt + .txt {
    margin-top: 30px;
  }
}

.txtbox20 p,
.txt20 {
  /*
  @include m-txt20_sp;

  @include mq-up(md) {
  	@include m-txt20_tab;
  }

  @include mq-up(xl) {
  	@include m-txt20_pc;
  }
  	*/
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  line-height: 2.2;
}

.txtbox20:not(.entryBody) p + p,
.txt20 + .txt20 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .txtbox20:not(.entryBody) p + p,
  .txt20 + .txt20 {
    margin-top: 30px;
  }
}

.txt--small {
  font-size: 0.625rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .txt--small {
    font-size: 0.6875rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .txt--small {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.txt--small + [class*=txt], [class*=txt] + .txt--small {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .txt--small + [class*=txt], [class*=txt] + .txt--small {
    margin-top: 30px;
  }
}

.txt--big {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .txt--big {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .txt--big {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
.txt--big + [class*=txt], [class*=txt] + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .txt--big + [class*=txt], [class*=txt] + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-notesMark {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .c-notesMark {
    padding-left: 20px;
  }
}
.c-notesMark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-leadtxt {
  text-align: center;
}

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  display: flex;
  justify-content: flex-start;
  row-gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: baseline;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-heading01 {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01 {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}
.c-heading01::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: -105%;
  bottom: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.c-heading01[data-aos=is-animation].aos-animate::before {
  left: 0;
}
.c-heading01_main {
  order: 1;
  font-size: clamp(1.25rem, 0.493rem + 3.365vw, 3.4375rem);
}
.c-heading01_sub {
  order: 2;
  margin-left: 5%;
  padding-left: 5%;
  border-left: 2px solid #000;
  font-size: clamp(0.75rem, 0.469rem + 1.25vw, 1.5625rem);
  vertical-align: bottom;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-heading01_sub {
    margin-bottom: 10px;
  }
}
.c-heading01--white {
  color: #fff;
}
.c-heading01--white .c-heading01_sub {
  border-color: #fff;
}

.c-heading02 {
  display: flex;
  align-items: flex-end;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
.c-heading02_main {
  font-size: clamp(1.25rem, 0.925rem + 1.442vw, 2.1875rem);
  order: 1;
  line-height: 1;
}
.c-heading02_sub {
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  line-height: 1;
  order: 2;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .c-heading02_sub {
    margin-left: 25px;
    padding-left: 25px;
  }
}

.c-heading03 {
  text-align: center;
  font-size: clamp(1rem, 0.373rem + 2.788vw, 2.8125rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  word-break: keep-all;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-heading03 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading03 {
    margin-bottom: 70px;
    letter-spacing: 0.1rem;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 {
  width: fit-content;
  padding: 15px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #000;
  font-size: clamp(0.625rem, 0.517rem + 0.481vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn01 {
    padding: 20px 60px;
    column-gap: 20px;
  }
}
.c-btn01 span {
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1200px) {
  .c-btn01 span {
    width: 15px;
    height: 15px;
  }
}
.c-btn01 span svg {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  .c-btn01:hover {
    background: #000;
    color: #fff;
  }
  .c-btn01:hover span svg {
    fill: #fff;
  }
}
.c-btn01--big {
  padding: 15px 45px;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn01--big {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn01--big {
    padding: 25px 60px;
  }
}
.c-btn01--center {
  margin: 0 auto;
}

/*=============================================================
  formParts.scss
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #000;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

/*=============================================================
  formlayout.scss
==============================================================*/
.formWrap {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.formTable {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 560px) {
  .formTable th,
  .formTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th,
  .formTable td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding-top: 30px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 560px) {
  .formTable th {
    padding-top: 35px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .formTable th {
    font-size: 1.125rem;
    padding-top: 40px;
  }
}
.formTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .formTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.formTable td {
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .formTable td {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .formTable td {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 560px) {
  .confirmTable {
    table-layout: fixed;
  }
}
.confirmTable th,
.confirmTable td {
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .confirmTable th,
  .confirmTable td {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 560px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th,
  .confirmTable td {
    padding: 40px 30px;
  }
}
.confirmTable th {
  font-size: 0.9375rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 559px) {
  .confirmTable th {
    padding-top: 30px;
  }
}
@media screen and (min-width: 560px) {
  .confirmTable th {
    font-size: 1rem;
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th {
    font-size: 1.125rem;
  }
}
.confirmTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .confirmTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 559px) {
  .confirmTable td {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 560px) {
  .confirmTable td {
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable td {
    font-size: 1rem;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.formPointTxt li::before {
  color: #CF1212;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  width: 100%;
  background-color: #000;
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit] {
    padding: 25px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background-color: black;
  }
}
.submit_btn button[type=submit] .c-btniconSvg {
  display: inline-block;
}
.submit_btn button[type=submit] .c-btniconSvg svg {
  fill: #fff;
  width: 16px;
  aspect-ratio: 320/512;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  color: #000;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 560px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.back_btn button .c-btniconSvg {
  display: inline-flex;
  align-items: center;
  padding-top: 2px;
}
.back_btn button .c-btniconSvg svg {
  fill: #000;
  width: 16px;
  aspect-ratio: 320/512;
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-notesList li {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .c-notesList li {
    padding-left: 20px;
  }
}
.c-notesList li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  loading.scss
==============================================================*/
.loading {
  position: fixed;
  width: 100svw;
  height: 100svh;
  z-index: 999;
  text-align: center;
  color: #fff;
  display: none;
}
.loading.is-active {
  display: block;
}

.js-fadein {
  opacity: 0;
}

/*=============================================================
  pagetop.scss
==============================================================*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    display: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
  }
  .pagetop::before {
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop * {
    display: block;
  }
}

/*=============================================================
  youtube.scss
==============================================================*/
.c-youtube {
  position: relative;
  width: 100%;
}
.c-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video video {
  object-fit: cover;
  width: 102%;
  height: 102%;
}

/*=============================================================
  table.scss
==============================================================*/
.c-tableScroll {
  overflow: auto;
  max-width: 100%;
}
.c-tableScroll table {
  width: 680px !important;
}
@media screen and (min-width: 560px) {
  .c-tableScroll table {
    width: 100%;
  }
}

/*=============================================================
  box.scss
==============================================================*/
.c-radiusbox {
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 30px;
  padding: 40px 9%;
}
@media screen and (min-width: 768px) {
  .c-radiusbox {
    border-top-left-radius: 50px;
    padding: 60px 9%;
  }
}
@media screen and (min-width: 1200px) {
  .c-radiusbox {
    border-top-left-radius: 80px;
    padding: 80px 9%;
  }
}

/*=============================================================
  contentsNavi.scss
==============================================================*/
.p-contentsNaviWrap--border .p-contentsNavi {
  position: relative;
}
.p-contentsNaviWrap--border .p-contentsNavi::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviWrap--border .p-contentsNavi::before {
    top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNaviWrap--border .p-contentsNavi::before {
    top: -150px;
  }
}

@media screen and (min-width: 560px) {
  .p-contentsNavi {
    padding: 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .p-contentsNavi {
    padding: 0;
  }
}
.p-contentsNavi_heading {
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-contentsNavi_heading {
    text-align: left;
    margin-bottom: 40px;
  }
}
.p-contentsNavi_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.p-contentsNavi a {
  display: flex;
  align-items: flex-end;
  padding: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-contentsNavi a {
    border-top-left-radius: 30px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNavi a {
    border-top-left-radius: 40px;
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-contentsNavi a:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  }
}

.p-contentsNaviItem {
  width: 47.5%;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviItem {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNaviItem {
    width: 23%;
  }
}
.p-contentsNaviItem a {
  aspect-ratio: 1;
}
@media screen and (min-width: 960px) {
  .p-contentsNaviItem a:hover .p-contentsNaviItem_num span {
    width: 100%;
  }
  .p-contentsNaviItem a:hover .p-contentsNaviItem_num span::after {
    opacity: 1;
  }
}
.p-contentsNaviItem_title {
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 15px 0 0;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.746rem + 1.129vw, 1.875rem);
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .p-contentsNaviItem_title {
    padding: 20px 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNaviItem_title {
    padding: 30px 30px 0 0;
  }
}
.p-contentsNaviItem_num {
  position: relative;
  width: 100%;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
}
.p-contentsNaviItem_num span {
  width: 14%;
  display: block;
  position: relative;
  padding-bottom: 5px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.p-contentsNaviItem_num span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviItem_num span::before {
    height: 2px;
  }
}
@media screen and (min-width: 960px) {
  .p-contentsNaviItem_num span::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    bottom: 4px;
    rotate: 45deg;
    opacity: 0;
    transition: opacity 0.3s;
  }
}

.p-contentsNaviConact {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviConact {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNaviConact {
    margin-top: 60px;
  }
}
.p-contentsNaviConact a {
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviConact a {
    flex-direction: row;
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contentsNaviConact a {
    padding: 70px 20px;
  }
}
.p-contentsNaviConact_txt01 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 1.904rem + 1.538vw, 3.25rem);
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviConact_txt01 {
    width: auto;
    column-gap: 30px;
  }
}
.p-contentsNaviConact_txt01 span {
  display: block;
  width: 16px;
  aspect-ratio: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-contentsNaviConact_txt01 span {
    width: 30px;
    margin-bottom: 7px;
  }
}
.p-contentsNaviConact_txt01 svg {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-contentsNaviConact_txt02 {
  line-height: 1.8;
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 15px;
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-contentsNaviConact_txt02 {
    border-top: 0;
    border-left: 1px solid #000;
    padding-top: 0;
    margin-top: 0;
    padding-left: min(4vw, 60px);
    margin-left: min(4vw, 60px);
  }
}

/*=============================================================
  related.scss
==============================================================*/
@media screen and (min-width: 768px) {
  .p-related {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "pr-head pr-btn" "pr-list pr-list";
    justify-content: space-between;
    align-items: center;
    row-gap: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .p-related {
    row-gap: 50px;
  }
}
.p-related_heading {
  grid-area: pr-head;
}
.p-related .p-relatedList {
  grid-area: pr-list;
}
.p-related_btn {
  grid-area: pr-btn;
}
.p-related_heading {
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-related_heading {
    margin-bottom: 0;
  }
}
.p-related_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-related_btn {
    margin-top: 0;
  }
}
.p-related_btn .c-btn01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-related_btn .c-btn01 {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-relatedList {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.p-relatedList .slick-track {
  margin-inline: 0;
}
.p-relatedList .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 40%;
  width: 20px;
  aspect-ratio: 30/53;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-relatedList .slick-arrow {
    width: 40px;
    padding: 10px;
  }
}
.p-relatedList .slick-arrow span {
  display: block;
  width: 100%;
}
.p-relatedList .slick-arrow.slick-next {
  left: 0;
  translate: -100% -50%;
}
.p-relatedList .slick-arrow.slick-prev {
  right: 0;
  translate: 100% -50%;
}

.p-relatedItem {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-relatedItem {
    margin: 15px;
    border: none;
  }
}
.p-relatedItem:last-of-type {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-relatedItem:last-of-type {
    border: none;
  }
}
.p-relatedItem a {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 7%;
  align-items: start;
  grid-template-areas: "related-img related-data" "related-img related-title";
}
@media screen and (min-width: 768px) {
  .p-relatedItem a {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  a:hover .p-relatedItem_img::after {
    opacity: 0.7;
  }
}
.p-relatedItem_data {
  grid-area: related-data;
}
.p-relatedItem_title {
  grid-area: related-title;
}
.p-relatedItem_img {
  grid-area: related-img;
}
.p-relatedItem_img {
  aspect-ratio: 340/236;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-relatedItem_img {
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-relatedItem_img::after {
    content: "";
    background: #000;
    opacity: 0.4;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
  }
}
.p-relatedItem_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-relatedItem_data {
  display: flex;
  align-items: center;
  font-size: clamp(0.5rem, 0.349rem + 0.673vw, 0.9375rem);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-relatedItem_data {
    margin-top: 20px;
  }
}
.p-relatedItem_category02 {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.p-relatedItem_date {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  letter-spacing: 0.1rem;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
.p-relatedItem_date::before {
  content: "";
  width: 1px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-relatedItem_title {
  flex: 1;
  font-size: clamp(0.875rem, 0.853rem + 0.096vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-relatedItem_title {
    width: 100%;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #000;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #b5b5b5;
  text-decoration: none;
}

.a-linktxt {
  color: #b5b5b5;
  text-decoration: underline;
}

.c-anchorlink {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 200px;
    margin-top: -200px;
  }
}

.c-hoverimg img {
  transition: all 0.5s;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
[data-aos=is-lineup] {
  overflow: hidden;
}
[data-aos=is-lineup] span {
  display: inline-block;
  translate: 0 105%;
  transition-property: translate;
  transition-duration: 1.2s;
  transition-delay: 0s;
}
[data-aos=is-lineup].aos-animate span {
  translate: 0 0;
}
[data-aos=is-lineup] + [data-aos=is-lineup] span {
  transition-delay: 0.3s;
}
[data-aos=is-lineup] + [data-aos=is-lineup] + [data-aos=is-lineup] span {
  transition-delay: 0.6s;
}

.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

@keyframes animeRotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*=============================================================
  aosCustomize.scss
==============================================================*/
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -30px, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

/*=============================================================
  slick.scss
==============================================================*/
/*
// 高さ揃え
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


.slick-arrow{
  z-index: 20;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
	box-sizing: border-box;
	@include mq-up(lg){
 	 width: 60px;
	}
	@include mq-up(xxl){
 	 width: 70px;
	}

	&.slick-next{
		left:-15px;
		background: url("../../img/top/slide_arrow-left.png") no-repeat center 40% #fff;
		background-size: 13px auto;
		@include mq-up(lg){
			left:-40px;
			background-size: auto;
		}
		@include mq-up(xxl){
			left:-50px;
		}
	}

	&.slick-prev{
		right:-15px;
		background: url("../../img/top/slide_arrow-right.png") no-repeat center 40% #fff;
		background-size: 13px auto;
		@include mq-up(lg){
			right:-40px;
			background-size: auto;
		}
		@include mq-up(xxl){
			right:-50px;
		}
	}
}
	*/
/*=============================================================
  header.scss
=============================================================*/
.l-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    padding-left: 7.8vw;
  }
}

.l-header_inner {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(50px, 15%, 90px) 1fr;
  flex: 1;
  column-gap: 3%;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-header_inner {
    padding-top: 50px;
    grid-template-columns: auto 1fr;
    column-gap: 30px;
    align-items: end;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_inner {
    column-gap: 40px;
    padding-top: 76px;
  }
}
.l-header_inner .l-header_logo {
  grid-column: 1/2;
  width: 100%;
}
.l-header_inner .l-header_logo a {
  width: 100%;
}
.l-header_inner .l-header_corporate {
  grid-column: 2/3;
}

.l-header_corporate {
  flex: 1;
}
.l-header_corporate a {
  display: inline-block;
  padding: 3px 8px;
  background: #000;
  color: #fff;
  font-size: clamp(0.5625rem, 0.454rem + 0.481vw, 0.875rem);
  font-weight: 600;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-header_corporate a {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-header_corporate a:hover {
    opacity: 0.6;
  }
}

.l-header_logo a {
  width: clamp(50px, 15%, 90px);
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header_logo a {
    width: auto;
    display: flex;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_logo a {
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-header_logo span:first-of-type {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_logo span:first-of-type {
    width: 113px;
  }
}
.l-header_logo span:nth-of-type(2) {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #C6BC82;
  line-height: 1;
  font-size: clamp(0.75rem, 0.469rem + 1.25vw, 1.5625rem);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-header_logo span:nth-of-type(2) {
    align-self: center;
    margin-top: 0;
  }
}

.logoimg {
  max-width: none;
  height: auto;
  max-height: 100%;
}

/*
.l-header.is-scroll{
	position: fixed;
  z-index: 999;
	animation: anime-scrollMenu 0.5s forwards;

  @include mq-up(lg){		
  }

}

@keyframes anime-scrollMenu{
  from {
		opacity: 0;
		transform: translateY(-100px);
  }
  to {
		opacity: 1;
		transform: translateY(0);
  }
}
*/
/*=============================================================
  drawer.scss
=============================================================*/
.l-drawer {
  background: #fff;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 990;
}
.l-drawer_container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  opacity: 0;
  translate: 0 30px;
  transition: all 0.7s;
  transition-delay: 1000;
}
@media screen and (min-width: 768px) {
  .l-drawer_container {
    padding-top: 200px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_container {
    padding-bottom: 100px;
  }
}
.is-menuopen .l-drawer_container {
  opacity: 1;
  translate: 0;
}
@media screen and (min-width: 768px) {
  .l-drawer_inner {
    display: grid;
    grid-template-columns: auto min(280px, 36%);
    grid-template-rows: auto 1fr;
    grid-template-areas: "g-navi g-contact" "g-navi g-link";
    margin-right: 6.3333333333vw;
    justify-content: center;
    column-gap: 20%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_inner {
    grid-template-columns: 1fr min(280px, 25%);
    column-gap: 10%;
  }
}

.l-drawerNavi {
  grid-area: g-navi;
}

.l-drawer_contact {
  grid-area: g-contact;
}

.l-drawerLink {
  grid-area: g-link;
}

.l-drawer_logo {
  position: absolute;
  left: 40px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .l-drawer_logo {
    top: 50px;
    left: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_logo {
    top: 76px;
    left: 7.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-drawer_logo a {
    display: flex;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_logo a {
    column-gap: 20px;
  }
}
.l-drawer_logo div {
  width: clamp(50px, 15%, 90px);
}
@media screen and (min-width: 768px) {
  .l-drawer_logo div {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_logo div {
    width: 113px;
  }
}
.l-drawer_logo span {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.75rem, 0.469rem + 1.25vw, 1.5625rem);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-drawer_logo span {
    align-self: center;
    margin-top: 0;
  }
}

.l-drawerNavi {
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  display: flex;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-drawerNavi {
    text-align: left;
    max-width: none;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawerNavi {
    height: 560px;
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawerNavi {
    height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .l-drawerNavi > li:first-of-type {
    height: 500px;
  }
}
.l-drawerNavi > li:has(p) {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-drawerNavi > li:has(p) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-drawerNavi p {
    display: block;
    color: #999;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.l-drawerNavi > li > a {
  color: #000;
  font-size: clamp(1.125rem, 0.865rem + 1.154vw, 1.875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.l-drawerNavi a > span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .l-drawerNavi a > span {
    padding: 5px 0;
  }
}
.l-drawerNavi a > span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: -105%;
  bottom: 0;
  transition: left 0.5s;
}
@media screen and (min-width: 960px) {
  .l-drawerNavi a:hover > span::before {
    left: 0;
  }
}
.l-drawerNavi li ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-drawerNavi li ul {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawerNavi li ul {
    margin-bottom: 0;
  }
}
.l-drawerNavi li li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .l-drawerNavi li li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.l-drawerNavi li li a {
  font-size: clamp(1.125rem, 0.974rem + 0.673vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.l-drawerNavi li li a span span {
  display: inline-block;
  width: 40px;
  margin-right: 12px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-drawerNavi li li a span span {
    width: 48px;
    margin-right: 20px;
  }
}
.l-drawerNavi li li a span span::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

.l-drawer_contact {
  margin-top: 60px;
  width: 80%;
  max-width: 280px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-drawer_contact {
    margin-top: 0;
    width: 100%;
  }
}
.l-drawer_contact li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-drawer_contact li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_contact li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.l-drawer_contact a {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 25px 0;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(0.8125rem, 0.661rem + 0.673vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-drawer_contact a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_contact a {
    transition: all 0.5s;
  }
}
.l-drawer_contact a span {
  display: inline-block;
  padding-left: 15px;
}
.l-drawer_contact a span svg {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .l-drawer_contact a span svg {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_contact a:hover {
    background: #000;
    color: #fff;
  }
  .l-drawer_contact a:hover svg {
    fill: #fff;
  }
}

.l-drawerLink {
  width: 80%;
  max-width: 280px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-drawerLink {
    width: 100%;
  }
}
.l-drawerLink a {
  transition: all 0.5s;
}
.l-drawerLink a:hover {
  opacity: 0.8;
}
.l-drawerLink_houjin a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
  padding: 25px 0;
  background: #727171;
  font-size: clamp(0.875rem, 0.702rem + 0.769vw, 1.375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-drawerLink_houjin a {
    padding: 30px 0;
    border-top-right-radius: 25px;
  }
}
.l-drawerLink_houjin span {
  display: inline-block;
}
.l-drawerLink_houjin .svg01 {
  margin-top: 3px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .l-drawerLink_houjin .svg01 {
    display: none;
  }
}
.l-drawerLink_houjin .svg01 svg {
  width: 24px;
  fill: #fff;
}
.l-drawerLink_houjin .svg02 {
  align-self: flex-end;
}
.l-drawerLink_houjin .svg02 svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.l-drawerShop {
  margin-top: 20px;
}
.l-drawerShop_heading {
  color: #999;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-drawerShop_heading {
    font-size: 0.9375rem;
  }
}
.l-drawerRecruit {
  background: #C6BC82;
}
@media screen and (min-width: 768px) {
  .l-drawerRecruit {
    background: #fff;
  }
}
.l-drawerRecruit .l-drawer_logo span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-drawerRecruit .l-drawer_logo span {
    color: #C6BC82;
  }
}
@media screen and (min-width: 768px) {
  .l-drawerRecruit .l-drawer_inner {
    width: 100%;
    display: grid;
    grid-template-columns: auto min(280px, 40%);
    grid-template-rows: auto 1fr;
    grid-template-areas: "g-navi g-recruit" "g-navi g-corporate";
    padding-right: 6.3333333333vw;
    justify-content: space-between;
    column-gap: 10%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawerRecruit .l-drawer_inner {
    grid-template-columns: 1fr min(390px, 40%);
    column-gap: 10%;
  }
}

@media screen and (min-width: 1200px) {
  #recruit .l-drawerNavi {
    height: 580px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .l-drawerNavi p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #recruit .l-drawerNavi > li > a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #recruit .l-drawerNavi a > span::before {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #recruit .l-drawerNavi li li a span span::before {
    background: #fff;
  }
}

.l-drawer_recbtn + .l-drawer_recbtn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-drawer_recbtn + .l-drawer_recbtn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_recbtn + .l-drawer_recbtn {
    margin-top: 50px;
  }
}
.l-drawer_recbtn a {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  font-size: clamp(0.8125rem, 0.445rem + 1.635vw, 1.875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-drawer_recbtn a {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_recbtn a {
    padding: 40px 20px;
  }
}
.l-drawer_recbtn a span {
  display: block;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .l-drawer_recbtn a span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_recbtn a span {
    width: 26px;
    height: 26px;
  }
}
.l-drawer_recbtn a svg {
  fill: #000;
  transition: all 0.5s;
}

.l-drawer_recruit {
  grid-area: g-recruit;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-drawer_recruit {
    margin-top: 0;
  }
}
.l-drawer_recruit a {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-drawer_recruit a {
    background: #C6BC82;
    color: #fff;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_recruit a {
    padding: 60px 20px;
  }
}
.l-drawer_recruit a svg {
  fill: #000;
}
@media screen and (min-width: 768px) {
  .l-drawer_recruit a svg {
    fill: #fff;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_recruit a:hover {
    background: #645A21;
  }
}

.l-drawer_corporate {
  grid-area: g-corporate;
}
.l-drawer_corporate a {
  background: #645A21;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-drawer_corporate a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
}
.l-drawer_corporate a svg {
  fill: #000;
}
@media screen and (min-width: 768px) {
  .l-drawer_corporate a svg {
    fill: #fff;
  }
}
@media screen and (min-width: 960px) {
  .l-drawer_corporate a:hover {
    background: #000;
    color: #fff;
  }
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  display: block;
  width: min(20vw, 80px);
  height: 100px;
  margin-left: auto;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .naviBtn {
    height: 130px;
  }
}
@media screen and (min-width: 960px) {
  .naviBtn {
    width: 90px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .naviBtn {
    height: 170px;
    width: min(7.5%, 156px);
  }
}
@media screen and (min-width: 1900px) {
  .naviBtn {
    height: 200px;
    width: 156px;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  padding: 25px 12px 16px 12px;
  position: relative;
  transition: 0.4s all;
  outline: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  text-align: center;
  border-bottom-left-radius: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .naviBtn button {
    padding-top: 45px;
    border-bottom-left-radius: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .naviBtn button {
    padding-top: 68px;
  }
}
@media screen and (min-width: 1900px) {
  .naviBtn button {
    border-bottom-left-radius: 50px;
  }
}
.naviBtn p {
  color: #000;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .naviBtn p {
    font-size: clamp(1rem, 0.581rem + 0.872vw, 1.5625rem);
  }
}
.naviBtn_box {
  width: 80%;
  margin-inline: auto;
  position: relative;
  max-width: 60px;
  aspect-ratio: 60/45;
}
@media screen and (min-width: 960px) {
  .naviBtn_box {
    width: 70%;
  }
}
.naviBtn_line {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 60/45;
  position: absolute;
  left: 0;
  top: 0;
}
.naviBtn_line div {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 133/19;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.naviBtn_line svg {
  width: 100%;
  padding: 0;
  margin: 0;
  aspect-ratio: 133/19;
}
.naviBtn_line img {
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0;
  aspect-ratio: 133/19;
}
.naviBtn_line--first div {
  position: absolute;
  left: 0;
}
.naviBtn_line--first div:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
.naviBtn_line--first div:nth-of-type(2) {
  opacity: 1;
  top: 27%;
}
.naviBtn_line--first div:nth-of-type(3) {
  opacity: 1;
  bottom: 27%;
}
.naviBtn_line--first div:nth-of-type(4) {
  opacity: 1;
  bottom: 0;
}
.naviBtn_line--second div {
  position: absolute;
  left: 0;
}
.naviBtn_line--second div:nth-of-type(1) {
  opacity: 0;
  top: 50%;
  translate: 0 -50%;
}
.naviBtn_line--second div:nth-of-type(2) {
  opacity: 0;
  bottom: 50%;
  translate: 0 50%;
}

.is-menuopen .naviBtn_line--first div:nth-of-type(1) {
  animation: 0.5s lineFirst01 ease-out forwards;
}
.is-menuopen .naviBtn_line--first div:nth-of-type(2) {
  animation: 0.5s lineFirst02 ease-out forwards;
}
.is-menuopen .naviBtn_line--first div:nth-of-type(3) {
  animation: 0.5s lineFirst03 ease-out forwards;
}
.is-menuopen .naviBtn_line--first div:nth-of-type(4) {
  animation: 0.5s lineFirst04 ease-out forwards;
}
.is-menuopen .naviBtn_line--second div:nth-of-type(1) {
  animation: 0.7s lineSecond01 ease-in-out forwards;
}
.is-menuopen .naviBtn_line--second div:nth-of-type(2) {
  animation: 0.7s lineSecond02 ease-in-out forwards;
}

.is-menuclose .naviBtn_line--first div:nth-of-type(1) {
  top: 42%;
  opacity: 0;
  animation: 0.5s lineFirst01Close 0.4s ease-out forwards;
}
.is-menuclose .naviBtn_line--first div:nth-of-type(2) {
  top: 42%;
  opacity: 0;
  animation: 0.5s lineFirst02Close 0.4s ease-out forwards;
}
.is-menuclose .naviBtn_line--first div:nth-of-type(3) {
  bottom: 42%;
  opacity: 0;
  animation: 0.5s lineFirst03Close 0.4s ease-out forwards;
}
.is-menuclose .naviBtn_line--first div:nth-of-type(4) {
  bottom: 42%;
  opacity: 0;
  animation: 0.5s lineFirst04Close 0.4s ease-out forwards;
}
.is-menuclose .naviBtn_line--second div:nth-of-type(1) {
  opacity: 1;
  translate: 0 -35%;
  rotate: -35deg;
  animation: 0.7s lineSecond01Close ease-in-out both;
}
.is-menuclose .naviBtn_line--second div:nth-of-type(2) {
  opacity: 1;
  translate: 0 65%;
  rotate: 35deg;
  animation: 0.7s lineSecond02Close ease-in-out both;
}

@keyframes lineFirst01 {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 42%;
    opacity: 0;
  }
}
@keyframes lineFirst02 {
  0% {
    top: 27%;
    opacity: 1;
  }
  100% {
    top: 42%;
    opacity: 0;
  }
}
@keyframes lineFirst03 {
  0% {
    bottom: 27%;
    opacity: 1;
  }
  100% {
    bottom: 42%;
    opacity: 0;
  }
}
@keyframes lineFirst04 {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 42%;
    opacity: 0;
  }
}
@keyframes lineSecond01 {
  0% {
    translate: 0 -50%;
    opacity: 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -50%;
    opacity: 1;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    translate: 0 -35%;
    rotate: -35deg;
  }
}
@keyframes lineSecond02 {
  0% {
    translate: 0 50%;
    opacity: 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 50%;
    opacity: 1;
    rotate: 0deg;
  }
  100% {
    opacity: 1;
    translate: 0 65%;
    rotate: 35deg;
  }
}
@keyframes lineFirst01Close {
  0% {
    top: 42%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes lineFirst02Close {
  0% {
    top: 42%;
    opacity: 0;
  }
  100% {
    top: 27%;
    opacity: 1;
  }
}
@keyframes lineFirst03Close {
  0% {
    bottom: 42%;
    opacity: 0;
  }
  100% {
    bottom: 27%;
    opacity: 1;
  }
}
@keyframes lineFirst04Close {
  0% {
    bottom: 42%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes lineSecond01Close {
  0% {
    opacity: 1;
    translate: 0 -35%;
    rotate: -35deg;
  }
  50% {
    translate: 0 -50%;
    opacity: 1;
    rotate: 0deg;
  }
  100% {
    translate: 0 -50%;
    opacity: 0;
    rotate: 0deg;
  }
}
@keyframes lineSecond02Close {
  0% {
    opacity: 1;
    translate: 0 65%;
    rotate: 35deg;
  }
  50% {
    translate: 0 50%;
    opacity: 1;
    rotate: 0deg;
  }
  100% {
    translate: 0 50%;
    opacity: 0;
    rotate: 0deg;
  }
}
/*=============================================================
  footer.scss
=============================================================*/
.l-footerWrap {
  background: #000;
  color: #fff;
  position: relative;
}

.l-footer {
  text-align: center;
  display: grid;
  grid-template-columns: 145px 145px;
  grid-template-rows: auto auto auto auto auto;
  column-gap: 5%;
  grid-template-areas: "f-logo f-logo" "f-company f-company" "f-address f-address" "f-navi f-navi" "f-houjin f-shop" "f-copyright f-copyright";
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    text-align: left;
    grid-template-columns: auto 1fr 300px;
    grid-template-rows: auto auto auto auto 1fr;
    grid-template-areas: "f-logo . f-recruit" "f-company . f-recruit" "f-address . f-houjin" "f-navi . f-shop" "f-copyright . f-shop";
    align-items: flex-start;
    column-gap: 3%;
  }
}
@media screen and (min-width: 960px) {
  .l-footer {
    grid-template-columns: auto 1fr 1fr;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "f-logo f-navi f-navi" "f-company f-navi f-navi" "f-address f-navi f-navi" "f-copyright f-recruit f-houjin" "f-copyright f-shop f-shop";
    column-gap: 5%;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer {
    grid-template-columns: auto 1fr auto min(23%, 300px);
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "f-logo . f-navi f-recruit" "f-company . f-navi f-recruit" "f-company . f-navi f-shop" "f-address . f-navi f-shop" "f-copyright . f-houjin f-houjin";
    column-gap: 3%;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer {
    column-gap: 5%;
  }
}
.l-footer_logo {
  grid-area: f-logo;
}
.l-footer_company {
  grid-area: f-company;
}
.l-footer_address {
  grid-area: f-address;
}
.l-footer .l-footerNavi {
  grid-area: f-navi;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footerNavi {
    align-self: center;
  }
}
@media screen and (min-width: 960px) {
  .l-footer .l-footerNavi {
    align-self: start;
  }
}
.l-footer_houjin {
  grid-area: f-houjin;
  align-self: end;
}
@media screen and (min-width: 768px) {
  .l-footer_houjin {
    align-self: start;
  }
}
.l-footer_copyright {
  grid-area: f-copyright;
}
@media screen and (min-width: 768px) {
  .l-footer_copyright {
    align-self: end;
  }
}
.l-footer_recruit {
  grid-area: f-recruit;
}
.l-footerShop {
  grid-area: f-shop;
  align-self: end;
}
@media screen and (min-width: 1200px) {
  .l-footerShop {
    align-self: start;
  }
}
.l-footer_logo {
  width: clamp(50px, 15%, 113px);
  margin-bottom: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer_logo {
    width: 80px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_logo {
    width: 113px;
    margin-bottom: 45px;
  }
}
.l-footer_company.txt, .l-footer_address.txt {
  line-height: 1.6;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-footer_company.txt, .l-footer_address.txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_company.txt, .l-footer_address.txt {
    line-height: 1.8;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_address.txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_address.txt {
    margin-top: 0;
  }
}

.l-footerNavi {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footerNavi {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi {
    margin-top: 0;
    display: grid;
    column-gap: min(6vw, 80px);
    grid-template-columns: auto auto 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "fn-list01 fn-list02 fn-list03" "fn-list01 fn-contact fn-contact";
    justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerNavi {
    column-gap: min(5vw, 80px);
  }
}
.l-footerNavi_list01 {
  grid-area: fn-list01;
}
.l-footerNavi_list02 {
  grid-area: fn-list02;
}
.l-footerNavi_list03 {
  grid-area: fn-list03;
}
.l-footerNavi_contact {
  grid-area: fn-contact;
}
.l-footerNavi ul {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footerNavi ul {
    display: block;
  }
}
.l-footerNavi ul a {
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footerNavi ul > li {
    margin-top: 8px;
  }
}
.l-footerNavi ul > li > a {
  font-size: 1.125rem;
  line-height: 1.6;
  display: inline;
  height: auto;
}
.l-footerNavi ul > li > a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .l-footerNavi ul > li > a span {
    padding: 0px 0;
  }
}
.l-footerNavi ul > li > a span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: -105%;
  bottom: 0;
  transition: left 0.5s;
}
@media screen and (min-width: 960px) {
  .l-footerNavi ul > li > a:hover span::before {
    left: 0;
  }
}
.l-footerNavi ul li ul {
  margin-top: 15px;
}
.l-footerNavi ul li li:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-footerNavi ul li li a {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
  display: inline;
  height: auto;
}
.l-footerNavi ul li li a::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: left 0.5s;
}
@media screen and (min-width: 960px) {
  .l-footerNavi ul li li a:hover::before {
    left: 5px;
  }
}
@media screen and (max-width: 959px) {
  .l-footerNavi .l-footerNavi_list01 {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-footerNavi .l-footerNavi_list02, .l-footerNavi .l-footerNavi_list03 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerNavi .l-footerNavi_list02, .l-footerNavi .l-footerNavi_list03 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: min(6vw, 80px);
  }
}
.l-footerNavi_contact {
  font-size: clamp(0.75rem, 0.62rem + 0.577vw, 1.125rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footerNavi_contact {
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_contact {
    margin-top: 5px;
  }
}
.l-footerNavi_contact a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footerNavi_contact a {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_contact a:hover span::before {
    left: 0;
  }
}
.l-footerNavi_contact span:first-of-type {
  padding: 5px 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.l-footerNavi_contact span:first-of-type::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_contact span:first-of-type::before {
    left: -105%;
    transition: left 0.5s;
  }
}
.l-footerNavi_contact .svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.l-footerNavi_contact svg {
  fill: #fff;
}

.l-footer_recruit {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer_recruit {
    display: block;
    width: 100%;
    max-width: 300px;
  }
}
.l-footer_recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-top-right-radius: 25px;
  padding: 25px 0;
  font-size: clamp(0.6875rem, 0.488rem + 0.887vw, 1.375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-footer_recruit a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_recruit a {
    padding: 35px 0;
  }
}
.l-footer_recruit a span {
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .l-footer_recruit a span {
    margin-bottom: 6px;
  }
}
.l-footer_recruit a span svg {
  fill: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  .l-footer_recruit a:hover {
    background: #727171;
    color: #fff;
  }
  .l-footer_recruit a:hover svg {
    fill: #fff;
  }
}

.l-footerShop {
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-footerShop {
    margin-top: 0;
  }
}
.l-footerShop_heading {
  color: #999;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-footerShop_heading {
    font-size: 0.625rem;
  }
}
.l-footerShop_bnr {
  aspect-ratio: 568/226;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footerShop_bnr {
    max-width: 145px;
  }
}
.l-footerShop_bnr a {
  transition: opacity 0.5s;
}
@media screen and (min-width: 960px) {
  .l-footerShop_bnr a:hover {
    opacity: 0.8;
  }
}

.l-footer_houjin a {
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  background: #727171;
  font-size: clamp(0.6875rem, 0.488rem + 0.887vw, 1.375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer_houjin a {
    aspect-ratio: 568/226;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_houjin a {
    line-height: 1.5;
    align-items: center;
    column-gap: 20px;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    border-top-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_houjin a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_houjin a:hover {
    background: #fff;
    color: #000;
  }
  .l-footer_houjin a:hover svg {
    fill: #000;
  }
}
.l-footer_houjin span {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .l-footer_houjin br {
    display: none;
  }
}
.l-footer_houjin .svg01 {
  margin-top: 3px;
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footer_houjin .svg01 {
    display: block;
  }
}
.l-footer_houjin .svg01 svg {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
  transition: all 0.5s;
}
.l-footer_houjin .svg02 {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-footer_houjin .svg02 {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_houjin .svg02 {
    margin-bottom: 0;
  }
}
.l-footer_houjin .svg02 svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .l-footer_houjin .svg02 svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_houjin .svg02 svg {
    width: 19px;
    height: 19px;
  }
}

.l-footer_copyright {
  font-size: 0.5rem;
  font-family: "Figtree", "MFW-YuGoPr6N-Medium", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer_copyright {
    font-size: 0.625rem;
    text-align: left;
  }
}

.l-pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-pagetop {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 46.6666666667px;
    cursor: pointer;
    transition: translate 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .l-pagetop {
    right: 9.5vw;
    bottom: 70px;
  }
}
.l-pagetop:hover {
  translate: 0 -5px;
}
.l-pagetop p {
  text-align: center;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  color: #fff;
}
.l-pagetop div {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-inline: auto;
}
.l-pagetop div span {
  display: block;
  width: 15px;
  height: 20px;
  margin-bottom: 2px;
}

#recruit .l-footerWrap {
  background: #645A21;
}
#recruit .l-footer_houjin a {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #recruit .l-footer_houjin a:hover {
    background: #C6BC82;
    color: #fff;
  }
  #recruit .l-footer_houjin a:hover svg {
    fill: #fff;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-container {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding-top: 200px;
  }
}
#home .l-container {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-column_main {
    width: 75%;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_main {
    width: 78.5%;
    max-width: none;
  }
}
.l-column_side {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-column_side {
    width: 20%;
    max-width: 200px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_side {
    width: 13%;
    max-width: none;
  }
}
.l-column_sideInner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  column-gap: 3%;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-column_sideInner {
    display: block;
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_sideInner {
    top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .side-box + .side-box {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .side-box + .side-box {
    margin-top: 120px;
  }
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  position: relative;
}
.l-pageHeading_inner {
  width: auto;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 10;
  text-align: center;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-pageHeading_inner {
    row-gap: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_inner {
    row-gap: 55px;
  }
}
.l-pageHeading_main {
  font-size: clamp(1.125rem, 0.433rem + 3.077vw, 3.125rem);
  order: 2;
  width: 100%;
  white-space: nowrap;
}
.l-pageHeading_sub {
  font-size: clamp(0.75rem, 0.469rem + 1.25vw, 1.5625rem);
  order: 1;
  text-transform: uppercase;
  width: 100%;
}
.l-pageHeading_img {
  height: clamp(110px, 30vw, 400px);
  overflow: hidden;
  position: relative;
}
.l-pageHeading_img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.l-pageHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-pageHeading02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-pageHeading02 {
    display: block;
  }
}
.l-pageHeading02_inner {
  display: flex;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-pageHeading02_inner {
    justify-content: center;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading02_inner {
    padding-top: 76px;
  }
}
.l-pageHeading02_main {
  font-size: clamp(1.25rem, 1.142rem + 0.481vw, 1.5625rem);
  order: 1;
}
.l-pageHeading02_sub {
  font-size: clamp(0.75rem, 0.469rem + 1.25vw, 1.5625rem);
  order: 2;
}
.l-pageHeading02_sub + .l-pageHeading02_main {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .l-pageHeading02_sub + .l-pageHeading02_main {
    margin-right: 25px;
    padding-right: 25px;
  }
}

.report .l-pageHeading02 {
  display: block;
}

.l-pageHeading03 {
  text-align: center;
  font-size: clamp(1rem, 0.264rem + 3.269vw, 3.125rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  width: 100%;
  margin-top: 36.6666666667px;
}
@media screen and (min-width: 560px) {
  .pagination {
    margin-top: 73.3333333333px;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    margin-top: 110px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.pagination li {
  text-decoration: none;
}
.pagination span, .pagination a {
  transition: all 0.5s;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  color: #A1A1A1;
}
@media screen and (min-width: 960px) {
  .pagination span:hover, .pagination a:hover {
    color: #000;
  }
}
.pagination span.dots:hover {
  color: #A1A1A1;
}
.pagination span.current {
  border-bottom: 1px solid #000;
  color: #000;
}
.pagination .prev {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .pagination .prev {
    margin-right: 40px;
  }
}
.pagination .next {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .pagination .next {
    margin-left: 40px;
  }
}

/* entryNavi
---------------------------------------------*/
.entryNaviWrap {
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .entryNaviWrap {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .entryNaviWrap {
    margin-top: 150px;
  }
}

.entryNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8vw;
}
.entryNavi p {
  position: relative;
}
.entryNavi_prev a, .entryNavi_next a {
  transition: all 0.5s;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  color: #A1A1A1;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
}
.entryNavi_prev a span, .entryNavi_next a span {
  width: 8px;
  aspect-ratio: 30/53;
  display: block;
}
.entryNavi_prev a span svg, .entryNavi_next a span svg {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #A1A1A1;
  transition: all 0.5s;
}
.entryNavi_prev a:hover, .entryNavi_next a:hover {
  color: #000;
}
.entryNavi_prev a:hover svg, .entryNavi_next a:hover svg {
  fill: #000;
}
@media screen and (min-width: 560px) {
  .entryNavi_back .c-btn01 {
    min-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .entryNavi_back .c-btn01 {
    min-width: 200px;
  }
}

/*=============================================================
  top.css
=============================================================*/
.top-fvWrap {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}

.top-fvCopy {
  background: #fff;
  padding: 15px 5px 15px 40px;
  border-top-right-radius: 30px;
  font-size: clamp(1.625rem, 1.43rem + 0.865vw, 2.1875rem);
  line-height: 1.8;
  text-indent: -20px;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .top-fvCopy {
    line-height: 2;
    padding: 20px 20px 20px 9.5vw;
  }
}
@media screen and (min-width: 960px) {
  .top-fvCopy {
    left: 9.5vw;
    text-indent: -18px;
    padding: 0;
    border-radius: 0;
    background: none;
    translate: 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-fvCopy {
    left: 7.8vw;
  }
}
.js-slide_fv {
  display: none;
}

.js-slide_fv.slick-initialized {
  display: block;
}

.top-fvSlideWrap {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .top-fvSlideWrap {
    margin-right: 0;
  }
}

.top-fv {
  margin-left: clamp(50px, 15%, 113px);
  padding-left: 5vw;
  height: 100dvh;
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 87% auto 1fr;
  grid-template-areas: "fv-img" "fv-copy01" "fv-copy02";
}
@media screen and (min-width: 960px) {
  .top-fv {
    display: block;
    position: relative;
    padding: 76px 0 76px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-fv {
    margin-right: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .top-fv {
    margin-right: 31.2px;
  }
}
.top-fv_copy01 {
  grid-area: fv-copy01;
}
.top-fv_copy02 {
  grid-area: fv-copy02;
}
.top-fv .top-mainVisual {
  grid-area: fv-img;
}
.top-fv_copy01 {
  font-size: clamp(1.125rem, 1.016rem + 0.484vw, 1.5rem);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 {
    font-size: clamp(2.25rem, 0.08rem + 3.617vw, 4.375rem);
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    display: flex;
    column-gap: 3%;
  }
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 small {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 > span:first-of-type {
    display: block;
    width: 27.5%;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 > span:first-of-type span {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
  }
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 > span:nth-of-type(2) {
    display: block;
    color: #fff;
    padding-right: 20px;
    padding-left: 10px;
    margin-left: -10px;
    clip-path: inset(0 100% 0 0);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  }
}
.top-fv_copy01 > span:nth-of-type(2) span {
  padding-bottom: 0px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 > span:nth-of-type(2) span::before {
    content: "";
    background: url(../../img/top/top-promo_line.png) no-repeat center center/100% 100%;
    width: 103%;
    height: 21px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    translate: -50% 0;
  }
}
@media screen and (min-width: 960px) {
  .top-fv_copy01 > span:nth-of-type(2) span::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: 10px -10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .top-fv_copy01 > span:nth-of-type(2) span::after {
    width: 10px;
    height: 10px;
  }
}
.top-fv_copy02 {
  display: inline-block;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .top-fv_copy02 {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.top-fv_copy02 span {
  display: inline-block;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.745rem + 0.577vw, 1.25rem);
  opacity: 0;
  transition: opacity 1.5s;
  transition-delay: 3s;
}
@media screen and (min-width: 768px) {
  .top-fv_copy02 span {
    font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
    font-weight: 600;
  }
}
.top-mainVisual_left img {
  object-position: center top;
}

.slick-animation .top-fv_copy01 > span:first-of-type span {
  animation: fvAnime-clip 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}
.slick-animation .top-fv_copy01 > span:nth-of-type(2) {
  animation: fvAnime-clip 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s both;
}
.slick-animation .top-fv_copy02 span {
  opacity: 1;
}

@keyframes fvAnime-clip {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes fvAnime-opacity {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.top-mainVisual {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom-left-radius: 30px;
}
@media screen and (min-width: 768px) {
  .top-mainVisual {
    border-bottom-left-radius: 80px;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisual {
    height: 100%;
    width: 72.5%;
    margin-left: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 100px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual {
    border-top-left-radius: 130px;
  }
}
.top-mainVisual span,
.top-mainVisual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top-mainVisual_left {
  height: 66.2%;
}
@media screen and (min-width: 960px) {
  .top-mainVisual_left {
    height: auto;
    width: 60%;
  }
}
.top-mainVisual_right {
  height: 33.8%;
}
@media screen and (min-width: 960px) {
  .top-mainVisual_right {
    height: auto;
    width: 40%;
  }
}
.top-mainVisual img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-scroll {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-scroll {
    position: absolute;
    left: 9.5vw;
    bottom: 0;
    height: 74px;
    display: flex;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-scroll {
    left: 7.8vw;
  }
}
.top-scroll a {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.top-scroll span {
  display: inline-block;
  width: 18px;
}

.top-aboutWrap {
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .top-aboutWrap {
    padding-right: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .top-aboutWrap {
    padding-right: 0;
  }
}

.top-about {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .top-about {
    display: flex;
    column-gap: 5%;
    max-width: calc(1200px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-about {
    column-gap: 9.3%;
  }
}
@media screen and (min-width: 1600px) {
  .top-about {
    max-width: calc(1100px + 15.6vw);
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
}
.top-about_img {
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-about_img {
    border-top-right-radius: 0;
    border-top-left-radius: 80px;
    margin-left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_img {
    border-top-left-radius: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .top-about_img {
    width: 54%;
  }
}
.top-about_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-about_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.top-about_copy {
  margin-top: 40px;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.882rem + 1.635vw, 2.3125rem);
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-about_copy {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_copy {
    margin-bottom: 30px;
  }
}
.top-about_copy > span {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-about_copy > span + span {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_copy > span + span {
    margin-top: 50px;
  }
}
.top-about_copy [data-aos=is-lineup] span {
  transition-delay: 0.5s;
}
.top-about_copy [data-aos=is-lineup] + [data-aos=is-lineup] span {
  transition-delay: 0.7s;
}
.top-about_copy [data-aos=is-lineup] + [data-aos=is-lineup] + [data-aos=is-lineup] span {
  transition-delay: 0.9s;
}
.top-about_copy span span {
  display: inline-block;
}
.top-about_txt {
  margin-top: 40px;
  line-height: 2.5;
  word-break: keep-all;
}
.top-about_btn {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .top-about_btn {
    padding-top: 40px;
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .top-about_btn .c-btn01 {
    margin-left: auto;
  }
}

.top-activityWrap {
  overflow: hidden;
}
.top-activityWrap_heading {
  font-size: clamp(1.375rem, 0.445rem + 4.135vw, 4.0625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  word-break: keep-all;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .top-activityWrap_heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-activityWrap_heading {
    margin-bottom: 50px;
  }
}
.top-activityWrap_inner {
  position: relative;
}
.top-activityWrap_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #EBEBEC;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-activityWrap_inner::before {
    border-radius: 80px 0 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top-activityWrap_inner::before {
    border-radius: 110px 0 0 110px;
  }
}
.top-activityWrap[data-aos=is-animation] .top-activityWrap_inner::before {
  left: 105%;
  transition-property: left;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .top-activityWrap[data-aos=is-animation] .top-activityWrap_inner::before {
    transition-duration: 2.5s;
  }
}
@media screen and (min-width: 1200px) {
  .top-activityWrap[data-aos=is-animation] .top-activityWrap_inner::before {
    transition-duration: 3s;
  }
}
.top-activityWrap[data-aos=is-animation].aos-animate .top-activityWrap_inner::before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .top-activity {
    height: 70vh;
  }
}
@media screen and (min-width: 1200px) {
  .top-activity {
    height: 100vh;
  }
}
.top-activity .is-sp {
  display: block;
  margin-top: 5vh;
  margin-bottom: 10vh;
}
@media screen and (min-width: 768px) {
  .top-activity .is-sp {
    display: none;
    visibility: hidden;
  }
}
.top-activity .is-pc {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .top-activity .is-pc {
    display: block;
    visibility: visible;
  }
}
.top-activity_txt {
  word-break: keep-all;
}

.top-activitySlide {
  position: relative;
  width: 100%;
  height: auto;
}
.top-activitySlide_list {
  display: flex;
  column-gap: 1.5vw;
  row-gap: 0;
  width: 100%;
}
.top-activitySlide_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-activitySlide_img {
    aspect-ratio: 779/553;
    height: 45vh;
  }
}
@media screen and (min-width: 1200px) {
  .top-activitySlide_img {
    height: 50vh;
  }
}
.top-activitySlide_img span {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
}
.top-activitySlide_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-report {
  margin-right: calc(50% - 50vw);
  padding: 30px 0 30px 8%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-report {
    margin-bottom: 0;
  }
}
.top-report > * {
  position: relative;
  z-index: 10;
}
.top-report::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 105%;
  top: 0;
  border-radius: 30px 0 0 30px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .top-report::before {
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-report::before {
    border-radius: 80px 0 0 80px;
  }
}
.top-report[data-aos=is-animation02]::before {
  left: 105%;
  transition-property: left;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .top-report[data-aos=is-animation02]::before {
    transition-duration: 2.5s;
  }
}
@media screen and (min-width: 1200px) {
  .top-report[data-aos=is-animation02]::before {
    transition-duration: 3s;
  }
}
.top-report[data-aos=is-animation02].aos-animate::before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-report {
    margin-bottom: 60px;
    padding: 50px 0 50px 6%;
  }
}
@media screen and (min-width: 960px) {
  .top-report {
    display: grid;
    grid-template-columns: 1fr min(20%, 180px) 20%;
    grid-template-rows: auto 1fr;
    column-gap: 2%;
    grid-template-areas: "tr-title tr-btn tr-arrow" "tr-list tr-list tr-list";
  }
}
@media screen and (min-width: 1200px) {
  .top-report {
    margin-bottom: 80px;
    padding: 80px 0 80px 6%;
  }
}
@media screen and (min-width: 1200px) {
  .top-report {
    grid-template-columns: 1fr min(20%, 180px) min(15%, 130px) 166px;
    column-gap: 3%;
    grid-template-areas: "tr-title tr-btn tr-arrow ." "tr-list tr-list tr-list tr-list";
  }
}
@media screen and (min-width: 1600px) {
  .top-report {
    grid-template-columns: 1fr min(20%, 180px) min(15%, 130px) calc((100vw - 1453px) / 2);
    column-gap: 5%;
  }
}
.top-report_heading {
  grid-area: tr-title;
}
.top-report_list {
  grid-area: tr-list;
}
.top-report_btn {
  grid-area: tr-btn;
}
.top-report_heading {
  padding: 0;
  margin: 0;
  border: none;
}
.top-report_btn {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-report_btn {
    margin-top: 0;
  }
}
.top-report_btn .c-btn01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-report_btn .c-btn01 {
    padding: 20px 20px;
    min-width: 180px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-report_btn .c-btn01 {
    padding: 20px 20px;
  }
}
.top-report_arrows {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-report_arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-report_arrows .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #000;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.top-report_arrows .slick-arrow span {
  display: block;
  width: 9px;
  height: auto;
}
.top-report_arrows .slick-arrow span svg {
  transition: fill 0.5s;
}
.top-report_arrows .slick-arrow.slick-next {
  order: 1;
  padding-right: 3px;
}
.top-report_arrows .slick-arrow.slick-prev {
  order: 2;
  padding-left: 3px;
}
@media screen and (min-width: 960px) {
  .top-report_arrows .slick-arrow:hover {
    color: #fff;
    background: #000;
  }
  .top-report_arrows .slick-arrow:hover svg {
    fill: #fff;
  }
}

.top-reportItem {
  width: 66vw;
  margin-right: 3vw;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .top-reportItem {
    width: 40vw;
    max-width: 340px;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .top-reportItem {
    width: 25vw;
    margin-right: 18px;
  }
}
.top-reportItem a {
  width: 100%;
  aspect-ratio: 341/428;
  display: block;
  border-top-left-radius: 20px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-reportItem a {
    border-top-left-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-reportItem a {
    border-top-left-radius: 50px;
  }
}
.top-reportItem_category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  column-gap: 10px;
  row-gap: 5px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-reportItem_category {
    padding: 30px;
  }
}
.top-reportItem_category li {
  border: 1px solid #fff;
  line-height: 1;
  padding: 6px 10px;
  font-size: clamp(0.75rem, 0.685rem + 0.288vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.top-reportItem_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(1rem, 0.913rem + 0.385vw, 1.25rem);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-reportItem_title {
    padding: 30px;
  }
}
.top-reportItem_img {
  position: relative;
  height: 100%;
}
.top-reportItem_img::after {
  content: "";
  background: #000;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.top-reportItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  a:hover .top-reportItem_img::after {
    opacity: 0.7;
  }
}

@media screen and (min-width: 960px) {
  .top-contentsNavi {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 3%;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .top-contentsNavi::before {
    content: "";
    width: 2px;
    height: 0;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.5s;
  }
}
@media screen and (min-width: 960px) {
  .top-contentsNavi[data-aos=is-animation03].aos-animate::before {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top-contentsNavi_heading {
    word-break: keep-all;
    width: 18%;
    padding-left: 2%;
    font-size: clamp(0.8125rem, -0.142rem + 1.591vw, 1.25rem);
    margin-bottom: 0;
  }
}
.top-contentsNavi_heading > span {
  display: inline-block;
  overflow: hidden;
}
.top-contentsNavi_heading span span {
  display: inline-block;
}
.top-contentsNavi .p-contentsNavi_list {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .top-contentsNavi .p-contentsNaviItem {
    width: 24%;
  }
}
@media screen and (min-width: 1400px) {
  .top-contentsNavi .p-contentsNaviItem {
    width: 23%;
  }
}
@media screen and (min-width: 960px) {
  .top-contentsNavi .p-contentsNaviItem_title {
    font-size: clamp(1.25rem, 0.313rem + 1.563vw, 1.875rem);
  }
}
@media screen and (min-width: 1200px) {
  .top-contentsNavi .p-contentsNaviItem_title {
    font-size: clamp(1.25rem, -0.625rem + 2.5vw, 1.875rem);
  }
}

.top-brandWrap {
  overflow: hidden;
}
.top-brandWrap_inner {
  container-type: inline-size;
}
@media screen and (min-width: 1200px) {
  .top-brandWrap_inner {
    display: flex;
    justify-content: space-between;
    column-gap: 7%;
  }
}

@media screen and (min-width: 768px) {
  .top-brand {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .top-brand {
    width: 44%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .top-brand_inner {
    width: min(43%, 300px);
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-brand_inner {
    width: 100%;
    padding-top: 0;
  }
}
.top-brand_heading {
  width: 100%;
}
.top-brand_txt {
  word-break: keep-all;
}
.top-brand_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-brand_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-brand_btn {
    margin-top: 65px;
  }
}
.top-brand_img {
  flex: 1;
  border-top-right-radius: 30px;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-brand_img {
    border-top-right-radius: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-brand_img {
    min-height: 0;
    min-width: 0;
    border-top-right-radius: 80px;
    margin-left: calc(50cqw - 50vw);
    margin-top: 100px;
  }
}
.top-brand_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-houjin {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-houjin {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 80px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .top-houjin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    min-height: 0;
    min-width: 0;
    flex: 1;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top-houjin_inner {
    width: min(43%, 300px);
  }
}
@media screen and (min-width: 1200px) {
  .top-houjin_inner {
    width: 100%;
    display: flex;
    column-gap: 5%;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
  }
}
.top-houjin_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-houjin_img {
    display: block;
    border-top-left-radius: 50px;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .top-houjin_img {
    flex: 1;
    aspect-ratio: 1662/1200;
  }
}
@media screen and (min-width: 1200px) {
  .top-houjin_img {
    border-top-left-radius: 80px;
    margin-right: calc(50cqw - 50vw);
    aspect-ratio: 989/805;
  }
}
.top-houjin_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-houjin_txt {
  font-size: clamp(1rem, 0.837rem + 0.726vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .top-houjin_txt {
    margin-bottom: 0;
  }
}
.top-houjin_txt span {
  font-size: clamp(0.75rem, 0.685rem + 0.288vw, 0.9375rem);
}

.top-houjinContact {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-houjinContact {
    display: block;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-houjinContact {
    margin-top: auto;
  }
}
.top-houjinContact a {
  padding: 15px 45px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #000;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 9999px;
  transition: all 0.5s;
}
.top-houjinContact a span {
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1200px) {
  .top-houjinContact a span {
    width: 15px;
    height: 15px;
  }
}
.top-houjinContact a span svg {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #000;
}
@media screen and (min-width: 960px) {
  .top-houjinContact a:hover {
    background: #000;
    color: #fff;
  }
  .top-houjinContact a:hover span svg {
    fill: #fff;
  }
}
.top-houjinContact_txt01 {
  font-size: 75%;
  margin-bottom: 5px;
}
.top-houjinContact_btn {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-houjinContact_btn {
    display: none;
  }
}

.top-recruitWrap {
  position: relative;
  width: 100%;
}
.top-recruitWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #EBEBEC;
  border-top-left-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-recruitWrap::before {
    border-top-left-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruitWrap::before {
    border-top-left-radius: 110px;
  }
}

.top-recruit {
  max-width: 1600px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .top-recruit {
    max-width: calc(1600px + 19vw);
    padding-left: 9.5vw;
    padding-right: 9.5vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .top-recruit {
    max-width: calc(1600px + 16vw);
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .top-recruit_inner {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_inner {
    width: 37%;
  }
}
.top-recruit_txt {
  word-break: keep-all;
}
.top-recruit_btn {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .top-recruit_btn {
    margin-top: 80px;
  }
}
.top-recruit_img {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-recruit_img {
    border-radius: 50px;
    width: 35%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_img {
    border-radius: 70px;
    width: 58%;
    margin-right: 1vw;
  }
}

.top-news_heading {
  font-size: clamp(0.75rem, 0.361rem + 1.731vw, 1.875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-news_heading {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .top-news_heading {
    margin-bottom: 70px;
  }
}
.top-news_btn {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .top-news_btn {
    margin-top: 80px;
  }
}
.top-news_btn .c-btn01 {
  margin: 0 auto;
}

/*=============================================================
  news.scss
==============================================================*/
.news-list {
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 3vw;
}
@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: 150px calc(100px + 3vw) 1fr;
    column-gap: 3vw;
  }
}

.news-listItem {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .news-listItem {
    grid-column: span 3;
  }
}
.news-listItem:last-of-type {
  border-bottom: 1px solid #000;
}
.news-listItem a {
  display: inherit;
  grid-template-columns: inherit;
  grid-template-rows: auto auto;
  grid-column: inherit;
  grid-template-areas: "n-cate n-date" "n-cate n-title";
  row-gap: 5px;
  padding: 15px 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-listItem a {
    grid-template-areas: "n-cate n-date n-title";
    grid-template-rows: auto;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem a {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a:hover {
    background: #EBEBEC;
  }
}
.news-listItem_category {
  grid-area: n-cate;
}
.news-listItem_date {
  grid-area: n-date;
}
.news-listItem_title {
  grid-area: n-title;
}
.news-listItem_category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #000;
  font-size: clamp(0.625rem, 0.517rem + 0.481vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news-listItem_category {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_category {
    padding: 10px 10px;
  }
}
.news-listItem_date {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: clamp(0.625rem, 0.452rem + 0.769vw, 1.125rem);
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-listItem_date::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.news-listItem_title {
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-sideCategory_heading {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: clamp(0.9375rem, 0.829rem + 0.481vw, 1.25rem);
}
@media screen and (min-width: 1200px) {
  .news-sideCategory_heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .news-sideCategory_heading span {
    display: block;
    width: fit-content;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #000;
  }
}

.news-sideCategory {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .news-sideCategory {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news-sideCategory li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-sideCategory li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-sideCategory li.current-cat a {
    background: #000;
    color: #fff;
  }
}
.news-sideCategory a {
  font-size: clamp(0.625rem, 0.452rem + 0.769vw, 1.125rem);
  line-height: 1.3;
  transition: all 0.5s;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-sideCategory a {
    display: block;
    width: fit-content;
    border: 1px solid #000;
    border-radius: 9999px;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .news-sideCategory a {
    position: relative;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-sideCategory a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .news-sideCategory a:hover {
    opacity: 0.5;
  }
}

.news-entryData {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .news-entryData {
    column-gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData {
    margin-bottom: 60px;
  }
}
.news-entryData_category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  text-align: center;
  border: 1px solid #000;
  font-size: clamp(0.625rem, 0.517rem + 0.481vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news-entryData_category {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_category {
    padding: 15px 40px;
  }
}
.news-entryData_date {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: clamp(0.625rem, 0.452rem + 0.769vw, 1.125rem);
  line-height: 1.6;
}
.news-entryData_title {
  width: 100%;
  font-size: clamp(1.25rem, 1.034rem + 0.962vw, 1.875rem);
  line-height: 1.5;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}

/*=============================================================
  report.scss
==============================================================*/
.report {
  background: #EBEBEC;
}
@media screen and (min-width: 768px) {
  .report .l-container {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .report .reportWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.report .l-pageHeading02 {
  order: 2;
  margin-top: 20px;
}
.report .report-fv {
  order: 1;
}
.report .l-column {
  order: 3;
}

.report-fv {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .report-fv.space--ss {
    padding-top: 0;
  }
}
.report-fv_slide {
  width: 100%;
}
.report-fv_img {
  width: 40vw;
}
@media screen and (min-width: 560px) {
  .report-fv_img {
    border-radius: 30px;
    overflow: hidden;
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .report-fv_img {
    border-radius: 40px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .report-fv_img {
    border-radius: 50px;
    margin: 0 15px;
  }
}
.report-fv_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.report-listItem {
  border-top: 1px solid #000;
}
.report-listItem:last-of-type {
  border-bottom: 1px solid #000;
}
.report-listItem a {
  padding: clamp(20px, 5vw, 50px) 0;
  position: relative;
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 7%;
  align-items: start;
  grid-template-areas: "rl-img rl-data" "rl-img rl-title" "rl-img rl-cate";
}
@media screen and (min-width: 768px) {
  .report-listItem a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .report-listItem a {
    padding: 30px 3%;
    grid-template-columns: 30% auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "rl-img rl-cate rl-data" "rl-img rl-title rl-title";
    column-gap: 3%;
    transition: background 0.5s;
  }
}
@media screen and (min-width: 1400px) {
  .report-listItem a {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 960px) {
  .report-listItem a:hover {
    background: #DBDBDB;
  }
}
.report-listItem_category {
  grid-area: rl-cate;
  align-self: end;
}
@media screen and (min-width: 960px) {
  .report-listItem_category {
    align-self: center;
  }
}
.report-listItem_data {
  grid-area: rl-data;
}
@media screen and (min-width: 960px) {
  .report-listItem_data {
    align-self: center;
  }
}
.report-listItem_title {
  grid-area: rl-title;
}
.report-listItem_img {
  grid-area: rl-img;
}
.report-listItem_img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 960px) {
  .report-listItem_img {
    aspect-ratio: 254/165;
    margin-right: 15px;
  }
}
.report-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.report-listItem_category {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.report-listItem_category span {
  display: block;
  color: #fff;
  font-size: clamp(0.5rem, 0.349rem + 0.673vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 6px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .report-listItem_category span {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .report-listItem_category span {
    padding: 8px 25px;
  }
}
.report-listItem_data {
  display: flex;
  align-items: center;
  font-size: clamp(0.5rem, 0.349rem + 0.673vw, 0.9375rem);
  line-height: 1.2;
}
.report-listItem_category02 {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.report-listItem_date {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  letter-spacing: 0.1rem;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
.report-listItem_date::before {
  content: "";
  width: 1px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.report-listItem_title {
  font-size: clamp(1rem, 0.859rem + 0.625vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .report-listItem_title {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .report-listItem_title {
    line-height: 2;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .report-listItem_title {
    padding-right: 70px;
  }
}
.report-listItem_title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .report-listItem_title br {
    display: inline;
  }
}
.report-listItem_arrow {
  display: none;
}
@media screen and (min-width: 960px) {
  .report-listItem_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    right: 2%;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .report-listItem_arrow {
    width: 50px;
    height: 50px;
    right: 3%;
  }
}
@media screen and (min-width: 1400px) {
  .report-listItem_arrow {
    width: 60px;
    height: 60px;
    right: 60px;
    bottom: 50px;
  }
}
.report-listItem_arrow span {
  display: block;
  width: 25%;
  margin-top: 2px;
}

.report-sideCategory_heading {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.827rem + 0.769vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .report-sideCategory_heading {
    margin-bottom: 40px;
  }
}

.report-sideCategory {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .report-sideCategory {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .report-sideCategory li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .report-sideCategory li + li {
    margin-top: 35px;
  }
}
.report-sideCategory li.current-cat a {
  background: #000;
  color: #fff;
}
.report-sideCategory a {
  display: block;
  width: fit-content;
  border: 1px solid #000;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  padding: 10px 15px;
  line-height: 1.3;
  white-space: nowrap;
  font-size: clamp(0.625rem, 0.517rem + 0.481vw, 0.9375rem);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .report-sideCategory a {
    padding: 15px 25px;
    min-width: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .report-sideCategory a {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 960px) {
  .report-sideCategory a:hover {
    background: #000;
    color: #fff;
  }
}

.report-entryData {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .report-entryData {
    row-gap: 60px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .report-entryData {
    row-gap: 80px;
    column-gap: 30px;
  }
}
.report-entryData_category {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.report-entryData_category span {
  display: block;
  color: #fff;
  font-size: clamp(0.5rem, 0.349rem + 0.673vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 10px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .report-entryData_category span {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .report-entryData_category span {
    padding: 8px 25px;
  }
}
.report-entryData_data {
  display: flex;
  align-items: center;
  font-size: clamp(0.5rem, 0.349rem + 0.673vw, 0.9375rem);
  line-height: 1.2;
}
.report-entryData_category02 {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
.report-entryData_date {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  letter-spacing: 0.1rem;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
.report-entryData_date::before {
  content: "";
  width: 1px;
  height: 80%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.report-entryData_title {
  width: 100%;
  font-size: clamp(1.25rem, 0.601rem + 2.885vw, 3.125rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.report-entryMain {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 40px;
  grid-template-areas: "re-mainimg" "re-post" "re-subimg";
}
@media screen and (min-width: 768px) {
  .report-entryMain {
    row-gap: 60px;
  }
}
@media screen and (min-width: 960px) {
  .report-entryMain {
    row-gap: 40px;
    column-gap: 4%;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "re-mainimg re-post" "re-subimg re-post";
  }
}
@media screen and (min-width: 1200px) {
  .report-entryMain {
    column-gap: 5.5%;
    grid-template-columns: 65% 1fr;
  }
}
.report-entryMain_mainimg {
  grid-area: re-mainimg;
}
.report-entryMain_post {
  grid-area: re-post;
}
.report-entryMain_subimg {
  grid-area: re-subimg;
}

.report-entryMain_mainimg {
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .report-entryMain_mainimg {
    border-radius: 80px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .report-entryMain_mainimg {
    border-radius: 110px 0 0 0;
  }
}
.report-entryMain_mainimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.report-entryMain_subimgList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-rows: auto;
  gap: 15px;
  align-items: start;
}
@media screen and (min-width: 1200px) {
  .report-entryMain_subimgList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.report-entryMain_subimgList div {
  aspect-ratio: 1419/1007;
  overflow: hidden;
}
.report-entryMain_subimgList img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.report-related {
  background: #fff;
}

/*=============================================================
  company.scss
==============================================================*/
.company-table {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 560px) {
  .company-table {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .company-table {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .company-table {
    padding: 50px 20px;
  }
}
.company-table:first-of-type {
  border-top: 1px solid #000;
}
.company-table dt {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.957rem + 0.192vw, 1.125rem);
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .company-table dt {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .company-table dt {
    width: 28%;
  }
}
.company-table dd {
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .company-table dd {
    flex: 1;
  }
}
.company-table dd span {
  display: inline-block;
}

/*=============================================================
  about.scss
==============================================================*/
.about-fvWrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-fvWrap {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1200px) {
  .about-fvWrap {
    margin-top: -200px;
  }
}

@media screen and (min-width: 768px) {
  .about-fv {
    display: flex;
    column-gap: 8%;
  }
}
@media screen and (min-width: 1400px) {
  .about-fv {
    column-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .about-fv_inner {
    width: 50%;
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_inner {
    width: 60%;
    padding-top: 220px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .about-fv_inner {
    width: 67%;
  }
}
.about-fv_copy {
  font-size: clamp(1.875rem, 1.328rem + 2.431vw, 4.0625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-fv_copy {
    margin-bottom: 80px;
    margin-top: 70px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_copy {
    margin-bottom: 120px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .about-fv_copy br:first-of-type {
    display: none;
  }
}
.about-fv_copy > span {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about-fv_copy > span {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_copy > span {
    margin-top: 50px;
  }
}
.about-fv_copy > span:first-of-type span {
  text-indent: -20px;
}
.about-fv_copy span[data-aos=is-lineup] {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-fv_copy span[data-aos=is-lineup] {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_copy span[data-aos=is-lineup] + span[data-aos=is-lineup] span {
    transition-delay: 0s;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_copy span[data-aos=is-lineup] + span[data-aos=is-lineup] + span[data-aos=is-lineup] span {
    transition-delay: 0.3s;
  }
}
.about-fv_txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about-fv_txt {
    margin-bottom: 0;
  }
}
.about-fv_txt p.txt20 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-fv_txt p.txt20 br {
    display: inline;
  }
}
.about-fv_txt p.txt20 + p.txt20 {
  margin-top: 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about-fv_txt p.txt20 + p.txt20 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-fv_txt p.txt20 + p.txt20 {
    margin-top: 60px;
  }
}
.about-fv_img {
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about-fv_img {
    aspect-ratio: 1/0.8;
  }
}
@media screen and (min-width: 768px) {
  .about-fv_img {
    margin-left: 0;
    flex: 1;
  }
}
.about-fv_img img {
  object-fit: cover;
  width: 120%;
  height: 120%;
}
@media screen and (min-width: 768px) {
  .about-fv_img img {
    width: 100%;
    height: 100%;
  }
}

.about-policyWrap {
  background: #EBEBEC;
  border-top-left-radius: 30px;
  margin-top: -30px;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-policyWrap {
    border-top-left-radius: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-policyWrap {
    border-top-left-radius: 80px;
  }
}

.about-policy {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 30vw;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-policy {
    display: grid;
    grid-template-columns: 1fr 60%;
    column-gap: 5%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "ap-img ap-heading" "ap-img ap-txt";
    padding: 80px 20px;
    margin-bottom: 0;
    margin-top: 70px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-policy {
    grid-template-columns: 1fr 55%;
    padding: 120px 20px;
    column-gap: 0;
    margin-top: 100px;
    border-radius: 70px;
  }
}
.about-policy_heading {
  grid-area: ap-heading;
}
.about-policy_txt {
  grid-area: ap-txt;
}
.about-policy_imgbox {
  grid-area: ap-img;
}
.about-policy_heading {
  font-size: clamp(1.75rem, 0.841rem + 4.038vw, 4.375rem);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .about-policy_heading {
    margin-bottom: 70px;
    font-size: clamp(1.25rem, 0.168rem + 4.808vw, 4.375rem);
  }
}
@media screen and (min-width: 1200px) {
  .about-policy_heading {
    margin-bottom: 110px;
  }
}
.about-policy_heading > span {
  display: block;
}
.about-policy_heading h3 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.about-policy_heading h3::after, .about-policy_heading h3::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .about-policy_heading h3::after, .about-policy_heading h3::before {
    width: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .about-policy_heading h3::after, .about-policy_heading h3::before {
    width: 22px;
  }
}
.about-policy_heading h3::before {
  background: url(../../img/about/ico-quotation.svg) no-repeat center center/contain;
  left: 0;
  translate: -140%;
}
@media screen and (min-width: 1200px) {
  .about-policy_heading h3::before {
    translate: -180%;
  }
}
.about-policy_heading h3::after {
  background: url(../../img/about/ico-quotation.svg) no-repeat center center/contain;
  rotate: 180deg;
  right: 0;
  translate: 140%;
}
@media screen and (min-width: 1200px) {
  .about-policy_heading h3::after {
    translate: 180%;
  }
}
.about-policy_heading .dot {
  display: inline-flex;
  align-items: flex-end;
  column-gap: 5px;
  margin-left: 10px;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .about-policy_heading .dot {
    margin-left: 20px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .about-policy_heading .dot {
    margin-left: 30px;
    column-gap: 15px;
  }
}
.about-policy_heading .dot::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-policy_heading .dot::before {
    height: 3px;
    width: 90px;
  }
}
.about-policy_txt {
  margin-bottom: 20px;
  width: fit-content;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .about-policy_txt {
    word-break: keep-all;
    text-align: center;
  }
}
.about-policy_txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-policy_txt br {
    display: inline;
  }
}
.about-policy_imgbox {
  position: relative;
  padding-bottom: 55vw;
}
@media screen and (min-width: 768px) {
  .about-policy_imgbox {
    padding-bottom: 0;
  }
}
.about-policy_img > span {
  display: block;
}
.about-policy_img .is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .about-policy_img .is-sp {
    display: none;
  }
}
.about-policy_img .is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-policy_img .is-pc {
    display: block;
  }
}
.about-policy_img img {
  border-radius: 15px;
}
.about-policy_img01 {
  width: 60%;
  margin-left: auto;
  position: absolute;
  left: 52%;
  z-index: 30;
  max-width: 320px;
}
@media screen and (min-width: 560px) {
  .about-policy_img01 {
    width: 45%;
    left: 52%;
  }
}
@media screen and (min-width: 768px) {
  .about-policy_img01 {
    top: 50%;
    translate: 0 -100%;
    left: auto;
    right: 10%;
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .about-policy_img01 {
    width: 55%;
    right: 5%;
    top: 53%;
  }
}
.about-policy_img02 {
  width: 65%;
  position: absolute;
  bottom: 10%;
  right: 52%;
  z-index: 20;
  max-width: 396px;
}
@media screen and (min-width: 560px) {
  .about-policy_img02 {
    width: 55%;
    right: 50%;
  }
}
@media screen and (min-width: 768px) {
  .about-policy_img02 {
    width: 80%;
    bottom: 50%;
    translate: 0 50%;
  }
}
.about-policy_img02 [data-aos=fade-up] {
  transition-delay: 0.6s;
}
.about-policy_img03 {
  width: 70%;
  position: absolute;
  left: 25%;
  bottom: 0;
  translate: 0 95%;
  z-index: 10;
  max-width: 436px;
}
@media screen and (min-width: 560px) {
  .about-policy_img03 {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .about-policy_img03 {
    bottom: auto;
    top: 65%;
    translate: 0 0;
    left: auto;
    right: 0;
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .about-policy_img03 {
    right: -5%;
    top: 73%;
  }
}
.about-policy_img03 [data-aos=fade-up] {
  transition-delay: 1.2s;
}

.about-approachWrap {
  background: #EBEBEC;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-approachWrap {
    height: 500vh;
  }
}
@media screen and (min-width: 768px) {
  .about-approachWrap .base {
    padding-top: 7vh;
    position: sticky;
    top: 0;
  }
}
.about-approachWrap_inner {
  position: relative;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about-approachWrap_inner {
    height: 86vh;
    border-radius: 0 50px 50px 0;
    padding-right: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .about-approachWrap_inner {
    border-radius: 0 70px 70px 0;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .about-approachWrap_inner {
    padding-right: 13%;
  }
}
.about-approachWrap_inner::before {
  content: "";
  background: #fff;
  width: calc(100% + 40px);
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
}
@media screen and (min-width: 768px) {
  .about-approachWrap_inner::before {
    width: calc(50vw - 50%);
    height: 100%;
    left: 0;
    translate: -99%;
  }
}
.about-approachWrap_heading {
  position: absolute;
  left: 0;
  top: 1.5vh;
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 100;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .about-approachWrap_heading {
    top: 5vh;
    display: block;
    text-align: left;
    left: 0;
    height: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-approachWrap_heading {
    top: 9vh;
  }
}
.about-approachWrap_heading.is-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .about-approachWrap_heading.is-sp {
    display: none;
  }
}
.about-approachWrap_heading.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-approachWrap_heading.is-pc {
    display: block;
  }
}

.about-approachNavi {
  position: absolute;
  right: 0;
  top: 0;
  height: 400vh;
  display: flex;
  justify-content: center;
}
.about-approachNavi ol {
  width: 5px;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-approachNavi li {
  text-indent: -9999px;
  height: 50px;
  background: #fff;
}
.about-approachNavi li.is-active {
  background: #727171;
}

.about-approach {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .about-approach {
    height: 76vh;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    opacity: 0;
    max-width: 1346px;
    padding-right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach {
    height: 68vh;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .about-approach {
    padding-right: 13%;
  }
}
.about-approach.is-active {
  opacity: 1;
  z-index: 500;
}
.about-approach_inner {
  height: 75vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-inline: 3vw;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-rows: 1fr auto auto auto auto 1fr;
  align-items: center;
  grid-template-areas: "." "aa-head" "aa-overview" "aa-txt" "aa-btn" ".";
}
@media screen and (min-width: 768px) {
  .about-approach_inner {
    height: auto;
    width: 45%;
    grid-template-rows: 1fr auto auto auto;
    align-items: end;
    padding-bottom: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach_inner {
    padding: 0;
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .about-approach_inner {
    width: 32%;
  }
}
.about-approach_heading {
  grid-area: aa-head;
}
.about-approach_overview {
  grid-area: aa-overview;
}
.about-approach_txt {
  grid-area: aa-txt;
}
.about-approach_btn {
  grid-area: aa-btn;
}
.about-approach_heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 3vw;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 2.109rem + 0.625vw, 2.8125rem);
}
@media screen and (min-width: 960px) {
  .about-approach_heading {
    flex-direction: row;
    align-items: center;
    column-gap: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach_heading {
    row-gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .about-approach_heading {
    column-gap: 45px;
  }
}
.about-approach_heading span {
  display: block;
  text-align: center;
  font-size: 35%;
}
@media screen and (min-width: 960px) {
  .about-approach_heading span {
    font-size: 44%;
  }
}
.about-approach_overview {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid #000;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .about-approach_overview {
    margin-top: min(7vw, 50px);
    margin-bottom: min(7vw, 50px);
    line-height: 2;
  }
}
@media screen and (min-width: 960px) {
  .about-approach_overview {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach_overview {
    padding-bottom: 20px;
  }
}
.about-approach_btn {
  margin-top: 3vh;
}
@media screen and (min-width: 768px) {
  .about-approach_btn {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach_btn {
    margin-top: min(5vw, 50px);
  }
}
.about-approach_btn .c-btn01 {
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .about-approach_btn .c-btn01 {
    margin-left: auto;
    margin-right: 0;
  }
}
.about-approach_img {
  margin: 0 calc(50% - 50vw);
  height: 25vh;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about-approach_img {
    height: auto;
    width: 50%;
    border-top-right-radius: 50px;
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .about-approach_img {
    width: 55%;
    border-top-right-radius: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .about-approach_img {
    width: 60%;
  }
}
.about-approach_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-otherWrap {
  background: #EBEBEC;
  overflow: hidden;
}
.about-otherWrap_img {
  aspect-ratio: 1920/711;
  overflow: hidden;
}
.about-otherWrap_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-other {
  position: relative;
}
@media screen and (min-width: 960px) {
  .about-other {
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 45% 47%;
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    grid-template-areas: "ao-factory ao-img" "ao-company ao-img";
  }
}
.about-other .about-factory {
  grid-area: ao-factory;
}
.about-other .about-company {
  grid-area: ao-company;
}
.about-other_img {
  grid-area: ao-img;
}
@media screen and (min-width: 960px) {
  .about-other::before {
    content: "";
    width: calc(100% + 5vw);
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-other::before {
    border-bottom-left-radius: 80px;
  }
}
.about-other_btn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about-other_btn {
    column-gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-other_btn {
    margin-top: 50px;
    column-gap: 30px;
  }
}
.about-other_btn .c-btn01 {
  width: 45%;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .about-other_btn .c-btn01 {
    width: 210px;
  }
}
.about-other_img {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .about-other_img {
    display: block;
    border-top-left-radius: 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .about-other_img {
    border-top-left-radius: 50px;
  }
}
.about-other_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-factory {
  position: relative;
  z-index: 10;
}
.about-factory_txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about-factory_txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about-factory_txt {
    margin-top: 50px;
  }
}

.about-company {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .about-company {
    margin-top: 55px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company {
    margin-top: 70px;
    padding-top: 70px;
  }
}

/*=============================================================
  about-approach.scss
==============================================================*/
.approach-pageHeadingWrap {
  position: relative;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .approach-pageHeadingWrap {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-pageHeadingWrap {
    margin-top: -200px;
  }
}
.approach-pageHeadingWrap .l-pageHeading02 {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  z-index: 100;
}

.approach-pageHeading {
  background: #fff;
  border-top-left-radius: 30px;
  padding: 5vh 8%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .approach-pageHeading {
    padding: 70px;
    width: 65%;
    max-width: 680px;
    padding-top: 50px;
    border-top-left-radius: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-pageHeading {
    border-top-left-radius: 90px;
    padding: 85px 80px;
  }
}
.approach-pageHeading_main h1 {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 1.406rem + 3.75vw, 4.6875rem);
  line-height: 1;
  text-align: center;
}
.approach-pageHeading_main p {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.757rem + 1.635vw, 2.1875rem);
  word-break: keep-all;
  line-height: 1.6;
  padding-top: 3vh;
  margin-top: 3vh;
  border-top: 1px solid #000;
  text-align: center;
  margin-bottom: 3vh;
}
@media screen and (min-width: 768px) {
  .approach-pageHeading_main p {
    border-top: none;
    padding-top: 0;
    margin-top: 5vh;
    margin-bottom: 4vh;
  }
}
@media screen and (min-width: 1200px) {
  .approach-pageHeading_main p {
    margin-top: min(6vh, 80px);
    margin-bottom: min(5vh, 60px);
  }
}
.approach-pageHeading_sub {
  text-align: center;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.084rem + 2.404vw, 2.1875rem);
  margin-bottom: 5vh;
}
@media screen and (min-width: 768px) {
  .approach-pageHeading_sub {
    display: none;
  }
}
.approach-pageHeading_img {
  width: 100%;
  height: 100dvh;
}
.approach-pageHeading_img img {
  object-fit: cover;
  quotes: 100%;
  height: 100%;
}
.approach-pageHeading_lead {
  font-size: clamp(0.75rem, 0.45rem + 1.333vw, 1.25rem);
  line-height: 2.2;
}
@media screen and (min-width: 1200px) {
  .approach-pageHeading_lead {
    font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  }
}

@media screen and (min-width: 768px) {
  .approach-container {
    display: flex;
    position: relative;
    justify-content: space-between;
  }
}
.approach-container_heading {
  display: none;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .approach-container_heading {
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    translate: -70%;
    padding-left: 7.8vw;
  }
}
@media screen and (min-width: 1400px) {
  .approach-container_heading {
    translate: -50%;
  }
}
@media screen and (min-width: 1600px) {
  .approach-container_heading {
    padding-left: 8vw;
    translate: 0;
  }
}
.approach-container_heading hgroup {
  width: 50px;
  writing-mode: vertical-rl;
  position: sticky;
  top: 50px;
  display: flex;
  align-items: flex-start;
}
.approach-container_heading p {
  order: 1;
}
.approach-container_heading h2, .approach-container_heading h3 {
  order: 2;
}
.approach-container_heading h2 + p,
.approach-container_heading h3 + p {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.approach-container_heading--num {
  display: none;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .approach-container_heading--num {
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    translate: -70%;
    padding-left: 7.8vw;
  }
}
@media screen and (min-width: 1400px) {
  .approach-container_heading--num {
    translate: -50%;
  }
}
@media screen and (min-width: 1600px) {
  .approach-container_heading--num {
    padding-left: 8vw;
    translate: 0;
  }
}
.approach-container_heading--num p {
  width: 50px;
  writing-mode: vertical-rl;
  position: sticky;
  top: 50px;
}
.approach-container_heading--num p span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  display: inline-block;
  margin-bottom: 30px;
}
.approach-layout01 {
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 30px;
}
@media screen and (min-width: 768px) {
  .approach-layout01 {
    border-top-left-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-layout01 {
    border-top-left-radius: 80px;
  }
}
.approach-layout01_img {
  text-align: center;
}
.approach-layout01_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.approach-layout01_inner {
  padding: 30px 9%;
}
@media screen and (min-width: 768px) {
  .approach-layout01_inner {
    padding: 45px 9%;
  }
}
@media screen and (min-width: 1200px) {
  .approach-layout01_inner {
    padding: 60px 9%;
  }
}

.approach-layout02 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 20px;
  grid-template-areas: "al-heading" "al-img" "al-txt";
}
@media screen and (min-width: 768px) {
  .approach-layout02 {
    grid-template-columns: 1fr min(48%, 563px);
    grid-template-rows: auto 1fr;
    grid-template-areas: "al-heading al-heading" "al-txt al-img";
    column-gap: 5%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-layout02 {
    grid-template-areas: "al-heading al-img" "al-txt al-img";
    row-gap: 50px;
    column-gap: 10%;
  }
}
.approach-layout02_heading {
  grid-area: al-heading;
}
.approach-layout02_img {
  grid-area: al-img;
}
.approach-layout02_txt {
  grid-area: al-txt;
}
.approach-layout02_heading {
  font-size: clamp(1rem, 0.589rem + 1.827vw, 2.1875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.approach-layout02_heading span {
  display: inline;
}
.approach-layout02_img {
  margin-bottom: 20px;
  text-align: center;
}
.approach-indexItem + .approach-indexItem {
  margin-top: clamp(10px, 2vh, 50px);
}
@media screen and (min-width: 768px) {
  .approach-indexItem + .approach-indexItem {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-indexItem + .approach-indexItem {
    margin-top: 90px;
  }
}
.approach-indexItem a {
  display: block;
  position: relative;
  border-top-left-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .approach-indexItem a {
    border-top-left-radius: 45px;
    display: grid;
    grid-template-columns: 46% 5.7% 1fr 5.7%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "ai-img . ai-title ." "ai-img . ai-txt .";
  }
}
@media screen and (min-width: 1200px) {
  .approach-indexItem a {
    border-top-left-radius: 50px;
  }
}
.approach-indexItem a:hover {
  background: #EBEBEC;
}
.approach-indexItem_title {
  grid-area: ai-title;
}
.approach-indexItem_txt {
  grid-area: ai-txt;
}
.approach-indexItem_img {
  grid-area: ai-img;
}
.approach-indexItem_title {
  color: #fff;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .approach-indexItem_title {
    color: #000;
    text-align: left;
    position: relative;
    translate: 0;
    left: auto;
    top: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    column-gap: 3%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-indexItem_title {
    margin-top: 50px;
  }
}
.approach-indexItem_title span {
  display: none;
}
@media screen and (min-width: 768px) {
  .approach-indexItem_title span {
    display: block;
    width: 12px;
  }
}
.approach-indexItem_title span svg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.approach-indexItem_txt {
  display: none;
}
@media screen and (min-width: 768px) {
  .approach-indexItem_txt {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-indexItem_txt {
    margin-bottom: 50px;
  }
}
.approach-indexItem_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .approach-indexItem_img {
    aspect-ratio: 995/566;
  }
}
.approach-indexItem_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .approach-indexItem_img::before {
    display: none;
  }
}
.approach-indexItem_img img {
  object-fit: cover;
  quotes: 100%;
  height: 100%;
}

.approach-contact {
  text-align: center;
}
.approach-contact_txt.txt20 {
  line-height: 1.6;
}
.approach-contact_txt small {
  color: #B5B5B5;
}
.approach-contact_btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .approach-contact_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-contact_btn {
    margin-top: 40px;
  }
}
.approach-contact_btn a {
  display: block;
  width: clamp(224px, 60%, 524px);
  margin-inline: auto;
  background: #fff;
  border: 2px solid #000;
  background: #fff;
  line-height: 1.5;
  transition: all 0.5s;
  font-size: clamp(1.125rem, 0.757rem + 1.635vw, 2.1875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .approach-contact_btn a {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-contact_btn a {
    padding: 80px 20px;
  }
}
.approach-contact_btn a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .approach-contact_btn a span {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-contact_btn a span {
    width: 28px;
    height: 28px;
    margin-left: 30px;
  }
}
.approach-contact_btn a span svg {
  fill: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  .approach-contact_btn a:hover {
    color: #fff;
    background: #000;
  }
  .approach-contact_btn a:hover svg {
    fill: #fff;
  }
}
.approach-contact_attention {
  color: #CF1212;
  text-align: center;
  word-break: keep-all;
}

/*=============================================================
  approach01-factory.scss
==============================================================*/
.factory-flow {
  counter-reset: number;
}

.factory-flowItem {
  counter-increment: number 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "ff-title" "ff-img" "ff-txt";
  row-gap: 15px;
}
@media screen and (min-width: 560px) {
  .factory-flowItem {
    grid-template-columns: 1fr 46%;
    grid-template-rows: auto 1fr;
    column-gap: 4%;
    grid-template-areas: "ff-title ff-title" "ff-txt ff-img";
    row-gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .factory-flowItem {
    column-gap: 7%;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .factory-flowItem {
    row-gap: 50px;
  }
}
.factory-flowItem_title {
  grid-area: ff-title;
}
.factory-flowItem_img {
  grid-area: ff-img;
}
.factory-flowItem_txt {
  grid-area: ff-txt;
}
.factory-flowItem + .factory-flowItem {
  border-top: 1px solid #000;
  padding-top: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .factory-flowItem + .factory-flowItem {
    padding-top: 50px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .factory-flowItem + .factory-flowItem {
    padding-top: 80px;
    margin-top: 100px;
  }
}
.factory-flowItem_title {
  font-size: clamp(1rem, 0.589rem + 1.827vw, 2.1875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .factory-flowItem_title {
    padding-left: 0;
    padding-right: 40px;
  }
}
.factory-flowItem_title::before {
  content: "0" counter(number);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.7;
  font-size: clamp(0.875rem, 0.745rem + 0.577vw, 1.25rem);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .factory-flowItem_title::before {
    left: auto;
    right: 0;
  }
}
.factory-flowItem_img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .factory-flowItem_img {
    aspect-ratio: 254/111;
  }
  .factory-flowItem_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.factory-flowItem_txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .factory-flowItem_txt {
    line-height: 2.5;
  }
}

.factory-equipment {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6vw;
}
@media screen and (min-width: 768px) {
  .factory-equipment {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3vw;
    row-gap: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .factory-equipment {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2vw;
    row-gap: 3vw;
  }
}

.factory-equipmentItem {
  border-top-left-radius: 30px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .factory-equipmentItem {
    border-top-left-radius: 0;
  }
}
.factory-equipmentItem_img {
  aspect-ratio: 310/166;
}
@media screen and (min-width: 960px) {
  .factory-equipmentItem_img {
    aspect-ratio: 337/286;
  }
}
.factory-equipmentItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.factory-equipmentItem_name {
  padding: 25px 9%;
  background: #fff;
  position: relative;
  z-index: 100;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .factory-equipmentItem_name {
    padding: 35px 30px;
  }
}
.factory-equipmentItem_name span {
  display: inline-block;
  font-size: clamp(1rem, 0.913rem + 0.385vw, 1.25rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
}
.factory-equipmentItem_txt {
  padding: 0 9% 25px 9%;
  font-size: clamp(0.75rem, 0.707rem + 0.192vw, 0.875rem);
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .factory-equipmentItem_txt {
    padding: 25px 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    aspect-ratio: 337/286;
    position: absolute;
    left: 0;
    top: 0;
    translate: 0 105%;
    z-index: 5;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 960px) {
  .factory-equipmentItem:hover .factory-equipmentItem_txt {
    translate: 0 0;
  }
}

/*=============================================================
  approach01-brand.scss
==============================================================*/
.brand-introduction {
  display: block;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  grid-template-areas: "b-img b-img" "b-name b-name" "b-txt b-txt" "b-btn b-btn";
}
@media screen and (min-width: 768px) {
  .brand-introduction {
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: "b-name b-name b-name" "b-img b-img b-txt" "b-img b-img b-btn";
    row-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .brand-introduction {
    grid-template-columns: 56% 1fr;
    column-gap: 5%;
    grid-template-areas: "b-img b-num" "b-img b-name" "b-img b-txt" "b-img b-btn";
  }
}
.brand-introduction_img {
  grid-area: b-img;
}
.brand-introduction_num {
  grid-area: b-num;
}
.brand-introduction_name {
  grid-area: b-name;
}
.brand-introduction_txt {
  grid-area: b-txt;
}
.brand-introduction_btn {
  grid-area: b-btn;
}
@media screen and (min-width: 768px) {
  .brand-introduction_btn {
    align-items: flex-end;
  }
}
.brand-introduction:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .brand-introduction:not(:last-of-type) {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .brand-introduction:not(:last-of-type) {
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
}
.brand-introduction_img {
  overflow: hidden;
  border-top-left-radius: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .brand-introduction_img {
    border-top-left-radius: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .brand-introduction_img {
    border-top-left-radius: 80px;
  }
}
@media screen and (min-width: 768px) {
  .brand-introduction_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.brand-introduction_num {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 0.409rem + 0.962vw, 1.25rem);
  letter-spacing: 0.05rem;
  display: none;
}
@media screen and (min-width: 1200px) {
  .brand-introduction_num {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
}
.brand-introduction_name {
  font-size: clamp(1.125rem, 0.541rem + 2.596vw, 2.8125rem);
  line-height: 1.3;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1200px) {
  .brand-introduction_name {
    margin-top: 60px;
  }
}
.brand-introduction_name span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.745rem + 0.577vw, 1.25rem);
  padding-left: 5%;
}
.brand-introduction_txt {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .brand-introduction_txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .brand-introduction_txt {
    margin-top: 70px;
  }
}
.brand-introduction_btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .brand-introduction_btn {
    margin-top: auto;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .brand-introduction_btn {
    margin-top: auto;
    padding-top: 80px;
  }
}
.brand-introduction_btn .c-btn01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-introduction_btn .c-btn01 {
    margin: 0;
  }
}

/*=============================================================
  approach01-oem.scss
==============================================================*/
.oem-about + .oem-about {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .oem-about + .oem-about {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .oem-about + .oem-about {
    margin-top: 50px;
  }
}

.oem-flowItem + .oem-flowItem {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .oem-flowItem + .oem-flowItem {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .oem-flowItem + .oem-flowItem {
    margin-top: 70px;
  }
}
.oem-flowItem_heading {
  background: #727171;
  color: #fff;
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.805rem + 0.865vw, 1.5625rem);
  line-height: 1;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .oem-flowItem_heading {
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .oem-flowItem_heading {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.oem-flowItem_heading span {
  display: inline-block;
  margin-right: 20px;
}
.oem-flowItem_txt {
  font-size: clamp(0.875rem, 0.788rem + 0.385vw, 1.125rem);
  line-height: 1.8;
}

/*=============================================================
  approach01-collaboration.scss
==============================================================*/
/*=============================================================
  approach03-history.scss
==============================================================*/
.history-wrap {
  position: relative;
  overflow: hidden;
}

.history-year {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .history-year {
    padding-top: 150px;
    width: min(20vw, 80px);
  }
}
@media screen and (min-width: 960px) {
  .history-year {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .history-year {
    padding-top: 200px;
    width: min(7.5%, 156px);
  }
}
@media screen and (min-width: 1900px) {
  .history-year {
    width: 156px;
    padding-top: 200px;
  }
}
.history-year.is-active {
  visibility: visible;
  opacity: 1;
}
.history-year.is-active ol {
  opacity: 1;
}
.history-year.is-active li::before {
  opacity: 1;
}
.history-year.is-active li a {
  opacity: 1;
}
.history-year.is-active li a::before {
  opacity: 1;
}
.history-year ol {
  opacity: 0;
  transition: opacity 0.5s;
  width: fit-content;
}
.history-year li {
  position: relative;
  padding-bottom: 30px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .history-year li {
    padding-bottom: min(4vw, 55px);
  }
}
.history-year li::before {
  content: "";
  width: 3px;
  height: 110%;
  display: block;
  position: absolute;
  left: 5px;
  top: 2px;
  background: #d4d4d4;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1200px) {
  .history-year li::before {
    left: 7px;
  }
}
@media screen and (min-width: 1900px) {
  .history-year li::before {
    left: 9px;
  }
}
.history-year li:last-of-type::before {
  display: none;
}
.history-year li.is-active::before {
  background: #000;
}
.history-year li.is-active a::before {
  background: #000;
}
.history-year li a {
  font-size: clamp(0.875rem, 0.813rem + 0.278vw, 1.125rem);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  position: relative;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1200px) {
  .history-year li a {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .history-year li a {
    padding-left: 40px;
  }
}
.history-year li a::before {
  opacity: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background: #fff;
  z-index: 50;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .history-year li a::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 1900px) {
  .history-year li a::before {
    width: 18px;
    height: 18px;
  }
}
.history-year li a:hover::before {
  background: #000;
}

.history-container {
  position: relative;
}
@media screen and (min-width: 560px) {
  .history-container::before {
    content: "";
    height: 98%;
    width: 5px;
    background: #D4D4D4;
    position: absolute;
    left: 50%;
    top: 55px;
    translate: -52%;
  }
}
@media screen and (min-width: 768px) {
  .history-container::before {
    top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .history-container::before {
    top: 80px;
  }
}

.history-item {
  position: relative;
  z-index: 10;
  padding-left: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .history-item {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .history-item {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item {
    margin-bottom: 120px;
  }
}
.history-item > * {
  position: relative;
  z-index: 20;
}
.history-item::before {
  content: "";
  height: 300%;
  width: 5px;
  background: #D4D4D4;
  position: absolute;
  left: 20px;
  top: 0;
  translate: -50%;
}
@media screen and (min-width: 560px) {
  .history-item::before {
    display: none;
  }
}
.history-item:last-of-type::before {
  height: calc(100% + 70px);
}
.history-item_date {
  grid-area: h-date;
}
.history-item_inner {
  grid-area: h-inner;
}
.history-item_img01 {
  grid-area: h-img01;
}
.history-item_img02 {
  grid-area: h-img02;
}
.history-item_date {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(2.5rem, 1.202rem + 5.769vw, 6.25rem);
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .history-item_date {
    width: 50%;
    align-self: flex-start;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .history-item_date {
    padding-right: 35px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_date {
    padding-right: 45px;
    margin-bottom: 50px;
  }
}
.history-item_date small {
  font-size: clamp(0.75rem, 0.577rem + 0.769vw, 1.25rem);
  display: block;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .history-item_date small {
    margin-bottom: 15px;
  }
}
.history-item_date span {
  display: block;
  white-space: nowrap;
  background: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 560px) {
  .history-item_date span {
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (min-width: 560px) {
  .history-item_date::after {
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 50% 0;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_date::after {
    width: 23px;
    height: 23px;
  }
}
.history-item_inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .history-item_inner {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .history-item_inner {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_inner {
    padding-left: 70px;
  }
}
.history-item_heading {
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.757rem + 1.635vw, 2.1875rem);
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .history-item_heading {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .history-item_heading {
    margin-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_heading {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.history-item_btn {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .history-item_btn {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_btn {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.history-item_img01 {
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .history-item_img01 {
    border-top-right-radius: 0;
    border-top-left-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_img01 {
    border-top-left-radius: 50px;
  }
}
.history-item_img01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.history-item_img02 {
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .history-item_img02 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_img02 {
    border-bottom-right-radius: 50px;
  }
}
.history-item_img02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.history-item_img04 {
  margin-left: calc(50% - 50vw - 40px);
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .history-item_img04 {
    aspect-ratio: 350/204;
    border-top-right-radius: 30px;
  }
}
@media screen and (min-width: 560px) {
  .history-item_img04 {
    margin: 0 calc(50% - 50vw);
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .history-item_img04 {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_img04 {
    height: 540px;
  }
}
.history-item_img04 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.history-item_img05 {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .history-item_img05 {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .history-item_img05 {
    border-radius: 50px;
  }
}
.history-item_last {
  color: #D4D4D4;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.745rem + 0.577vw, 1.25rem);
  padding-left: 40px;
}
@media screen and (min-width: 560px) {
  .history-item_last {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 20;
    padding-top: 30px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .history-item_last {
    padding-top: 40px;
  }
}
@media screen and (min-width: 560px) {
  .history-item_last {
    padding-top: 50px;
  }
}

@media screen and (min-width: 560px) {
  .history-layout01 {
    display: grid;
    grid-template-columns: 50% 1fr 3% 32%;
    grid-template-rows: auto 1fr auto;
    column-gap: 0;
    grid-template-areas: "h-date . . ." "h-img01 h-img01 . h-inner" "h-img01 h-img01 . h-img02";
  }
}
@media screen and (min-width: 768px) {
  .history-layout01 {
    grid-template-columns: 50% 1fr 5% 32%;
  }
}
@media screen and (min-width: 1200px) {
  .history-layout01 {
    grid-template-columns: 50% 1fr 5% 35%;
  }
}
@media screen and (min-width: 560px) {
  .history-layout01 .history-item_date {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 560px) {
  .history-layout01 .history-item_inner {
    width: auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 560px) {
  .history-layout01 .history-item_heading {
    margin-top: 0;
  }
}
.history-layout01 .history-item_img01 {
  margin-left: calc(50% - 50vw - 40px);
  margin-right: 20%;
}
@media screen and (max-width: 559px) {
  .history-layout01 .history-item_img01 {
    aspect-ratio: 350/204;
  }
}
@media screen and (min-width: 560px) {
  .history-layout01 .history-item_img01 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .history-layout01 .history-item_img01 {
    margin-bottom: 70px;
  }
}
.history-layout01 .history-item_img02 {
  margin-top: 10px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .history-layout01 .history-item_img02 {
    aspect-ratio: 350/152;
  }
}
@media screen and (min-width: 560px) {
  .history-layout01 .history-item_img02 {
    margin-left: 0;
    margin-right: 0;
  }
}

.history-layout02 {
  position: relative;
}
.history-layout02 .history-item_img03 {
  width: 70%;
}
@media screen and (min-width: 560px) {
  .history-layout02 .history-item_img03 {
    position: absolute;
    left: 45%;
    top: 13vw;
    width: 18%;
    translate: -100%;
  }
}
@media screen and (min-width: 768px) {
  .history-layout02 .history-item_img03 {
    top: 0;
    left: 0;
    translate: -30%;
  }
}

@media screen and (min-width: 560px) {
  .history-layout03 .history-item_img04 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .history-layout03 .history-item_img04 {
    margin-top: 50px;
  }
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundWrap {
  background: #EBEBEC;
}

.notfoundHeading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 10vw;
}
@media screen and (min-width: 560px) {
  .notfoundHeading {
    font-size: 3.75rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .notfoundHeading {
    font-size: 5rem;
    margin-bottom: 60px;
  }
}
.notfoundHeading_main {
  color: #000;
}
.notfoundHeading_sub {
  margin-top: 10px;
  font-weight: bold;
  font-size: 36%;
}

.notfound {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .notfound {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .notfound {
    padding: 60px;
  }
}

/*=============================================================
  privacy.scss
==============================================================*/
.privacyContact {
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
  margin: 20px;
}

/*=============================================================
  entry.scss
==============================================================*/
/* entryBody
-----------------------------*/
.entryBody {
  overflow: hidden;
  /*
  &.txtbox p{
    margin-bottom: 0px;
  }
  &.txtbox p + p{
    margin-top:0px;
  }

  p strong{
  }

  p + div{
    margin-top: 30px;
    @include mq-up(xl) {
      margin-top: 40px;
    }
  }
  div{
    margin-bottom: 30px;
    @include mq-up(xl) {
      margin-bottom: 40px;
    }
  }
  */
}
.entryBody > *:first-child {
  margin-top: 0 !important;
}
.entryBody h2:not([class]) {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.5rem, 1.37rem + 0.577vw, 1.875rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entryBody h2:not([class]) {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h2:not([class]) {
    margin-top: 150px;
    margin-bottom: 50px;
  }
}
.entryBody h3:not([class]) {
  background: #EBEBEC;
  padding: 15px 30px;
  border-top-left-radius: 20px;
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: clamp(1.375rem, 1.288rem + 0.385vw, 1.625rem);
}
@media screen and (min-width: 768px) {
  .entryBody h3:not([class]) {
    margin-top: 100px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h3:not([class]) {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
.entryBody h4:not([class]) {
  border-left: 1px solid #000;
  padding: 5px 15px;
  font-size: clamp(1.25rem, 1.163rem + 0.385vw, 1.5rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .entryBody h4:not([class]) {
    padding: 10px 15px;
    font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h4:not([class]) {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
.entryBody h5:not([class]) {
  font-size: clamp(1.125rem, 1.038rem + 0.385vw, 1.375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Bold", sans-serif;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .entryBody h5:not([class]) {
    font-size: 1.25rem;
    margin-top: 65px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h5:not([class]) {
    font-size: 1.375rem;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.entryBody h6:not([class]) {
  font-size: clamp(1rem, 0.913rem + 0.385vw, 1.25rem);
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .entryBody h6:not([class]) {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h6:not([class]) {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.entryBody p:not([class]) + p:not([class]) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .entryBody p:not([class]) + p:not([class]) {
    margin-top: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody) {
  text-decoration: underline;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody)[href^=tel] {
    pointer-events: none;
    color: #000;
    text-decoration: none;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.5s;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.entryBody table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .entryBody table {
    margin: 40px 0;
  }
}
.entryBody table th,
.entryBody table td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 0.8125rem;
    line-height: 1.8;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 0.9375rem;
    line-height: 2;
    line-height: 180%;
    padding: 15px 20px;
  }
}
.entryBody table th {
  background: #EBEBEC;
}
.entryBody table thead th {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .entryBody table thead th {
    padding: 18px 15px;
    font-size: 105%;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table thead th {
    padding: 20px;
  }
}
.entryBody ul:not(.no-entryBody):not([class]),
.entryBody ol:not(.no-entryBody):not([class]) {
  width: 100%;
  margin: 20px 0;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  .entryBody ul:not(.no-entryBody):not([class]),
  .entryBody ol:not(.no-entryBody):not([class]) {
    padding-left: 20px;
    width: 100%;
  }
}
.entryBody ul:not(.no-entryBody):not([class]) li,
.entryBody ol:not(.no-entryBody):not([class]) li {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.5;
  line-height: 2;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
layout
************/
.e-layout_container > *:first-child {
  margin-top: 0 !important;
}

.e-layout_container + .e-layout_container {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .e-layout_container + .e-layout_container {
    margin-top: 90px;
  }
}
@media screen and (max-width: 559px) {
  .e-layout_container + .e-layout_container {
    margin-top: 60px;
  }
}

.e-whiteBox {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .e-whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .e-whiteBox {
    padding: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .e-whiteBox {
    padding: 90px min(7.14%, 100px);
  }
}

/***********
box
************/
.e-box {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .e-box {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 960px) {
  .e-box {
    padding: 40px clamp(40px, 8%, 100px);
  }
}
.e-box + * {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .e-box + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .e-box + * {
    margin-top: 40px;
  }
}
.e-box_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .e-box_title {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .e-box_title {
    font-size: 1.25rem;
  }
}
.e-box--red {
  background: #f9edee;
  border-color: #f1aeb5;
}
.e-box--default {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
}
.e-box--gray {
  background: #e9ecef;
  border-color: #adb5bd;
}

/***********
grid
************/
.e-grid h2:first-child, .e-grid h3:first-child, .e-grid h4:first-child, .e-grid h5:first-child, .e-grid h6:first-child {
  margin-top: 0;
  border: none;
  padding-left: 0;
}
.e-grid p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.e-grid .e-gridItem_title {
  background: none;
  color: #000;
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-grid .e-gridItem_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_title {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.e-grid p {
  margin-top: 20px;
}
@media screen and (max-width: 559px) {
  .e-grid p {
    margin-top: 15px;
  }
}
.e-grid p.c-gridItem_txt {
  line-height: 1.5;
}

/***********
greeting
************/
.e-greetingWrap {
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .e-greetingWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.e-greeting_photo {
  width: 25%;
  margin: 0 0 40px 40px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-greeting_photo {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 559px) {
  .e-greeting_photo {
    float: none;
    margin-inline: auto;
    max-inline-size: max-content;
    width: auto;
  }
}
.e-greeting_photo figcaption {
  margin-top: 20px;
  text-align: left;
}

.txtbox p.e-greeting_post {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_post {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_post {
    font-size: 0.75rem;
  }
}

.txtbox p.e-greeting_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_name {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_name {
    font-size: 0.9375rem;
  }
}

.txtbox p.e-greeting_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.75rem;
  }
}

/***********
btn
************/
.e-btn {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 959px) {
  .e-btn {
    margin: 30px auto;
  }
}
@media screen and (max-width: 559px) {
  .e-btn {
    margin: 20px auto;
  }
}
.e-btn a {
  width: fit-content;
  margin: 0 auto;
  padding: 15px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border: 1px solid #000;
  font-size: clamp(0.625rem, 0.517rem + 0.481vw, 0.9375rem);
  font-family: "Figtree", "MFW-YuGoPr6N-Demi", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .e-btn a {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .e-btn a {
    padding: 20px 60px;
    column-gap: 20px;
  }
}
.e-btn a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .e-btn a:hover {
    background: #000;
    color: #fff;
  }
  .e-btn a:hover span svg {
    fill: #fff;
  }
}
@media screen and (min-width: 960px) {
  .e-btn a[href^=tel] {
    pointer-events: none;
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 960px) {
  .e-btn a[href^=tel]:hover {
    background: #fff;
  }
}
.e-btn a[href^=tel]:after {
  display: none;
}
.e-btn--center {
  text-align: center;
}

.e-btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  .e-btnWrap {
    display: block;
  }
}
.e-btnWrap .e-btn {
  margin: 0 10px;
  width: auto;
}
@media screen and (max-width: 559px) {
  .e-btnWrap .e-btn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

.e-btn02 {
  display: inline-block;
  margin: 0 10px;
}
.e-btn02_inner {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #000;
  padding: 5px 20px 5px 20px;
  font-size: 93%;
}
@media screen and (max-width: 559px) {
  .e-btn02_inner {
    padding: 3px 10px;
  }
}
@media screen and (min-width: 960px) {
  .e-btn02_inner:hover {
    background: #333333;
  }
}

/***********
table
************/
@media screen and (max-width: 559px) {
  table.e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 559px) {
  table.e-table--sp th,
  table.e-table--sp td {
    display: block;
    width: 100% !important;
  }
}

.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

@media screen and (max-width: 559px) {
  .entryBody table.e-table--sp th {
    border-bottom: none;
    border-top: none;
  }
}

/***********
linkList
**********.**/
.e-linkList {
  width: 100%;
}
.e-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .e-linkList li {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.e-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 20px;
  }
}
.e-linkList a[target=_blank]::after, .e-linkList a[href$=".pdf"]::after, .e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after, .e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after, .e-linkList a[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.5s;
}
.e-linkList a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #000;
}
.e-linkList a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.e-linkList a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.e-linkList a:hover {
  text-decoration: none !important;
}

/***********
googleMap
************/
.e-googleMap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .e-googleMap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap {
    margin: 20px 0;
  }
}
.e-googleMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 959px) {
  .e-googleMap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap iframe {
    height: 300px;
  }
}

/***********
youtube
************/
.e-youtube {
  position: relative;
  width: 100%;
}
.e-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.e-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
imgList
************/
.e-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.e-imgList li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-imgList li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList li {
    margin-bottom: 20px;
  }
}
.e-imgList figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-imgList figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList figcaption {
    font-size: 0.875rem;
  }
}
.e-imgList--row3::after {
  content: "";
  display: block;
  width: 31.5%;
}
.e-imgList--row3 li {
  width: 31.5%;
}
.e-imgList--row4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.e-imgList--row4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.e-imgList--row4 li {
  width: 23.5%;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.alignright {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/***********
download
************/
.e-downloadList {
  max-inline-size: max-content;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .e-downloadList {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .e-downloadList {
    max-inline-size: none;
  }
}
.e-downloadList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  position: relative;
}
.e-downloadList a {
  padding: 15px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 559px) {
  .e-downloadList a {
    width: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .e-downloadList a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
}
.e-downloadList p + p {
  margin-top: 0;
}
.e-downloadList p {
  line-height: 1.3;
}
.e-downloadList_file {
  flex: 1;
}
.e-downloadList_btn {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #000;
  padding: 5px 20px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .e-downloadList_btn:hover {
    background: black;
  }
}
.e-downloadList_btn span {
  font-size: inherit;
  font-size: 0.875rem;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn span {
    display: none;
  }
}
.e-downloadList_btn i {
  margin-right: 5px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn i {
    font-size: 1.625rem;
    color: #000;
    margin-right: 0;
  }
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

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

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

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

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

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

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

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

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

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    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;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    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;
  }
}/*# sourceMappingURL=style.css.map */