@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%;
}

body {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #232323;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.1rem;
  }
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

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

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

.base--full {
  padding-inline: 5%;
}
@media screen and (min-width: 560px) {
  .base--full {
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--full {
    padding-inline: 10%;
  }
}
.base--full [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--max {
  max-width: 1800px;
}
@media screen and (min-width: 560px) {
  .base--max {
    max-width: calc(1800px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--max {
    max-width: calc(1800px + 20%);
    padding-inline: 10%;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: calc(1600px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--wide {
    max-width: calc(1600px + 20%);
    padding-inline: 10%;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: calc(1400px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--large {
    max-width: calc(1400px + 20%);
    padding-inline: 10%;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
.base--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: calc(1200px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base {
    max-width: calc(1200px + 20%);
    padding-inline: 10%;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
.base [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: calc(1000px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--small {
    max-width: calc(1000px + 20%);
    padding-inline: 10%;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
.base--small [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: calc(800px + 16%);
    padding-inline: 8%;
  }
}
@media screen and (min-width: 768px) {
  .base--ss {
    max-width: calc(800px + 20%);
    padding-inline: 10%;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

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

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .space--medium {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.space--small {
  padding-top: 26.6666666667px;
  padding-bottom: 26.6666666667px;
}
@media screen and (min-width: 768px) {
  .space--small {
    padding-top: 53.3333333333px;
    padding-bottom: 53.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.space--ss {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .space--ss {
    padding-top: 33.3333333333px;
    padding-bottom: 33.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--ss {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.space--contents {
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .space--contents {
    padding-top: 120px;
    padding-bottom: 270px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sectionbox {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox {
    margin-top: 180px;
  }
}
.sectionbox--medium {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sectionbox--medium {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--medium {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 26.6666666667px;
}
@media screen and (min-width: 768px) {
  .sectionbox--small {
    margin-top: 53.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--small {
    margin-top: 80px;
  }
}
.sectionbox--ss {
  margin-top: 33.3333333333px;
}
@media screen and (min-width: 768px) {
  .sectionbox--ss {
    margin-top: 33.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--ss {
    margin-top: 50px;
  }
}

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

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 100px;
}
@media screen and (max-width: 1199px) {
  .c-grid {
    row-gap: 70px;
  }
}
@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-grid:not([class*=row]) {
  column-gap: 5%;
}
@media screen and (max-width: 1199px) {
  .c-grid:not([class*=row]) {
    column-gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid:not([class*=row]) {
    column-gap: 3%;
  }
}

.c-grid:not([class*=row]) .c-gridItem:not([class*=cell]) {
  flex: 1;
}

.c-gridItem--cell30 {
  width: 29%;
}
@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: 44%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 53%;
}
@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: 63%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}
.c-gridItem--cell80 {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell80 {
    width: 100%;
  }
}

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

.c-grid--row2 .c-gridItem {
  width: 48%;
}
@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: 48%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 49%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 48%;
}

.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: 32%;
}
@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: 32%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 49%;
  }
}
.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: 32%;
}

.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: #232323;
  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: #232323;
  display: inline-block;
}
.c-pan ul a:hover {
  text-decoration: underline;
}

/*=============================================================
  logo.scss
==============================================================*/
.c-logo {
  width: 60%;
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.c-logoimg {
  width: 100%;
}
.c-logo_main {
  font-size: clamp(0.5625rem, 0.454rem + 0.484vw, 0.75rem);
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-logo_main {
    margin-top: 20px;
  }
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.8125rem;
  line-height: 2.4;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.875rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
    line-height: 2.8;
  }
}

.txtbox:not(.entryBody) p + p,
.txt + .txt {
  margin-top: 1.5em;
}
@media screen and (min-width: 560px) {
  .txtbox:not(.entryBody) p + p,
  .txt + .txt {
    margin-top: 2em;
  }
}

.txt--small {
  font-size: 0.6875rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .txt--small {
    font-size: 0.75rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 960px) {
  .txt--small {
    font-size: 0.8125rem;
    line-height: 2.4;
  }
}
.txt--small + .txt, .txt + .txt--small {
  margin-top: 1.5em;
}
@media screen and (min-width: 560px) {
  .txt--small + .txt, .txt + .txt--small {
    margin-top: 2em;
  }
}

.txt--big {
  font-size: 0.9375rem;
  line-height: 2.4;
}
@media screen and (min-width: 560px) {
  .txt--big {
    font-size: 1rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 960px) {
  .txt--big {
    font-size: 1.0625rem;
    line-height: 2.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--big + .txt, .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: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

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

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

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  line-height: 1.3;
  width: fit-content;
  margin-inline: auto;
  padding-top: 50px;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-heading01 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01 {
    padding-top: 80px;
  }
}
.c-heading01::before {
  content: "";
  width: 14px;
  aspect-ratio: 20/42;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../../img/c-title.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-heading01::before {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01::before {
    width: 20px;
  }
}

.c-heading02 {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  line-height: 1.3;
  width: fit-content;
  margin-inline: auto;
  padding-top: 50px;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-heading02 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading02 {
    padding-top: 80px;
    line-height: 1.6;
  }
}
.c-heading02::before {
  content: "";
  width: 14px;
  aspect-ratio: 20/42;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../../img/c-title.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-heading02::before {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading02::before {
    width: 20px;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btnSize--small {
  max-width: 300px;
}

.c-btn01 {
  border: 1px solid #1d1d1d;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5em 30px 1.5em 20px;
  width: 90%;
  max-width: 300px;
  font-size: clamp(0.9375rem, 0.829rem + 0.484vw, 1.125rem);
  text-align: center;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-box: trim-both cap alphabetic;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    padding: 1em 50px 1em 20px;
    line-height: 1.3;
  }
}
.c-btn01::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #1d1d1d;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 50% -50%;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn01::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01:hover {
    background: #fff;
  }
  .c-btn01:hover::before {
    right: -5px;
    background: #7d8f63;
  }
}

.c-btn02 {
  font-size: clamp(0.875rem, 0.802rem + 0.323vw, 1rem);
  letter-spacing: 10%;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn02 {
    column-gap: 40px;
  }
}
.c-btn02_arrow {
  flex: 1;
  height: 1px;
  display: block;
  position: relative;
}
.c-btn02_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  background: #232323;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.c-btn02_arrow::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #232323;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: bottom right;
  rotate: 30deg;
}
@media screen and (min-width: 960px) {
  .c-btn02_arrow::after {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02:hover .c-btn02_arrow::before {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.c-btn02--center {
  margin: 0 auto;
}
.c-btn02--right {
  margin-inline-start: 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 #232323;
}
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%;
  margin-inline: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .formWrap {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .formWrap {
    padding: 60px;
  }
}

.formTable {
  width: 100%;
  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: 768px) {
  .formTable th,
  .formTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .formTable th,
  .formTable td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .formTable th {
    padding-top: 35px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .formTable th {
    font-size: 1.125rem;
    padding-top: 40px;
  }
}
.formTable th span {
  background: rgba(0, 0, 0, 0.15);
  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: 768px) {
  .formTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 1200px) {
  .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: 768px) {
  .formTable td {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .formTable td {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .confirmTable {
    table-layout: fixed;
  }
}
.confirmTable th,
.confirmTable td {
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .confirmTable th,
  .confirmTable td {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable th,
  .confirmTable td {
    padding: 40px 30px;
  }
}
.confirmTable th {
  font-size: 0.9375rem;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .confirmTable th {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable th {
    font-size: 1rem;
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .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: 768px) {
  .confirmTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .confirmTable td {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable td {
    border-top: 1px solid #dedede;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable td {
    font-size: 1rem;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .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: 1200px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .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 {
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  cursor: pointer;
  border: none;
  background: #000;
  color: #fff;
  padding: 1.5em 30px 1.5em 20px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  font-size: clamp(1.125rem, 1.052rem + 0.323vw, 1.25rem);
  text-align: center;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .submit_btn button[type=submit] {
    padding: 1.5em 40px 1.5em 20px;
    line-height: 1.3;
  }
}
.submit_btn button[type=submit]::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 50% -50%;
  z-index: 100;
  transition: all 0.5s;
  mix-blend-mode: difference;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .submit_btn button[type=submit]::before {
    width: 50px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background: #7d8f63;
  }
  .submit_btn button[type=submit]:hover::before {
    right: -5px;
  }
}

.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: #232323;
  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: 768px) {
  .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: #232323;
  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.8125rem;
  line-height: 2.4;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 0.875rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 0.9375rem;
    line-height: 2.8;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.8125rem;
  line-height: 2.4;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 0.875rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 0.9375rem;
    line-height: 2.8;
  }
}
.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: 100dvw;
  height: 100dvh;
  z-index: 9999;
  text-align: center;
  color: #fff;
  display: none;
  background: url(../../img/footer-bg.jpg) no-repeat center center/cover;
  align-content: center;
}
.loading.is-active {
  display: block;
}
.loading_inner {
  width: 40%;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
  animation: animaLoading 2s both 0.5s;
}
@keyframes animaLoading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.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: #232323;
    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%;
  }
}

/*=============================================================
  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: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 17svb;
  margin-top: -17svb;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 25vh;
    margin-top: -25vh;
  }
}

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

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #232323;
  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%;
  }
}
/*=============================================================
  header.scss
=============================================================*/
.l-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17svb;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 25vh;
  }
}

.l-header_logo {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    width: 100%;
  }
}

.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 {
  display: none;
  background: url(../../img/footer-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  padding: 100px 10%;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .l-drawer {
    padding: 17svb 10% 100px 10%;
  }
}

.l-drawer_inner {
  translate: 0 20px;
  visibility: visible;
  transition: translate 0.8s;
  transform: rotate(0.0001deg);
}

.is-menuopen .l-drawer_inner {
  translate: 0 0;
}

.drawer-logo {
  width: 100%;
}
.drawer-logo .c-logo {
  margin: 0;
  text-align: left;
}
.drawer-logo .c-logo_img svg {
  width: 100%;
  max-width: 330px;
  will-change: transform;
}

.drawer-navi {
  margin-top: 60px;
  margin-bottom: 30px;
}
.drawer-navi ul {
  display: flex;
  column-gap: 8%;
  row-gap: 20px;
  flex-wrap: wrap;
}
.drawer-navi a {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .drawer-navi a {
    font-size: 0.875rem;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .drawer-navi a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .drawer-navi a:hover {
    opacity: 0.6;
  }
}

.drawer-address {
  line-height: 1.6;
  word-break: keep-all;
  margin-bottom: 40px;
}

.drawer-sns {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-sns {
    column-gap: 30px;
  }
}
.drawer-sns a {
  display: block;
  width: 20px;
  transition: opacity 0.5s;
}
@media screen and (min-width: 960px) {
  .drawer-sns a:hover {
    opacity: 0.6;
  }
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
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: 15%;
  aspect-ratio: 4/3;
  margin-left: auto;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .naviBtn {
    width: 130px;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  transition: 0.4s all;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.naviBtn p {
  aspect-ratio: 1/0.6;
  position: relative;
  width: min(70%, 76px);
  height: min(20%, 15px);
}
.naviBtn p span::before, .naviBtn p span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 1px;
  background: #232323;
}
.naviBtn p span::before {
  top: 0;
}
.naviBtn p span::after {
  bottom: 0;
}
.naviBtn p span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.naviBtn:hover span::before, .naviBtn:hover span::after {
  background: #7d8f63;
}

.is-menuopen button p::after {
  opacity: 0;
}
.is-menuopen button span::before {
  top: 50%;
  left: 50%;
  width: 80%;
  translate: -50%;
}
.is-menuopen button span::after {
  bottom: 49%;
  left: 50%;
  width: 80%;
  translate: -50%;
}

/*=============================================================
  footer.scss
=============================================================*/
/* copy
-----------------------------------------*/
.footer-copy_heading {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 3%;
  font-size: 12vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer-copy_heading {
    font-size: clamp(1.75rem, -0.889rem + 11.731vw, 9.375rem);
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copy_heading {
    margin-bottom: 45px;
    letter-spacing: 10%;
  }
}

.footer-copy {
  background: url(../../img/foot-copy_bg.jpg) no-repeat center center/cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-copy {
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copy {
    height: 840px;
  }
}

.footer-copy_txt {
  font-size: clamp(0.8125rem, 0.667rem + 0.645vw, 1.0625rem);
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .footer-copy_txt {
    line-height: 2.6;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copy_txt {
    line-height: 2.8;
  }
}

.footer-copy_en {
  line-height: 1.6;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .footer-copy_en {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copy_en {
    width: 50%;
  }
}
.footer-copy_en br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer-copy_en br {
    display: inline;
  }
}

.footer-copy_sign {
  width: 70%;
  max-width: 325px;
  margin-left: -10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .footer-copy_sign {
    margin-left: -15px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copy_sign {
    margin-top: 100px;
  }
}

.footer-contactBtn {
  display: block;
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .footer-contactBtn {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer-contactBtn {
    padding: 100px 0;
  }
}
.footer-contactBtn p {
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
  letter-spacing: 10%;
  font-family: "Vollkorn", serif;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
  overflow: hidden;
  width: 80%;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-contactBtn p {
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn p {
    column-gap: 40px;
    letter-spacing: 25%;
  }
}
.footer-contactBtn_arrow {
  flex: 1;
  height: 1px;
  display: block;
  position: relative;
}
.footer-contactBtn_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  background: #114444;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 960px) {
  .footer-contactBtn:hover .footer-contactBtn_arrow::before {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.l-footer {
  border-top: 1px solid #114444;
  background: url(../../img/footer-bg.jpg) no-repeat center center/cover;
}

.footer_navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_navi {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .footer_navi a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .footer_navi a:hover {
    opacity: 0.6;
  }
}

.footer_logo {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_logo {
    margin-bottom: 100px;
  }
}

.footer_address {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-sns {
    column-gap: 30px;
  }
}
.footer-sns a {
  display: block;
  width: 20px;
  transition: opacity 0.5s;
}
@media screen and (min-width: 960px) {
  .footer-sns a:hover {
    opacity: 0.6;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-size: clamp(0.6875rem, 0.506rem + 0.806vw, 1rem);
}

.footer-subnavi a {
  display: inline-block;
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  font-weight: bold;
  transition: opacity 0.5s;
}
@media screen and (min-width: 960px) {
  .footer-subnavi a:hover {
    opacity: 0.6;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.l-background div {
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.45;
}

.background-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  transform: rotate(0.0001deg);
}
@media screen and (min-width: 768px) {
  .background-right {
    width: 100%;
    height: 100%;
  }
}
.background-right .c-video {
  justify-content: flex-end;
}
.background-right .c-video video {
  object-position: right top;
}

.background-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .background-left {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
  }
}

.l-wrapper {
  position: relative;
  z-index: 100;
}
.is-menuopen .l-wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  overflow: hidden;
}

.l-pageHeading_inner {
  display: flex;
}

.l-pageHeading_main {
  width: 40%;
  font-size: clamp(1.75rem, 0.952rem + 3.548vw, 3.125rem);
  font-family: "Vollkorn", serif;
  font-weight: 500;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .l-pageHeading_main {
    width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_main {
    width: 27%;
  }
}

.l-pageHeading_img {
  margin-right: calc(50% - 50vw);
  flex: 1;
  overflow: hidden;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .l-pageHeading_img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_img {
    height: 550px;
  }
}
.l-pageHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-pageHeading--small .l-pageHeading_img {
  height: 250px;
}
@media screen and (min-width: 768px) {
  .l-pageHeading--small .l-pageHeading_img {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading--small .l-pageHeading_img {
    height: 350px;
  }
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 1px;
}
.pagination li {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  aspect-ratio: 1;
  width: 46px;
}
.pagination span, .pagination a {
  aspect-ratio: 1;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  line-height: 1;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #232323;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .pagination a:hover {
    background: #eee;
  }
}
.pagination span.current {
  color: #fff;
  background: #232323;
}

/* entryNavi
---------------------------------------------*/
.entryNavi {
  display: flex;
  justify-content: center;
  column-gap: 10%;
  width: 100%;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  font-family: "Vollkorn", serif;
  font-weight: 700;
  line-height: 1.3;
}
.entryNavi p {
  position: relative;
}
.entryNavi a {
  display: block;
  position: relative;
  padding: 1em 2em;
  color: #232323;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover {
    opacity: 0.6;
  }
}
.entryNavi_prev a::before, .entryNavi_next a::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #1d1d1d;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .entryNavi_prev a::before, .entryNavi_next a::before {
    width: 50px;
  }
}
.entryNavi_prev a {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .entryNavi_prev a {
    padding-right: 60px;
  }
}
.entryNavi_prev a::before {
  right: 0;
}
@media screen and (min-width: 960px) {
  .entryNavi_prev a:hover::before {
    right: -5px;
  }
}
.entryNavi_next a {
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .entryNavi_next a {
    padding-left: 60px;
  }
}
.entryNavi_next a::before {
  left: 0;
}
@media screen and (min-width: 960px) {
  .entryNavi_next a:hover::before {
    left: -5px;
  }
}
.entryNavi_back {
  text-align: center;
}
/*=============================================================
  top.css
=============================================================*/
.top-mainVisualWrap {
  overflow: hidden;
}

.top-mainVisual_inner {
  height: calc(100vh - 17svb);
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 5vh;
  grid-template-areas: "fv-movie" "fv-copy";
}
@media screen and (min-width: 768px) {
  .top-mainVisual_inner {
    grid-template-columns: 75% 1fr;
    grid-template-rows: auto;
    grid-template-areas: "fv-movie fv-copy";
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_inner {
    grid-template-columns: 70% 1fr;
  }
}

.top-mainVisual_main {
  grid-area: fv-movie;
  /*
   margin-left:calc(50% - 50vw);
   @include mq-up(xl){
     height:100vh - $header_height_lg;
   }
  */
}

.top-mainVisual_copy {
  grid-area: fv-copy;
  display: block grid;
  place-items: center;
}
.top-mainVisual_copy h2 {
  display: flex;
  flex-direction: row-reverse;
  letter-spacing: 0.2rem;
  font-size: clamp(0.9375rem, 0.829rem + 0.484vw, 1.125rem);
  line-height: 2;
  align-content: center;
  font-weight: 500;
}
.top-mainVisual_copy h2 span {
  writing-mode: vertical-rl;
  display: inline-block;
}
.top-mainVisual_copy h2 span:first-of-type {
  margin-top: 0;
}
.top-introduction_illust {
  width: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-introduction_illust {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .top-introduction_illust {
    width: 70px;
  }
}

.top-introduction_txt {
  margin-top: 30px;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .top-introduction_txt {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-introduction_txt {
    margin-top: 70px;
  }
}

.top-introduction_en {
  line-height: 2;
  text-align: center;
  color: #7d8f63;
  width: 90%;
  margin-inline: auto;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .top-introduction_en {
    line-height: 2;
    width: 70%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .top-introduction_en {
    line-height: 2;
  }
}

.top-introduction_img {
  width: 40%;
  max-width: 464px;
}
@media screen and (min-width: 768px) {
  .top-introduction_img {
    width: 30%;
  }
}

.top-aboutWrap {
  overflow: hidden;
  container-type: inline-size;
}

.top-about01 {
  display: grid;
  grid-template-columns: auto min(75%, 1070px);
  grid-template-rows: auto 1fr;
  column-gap: 3%;
  grid-template-areas: "a-heading a-img" "a-txt a-txt";
}
@media screen and (min-width: 768px) {
  .top-about01 {
    grid-template-columns: auto min(65%, 1070px);
    grid-template-areas: "a-heading a-img" ". a-txt";
    column-gap: 10%;
  }
}
.top-about01_heading {
  grid-area: a-heading;
}
.top-about01_img {
  grid-area: a-img;
}
.top-about01_txt {
  grid-area: a-txt;
}

.top-about01_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  padding: 20px 0;
  font-size: clamp(1rem, 0.855rem + 0.645vw, 1.25rem);
}

.top-about01_img {
  max-width: 1070px;
  text-align: right;
}
.top-about01_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top-about01_txt p {
    width: fit-content;
    margin-left: auto;
  }
}

.top-about02 {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: auto 1fr auto;
  column-gap: 10%;
  row-gap: 50px;
  grid-template-areas: "a02-img01 a02-img02" ". a02-img02" "a02-txtbox a02-txtbox";
}
@media screen and (min-width: 768px) {
  .top-about02 {
    row-gap: 100px;
    grid-template-columns: 1fr 35%;
    grid-template-areas: "a02-img01 a02-img02" "a02-txtbox a02-img02";
  }
}
@media screen and (min-width: 1200px) {
  .top-about02 {
    grid-template-columns: 1fr min(29%, 453px);
    row-gap: 150px;
    column-gap: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .top-about02 {
    row-gap: 220px;
  }
}
.top-about02_img01 {
  grid-area: a02-img01;
}
.top-about02_img02 {
  grid-area: a02-img02;
  align-self: end;
}
.top-about02_txtbox {
  grid-area: a02-txtbox;
}

.top-about02_img01 {
  text-align: center;
}
.top-about02_img01 span {
  display: block;
  margin: 0 auto;
  max-width: 379px;
}
@media screen and (min-width: 768px) {
  .top-about02_img01 span {
    width: 50%;
  }
}

.top-about02_img02 {
  text-align: right;
  margin-top: 40px;
  aspect-ratio: 453/620;
}
@media screen and (min-width: 768px) {
  .top-about02_img02 {
    margin-right: -50px;
  }
}
@media screen and (min-width: 1600px) {
  .top-about02_img02 {
    margin-right: -100px;
  }
}
.top-about02_img02 > div {
  margin-right: calc(50% - 50vw);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-about02_img02 > div {
    margin-right: 0;
  }
}

.top-about02_txtbox {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-about02_txtbox {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about02_txtbox {
    padding-bottom: 70px;
  }
}

.top-about02_btn {
  margin-top: 40px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top-about02_btn {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about02_btn {
    margin-top: 100px;
    width: 100%;
  }
}

.top-portfolioHeading {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .top-portfolioHeading {
    flex-direction: row;
    margin-bottom: 100px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .top-portfolioHeading {
    margin-bottom: 150px;
  }
}
.top-portfolioHeading .c-heading01 {
  margin: 0;
}

.top-portfolioHeading_lead {
  font-size: clamp(0.8125rem, 0.667rem + 0.645vw, 1.0625rem);
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .top-portfolioHeading_lead {
    line-height: 2.6;
  }
}
@media screen and (min-width: 1200px) {
  .top-portfolioHeading_lead {
    line-height: 2.8;
  }
}

.top-portfolio .portfolio-listItem:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1200px) {
  .top-portfolio .portfolio-listItem:first-of-type {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type a {
    display: grid;
    grid-template-columns: 1fr 68%;
    column-gap: 3%;
    grid-template-rows: 1fr auto auto auto 1fr;
  }
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type .portfolio-listItem_img {
    grid-column: 2/3;
    grid-row: 1/6;
  }
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type .portfolio-listItem_title {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type .portfolio-listItem_address {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .top-portfolio .portfolio-listItem:first-of-type .portfolio-listItem_box {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.top-portfolio .portfolio-listItem:first-of-type .portfolio-listItem_date {
  display: block;
  margin-top: 20px;
}

.top-portfolio_btn {
  width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .top-portfolio_btn {
    width: 100%;
  }
}

.top-profile_img {
  text-align: center;
}

.top-profile_logo {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-profile_logo {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-profile_logo {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.top-profile_txt {
  word-break: keep-all;
}

/*=============================================================
  news.scss
==============================================================*/
.news-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: auto auto 1fr;
  }
}

.news-listItem {
  border-bottom: 2px dotted #1d1d1d;
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .news-listItem {
    grid-column: span 3;
  }
}
.news-listItem a {
  display: inherit;
  grid-template-columns: subgrid;
  grid-template-rows: auto auto;
  grid-column: inherit;
  grid-template-areas: "n-date n-cate" "n-title n-title";
  row-gap: 10px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 20px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-listItem a {
    font-size: 1rem;
    padding: 30px 25px;
    grid-template-rows: auto;
    grid-template-areas: "n-date n-cate n-title";
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem a {
    font-size: 1.125rem;
    padding: 40px 30px;
  }
}
.news-listItem_date {
  grid-area: n-date;
}
.news-listItem_category {
  grid-area: n-cate;
}
.news-listItem_title {
  grid-area: n-title;
}
.news-listItem_date {
  position: relative;
}
.news-listItem_date::before {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  background: #232323;
  position: absolute;
  left: -10px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .news-listItem_date::before {
    width: 6px;
    left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_date::before {
    width: 8px;
    left: -20px;
  }
}
.news-listItem_category {
  margin-left: 1vw;
  padding-left: 1vw;
  position: relative;
}
.news-listItem_category::before {
  content: "";
  width: 1px;
  height: 60%;
  display: block;
  background: #1d1d1d;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -40%;
}
.news-listItem_title {
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .news-listItem_title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_title {
    margin-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem:hover .news-listItem_title {
    color: #232323;
  }
}

.news-entryData {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #1d1d1d;
}
@media screen and (min-width: 768px) {
  .news-entryData {
    row-gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData {
    row-gap: 20px;
  }
}
.news-entryData_date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-entryData_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_date {
    font-size: 1.125rem;
  }
}
.news-entryData_category {
  margin-left: 1vw;
  padding-left: 1vw;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-entryData_category {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_category {
    font-size: 1.125rem;
  }
}
.news-entryData_category::before {
  content: "";
  width: 1px;
  height: 60%;
  display: block;
  background: #1d1d1d;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -40%;
}
.news-entryData_title {
  width: 100%;
  font-size: clamp(1.375rem, 1.012rem + 1.613vw, 2rem);
  line-height: 1.3;
}
/*=============================================================
  page.scss
==============================================================*/
.page-listItem {
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .page-listItem {
    grid-template-rows: auto;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
    justify-content: space-between;
    align-items: end;
  }
}
.page-listItem + .page-listItem {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-listItem + .page-listItem {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-listItem + .page-listItem {
    margin-top: 60px;
  }
}
.page-listItem .wp-c-heading02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-listItem .wp-c-heading02 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-listItem .wp-c-heading02 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .page-listitem_inner {
    align-items: center;
  }
}

.page-listItem_img {
  overflow: hidden;
}
.page-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-listItem_img a {
  display: block;
}

.page-listItem_text {
  font-size: clamp(0.6875rem, 0.542rem + 0.645vw, 0.9375rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-listItem_text {
    line-height: 1.6;
  }
}

.page-listItem_link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-listItem_link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-listItem_link {
    margin-top: 40px;
  }
}

/*=============================================================
  top.css
=============================================================*/
.portfolio-categoryList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 15px;
}
.portfolio-categoryList a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  transition: all 0.5s;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  line-height: 1.3;
}
.portfolio-categoryList a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #232323;
  display: block;
  position: relative;
  margin-right: 5px;
}
.portfolio-categoryList a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .portfolio-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.8%;
  }
}

.portfolio-listItem {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .portfolio-listItem {
    display: block grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-listItem {
    margin-bottom: 100px;
  }
}
.portfolio-listItem a {
  display: block;
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .portfolio-listItem a {
    display: block grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
  }
}

.portfolio-listItem_img {
  overflow: hidden;
  aspect-ratio: 1086/649;
}
.portfolio-listItem_img img {
  object-fit: cover;
  width: 400%;
  height: 100%;
}

.portfolio-listItem_data {
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  line-height: 1.5;
}

.portfolio-listItem_title {
  font-size: clamp(0.875rem, 0.766rem + 0.484vw, 1.0625rem);
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .portfolio-listItem_title {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}

.portfolio-listItem_address span {
  display: inline-block;
}

.portfolio-listItem_category {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .portfolio-listItem_category {
    margin-right: 15px;
  }
}

.portfolio-listItem_date {
  display: inline-block;
}

.portfolio-entryHeading {
  width: 100%;
  display: grid;
  grid-template-areas: "ph-img" "ph-inner";
  column-gap: 3%;
}
@media screen and (min-width: 560px) {
  .portfolio-entryHeading {
    grid-template-columns: 1fr 68%;
    grid-template-rows: 1fr auto 1fr;
    grid-template-areas: ". ph-img" "ph-inner ph-img" ". ph-img";
  }
}
.portfolio-entryHeading_inner {
  grid-area: ph-inner;
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  line-height: 1.5;
}

.portfolio-entryHeading_title {
  font-size: clamp(0.875rem, 0.766rem + 0.484vw, 1.0625rem);
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .portfolio-entryHeading_title {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}

.portfolio-entryHeading_address {
  margin-bottom: 5px;
}
.portfolio-entryHeading_address span {
  display: inline-block;
}

.portfolio-entryHeading_category {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .portfolio-entryHeading_category {
    margin-right: 15px;
  }
}

.portfolio-entryHeading_img {
  grid-area: ph-img;
  aspect-ratio: 4288/2848;
  overflow: hidden;
}
.portfolio-entryHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-entryHeading_date {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .portfolio-entryBA_inner {
    display: flex;
    align-items: flex-end;
    column-gap: 5%;
    justify-content: space-between;
  }
}

.portfolio-entryBA_heading {
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-family: "Vollkorn", serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.portfolio-entryBA_heading::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #1d1d1d;
  display: block;
  margin-top: 0.5%;
}

.portfolio-entryBA_before {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .portfolio-entryBA_before {
    width: 35%;
    margin-bottom: 0;
  }
}
.portfolio-entryBA_before div {
  filter: grayscale(100%);
}
.portfolio-entryBA_before .portfolio-entryBA_heading {
  font-size: clamp(1rem, 0.855rem + 0.645vw, 1.25rem);
}

.portfolio-entryBA_after {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .portfolio-entryBA_after {
    width: auto;
    flex: 1;
  }
}
.portfolio-entryBA_after .portfolio-entryBA_heading {
  font-size: clamp(1rem, 0.637rem + 1.613vw, 1.625rem);
}

.portfolio-entryBefore {
  position: relative;
}
.portfolio-entryBefore::before {
  content: "";
  background: url(../../img/bg.png) repeat center center;
  display: block;
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.7;
}
.portfolio-entryBefore_inner {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .portfolio-entryBefore_inner {
    display: flex;
    justify-content: center;
    column-gap: 10%;
    align-items: center;
  }
}

.portfolio-entryBefore_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 20px;
  margin-top: 40px;
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .portfolio-entryBefore_list {
    margin-top: 0;
  }
}
.portfolio-entryBefore_list > div {
  width: 31%;
}
@media screen and (min-width: 768px) {
  .portfolio-entryBefore_list > div {
    width: 23.5%;
  }
}
.portfolio-entryBefore_list img {
  object-fit: contain;
  width: 100%;
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundHeading {
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .notfoundHeading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .notfoundHeading {
    margin-bottom: 40px;
  }
}
.notfoundHeading_main {
  font-family: "Vollkorn", serif;
  font-weight: 500;
  line-height: 1.3;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .notfoundHeading_main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .notfoundHeading_main {
    padding-top: 50px;
  }
}
.notfoundHeading_main::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/42;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../../img/c-title.png) no-repeat center center/contain;
}
@media screen and (max-width: 1199px) {
  .notfoundHeading_main::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .notfoundHeading_main::before {
    width: 14px;
  }
}
.notfoundHeading_sub {
  font-weight: 600;
  font-size: 0.57em;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
}
.notfound {
  border-radius: 20px;
  background: #fff;
}

/*=============================================================
  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.txtbox {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .entryBody.txtbox {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody.txtbox {
    line-height: 2;
  }
}
.entryBody h2:not([class]) {
  font-family: "Vollkorn", serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  line-height: 1.3;
  padding-top: 50px;
  position: relative;
  letter-spacing: 0.2rem;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entryBody h2:not([class]) {
    padding-top: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h2:not([class]) {
    line-height: 1.6;
    padding-top: 80px;
    margin-top: 150px;
    margin-bottom: 50px;
  }
}
.entryBody h2:not([class])::before {
  content: "";
  width: 14px;
  aspect-ratio: 20/42;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../../img/c-title.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .entryBody h2:not([class])::before {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h2:not([class])::before {
    width: 20px;
  }
}
.entryBody h3:not([class]) {
  font-size: clamp(1.125rem, 0.98rem + 0.645vw, 1.375rem);
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  font-size: 1.25rem;
  margin-top: 80px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .entryBody h3:not([class]) {
    margin-top: 100px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h3:not([class]) {
    line-height: 1.6;
    margin-top: 120px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.entryBody h4:not([class]) {
  font-size: clamp(1.0625rem, 0.954rem + 0.484vw, 1.25rem);
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entryBody h4:not([class]) {
    margin-top: 80px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h4:not([class]) {
    line-height: 1.6;
    padding-top: 30px;
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
.entryBody h4:not([class])::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #232323;
}
.entryBody h5:not([class]) {
  font-size: clamp(1rem, 0.927rem + 0.323vw, 1.125rem);
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 1.3;
}
@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]) {
    line-height: 1.6;
    font-size: 1.375rem;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.entryBody h6:not([class]) {
  color: #7d8f63;
  font-size: clamp(1rem, 0.927rem + 0.323vw, 1.125rem);
  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]) {
    line-height: 1.6;
    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) {
  color: #1530A0;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    color: #2b51e6;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .entryBody a:not([class]):not(.no-entryBody)[href^=tel] {
    pointer-events: none;
    color: #232323;
    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 #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  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 #1d1d1d;
  padding: 10px;
  font-size: 0.8125rem;
  line-height: 2.4;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 0.875rem;
    line-height: 2.6;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 0.9375rem;
    line-height: 2.8;
    line-height: 180%;
    padding: 15px 20px;
  }
}
.entryBody table th {
  background: #f4f5f7;
}
.entryBody table thead th {
  background: #232323;
  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.8125rem;
  line-height: 2.4;
  line-height: 1.6;
}
@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.875rem;
    line-height: 2.6;
    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.8;
    line-height: 1.8;
  }
}

/*=============================================================
  wpLayout.scss
==============================================================*/
.wp-l-container + .wp-l-container {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .wp-l-container + .wp-l-container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 559px) {
  .wp-l-container + .wp-l-container {
    margin-top: 40px;
  }
}
.wp-l-container > *:first-child {
  margin-top: 0 !important;
}

.wp-l-section {
  container-type: inline-size;
  margin-block: 48px;
  /*
  & + &{
    margin-top:40px;
    @include mq-up(md){
      margin-top:50px;
    }
    @include mq-up(xl){
      margin-top:80px;
    }
  }
    */
}
@media screen and (min-width: 768px) {
  .wp-l-section {
    margin-block: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-l-section {
    margin-block: 120px;
  }
}

.wp_contents .wp-l-section:last-child {
  margin-bottom: 0;
}

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

.wp-c-heading {
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
}
.wp-c-heading--small {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
}
.wp-c-heading + .wp-l-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .wp-c-heading + .wp-l-body {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-c-heading + .wp-l-body {
    margin-top: 80px;
  }
}

.wp-c-heading_title {
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .wp-c-heading_title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wp-c-heading_title {
    padding-top: 50px;
    line-height: 1.3;
  }
}
.wp-c-heading_title::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/42;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: url(../../img/c-title.png) no-repeat center center/contain;
}
@media screen and (max-width: 1199px) {
  .wp-c-heading_title::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wp-c-heading_title::before {
    width: 14px;
  }
}

.wp-c-heading_subTitle {
  font-size: 0.57em;
  font-family: "Vollkorn", serif;
  font-weight: 500;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
  line-height: 1.3;
}
.wp-c-heading_txt {
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  line-height: 2.2;
  font-weight: 500;
  width: fit-content;
  margin-inline: auto;
  max-width: 80%;
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .wp-c-heading_txt {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .wp-c-heading_txt {
    max-width: 100%;
  }
}

.wp-c-heading02 {
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .wp-c-heading02 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wp-c-heading02 {
    margin-bottom: 40px;
  }
}
.wp-c-heading02--small {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
}

.wp-c-heading02_title {
  line-height: 1.6;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .wp-c-heading02_title {
    line-height: 1.3;
  }
}

.wp-c-heading02_subTitle {
  font-size: 0.57em;
  font-family: "Vollkorn", serif;
  font-weight: 500;
  margin-top: 1rem;
}
.wp-introduction {
  display: grid;
  row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "a-heading" "a-img" "a-txt";
}
@media screen and (min-width: 768px) {
  .wp-introduction {
    grid-template-rows: auto 1fr;
    align-items: center;
    grid-template-columns: auto min(65%, 1070px);
    grid-template-areas: "a-heading a-img" ". a-txt";
    column-gap: 5%;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-introduction {
    row-gap: 60px;
  }
}
.wp-introduction_heading {
  grid-area: a-heading;
}
.wp-introduction_img {
  grid-area: a-img;
}
.wp-introduction_txt {
  grid-area: a-txt;
}

.wp-introduction_img figure {
  display: block;
  width: 100%;
  height: 100%;
}
.wp-introduction_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-introduction_heading.wp-c-heading {
  margin-bottom: 0;
}

.wp-visualSection {
  position: relative;
  display: grid;
  column-gap: 5%;
  grid-template-columns: 45% 1fr 40%;
  grid-template-rows: auto auto;
  grid-template-areas: "img01 . img03" "img02 img02 img03";
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .wp-visualSection {
    grid-template-columns: 40% 1fr 30%;
    grid-template-rows: auto auto;
    row-gap: 0;
    grid-template-areas: "img01 . img03" ". img02 img03";
  }
}
.wp-visualSection.-reverse {
  direction: rtl;
}
.wp-visualSection_img01 {
  grid-area: img01;
}
.wp-visualSection_img01 div {
  aspect-ratio: 465/314;
  max-width: 465px;
}
.wp-visualSection_img02 {
  grid-area: img02;
}
.wp-visualSection_img02 div {
  width: 60%;
  aspect-ratio: 238/358;
  max-width: 238px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wp-visualSection_img02 div {
    width: 100%;
    translate: 0 -5%;
    margin-left: 0;
  }
}
.wp-visualSection_img03 {
  grid-area: img03;
}
.wp-visualSection_img03 div {
  margin-top: 40px;
  aspect-ratio: 1;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .wp-visualSection_img03 div {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-visualSection_img03 div {
    margin-top: 100px;
  }
}
.wp-visualSection img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-c-grid {
  display: flex;
  justify-content: space-between;
  row-gap: 3em;
  column-gap: 2cqw;
  flex-wrap: wrap;
}
.wp-c-grid.-half .wp-c-gridItem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-half .wp-c-gridItem {
    width: calc((100% - 2cqw) / 2);
  }
}
.wp-c-grid.-trisect .wp-c-gridItem {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-trisect .wp-c-gridItem {
    width: calc((100% - 4cqw) / 3);
  }
}
.wp-c-grid.-quarter .wp-c-gridItem {
  justify-content: center;
  width: calc((100% - 2cqw) / 2);
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-quarter .wp-c-gridItem {
    width: calc((100% - 6cqw) / 4);
  }
}
.wp-c-grid.-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio4_6 {
    column-gap: 5cqw;
  }
}
.wp-c-grid.-ratio4_6 .wp-c-gridItem:first-of-type {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio4_6 .wp-c-gridItem:first-of-type {
    width: 40cqi;
  }
}
.wp-c-grid.-ratio4_6 .wp-c-gridItem:nth-of-type(2) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio3_7 {
    column-gap: 5cqw;
  }
}
.wp-c-grid.-ratio3_7 .wp-c-gridItem:first-of-type {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio3_7 .wp-c-gridItem:first-of-type {
    width: 30cqi;
  }
}
.wp-c-grid.-ratio3_7 .wp-c-gridItem:nth-of-type(2) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio2_8 {
    column-gap: 5cqw;
  }
}
.wp-c-grid.-ratio2_8 .wp-c-gridItem:first-of-type {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-c-grid.-ratio2_8 .wp-c-gridItem:first-of-type {
    width: 20cqi;
  }
}
.wp-c-grid.-ratio2_8 .wp-c-gridItem:nth-of-type(2) {
  flex: 1;
}

.wp-c-gridItem_inner {
  margin-top: 1em;
}
.wp-c-gridItem_inner h2, .wp-c-gridItem_inner h3, .wp-c-gridItem_inner h4, .wp-c-gridItem_inner h5, .wp-c-gridItem_inner h6 {
  margin-top: 0 !important;
  margin-bottom: 1em;
}
.wp-c-gridItem_inner h3 {
  padding-bottom: 1em !important;
}
.wp-c-gridItem_inner h4 {
  padding-top: 0 !important;
  margin-bottom: 1em !important;
}
.wp-c-gridItem_inner h4::before, .wp-c-gridItem_inner h4::after {
  display: none !important;
}
.wp-c-gridItem_inner p {
  margin-block: calc((1em - 1lh) / 2);
}
.wp-c-gridItem_inner .txtbox p {
  line-height: 1.6;
}

.wp-c-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.wp-c-gallery a {
  display: block;
  position: relative;
}

.wp-c-gallery_img {
  overflow: hidden;
  aspect-ratio: 1;
}
.wp-c-gallery_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-c-gallery_caption {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-size: clamp(0.6875rem, 0.542rem + 0.645vw, 0.9375rem);
  font-weight: 500;
  padding: 0.5em;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}
@media screen and (min-width: 768px) {
  .wp-c-gallery_caption {
    padding: 20px;
  }
}

.wp-c-downloadList {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.wp-c-downloadList_item {
  padding: 1em 0;
  font-size: clamp(0.8125rem, 0.667rem + 0.645vw, 1.0625rem);
  line-height: 1.3;
  display: flex;
  align-items: center;
  column-gap: 2%;
  border-bottom: 1px dotted #1d1d1d;
}
@media screen and (min-width: 1200px) {
  .wp-c-downloadList_item {
    padding: 1.5em 0;
  }
}
.wp-c-downloadList_item::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: auto;
  aspect-ratio: 417/529;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .wp-c-downloadList_item::before {
    width: 20px;
  }
}
.wp-c-downloadList_item:has([href$=".zip"])::before, .wp-c-downloadList_item:has([href$=".lzh"])::before {
  background-image: url(../../img/icon/ico-file.png);
}
.wp-c-downloadList_item:has([href$=".pdf"])::before {
  background-image: url(../../img/icon/ico-pdf.png);
}
.wp-c-downloadList_item:has([href$=".doc"])::before, .wp-c-downloadList_item:has([href$=".docx"])::before {
  background-image: url(../../img/icon/ico-word.png);
}
.wp-c-downloadList_item:has([href$=".xls"])::before, .wp-c-downloadList_item:has([href$=".xlsx"])::before {
  background-image: url(../../img/icon/ico-excel.png);
}
.wp-c-downloadList_item:has([href$=".txt"])::before {
  background-image: url(../../img/icon/ico-text.png);
}
.wp-c-downloadList_item:has([href$=".ppt"])::before, .wp-c-downloadList_item:has([href$=".pptx"])::before {
  background-image: url(../../img/icon/ico-ppt.png);
}
.wp-c-downloadList_item:has([href$=".png"])::before, .wp-c-downloadList_item:has([href$=".jpg"])::before, .wp-c-downloadList_item:has([href$=".jpeg"])::before, .wp-c-downloadList_item:has([href$=".gif"])::before {
  background-image: url(../../img/icon/ico-img.png);
}
.wp-c-downloadList a {
  background: #232323;
  color: #fff;
  display: inline flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 1em;
  line-height: 1;
  column-gap: 5px;
  font-size: clamp(0.6875rem, 0.542rem + 0.645vw, 0.9375rem);
  margin-left: auto;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .wp-c-downloadList a {
    padding: 1em 2em;
  }
}
.wp-c-downloadList a svg {
  fill: currentcolor;
  width: 18px;
}
@media screen and (min-width: 960px) {
  .wp-c-downloadList a:hover {
    background: #7d8f63;
  }
}

.wp-c-btnList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5cqi;
  row-gap: 20px;
}
.wp-c-btnList .wp-c-btn {
  width: 100%;
}
.wp-c-btnList .wp-c-btn a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wp-c-btnList.-column2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .wp-c-btnList.-column2 .wp-c-btn {
    width: calc((90% - 5cqi) / 2);
  }
}
.wp-c-btnList.-column2 .wp-c-btn a {
  margin-inline: auto;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .wp-c-btnList.-column3 {
    flex-direction: row;
    column-gap: 3cqi;
  }
}
@media screen and (min-width: 768px) {
  .wp-c-btnList.-column3 .wp-c-btn {
    width: calc((100% - 6cqi) / 3);
  }
}
.wp-c-btnList.-column3 .wp-c-btn a {
  margin-inline: auto;
  max-width: none;
}

.wp-c-table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .wp-c-table {
    border-top: 1px solid #1d1d1d;
  }
}
.wp-c-table td, .wp-c-table th {
  display: block;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .wp-c-table td, .wp-c-table th {
    vertical-align: top;
    display: table-cell;
    padding: 2em 1em;
    border-bottom: 1px solid #1d1d1d;
  }
}
.wp-c-table th {
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp-c-table th {
    border-left: 2px solid #1d1d1d;
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .wp-c-table th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .wp-c-table td {
    padding: 1em 1em 2em 1em;
  }
}
.wp-c-table a {
  color: #1530A0;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .wp-c-table a:hover {
    color: #2b51e6;
    text-decoration: none;
  }
}

/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
box
************/
.e-box {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
}
.e-box > *:first-child {
  margin-top: 0 !important;
}
@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(35, 35, 35, 0.1);
  border-color: rgba(35, 35, 35, 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;
}
.e-grid p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.e-grid .e-gridItem_title {
  background: none;
  color: #232323;
  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 .e-gridItem_img {
  text-align: center;
}
.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 {
  display: inline-block;
  border-radius: 5px;
  background: #232323;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  transition: all 0.5s;
  position: relative;
  padding: 25px 50px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .e-btn a {
    font-size: 1.25rem;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 559px) {
  .e-btn a {
    font-size: 1.125rem;
    padding: 20px 20px;
    width: 80%;
    max-width: 360px;
  }
}
.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: #191919;
  }
}
@media screen and (min-width: 960px) {
  .e-btn a[href^=tel] {
    pointer-events: none;
    border: 1px solid #232323;
    background: #fff;
    color: #232323;
  }
}
@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: #232323;
  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: #4f4f4f;
  }
}

/***********
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.8125rem;
  line-height: 2.4;
}
@media screen and (min-width: 560px) {
  .e-linkList li {
    font-size: 0.875rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList li {
    font-size: 0.9375rem;
    line-height: 2.8;
  }
}
.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: #232323;
}
.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 #1d1d1d;
  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: #232323;
  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: #191919;
  }
}
.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: #232323;
    margin-right: 0;
  }
}

/***********
picture
************/
.e-picture_pc {
  display: none;
}
@media screen and (min-width: 560px) {
  .e-picture_pc {
    display: block;
  }
}
.e-picture_sp {
  display: block;
}
@media screen and (min-width: 560px) {
  .e-picture_sp {
    display: none;
  }
}

/***********
list
************/
.e-list {
  display: grid;
  width: fit-content;
  margin: 0 auto;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .e-list {
    gap: 20px;
  }
}
.e-list li {
  font-size: inherit;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .e-list li {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .e-list li {
    line-height: 1.5;
  }
}
.e-list li::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background: #232323;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .e-list li::before {
    width: 10px;
    top: 6px;
  }
}

.e-list--row2 {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .e-list--row2 {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.e-list--row3 {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .e-list--row3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.e-list--check li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .e-list--check li {
    padding-left: 25px;
  }
}
.e-list--check li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 900;
  width: auto;
  aspect-ratio: 1;
  top: 0;
  border-radius: 0;
  background: none;
  color: #232323;
  font-weight: 500;
  font-size: 118%;
}
@media screen and (max-width: 767px) {
  .e-list--check li::before {
    width: auto;
    top: 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 */