@charset "UTF-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.f
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #FAFBF8;
  --color-font: #111;
  --color-primary: #111;
  --color-primary-shade: #000000;
  --color-primary-tint: #363636;
  --color-secondary: #ABABAB;
  --color-secondary-tint: #cacaca;
  --color-table-border: #ccc;
  --body-font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: 'Zen Kaku Gothic New', sans-serif;
  --content-max-width: 1200px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #FAFBF8;
  /*---header-color-font: #111;*/
  --header-color-font: #373737;
  --header-color-primary: #FAFBF8;
  --header-color-primary-shade: #FAFBF8;
  --header-color-primary-tint: #8d8d8d;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #111;
  --footer-color-primary: #111;
  /*------▼フォント設定▼------*/
  --body-font-family: 'Zen Kaku Gothic New', sans-serif;
  --font-family02: 'Oswald', 'Zen Kaku Gothic New', sans-serif;
}

.post p {
  line-height: 1.8;
}

nav#mainNav ul li a,
#footer ul li a {
  font-family: var(--font-family02);
  letter-spacing: 0.1rem;
}

#scrollUp {
  bottom: 60px !important;
}

html {
  scroll-padding-top: 80px;
}

/*------ヘッダー
--------------------------------------------*/
#header {
  background: var(--header-background) !important;
}

#header .logo {
  display: block;
  line-height: 0;
  padding: 0 20px;
}

#header .logo img {
  max-width: 288px;
  max-height: 32px;
}

@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    height: auto;
    background: var(--header-background);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav .panel > ul li.current-menu-item a b,
  nav#mainNav .panel > ul li a:active b,
  nav#mainNav .panel > ul li.current-menu-parent a b {
    color: var(--header-color-font);
  }
  nav#mainNav .panel > ul li a:hover b {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    color: var(--header-color-font);
  }
  nav#mainNav ul li a {
    background-color: var(--header-background);
  }
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul ul.sub-menu {
    width: 250px;
    height: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  nav#mainNav ul li ul.sub-menu li a,
  nav#mainNav ul li ul.sub-menu li a:hover,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a,
  nav#mainNav ul li.current-menu-item ul.sub-menu li a {
    color: var(--color-font);
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul ul.sub-menu {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    height: auto;
    background: "var(--header-background)";
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .mobile #header {
    background: var(--header-background);
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 9999;
  }
}
@media print, screen and (min-width: 1024px) {
  #menu-item-43 {
    display: none !important;
  }
}
header#h1Header {
  background: var(--color-background);
}

#thumbImg::before,
header#h1Header::before {
  background: var(--color-background);
}

body:not(.home) #header-layout {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: var(--header-background);
}

#thumbImg,
header#h1Header {
  height: 240px;
}

@media screen and (max-width: 768px) {
  #thumbImg,
  header#h1Header {
    height: 200px;
  }
}
.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 38px;
  background: var(--header-color-font);
}

.spmenu #menu p {
  color: var(--header-color-font);
}

@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a {
    color: var(--color-font);
  }
}
/*長野記載*/
nav#mainNav ul li a:hover {
  background: #8d8d8d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header a.head_btn {
  color: var(--header-color-font);
}

#header a.head_btn:hover {
  color: #fff;
}

/*------h1タイトル
--------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  color: var(--color-font);
}

/*------h2タイトル
--------------------------------------------*/
.post h2 {
  font-size: var(--rem28);
  font-weight: 600;
  font-family: var(--body-font-family);
  padding: 0 0 1rem 0;
  letter-spacing: 0.1rem;
}

.post h2::after {
  content: none;
}

.post h2.left {
  text-align: left;
}

.post h2.left::after {
  text-align: left;
  margin: 0.6em 0 0;
  height: 2px;
}

/*------h3タイトル
                --------------------------------------------*/
.post h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: var(--rem40) auto var(--rem20);
  font-family: var(--body-font-family);
  border-bottom: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  .post h3 {
    font-size: 1.8rem;
  }
}
.post h3::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.4em auto 0 0;
}

/*------h4タイトル
                --------------------------------------------*/
.post h4 {
  position: relative;
  padding: 0.5em 1em;
  margin: var(--rem30) auto 1rem;
  font-family: var(--body-font-family);
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
}

.post h4::before {
  content: none;
}

.post table th {
  font-weight: 500;
}

/*---------txtstyle05-----------*/
.post .txtstyle05,
.txtstyle05 {
  font-size: var(--rem40);
  font-family: var(--font-family02);
  font-weight: 600;
  text-align: center;
  color: #111;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
  letter-spacing: 0.4rem;
}

.post .txtstyle05.left,
.txtstyle05.left {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.post .txtstyle05:before,
.txtstyle05:before,
.post .txtstyle05:after,
.txtstyle05:after {
  content: none;
}

.post .txtstyle05 .subtxt,
.txtstyle05 .subtxt {
  display: block;
  font-size: var(--rem20);
  font-weight: 600;
  padding: 0;
  margin: var(--px20) 0 0;
  border: none;
  background: transparent;
  font-family: var(--body-font-family);
  color: var(--color-secondary);
  letter-spacing: 0.2rem;
}

.post .txtstyle05.white,
.txtstyle05.white {
  color: #fff;
}

.post .txtstyle05.white .subtxt,
.txtstyle05.white .subtxt {
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .post .txtstyle05,
  .txtstyle05 {
    margin: 0 auto var(--rem30);
  }
  .post h3 {
    margin-bottom: var(--rem20);
  }
}
/*---------txtstyle03 -----------*/
.post .txtstyle03,
.txtstyle03 {
  font-size: var(--rem24);
  font-family: var(--font-family02);
  font-weight: 600;
  text-align: center;
  color: #111;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
  letter-spacing: 0.4rem;
}
.post .txtstyle03.left,
.txtstyle03.left {
  text-align: left;
}
.post .txtstyle03.white,
.txtstyle03.white {
  color: #fff;
}

.post .txtstyle03:before,
.txtstyle03:before,
.post .txtstyle03:after,
.txtstyle03:after {
  content: none;
}

.post .txtstyle03 .subtxt,
.txtstyle03 .subtxt {
  display: block;
  font-size: var(--rem20);
  font-weight: 600;
  padding-bottom: 1em;
  border: none;
  background: transparent;
  font-family: var(--body-font-family);
  color: var(--color-primary);
  letter-spacing: 0.2rem;
}

@media print, screen and (max-width: 768px) {
  .post .txtstyle03,
  .txtstyle03 {
    margin: 0 auto var(--rem30);
  }
}
/*---------txtstyle02 -----------*/
.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
  border-bottom: none;
}

.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}

.post .card01_list .txtstyle02,
.card01_list .txtstyle02 {
  font-size: var(--rem30);
  border-bottom: none;
  margin: 0 0 20px;
}

/*---------txtstyle06 -----------*/
.post .txtstyle06 {
  font-size: min(2.8rem + (1vw - 19.2px) * 0.4531, 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2rem;
  padding: 0 0 0 0.8em;
  margin: min(120px + (1vw - 19.2px) * 3.5599, 120px) auto min(50px + (1vw - 19.2px) * 1.6181, 50px);
  /* 120-65px auto 50-25px (1920-375) */
  border-left: min(6px + (1vw - 19.2px) * 0.1294, 6px) solid var(--color-primary-shade);
}

.post .txtstyle06::before,
.post .txtstyle06::after {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .txtstyle06 .sub_ttl {
  display: block;
  color: var(--color-primary-shade);
  font-size: min(1.6rem + (1vw - 19.2px) * 0.2589, 1.6rem);
  letter-spacing: 0.1rem;
}

/*---------card01_wrap----------*/
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}

.card01_list > li {
  position: relative;
  background: transparent;
}

.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 46/30;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}

.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.card01_list .imgarea:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card01_list .txtarea {
  padding: var(--px20) 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

/*---------col2_list-----------*/
.col2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: var(--px40);
}

.col2_list {
  position: relative;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col2_list::before {
  content: "";
  display: block;
  width: calc(50% - var(--px40));
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.col2_list:after {
  content: "";
  display: block;
  width: calc((100% - var(--px40) * 1) / 2);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.col2_list > li {
  width: calc((100% - var(--px40) * 1) / 2);
}

@media print, screen and (max-width: 768px) {
  .col2_list > li {
    width: calc((100% - var(--px40) * 1) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col2_list > li {
    width: 100%;
  }
}
/*---------col3_list-----------*/
.col3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: var(--px40);
}

.col3_list {
  position: relative;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col3_list::before {
  content: "";
  display: block;
  width: calc(33.3333333333% - var(--px40));
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.col3_list:after {
  content: "";
  display: block;
  width: calc((100% - var(--px40) * 2) / 3);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.col3_list > li {
  width: calc((100% - var(--px40) * 2) / 3);
}

@media print, screen and (max-width: 768px) {
  .col3_list > li {
    width: 100%;
  }
}
@media print, screen and (max-width: 414px) {
  .col3_list > li {
    width: 100%;
  }
}
/*---------col4_list-----------*/
.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 5px;
  position: relative;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col4_list::before {
  content: "";
  display: block;
  width: calc(25% - 5px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - 15px) / 4);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.col4_list > li {
  width: calc((100% - 15px) / 4);
}

@media print, screen and (max-width: 1020px) {
  .col4_list > li {
    width: calc((100% - 5px) / 2);
  }
}
@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - 5px) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list {
    gap: 20px;
  }
  .col4_list > li {
    width: 100%;
  }
}
.linkBtn,
.post .linkBtn {
  border-radius: 60px;
  max-width: 240px;
}

.post .subimitarea .linkBtn {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .linkBtn,
  .post .linkBtn {
    display: block;
    text-align: center;
    padding: 15px 30px 15px 10px;
  }
}
/*--アイコンボタン--------------------*/
.link_btn2 {
  position: relative;
  color: var(--color-primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 50px;
  border: none;
  font-weight: 500;
  letter-spacing: 0.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  text-align: right;
  line-height: 1;
  font-size: 1.4rem;
}

.link_btn2:before,
.link_btn2:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #343434;
  content: "";
}

.link_btn2:before {
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link_btn2:after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.link_btn2:hover {
  text-decoration: none;
  background: none;
  opacity: 0.8;
}

.front_post_list_btn {
  float: right;
}

/*-----------------------------
トップページ
------------------------------*/
#mainImg {
  display: none;
}

#front_bottom_content {
  background: none;
}

.front_contents .linkBtn {
  font-family: var(--font-family02);
  letter-spacing: 0.4rem;
}

.front_contents.sec01 {
  padding-bottom: 0;
}

.front_contents.sec01 .imgarea {
  max-height: 510px;
  overflow: hidden;
}

.front_contents.sec01 .imgarea picture {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.front_contents.sec01 .imgarea picture img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.front_contents.sec01 .imgarea picture:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.front_contents.sec03 {
  background-image: url("/wp-content/uploads/top_works.jpg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.front_contents.sec02 .imgarea {
  margin-right: calc(50% - 50vw);
}

.front_contents.sec03 p {
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .front_contents {
    position: relative;
    padding: var(--px80) 0;
  }
  .front_contents.sec01 {
    padding-top: var(--px100w);
  }
  .front_contents.sec03 {
    padding: var(--px120) 0;
  }
}
/* mv
=========================================== */
.mv {
  position: relative;
  width: 94%;
  aspect-ratio: 1920/895;
  overflow: hidden;
  text-align: center;
  margin-inline: auto;
  padding-top: var(--px20);
}
@media (max-width: 768px) {
  .mv {
    display: none;
  }
}

.mv_sp {
  display: none;
}
@media (max-width: 768px) {
  .mv_sp {
    display: block;
    position: relative;
    width: 94%;
    overflow: hidden;
    text-align: center;
    margin-inline: auto;
  }
}

.mv__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--px20);
}

.content-2 {
  display: none;
}

.mv__title {
  font-size: var(--rem42);
  opacity: 0;
  font-family: var(--font-family02);
  letter-spacing: 0.2rem;
  font-weight: 700;
}

.mv__subtitle {
  font-size: var(--rem24);
  opacity: 0;
  font-family: var(--body-font-family);
  font-weight: 600;
}

@media print, screen and (max-width: 1000px) {
  .mv__title {
    font-size: var(--rem28);
    padding-top: var(--px80);
  }
  .mv__subtitle {
    font-size: var(--rem18);
  }
}
@media print, screen and (max-width: 768px) {
  .mv__title {
    font-size: var(--rem30);
  }
  .mv__subtitle {
    font-size: var(--rem18);
  }
}
@media print, screen and (max-width: 610px) {
  .mv__title {
    font-size: var(--rem28);
  }
  .mv__subtitle {
    font-size: var(--rem18);
  }
}
@media print, screen and (max-width: 500px) {
  .mv__title {
    font-size: var(--rem24);
    padding-top: var(--px40);
  }
  .mv__subtitle {
    font-size: var(--rem12);
  }
  .mv__content {
    gap: 5px;
  }
}
/* 線画
=========================================== */
.cls-1 {
  fill: none;
  stroke: #040404;
  stroke-miterlimit: 10;
  stroke-width: 1.5;
}

.mv__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/895;
  pointer-events: none;
}

.mv__line--tl,
.mv__line--tr,
.mv__line--br,
.mv__line--bl {
  width: 50%;
  height: 50%;
  aspect-ratio: 925/416;
}

.mv__line svg {
  width: 100%;
}

.mv__line--sp {
  width: 99%;
}

/* 新着情報
=========================================== */
#front_top_content,
#front_bottom_content {
  padding: var(--px120) 0 0;
}

#front-sectionPost {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.frontpost_wrap {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}

.frontpost_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: var(--px40);
}

.frontpost_flex .listTitle {
  width: 165px;
}

.frontpost_flex .postlist {
  width: calc(100% - 165px);
}

.post .frontpost_flex .txtstyle05,
.frontpost_flex .txtstyle05 {
  text-align: left;
  margin: 0;
}

@media print, screen and (max-width: 768px) {
  .frontpost_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontpost_flex .listTitle {
    width: 100%;
  }
  .frontpost_flex .postlist {
    width: 100%;
  }
}
.front_post_list_btn_clearfix:before,
.front_post_list_btn_clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.front_post_list_btn_clearfix:after {
  clear: both;
}

.front_post_list_btn_clearfix {
  zoom: 1;
}

.top_bnr_box {
  margin-inline: auto;
  text-align: center;
}

.top_bnr {
  padding: var(--px100) 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_bnr > a {
  border: 1px solid #000;
  padding: var(--px50) var(--px20);
  display: block;
}

.top_bnr > a:hover {
  opacity: 0.7;
}

.top_bnr_en {
  font-size: var(--rem40);
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.top_bnr_ja {
  color: var(--color-secondary);
  font-weight: 600;
}

.top_bnr_text {
  position: relative;
  color: var(--color-primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(100% - var(--px20));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0 var(--px20);
  text-align: right;
  line-height: 1;
  gap: var(--px20);
}

.top_bnr_text:before,
.top_bnr_text:after {
  position: absolute;
  top: 70%;
  right: 0;
  height: 1px;
  background: #343434;
  content: "";
}

.top_bnr_text:before {
  width: 46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_bnr_text:after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.top_bnr_text:hover {
  text-decoration: none;
  background: none;
  opacity: 0.8;
}

/*loop
=========================================== */
.loop_wrapper {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.loop_wrapper .loop1,
.loop_wrapper .loop2 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  line-height: 1;
}

@media print, screen and (max-width: 768px) {
  .loop_wrapper .loop1 img,
  .loop_wrapper .loop2 img {
    height: 100px;
    width: auto;
  }
}
.loop_wrapper .loop1 {
  -webkit-animation: slider-loop1 32s infinite linear 0.1s both;
  animation: slider-loop1 32s infinite linear 0.1s both;
}

.loop_wrapper .loop2 {
  -webkit-animation: slider-loop2 32s infinite linear 0.1s both;
  animation: slider-loop2 32s infinite linear 0.1s both;
}

@-webkit-keyframes slider-loop1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slider-loop1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slider-loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slider-loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  background-image: url("/wp-content/uploads/cta_bg.jpg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  margin-top: var(--px100);
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: none;
  padding: var(--px120) var(--px80);
}

.cta01 .ctabtnlist {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  border-radius: 0;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
    min-height: 109px;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*長野記載*/
.linkBtn:hover,
.post .linkBtn:hover {
  background: var(--header-color-primary-tint);
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: var(--color-primary);
  color: #fff;
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: var(--color-primary-tint);
  color: #fff;
}

/* 下層セクション余白 */
body:not(.home) section:not(:first-child) {
  padding: var(--px100) 0 0;
}

/* 下層テーブル余白 */
body:not(.home) .post table th,
body:not(.home) .post table td {
  padding: var(--rem20);
}

body:not(.home) .post table th {
  background: #f7f7f7;
}

body:not(.home) .post table td {
  line-height: 2.2;
}

/*-----------------------------
flowbox
------------------------------*/
.flowbox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0;
  border-bottom: 1px solid #ccc;
}

.flowbox:first-of-type {
  border-top: 1px solid #ccc;
}

.flowbox .item:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  gap: 35px;
  position: relative;
}

.flowbox .item:first-child:before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  width: 2px;
  height: calc(70% - 4.8rem);
  left: 3rem;
  bottom: 0;
  top: 10rem;
}

.flowbox .item:first-child .step_head {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.flowbox .item:first-child .step_head span {
  display: block;
  white-space: nowrap;
  font-size: 2.2rem;
}

.flowbox .item .content_inner h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0;
}

.flowbox .item .content_inner h3::after {
  content: none;
}

.flowbox .item:first-child .inner p.txt {
  line-height: 2;
}

.flowbox .item:last-child {
  width: 36%;
}

.flowbox .item:last-child img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}

.flowbox .item picture {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.flowbox .item picture img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  /* ゆっくり変化させる */
}

.flowbox .item picture:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 拡大 */
}

.post .flowbox .linkBtn {
  margin: 0 auto;
}

@media print, screen and (max-width: 1023px) {
  .flowbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .flowbox .item {
    margin-bottom: 2em;
  }
  .flowbox .item:first-child {
    width: 100%;
    gap: 25px;
  }
  .flowbox .item:first-child:before {
    height: 60%;
    left: 2.2rem;
    top: 6.8rem;
  }
  .flowbox .item .content_inner h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .flowbox .item:first-child .inner p.txt {
    font-size: 1.4rem;
  }
  .flowbox .item:first-child .step_head {
    font-size: 2.8rem;
  }
  .flowbox .item:first-child .step_head span {
    font-size: 1.5rem;
  }
  .flowbox .item:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* 下層：実績 */
#strenge .w50 picture {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: block;
}

#strenge .w50 picture img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  /* ゆっくり変化させる */
}

#strenge .w50 picture:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 拡大 */
}

.graph_area {
  text-align: center;
  padding: 3em 1em;
  background: #fff;
  border-radius: 10px;
}

.graph_area img {
  max-height: 280px;
}

.works_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 60px;
}

.works_area .works_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  .works_area .works_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works_area .works_item img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .works_area .works_item img {
    width: 100%;
  }
}
.works_area .works_item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  padding: 3em 2em;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* ★中身を上下中央 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
}

.works_area .works_item .txt p {
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .works_area .works_item .txt {
    width: 100%;
    padding: 2em;
  }
}
.works_area .works_item .txt span {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .works_area .works_item .txt span {
    font-size: 1.8rem;
  }
}
.works_area .works_item .txt p {
  margin-top: 1em;
}

.flex_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2em;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 3em 3em;
  border-radius: 10px;
  height: 80%;
}

@media (max-width: 1040px) {
  .flex_l {
    padding: 3em 1em;
  }
}
@media (max-width: 767px) {
  .flex_l {
    padding: 20px;
  }
}
.flex_l .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .flex_l .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.flex_l .ttl .ttl-custom,
.flex_r .ttl .ttl-custom {
  margin: 0;
}

.flex_l .ttl .ttl-custom span {
  font-size: var(--rem42);
}

.flex_l .number {
  margin-left: 4em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .flex_l .number {
    margin-left: 3em;
    margin-bottom: 0;
  }
}
.flex_l .number p,
.flex_r .number p {
  font-size: var(--rem36);
  margin-top: 0.5em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .flex_l .number p,
  .flex_r .number p {
    margin-top: 0;
  }
}
.flex_l .number p span,
.flex_r .number p span {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 2px;
  letter-spacing: 0;
}

@media (max-width: 1160px) {
  .flex_l .number p span,
  .flex_r .number p span {
    font-size: 12rem;
  }
}
@media (max-width: 1040px) {
  .flex_l .number p span,
  .flex_r .number p span {
    font-size: 8rem;
  }
}
.flex_l .img,
.flex_r .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .flex_l .img,
  .flex_r .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex_l .img img,
.flex_r .img img {
  max-width: 120px;
}

@media (max-width: 823px) {
  .flex_l .img img,
  .flex_r .img img {
    max-width: 100px;
  }
}
/* 下層：お問い合わせ */
.contact .wrapper {
  margin-top: 20px;
  padding: var(--px40);
  text-align: center;
  background: #ddd;
}

.contact .wrapper a {
  font-size: var(--rem36);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form input[type=date],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form select,
.wpcf7-form textarea {
  height: 36px;
  font-size: 1.5rem;
  padding: 4px 10px;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=date],
  .wpcf7-form input[type=url],
  .wpcf7-form input[type=number],
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 1.3rem;
  }
}

.wpcf7-form .must {
  background: var(--color-primary);
}

.subimitarea .linkBtn {
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  padding: 0 !important;
}

input[type=submit] {
  padding: 20px 10px !important;
}

.accept_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accept_wrapper .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* 下層：サイトマップ */
.post ul#sitemap_list li {
  margin-bottom: 0;
  padding-left: 15px;
  padding-block: 20px;
  border-bottom: 1px dotted var(--color-primary);
}

.post ul#sitemap_list .home-item {
  border-top: 1px dotted var(--color-primary);
}

/* 下層：会社概要 */
.kakko01 {
  padding: 25px 0;
  position: relative;
  text-align: center;
}

.kakko01::before,
.kakko01::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
}

.kakko01::before {
  border-left: solid 2px var(--color-font);
  border-top: solid 2px var(--color-font);
  top: 0;
  left: 0;
}

.kakko01::after {
  border-right: solid 2px var(--color-font);
  border-bottom: solid 2px var(--color-font);
  bottom: 0;
  right: 0;
}

.philosophy_txt {
  font-size: var(--rem48);
  font-weight: 700;
}

.philosophy_txt .big {
  font-size: var(--rem60);
}

@media (max-width: 767px) {
  .philosophy_txt {
    font-size: var(--rem28);
    font-weight: 700;
  }
  .philosophy_txt .big {
    font-size: var(--rem36);
  }
}
.philosophy_txt.read_txt {
  position: relative;
}
@media (max-width: 390px) {
  .philosophy_txt.read_txt .big {
    font-size: 2rem;
  }
}
.philosophy_txt.read_txt.border::after {
  content: none;
}
.philosophy_txt.read_txt.border .black_line {
  position: relative;
}
.philosophy_txt.read_txt.border .black_line.line_delay01::after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.philosophy_txt.read_txt.border .black_line.line_delay02::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.philosophy_txt.read_txt.border .black_line.line_delay03::after {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.philosophy_txt.read_txt.border .black_line::after {
  position: absolute;
  content: "";
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: var(--color-font);
  aspect-ratio: 800/14;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: drawLine 0.3s ease-out forwards;
          animation: drawLine 0.3s ease-out forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes drawLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes drawLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

.philosophy_txt.read_txt::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/redline.svg) no-repeat center top/cover;
  width: 45%;
  aspect-ratio: 800/14;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: drawLine 0.3s ease-out forwards;
          animation: drawLine 0.3s ease-out forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.philosophy_txt.read_txt.green::after {
  background: url(/wp-content/uploads/greenline-1.svg) no-repeat center top/cover;
  top: unset;
  content: none;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60%;
}

.philosophy_txt.read_txt.blue::after {
  background: url(/wp-content/uploads/blueline-1.svg) no-repeat center top/cover;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60%;
}

@media (max-width: 768px) {
  .philosophy_txt.read_txt.green::after {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .philosophy_txt.read_txt.green::after {
    width: 90%;
  }
}
@keyframes drawLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 768px) {
  .philosophy_txt.read_txt::after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .philosophy_txt.read_txt.blue::after {
    width: 105%;
  }
}
/* 下層：事業内容 */
.team_list > li {
  border: solid 1px var(--color-font);
  padding: 40px;
}

.team_list h3:after {
  display: none;
}

.team_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.team_set li {
  background: var(--color-primary);
  padding: 1px 8px;
  color: #fff;
}

.flowtop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 30px;
}

.flowtop_list li:not(.triangle) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: calc((100% - 30px - 60px) / 4);
}

.flowtop_list li:not(.triangle) > div {
  border: 1px solid var(--color-primary);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 10px 0;
  width: 100%;
  height: 76px;
}

.flow01,
.flow02,
.flow03,
.flow04 {
  background: var(--color-background);
}

.flowtop_list .triangle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2em;
}

@media (max-width: 675px) {
  .flowtop_list .triangle {
    padding-bottom: 0;
  }
}
.flowtop_list .triangle span {
  -webkit-clip-path: polygon(100% 52%, 38% 0, 38% 100%);
          clip-path: polygon(100% 52%, 38% 0, 38% 100%);
  width: 20px;
  height: 20px;
  background-color: var(--color-secondary);
}

.flowtop_list li p {
  color: var(--color-font);
}

.flowtop_list li span {
  font-size: var(--rem24);
  font-weight: 600;
}

.delay01 span {
  color: #3959ff;
}

.delay02 span {
  color: #07bb10;
}

.delay03 span {
  color: #ffba39;
}

.delay04 span {
  color: #ff3939;
}

.flowtop_list li div p {
  font-size: var(--rem18);
  font-weight: 600;
}

.flowtop_list li div span {
  font-size: var(--rem14);
  font-weight: 400;
}

@media (max-width: 900px) {
  .flowtop_list li p {
    font-size: 1.3rem;
  }
  .flowtop_list li:not(.triangle) {
    gap: 2px;
    padding: 2px 0;
    width: calc((100% - 40px - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .team_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team_list > li {
    padding: 0;
    border: none;
    width: 100%;
  }
  .post .team_list h3 {
    margin-bottom: var(--rem10);
  }
}
@media (max-width: 675px) {
  .flowtop_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 30px;
  }
  .flowtop_list .triangle span {
    -webkit-clip-path: polygon(10% 0, 90% 0, 50% 70%);
            clip-path: polygon(10% 0, 90% 0, 50% 70%);
    width: 15px;
    height: 15px;
    background-color: var(--color-secondary);
  }
  .flowtop_list li:not(.triangle) {
    padding: 2px 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
/* fadein
=========================================== */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadein.delay01 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fadein.delay02 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fadein.delay03 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fadein.delay04 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.fadein.delay05 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.fadein.delay06 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

/* 下層：実績 */
h4.works_ttl {
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}

h4.works_ttl:before,
h4.works_ttl:after {
  content: none;
}

h4.works_ttl .ja {
  display: block;
  background: transparent;
  font-family: var(--body-font-family);
  color: var(--color-font);
  letter-spacing: 0.2rem;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  font-size: var(--rem28);
}

h4.works_ttl .en {
  font-size: var(--rem18);
  font-family: var(--font-family02);
  color: var(--color-secondary);
  letter-spacing: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  line-height: 1;
}

h4.works_ttl .en .works_ttl_num {
  border-right: 2px solid var(--color-secondary);
  padding-right: 20px;
}

/* マップ */
.post h3.ttl-custom {
  margin: 0 auto var(--px12);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--rem20);
}

.post h3.ttl-custom span {
  font-size: var(--rem20);
}

.post h3.ttl-custom .copy {
  font-size: var(--rem16);
  padding: 1px 10px 0;
  background: var(--color-primary);
  color: #fff;
}

.area_1 {
  font-size: var(--rem20);
  font-weight: 700;
  margin-left: 8px;
  margin: 4px 0 0;
  line-height: 1;
}

.area_1 .number {
  font-size: var(--rem40);
  font-weight: 700;
  line-height: 1;
  margin-right: 5px;
}

.area_2 {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area_2 span {
  padding: 3px 14px 4px;
  background: var(--color-primary);
  color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 10px;
}

.area_2 .number {
  padding: 0;
  background: transparent;
  font-size: var(--rem36);
  font-weight: 700;
  color: var(--color-primary);
  margin-right: 5px;
  line-height: 1;
}

.map_area {
  position: relative;
  margin-top: 20px;
}

.map_area .map_number {
  position: absolute;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.map_area .map_number.cat01 {
  top: 30px;
  left: 0;
}

@media (max-width: 768px) {
  .map_area .map_number.cat01 {
    top: 0;
  }
}
.map_area .map_number.cat02 {
  bottom: 0;
  right: 0;
}

.map_area .map_number .areattl {
  font-size: var(--rem30);
  font-weight: 600;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  line-height: 1;
  font-family: var(--body-font-family);
  background: var(--color-primary);
  color: #fff;
}

.map_area .map_number .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 14px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.map_area .map_number .grid p {
  margin: 0;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.map_area .map_number .grid p .number {
  font-size: var(--rem42);
  font-weight: 700;
  line-height: 1;
  margin-right: 4px;
}

@media (min-width: 769px) {
  .map_area .map_number .grid p {
    font-size: var(--rem24);
  }
}
@media (max-width: 768px) {
  .map_area .map_number .areattl {
    font-size: var(--rem20);
    padding: 10px 0;
  }
  .map_area .map_number .grid p .number {
    font-size: var(--rem28);
    margin-right: 4px;
  }
}
#works {
  position: relative;
  margin-top: var(--px100);
  padding-bottom: var(--px100);
}

#works:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #c8c8c3;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.post h3.works_name {
  font-size: var(--rem16);
  margin: 1em 0 0.7em;
  font-weight: 400;
  border-bottom: 1px solid var(--color-font);
  position: relative;
  padding-left: 12px;
}
.post h3.works_name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: var(--color-font);
}

.post h3.works_name:after {
  display: none;
}

.works_detail p {
  font-size: var(--rem14);
}

.works_detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.works_detail dl > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.works_detail dt {
  padding: 1px 0 2px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  width: 80px;
  font-size: var(--rem14);
}

.works_detail dd {
  padding-bottom: 0;
}

/* 下層：募集要項 */
.post #recruit03 h2 {
  margin: 0 0 1em;
}

#recruit03 .btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

/* hoverで画像拡大用 */
.hoverup {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: block;
  padding-top: 40px;
}

.hoverup img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  /* ゆっくり変化させる */
  width: 100%;
}

.hoverup:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* 拡大 */
}

/* 各ページ見出し */
.ttl_big_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 var(--px50);
}

.post .ttl_big_set .ttl_big_sub {
  text-align: left;
  margin-inline: 0;
  font-size: var(--rem36);
  color: var(--color-font);
  margin-bottom: var(--px50);
  display: block;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.post .ttl_big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  margin: 0;
}

.ttl_big span {
  font-size: var(--rem80);
  font-weight: bold;
  line-height: 1;
  line-height: 1.5;
  text-align: left;
}

.ttl_big.longttl span {
  font-size: var(--rem48w);
}

@media (min-width: 961px) {
  .pcflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  .ttl_big span {
    font-size: var(--rem60);
  }
  .ttl_big.longttl span {
    font-size: var(--rem30);
  }
  .pcflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: var(--px30);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* 赤線 */
.redline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -8px;
}

.redline span {
  margin-bottom: -0.6em;
}

.brush-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.titlefadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleFadeUp 0.6s ease forwards;
          animation: titleFadeUp 0.6s ease forwards;
}

@-webkit-keyframes titleFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes titleFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.titlefade01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.titlefade02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.titlefade03 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.brush-img {
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: drawLine 0.4s ease-out forwards;
          animation: drawLine 0.4s ease-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@keyframes drawLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
/* commn_link_area */
.commn_link_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .commn_link_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.commn_link_area a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.commn_link_area a::before,
.commn_link_area a::after {
  position: absolute;
  bottom: 28px;
  right: 20px;
  height: 1px;
  background: #343434;
  content: "";
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.commn_link_area a::before {
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.commn_link_area a::after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.commn_link_area a:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 1;
}

.commn_link_area a:hover::before,
.commn_link_area a:hover::after {
  background: #fff;
}

.commn_link_area a:hover p {
  background: var(--color-primary);
  color: #fff;
}

.commn_link_area a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .commn_link_area a img {
    height: 200px;
  }
}
.commn_link_area a p {
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 45px 9px 35px;
  background: rgb(255, 255, 255);
  border: 1px solid var(--color-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: 0.2rem;
  transition: all 0.3s ease-in-out;
}

.linkBtn {
  text-align: center;
}

.faq__list {
  padding: 20px;
  background-color: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.faq__checkbox {
  display: none;
}

.faq__item {
  border-bottom: 1px solid #ddd;
}

.faq-q {
  position: relative;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-q__txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  color: #fff;
}

.faq_toggle {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
}

.faq_toggle span {
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #191919;
}

.faq_toggle span:nth-of-type(1) {
  width: 30px;
  height: 4px;
  top: 23px;
  left: 10px;
}

.faq_toggle span:nth-of-type(2) {
  width: 4px;
  height: 30px;
  top: 10px;
  left: 23.5px;
}

.faq__checkbox:checked + .faq-q .faq_toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__checkbox:checked + .faq-q .faq_toggle span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-a {
  padding: 15px;
  background-color: #f7f7f7;
  display: none;
}

.faq-a__content {
  margin-top: 10px;
}

.faq__checkbox:checked + .faq-q + .faq-a {
  display: block;
}

@media screen and (min-width: 768px) {
  .faq-q:hover {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 480px) {
  .content .faq__list .faq-q__txt {
    margin-top: 10px;
  }
  .faq__list {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .faq-q {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .faq-q__txt {
    margin-top: 10px;
  }
  .faq_toggle {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #fff;
  }
}
.recruit-accordion {
  max-width: 684px;
  margin: 0 auto;
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}

.recruit-accordion details {
  border-radius: 10px;
  overflow: hidden;
}

.recruit-accordion summary {
  position: relative;
  padding: 15px 50px 15px 20px;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1rem;
  list-style: none;
}

.recruit-accordion summary::marker {
  display: none;
}

.recruit-accordion summary::-webkit-details-marker {
  display: none;
}

.recruit-accordion summary::before,
.recruit-accordion summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*.recruit-accordion summary::before {
    transform: translateY(-50%) rotate(45deg);
    right: 33px;
}
    */
.recruit-accordion summary::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/*
.recruit-accordion details[open] summary::before {
    transform: translateY(-50%) rotate(-45deg);
}
    */
.recruit-accordion details[open] summary::after {
  opacity: 0;
}

.recruit-accordion .accordion-body {
  background: #fff;
  padding: 16px 0 0;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #222;
}

.recruit-table th,
.recruit-table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.recruit-table th {
  width: 30%;
  background: #f5f5f5;
  font-weight: 700;
}

.store-plan {
  padding: 40px 0;
}

.store-plan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.store-plan__card--future {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  height: auto;
}

.store-plan__card {
  border: 1.5px solid #000000;
  border-radius: 20px;
  padding: 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.store-plan__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.store-plan__title__strong {
  margin: 0 0 20px;
  font-size: var(--rem28);
  color: #000;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.store-plan__current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.store-plan__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 145px;
  padding-top: 34px;
  padding-left: 50px;
}

.store-plan__total-number {
  font-size: 115px;
  line-height: 0.85;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2rem;
}

.store-plan__total-unit {
  margin-left: 6px;
  font-size: 15.3646px;
  line-height: 1;
  color: #222;
}

.store-plan__map-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.store-plan__map {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.store-plan__areas {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 18px;
  margin-left: -50px;
}

.store-plan__areas-title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.store-plan__areas p {
  margin: 0 0 10px;
  font-size: 15.3646px;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

.store-plan__future {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.store-plan__plan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.store-plan__plan-label {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.store-plan__plan-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.store-plan__plan-number {
  line-height: 0.85;
  font-weight: 700;
  color: #ff1400;
  letter-spacing: 0.02em;
}

.store-plan__plan-unit {
  margin-left: 6px;
  font-size: 15.3646px;
  line-height: 1;
  color: #222;
}

.store-plan__city {
  margin-top: 56px;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
}

.store-plan__city-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 866px) {
  .store-plan {
    padding: 32px 0;
  }
  .store-plan__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .store-plan__card {
    border-radius: 32px;
    padding: 24px 18px 20px;
  }
  .store-plan__title {
    margin-bottom: 16px;
  }
  .store-plan__current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .store-plan__total {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }
  .store-plan__total-number {
    font-size: 80px;
  }
  .store-plan__total-unit {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .store-plan__map-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .store-plan__map {
    width: 100%;
    max-width: 260px;
    margin-left: 0;
  }
  .store-plan__areas {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .store-plan__areas-title {
    margin-bottom: 8px;
  }
  .store-plan__areas p {
    margin-bottom: 6px;
    white-space: normal;
  }
  .store-plan__future {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 8px 0 0;
  }
  .store-plan__plan-label {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .store-plan__plan-number {
    font-size: 72px;
  }
  .store-plan__plan-unit {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .store-plan__city {
    margin-top: 16px;
  }
  .store-plan__city-image {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .store-plan__card {
    border-radius: 24px;
    padding: 20px 14px 18px;
  }
  .store-plan__title {
    font-size: 15px;
  }
  .store-plan__total-number {
    font-size: 64px;
  }
  .store-plan__total-unit,
  .store-plan__plan-unit {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .store-plan__areas-title,
  .store-plan__areas p,
  .store-plan__plan-label {
    font-size: 14px;
  }
  .store-plan__map {
    max-width: 220px;
  }
  .store-plan__city-image {
    max-width: 220px;
  }
  .store-plan__plan-number {
    font-size: 6rem;
  }
}
.recruit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.recruit-list .item {
  margin-top: 0;
}

/* recruit: accordionとENTRYボタンの重なり防止 */
#recruit03 .recruit-accordion {
  -webkit-transform: none;
          transform: none;
}

#recruit03 .recruit-accordion .accordion-body {
  padding-top: 0;
}

#recruit03 .linkBtn {
  display: block;
  margin: 48px auto 0;
  text-align: center;
  background-color: red;
  padding: 20px 10px;
}

#recruit03 .linkBtn a {
  display: block;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* recruit: 募集要項の下端を画像の下端に合わせる */
#recruit03 .flexbox.gap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#recruit03 .flexbox.gap > .w60 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-self: stretch;
}

#recruit03 .flexbox.gap > .w60 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-self: stretch;
}

#recruit03 .flexbox.gap > .w60 .recruit-accordion {
  -webkit-transform: none;
          transform: none;
  margin: 0;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}

/* recruit: 開いたときに上へ持ち上がらないようにする */
#recruit03 .flexbox.gap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#recruit03 .flexbox.gap > .w60 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-self: stretch;
  position: relative;
}

#recruit03 .flexbox.gap > .w60 .recruit-accordion {
  -webkit-transform: none;
          transform: none;
  margin: 0;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}

/* 募集要項が上に上がらないようにする */
#recruit03 .flexbox.gap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#recruit03 .flexbox.gap > .w60 {
  display: block;
}

#recruit03 .recruit-accordion {
  -webkit-transform: none;
          transform: none;
  margin-top: 40px;
}

#recruit03 .recruit-accordion {
  -webkit-transform: none;
          transform: none;
}

#recruit03 .recruit-details {
  margin-top: 60px;
}

#recruit03 .recruit-details[open] {
  margin-top: 60px;
}

details[open] .accordion-body {
  -webkit-animation: openAnime 0.4s ease;
          animation: openAnime 0.4s ease;
}

@-webkit-keyframes openAnime {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}

@keyframes openAnime {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
#recruit03 .recruit-table {
  border-collapse: separate;
  border-spacing: 0;
}

#recruit03 .recruit-accordion .accordion-body {
  background: #fff;
  padding: 0;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

#recruit03 .recruit-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#recruit03 .recruit-table th,
#recruit03 .recruit-table td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
}

#recruit03 .recruit-table tr:first-child th,
#recruit03 .recruit-table tr:first-child td {
  border-top: 0;
}

#recruit03 .recruit-table th:last-child,
#recruit03 .recruit-table td:last-child {
  border-right: 0;
}

.entryBtnWrap {
  max-width: 500px;
  margin: 80.932px auto 0;
}

.entryBtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 20px 56px 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d60000;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.1rem;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.entryBtn::before,
.entryBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.entryBtn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.entryBtn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.entryBtn:hover {
  background: #df5151;
  opacity: 0.88;
  color: #fff;
  text-decoration: none;
}

.store-plan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* ------------------------------
   左カード
------------------------------ */
.store-expansion {
  position: relative;
  border: 1.5px solid #000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 20px 20px 20px;
}

.store-plan__grid .store-expansion .sisetu_area {
  position: relative;
  z-index: 2;
}

.store-plan__grid .store-expansion .sisetu_area .ja {
  margin: 0;
}

.post h3::after {
  display: none;
}

.sisetu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 80px;
  padding-left: 25px;
}

.store-plan__grid .store-expansion .sisetu_area .font-sm {
  margin: 0;
  line-height: 1;
}

.area_number {
  font-weight: 700;
  color: #000;
  font-size: clamp(8.5rem, 8vw, 11.5rem);
  line-height: 0.85;
}

.img_center {
  position: absolute;
  left: 13%;
  top: 28px;
  width: min(73%, 380px);
  /* z-index: 1;
  pointer-events: none; */
}

.store-plan__map {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.store-plan__grid .store-expansion .kaisetu_area {
  position: absolute;
  right: 32px;
  bottom: 54px;
  z-index: 2;
  text-align: left;
}

.store-plan__grid .store-expansion .kaisetu_area p {
  margin: 0 0 8px;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #333;
}

.store-plan__grid .store-expansion .kaisetu_area .kaisetu_kansai {
  margin-bottom: 10px;
}

/* ------------------------------
   右カード
------------------------------ */
.store-plan__future {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-top: 18px;
}

.store-plan__plan {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.store-plan__plan-label {
  margin: 0 0 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222;
  text-decoration: underline;
  text-underline-offset: 6px;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  min-height: 3em;
}

.store-plan__plan-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 6px;
}

.store-plan__plan-number {
  font-size: clamp(8.5rem, 8vw, 11.5rem);
  line-height: 0.85;
  font-weight: 700;
  color: #ff230d;
  letter-spacing: 0.02em;
}

.store-plan__plan-unit {
  margin-left: 0;
  padding-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}

/* ------------------------------
   タブレット
------------------------------ */
@media screen and (max-width: 1023px) {
  .store-plan__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .store-expansion {
    min-height: 520px;
    padding: 24px 24px 28px;
  }
  .sisetu_inner {
    margin-top: 90px;
    padding-left: 8px;
  }
  .img_center {
    left: 28%;
    top: 112px;
    width: min(52%, 300px);
  }
  .store-plan__grid .store-expansion .kaisetu_area {
    right: 24px;
    bottom: 36px;
  }
  .store-plan__future {
    gap: 12px;
    padding-top: 10px;
  }
  .store-plan__plan-label {
    font-size: 1.5rem;
    min-height: 3.2em;
  }
  .store-plan__plan-number {
    font-size: clamp(7rem, 11vw, 9rem);
  }
  .store-plan__plan-unit {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .store-plan__city {
    margin-top: 48px;
  }
  .store-plan__city-image {
    max-width: 360px;
  }
}
/* ------------------------------
   スマホ
------------------------------ */
@media screen and (max-width: 767px) {
  .store-expansion {
    min-height: 360px;
    padding: 20px 18px 24px;
  }
  .store-plan__grid .store-expansion .sisetu_area .ja {
    font-size: 1.8rem;
  }
  .sisetu_inner {
    margin-top: 72px;
    padding-left: 0;
    gap: 8px;
  }
  .area_number {
    font-size: clamp(5.6rem, 18vw, 7rem);
  }
  .img_center {
    left: 32%;
    top: 118px;
    width: min(34%, 140px);
  }
  .store-plan__grid .store-expansion .kaisetu_area {
    right: 16px;
    bottom: 20px;
  }
  .store-plan__grid .store-expansion .kaisetu_area p {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
  .store-plan__title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .store-plan__future {
    gap: 10px;
    padding-top: 4px;
  }
  .store-plan__plan-label {
    font-size: 1.3rem;
    line-height: 1.45;
    min-height: 3.2em;
    margin-bottom: 12px;
  }
  .store-plan__plan-number {
    font-size: clamp(4.8rem, 16vw, 6.6rem);
  }
  .store-plan__plan-unit {
    font-size: 1.2rem;
    padding-bottom: 8px;
  }
  .store-plan__city {
    margin-top: 28px;
  }
  .store-plan__city-image {
    max-width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .store-expansion {
    min-height: 320px;
  }
  .img_center {
    left: 34%;
    top: 122px;
    width: 20%;
    min-width: 72px;
  }
  .area_number {
    font-size: 5rem;
  }
  .store-plan__plan-label {
    font-size: 1.2rem;
  }
  .store-plan__plan-number {
    font-size: 4.6rem;
  }
}
.sinsetu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

/* 2026/03/30追加css */
.store_area01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.store_area01 .area_l,
.store_area01 .area_r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  position: relative;
}

.store_area01 .area_l h3,
.store_area01 .area_r h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0;
  margin-bottom: var(--rem30);
  text-align: center;
}

.store_area01 .area_l h4,
.store_area01 .area_r h4 {
  font-size: var(--rem16);
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: transparent;
  padding: 4px 8px;
  text-align: center;
}

.store_area01 .area_l h3 span,
.store_area01 .area_r h3 span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}

.store_area01 .area_l .num,
.store_area01 .area_r .num {
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  margin-inline: 4px;
  color: #e61d0b;
}

.store_area01 .area_l .img {
  text-align: center;
}

.store_area01 .area_l .img img {
  max-width: 290px;
  position: relative;
  left: -2em;
}

.store_area01 .area_l .number {
  position: absolute;
  left: 8%;
  top: 8em;
}

.store_area01 .area_l .number p {
  font-size: 1.8rem;
  line-height: 1;
}

.store_area01 .area_l .opening {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.store_area01 .area_l .opening ul {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.store_area01 .area_l .opening ul li {
  padding: 0 12px;
  border: 1px solid var(--color-secondary);
  text-align: center;
}

.store_area01 .area_r .number_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3%;
}

.store_area01 .area_r .number_flex .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.store_area01 .area_r .number_flex .item p {
  text-align: center;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1;
}

.store_area01 .area_r .img {
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .store_area01 .area_l .num,
  .store_area01 .area_r .num {
    font-size: 8rem;
  }
  .store_area01 .area_l .number {
    left: 6%;
  }
  .store_area01 .area_l .opening {
    right: 10px;
    bottom: 10px;
  }
  .store_area01 .area_l .img img {
    max-width: 220px;
  }
  .store_area01 .area_l .opening ul {
    gap: 6px;
  }
  .store_area01 .area_l .opening ul li {
    padding: 0 6px;
  }
  .store_area01 .area_r .img img {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .store_area01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .store_area01 .area_l .opening {
    right: 20px;
    bottom: 20px;
  }
  .store_area01 .area_l .img img {
    max-width: 320px;
  }
  .store_area01 .area_l .opening ul li {
    padding: 0 20px;
  }
  .store_area01 .area_r .img img {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .store_area01 .area_l .img img {
    max-width: 240px;
  }
  .store_area01 .area_l .opening ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 460px) {
  .store_area01 .area_l h3,
  .store_area01 .area_r h3 {
    font-size: 2rem;
  }
  .store_area01 .area_l .img img {
    max-width: 180px;
  }
  .store_area01 .area_l .num,
  .store_area01 .area_r .num {
    font-size: 6rem;
  }
  .store_area01 .area_l .number {
    left: 20px;
  }
  .store_area01 .area_l .opening ul li {
    padding: 0 6px;
  }
  .store_area01 .area_l .opening {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  .store_area01 .area_l .opening ul li {
    font-size: 1.2rem;
  }
  .store_area01 .area_l .num,
  .store_area01 .area_r .num {
    font-size: 5rem;
  }
}
.works_area_fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.works_area_fix .works_area02 h3 {
  font-size: clamp(2rem, 1.756954612vw, 2.4rem);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.works_area_fix .works_area02 h3 span {
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  margin-left: 10px;
}
.works_area_fix .works_area02.center {
  text-align: center;
}
.works_area_fix .works_area02.left {
  text-align: left;
}
.works_area_fix .works_area02.right {
  text-align: right;
}
.works_area_fix .works_area02 .flex_center,
.works_area_fix .works_area02 .flex_left,
.works_area_fix .works_area02 .flex_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_center,
  .works_area_fix .works_area02 .flex_left,
  .works_area_fix .works_area02 .flex_right {
    margin-bottom: 10px;
  }
}
.works_area_fix .works_area02 .flex_center img,
.works_area_fix .works_area02 .flex_left img,
.works_area_fix .works_area02 .flex_right img {
  max-height: 240px;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_center img,
  .works_area_fix .works_area02 .flex_left img,
  .works_area_fix .works_area02 .flex_right img {
    max-height: 120px;
  }
}
.works_area_fix .works_area02 .flex_center .num_txt,
.works_area_fix .works_area02 .flex_left .num_txt,
.works_area_fix .works_area02 .flex_right .num_txt {
  font-size: clamp(1.4rem, 1.4641288433vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
.works_area_fix .works_area02 .flex_center .num_txt .num,
.works_area_fix .works_area02 .flex_left .num_txt .num,
.works_area_fix .works_area02 .flex_right .num_txt .num {
  font-size: clamp(6rem, 11.7130307467vw, 16rem);
  font-family: var(--font-family02);
  line-height: 1;
  font-weight: 600;
  margin-right: 6px;
  text-shadow: 1px 0 0 var(--color-primary), -1px 0 0 var(--color-primary), 0 1px 0 var(--color-primary), 0 -1px 0 var(--color-primary), 1px 1px 0 var(--color-primary), -1px 1px 0 var(--color-primary), 1px -1px 0 var(--color-primary), -1px -1px 0 var(--color-primary);
}
.works_area_fix .works_area02 .flex_center .num_txt .num.red,
.works_area_fix .works_area02 .flex_left .num_txt .num.red,
.works_area_fix .works_area02 .flex_right .num_txt .num.red {
  color: red;
}
.works_area_fix .works_area02 .flex_center .num_txt .num.green,
.works_area_fix .works_area02 .flex_left .num_txt .num.green,
.works_area_fix .works_area02 .flex_right .num_txt .num.green {
  color: green;
}
.works_area_fix .works_area02 .flex_center .num_txt .num.blue,
.works_area_fix .works_area02 .flex_left .num_txt .num.blue,
.works_area_fix .works_area02 .flex_right .num_txt .num.blue {
  color: blue;
}
.works_area_fix .works_area02 .flex_center .num_txt .num.orange,
.works_area_fix .works_area02 .flex_left .num_txt .num.orange,
.works_area_fix .works_area02 .flex_right .num_txt .num.orange {
  color: orange;
}
.works_area_fix .works_area02 .flex_center .num_txt .num.yellow,
.works_area_fix .works_area02 .flex_left .num_txt .num.yellow,
.works_area_fix .works_area02 .flex_right .num_txt .num.yellow {
  color: yellow;
}
.works_area_fix .works_area02 .flex_left {
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
.works_area_fix .works_area02 .flex_left img {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_left img {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.works_area_fix .works_area02 .flex_center,
.works_area_fix .works_area02 .flex_right {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_center,
  .works_area_fix .works_area02 .flex_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}
.works_area_fix .works_area02 .flex_center img,
.works_area_fix .works_area02 .flex_right img {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_center img,
  .works_area_fix .works_area02 .flex_right img {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
.works_area_fix .works_area02.show .flex_center,
.works_area_fix .works_area02.show .flex_left,
.works_area_fix .works_area02.show .flex_right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.works_area_fix .works_area02.show_img .flex_center img,
.works_area_fix .works_area02.show_img .flex_left img,
.works_area_fix .works_area02.show_img .flex_right img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.works_area_fix .works_area02 .flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works_area_fix .works_area02 .flex_center .num {
  text-align: right;
}
.works_area_fix .works_area02 .flex_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.works_area_fix .works_area02 .flex_left .num {
  text-align: right;
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works_area_fix .works_area02 .flex_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .flex_right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 610px) {
  .works_area_fix .works_area02 .txt_center {
    text-align: center;
  }
}
.works_area_fix .border {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-secondary);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (max-width: 610px) {
  .works_area_fix .border {
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.works_area_fix .border.show {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.works_area_fix .border.center {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.works_area_fix .border.left {
  width: calc(100% + 50vw - 50%);
  margin-left: calc(50% - 50vw);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.works_area_fix .border.right {
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .content_inner {
    margin: 0 auto;
    width: 90%;
  }
  body.mobile #header .logo img {
    max-width: 150px;
  }
}
.post .kakko01 h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .post .kakko01 .inkakko01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  body:not(.page-id-172) .post .kakko01 h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .post .kakko01 {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */