@charset "UTF-8";
/* ===============================================
00_foundation
=============================================== */
/*
  Reset
----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*
  Base
----------------------------------------------- */
body {
  font-family: "Noto Sans jp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Helvetica, "Hiragino Sans", Arial, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.br {
  display: block;
}

.spbr {
  display: block;
}
.spbr--none {
  display: inline;
}

.sp-none {
  display: none;
}

@media screen and (min-width: 600px) {
  .spbr {
    display: inline-block;
  }
  .spbr--none {
    display: block;
  }
}
/*
  Accesibility
----------------------------------------------- */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* ===============================================
font-size
=============================================== */
.wp-pagenation nav.navigation h2.screen-reader-text {
  display: none;
}
.wp-pagenation nav.navigation ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0 6px;
}
.wp-pagenation nav.navigation ul.page-numbers li span.page-numbers {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  color: #ccc;
  border: 1px #ccc solid;
}
.wp-pagenation nav.navigation ul.page-numbers li span.page-numbers.dots {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  color: #333;
  border: 0;
}
.wp-pagenation nav.navigation ul.page-numbers li a.page-numbers {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  border: 1px #ccc solid;
  transition: all 0.3s ease-in-out;
}
.wp-pagenation nav.navigation ul.page-numbers li a.page-numbers:hover {
  color: #fff;
  background-color: #333;
  border: 1px #333 solid;
}

/* ===============================================
L-Container
=============================================== */
.containter {
  width: 100%;
  height: 100%;
}

.contents {
  width: 100%;
  height: 100%;
}

.l-S01,
.l-S02,
.l-S03 {
  position: relative;
  height: 100%;
}

.l-S01 {
  width: 100%;
}

.l-S02 {
  width: 100%;
  margin: 0 auto;
}

.l-S03 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-S03--900px {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.l-S03--1400px {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.l-L01,
.l-L02,
.l-L03,
.l-L04,
.l-L05,
.l-L06,
.l-L07,
.l-L08,
.l-L09,
.l-L10,
.l-L11,
.l-L12,
.l-L13,
.l-L14,
.l-L15,
.l-L16 {
  position: relative;
  width: 100%;
  min-height: 24px;
}

.l-L01 {
  grid-area: l-L01;
}

.l-L02 {
  grid-area: l-L02;
}

.l-L03 {
  grid-area: l-L03;
}

.l-L04 {
  grid-area: l-L04;
}

.l-L05 {
  grid-area: l-L05;
}

.l-L06 {
  grid-area: l-L06;
}

.l-L07 {
  grid-area: l-L07;
}

.l-L08 {
  grid-area: l-L08;
}

.l-L09 {
  grid-area: l-L09;
}

.l-L10 {
  grid-area: l-L10;
}

.l-L11 {
  grid-area: l-L11;
}

.l-L12 {
  grid-area: l-L12;
}

.l-L13 {
  grid-area: l-L13;
}

.l-L14 {
  grid-area: l-L14;
}

.l-L15 {
  grid-area: l-L15;
}

.l-L16 {
  grid-area: l-L16;
}

/* ===============================================
L-Header
=============================================== */
.header .l-S01 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 5%;
  background-color: #fff;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .header .l-S01 {
    height: 100px;
    padding: 0 50px 0 40px;
    background-color: #fff;
  }
  .header .l-L01 {
    width: auto;
  }
  .header .l-L02 {
    width: 90%;
  }
}
/* ===============================================
L-Main Top
=============================================== */
/*
  Common
----------------------------------------------- */
.l-main {
  padding-top: 80px;
}

@media screen and (min-width: 1000px) {
  .l-main {
    padding-top: 100px;
  }
}
.s-hero .l-S03--1400px {
  width: 93%;
  padding-top: 8px;
}
.s-hero .l-L01 {
  position: relative;
}
.s-hero .l-L01 .l-L03 {
  position: absolute;
  top: -4px;
  left: -4%;
}

@media screen and (min-width: 1000px) {
  .s-hero .l-S03--1400px {
    margin-top: -40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .s-hero .l-L01 .l-L02 {
    padding: 0 7%;
  }
  .s-hero .l-L01 .l-L03 {
    top: 40.5%;
    left: 0;
  }
}
.m-topContent__wrapper .l-L02 {
  padding-bottom: 20px;
}
.m-topContent__wrapper .l-L03 {
  padding-bottom: 20px;
  text-align: center;
}
.m-topContent__wrapper .l-L04 {
  padding-bottom: 20px;
}
.m-topContent__wrapper .l-L02 {
  padding-bottom: 20px;
}
.m-topContent__wrapper .l-L05 {
  display: flex;
  justify-content: center;
}


/* ===============================================
L-Main Top
=============================================== */
/*
  Hero
----------------------------------------------- */
.s-topHero {
  overflow-x: hidden;
}
.s-topHero .l-S03--1400px {
  width: 96%;
  padding: 60px 0 80px 0;
}
.s-topHero .l-L01 {
  position: relative;
}
.s-topHero .l-L01 .l-L03 {
  position: absolute;
  top: -58px;
  left: -3%;
}

@media screen and (min-width: 1000px) {
  .s-topHero .l-S03--1400px {
    padding: 20px 0 110px 0;
  }
  .s-topHero .l-L01 .l-L02 {
    padding: 0 7%;
  }
  .s-topHero .l-L01 .l-L03 {
    top: 27%;
    left: 0;
  }
}
/*
  LatestInformation
----------------------------------------------- */
.l-wrapper {
  position: relative;
}

.s-topLatestInformation {
  position: absolute;
  height: 145px;
  top: -4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .s-topLatestInformation {
    position: absolute;
    height: 70px;
    top: -4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
}
/*
  About
----------------------------------------------- */
.s-topAbout .l-S02 {
  position: relative;
  overflow: hidden;
}
.s-topAbout .l-S03 {
  padding: 220px 0 100px 0;
}
.s-topAbout .l-L01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.s-topAbout .l-L01::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 5%;
  width: 100px;
  height: 200px;
  background-image: url(../../images/top/topAbout_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.s-topAbout .l-L02 {
  padding-bottom: 44px;
}
.s-topAbout .l-L03 {
  padding-bottom: 16px;
}
.s-topAbout .l-L04 {
  padding-bottom: 24px;
}
.s-topAbout .l-L06 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: space-between;
  gap: 0 1.8%;
}

@media screen and (min-width: 1000px) {
  .s-topAbout .l-S03 {
    padding: 140px 0 100px 0;
  }
  .s-topAbout .l-L01::before {
    top: 24px;
    right: -20px;
    width: 140px;
    height: 320px;
  }
  .s-topAbout .l-L04 {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
  .s-topAbout .l-L06 {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 0 1.8%;
  }
}


/* -------------------------------------------------------------- */
/* 2024/01/25 追加 */
/* -------------------------------------------------------------- */

.s-topAbout .youtube {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
}
.s-topAbout .youtube iframe {
  width: 100%;
  aspect-ratio:16/9;
}
.s-topAbout .youtube-text {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .s-topAbout .youtube {
    margin: 0 auto 40px;
  }
  .s-topAbout .youtube-text {
    font-size: 18px;
  }
}
  
  /* -------------------------------------------------------------- */
/*
  Reason
----------------------------------------------- */
.s-topReason .l-S03 {
  padding: 70px 0 90px 0;
}
.s-topReason .l-L02 {
  text-align: center;
  padding-bottom: 16px;
}
.s-topReason .l-L03 {
  padding-bottom: 46px;
}
.s-topReason .l-L04 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 840px) {
  .s-topReason .l-L04 {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
/*
  Message/Company
----------------------------------------------- */
.s-topMessage .l-S02 {
  overflow: hidden;
}
.s-topMessage .l-L02 {
  position: relative;
}
.s-topMessage .l-L02::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 17%;
  width: 100px;
  height: 150px;
  background-image: url(../../images/top/topMessage_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.s-topMessage .l-S03 {
  padding: 140px 0 100px 0;
}
.s-topMessage .l-L05 {
  padding-bottom: 50px;
}
.s-topMessage .l-L06 .b-image {
  position: relative;
  max-width: 100%;
  height: 100%;
  z-index: 1;
}
.s-topMessage .l-L06 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .s-topMessage .l-S03 {
    display: grid;
    grid-template-columns: auto 160px auto;
    grid-template-rows: auto auto auto;
    gap: 0 5%;
    grid-template-areas: "l-L02 l-L02 l-L02" "l-L06 l-L06 l-L07" "l-L06 l-L06 .";
  }
  .s-topMessage .l-L02 {
    padding-bottom: 56px;
  }
  .s-topMessage .l-L02::before {
    top: -56px;
    left: 17%;
    width: 140px;
    height: 320px;
  }
  .s-topMessage .l-L03 {
    margin-top: -10px;
  }
  .s-topMessage .l-L04 {
    max-width: 768px;
    margin: 0 auto;
  }
  .s-topMessage .l-L06 .b-image {
    max-width: 540px;
  }
}
@media screen and (min-width: 1200px) {
  .s-topMessage .l-S03 {
    grid-template-columns: auto 1fr;
    gap: 0 140px;
    grid-template-areas: "l-L02 l-L02 " "l-L06 l-L07" "l-L06  .";
  }
}
/*
  PatitionImage
----------------------------------------------- */
.s-patitionImage .b-image img {
  width: 100%;
  min-height: 500px;
  max-height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-patitionImage .b-image img::before {
  content: "";
  display: block;
  padding-top: 50%;
}

/*
  Service
----------------------------------------------- */
.s-topService .l-S02 {
  overflow: hidden;
}
.s-topService .l-S03 {
  padding: 90px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 5%;
}
.s-topService .l-L01 {
  max-width: 580px;
  margin: 0 auto;
}
.s-topService .l-L05 {
  padding-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .s-topService .l-S03 {
    flex-direction: row;
    justify-content: space-between;
  }
  .s-topService .l-L01 {
    max-width: 464px;
    padding-top: 64px;
  }
  .s-topService .l-L06 {
    width: 60%;
  }
}
/*
  Recruit
----------------------------------------------- */
.s-topRecruit .l-S02 {
  position: relative;
  overflow: hidden;
}
.s-topRecruit .l-S03 {
  padding: 90px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-topRecruit .l-L01 {
  max-width: 464px;
  padding-top: 64px;
}
.s-topRecruit .l-L05 {
  padding-bottom: 50px;
}
.s-topRecruit .l-L06 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 1.8%;
  grid-template-areas: "image_01 image_02" "image_01 image_03";
}
.s-topRecruit .l-L06 .b-image:first-child {
  grid-area: image_01;
}
.s-topRecruit .l-L06 .b-image:first-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-topRecruit .l-L06 .b-image:nth-child(2) {
  grid-area: image_02;
}
.s-topRecruit .l-L06 .b-image:last-child {
  grid-area: image_03;
}

@media screen and (min-width: 1000px) {
  .s-topRecruit .l-S03 {
    padding: 90px 0 100px 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 5%;
  }
  .s-topRecruit .l-L01 {
    max-width: 400px;
    padding-top: 64px;
  }
  .s-topRecruit .l-L06 {
    width: 60%;
    margin: auto;
  }
}
/*
  Contact
----------------------------------------------- */
.s-commonContact .l-S02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-commonContact .l-L01 {
  padding: 150px 0 100px 0;
  width: 90%;
}
.s-commonContact .l-L06 .b-image {
  max-width: 100%;
}
.s-commonContact .l-L06 .b-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.s-commonContact .l-L03 .b-textA, .s-commonContact .l-L04 {
  text-align: center;
}
.s-commonContact .l-L04 {
  padding-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .s-commonContact .l-S02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .s-commonContact .l-L01 {
    width: 48%;
  }
  .s-commonContact .l-L06 {
    width: 52%;
    height: 630px;
  }
  .s-commonContact .l-L06 .b-image {
    height: 100%;
  }
  .s-commonContact .l-L04 {
    padding-bottom: 40px;
  }
}
/* ===============================================
L-Main About us
=============================================== */
.s-aboutContent .l-S03 {
  padding: 0 0 100px 0;
}
.s-aboutContent .l-L01 {
  text-align: center;
  padding-bottom: 30px;
}

.s-aboutReason .l-S03 {
  padding: 90px 0 110px 0;
}
.s-aboutReason .l-L01 {
  text-align: center;
  padding-bottom: 40px;
}
.s-aboutReason .l-L02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.s-aboutReason .l-L02 .m-aboutReason__wrapper {
  width: 46%;
}

.s-aboutFlow .l-S03 {
  padding: 90px 0 100px 0;
}
.s-aboutFlow .l-L01 {
  text-align: center;
  padding-bottom: 40px;
}
.s-aboutFlow .l-L02 {
  padding-bottom: 40px;
}

.s-banner {
  margin: 70px 0;
}

@media screen and (min-width: 1000px) {
  .s-aboutContent .l-L02 .b-textB {
    text-align: center;
  }
  .s-aboutReason .l-L02 {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0 20px;
  }
  .s-aboutReason .l-L02 .m-aboutReason__wrapper {
    width: auto;
  }
  .s-aboutFlow .l-L02 .b-textB {
    text-align: center;
  }
}
/* ===============================================
L-Main Company
=============================================== */
.s-companyMessage .l-S03 {
  padding: 60px 0 70px 0;
}
.s-companyMessage .l-L02 {
  text-align: center;
  padding-bottom: 40px;
}
.s-companyMessage .l-L03 {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.s-companyMessage .l-L04 {
  padding-bottom: 32px;
}
.s-companyMessage .l-L05 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 16px;
}

.s-companyAttempt .l-S02 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 400px auto 400px;
  grid-template-areas: "l-L05" "l-L01" "l-L06";
}
.s-companyAttempt .l-L06 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  grid-template-areas: "image_01 image_02" "image_03 image_04";
}
.s-companyAttempt .l-L06 .b-image:first-child {
  grid-area: image_01;
}
.s-companyAttempt .l-L06 .b-image:nth-child(2) {
  grid-area: image_02;
}
.s-companyAttempt .l-L06 .b-image:nth-child(3) {
  grid-area: image_03;
}
.s-companyAttempt .l-L06 .b-image:last-child {
  grid-area: image_04;
}
.s-companyAttempt .l-L01 {
  padding: 60px 5%;
}
.s-companyAttempt .l-L02 {
  text-align: center;
  padding-bottom: 40px;
}
.s-companyAttempt .l-L03 {
  text-align: center;
  padding-bottom: 20px;
}
.s-companyAttempt .l-L05 .b-image, .s-companyAttempt .l-L06 .b-image {
  height: 100%;
}
.s-companyAttempt .l-L05 .b-image img, .s-companyAttempt .l-L06 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


/* -------------------------------------------------------------- */
/* 2024/01/25 追加 */
/* -------------------------------------------------------------- */
/* .s-companyAttempt .l-S02 {
  grid-template-columns: 1fr 520px 1fr !important;
  grid-template-rows: 600px !important;
}
@media screen and (max-width: 1000px)  {
  .s-companyAttempt .l-S02 {
    grid-template-columns: auto !important;
    grid-template-rows: 400px auto 400px !important;
    grid-template-areas:
        "l-L05"
        "l-L01"
        "l-L06";
  } 
}
.s-companyAttempt .l-L06 {
  grid-template-rows: 350px 250px !important;
}
@media screen and (max-width: 1000px) {
  .s-companyAttempt .l-L06 {
    grid-template-rows: 200px 200px !important;
  } 
} */
.companyAttempt_pdfbtn {
  /* border: 1px solid #000; */
  padding: 20px 65px 20px 25px;
  width: 100%;
  display: block;
  margin-top: 10px;
  position: relative;
  background: #fff;
}
.companyAttempt_pdfbtn:after {
  content: "";
  width: 60px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.companyAttempt_pdfbtn .coccorologo {
  width: 31%;
  max-width: 170px;
  position: absolute;
  top: 50%;
  left: 230px;
  transform: translate(0, -50%);
}

.companyAttempt_pdfbtn .coccorologo._sp {
  display: none;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0.8em;
  height: 0.8em;
  transform: translate(0,-50%) rotate(45deg);
  z-index: 1;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.s-companyPdf {
  display: flex;
  flex-wrap: wrap;
}
.s-companyPdf-inner {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.s-companyPdf-inner:first-child {
  background: #d38c62;
}
.s-companyPdf-inner:last-child {
  background: #76a388;
}
@media screen and (max-width: 1000px) {
  .companyAttempt_pdfbtn {
    /* padding: 20px; */
  }
  .s-companyPdf-inner {
    width: 100%;
    padding: 20px;
  }
  .companyAttempt_pdfbtn .coccorologo._sp {
    display: block !important;
    width: 55px;
    left: 225px;
  }
  .companyAttempt_pdfbtn .coccorologo._pc {
    display: none;
  }
}


/* -------------------------------------------------------------- */



.s-companyOverview .l-S02 {
  position: relative;
  overflow: hidden;
}
.s-companyOverview .l-S03 {
  padding-top: 60px;
}
.s-companyOverview .l-L01 {
  text-align: center;
  padding-bottom: 40px;
}
.s-companyOverview .l-L02 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.s-companyOverview .l-L04 .b-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
}
.s-companyOverview .l-L04 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .s-companyMessage .l-S03 {
    padding: 60px 0 70px 0;
  }
  .s-companyMessage .l-L01 {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "l-L02 l-L02" ". l-L03" ". l-L04" ". l-L05";
  }
  .s-companyMessage .l-L02 {
    padding-bottom: 56px;
  }
  .s-companyMessage .l-L04 {
    padding-bottom: 32px;
  }
  .s-companyAttempt .l-S02 {
    grid-template-columns: 1fr 480px 1fr;
    grid-template-rows: 500px;
    grid-template-areas: "l-L05 l-L01 l-L06";
  }
  .s-companyAttempt .l-L06 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px;
    grid-template-areas: "image_01 image_02" "image_03 image_04";
  }
  .s-companyAttempt .l-L01 {
    padding: 100px 70px;
  }
  .s-companyAttempt .l-L02 {
    padding-bottom: 56px;
  }
  .s-companyOverview .l-S03 {
    padding: 100px 0;
  }
  .s-companyOverview .l-L01 {
    padding-bottom: 56px;
  }
  .s-companyOverview .l-L02 {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 90px;
  }
  .s-companyOverview .l-L04 .b-image {
    width: 100%;
    margin: 0;
  }
}
/* ===============================================
L-Main Recruit
=============================================== */
.s-recruitContent .l-S02 {
  position: relative;
  overflow: hidden;
}
.s-recruitContent .l-L01 {
  text-align: center;
  padding-bottom: 30px;
}
.s-recruitContent .l-L02 {
  padding-bottom: 60px;
}
.s-recruitContent .l-L03 {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 1.8%;
  grid-template-areas: "image_01 image_02" "image_01 image_03";
}
.s-recruitContent .l-L03 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-recruitContent .l-L03 .b-image:first-child {
  grid-area: image_01;
}
.s-recruitContent .l-L03 .b-image:nth-child(2) {
  grid-area: image_02;
}
.s-recruitContent .l-L03 .b-image:last-child {
  grid-area: image_03;
}
.s-recruitContent .l-L03::before {
  content: "";
  position: absolute;
  top: -260px;
  left: 0;
  width: 100px;
  height: 260px;
  background-image: url(../../images/recruit/recruitContent_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}

.s-recruitRequirements .l-S03 {
  padding: 90px 0 100px 0;
}
.s-recruitRequirements .l-L02 {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .s-recruitContent .l-S03 {
    padding-bottom: 110px;
  }
  .s-recruitContent .l-L02 {
    padding-bottom: 100px;
  }
  .s-recruitContent .l-L02 .b-textB {
    text-align: center;
  }
  .s-recruitContent .l-L03 {
    width: 100%;
    margin: auto;
    grid-template-rows: 300px 300px;
    gap: 30px 35px;
    padding-left: 264px;
  }
  .s-recruitContent .l-L03::before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 178px;
    height: 500px;
    opacity: 1;
  }
}
/* ===============================================
L-Main Service
=============================================== */
.s-serviceDetails .l-S03 {
  padding-bottom: 60px;
}
.s-serviceDetails .l-L01 {
  text-align: center;
  padding-bottom: 30px;
}
.s-serviceDetails .l-L02 .b-textB {
  text-align: center;
}

.s-serviceContentBox {
  padding: 40px 0;
}
.s-serviceContentBox .l-S01 {
  overflow: hidden;
  position: relative;
  background-image: url(../../images/service/serviceContent_08.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 61%;
}
.s-serviceContentBox .l-L00 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
}
.s-serviceContentBox .s-banner {
  margin: 60px 0;
}

.s-serviceContent .l-S03 {
  padding-top: 150px;
}
.s-serviceContent .l-L01 {
  text-align: center;
  padding-bottom: 46px;
}
.s-serviceContent .l-L02 {
  display: flex;
  flex-direction: column;
  gap: 60px 5%;
}
.s-serviceContent .l-L02 .m-serviceContent__item {
  width: 80%;
  margin: 0 auto;
}
.s-serviceContent .l-L02 .m-serviceContent__item:first-child {
  width: 100%;
}

.s-serviceFacility .l-S03 {
  padding: 90px 0;
}
.s-serviceFacility .l-L01 {
  text-align: center;
  padding-bottom: 46px;
}
.s-serviceFacility .l-L03 {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 32px 0;
}
.s-serviceFacility .l-L04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 56px;
  gap: 30px 2%;
}
.s-serviceFacility .l-L04 .m-serviceFacility__wrapper {
  width: 47%;
}
.s-serviceFacility .l-L05 .b-contactButton {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .s-serviceDetails .l-S03 {
    padding-bottom: 100px;
  }
  .s-serviceContentBox {
    padding: 40px 0;
  }
  .s-serviceContentBox .l-S01 {
    background-position: center;
  }
  .s-serviceContent .l-L01 {
    padding-bottom: 46px;
  }
  .s-serviceContent .l-L02 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 2%;
  }
  .s-serviceContent .l-L02 .m-serviceContent__item {
    width: 30%;
    margin: 0;
  }
  .s-serviceContent .l-L02 .m-serviceContent__item:first-child {
    width: 100%;
  }
  .s-serviceFacility .l-L04 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 56px;
  }
  .s-serviceFacility .l-L04 .m-serviceFacility__wrapper {
    width: 23%;
  }
  .s-serviceFacility .l-L05 .b-contactButton {
    margin: 0 auto;
  }
}
/* ===============================================
L-Main Works
=============================================== */
.s-worksContent .l-S03 {
  padding-bottom: 60px;
}
.s-worksContent .l-L01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 2%;
  padding-bottom: 100px;
}
.s-worksContent .l-L01 .m-worksContent__wrapper {
  width: 48%;
}
.s-worksContent .l-L02 {
  display: flex;
  justify-content: center;
}

.s-worksPost .l-S03--900px {
  padding: 100px 0 50px 0;
}
.s-worksPost .l-L01 {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.s-worksPost .l-L02 {
  padding-bottom: 30px;
}
.s-worksPost .l-L02 .b-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-worksPost .l-L03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
  gap: 40px 8px;
}
.s-worksPost .l-L03 li {
  width: calc((100% - 24px) / 4);
}
.s-worksPost .l-L04 {
  padding-bottom: 100px;
}
.s-worksPost .l-L05 {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .s-worksContent .l-L01 {
    gap: 60px 2%;
  }
  .s-worksContent .l-L01 .m-worksContent__wrapper {
    width: 30%;
  }
  .s-worksPost .l-L03 {
    padding-top: 30px;
    gap: 30px;
  }
  .s-worksPost .l-L03 li {
    width: calc((100% - 96px) / 4);
  }
}
/* ===============================================
L-Main information
=============================================== */
.s-informationContent .l-S03 {
  padding-bottom: 60px;
}
.s-informationContent .l-L01 {
  text-align: center;
  padding-bottom: 70px;
}
.s-informationContent .l-L02 {
  padding-bottom: 100px;
}
.s-informationContent .b-informationContent__wrapper {
  border-bottom: 1px solid #ccc;
}
.s-informationContent .b-informationContent__wrapper a {
  display: flex;
  flex-direction: column;
  padding: 23px 20px;
}
.s-informationContent .b-informationContent__title span {
  display: inline-block;
}
.s-informationContent .l-L03 {
  display: flex;
  justify-content: center;
}

.s-informationPost .l-S03--900px {
  padding: 100px 0 50px 0;
}
.s-informationPost .l-L01 {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
.s-informationPost .l-L01 .b-image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-informationPost .l-L01 .b-image::before {
  content: "";
  padding-top: 75%;
}
.s-informationPost .l-L02 {
  padding-bottom: 16px;
}
.s-informationPost .l-L03 {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.s-informationPost .l-L04 {
  padding-bottom: 100px;
}
.s-informationPost .l-L05 {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .s-informationContent .b-informationContent__wrapper a {
    display: flex;
    flex-direction: row;
    padding: 23px 20px;
  }
  .s-informationContent .b-informationContent__time {
    width: 20%;
  }
  .s-informationContent .b-informationContent__title {
    width: 80%;
  }
}
/* ===============================================
L-Main Contact
=============================================== */
.s-contactContent .l-S03 {
  padding: 0 0 100px 0;
}
.s-contactContent .l-L01 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 8px;
}
.s-contactContent .l-L02 {
  text-align: center;
  padding-bottom: 56px;
}
.s-contactContent .l-L03 {
  max-width: 800px;
  margin: 0 auto;
}
.s-contactContent .l-L03 .b-textA {
  padding-bottom: 30px;
}

.s-contactForm .l-S03 {
  padding: 110px 0 100px 0;
}
.s-contactForm .l-L02 {
  text-align: center;
  padding-bottom: 36px;
}
.s-contactForm .b-contactForm p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0;
  padding-bottom: 40px;
  width: 100%;
}
.s-contactForm .b-contactForm p .b-contactForm__required {
  margin-right: 10px;
}
.s-contactForm .b-contactForm p .b-contactForm__inputField {
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.s-contactForm .b-contactForm p input[type=submit] {
  margin: 0 auto;
}
.s-contactForm .b-contactForm.textarea.b-contactForm {
  align-items: flex-start;
}
.s-contactForm .b-contactForm.textarea .b-contactForm__label {
  padding-top: 16px;
}
.s-contactForm .b-contactForm.textarea .b-contactForm__inputField {
  height: 250px;
}
.s-contactForm .b-contactForm.checkbox.b-contactForm {
  flex-direction: row;
  justify-content: center;
  gap: 0 8px;
}
.s-contactForm .b-contactForm.button.b-contactForm {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  cursor: pointer;
}
.s-contactForm .b-contactForm.button.b-contactForm input {
  border: none;
  background-color: #d65200;
}

@media screen and (min-width: 1000px) {
  .s-contactContent .l-L01 {
    max-width: 100%;
  }
  .s-contactContent .l-L03 {
    max-width: 800px;
    margin: 0 auto;
  }
  .s-contactContent .l-L03 .b-textA {
    padding-bottom: 40px;
  }
  .s-contactForm .b-contactForm p {
    flex-direction: row;
  }
  .s-contactForm .b-contactForm p .b-contactForm__required {
    margin-right: 30px;
  }
  .s-contactForm .b-contactForm p .b-contactForm__label {
    width: 28%;
  }
  .s-contactForm .b-contactForm p > span {
    width: 72%;
  }
  .s-contactForm .b-contactForm p > span.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/* ===============================================
L-Main privacyPolicy
=============================================== */
.s-privacyPolicy .l-S03--900px {
  padding: 140px 0 100px 0;
}
.s-privacyPolicy .l-L01 {
  text-align: center;
  padding-bottom: 40px;
}
.s-privacyPolicy .l-L02 {
  padding-bottom: 70px;
}
.s-privacyPolicy .l-L03 {
  padding-bottom: 40px;
}
.s-privacyPolicy .l-L03 .b-textA {
  padding-left: 1em;
  text-indent: -1em;
}
.s-privacyPolicy .l-L03 .b-textA .number {
  letter-spacing: 0.15rem;
}

/* ===============================================
L-Footer
=============================================== */
.footer {
  background: #242c36;
  position: relative;
  overflow: hidden;
}
.footer .l-S03 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "l-L01" "l-L02" "l-L04" "l-L03" "l-L05";
  padding: 60px 0 24px 0;
}
.footer .l-L03 iframe {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 24px;
}
.footer .l-L04 {
  padding: 24px 0 30px 0;
}

@media screen and (min-width: 1000px) {
  .footer .l-S03 {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 180px auto auto;
    grid-template-areas: "l-L01 l-L03" "l-L02 l-L03" "l-L04 l-L03" ". l-L03" "l-L05 l-L03";
    padding: 60px 0;
    gap: 0 100px;
  }
  .footer .l-L01 {
    padding-top: 40px;
  }
  .footer .l-L03 iframe {
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .footer .l-L04 {
    padding: 24px 0 0;
  }
  .footer .l-L05 {
    display: grid;
    align-items: end;
  }
}
/* ===============================================
M-Header
=============================================== */
/* ===============================================
L-Main
=============================================== */
/*
  Common
----------------------------------------------- */
/* ===============================================
M-Main Top
=============================================== */
/*
 Information
----------------------------------------------- */
.m-topLatestInformation {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 6px;
  background-color: #fff;
}
.m-topLatestInformation .b-topLatestInformation__headline {
  padding-bottom: 10px;
}
.m-topLatestInformation .b-topLatestInformation__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 10px 5px;
}
.m-topLatestInformation .b-topLatestInformation__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #707070;
}
.m-topLatestInformation .b-topLatestInformation__time {
  padding-right: 16px;
}
.m-topLatestInformation .b-topLatestInformation__button {
  position: relative;
  text-align: right;
  padding-right: 14px;
}
.m-topLatestInformation .b-topLatestInformation__button::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 1px;
  right: 4px;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .m-topLatestInformation {
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    padding: 16px 0;
  }
  .m-topLatestInformation .b-topLatestInformation__headline {
    padding: 0 20px;
  }
  .m-topLatestInformation .b-topLatestInformation__wrapper {
    flex-wrap: nowrap;
    flex: 1;
    padding: 0 20px;
  }
  .m-topLatestInformation .b-topLatestInformation__wrapper::before, .m-topLatestInformation .b-topLatestInformation__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 40px;
    background: #707070;
  }
  .m-topLatestInformation .b-topLatestInformation__wrapper::before {
    right: 0;
  }
  .m-topLatestInformation .b-topLatestInformation__wrapper::after {
    left: 0;
  }
  .m-topLatestInformation .b-topLatestInformation__time {
    padding-right: 32px;
  }
  .m-topLatestInformation .b-topLatestInformation__button {
    padding: 0 30px 0 20px;
  }
  .m-topLatestInformation .b-topLatestInformation__button::before {
    right: 16px;
    width: 10px;
    height: 10px;
  }
}
/*
  About
----------------------------------------------- */
.m-topContetent__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-topContetent__box::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.m-topContetent__box--about::before {
  background-image: url(../../images/common/iconNav_01.svg);
}
.m-topContetent__box--message::before {
  background-image: url(../../images/top/topMessage_01.svg);
}
.m-topContetent__box--service::before {
  background-image: url(../../images/common/iconNav_03.svg);
}
.m-topContetent__box--works::before {
  background-image: url(../../images/common/iconNav_04.svg);
}
.m-topContetent__box--recruit::before {
  background-image: url(../../images/common/iconNav_05.svg);
}
.m-topContetent__box--contact::before {
  background-image: url(../../images/common/icon_contact--green.svg);
}
.m-topContetent__box .b-topContent__mainTitle {
  padding-bottom: 4px;
}

/*
  Reason
----------------------------------------------- */
.m-topReason {
  padding: 60px 6%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .m-topReason {
    padding: 60px 80px;
  }
}
/*
  Message/Company
----------------------------------------------- */
/*
  Service
----------------------------------------------- */
/*
  Recruit
----------------------------------------------- */
/*
  Contact
----------------------------------------------- */
/* ===============================================
M-Main About Us
=============================================== */
.m-aboutReason__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-aboutReason__wrapper .b-image {
  max-width: 270px;
  height: auto;
}
.m-aboutReason__wrapper .b-aboutReason__itemTitle {
  margin-top: 20px;
}

.m-aboutFlow__wrappper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
.m-aboutFlow__wrappper .b-aboutFlow__itemBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
}
.m-aboutFlow__wrappper .b-image {
  width: 36px;
  height: auto;
  transform: rotate(90deg);
}

@media screen and (min-width: 1000px) {
  .m-aboutFlow__wrappper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 20px;
  }
  .m-aboutFlow__wrappper .b-aboutFlow__itemBox {
    width: 240px;
  }
  .m-aboutFlow__wrappper .b-image {
    transform: rotate(0deg);
  }
}
/* ===============================================
M-Main Company
=============================================== */
.m-companyOverview__list {
  display: flex;
  flex-direction: column;
}
.m-companyOverview__list .b-companyOverview__item {
  display: flex;
  padding: 18px 0;
  border-bottom: 3px solid #ccc;
}
.m-companyOverview__list .b-companyOverview__label {
  width: 24%;
}
.m-companyOverview__list .b-companyOverview__text {
  width: 76%;
}

.m-companyMessage {
  position: relative;
  padding: 60px 5% 80px 5%;
  background-color: #fff;
  border-radius: 20px;
  z-index: 10;
}
.m-companyMessage::before {
  content: "";
  position: absolute;
  bottom: 14%;
  left: 5%;
  width: 130px;
  height: 380px;
  background-image: url(../../images/company/companyMessage_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}

@media screen and (min-width: 1000px) {
  .m-companyMessage {
    padding: 60px clamp(80px, 7.5vw, 150px) 80px;
  }
  .m-companyMessage::before {
    bottom: 12%;
    left: 13%;
    width: 154px;
    height: 480px;
    opacity: 1;
  }
}
/* ===============================================
M-Main Recruit
=============================================== */
.m-recruitRequirements__list .b-recruitRequirements__item {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  align-items: baseline;
}
.m-recruitRequirements__list .b-discriptionListTitle {
  padding-bottom: 10px;
  font-weight: 700;
}

.m-recruitRequirements {
  position: relative;
  padding: 40px 5% 40px 5%;
  background-color: #fff;
  border-radius: 20px;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .m-recruitRequirements__list .b-recruitRequirements__item {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
  .m-recruitRequirements__list .b-discriptionListTitle {
    width: 120px;
    padding-bottom: 0;
  }
  .m-recruitRequirements__list .b-textA {
    flex: 1;
  }
  .m-recruitRequirements {
    padding: 60px;
  }
}
/* ===============================================
M-Main Service
=============================================== */
.m-serviceContent__item .b-serviceContent__wrapper01 {
  position: relative;
  padding-bottom: 30px;
}
.m-serviceContent__item .b-serviceContent__itemNumber {
  position: absolute;
  top: -20px;
  left: 10px;
}
.m-serviceContent__item .b-serviceContent__itemTitle {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #00612f;
  margin-bottom: 20px;
}

.m-serviceContent__item:first-child {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .m-serviceContent__item:first-child {
    flex-direction: row;
    gap: 0 50px;
    padding-bottom: 0;
  }
  .m-serviceContent__item:first-child .b-serviceContent__wrapper01 {
    width: 62%;
  }
  .m-serviceContent__item:first-child .b-serviceContent__wrapper01 .b-image {
    margin-left: calc(50% - 50vw);
  }
  .m-serviceContent__item:first-child .b-serviceContent__wrapper01 .b-image img {
    height: 100%;
    max-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-serviceContent__item:first-child .b-serviceContent__itemNumber {
    margin-left: calc(50% - 50vw + 340px);
  }
  .m-serviceContent__item:first-child .b-serviceContent__wrapper02 {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.m-serviceFacility {
  overflow-x: scroll;
}
.m-serviceFacility .b-serviceFacility__tbabe {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  white-space: nowrap;
}
.m-serviceFacility table, .m-serviceFacility th, .m-serviceFacility td {
  border: 1px solid #999;
  vertical-align: middle;
  text-align: center;
}
.m-serviceFacility th {
  width: 240px;
  height: 40px;
}
.m-serviceFacility td {
  width: 240px;
  height: 50px;
}
.m-serviceFacility thead tr {
  background-color: #a6d6be;
}
.m-serviceFacility tbody tr:nth-child(2n) {
  background-color: #d6f0e4;
}
.m-serviceFacility tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.m-serviceFacility__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-serviceFacility__wrapper .b-image {
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .m-serviceFacility th {
    width: 300px;
  }
  .m-serviceFacility td {
    width: 300px;
  }
}
@media screen and (max-width: 999px) {
  .m-serviceFacility::-webkit-scrollbar {
    height: 10px;
  }
  .m-serviceFacility::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .m-serviceFacility::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
  }
}
/* ===============================================
M-Main Works
=============================================== */
.m-worksContent__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-worksContent__wrapper .b-image {
  padding-bottom: 10px;
}

.m-worksPost__list {
  width: 100%;
}
.m-worksPost__list table, .m-worksPost__list th, .m-worksPost__list td {
  border: 1px solid #999;
  vertical-align: middle;
  text-align: center;
}
.m-worksPost__list th, .m-worksPost__list td {
  height: 50px;
  padding: 8px 10px;
  text-align: left;
}
.m-worksPost__list th {
  width: 110px;
}
.m-worksPost__list td {
  max-width: 100%;
}
.m-worksPost__list tbody th {
  background-color: #a6d6be;
}
.m-worksPost__list tbody td {
  background-color: #fff;
}

@media screen and (min-width: 840px) {
  .m-worksPost__list th, .m-worksPost__list td {
    padding: 0 20px;
  }
  .m-worksPost__list th {
    width: 140px;
  }
}
/* ===============================================
M-Main Contact
=============================================== */
.m-contactForm {
  padding: 60px 20px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .m-contactForm {
    padding: 60px;
  }
}
/* ===============================================
M-Footer
=============================================== */
.m-footerNav__box {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  height: 100%;
}
.m-footerNav__box .b-nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
.m-footerNav__box .b-nav__item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.m-footerNav__box .b-nav__item a {
  padding: 0 20px;
}

@media screen and (min-width: 540px) {
  .m-footerNav__box {
    flex-wrap: wrap;
    gap: 0 14px;
    height: 100%;
  }
  .m-footerNav__box .b-nav__item {
    height: 25%;
  }
}
/* ===============================================
hamburger
=============================================== */
.l-global-nav {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 24px;
  width: auto;
  height: 120%;
  background-color: #f2ebe2;
  transition: transform 0.3s ease-in-out; /* IE9非対応 */ /* Android, Brackberry  */ /* IE9 */
  transform: translateY(-150%);
}
.l-global-nav::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../../images/common/background_beigeLine.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom;
}

.is-active-drawer .l-global-nav {
  position: fixed; /* Android, Brackberry  */ /* IE9 */
  transform: translateY(0%);
}

.m-headerNav__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-headerNav__box .b-nav__item {
  position: relative;
}
.m-headerNav__box .b-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  margin: auto 0;
  transform: translateY(-4px);
  width: 34px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -1;
}
.m-headerNav__box .b-nav__item--about::before {
  background-image: url(../../images/common/iconNav_01.svg);
}
.m-headerNav__box .b-nav__item--campany::before {
  background-image: url(../../images/common/iconNav_02.svg);
}
.m-headerNav__box .b-nav__item--service::before {
  background-image: url(../../images/common/iconNav_03.svg);
}
.m-headerNav__box .b-nav__item--works::before {
  background-image: url(../../images/common/iconNav_04.svg);
}
.m-headerNav__box .b-nav__item--recruit::before {
  background-image: url(../../images/common/iconNav_05.svg);
}
.m-headerNav__box .b-nav__item:nth-child(5) {
  margin-bottom: 40px;
}
.m-headerNav__box .b-nav__item a {
  position: relative;
  display: block;
  padding: 24px 20px 24px 40px;
}

.button-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: auto 0;
  border: 0;
  z-index: 1;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none; /* Chrome, Safari, Opera, Android */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* IE非対応 */
  transition: all 0.3s ease-in-out;
}
.button-hamburger:hover {
  opacity: 0.7;
}

.hamburger-text::before {
  content: "MENU";
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 32px;
  font-size: 0.625rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.is-active-drawer .hamburger-text::before {
  content: "CLOSE";
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 12px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  margin: auto;
  background-color: #333;
  border-radius: 3px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.hamburger:before {
  top: -11px;
}
.hamburger:after {
  top: 11px;
}

.is-active-drawer .hamburger {
  background-color: transparent;
}

.is-active-drawer .hamburger::before,
.is-active-drawer .hamburger::after {
  top: 0;
  bottom: 0%;
  background-color: #333;
}

.is-active-drawer .hamburger::before { /* Android, Brackberry  */ /* IE9  */
  transform: rotate(45deg);
}

.is-active-drawer .hamburger:after {
  width: 32px; /* Android, Brackberry  */ /* IE9  */
  transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .button-hamburger {
    display: none;
  }
  .l-global-nav {
    position: static;
    padding: 0;
    height: 100%;
    background-color: transparent; /* Android, Brackberry  */ /* IE9 */
    transform: translateX(0);
  }
  .l-global-nav::before {
    display: none;
  }
  .m-headerNav__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0 23px;
  }
  .m-headerNav__box .b-nav__item:nth-child(5) {
    margin-bottom: 0px;
    /* margin-right: 16px; */
  }
  .m-headerNav__box .b-nav__item a {
    display: inline-block;
    padding: 20px 0 20px 40px;
  }
}
/*
  b-text
----------------------------------------------- */
/*
  common
----------- */
.b-textA {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
.b-textA--white {
  color: #fff;
}
.b-textA--subBlack {
  color: #333;
}

.b-textB {
  font-size: 1.0625rem;
  color: #333;
  line-height: 2;
  text-align: justify;
}
.b-textB--Black000 {
  color: #000;
}

.b-link {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}
.b-link--white {
  color: #fff;
}

.b-lowerContent__mainTitle {
  display: inline-block;
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}
.b-lowerContent__mainTitle::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #00612f;
}

.b-lowerContent__subTitle {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #d65200;
}
.b-lowerContent__subTitle.message-small {
  font-size: 1.35rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.b-lowerContent__subTitle.contact-small {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.b-discriptionListTitle {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.b-postPageNav {
  font-size: 0.75rem;
  font-weight: 500;
}

.b-pagination__number {
  font-size: 0.875rem;
}

/*
  contact
----------- */
.b-numberTel {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  color: #333;
}
.b-numberTel::before {
  content: "";
  position: absolute;
  left: -36px;
  bottom: 2px;
  width: 32px;
  height: 40px;
  background-image: url(../../images/common/icon_tel--black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.b-explainTel {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}

/*
  top
----------- */
.b-topLatestInformation__headline {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.b-topLatestInformation__time, .b-topLatestInformation__button {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}
.b-topLatestInformation__title {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.b-informationContent__time {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}
.b-informationContent__title {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.b-topContent__mainTitle {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #00612f;
  line-height: 1.2;
}
.b-topContent__mainTitleEnglish {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #00612f;
}
.b-topContent__subTitle {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #d65200;
}

.b-topReason__mainTitle {
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.b-topReason__item .itemTitle {
  font-size: 1rem;
  color: #00612f;
}

/*
  about us
----------- */
.b-aboutReason__itemTitle {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}

.b-aboutFlow__itemTitle {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
}

/*
  company
----------- */
.b-companyMessage__nameLabel {
  font-size: 0.8125rem;
  line-height: 1;
}
.b-companyMessage__nameTitle {
  font-size: 1rem;
  line-height: 1;
}

.b-companyOverview__label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
.b-companyOverview__text {
  font-size: 1rem;
  color: #333;
}

/*
  recruit
----------- */
.b-recruitLink__mainTitle {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #00612f;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.b-recruitLink__linkText {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

/*
  service
----------- */
.b-serviceContent__itemNumber {
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #d65200;
  font-weight: 400;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-serviceContent__itemTitle {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #00612f;
}

.b-service__01 {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #d65200;
  border: 3px solid #d65200;
  background-color: #fff;
  padding: 16px 16px;
}

.b-serviceFacility__tableTitle {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
.b-serviceFacility__tableText {
  font-size: 1rem;
  font-weight: 500;
}
.b-serviceFacility__itemTitle {
  font-size: 1rem;
  color: #000a15;
  font-weight: 500;
}

/*
  works
----------- */
.b-worksLink__mainTitle {
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
.b-worksLink__subTitle {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
}
.b-worksLink__linkText {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.b-worksPost__mainTitle {
  font-size: 1.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
  font-weight: 700;
}

.b-worksPost__tableText {
  font-size: 0.75rem;
  color: #333;
  font-weight: 500;
}

/*
 information privacyPolicy
----------- */
.b-informationPost__mainTitle,
.b-privacyPolicy__mainTitle {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #333;
  font-weight: 700;
}

.b-privacyPolicy__secondTitle {
  font-size: 1.0625rem;
  color: #333;
  font-weight: 500;
}

/*
  contact
----------- */
.b-contactContent_subText {
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
}

.b-contactForm p .b-contactForm__text {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
.b-contactForm p .b-contactForm__required {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #00612f;
}

/*
  @media screen and (min-width: 840px)
----------------------------------------------- */
@media screen and (min-width: 840px) {
  /*
    common
  ----------- */
  .b-textB {
    font-size: 1.25rem;
  }
  .b-lowerContent__mainTitle {
    font-size: 2.5rem;
  }
.b-lowerContent__subTitle.contact-small,
.b-lowerContent__subTitle.message-small {
    font-size: 2.2rem;
  }
  .b-postPageNav {
    font-size: 1rem;
  }
  /*
    contact
  ----------- */
  .b-numberTel {
    font-size: 4.0625rem;
    font-size: clamp(3rem, 4.5vw, 4.0625rem);
  }
  .b-numberTel::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 6px;
    width: 40px;
    height: 54px;
  }
  .b-explainTel {
    font-size: 1.125rem;
  }
  /*
    top
  ----------- */
  .b-topLatestInformation__headline {
    font-size: 1.375rem;
  }
  .b-topLatestInformation__time, .b-topLatestInformation__button {
    font-size: 1rem;
  }
  .b-topLatestInformation__title {
    font-size: 1rem;
  }
  .b-topContent__mainTitle {
    font-size: 2.5rem;
  }
  .b-topContent__subTitle {
    font-size: 1.5rem;
  }
  .b-topReason__mainTitle {
    font-size: 2.25rem;
  }
  .b-topReason__item .itemTitle {
    font-size: 1.25rem;
    font-size: clamp(0.9375rem, 2vw, 1.25rem);
  }
  /*
    about us
  ----------- */
  .b-aboutReason__itemTitle {
    font-size: 1.5rem;
  }
  .b-aboutFlow__itemTitle {
    font-size: 2rem;
  }
  /*
    company
  ----------- */
  .b-companyMessage__nameLabel {
    font-size: 0.875rem;
  }
  .b-companyMessage__nameTitle {
    font-size: 1.125rem;
  }
  .b-companyOverview__label {
    font-size: 1.125rem;
  }
  .b-companyOverview__text {
    font-size: 1.125rem;
  }
  /*
    recruit
  ----------- */
  .b-recruitLink__mainTitle {
    font-size: 2rem;
  }
  .b-recruitLink__linkText {
    font-size: 1.25rem;
  }
  /*
    service
  ----------- */
  .b-serviceContent__itemNumber {
    font-size: 2.625rem;
    width: 80px;
    height: 80px;
  }
  .b-serviceContent__itemTitle {
    font-size: 2rem;
    font-size: clamp(1.75rem, 2.6vw, 2rem);
  }
  .b-service__01 {
    font-size: 2.5rem;
    padding: 25px 42px;
  }
  .b-serviceFacility__tableTitle {
    font-size: 1.125rem;
  }
  .b-serviceFacility__tableText {
    font-size: 1.125rem;
  }
  /*
    works
  ----------- */
  .b-worksLink__mainTitle {
    font-size: 2.1875rem;
  }
  .b-worksLink__subTitle {
    font-size: 1.125rem;
  }
  .b-worksLink__linkText {
    font-size: 1.25rem;
  }
  .b-worksPost__mainTitle {
    font-size: 1.75rem;
  }
  .b-worksPost__tableText {
    font-size: 1rem;
  }
  /*
   information privacyPolicy
  ----------- */
  .b-informationPost__mainTitle,
.b-privacyPolicy__mainTitle {
    font-size: 1.625rem;
  }
  .b-privacyPolicy__secondTitle {
    font-size: 1.125rem;
  }
}
/*
  b-button
----------------------------------------------- */
.b-contactButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 42px;
  background-color: #d65200;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #eaa87f, 0 0 0 7px #d65200;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
}
.b-contactButton::before {
  content: "";
  width: 22px;
  height: 16px;
  margin-top: 1px;
  margin-right: 6px;
  background-image: url(../../images/common/icon_mail--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.b-contactButton--nav {
  width: 172px;
  height: 42px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.b-contactButton--nav::before {
  content: "";
  width: 28px;
  height: 20px;
}
.b-contactButton--mail::before {
  display: none;
}
.b-contactButton--service {
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 0;
  box-shadow: 0 0 0 2px #eaa87f, 0 0 0 8px #d65200;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(1.5rem, 5vw, 2.1875rem);
}
.b-contactButton--service::before {
  content: "";
  width: 38px;
  height: 28px;
  margin-top: 4px;
  margin-right: 12px;
}
.b-contactButton--service > .decoration::before, .b-contactButton--service > .decoration::after {
  content: "";
  position: absolute;
}
.b-contactButton--service > .decoration::before {
  width: 130px;
  height: 120px;
  left: -8px;
  bottom: -90px;
  background-image: url(../../images/service/servceCcantact_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.b-topCantentButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  background-image: url(../../images/common/button-flame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-transform: uppercase;
}
.b-topCantentButton::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 72px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  box-sizing: border-box;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}

@media screen and (min-width: 700px) {
  .b-contactButton--service {
    width: 620px;
    height: 100px;
    font-size: 2.1875rem;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
  .b-contactButton--service > .decoration::before, .b-contactButton--service > .decoration::after {
    content: "";
    position: absolute;
  }
  .b-contactButton--service > .decoration::before {
    width: 160px;
    height: 150px;
    left: -8px;
    bottom: -8px;
    background-image: url(../../images/service/servceCcantact_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .b-contactButton--service > .decoration::after {
    content: "Click";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    top: 0;
    right: 26px;
    bottom: 0;
    margin: auto 0;
    font-size: 0.9375rem;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #d65200;
    background-color: #ffe9e0;
  }
}
.b-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ===============================================
b-parts
=============================================== */
/*
  Common
----------------------------------------------- */
.b-headerLogo {
  /* width: 144px; */
  width: 120px;
}

@media screen and (min-width: 1100px) {
  .b-headerLogo {
    /* width: 162px; */
    width: 140px;
  }
}
.b-headerLogo .logotext {
  margin-top: 4px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  color: #00612f;
  font-weight: bold;
  letter-spacing: -0.08em;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .b-headerLogo .logotext {
    font-size: 14px;
  }
}
.b-bg__color {
  position: relative;
}
.b-bg__color--greenTexture {
  background-color: #a6d6be;
  background-image: url(../../images/common/background_texture--green.svg);
}
.b-bg__color--whiteTexture {
  background-image: url(../../images/common/background_texture--white.svg);
}
.b-bg__color--beige {
  background-color: #f2ebe2;
}

.b-bg__line::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom;
}
.b-bg__line--greenTexture::before {
  background-image: url(../../images/common/background_greenLine.svg);
}
.b-bg__line--whiteTexture::before {
  background-image: url(../../images/common/background_whiteLine.svg);
}
.b-bg__line--white::before {
  background-image: url(../../images/common/background_whiteLine02.svg);
}
.b-bg__line--beige::before {
  background-image: url(../../images/common/background_beigeLine.svg);
}

@media screen and (min-width: 2000px) {
  .b-bg__line::before {
    background-size: contain;
  }
}
.b-pagination {
  display: inline-flex;
  gap: 0 6px;
}
.b-pagination a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  border: 1px #ccc solid;
}
.b-pagination .textNone {
  font-size: 0;
}
.b-pagination__dot {
  padding: 0 6px;
}
.b-pagination__prev::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  transform: rotate(45deg);
}
.b-pagination__next::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.b-postPageNav {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}
.b-postPageNav__list {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  border: 1px #ccc solid;
}
.b-postPageNav__prev, .b-postPageNav__next {
  position: relative;
  padding: 8px 0;
}
.b-postPageNav__prev::before, .b-postPageNav__next::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.b-postPageNav__prev {
  padding-left: 16px;
}
.b-postPageNav__prev::before {
  left: 0px;
  border-bottom: solid 2px #333;
  border-left: solid 2px #333;
}
.b-postPageNav__next {
  padding-right: 16px;
}
.b-postPageNav__next::before {
  right: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

@media screen and (min-width: 840px) {
  .b-postPageNav {
    display: inline-flex;
    align-items: center;
    gap: 0 40px;
  }
  .b-postPageNav__list {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 280px;
    text-align: center;
    border: 1px #ccc solid;
  }
  .b-postPageNav__prev::before, .b-postPageNav__next::before {
    width: 12px;
    height: 12px;
  }
  .b-postPageNav__prev {
    padding-left: 28px;
  }
  .b-postPageNav__next {
    padding-right: 28px;
  }
}
.s-banner .l-S02 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.s-banner .l-S02::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 166px;
  left: -16px;
  bottom: 0;
  background-image: url(../../images/works/worksLink_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 10;
}
.s-banner .l-S02 a {
  display: block;
}
.s-banner .l-S03 {
  width: 100%;
}
.s-banner .l-L05 {
  position: absolute;
  bottom: -30px;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #242c36;
  padding: 5px 1rem;
}
.s-banner .l-L05 .b-worksLink__linkText, .s-banner .l-L05 .b-recruitLink__linkText {
  position: relative;
  text-align: center;
}
.s-banner .l-L05 .b-worksLink__linkText::after, .s-banner .l-L05 .b-recruitLink__linkText::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -20px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.s-banner--works .l-S02::before {
  width: 110px;
  height: 166px;
  left: -16px;
  bottom: 0;
  background-image: url(../../images/works/worksLink_01.svg);
}
.s-banner--works .l-L01 {
  display: grid;
  grid-template-columns: auto 240px auto;
  grid-template-rows: 180px;
  grid-template-areas: "l-L03 l-L02 l-L04";
}
.s-banner--works .l-L02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00612f;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -14px;
  padding-top: 32px;
}
.s-banner--works .l-L02::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 32px;
  background-image: url(../../images/works/worksLink_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.s-banner--works .l-L03 .b-image, .s-banner--works .l-L04 .b-image {
  height: 100%;
}
.s-banner--works .l-L03 .b-image img, .s-banner--works .l-L04 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-banner--recruit .l-S02 {
  height: 180px;
}
.s-banner--recruit .l-S02::before {
  width: 110px;
  height: 166px;
  left: -24px;
  bottom: 0;
  background-image: url(../../images/recruit/recruitBanner_01.svg);
}
.s-banner--recruit .l-L01 {
  height: 100%;
}
.s-banner--recruit .l-L02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.s-banner--recruit .l-L02 .b-recruitLink__mainTitle {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.s-banner--recruit .l-L03 {
  display: flex;
  height: 100%;
}
.s-banner--recruit .l-L03 .b-image {
  height: 100%;
}
.s-banner--recruit .l-L03 .b-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 840px) {
  .s-banner .l-S02 {
    max-width: 1000px;
    padding: 0 0 0 40px;
  }
  .s-banner .l-S02::before {
    width: 136px;
    height: 210px;
    left: 0;
  }
  .s-banner .l-L05 {
    bottom: 0;
    justify-content: flex-end;
    width: 220px;
    padding: 5px 3rem 5px 1.5rem;
  }
  .s-banner .l-L05 .b-worksLink__linkText::after, .s-banner .l-L05 .b-recruitLink__linkText::after {
    left: 160px;
  }
  .s-banner--works .l-S02::before {
    width: 136px;
    height: 210px;
    left: 0;
  }
  .s-banner--recruit .l-S02 {
    padding: 0 0 0 60px;
  }
  .s-banner--recruit .l-S02::before {
    width: 160px;
    height: 210px;
    left: 0;
  }
}
/*
  Reason
----------------------------------------------- */
.b-topReason__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  min-height: 120px;
  padding: 20px;
  border: 1px solid #707070;
}
.b-topReason__item .itemIcon {
  width: 60px;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (min-width: 1000px) {
  .b-topReason__item {
    width: 25%;
    max-width: 200px;
    min-height: 150px;
    height: clamp(150px, 20vw, 200px);
  }
  .b-topReason__item .itemIcon {
    width: min(70%, 100px);
    margin-bottom: 28px;
  }
}
/*
  Service
----------------------------------------------- */
.s-topService .l-L06 .b-image {
  position: relative;
}
.s-topService .l-L06 .b-image::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -5%;
  width: 30%;
  height: 20%;
  background-image: url(../../images/top/topService_05.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.s-topService .l-L06 .b-image .mask {
  max-width: 100%;
  -webkit-mask-image: url(../../images/top/topService_04.svg);
          mask-image: url(../../images/top/topService_04.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
  -webkit-mask-position: center;
          mask-position: center;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-topService .l-L06 .b-image .mask img {
  max-width: 100%;
}

/*
  b-hero
----------------------------------------------- */
/*
  lowerHero
----------- */
.b-hero__image {
  position: relative;
}
.b-hero__image::before {
  content: "";
  position: absolute;
  top: 45px;
  top: clamp(45px, 11vw, 176px);
  right: -3%;
  padding-top: 50%;
  width: 65%;
  max-width: 830px;
  height: 0;
  background-image: url(../../images/common/underlayerHero_07.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.b-hero__image .mask {
  max-width: 100%;
  -webkit-mask-image: url(../../images/common/underlayerHero_06.svg);
          mask-image: url(../../images/common/underlayerHero_06.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-hero__image .mask img {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .b-hero__image::before {
    top: 176px;
    top: clamp(104px, 11vw, 176px);
    right: -8%;
    width: 72%;
  }
  .b-hero__image .mask {
    max-width: 105%;
  }
}
.m-hero__wrapper {
  position: relative;
}
.m-hero__wrapper .l-L04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-hero__wrapper .l-L04 .parts01 {
  position: absolute;
  top: 1%;
  right: -3%;
  width: 31%;
}
.m-hero__wrapper .l-L04 .parts02 {
  position: absolute;
  bottom: 0%;
  right: 1%;
  width: 25%;
}
.m-hero__wrapper .l-L04 .parts03 {
  position: absolute;
  bottom: 11%;
  left: 19%;
  width: 7%;
}
.m-hero__wrapper .l-L04 .parts04 {
  position: absolute;
  bottom: 2%;
  left: 3%;
  width: 21%;
}
.m-hero__wrapper .l-L04 .parts05 {
  position: absolute;
  bottom: 23%;
  left: -1%;
  width: 5%;
}

@media screen and (min-width: 1000px) {
  .m-hero__wrapper .l-L04 .parts01 {
    top: 0%;
    right: 0%;
    width: 30%;
  }
  .m-hero__wrapper .l-L04 .parts02 {
    bottom: -4%;
    right: 5%;
    width: 23%;
  }
  .m-hero__wrapper .l-L04 .parts03 {
    bottom: 6%;
    left: 20%;
    width: 6%;
  }
  .m-hero__wrapper .l-L04 .parts04 {
    bottom: -3%;
    left: 5%;
    width: 20%;
  }
  .m-hero__wrapper .l-L04 .parts05 {
    bottom: 13%;
    left: 0%;
    width: 6%;
  }
}
/*
  topHero
----------------------------------------------- */
.b-topHero__slider {
  position: relative;
}
.b-topHero__slider::before {
  content: "";
  position: absolute;
  top: 32px;
  right: -2%;
  padding-top: 65%;
  width: 86%;
  height: 0;
  background-image: url(../../images/top/topHero_09.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.b-topHero__slider .mask {
  max-width: 106%;
  -webkit-mask-image: url(../../images/top/topHero_08.svg);
          mask-image: url(../../images/top/topHero_08.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.b-topHero__slider .mask img {
  max-width: 106%;
}

@media screen and (min-width: 1000px) {
  .b-topHero__slider::before {
    top: 120px;
    top: clamp(80px, 8.5vw, 120px);
    right: -10%;
    width: 90%;
    max-width: 1058px;
  }
  .b-topHero__slider .mask {
    max-width: 108%;
  }
  .b-topHero__slider .mask img {
    max-width: 108%;
  }
}
.m-topHero__wrapper {
  position: relative;
}
.m-topHero__wrapper .l-L04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-topHero__wrapper .l-L04 .parts01 {
  position: absolute;
  top: -4%;
  right: 10%;
  width: 18%;
}
.m-topHero__wrapper .l-L04 .parts02 {
  position: absolute;
  top: 25%;
  right: -2%;
  width: 33%;
}
.m-topHero__wrapper .l-L04 .parts03 {
  position: absolute;
  bottom: 2%;
  right: -2%;
  width: 13%;
}
.m-topHero__wrapper .l-L04 .parts04 {
  position: absolute;
  bottom: -4%;
  right: 18%;
  width: 9%;
}
.m-topHero__wrapper .l-L04 .parts05 {
  position: absolute;
  bottom: 2%;
  left: 14%;
  width: 6%;
}
.m-topHero__wrapper .l-L04 .parts06 {
  position: absolute;
  bottom: 5%;
  left: 0px;
  width: 7%;
}
.m-topHero__wrapper .l-L04 .parts07 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 6%;
}

@media screen and (min-width: 1000px) {
  .m-topHero__wrapper .l-L04 .parts01 {
    top: 0;
    right: 44%;
    width: 15%;
  }
  .m-topHero__wrapper .l-L04 .parts02 {
    top: 25%;
    right: 0%;
    width: 28%;
  }
  .m-topHero__wrapper .l-L04 .parts03 {
    bottom: 6%;
    right: 0%;
    width: 11%;
  }
  .m-topHero__wrapper .l-L04 .parts04 {
    bottom: -3%;
    right: 24%;
    width: 7%;
  }
  .m-topHero__wrapper .l-L04 .parts05 {
    bottom: 5%;
    left: 15%;
    width: 5%;
  }
  .m-topHero__wrapper .l-L04 .parts06 {
    bottom: 10%;
    left: 2%;
    width: 6%;
  }
  .m-topHero__wrapper .l-L04 .parts07 {
    bottom: 22%;
    left: 11%;
    width: 5%;
  }
}
/*
  b-backgroundLine
----------------------------------------------- */
.b-backgroundLine__text {
  line-height: 1.2;
  color: #fff;
}
.b-backgroundLine__bg {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
}
.b-backgroundLine__bg--topBlack {
  background-color: #000;
  font-size: 1.3125rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(1.3rem, 3.8vw, 2.875rem);
  letter-spacing: 0.15rem;
  margin-bottom: 8px;
  margin-bottom: clamp(0.5rem, 1.333vw, 1rem);
}
.b-backgroundLine__bg--topBlack:first-child {
  padding-right: 0;
}
.b-backgroundLine__bg--black {
  background-color: #000;
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(1.375rem, 4vw, 3.75rem);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  margin-bottom: clamp(0.375rem, 1.333vw, 0.75rem);
  padding: 0.3rem 1rem;
}
.b-backgroundLine__bg--green {
  background-color: #00612f;
  font-size: 0.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(0.75rem, 2.1333vw, 2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 1rem;
}

@media screen and (min-width: 1000px) {
  .b-backgroundLine__bg--topBlack {
    font-size: 2.875rem;
    font-size: clamp(1.3rem, 3.8vw, 2.875rem);
    margin-bottom: 16px;
    margin-bottom: clamp(0.5rem, 1.333vw, 1rem);
  }
  .b-backgroundLine__bg--black {
    font-size: 3.75rem;
    font-size: clamp(1.3rem, 5vw, 3.75rem);
    margin-bottom: 20px;
    margin-bottom: clamp(0.375rem, 1.6667vw, 1.25rem);
    padding: 0.4rem 1rem;
  }
  .b-backgroundLine__bg--green {
    font-size: 2rem;
    font-size: clamp(0.75rem, 2.6667vw, 2rem);
    padding: 0.4rem 1rem;
  }
}
/* ===============================================
 gallery
=============================================== */
.b-worksPost__subImage li {
  cursor: pointer;
  outline: none;
  background: #000;
  list-style: none;
}
.b-worksPost__subImage li img {
  opacity: 0.5;
}
.b-worksPost__subImage li.current img {
  opacity: 1;
}

/* ===============================================
Hover
=============================================== */
/*
  Common
----------------------------------------------- */
.b-contactButton {
  transition: all 0.3s ease-in-out;
}
.b-contactButton:hover {
  opacity: 0.85;
}

.b-topCantentButton::after {
  transition: all 0.3s ease-in-out;
}
.b-topCantentButton:hover {
  color: #00612f;
}
.b-topCantentButton:hover::after {
  right: 68px;
  transform: rotate(45deg) scale(1.1);
}

.b-pagination a {
  transition: all 0.3s ease-in-out;
}
.b-pagination a:hover {
  color: #fff;
  background-color: #333;
  border: 1px #333 solid;
}
.b-pagination__prev:hover::before {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.b-pagination__next:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.b-postPageNav a {
  transition: all 0.3s ease-in-out;
}
.b-postPageNav__list:hover {
  color: #fff;
  background-color: #00612f;
  border: 1px #00612f solid;
}
.b-postPageNav__prev::before, .b-postPageNav__next::before {
  transition: all 0.2s ease-in-out;
}
.b-postPageNav__prev:hover::before {
  left: -4px;
}
.b-postPageNav__next:hover::before {
  right: -4px;
}

.s-banner {
  transition: all 0.3s ease-in-out;
}
.s-banner:hover {
  opacity: 0.85;
}

.header .b-nav__item {
  transition: color 0.3s ease-in-out;
}
.header .b-nav__item:hover {
  color: #00612f;
}

.header .b-nav__item.insta_pc a {
  padding: 0;
  width: 23px;
  margin-right: 10px;
}
.header .insta_sp a {
  display: none;
}
@media screen and (max-width: 1000px)  {
  .header .b-nav__item.insta_pc a {
    display: none;
  }
  .header .insta_sp a {
    display: block;
    width: 30px;
    padding: 0 !important;
    margin: 50px 15px 0px 0px;
  }
}

.footer .b-nav__item {
  transition: all 0.3s ease-in-out;
}
.footer .b-nav__item:hover {
  opacity: 0.6;
}
.foot_sns_pc {width:100%;display:flex}
.footer .insta_pc {
  width: 25px;
  margin: 25px 0 25px 15px;
}
.footer .insta_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
	.foot_sns_pc {
    display: none;
  }
  .footer .insta_pc {
    display: none;
  }
  .footer .insta_sp {
    display: block;
    margin-top: 20px;
  }
  .footer .insta_sp a {
    padding: 0;
    width: 28px;  
    display: block !important;
  }
  .footer .insta_sp:before {
    content: none;
  }
.sp_sns {
	width:100%;
	display:flex;
	justify-content: center;}
}

/*
  Top / infomation
----------------------------------------------- */
.b-topLatestInformation__title,
.b-informationContent__title span {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b-topLatestInformation__title:before,
.b-informationContent__title span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #00612f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.b-topLatestInformation__wrapper:hover .b-topLatestInformation__title, .b-topLatestInformation__wrapper:hover .b-topLatestInformation__time, .b-topLatestInformation__wrapper:hover .b-informationContent__title span, .b-topLatestInformation__wrapper:hover .b-informationContent__time,
.b-informationContent__wrapper:hover .b-topLatestInformation__title,
.b-informationContent__wrapper:hover .b-topLatestInformation__time,
.b-informationContent__wrapper:hover .b-informationContent__title span,
.b-informationContent__wrapper:hover .b-informationContent__time {
  color: #00612f;
}
.b-topLatestInformation__wrapper:hover .b-topLatestInformation__title::before, .b-topLatestInformation__wrapper:hover .b-topLatestInformation__time::before, .b-topLatestInformation__wrapper:hover .b-informationContent__title span::before, .b-topLatestInformation__wrapper:hover .b-informationContent__time::before,
.b-informationContent__wrapper:hover .b-topLatestInformation__title::before,
.b-informationContent__wrapper:hover .b-topLatestInformation__time::before,
.b-informationContent__wrapper:hover .b-informationContent__title span::before,
.b-informationContent__wrapper:hover .b-informationContent__time::before {
  transform: scale(1, 1);
}

.b-topLatestInformation__button::before {
  transition: all 0.3s ease-in-out;
}
.b-topLatestInformation__button:hover::before {
  right: 1px;
  transform: rotate(45deg) scale(1.1);
}

@media screen and (min-width: 1000px) {
  .b-topLatestInformation__button:hover::before {
    right: 12px;
  }
}
/*
  Works
----------------------------------------------- */
.s-worksContent .b-image {
  overflow: hidden;
}
.s-worksContent .b-image img {
  transition: all 0.5s ease-in-out;
}
.s-worksContent .b-textB {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.s-worksContent .b-textB::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.s-worksContent a:hover .b-image img {
  transform: scale(1.1);
}
.s-worksContent a:hover .b-textB::before {
  transform: scale(1, 1);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(-10px);
}

.appear.left .item {
  transform: translateX(20px);
}

.appear.right .item {
  transform: translateX(-20px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

/* ===============================================
animation
=============================================== */
.s-hero .b-hero__image::before {
  -webkit-animation: fadeIn 1.5s ease forwards;
          animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}
.s-hero .b-hero__image .mask {
  -webkit-animation: fadeIn 1.5s 0.8s ease forwards;
          animation: fadeIn 1.5s 0.8s ease forwards;
  opacity: 0;
}
.s-hero .b-backgroundLine__bg {
  opacity: 0;
}
.s-hero .b-backgroundLine__bg--black {
  -webkit-animation: scale 0.4s 2.5s ease-out forwards;
          animation: scale 0.4s 2.5s ease-out forwards;
}
.s-hero .b-backgroundLine__bg--green {
  -webkit-animation: scale 0.4s 2.65s ease-out forwards;
          animation: scale 0.4s 2.65s ease-out forwards;
}

.s-topHero .b-topHero__slider::before {
  -webkit-animation: fadeIn 1.5s ease forwards;
          animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}
.s-topHero .b-topHero__slider .mask {
  -webkit-animation: fadeIn 1.5s 0.8s ease forwards;
          animation: fadeIn 1.5s 0.8s ease forwards;
  opacity: 0;
}
.s-topHero .b-backgroundLine__bg {
  opacity: 0;
}
.s-topHero .b-backgroundLine__bg:first-child {
  -webkit-animation: scale--bom 1s 2.5s ease-out forwards;
          animation: scale--bom 1s 2.5s ease-out forwards;
}
.s-topHero .b-backgroundLine__bg:nth-of-type(2) {
  -webkit-animation: scale--bom 1s 2.65s ease-out forwards;
          animation: scale--bom 1s 2.65s ease-out forwards;
}
.s-topHero .b-backgroundLine__bg:last-child {
  -webkit-animation: scale--bom 1s 2.8s ease-out forwards;
          animation: scale--bom 1s 2.8s ease-out forwards;
}
.s-topHero .parts01 {
  opacity: 0;
  -webkit-animation: down 0.5s 4s ease-out forwards;
          animation: down 0.5s 4s ease-out forwards;
}
.s-topHero .parts02 {
  opacity: 0;
  -webkit-animation: down 0.5s 4.4s ease-out forwards;
          animation: down 0.5s 4.4s ease-out forwards;
}
.s-topHero .parts03 {
  opacity: 0;
  -webkit-animation: down 0.5s 4.7s ease-out forwards;
          animation: down 0.5s 4.7s ease-out forwards;
}
.s-topHero .parts04 {
  opacity: 0;
  -webkit-animation: down 0.5s 5.3s ease-out forwards;
          animation: down 0.5s 5.3s ease-out forwards;
}
.s-topHero .parts05 {
  opacity: 0;
  -webkit-animation: down 0.5s 4.6s ease-out forwards;
          animation: down 0.5s 4.6s ease-out forwards;
}
.s-topHero .parts06 {
  opacity: 0;
  -webkit-animation: down 0.5s 5s ease-out forwards;
          animation: down 0.5s 5s ease-out forwards;
}
.s-topHero .parts07 {
  opacity: 0;
  -webkit-animation: down 0.5s 4.2s ease-out forwards;
          animation: down 0.5s 4.2s ease-out forwards;
}

.s-topHeader .l-S01 {
  -webkit-animation: fadeIn 1.5s 5.5s ease-in-out forwards;
          animation: fadeIn 1.5s 5.5s ease-in-out forwards;
  opacity: 0;
}

.s-topLatestInformation {
  /* -webkit-animation: fadeIn--up 1.5s 6s ease-in-out forwards;
          animation: fadeIn--up 1.5s 6s ease-in-out forwards; */
  -webkit-animation: fadeIn--up 0.5s 3s ease-in-out forwards;
          animation: fadeIn--up 0.5s 3s ease-in-out forwards;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  .s-topMessage .l-L07.appear.inview .item,
.s-topMessage .l-L07.appear.inview .item,
.s-topService .l-L07.appear.inview .item,
.s-topRecruit .l-L07.appear.inview .item,
.s-companyOverview .l-L02.appear.inview .item {
    transition-delay: 0.3s;
  }
}
/*
  @keyframes
----------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn--up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn--up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0) translate(0, -2px);
  }
  50% {
    transform: scal(0.4) translate(0, -4px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0) translate(0, -2px);
  }
  50% {
    transform: scal(0.4) translate(0, -4px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes scale--bom {
  0% {
    opacity: 0;
    transform: scale(0) translate(0, -2px);
    transform-origin: 15% 50%;
  }
  15% {
    transform: scal(0.4) translate(0, -4px);
    transform-origin: 15% 50%;
  }
  30%, 70% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transform-origin: 15% 50%;
  }
  85% {
    opacity: 1;
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale--bom {
  0% {
    opacity: 0;
    transform: scale(0) translate(0, -2px);
    transform-origin: 15% 50%;
  }
  15% {
    transform: scal(0.4) translate(0, -4px);
    transform-origin: 15% 50%;
  }
  30%, 70% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transform-origin: 15% 50%;
  }
  85% {
    opacity: 1;
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 15px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  90% {
    opacity: 1;
    transform: translate(0, 5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 15px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  90% {
    opacity: 1;
    transform: translate(0, 5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.swiper-slide-active > img {
  transform: none;
}/*# sourceMappingURL=style.css.map */


.link_ban{margin:4em auto 0px auto;text-align:center;font-size:0.8em;line-height:1.75em;}
.link_ban .text{display:block;margin-top:1em}
.link_ban img{max-width:100%;width:100%;height:auto;}
.mb50{font-weight:600;margin-bottom:2em;}


@media screen and (min-width: 1000px) {
  .b-lowerContent__subTitle{font-size:4em;margin:50px auto;}
}
