@charset "utf-8";
/*
Theme Name: yeiwa2026
Description: Original template for 栄和興産株式会社
Author:
Author URI:
Version: 1.1
*/

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
}
@madia screen and (max-width: 959px) {
  html {
    scroll-padding: 92px;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  background: #f4f4f4;
  word-break: break-all;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input:not([type="checkbox"], [type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

input[type="text"],
input[type="email"],
textarea {
  font-size: 1rem;
}

/* LINK
------------------------------------------------------------*/
a {
  color: #505050;
  text-decoration: none;
  transition-property: opacity, color;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.8;
  color: #505050;
  text-decoration: none;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: none;
}

.c-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}
.c-inner._s {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .c-inner {
    padding-inline: 30px;
  }
}

[class^=c-icon-] {
  display: inline-block;
  vertical-align: middle;
}

.c-icon-arrow-link {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.c-button {
  text-align: center;
}
.c-button a {
  font-size: 22px;
  width: 100%;
  max-width: 400px;
  height: 120px;
  background-color: #18B22A;
  padding-inline: 45px;
  color: white;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  justify-content: center;
  align-items: center;
}
.c-button span {
  padding-inline: 45px;
}
@media (max-width: 767px) {
  .c-button a {
    max-width: 315px;
    height: 70px;
  }
  .c-button span {
    padding-inline: 20px;
  }
  .c-button svg{
    width: 24px;
    height: 24px;
  }
}

/* タブUI */
.js-tab-container {
  margin-top: 40px;
}

.js-tab-menu {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.js-tab-button {
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  bottom: -2px;
}

.js-tab-button:hover {
  background-color: #e8e8e8;
}

.js-tab-button._active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  color: #18B22A;
}

.js-tab-content {
  padding: 20px 0;
}

.js-tab-panel {
  display: none;
}

.js-tab-panel._active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.js-tab-panel h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.js-tab-panel p {
  line-height: 1.8;
  color: #666;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .js-tab-menu {
    flex-wrap: wrap;
  }
  .js-tab-button {
    padding: 10px 16px;
    font-size: 14px;
  }
  .js-tab-panel h3 {
    font-size: 18px;
  }
}


/* HEADER
------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .logo{
  padding-block: 17px;
  padding-block: 10px;
  display: inline-block;
  box-sizing: content-box;
}
#header .logo img {
  width: 49px;
}
#header .group{
  display: flex;
  align-items: center;
  gap: 37px;
}
#panel ul a {
  display: block;
  line-height: 1.2;
  color: white;
}
#panel li.current-menu-item a,
#panel a:hover {
}
.contactBtn {
  display: block;
  padding: 0 20px 0 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
  background: #18b22a url(images/iconMail.svg) no-repeat 24px 50% / 21px auto;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.contactBtn.pcShow{
  border-radius: 0;
  background: #18b22a;
  padding-inline: 30px;
  line-height: 41px;
}
@media screen and (min-width: 1060px) {
  .spShow,
  #menu {
    display: none;
  }
  #header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
  }
  #panel > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
    /* border-radius: 15px; */
  }
  /* body:not(#toppage) #header .logo img,
  #toppage #header.navFix .logo img{
    width: 44.38px;
    height: 53.43px;
  } */
  /* body:not(#toppage) #header #panel ul,
  #toppage #header.navFix nav#panel:not(.hideNav) ul {
    padding: 0 40px 0 20px;
    margin-right: -20px;
  } */
  #toppage #header:not(.navFix) #panel ul {
    margin: 0;
  }
  #panel li {
    position: relative;
    padding-left: 20px;
  }
  #panel ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    transform: translateY(-10px);
    padding: 40px 70px !important;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    top: calc(100% + 40px);
    left: -250px;
    background: rgba(30, 30, 30, 0.83) !important;
    /* border-radius: 20px; */
    z-index: 0;
    transition: all 0.3s ease;
    @media screen and (max-width: 1220px) {
      left: 0;
    }
  }
  #toppage #header:not(.navFix) #panel ul.sub-menu {
    top: calc(100% + 20px);
  }
  #panel ul.sub-menu:after {
    content: "";
    position: absolute;
    top: -40px;
    height: 40px;
    left: 0;
    width: 390px;
  }
  #toppage #header:not(.navFix) #panel ul.sub-menu:after {
    height: 20px;
    top: -20px;
  }
  #panel li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
  }
  #panel ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 310px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(30, 30, 30, 0.83);
    @media screen and (max-width: 1220px) {
      left: 2.5em;
    }
  }
  #panel ul.sub-menu li {
    padding: 0;
    @media screen and (max-width: 1220px) {
      width: 23%;
    }
  }
  #panel ul.sub-menu li a {
    display: block;
    position: relative;
    padding: 136px 0 0;
    width: 200px;
    text-align: center;
    color: #fff;
    @media screen and (max-width: 1220px) {
      width: 100%;
    }
  }
  #panel ul.sub-menu li a:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 200px;
    height: 120px;
    background: url(images/menuFlow.webp) no-repeat 0 0 / cover;
    /* border-radius: 10px; */
    @media screen and (max-width: 1220px) {
      width: 100%;
    }
  }
  #panel ul.sub-menu li:nth-child(1) a:before {
    background-image: url(images/menuQuality.webp);
  }
  #panel ul.sub-menu li:nth-child(2) a:before {
    background-image: url(images/menuMaintenance.webp);
  }
  #panel ul.sub-menu li:nth-child(3) a:before {
    background-image: url(images/menuProfessionals.jpg);
  }
  #panel ul.sub-menu li:nth-child(4) a:before {
    background-image: url(images/menuFlow.webp);
  }

  #toppage #header:not(.navFix) #panel a {
    color: #fff;
  }
  body:not(#toppage) #header,
  #header.navFix{
    background-color: rgba(61, 61, 61, 0.9);
  }
  #header #panel.hideNav {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (max-width: 1260px) and (min-width: 960px) {
  #panel ul {
    padding: 0 10px;
    /* width: calc(100vw - 220px); */
    gap: 10px;
  }
  #panel li {
    padding: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 1059px) {
  body {
    font-size: 15px;
  }
  .pcShow {
    display: none;
  }

  #header .inner {
    padding-left: 20px;
  }
  .logo {
    position: relative;
    /* width: 80px;
    height: 80px; */
    /* border-radius: 0 0 10px 10px; */
    z-index: 801;
  }


  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: #18b22a;
    text-align: center;
    cursor: pointer;
    /* border-radius: 0 0 0 10px; */
    z-index: 900;
  }
  #menu:before,
  #menu:after {
    display: block;
    position: absolute;
    top: 20px;
    left: 16px;
    width: 24px;
    height: 1px;
    content: "";
    background: #fff;
    transition: 0.5s ease-in-out;
  }
  #menu:after {
    top: 33px;
  }
  #menu.isOpen:before {
    top: 25px;
    transform: translateY(0) rotate(45deg);
  }
  #menu.isOpen:after {
    top: 35px;
    transform: translateY(-10px) rotate(-45deg);
  }

  /* #panel {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 175px 25px 30px;
    transform: translateX(250px);
    transition: 0.3s;
    overflow: scroll;
    z-index: 800;
    background: #323232;
  } */

  #panel.isOpen {
    right: 0;
    opacity: 1;
    transform: translateX(0);
  }
  #panel{
    display: none;
  }
  #panel > ul {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #panel > ul > li {
    width: 47%;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #4b4b4b;
  }
  #panel ul.sub-menu {
    display: none;
  }
  /*#panel li:last-child {
    border: 0;
  }

  #panel li:nth-child(1) {
    order: 1;
  }
  #panel li:nth-child(2) {
    order: 3;
  }
  #panel li:nth-child(3) {
    order: 5;
  }
  #panel li:nth-child(4) {
    order: 7;
  }
  #panel li:nth-child(5) {
    order: 9;
  }
  #panel li:nth-child(6) {
    order: 2;
  }
  #panel li:nth-child(7) {
    order: 4;
  }
  #panel li:nth-child(8) {
    order: 6;
  }
  #panel li:nth-child(9) {
    order: 8;
  }
  #panel li:nth-child(10) {
    order: 10;
  }*/

  #panel a {
    color: #fff;
  }
  .contactBtn {
    font-size: 14px;
    line-height: 48px;
    border-radius: 6px;
    box-shadow: none;
    text-align: center;
    background-position: 60px 50%;
  }

}
.drawerTel{
  text-align: center;
  margin-top: 40px;
}
.drawerTel h2 {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #fff;
}
.drawerTel h3 {
  margin: 13px 0;
  font-size: 80px;
  line-height: 1;
  color: #18b22a;
}
.drawerTel a{
  color: #18b22a;

}
.drawerTel p:first-of-type {
  margin-bottom: 30px;
  font-size: 15px;
}
.drawerTel p:last-of-type {
  margin-bottom: 46px;
  line-height: 2.18;
}
@media screen and (max-width: 959px){
  .drawerTel h2{
    font-size: 20px;
  }
  .drawerTel h3{
    margin-bottom: 25px;
    font-size: 43px;
  }
  .drawerTel p:first-of-type{
    margin-bottom: 12px;
    text-align: center;
  }
  .drawerTel p:last-of-type{
    margin-bottom: 26px;
    line-height: 1.86;
    text-align: center;
  }
}
.drawer{
  position: fixed;
  top: 0;
  right: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #323232;
  transition: right 0.3s;
  z-index: 1;
  color: white;
}
.drawer.isOpen{
  right: 0;
}
.drawerInner{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 175px 25px 30px;
}
.drawerMenu{
  border-bottom: 1px solid white;
}
.drawerMenu .sub-menu{
  display: none;
}
.drawerMenu a{
  color: white;
}
.drawerMenu .js-accordion-label{
  padding-block: 1em;
  position: relative;

}
.drawerMenu .js-accordion-label::before,
.drawerMenu .js-accordion-label::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: white;
}
.drawerMenu .js-accordion-label::after{
  transform: rotate(90deg);
}
.drawerMenu .js-accordion-label.open::after{
  content: none;
}
.drawerMenu .js-accordion-content{
  padding-left: 1em;
}
.drawerMenu li{
  padding-bottom: 1em;
}

/* FOOTER
------------------------------------------------------------*/
#footerContact {
  padding: 190px 0 148px;
  text-align: center;
  color: #fff;
  background: #3c3c3c;
}
#footerContact h2,
#footerTel h3,
#footerAccess h2 span {
  font-size: 158px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #18b22a;
}
#footerContact h3 {
  margin: 15px 0 40px;
  font-size: 30px;
}
#footerContact p {
  line-height: 2.1875;
}
#footerContact ul {
  padding: 65px 0 110px;
  display: flex;
  justify-content: center;
}
#footerContact li {
  font-weight: 500;
  line-height: 2;
}
#footerContact li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
#footerContact h4 {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  font-size: 18px;
  font-weight: 400;
}

#footerAccess h2 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
#footerTel h2 {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #fff;
}
#footerTel h3 {
  margin: 13px 0;
  font-size: 80px;
}
#footerTel a{
  color: #18b22a;

}
#footerTel p:first-of-type {
  margin-bottom: 30px;
  font-size: 15px;
}
#footerTel p:last-of-type {
  margin-bottom: 46px;
  line-height: 2.18;
}
#footerAccess h2 {
  font-size: 22px;
}
#footerAccess .flex {
  line-height: 2;
}
#footerAccess h2 span {
  font-size: 114px;
  display: block;
  color: #505050;
}
section[id*="footer"] .btnArrow {
  display: inline-block;
}
#map {
  position: relative;
  width: 100%;
  margin-top: 55px;
  padding-top: 41.66%;
  height: 0;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  #footerContact li {
    margin: 0 55px;
    font-size: 18px;
  }
  #footerAccess {
    padding: 160px 0 140px;
  }
  #footerAccess .inner {
    padding: 0 100px;
  }
  #footerAccess .flex {
    justify-content: flex-start;
    align-items: center;
  }
  #footerAccess .flex p {
    margin: 0 0 44px 55px;
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  #footerContact {
    padding: 105px 0 78px;
  }
  #footerContact h2 {
    margin-bottom: 10px;
    font-size: 50px;
  }
  #footerContact p {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    line-height: 2;
  }
  #footerContact ul {
    padding: 50px 0 10px;
    flex-wrap: wrap;
  }
  #footerContact li {
    width: 50%;
    margin-bottom: 40px;
  }
  #footerContact li > div {
    height: 75px;
  }
  #footerContact li:first-child img {
    width: 52px;
  }
  #footerContact li:nth-child(2) img {
    width: 84px;
  }
  #footerContact li:nth-child(3) img {
    width: 57px;
  }
  #footerContact li:nth-child(4) img {
    width: 64px;
  }
  #footerContact h4 {
    margin-top: 12px;
    font-size: 15px;
  }
  #footerContact h3,
  #footerTel h2 {
    font-size: 20px;
  }
  #footerTel {
    padding: 32px 0 10px;
  }
  #footerTel h3 {
    margin-bottom: 25px;
    font-size: 43px;
  }
  #footerTel p:first-of-type {
    margin-bottom: 12px;
    text-align: center;
  }
  #footerTel p:last-of-type {
    margin-bottom: 26px;
    line-height: 1.86;
    text-align: center;
  }
  #footerAccess {
    padding: 92px 0 100px;
  }
  #footerAccess h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #footerAccess h2 span {
    font-size: 50px;
  }
  #map {
    padding-top: 127%;
  }
  section[id*="footer"] .btnArrow a:after {
    position: absolute;
    right: 26px;
    width: 24px !important;
    height: 24px !important;
  }
  section[id*="footer"] .btnArrow a:before {
    right: 35px !important;
  }
}

#footer {
  background: #3c3c3c;
}
.footerSns {
  display: flex;
  align-items: center;
}
.footerSns li {
  margin: 0 0 15px 25px;
}
@media screen and (min-width: 960px) {
  /* #footer {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #18b22a 50%, #18b22a 100%);
  } */
  #footer .inner {
    display: flex;
    justify-content: space-between;
  }
  .footerL {
    padding: 80px 0 60px;
    width: 420px;
    text-align: center;
    /* background: #fff; */
  }
  .footerL p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    color: white;
  }
  .footerBtns a {
    display: block;
    margin: 0 auto 20px;
    width: 258px;
    font-weight: 500;
    line-height: 70px;
    color: #fff;
    background: #18b22a;

  }
  .footerR {
    position: relative;
    flex: 1;
    padding: 30px 0 100px 125px;
  }
  .footerR a {
    display: block;
    color: #fff;
  }
  .footerR nav {
    display: flex;
  }
  .footerR nav > ul {
    padding-right: 75px;
  }
  .footerR .menu-item-has-children {
    margin-top: 50px;
  }
  .footerR .sub-menu {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
  }
  .footerR .sub-menu li {
    margin-bottom: 10px;
  }
  .footerEnd {
    position: absolute;
    bottom: 110px;
    right: 0;
    font-size: 12px;
    text-align: right;
    color: #fff;
  }
}

@media screen and (max-width: 959px) {
  #footer .inner {
    padding: 0 0 70px;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .footerL {
    padding: 40px 0 0;
  }
  .footerL img {
    width: 83px;
  }
  .footerSns {
    justify-content: center;
  }
  .footerSns li {
    margin: 45px 14px 10px;
  }
  .footerL p,
  .footerBtns,
  .footerR nav {
    display: none;
  }
}

/* FLOAT BUTTONS
------------------------------------------------------------*/
.floatBtns {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 30px;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: rgba(61, 61, 61, 0.9);
  padding-block: 18px;
  padding-inline: 20px;
}
#toppage .floatBtns {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#toppage .floatBtns.isShow {
  visibility: visible;
  opacity: 1;
}
.floatContact,
.floatTel{
  height: 54px;
  padding-inline: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* border-radius: 6px; */
  color: white;
}
.floatContact:hover,
.floatTel:hover{
  color: white;
}

/* .floatTel{
  margin-left: 5px;
} */
.floatContact{
  background: #18B22A;
  font-size: 16px;
  font-weight: 700;
  flex-basis: max-content;
  flex-basis: 310px;
}
.floatContact img{
  width: 24px;
  height: 16px;
  margin-right: 13px;
}
.floatTel{
  background: #F79044;
  flex-basis: max-content;
}
.floatTel img{
  width: 20px;
  height: 20px;
  margin-right: 11px;
  transform: rotate(10deg);
}
.floatTel ._number{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 11px;
}
.floatTel ._hours{
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 959px){
  .floatContact,
  .floatTel{
    flex-basis: 50%;
  }
}
@media (max-width: 768px){
  .floatBtns{
    gap: 7px;
    padding-block: 0;
    background-color: transparent;
  }
  .floatContact,
  .floatTel{
      height: 44px;
      /* border-radius: 6px 6px 0 0; */
      font-size: 14px;
      font-weight: 500;
  }
  .floatTel img{
    transform: rotate(0);
  }
}

/* CONTENT
------------------------------------------------------------*/
#content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.875rem;
}

#bread {
  position: relative;
  margin: -20px 0 200px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 90;
}

#bread li {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}
#bread li:last-child {
  padding: 0;
}

#bread li:after {
  content: " 〉";
  position: absolute;
  right: -3px;
}

#bread li:last-child:after {
  content: none;
}

@media screen and (min-width: 960px) {
  body:not(#toppage) main#page {
    margin: auto;
    padding-top: 150px;
  }
}
@media (max-width: 959px) {
  body:not(#toppage) main#page {
    margin: auto;
    padding-top: 92px;
  }
}

/* COMMON
------------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}

.content p {
  line-height: 2.44;
}

main p:empty,
main ul:empty {
  display: none;
}

.en {
  font-family: "Poppins", sans-serif;
}
.jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
h1.wp-block-heading {
}
h2.wp-block-heading {
  margin-bottom: 45px;
  font-size: 65px;
}
section h2:first-child {
  margin-top: 0;
}
h2.wp-block-heading em {
  display: block;
  margin-top: 15px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
body:not(#toppage) h2.wp-block-heading em {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #18b22a;
}
h2.wp-block-heading.en {
  font-size: 61px;
  letter-spacing: -0.025em;
}
h2.wp-block-heading.en em {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
h2.wp-block-heading.color-green em {
  color: #505050;
}
@media screen and (max-width: 959px) {
  .content p {
    line-height: 2.18;
  }
  h2.wp-block-heading {
    margin-bottom: 35px;
    font-size: 45px;
  }
  h2.wp-block-heading.en {
    font-size: 40px;
  }
  h2.wp-block-heading em {
    margin-top: 5px;
    font-size: 18px;
  }
}

ul.wp-block-list {
  margin: 0 0 1em;
  list-style: disc;
}

.wp-block-list li {
  margin: 0 0 0.5em 1em;
}

ol li {
  padding-left: 0.2em;
}

.check li {
  padding-left: 2rem;
  background: url(images/iconCheck.svg) no-repeat 0 50%;
}

small {
  font-size: 0.75em;
}

.wp-element-caption {
  text-align: center;
}

#post .wp-element-caption {
  font-size: 0.875em;
}

blockquote {
  position: relative;
  margin: 1em 2em;
  padding-bottom: 2em;
}

blockquote:before,
blockquote:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  background: url(images/quote.svg) no-repeat 0 0 / cover;
}
blockquote:after {
  right: 0;
  bottom: 0;
}

blockquote p {
  margin-bottom: 0;
  padding-left: 30px;
  color: #4b4b4b;
}
blockquote cite {
  font-size: 0.8em;
  color: #4b4b4b;
  text-align: right;
}

.fit {
  margin: auto;
  width: fit-content;
}

table {
  width: 100%;
}

th,
td {
  padding: 0.5em 0.2em 0.5em 0.5em;
  background: #fff;
  border: 1px solid #98999d;
}

th {
  background: #eee;
}

th.empty {
  border: 0;
  background: transparent;
}

main ol {
  margin: 0 20px 20px;
}

.tbl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #98999d;
}

.tbl dt {
  padding: 1rem 1rem 1rem 0;
  grid-column: 1;
  font-weight: 700;
  border-top: 1px solid #98999d;
}

.tbl dd {
  padding: 1rem 0;
  grid-column: 2;
  border-top: 1px solid #98999d;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-embed > div {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
}

.dlTbl {
  display: flex;
  flex-wrap: wrap;
}

.dlTbl dt {
  padding: 20px 0;
  width: 6em;
  border-top: 1px solid #98999d;
}

.dlTbl dd {
  padding: 20px 0;
  width: calc(100% - 6em);
  border-top: 1px solid #98999d;
}

.dlTbl dd a {
  position: relative;
  display: block;
  color: #222;
  border: 0 !important;
}

.imgWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.animated-up {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1s ease-out;
}

.animated-up.in-view {
  transform: translateY(0);
  opacity: 1;
}

.bg-dark {
  background: #323232;
}
.bg-green {
  background: #18b22a;
}
.color-green {
  color: #18b22a;
}

.listTags {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
}
.listTags li {
  margin: 0 10px 10px 0 !important;
}
.listTags a {
  display: block;
  padding: 8px 17px;
  font-size: 14px;
  background: #f2f2f2;
  border-radius: 100vh;
}

@media only screen and (max-width: 781px) {
  .spReverse {
    flex-direction: column;
  }
  .spReverse > div:first-child {
    order: 1;
  }
  .spReverse > div:last-child {
    order: 0;
  }
}

/* BUTTON
------------------------------------------------------------*/
.btnArrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.btnArrow a,
.btnArrow span {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  line-height: 1.4;
  position: relative;
}
.btnArrowUL a,
.btnArrowUL span {
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-color: #dcdcdc;
}

.btnArrow a:before,
.btnArrow span:before {
  content: "";
  position: absolute;
  right: 17px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #18b22a;
  border-bottom: 1px solid #18b22a;
  transform: rotate(-45deg);
}
.btnArrow a:after,
.btnArrow span:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.wp-block-button__link {
  position: relative;
  padding: 0 40px;
  color: #fff;
  background: #18b22a;
  transition: 0.3s ease-in-out;
}
.wp-block-button__link:hover{
  color: #fff;
}

.squareBtn .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px 0 70px;
  height: 100px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.btnDark .wp-block-button__link {
  background: #1e1e1e;
}
.btnL .wp-block-button__link {
  height: 120px;
  font-size: 24px;
}

.squareBtn .wp-block-button__link:after {
  width: 32px;
  height: 32px;
}
.squareBtn .wp-block-button__link:before {
  right: 49px;
  border-color: #fff;
}
.btnDark .wp-block-button__link:after,
.btnDark .wp-block-button__link:before {
  border-color: #18b22a;
}
@media only screen and (min-width: 782px) {
  #footerContact .btnL .wp-block-button__link {
    padding: 0;
    min-width: 465px;
  }
  #footerContact .btnL .wp-block-button__link:after {
    position: absolute;
    right: 40px;
    width: 38px;
    height: 38px;
  }
  #footerContact .btnL .wp-block-button__link:before {
    right: 56px;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 781px) {
  .btnArrow a,
  .btnArrow span {
    gap: 15px;
  }
  section:not(#topLinks):not(#topAbout) .btnArrow a:after {
    width: 32px;
    height: 32px;
  }
  .btnArrow a:before {
    right: 14px;
  }
  .squareBtn .wp-block-button {
    width: 100% !important;
    max-width: 315px !important;
  }
  .squareBtn .wp-block-button__link {
    padding: 0 35px;
    height: 70px;
    font-size: 16px;
  }
  .btnL .wp-block-button__link {
    min-width: 315px;
  }
  .squareBtn .wp-block-button__link:after {
    width: 24px;
    height: 24px;
  }
  .squareBtn .wp-block-button__link:before {
    right: 44px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .btnL .wp-block-button__link {
    min-width: initial;
  }
  .squareBtn .wp-block-button__link {
    padding: 0 20px;
  }
}

.pagination .next a:after {
  right: calc(50% - 5px);
}

.pagination .prev a:after {
  right: calc(50% - 5px);
  transform: rotate(-135deg);
}

/* TOPPAGE
------------------------------------------------------------*/
#fv-slick .visual {
  width: 100%;
  max-width: initial;
  display: block;
}
/* #fv p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
} */
#fv .en {
  padding: 0 5px;
  font-size: 81px;
  font-weight: 600;
}
/* #fv p:last-of-type {
  font-size: 22px;
  letter-spacing: 0.05em;
} */
#fv .wp-block-group__inner-container .wp-block-group-is-layout-constrained {
  pointer-events: none;
}
.fv-slide{
  position: relative;
}
.fv-slide .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fv-slide:not(._slide07):after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 0;
}
.fv-catch{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(13px, calc(20/1440*100vw), 20px);
  box-sizing: content-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  text-align: left;
}
.fv-catch1,.fv-catch4{
  font-family: "Poppins", sans-serif;
  color: #4FE561;
  font-size: clamp(96px, calc(140/1440*100vw), 140px);
  letter-spacing: -0.025em;
  font-weight: 600;
  line-height: 1.2142857143;
  .content &{
    line-height: 1.2142857143;
  }
}
.fv-catch1{
  margin-bottom: clamp(12px, calc(18/1440*100vw), 18px);
}
.fv-catch2,.fv-catch3{
  font-size: clamp(52px, calc(76/1440*100vw), 76px);
  font-weight: 700;
  color: white;
  letter-spacing: -0.05em;
  line-height: 1.4285714286;
  .content &{
    line-height: 1.4285714286;
  }
}
.fv-catch2{
  span:last-child{
    margin-left: -0.5em;
  }
}
.fv-catch3{
  margin-bottom: clamp(20px, calc(30/1440*100vw), 30px);
}
@media screen and (min-width: 960px) {
  .fv-slide .text{
    width: calc(815.67/1440*100%);
    max-width: 815.67px;
  }
  #fv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 0.569;
    aspect-ratio: 1440 / 820;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
  }
  #fv-slick {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* #fv p:first-of-type {
    padding-top: 60px;
  } */

}
@media screen and (max-width: 959px) {
  .fv-slide .text{
    width: calc(305.53/375*100%);
    max-width: 305.53px;
  }
  #fv {
    font-size: 36px;
    overflow: hidden;
  }
  #fv-slick {
    aspect-ratio: 375 / 270;
    aspect-ratio: 375 / 455;
    overflow: hidden;
    line-height: 0;
  }
  #fv-slick .visual {
    /* aspect-ratio: 375 / 270; */
    object-fit: cover;
  }
  #fv .wp-block-group__inner-container {
    padding: 15px 0 15px;
    background: #18b22a;
  }
  /* #fv p {
    display: block;
    text-align: center;
    font-size: 29px;
    line-height: 1.2;
    color: #fff;
  } */
  #fv .en {
    padding: 0 2px 0 0;
    font-size: 49px;
  }
  /* #fv p span:last-of-type {
    font-size: 40px;
  } */
  /* #fv p:last-of-type {
    font-size: 17px;
    line-height: 1.9;
  } */
  .fv-catch{
    padding-inline: clamp(10px, calc(20/750*100vw), 20px);
  }
  .fv-catch1,.fv-catch4{
    font-size: clamp(40px, calc(80/750*100vw), 80px);
  }
  .fv-catch1{
    margin-bottom: clamp(9px, calc(18/750*100vw), 18px);
  }
  .fv-catch2,.fv-catch3{
    font-size: clamp(30px, calc(60/750*100vw), 60px);
  }
  .fv-catch3{
    margin-bottom: clamp(15px, calc(30/750*100vw), 30px);
  }
}

#topIntro {
  color: #fff;
}
/* #topIntro h2 {
  margin-top: 20px;
  font-size: 70px;
  line-height: 1;
} */
/* #topIntro p {
  margin-top: -10px;
  font-size: 18px;
} */
.topIntro{
  padding: 100px 0 120px;
}
.topIntro-columns{
  display: flex;
  justify-content: space-between;
}
.topIntro-images{
  height: auto;
  max-height: 780px;
  flex-basis: 260px;
  width: 260px;
  position: relative;
  overflow: hidden;
}
.topIntro-images img{
  /* border-radius: 10px; */
}
.topIntro-images ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0;
  line-height: 0;
  animation: topintro 8s linear infinite;
  will-change: transform;
}
.topIntro-images li{
}
.topIntro-images ul li{
  flex-shrink: 0;
}
@keyframes topintro {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 10px));
  }
}
@keyframes topintrosp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%));
  }
}
.topIntro-body{
  flex-basis: calc(100% - 280px);
  max-width: 650px;
}
.topIntro-heading{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 60px;
}
.topIntro-heading ._green{
  color: #18B22A;
  margin-left: 18px;
}
.topIntro-lead{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: -0.05em;
}
.content .topIntro-lead{
  line-height: 1.4666666667;
  margin-bottom: 20px;
}
.topIntro-text{
  font-size: 18px;
  span{
    display: inline-block;
  }
}
.topIntro-button{
  margin-top: 40px;
  text-align: left;
}
.topIntro-button a{
  max-width: 430px;
  height: 100px;
  gap: 30px;
  font-size: 20px;
}
.topIntro-button span{
  padding-inline: 0;
}
@media screen and (max-width: 959px) {
  .topIntro{
    padding: 54px 0 125px;
  }
  .topIntro-columns{
    flex-direction: column;
    gap: 30px;
  }
  .topIntro-images{
    margin-inline: -30px;
    flex-basis: auto;
    height: auto;
    width: auto;
  }
  .topIntro-images ul{
    flex-direction: row;
    animation: topintrosp 4s linear infinite;
    width: auto;
    margin-inline: -30px;
  }
  .topIntro-images li{
    flex-basis: 200px;
  }
  .topIntro-heading{
    font-size: 28px;
    margin-bottom: 20px;
    span{
      display: block;
      text-align: center;
    }
  }
  .topIntro-lead{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    .content &{
      line-height: 2;
    }
  }
  .topIntro-text{
    font-size: 16px;
  }
  .topIntro-button{
    text-align: center;
    a{
      font-size: 16px;
      padding-inline: 20px;
      height: 70px;
    }
  }
/*   #topIntro {
    padding: 76px 0 85px;
  }
  #topIntro h2 {
    margin: 0 0 40px;
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }
  #topIntro p {
    font-size: 16px;
    line-height: 2.25;
  }
 */
}
#topLineup {
  position: relative;
  padding: 132px 0 100px;
}
#topLineup .c-button a{
  max-width: 430px;
  height: 100px;
  font-size: 20px;
}
#topLineup:after {
  position: absolute;
  top: -258px;
  left: -259px;
  content: "";
  width: 624px;
  height: 516px;
  background: url(images/zebra.webp) no-repeat 0 0 / cover;
}
#topLineup:before {
  position: absolute;
  top: -228px;
  left: 330px;
  content: "";
  width: 204.58px;
  height: 146.16px;
  background: url(images/toppage/intro-fukidashi.png) no-repeat 0 0 / cover;
}
#topLineup h2 {
  font-weight: 300;
  line-height: 1.2;
}
#topLineup h2 span {
  font-weight: 600;
}
#topLineup h2 em {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #505050;
}
#topLineup .slide-center p {
  margin-top: 27px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  #topLineup {
    padding: 163px 0 0;
  }
  #topLineup::before{
    top: -98px;
    left: 180px;
    width: 94.58px;
    height: 68.16px;
  }
  #topLineup:after {
    top: -120px;
    left: -122px;
    width: 306px;
    height: 254px;
  }
  #topLineup h2 em {
    font-size: 18px;
    padding-bottom: 5px;
  }
  #topLineup .slide-center p {
    margin-top: 10px;
    font-size: 15px;
  }
  #topLineup .c-button a{
    width: 315px;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
  }
  #topLineup .c-icon-arrow-link{
    width: 24px;
    height: 24px;
  }
}
#topLineup .imgWrap{
  margin-bottom: 10px;
}
#topLineup .btnArrow{
  justify-content: center;
}
#top51 {
  position: relative;
  padding-top: 165px;
  /* margin-bottom: -110px; */
  text-align: center;
}
.top51Box {
  position: relative;
  margin: auto;
  padding-bottom: 70px;
  width: 84%;
  max-width: 1000px;
  color: #fff;
  /* border-radius: 20px; */
  z-index: 1;
}
.top51Box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.top51Box h2 .en {
  font-size: 100px;
}
.top51Box figure.animated-up {
  position: absolute;
  top: -204px;
  left: 50%;
  transform: translate(-50%, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 284px;
  background: #f4f4f4;
  /* border-radius: 20px; */
}
.top51Box figure.animated-up.in-view {
  transform: translate(-50%, 0);
}
.top51Box figure img {
  width: 136px;
  height: 199px;
}
.top51Box h2 {
  margin-bottom: 0;
  padding-top: 110px;
  line-height: 1.2;
}
.top51Box p {
  font-size: 18px;
  line-height: 2;
}
#top51 picture {
  position: relative;
  top: -80px;
  margin-bottom: 0;
  line-height: 0;
  z-index: 0;
}
#top51 picture.animated-up.in-view {
  top: -123px;
}
#top51 picture img {
  max-width: 96%;
  max-width: 1200px;
  /* border-radius: 20px; */
}
@media screen and (max-width: 959px) {
  #top51 {
    padding-top: 145px;
  }
  .top51Box {
    /* border-radius: 10px; */
    padding-bottom: 44px;
  }
  .top51Box h2 {
    padding-top: 96px;
    margin-bottom: 8px;
    display: block;
    font-size: 34px;
  }
  .top51Box h2 .en {
    font-size: 56px;
  }
  .top51Box figure.animated-up {
    top: -102px;
    width: 156px;
    height: 156px;
  }
  .top51Box figure img {
    width: 73px;
    height: auto;
  }
  .top51Box p {
    font-size: 15px;
    line-height: 2;
  }
  #top51 picture {
    width: 100%;
    top: -14vw;
  }
  #top51 picture.animated-up.in-view {
    top: -16vw;
  }
  #top51 picture img {
    max-width: initial;
    width: 100%;
    border-radius: 0;
  }
}

#topTopics {
  margin-top: 100px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
  background: #3c3c3c;
  overflow: hidden;
}
#topTopics h2 {
  margin-bottom: 40px;
  color: #fff;
}
#topTopics h2 em {
  margin-top: 0;
}
#topTopics .slide-center{
  margin-bottom: 0;
}
#topTopics .slick-slide a:hover{
  opacity: 1;
}
#topTopics .slick-slide h3{
  color: white;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 959px) {
  #topTopics {
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 80px;
  }
  #topTopics h2 {
    padding-top: 60px;
    margin-bottom: 36px;
  }
  #topTopics .slick-dots {
    bottom: 10px;
  }
}

#topEvent {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  /*background: #3c3c3c;*/
  overflow: hidden;
}
#topEvent h2 {
  margin-bottom: 40px;
  /*color: #fff;*/
}
#topEvent h2 em {
  margin-top: 0;
}
#topEvent .slide-center{
  margin-bottom: 0;
}
#topEvent .slick-slide a:hover{
  opacity: 1;
}
#topEvent .slick-slide h3{
  /*color: white;*/
  text-align: center;
  margin-top: 12px;
}
#topEvent .c-button{
    margin-top: 50px;
}
@media screen and (max-width: 959px) {
  #topEvent {
    /*margin-top: 120px;*/
    padding-top: 0;
    padding-bottom: 80px;
  }
  #topEvent h2 {
    /*padding-top: 60px;*/
    margin-bottom: 36px;
  }
  #topEvent .slick-dots {
    bottom: 10px;
  }
  #topEvent .c-button{
    margin-top: 30px;
  }
  #topEvent .c-button a{
    width: 315px;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
  }
  #topEvent .c-icon-arrow-link{
    width: 24px;
    height: 24px;
  }
}


#topAbout {
  padding-top: 90px;
}
#topAbout .quote {
  text-align: center;
}
#topAbout h2 {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  font-size: 70px;
}
#topAbout h2 span{
  display: inline-block;
}
/* #topAbout h2:before {
  position: absolute;
  content: "“";
  left: -0.7em;
}
#topAbout h2:after {
  position: absolute;
  top: 0;
  content: "”";
  right: -0.7em;
} */
#topAbout h2 em {
  font-size: 30px;
}
#topAbout p {
  font-size: 18px;
}
#topAbout .wp-block-buttons {
  margin-top: 48px;
}
#topAbout .slide h3 {
  margin-top: 12px;
  padding-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
#topAbout .slide h3 span {
  padding: 10px 0;
  line-height: 2;
}
#topAbout .slide .btnArrow span {
  gap: 17px;
  align-items: flex-start;
}
#topAbout .slide .btnArrow span:before {
  top: 24px;
}

@media screen and (max-width: 959px) {
  #topAbout {
    padding-top: 60px;
  }
  #topAbout h2 {
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
  #topAbout h2:before {
    left: -0.4em;
    font-weight: 400;
  }
  #topAbout h2:after {
    right: -0.4em;
    font-weight: 400;
  }
  #topAbout h2 em {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
  }
  #topAbout p {
    font-size: 15px;
    line-height: 2.13;
    text-align: left;
    padding-inline: 30px;
  }
  #topAbout .wp-block-buttons {
    margin-top: 30px;
  }
  #topAbout .wp-block-button__link {
    width: 315px;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
  }
  #topAbout .wp-block-button__link:before {
    right: 35px;
  }
  #topAbout .wp-block-button__link:after {
    width: 24px;
    height: 24px;
  }
  #topAbout .slide h3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 781px) {
  #topAbout .wp-block-button__link:before {
    right: 45px;
  }
}
@media screen and (max-width: 375px) {
  #topAbout .wp-block-button__link {
    width: 315px;
    padding: 0 10px;
  }
}

#topFlow {
  padding: 140px 0 170px;
}
#topFlow h2 {
  margin-bottom: 65px;
}
#topFlow h2 em {
  margin-top: -5px;
}
#topFlow > div {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0 30px;
}
.flexFlow > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexFlow img {
  /* border-radius: 10px; */
}
.flexFlow p {
  line-height: 1.7;
}
.flexFlow em {
  font-size: 24px;
  font-weight: 600;
}
.flexFlow p:last-of-type {
  font-size: 20px;
}
@media screen and (min-width: 782px) {
  .flexFlow > div > div {
    width: 31.66%;
    margin-bottom: 60px;
  }
  .flexFlow :where(figure) {
    margin: 8px 0 18px;
  }
}
@media screen and (max-width: 781px) {
  #topFlow {
    padding: 45px 0 50px;
  }
  #topFlow h2 {
    margin-bottom: 24px;
  }
  .flexFlow > div > div {
    width: 46.1%;
    margin-bottom: 30px;
  }
  .flexFlow img {
    /* border-radius: 5px; */
  }
  .flexFlow em {
    font-size: 20px;
  }
  .flexFlow p:last-of-type {
    font-size: 15px;
  }
  .flexFlow > div > div:first-child p:last-of-type {
    letter-spacing: -0.04em;
  }
  .flexFlow :where(figure) {
    margin: 2px 0 10px;
  }
}

#topInterview {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  margin-top: 170px;
}
#topInterview h2 em {
  margin-top: -5px;
}
#topInterview > div {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
#topInterview > div {
  background: #fff;
  /* border-radius: 0 30px 30px 0; */
}
.boxPat01 :where(figure),
.boxPat02 :where(figure) {
  margin: -10px 0 0;
}
#topInterview h3 {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.57;
}
#topInterview ._body h3{
  max-width: 550px;
}
.topInterview-heading{
  margin-left: 120px;
  margin-right: -100px;
}
#topInterview .listTags {
  margin-block: 40px 0;
}
#topInterview .btnArrow{
  margin-top: 40px;
}
#topInterview .btnArrow a {
  gap: 12px;
}
.topInterview-button{
  margin-top: 120px;
  a{
    max-width: 430px;
    height: 100px;
    font-size: 20px;
  }
}
@media screen and (min-width: 782px) {
  #topInterview > div{
    padding-block: 120px 130px;
    padding-right: 100px;
    padding-left: 0px;
    box-sizing: content-box;
  }
  #topInterview > div,
  #topRenovation > div {
    position: relative;
  }

  #topInterview p:first-of-type {
    font-size: 16px;
    font-weight: 400;
  }
  #topInterview .boxPat01,
  #topInterview .boxPat02{
    justify-content: space-between;
  }
  #topInterview .boxPat01 ._visual img,
  #topInterview .boxPat02 ._visual img{
    max-width: 600px;
  }
  #topInterview .boxPat01 ._visual,
  #topInterview .boxPat02 ._visual{
    flex-basis: calc(600/1200*100%);
  }
  #topInterview .boxPat01 {
    margin-top: 94px;
    margin-right: -100px;
    margin-left: 120px;
  }
  #topInterview .boxPat02 {
    margin: 132px 0 0 -120px;
    /* padding-bottom: 130px; */
    margin-left: 0;
  }
  /* .boxPat02 > div:last-of-type {
    padding-left: 30px;
  } */
  #topInterview .boxPat01 img {
    width: 100%;
    max-width: 720px;
    /* border-radius: 20px 0 0 20px; */
  }
  #topInterview .boxPat02 img {
    /* border-radius: 20px 20px 20px 20px; */
  }
  @media screen and (max-width: 1315px){
    #topInterview .boxPat02 img{
      /* border-radius: 0px 20px 20px 0px; */
    }
  }
  @media screen and (max-width: 1240px) {
    /* #topInterview > div {
      padding-left: 30px;
    } */
    #topInterview .boxPat02 {
      padding-right: 30px;
    }
    .topInterview-heading{
      margin-left: 30px;
      margin-right: 0px;
    }
    #topInterview .boxPat01 {
      margin-left: 30px;
      margin-right: 0px;
    }
  }
}
@media screen and (max-width: 959px){
  #topInterview{
    margin-top: 0;
  }
  .topInterview-heading{
    margin-left: 0px;
    margin-right: 0px;
  }
  .topInterview-button{
    margin-top: 80px;
  }
  .topInterview-button a{
    width: 315px;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
  }
  .topInterview-button .c-icon-arrow-link{
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 781px) {
  #topInterview > div {
    padding-top: 60px;
    /* border-radius: 0 60px 60px 0; */
    padding-bottom: 85px;
  }
  #topInterview .boxPat01 > div,
  #topInterview .boxPat02 > div {
    display: contents;
  }
  #topInterview .boxPat01 {

    gap: 0;
  }
  #topInterview .boxPat02 {
    padding-top: 85px;
    gap: 0;
  }
  #topInterview .boxPat01 .wp-block-group,
  #topInterview .boxPat02 .wp-block-group {
    order: 10;
  }
  #topInterview h3 {
    font-size: 20px;
  }
  #topInterview p {
    line-height: 2;
  }
  #topInterview .has-small-font-size {
    margin-top: 5px;
    font-size: 12px !important;
  }
  #topInterview .btnArrow{
    margin-top: 20px;
  }
  #topInterview .btnArrow a {
    gap: 8px;
  }
  #topInterview .listTags {
    margin-block: 20px 0;
  }
  #topInterview figure {
    width: 100vw;
    margin: 30px -30px 0;
  }
  #topInterview .boxPat02 figure {
    order: 9;
  }
  #topInterview .boxPat01 img,
  #topInterview .boxPat02 img {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 781px) {
  #topFlowBanner {
    margin: 25px 0 77px;
    width: 100%;
    padding: 0 0 70px 30px;
    aspect-ratio: 1;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: url(images/toppage/flow-banner.webp) no-repeat 0 0 / cover;
  }
  #topFlowBanner a {
    display: block;
    color: #fff;
  }
  #topFlowBanner h2.wp-block-heading {
    margin-bottom: 25px;
  }
  #topFlowBanner h2 em {
    margin-top: -4px;
  }
  #topFlowBanner .btnArrow span {
    text-decoration: underline;
    text-underline-offset: 13px;
    text-decoration-color: #dcdcdc;
  }
  #topFlowBanner .btnArrow span:before {
    border-color: #fff;
  }
}

#topProperty > div {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 190px 30px 50px;
}
#topProperty h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}
#topProperty h2 em {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}
#topProperty h3 {
  font-size: 140px;
  font-weight: 500;
  color: #fff;
  color: #18B22A;
}
.flexProperty {
  width: 100%;
}
.flexProperty > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexProperty > div > div {
  position: relative;
  padding-bottom: 28px;
  background: #fff;
  /* border-radius: 10px; */
}
.flexProperty figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1 / 0.758;
}
.flexProperty p {
  font-size: 18px;
  line-height: 1.7;
}
.flexProperty a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
#topProperty p.btnArrowUL {
  margin-top: 37px;
}
@media screen and (min-width: 782px) {
  .flexProperty > div > div {
    width: 23.75%;
  }
  .flexProperty img {
    /* border-radius: 10px 10px 0 0; */
  }
  .flexProperty p {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    min-height: 5.3em;
  }
}
@media screen and (max-width: 781px) {
  #topProperty > div {
    padding: 80px 30px 60px;
  }
  #topProperty h2 em {
    font-size: 15px;
  }
  #topProperty h3 {
    margin-bottom: 10px;
    font-size: 70px;
    font-size: min(17.6vw, 70px);
    white-space: nowrap;
  }
  .flexProperty > div > div {
    margin: auto;
    padding-bottom: 20px;
    width: 315px;
    background: none;
  }
  .flexProperty > div > div > div {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    /* border-radius: 10px; */
  }
  .flexProperty :where(figure) {
    width: 35%;
    margin-bottom: 0;
  }
  .flexProperty figure img {
    aspect-ratio: 1 / 0.818;
  }
  .flexProperty p {
    flex: 1;
    font-size: 15px;
  }
  .flexProperty img {
    /* border-radius: 10px 0 0 10px; */
  }
  #topProperty p.btnArrowUL {
    margin-top: 5px;
  }
}
#topRenovation ._visual img{
  /* border-radius: 20px; */
}
#topRenovation ._body {
  z-index: 1;
  max-width: 506px;
}
.topRenovation-heading {
  position: relative;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
#topRenovation h4 {
  margin-bottom: 32px;
  font-size: 30px;
}
#topRenovation p:first-of-type {
  margin-bottom: 40px;
  line-height: 2.18;
}
#topRenovation .btnArrow a {
  gap: 20px;
}
#topRenovation .boxPat01,
#topRenovation .boxPat02{
  max-width: 1320px;
  justify-content: space-between;
  gap: 2em;
}
#topRenovation .boxPat01 ._visual,
#topRenovation .boxPat02 ._visual{
  flex-basis: calc(720/1320*100%);
}
@media (min-width: 1440px){
  #topRenovation .boxPat01,
  #topRenovation .boxPat02{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1439px){
  #topRenovation .boxPat02{
    margin-left: 0px;
    padding-right: 30px;
  }
  #topRenovation .boxPat01{
    margin-left: auto;
    margin-right: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 782px) {
  #topRenovation{
    margin-top: 170px;
  }
  #topRenovation .boxPat01 {
    /* margin: 245px -120px 0 auto; */
    margin-top: 245px;
  }
  .boxPat02 .topRenovation-heading {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: -2.45em;
  }
  .boxPat01 .topRenovation-heading {
    margin-left: 0;
    margin-bottom: 28px;
  }
  .boxPat01 .topRenovation-heading,
  .boxPat02 .topRenovation-heading{
    font-size: min(9.7vw, 140px);
    margin-top: 40px;
  }
  @media screen and (max-width: 1439px) {
    #topRenovation {
      overflow: hidden;
    }
  }
}
@media screen and (max-width: 781px) {
  #topRenovation {
    margin-top: 77px;
    /* padding-top: 18px; */
  }
  #topRenovation .boxPat01,
  #topRenovation .boxPat02{
    flex-direction: column;
  }
  #topRenovation ._body{
    padding-inline: 30px;
  }
  #topRenovation .boxPat02 ._visual{
    padding-right: 30px;
  }
  #topRenovation .boxPat01 ._visual{
    padding-left: 30px;
  }
  .topRenovation-heading {
    margin-top: -50px;
    font-size: 50px;
  }
  #topRenovation .boxPat02 h3 {
    margin-right: -5px;
  }
  #topRenovation h4 {
    margin: 10px 0;
    font-size: 26px;
  }
  #topRenovation p:first-of-type {
    font-size: 16px;
    line-height: 2.1875;
  }
  #topRenovation .boxPat02 :where(figure) {
    margin: 0 0 0 -30px;
  }
  #topRenovation .boxPat02 img {
    /* border-radius: 0 20px 20px 0; */
  }
  /* #topRenovation .boxPat01 :where(figure) {
    margin: 0 -30px 0 0;
  } */
  #topRenovation .boxPat01 img {
    /* border-radius: 20px 0 0 20px; */
  }
  #topRenovation .boxPat01 {
    padding-top: 74px;
    padding-left: 0;
  }
  #topRenovation .boxPat02{
    padding-right: 0;
  }
  #topRenovation .boxPat01 h3 {
    margin: -50px -30px 0;
    text-align: center;
  }
  #topRenovation .btnArrow a {
    gap: 8px;
  }
  #topRenovation p:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  .topRenovation-heading {
    font-size: 45px;
  }
}

#topLinks > div {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 190px 0 145px;
}
#topLinks .btnArrow {
  padding: 0 30px;
  border-bottom: 1px solid #b4b4b4;
}
#topLinks .btnArrow:first-of-type {
  border-top: 1px solid #b4b4b4;
}
#topLinks .btnArrow a {
  width: 100%;
  padding: 75px 0;
  justify-content: space-between;
  font-size: 32px;
}
#topLinks .btnArrow i {
  font-style: normal;
}
@media screen and (min-width: 782px) {
  #topLinks .btnArrow em {
    display: inline-block;
    min-width: 9.5em;
    padding-right: 50px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  #topLinks > div {
    padding: 92px 30px 78px;
  }
  #topLinks .btnArrow {
    padding: 0;
  }
  #topLinks .btnArrow a {
    padding: 25px 0 46px;
    font-size: 25px;
  }
  #topLinks a em {
    font-size: 16px;
    display: block;
  }
  #topLinks .btnArrow a:before {
    right: 16px;
  }
}

#topFaq > div {
  width: 100%;
  max-width: 1060px;
  padding-inline: 30px;
  margin: auto;
}
.topFaq{
  padding-block: 117px;
}
/* .topFaq-groupHeading{
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: normal;
} */

.faq {
  margin: 0 auto;
  border-bottom: 1px solid #c8c8c8;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.topFaq-groupHeading,
.faq dt {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #c8c8c8;
}
.topFaq-groupHeading::before,
.topFaq-groupHeading::after,
.faq dt:before,
.faq dt:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  width: 20px;
  height: 2px;
  background: #18b22a;
}
.topFaq-groupHeading::after,
.faq dt:after {
  transform: rotate(90deg);
}
.topFaq-groupHeading.open::after,
.faq dt.open:after {
  display: none;
}
.topFaq-groupHeading,
.faq dt h3 {
  position: relative;
  padding: 25px 63px 25px 60px;
  font-size: 18px;
  font-weight: 400;
}
.topFaq-groupHeading{
  padding: 25px 63px 25px 25px;
}
.topFaq-groupHeading + .faq{
  display: none;
}
.topFaq-groupHeading + .faq dt::before,
.topFaq-groupHeading + .faq dt::after{
  content: none;
}
.topFaq-groupHeading:last-of-type{
  border-bottom: 1px solid #c8c8c8;
}
.faq h3:before,
.faq dd:before {
  position: absolute;
  top: 27px;
  left: 18px;
  content: "Q";
  font-size: 23px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.faq dt.open {
  background: #fff;
}
.faq dd {
  position: relative;
  opacity: 0;
  display: none;
  padding-left: 50px;
  font-size: 15px;
  line-height: 2;
  background: #fff;
}
.faq dd.open {
  opacity: 1;
  display: block;
}
.faq dd div {
  padding: 0 63px 40px 45px;
}
.faq dd:before {
  top: 5px;
  left: 60px;
  content: "A";
  color: #18b22a;
}
@media screen and (min-width: 782px) {
  #topFaq h2 {
    display: flex;
    align-items: center;
  }
  #topFaq h2 em {
    margin: 0 0 0 35px;
  }
}
@media screen and (max-width: 781px) {
  .topFaq{
    padding-block: 50px 95px;
  }
  .faq {
    margin: 25px auto 0;
  }
  #topFaq h2 {
    font-size: 50px;
  }
  #topFaq h2 em {
    margin-top: 0;
  }
  .topFaq-groupHeading,
  .faq dt h3 {
    padding: 20px 35px 20px 40px;
    font-size: 15px;
  }
  .topFaq-groupHeading{
    padding: 20px 35px 20px 20px;
  }
  .faq h3:before {
    top: 20px;
    left: 14px;
    font-size: 20px;
  }
  .faq dt:before,
  .faq dt:after {
    top: 30px;
    right: 8px;
    width: 16px;
  }
  .faq dd:before {
    content: none;
  }
  .faq dd {
    padding: 0 20px 20px 20px;
  }
  .faq dd div {
    padding: 0;
  }
}

#topStaff {
  padding: 143px 0 100px;
  background: #fff;
}
#topStaff .imgWrap img {
  aspect-ratio: 1 / 1;
  /* border-radius: 20px; */
}
#topStaff h2 {
  margin-bottom: 50px;
  font-size: 114px;
  line-height: 1;
}
#topStaff h3 {
  margin: 20px 10px 0;
  font-size: 20px;
  font-weight: 500;
}
#topStaff h3 span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 782px) {
  .slide-staff {
    position: relative;
    padding-bottom: 80px;
    max-width: 1370px;
    padding-left: 30px;
    box-sizing: content-box;
    margin-inline: auto;
  }
  /* .slide-staff:before,
  .slide-staff:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: calc((100vw - 1370px) / 2);
    height: 360px;
    background: #fff;
    z-index: 10;
  }
  .slide-staff:after {
    right: auto;
    left: 0;
  } */
  .staffBtn {
    margin: -30px auto 0;
    width: 95%;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 781px) {
  #topStaff {
    padding: 63px 0 55px;
    overflow: hidden;
  }
  #topStaff h2 {
    margin-bottom: 73px;
    font-size: 52px;
  }
  .slide-staff {
    padding-left: 30px;
  }
  #topStaff .imgWrap img {
    /* border-radius: 10px; */
  }
  #topStaff h3 {
    margin: 14px 10px 0;
    font-size: 15px;
    line-height: 1.2;
  }
  .staffBtn {
    margin: 24px 0 0 30px;
  }
}

#topBanners {
  background: #fff;
}
/* #topBanners > div {
  width: 100%;
  max-width: 1440px;
  margin: auto;
} */
#topBanners p {
  position: relative;
  line-height: 1.4;
  background: url(images/toppage/bgCompany.webp?123) no-repeat 50% 50% / cover;
}
#topBanners p:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.37);
  z-index: 0;
  transition: 0.5s;
}
#topBanners p:hover:after {
  background: transparent;
}
#topBanners a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
#topBanners a:hover {
  opacity: 1;
}
#topBanners a em {
  margin-top: 80px;
  display: block;
  font-size: 50px;
  font-weight: 600;
}

@media screen and (min-width: 780px) {
  #topBanners > div {
    display: flex;
  }
  #topBanners p {
    width: calc(100% / 3);
    aspect-ratio: 1 / 1.417;
  }
  #topBanners p:nth-of-type(2) {
    background-image: url(images/toppage/bgRecruit.webp?123);
  }
  #topBanners p:nth-of-type(3) {
    background-image: url(images/toppage/bgBlog.webp?456);
  }
}

@media screen and (max-width: 781px) {
  #topBanners p {
    aspect-ratio: 1 / 0.667;
  }
  #topBanners p:first-of-type(2) {
    background-image: url(images/toppage/bgCompany-sp.webp?123);
  }
  #topBanners p:nth-of-type(2) {
    background-image: url(images/toppage/bgRecruit-sp.webp?123);
  }
  #topBanners p:nth-of-type(3) {
    background-image: url(images/toppage/bgBlog-sp.webp?456);
  }
  #topBanners a {
    font-size: 18px;
  }
  #topBanners a em {
    margin-top: 0;
    font-size: 40px;
  }
}

/* slick slide */
#topLineup .slick-slide img,
#topTopics .slick-slide img,
#topEvent .slick-slide img {
  /* border-radius: 10px; */
}
@media (min-width: 782px) {
  #topLineup .slick-slide img,
  #topTopics .slick-slide img,
  #topEvent .slick-slide img {
    /* border-radius: 20px; */
  }
}
#topAbout .slick-slide img {
  /* border-radius: 20px; */
}
#topLineup .slick-dots {
  display: none !important;
}
#topLineup .slick-slide {
  width: 900px;
  margin-left: 30px;
}
#topTopics .slick-slide {
  /* width: 650px; */
  width: 712px;
  margin-left: 60px;
  transition: transform 0.3s;
  position: relative;
}
#topTopics .slick-active{
  transform: scale(1.12);
  z-index: 1;
}
#topTopics .slick-track{
  padding-top: 45px;
  padding-bottom: 65px
}
#topTopics .slick-list {
  /* padding-bottom: 45px !important; */
}
#topTopics .slide-center a > div {
  position: relative;
}


#topEvent .slick-slide {
  /* width: 650px; */
  width: 712px;
  margin-left: 60px;
  transition: transform 0.3s;
  position: relative;
}
#topEvents .slick-active{
  transform: scale(1.12);
  z-index: 1;
}
#topEvent .slick-track{
  padding-top: 45px;
  padding-bottom: 65px
}
#topEvent .slick-list {
  /* padding-bottom: 45px !important; */
}
#topEvent .slide-center a > div {
  position: relative;
}
/* #topTopics .slide-center a > div h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 15px;
} */
/* #topTopics .slide-center h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
}
#topTopics .slide-center h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
#topTopics .slide-center .slick-active h3 {
  opacity: 1;
} */
#topLineup .imgWrap img {
  aspect-ratio: 1 / 0.611;
}
/* #topTopics .slick-active .imgWrap{
  filter: brightness(0.5);
} */
#topTopics .imgWrap{
  filter: brightness(0.5);
}
#topTopics .slick-active .imgWrap{
  filter: brightness(1);
}
#topTopics .imgWrap img {
  aspect-ratio: 1 / 0.585;
}
#topEvent .imgWrap{
  filter: brightness(0.5);
}
#topEvent .slick-active .imgWrap{
  filter: brightness(1);
}
#topEvent .imgWrap img {
  aspect-ratio: 1 / 0.585;
}
#topAbout .imgWrap img {
  aspect-ratio: 1 / 1;
}
#topAbout .slide {
  padding: 93px 0 105px 50px;
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: content-box;
  padding-inline: 20px;
}
#topAbout .slick-slide {
  width: 380px;
  margin-left: 30px;
}
#topStaff .slick-slide {
  width: 250px;
  margin-left: 30px;
}

@media screen and (max-width: 959px) {
  #topTopics .slick-slide {
    width: 320px;
    margin-left: 30px;
  }
  #topEvent .slick-slide {
    width: 320px;
    margin-left: 30px;
  }
  #topLineup .slick-slide {
    width: 86.93vw;
    margin-left: 10px;
  }
  #topLineup .imgWrap img {
    margin-bottom: 10px;
    aspect-ratio: 326 / 200;
  }
  #topLineup .slide-center-pc {
    padding-left: 25px;
  }
  #topAbout .slide {
    padding: 63px 0 0 30px;
  }
  #topAbout .slick-slide {
    width: 72vw;
    margin-left: 15px;
  }
  #topTopics .slide-center h3 {
    font-size: 18px;
  }
  #topEvent .slide-center h3 {
    font-size: 18px;
  }
  #topStaff .slick-slide {
    width: 192px;
    margin-left: 20px;
  }
}


/* ===========================================
  スタッフ紹介のバナー
=========================================== */
.staffBanner{
  padding-block: 100px;
}
.topFaq + .staffBanner{
  padding-top: 0;
}
.staffBanner a{
  display: flex;
  border: 10px solid white;
}
.staffBanner .btnArrow{
  justify-content: flex-end;
  margin-top: 20px;
}
.staffBanner .btnArrow span:before{
  border-color: white;
}
.staffBanner-image{
  flex-basis: calc(745/1180 * 100%);
}
.staffBanner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffBanner-body{
  background-color: #3D3D3D;
  color: white;
  flex-basis: calc(436/1180 * 100%);
  padding: 60px
}
.staffBanner-hgroup{
  margin-bottom: 25px;
}
.staffBanner-hgroup p{
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.42;
}
.staffBanner-hgroup h2{
  font-size: 20px;
}
.staffBanner-text{
  line-height: 2;
}
.content .staffBanner-text{
  line-height: 2;
}
@media (max-width: 990px){
  .staffBanner{
    padding-block: 100px;
  }
  .staffBanner a{
    flex-direction: column;
    border: 5px solid white;
  }
  .staffBanner-image{
    flex-basis: auto;
  }
  .staffBanner-body{
    flex-basis: auto;
    padding: 25px
  }
  .staffBanner-hgroup{
    margin-bottom: 10px;
  }
  .staffBanner-hgroup p{
    font-size: 24px;
  }
  .staffBanner-hgroup h2{
    font-size: 18px;
  }
}

/* 20260301 */
.quality .taishinLevel-sticker,
.quality .taishinLevel-box {
  background-color: #18b22a;
}

.quality .taishinLevel-item {
  background-color: #fff;
  border: 1px solid #18b22a;
  box-sizing: border-box;
}

.quality .taishinLevel-box {
  color: #fff;
}

.sixWarranty-section._guarantee::before {
  display: none;
}

.characteristics-notes {
  margin-top: 40px;
  text-align: center;
}

.entry-content .real-estat-introduction {
  padding-bottom: 60px;
}

.entry-content .real-estat-copy {
  text-align: center;
}

.entry-content .real-estat-inner-col .col-list li {
  margin-bottom: 4%;
}

.entry-content .real-estat-inner-col .col-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.content-common-inner .real-estat-inner,
.content-common-inner .life-tour-content-inner-col {
  margin-bottom: 0;
}

.content-common-inner .life-tour-content-inner-col {
  margin-top: 0;
}

.entry-content .real-estat-inner .nayami-inner,
.entry-content .real-estat-inner-col .col-list li,
.content-common-inner .real-estat-inner .nayami-inner,
.content-common-inner .real-estat-inner-col .col-list li {
  background-color: #f4f4f4;
}

.entry-content .real-estat-inner .nayami-inner,
.content-common-inner .real-estat-inner .nayami-inner,
.entry-content .real-estat-inner-col .col-list li,
.entry-content .real-estat-inner-col.method-inner .col-list li,
.content-common-inner .real-estat-inner-col .col-list li {
  border-radius: 0;
}

.entry-content .real-estat-inner .omakase,
.content-common-inner .real-estat-inner .omakase {
  background-color: #18B22A;
}

.content-common-inner .life-tour-inner .nayami-inner .nayami-title,
.content-common-inner .characteristics-list h4,
.content-common-inner .flow-btnWrap .btn-common,
.content-common-inner .flow-list h4,
.entry-content .characteristics-list h4,
.entry-content .flow-list h4,
.entry-content .content-common-inner .btn-common,
.entry-content .real-estat-inner .subtitle-bottom,
.entry-content .real-estat-inner .subtitle-bottom,
.entry-content .content-common-inner .btn-common,
.entry-content .real-estat-inner-col .col-list h4,
.entry-content .content-common-inner .btn-common {
  border-color: #18B22A;
  color: #18B22A;
}

.content-common-inner .life-tour-inner .nayami-inner .nayami-list,
.content-common-inner .life-tour-content-inner-col,
.content-common-inner .life-tour-content-inner-col,
.content-common-inner .real-estat-inner {
  background: #fff;
}

@media (max-width: 767px) {
  .recruit-catch .recruit-catch1 {
    font-size: 24px;
  }

  .ourJobs-tabs .js-tab-menu {
    overflow-y: hidden;
  }
}