@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
@font-face {
  font-family: "GenJyuuGothicxp";
  font-style: normal;
  font-weight: 700;
  src: url("/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/fonts/GenJyuuGothicX-Regular.ttf") format("truetype");
}
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  scroll-behavior: smooth;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  background: transparent linear-gradient(180deg, #79ADF1 0%, #B4E7E1 52%, #77ACF2 100%) 0% 0% no-repeat padding-box;
  color: #212529;
  font-size: 1rem;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.8;
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* a link
--------------------------------------------- */
a {
  -webkit-transition: all 0.3s;
  color: #222;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #107b40;
  text-decoration: none;
}

/* a[href*="tel"] {
  color: #107B40;
  text-decoration: underline;
} */
a img {
  -webkit-transition: all 0.3s;
  border: none;
  opacity: 1;
  transition: all 0.3s;
}

a:hover img {
  backface-visibility: hidden;
  opacity: 0.7;
}

a:hover .no-hov {
  opacity: 1;
}

/* a link end*/
code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

/* 汎用 */
.u-center {
  text-align: center;
  margin: auto;
}

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

.mb10 {
  margin-bottom: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb-br {
    display: block;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-br {
    display: block;
  }
}

/* テキスト装飾 */
.font-bold {
  font-weight: bold;
}

.text-col-jade-green {
  color: #1F9680;
}

.link-col-blue {
  color: #005ECB;
  text-decoration: underline;
}

.pdf-link {
  display: inline-flex;
  align-items: baseline;
}

.pdf-link::after {
  display: block;
  content: "";
  background: url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/ico-pdf-link.png) no-repeat center/contain;
  width: 1em;
  height: 1em;
  padding-left: 0.5em;
  box-sizing: content-box;
}

/* ボタン */
.c-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 35px;
  width: 240px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.c-button-link__white {
  color: #005ECB;
  border: 1px solid #005ECB;
  background-color: #fff;
}
.c-button-link__white:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #005ECB;
}
.c-button-link__white:hover .material-icons {
  color: #fff;
}
.c-button-link__green {
  color: #fff;
  border: 1px solid #fff;
  background-color: #00CBB3;
}
.c-button-link__green:hover {
  color: #00CBB3;
  border: 1px solid #00CBB3;
  background-color: #fff;
}
.c-button-link__green:hover .material-icons {
  color: #00CBB3;
}
.c-button-link__gray {
  color: #8B8888;
  border: 1px solid #8B8888;
  background-color: #fff;
}
.c-button-link__gray:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #C1C1C1;
}
.c-button-link__gray:hover .material-icons {
  color: #fff;
}
.c-button-link.ex-link::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/icon-exLink.svg) no-repeat;
  margin-left: 10px;
  transition: 0.3s;
}
.c-button-link.ex-link:hover::after {
  background: url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/icon-exLink-wh.svg) no-repeat;
}
.c-button-link .material-icons {
  display: inline-flex;
  vertical-align: text-bottom;
  margin-right: 5px;
  margin-left: -5px;
  transition: color 0.3s;
}

.c-category-tag {
  border: 1px solid;
  font-weight: bold;
  font-size: 12px;
  border-radius: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 104px;
  height: 26px;
  text-align: center;
  padding: 0 5px;
}

.c-category-tag.tag-color_01 {
  background-color: #00CBB3;
  border-color: #00CBB3;
  color: #fff;
}

.c-category-tag.tag-color_02 {
  background-color: #0069D1;
  border-color: #0069D1;
  color: #fff;
}

.c-category-tag.tag-color_03 {
  background-color: #955ED2;
  border-color: #955ED2;
  color: #fff;
}

.c-category-tag.cate-news {
  border-color: #0657B5;
  color: #0657B5;
}

.c-category-tag.cate-social-contributions {
  border-color: #00CBB3;
  color: #00CBB3;
}

.c-category-tag.cate-etc {
  border-color: #FFA42E;
  color: #FFA42E;
}

.c-category-tag.cate-awards {
  border-color: #FF6B5F;
  color: #FF6B5F;
}

.c-category-tag.cate-progress-info {
  border-color: #D8B2E3;
  color: #D8B2E3;
}

.btn-page-top {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 70px;
}

.btn-page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0;
  width: 82px;
  height: 82px;
  border: solid 2px #003894;
  border-radius: 50%;
  transition: 0.3s;
}

.btn-page-top a::before {
  font-family: "Material Icons";
  content: "\e5d8";
  font-size: 36px;
  color: #003894;
  line-height: 1;
}

.btn-page-top a::after {
  display: none;
  content: "TOP";
  font-size: 20px;
  color: #003894;
}

.btn-page-top a:hover {
  transform: scale(1.5);
}

.btn-page-top a:hover::after {
  display: block;
}

/*　マテリアルアイコン*/
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.blue {
  color: #005ECB;
}

.material-icons.white {
  color: #fff;
}

/* 背景 */
.site__canvas {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: #fff;
}

.site__canvas svg {
  width: 100vw;
  height: 100vh;
}

/* セクション */
.section-wrap {
  margin: auto;
  padding-bottom: 195px;
  max-width: 1200px;
  position: relative;
}

.c-section-title {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}

.c-section-title__eng {
  color: #0657B5;
  font-family: "GenJyuuGothicxp", sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.2em;
  position: relative;
}

.c-section-title__eng::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  margin: auto;
  background-color: #0657B5;
}

/* ヘッダー部分 */
header {
  /* background: linear-gradient(180deg, #9BD4FA 0%,#B5E0FC 60%, transparent);*/
}

.l_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 28px;
}

.l_header__logo {
  align-self: flex-end;
  max-width: 300px;
}

.l-global-nav {
  display: flex;
  align-items: center;
}

.l-global-nav__list {
  display: flex;
  font-weight: bold;
  font-size: min(1.35vw, 20px);
  padding: 0 30px;
}

.l-global-nav__button {
  display: flex;
}

.l-global-nav__button__recruit {
  box-sizing: border-box;
  text-align: center;
}

.l-global-nav__button__recruit a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 10px;
  background-color: #0657B5;
  font-family: "GenJyuuGothicxp", sans-serif;
  font-size: 18px;
  width: 120px;
  height: 80px;
  color: #FFFFFF;
}

.l-global-nav__button__mail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background-color: #00CBB3;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0 0 10px 0;
}

.l-global-nav__button__mail img {
  width: 30px;
}

.l-global-nav__list li:not(:last-of-type)::after {
  content: "/";
  text-align: center;
  display: inline-block;
  max-width: 60px;
  width: 4vw;
  color: #fff;
}

.l-global-nav__list li a {
  font-weight: bold;
  color: #fff;
  position: relative;
}

.l-global-nav__list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0657B5;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.l-global-nav__list a:hover {
  color: #0657B5;
}

.l-global-nav__list a:hover::after {
  visibility: visible;
  bottom: -2px;
  opacity: 1;
}

.l-global-nav__sphr {
  display: none;
  width: 100%;
  margin: 5px 0 40px;
  height: 1px;
  background: #00A38A;
  border: none;
}

.sp-menu {
  display: none;
  transition: all 0.2s;
}

/* フッター部分 */
footer {
  /*background: linear-gradient(0deg, #7FB9FD 0%, #86C0FC 60%,#A7DAFC 90%,transparent 100%);*/
}

.l-footer {
  padding: 60px 0 28px;
}

.footer-re_br {
  display: inline-block;
}

span.footer-re_br:not(:last-child) {
  margin-right: 1em;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-footer__list {
    max-width: 800px;
    display: grid;
    grid-template: repeat(3, 1fr)/repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    padding: 0 20px;
    gap: 10px;
  }
}

.l-footer__corporate {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.l-footer__vertical {
  width: 2px;
  background-color: #fff;
}

.l-footer__bg-img {
  margin: 90px auto 25px;
  max-width: 1920px;
  display: flex;
  justify-content: center;
}

.l-footer__bg-img img {
  max-width: none;
  display: inline-block;
}

.l-footer__list li {
  padding: 8px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__list li {
    padding: 0;
  }
}

.l-footer__list li a {
  font-weight: bold;
  color: #fff;
  position: relative;
}

.l-footer__list li a.ex-link {
  display: inline-flex;
  align-items: center;
}

.l-footer__list li a.ex-link span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s;
  background: url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/icon-exLink-wh.svg) no-repeat;
}

.l-footer__list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0657B5;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.l-footer__list li a:hover {
  color: #0657B5;
}

.l-footer__list li a.ex-link:hover span {
  background: url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/icon-exLink.svg) no-repeat;
}

.l-footer__list li a:hover::after {
  visibility: visible;
  bottom: -2px;
  opacity: 1;
}

.l-footer__list li:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.l-footer__contact {
  margin: auto 15px auto 30px;
}

.l-footer__phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.l-footer__phone-time {
  white-space: nowrap;
  margin-bottom: 10px;
}

.l-footer__phone-num {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 23px 10px 13px;
}

.l-footer__address {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.l-footer__logo {
  padding: 35px 35px 35px 15px;
  display: flex;
  align-items: center;
}

.l-footer__hr {
  border-color: #fff;
  max-width: 1920px;
}

.l-footer__copyright {
  max-width: 1200px;
  margin: auto;
  padding-top: 18px;
  text-align: center;
  color: #fff;
}

/*　TOP-メインヴィジュアル*/
.sec-mainVisual {
  padding-top: 118px;
}

.mainVisual__catch {
  text-align: center;
  position: relative;
  max-width: 808px;
  margin: auto;
  margin-bottom: 50px;
}

.mainVisual__img {
  margin: 0 0 25px;
  text-align: center;
}

.mainVisual__description {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin: 25px auto;
}

.fluid {
  position: absolute;
  z-index: -1;
}

.fluid.fluid_01 {
  left: 13%;
  top: -10%;
  width: 8%;
}

.fluid.fluid_02 {
  left: 33%;
  top: 42%;
  width: 13%;
}

.fluid.fluid_03 {
  left: 89%;
  top: 58%;
  width: 9%;
}

.fluid.fluid_04 {
  left: 62%;
  top: 28%;
  width: 125px;
  height: 125px;
}

.fluid.fluid_05 {
  left: 27%;
  top: 45%;
  width: 60px;
  height: 60px;
}

/* 事業案内 */
.sec-business__text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 47px;
}

.sec-business__cardArea {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}

.sec-business__card {
  width: 31vw;
  height: 31vw;
  max-width: 370px;
  max-height: 340px;
  position: relative;
  cursor: pointer;
}

/* カード裏面・表面の共通スタイル */
.sec-business__card .back,
.sec-business__card .front {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 30px 5px 30px 5px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

/* カード表面のスタイル */
.sec-business__card .front {
  transform: rotateY(-180deg);
}

/* ホバー時のカード裏面 */
.sec-business__card:hover .back {
  transform: rotateY(180deg);
}

/* ホバー時のカード表面 */
.sec-business__card:hover .front {
  transform: rotateY(0);
}

.sec-business__card .card_textArea {
  text-align: center;
}

.sec-business__card .card_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec-business__card .card_discription {
  font-size: 18px;
  margin-bottom: 30px;
}

.sec-business__card .front::before,
.sec-business__card .back::before {
  content: "";
  max-width: 115px;
  max-height: 115px;
  width: 10vw;
  height: 10vw;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 30px 0 0;
}

.sec-business__card a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.sec-business__card .card_number {
  position: absolute;
  font-size: 20px;
  left: 9%;
  top: 9%;
  font-family: "Rounded Mplus 1c", sans-serif;
}

.sec-business__card .front,
.sec-business__card .back {
  background-size: 47.5%;
}

.sec-business__card.card-01 .front {
  background: #fff url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_01_front.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-02 .front {
  background: #FFF url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_02_back.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-03 .front {
  background: #fff url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_03_front.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-01 .back {
  background: #FF6B5F url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_01_back.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-02 .back {
  background: #D8B2E3 url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_02_front.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-03 .back {
  background: #00CBB3 url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-business__card_03_back.png) no-repeat center 40%/47.5%;
}

.sec-business__card.card-01 .front::before {
  background: linear-gradient(135deg, #FF6B5F 0%, #FF6B5F 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-02 .front::before {
  background: linear-gradient(135deg, #D8B2E3 0%, #D8B2E3 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-03 .front::before {
  background: linear-gradient(135deg, #01CBB3 0%, #01CBB3 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-01 .back::before {
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-02 .back::before {
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-03 .back::before {
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
}

.sec-business__card.card-01 .front .card_number {
  color: #fff;
}

.sec-business__card.card-02 .front .card_number {
  color: #fff;
}

.sec-business__card.card-03 .front .card_number {
  color: #fff;
}

.sec-business__card.card-01 .back .card_number {
  color: #FF6B5F;
}

.sec-business__card.card-02 .back .card_number {
  color: #D8B2E3;
}

.sec-business__card.card-03 .back .card_number {
  color: #01CBB3;
}

.sec-business__card.card-01 .front .card_title {
  color: #FF6B5F;
}

.sec-business__card.card-02 .front .card_title {
  color: #D8B2E3;
}

.sec-business__card.card-03 .front .card_title {
  color: #01CBB3;
}

.sec-business__card.card-01 .back .card_title {
  color: #fff;
}

.sec-business__card.card-02 .back .card_title {
  color: #fff;
}

.sec-business__card.card-03 .back .card_title {
  color: #fff;
}

.sec-business__card.card-01 .back .card_discription {
  color: #fff;
}

.sec-business__card.card-02 .back .card_discription {
  color: #fff;
}

.sec-business__card.card-03 .back .card_discription {
  color: #fff;
}

/*



.sec-business__card .card-front,
.sec-business__card .card-back {
  backface-visibility: hidden;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.16);
  transition: all .7s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sec-business__card .card-front {
  transform: rotateY(-180deg);
}
.sec-business__card:hover .card-back {
  transform: rotateY(180deg);
}
.sec-business__card:hover .card-front {
  transform: rotateY(0);
}





*/
/* 技術案内 */
.sec-technology__content {
  display: flex;
}

.sec-technology__img {
  width: 50%;
  text-align: center;
  padding: 0 60px;
}

.sec-technology__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.sec-technology__text__01 {
  font-size: 24px;
  text-align: center;
}

.sec-technology__text__02 {
  font-size: 18px;
  text-align: center;
}

/* 新着情報 */
.news-tabBox {
  margin-bottom: 40px;
}

.news-tabBox__btnArea {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.news-tabBox__btnArea .tab_btn {
  margin: 0 30px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news-tabBox__btnArea .tab_btn {
    margin: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .news-tabBox__btnArea .tab_btn {
    margin: 0;
  }
}

.news-tabBox__btnArea .tab_btn span {
  line-height: 2em;
}

.news-tabBox__btnArea .tab_btn span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0657B5;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.news-tabBox__btnArea .tab_btn:hover,
.news-tabBox__btnArea .tab_btn.is-active {
  color: #0657B5;
}

.news-tabBox__btnArea .tab_btn:hover span::after,
.news-tabBox__btnArea .tab_btn.is-active span::after {
  visibility: visible;
  bottom: 2px;
  opacity: 1;
}

.news-tabBox__panelArea .tab_panel {
  display: none;
}

.news-tabBox__panelArea .tab_panel.is-active {
  display: block;
}

.news-tabBox__panelArea .tab_panel ul {
  max-width: 840px;
  margin: auto;
}

.news-tabBox__panelArea .tab_panel ul li {
  border-bottom: 1px solid #C1C1C1;
}

.news-tabBox__panelArea .tab_panel ul li:first-child {
  border-top: 1px solid #C1C1C1;
}

.news-tabBox__panelArea .tab_panel ul li a {
  display: flex;
  padding: 30px 10px;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.news-tabBox__panelArea .tab_panel ul li a::after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 24px;
  text-align: right;
  color: #484848;
  margin-left: auto;
  position: absolute;
  right: 10px;
}

.news-tabBox__panelArea .news_date {
  min-width: 123px;
}

.news-tabBox__panelArea .news_category {
  min-width: 164px;
  font-size: 12px;
}

.news-tabBox__panelArea .news_title {
  width: 100%;
  margin-right: 30px;
  overflow-wrap: anywhere;
}

.news-tabBox__panelArea .no_post_data {
  padding: 30px 10px;
}

/*施工実績*/
.sec-performance__cardArea {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.sec-performance__card {
  width: 48%;
}

.sec-performance__img {
  border-radius: 30px 5px 30px 5px;
  overflow: hidden;
  margin: 0 0 20px;
  aspect-ratio: 16/11;
  position: relative;
}
.sec-performance__img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sec-performance_upper {
  margin-bottom: 10px;
}

.sec-performance_date {
  margin-right: 20px;
}

.sec-performance_category .c-category-tag {
  margin-bottom: 5px;
}

.sec-performance_category .c-category-tag:not(:last-of-type) {
  margin-right: 10px;
}

.sec-performance_description {
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}

.sec-performance__detail a {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.sec-performance__detail a::after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 24px;
  color: #477FE6;
  font-weight: lighter;
  margin-left: 20px;
}

/*会社情報*/
.sec-company__content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-company__content {
    flex-direction: column-reverse;
  }
}

.sec-company__img {
  padding: 0 60px;
  text-align: center;
}
.sec-company__img img {
  border-radius: 30px 5px 30px 5px;
}
@media screen and (max-width: 768px) {
  .sec-company__img {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.sec-company__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec-company__text {
    width: 100%;
  }
}

.sec-company__text__01 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-company__text__01 {
    margin-bottom: 13px;
  }
}

.sec-company__text__02 {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-company__text__02 {
    font-size: 16px;
    margin-bottom: 89px;
  }
}

/*採用情報*/
.sec-recruit__inner {
  position: relative;
  background: #0657B5 url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-recruit_01.png) no-repeat right/contain;
  width: 100%;
  aspect-ratio: 60/19;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sec-recruit__inner {
    aspect-ratio: 1.117/1;
    background: #0657B5 url(/ad-kuniyoshigumi/wp-content/themes/kuniyoshigumi/assets/images/img-recruit_01-sp.png) no-repeat right/contain;
    background-position: top;
  }
}

.sec-recruit__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec-recruit__text {
    position: static;
    transform: none;
    padding: 20px;
  }
}
.sec-recruit__text01 {
  color: #fff;
  font-weight: bold;
  font-size: min(1.5vw, 20px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec-recruit__text01 {
    font-size: min(3vw, 20px);
  }
}
.sec-recruit__text02 {
  color: #fff;
  font-size: min(5vw, 80px);
  line-height: 1;
  font-weight: 700;
  margin: 0.15em 0 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-recruit__text02 {
    font-size: min(11vw, 80px);
    margin-bottom: 10px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .sec-recruit__text03 a {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .sec-recruit__text03 .c-button-link {
    width: 200px;
    height: 40px;
  }
}

.sec-recruit__img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 35px;
}

@media (max-width: 1200px) {
  .l-footer__list li:not(:last-of-type) {
    border: none;
  }
  .l-footer__phone {
    justify-content: center;
  }
  /* ヘッダー部分 */
  .l_header {
    padding: 20px;
  }
  .l_header__logo {
    align-self: center;
    width: 50%;
  }
  .l-global-nav {
    /*display:none;*/
    position: fixed;
    width: 375px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -375px;
    padding: 143px 40px 0;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-global-nav__list {
    font-size: 16px;
    flex-direction: column;
    padding: 0;
  }
  .l-global-nav__list li {
    color: #00CBB3;
    padding-bottom: 35px;
  }
  .l-global-nav__list li a {
    color: #00CBB3;
  }
  .l-global-nav__list li:not(:last-of-type)::after {
    display: none;
  }
  .l-global-nav__button {
    justify-content: space-between;
    width: 100%;
  }
  .l-global-nav__button__recruit a {
    width: 138px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
  }
  .l-global-nav__button__mail a {
    width: 138px;
    height: 40px;
    border-radius: 50px;
  }
  .l-global-nav__button__mail img {
    width: 24px;
  }
  .l-global-nav__sphr {
    display: block;
  }
  .sp-menu {
    display: block;
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 25px;
    right: 25px;
    background-color: #00CBB3;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 3;
    cursor: pointer;
  }
  .sp-menu__item {
    -webkit-transition: 0.2s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
  }
  .sp-menu__group {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 34px;
    height: 24px;
    margin: auto;
  }
  .sp-menu__item.e-first {
    top: 0;
  }
  .sp-menu__item.e-second {
    top: 9px;
  }
  .sp-menu__item.e-third {
    top: 18px;
  }
  .open.sp-menu {
    background-color: #fff;
  }
  .open .sp-menu__item {
    background-color: #00CBB3;
  }
  .open .sp-menu__item.e-first {
    transform: translateY(9px) rotate(-45deg);
  }
  .open .sp-menu__item.e-second {
    opacity: 0;
  }
  .open .sp-menu__item.e-third {
    transform: translateY(-9px) rotate(45deg);
  }
}
/* </レスポンシブ - タブレット >*/
@media (max-width: 768px) {
  main {
    padding: 0 20px;
  }
  /*フッター*/
  .l-footer__corporate {
    flex-direction: column;
    align-items: center;
  }
  /*ページトップ*/
  .btn-page-top {
    right: 30px;
    bottom: 35px;
  }
  .btn-page-top a {
    width: 60px;
    height: 60px;
    border: solid 1px #003894;
  }
  .btn-page-top a::before {
    font-size: 18px;
  }
  .btn-page-top a::after {
    display: block;
    font-size: 18px;
  }
  .btn-page-top a:hover {
    transform: none;
  }
  /*メインヴィジュアル*/
  .mainVisual__img {
    margin-left: -20px;
    margin-right: -20px;
  }
  /*施工実績*/
  .sec-performance_date {
    display: block;
    margin-bottom: 8px;
  }
  .sec-performance_category {
    display: block;
  }
  .sec-performance_description {
    font-size: 16px;
    padding-bottom: 39px;
  }
  /*新着情報*/
  .tab_panel ul li a {
    flex-wrap: wrap;
    padding: 20px 10px 35px;
  }
  .news_title {
    width: 100%;
    margin-top: 10px;
  }
  .tab_btn {
    margin: 0 20px;
  }
  /*事業案内*/
  .sec-business__cardArea {
    flex-wrap: wrap;
  }
  .sec-business__card {
    width: 43vw;
    height: 43vw;
  }
  .sec-business__card:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec-business__card .front::before,
  .sec-business__card .back::before {
    width: 15vw;
    height: 15vw;
  }
  /* ホバー時のカード裏面 */
  .sec-business__card:hover .back {
    transform: rotateY(0);
  }
  /* ホバー時のカード表面 */
  .sec-business__card:hover .front {
    transform: rotateY(-180deg);
  }
  .sec-business__card .card_title {
    margin-bottom: 1vw;
  }
  .sec-business__card .card_discription {
    margin-bottom: 3vw;
  }
  /*技術案内*/
  .sec-technology__content {
    flex-direction: column;
  }
  .sec-technology__img {
    width: 100%;
    padding: 0 20px 20px;
  }
  .sec-technology__text {
    width: 100%;
  }
  .sec-technology__text__01 {
    margin-bottom: 13px;
  }
  .sec-technology__text__02 {
    font-size: 16px;
    margin-bottom: 89px;
  }
  /*会社情報*/
  .sec-company__text-upper {
    font-size: 16px;
  }
  .sec-company__text-inner {
    font-size: 16px;
  }
}
/* </レスポンシブ - スマートフォン >*/
@media (max-width: 480px) {
  /*セクション*/
  .section-wrap {
    padding-bottom: 130px;
  }
  .c-section-title {
    margin-bottom: 55px;
    font-size: 32px;
  }
  .c-section-title__eng::before {
    top: -35px;
    height: 30px;
  }
  /*フッター*/
  .l-footer {
    padding: 0 0 9px;
  }
  span.footer-re_br {
    display: block;
  }
  span.footer-re_br:not(:last-child) {
    margin: 0;
  }
  .l-footer__logo {
    padding: 10px 0 27px;
  }
  .l-footer__list li:not(:last-of-type) {
    border: none;
  }
  .l-footer__bg-img img {
    width: 1098px;
  }
  .l-footer__phone {
    flex-direction: column;
    margin-bottom: 96px;
  }
  .l-footer__phone-num {
    margin: 0 0 35px;
  }
  .l-footer__phone-time {
    font-size: 16px;
  }
  .l-footer__copyright {
    padding: 0;
  }
  /*メインヴィジュアル*/
  .mainVisual__description {
    font-size: 0.9rem;
  }
  .mainVisual__img {
    margin-bottom: 50px;
  }
  /*事業案内*/
  .sec-business__card {
    width: 40vw;
    height: 40vw;
  }
  .sec-business__card .card_number {
    font-size: 14px;
    top: 10%;
    left: 10%;
  }
  .sec-business__card .card_title {
    font-size: 14px;
  }
  .sec-business__card .card_discription {
    font-size: 12px;
  }
  .sec-business__text {
    margin-top: -40px;
    font-size: 14px;
  }
  .sec-business__card .front::before,
  .sec-business__card .back::before {
    top: 5px;
    left: 5px;
  }
  /*新着情報*/
  .news-tabBox {
    margin-bottom: 70px;
  }
  .news-tabBox__btnArea {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .tab_btn {
    margin: 0;
  }
  .news_date {
    min-width: 96px;
  }
  .news_category {
    min-width: 110px;
  }
  /*施工実績*/
  .sec-performance__cardArea {
    flex-direction: column;
  }
  .sec-performance__card {
    width: 100%;
    margin-bottom: 15px;
  }
  /*ボタン*/
  .c-category-tag {
    height: 22px;
  }
}
/* レイアウト */
article {
  max-width: 1400px;
  margin: 0 auto 120px;
  background-color: #fff;
  border-radius: 20px;
  padding: 83px 75px 150px;
}
@media screen and (max-width: 768px) {
  article {
    padding: 60px 45px 90px;
  }
}
@media screen and (max-width: 480px) {
  article {
    padding: 35px 20px 40px;
  }
}

/* 見出し */
h1.page-header1 {
  max-width: 1400px;
  margin: auto;
  padding: 72px 0;
  font-size: 34px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  h1.page-header1 {
    padding: 36px;
    font-size: 28px;
  }
}

h2.page-header2 {
  border-bottom: 1px solid #C5C5C5;
  padding: 25px 0;
  position: relative;
  font-weight: normal;
  font-size: 26px;
  margin: 0 auto 60px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  h2.page-header2 {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h2.page-header2 {
    font-size: 22px;
  }
}

h2.page-header2::before {
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  width: 30%;
  background-color: #1F9680;
  content: "";
}

h3.page-header3 {
  color: #22A08B;
  font-size: 22px;
  border-bottom: 1px solid #C5C5C5;
  padding: 18px 0;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  h3.page-header3 {
    padding: 9px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  h3.page-header3 {
    font-size: 18px;
  }
}

/* パンくずリスト */
.breadcrumbs-wrap {
  max-width: 1400px;
  margin: auto;
}

.breadcrumbs-lists {
  display: flex;
  justify-content: end;
  margin: 30px 60px;
  flex-wrap: wrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-lists {
    justify-content: flex-start;
    margin: 15px 0;
    text-align: left;
  }
}

.breadcrumbs-lists li,
.breadcrumbs-lists li a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.breadcrumbs-lists li:not(:last-child)::after {
  content: "|";
  margin: 0 20px;
}

/* セクション */
.page__section-wrap {
  max-width: 1100px;
  margin: 60px auto 90px;
}
@media screen and (max-width: 480px) {
  .page__section-wrap {
    margin: 20px auto 40px;
  }
}

/* ヘッドライン */
.page__headline {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .page__headline {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page__headline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page__headline li {
  text-align: center;
}
.page__headline li a {
  font-weight: bold;
  text-align: center;
  border: 1px solid #005ECB;
  border-radius: 100px;
  color: #005ECB;
  min-width: 200px;
  min-height: 50px;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page__headline li a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #005ECB;
}
@media screen and (max-width: 768px) {
  .page__headline li a {
    font-weight: bold;
    text-align: center;
    border: 1px solid #005ECB;
    border-radius: 100px;
    color: #005ECB;
    min-width: 142px;
    min-height: 50px;
    line-height: 1.5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .page__headline li a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #005ECB;
  }
}
.technology .page__headline li a {
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  border: 1px solid #005ECB;
  border-radius: 100px;
  color: #005ECB;
  min-width: 290px;
  min-height: 76px;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.technology .page__headline li a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #005ECB;
}
@media screen and (max-width: 768px) {
  .technology .page__headline li a {
    font-weight: bold;
    text-align: center;
    border: 1px solid #005ECB;
    border-radius: 100px;
    color: #005ECB;
    min-width: 142px;
    min-height: 50px;
    line-height: 1.5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .technology .page__headline li a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #005ECB;
  }
  .technology .page__headline li a span {
    font-size: 11px;
    line-height: 1.2;
  }
}

/*企業情報*/
/*--代表挨拶--*/
.president-message {
  padding-right: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .president-message {
    padding-right: 0;
  }
}

.president-message__philosophy01 {
  font-size: 24px;
  font-weight: 500;
  color: #22A08B;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .president-message__philosophy01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .president-message__philosophy01 {
    font-size: 20px;
  }
}

.president-message__philosophy01 ruby {
  ruby-position: under;
}
.president-message__philosophy02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .president-message__philosophy02 {
    margin-bottom: 15px;
  }
}

.president-message__text {
  line-height: 1.8;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .president-message__text {
    margin-top: 20px;
  }
}

.president-message__horizon {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
  border: 0;
}
@media screen and (max-width: 768px) {
  .president-message__horizon {
    display: none;
  }
}

.president-message__photo {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .president-message__photo {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .president-message__photo {
    width: 60%;
    margin: auto;
  }
}

.president-message__photo_caption {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .president-message__photo_caption {
    font-size: 1rem;
  }
}

.president-message__photo_name {
  font-size: 28px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .president-message__photo_name {
    font-size: 1rem;
  }
}

/*--経営理念--*/
ul.corp-philosophy__numBox {
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox {
    padding: 0 20px;
  }
}
ul.corp-philosophy__numBox li {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox li {
    margin-bottom: 30px;
  }
}
ul.corp-philosophy__numBox .corp-philosophy__num {
  width: 110px;
  height: 110px;
  font-family: "GenJyuuGothicxp", sans-serif;
  font-size: 40px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #C5C5C5 50%, transparent 51%, transparent 100%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox .corp-philosophy__num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
ul.corp-philosophy__numBox .corp-philosophy__num span {
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox .corp-philosophy__num span {
    top: 0;
    left: 0;
  }
}
ul.corp-philosophy__numBox .corp-philosophy__text {
  padding-left: 25%;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox .corp-philosophy__text {
    padding-left: 0;
  }
}
ul.corp-philosophy__numBox .corp-philosophy__header {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 26px;
  color: #22A08B;
  padding-left: 25%;
}
@media screen and (max-width: 768px) {
  ul.corp-philosophy__numBox .corp-philosophy__header {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 480px) {
  ul.corp-philosophy__numBox .corp-philosophy__header {
    padding-top: 10px;
    font-size: 24px;
  }
}

.corp-philosophy__header02 {
  display: flex;
  white-space: nowrap;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  padding: 52px 0;
  font-size: min(4vw, 30px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .corp-philosophy__header02 {
    padding: 30px 0;
    font-size: 20px;
  }
}
.corp-philosophy__header02::before {
  border-top: 1px solid #1F9680;
  content: "";
  width: 100%; /* 線の長さ */
  margin-right: 65px;
}
@media screen and (max-width: 768px) {
  .corp-philosophy__header02::before {
    margin: 0 20px;
  }
}
.corp-philosophy__header02::after {
  border-top: 1px solid #1F9680;
  content: "";
  width: 100%; /* 線の長さ */
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .corp-philosophy__header02::after {
    margin: 0 20px;
  }
}

.corp-philosophy__text,
.corp-philosophy__text02 {
  line-height: 1.8;
}

.corp-philosophy__text02 {
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .corp-philosophy__text02 {
    margin-bottom: 25px;
    text-align: left;
  }
}

.corp-philosophy__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .corp-philosophy__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
}

.corp-philosophy__list li {
  font-size: min(3vw, 25px);
  color: #22A08B;
  display: flex;
  font-weight: 500;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .corp-philosophy__list li {
    justify-content: center;
    font-size: 20px;
  }
}

.corp-philosophy__list li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 40px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #C5C5C5 50%, transparent 51%, transparent 100%);
}
@media screen and (max-width: 480px) {
  .corp-philosophy__list li:not(:last-of-type)::after {
    display: none;
  }
}

/*--沿革--*/
.table_history {
  line-height: 1.8;
}

.table_history table,
.table_history table td {
  border: none;
}

.table_history tr:nth-child(even) th, .table_history tr:nth-child(even) td {
  background-color: #EAF2F1;
}
@media screen and (max-width: 768px) {
  .table_history tr {
    display: block;
  }
}

.table_history th, .table_history td {
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  .table_history th, .table_history td {
    display: block;
  }
}

.table_history th {
  white-space: nowrap;
  border-radius: 10px 0 0 10px;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table_history th {
    border-radius: 5px 5px 0 0;
    padding: 10px 15px 0;
    font-weight: bold;
  }
}

.table_history td {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .table_history td {
    border-radius: 0 0 5px 5px;
    padding: 0 15px 20px;
  }
}

.table_history td img {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .table_history td img {
    display: block;
    margin: 15px auto;
  }
}

/*--組織図--*/
.section__org-chart {
  padding-top: 30px;
}

/*--会社概要--*/
.section__company-profile {
  margin-top: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .section__company-profile {
    margin-bottom: 35px;
    margin-top: 0;
  }
}

.table-companyProfile {
  width: 100%;
}

.table-companyProfile tr:not(:last-child) {
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .table-companyProfile tr:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .table-companyProfile tr:last-child {
    border-bottom: 1px solid #C5C5C5;
  }
}
@media screen and (max-width: 768px) {
  .table-companyProfile tr:not(:first-child) {
    border-top: 1px solid #C5C5C5;
  }
}
@media screen and (max-width: 768px) {
  .table-companyProfile tr:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .table-companyProfile tr {
    display: block;
    padding: 10px 15px;
  }
  .table-companyProfile tr:not(:has(> th)) {
    margin: 0 15px;
    padding: 10px 0;
  }
}

.table-companyProfile th {
  width: 20%;
  padding: 30px;
  border: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table-companyProfile th {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.table-companyProfile td {
  width: 80%;
  border: 0;
  padding: 18px 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .table-companyProfile td {
    width: 100%;
    display: block;
    padding: 0;
  }
}

/*--営業所・事業部--*/
.intr-office {
  display: grid;
  gap: 35px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .intr-office {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.intr-office .grid01 {
  grid-column: 1/2;
}

.intr-office .grid02 {
  grid-column: 2/3;
}

.intr-office__mapContainer {
  position: relative;
  width: 100%;
  padding-bottom: 51.25%;
}

.intr-office__mapContainer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.intr-office__address {
  padding-bottom: 23px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

/*国吉組の取り組み*/
/*--ISO認証--*/
.ISOcertification__text {
  margin-bottom: 35px;
}

.ISOcertification__image {
  margin: 25px auto 0;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .ISOcertification__image {
    width: auto;
  }
}

/*--SDGsの取り組み--*/
.sdgs-goals__image {
  text-align: center;
  margin: 70px 0 40px;
}
@media screen and (max-width: 480px) {
  .sdgs-goals__image {
    margin: 20px 0 30px;
  }
}

.link-sdgs {
  margin-bottom: 40px;
}

.effort-sdgs {
  padding-left: 200px;
  position: relative;
  min-height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .effort-sdgs {
    padding: 0;
  }
}
.effort-sdgs__image {
  min-width: 160px;
  position: absolute;
  left: 0;
  top: 0;
}
.effort-sdgs__image img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .effort-sdgs__image {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
}
.effort-sdgs__text__description {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .effort-sdgs__text__description {
    margin-bottom: 30px;
  }
}
.effort-sdgs__text__header {
  padding: 17.5px;
  border-left: 1px solid #22A08B;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .effort-sdgs__text__header {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

/*--労務費見積り尊重宣言--*/
.sengen__image {
  text-align: center;
}

/*事業案内*/
.business-mainText {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .business-mainText {
    margin-bottom: 20px;
    text-align: left;
  }
}

.business-img {
  text-align: center;
  margin-bottom: 40px;
}

.business-description {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .business-description {
    text-align: left;
  }
}

/*技術案内*/
.technology-mainText {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .technology-mainText {
    text-align: left;
  }
}

.zeh-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0 90px;
}
@media screen and (max-width: 480px) {
  .zeh-figure {
    gap: 10px;
    padding: 10px 0 40px;
  }
}

.zeh-figure figure figcaption {
  text-align: center;
  font-size: 18px;
  color: #22A08B;
  font-weight: bold;
  margin-top: 10px;
}

.zeh-figure__inequality-sign {
  font-weight: bold;
  font-size: 48px;
  color: #22A08B;
}

.technology-description {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.zeh-rate {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zeh-rate {
    flex-direction: column;
  }
}

.zeh-rate__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .zeh-rate__item {
    width: 100%;
  }
}
.zeh-rate__item img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.zeb-benefit {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .zeb-benefit {
    grid-template-columns: 1fr;
  }
}

.zeb-benefit li {
  font-size: 20px;
  font-weight: bold;
  color: #22A08B;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 65px;
}

.zeb-benefit li::before {
  font-size: 28px;
  font-weight: bold;
  color: #22A08B;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border: 1px solid #22a088;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.zeb-benefit li:nth-child(1)::before {
  content: "1";
}

.zeb-benefit li:nth-child(2)::before {
  content: "2";
}

.zeb-benefit li:nth-child(3)::before {
  content: "3";
}

.zeb-benefit li:nth-child(4)::before {
  content: "4";
}

.zeb-benefit li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #00A38A;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .zeb-benefit li::after {
    width: 90%;
  }
}

/*個人情報保護方針*/
.privacypolicy__text {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

/*お知らせ*/
.newsArchive-tabBox {
  padding: 35px 50px 0;
}
@media screen and (max-width: 768px) {
  .newsArchive-tabBox {
    padding: 0;
  }
}

.newsArchive-tabBox__btnArea {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .newsArchive-tabBox__btnArea {
    display: grid;
    gap: 0;
    grid-template: 1fr 1fr/1fr 1fr 1fr;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0;
    background-color: #fafafa;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(2) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(3) {
    border-bottom: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(4) {
    border-right: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(5) {
    border-right: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 480px) {
  .newsArchive-tabBox__btnArea {
    grid-template: 1fr 1fr 1fr/1fr 1fr;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(2) {
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(3) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(4) {
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
  }
  .newsArchive-tabBox__btnArea .tab_btn02:nth-child(5) {
    border-right: 1px solid #E2E2E2;
  }
}

.newsArchive-tabBox .tab_btn,
.newsArchive-tabBox .tab_btn02 {
  width: 180px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .newsArchive-tabBox .tab_btn,
  .newsArchive-tabBox .tab_btn02 {
    width: auto;
    height: auto;
  }
}

.newsArchive-tabBox .tab_btn a,
.newsArchive-tabBox .tab_btn02 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  background: #FAFAFA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsArchive-tabBox .tab_btn a,
  .newsArchive-tabBox .tab_btn02 a {
    padding: 10px;
    border: none;
    border-radius: 0;
  }
}

.newsArchive-tabBox .tab_btn a:hover,
.newsArchive-tabBox .tab_btn02 a:hover {
  background: #fff;
}

.newsArchive-tabBox .tab_btn a:hover::after,
.newsArchive-tabBox .tab_btn02 a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 97px;
  height: 2px;
  transform: translate(-50%);
  background-color: #00A38A;
}

.newsArchive-tabBox .tab_btn.is-active a {
  background: #fff;
}

.newsArchive-tabBox .tab_btn.is-active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 97px;
  height: 2px;
  transform: translate(-50%);
  background-color: #00A38A;
}

.newsArchive-tabBox__btnArea .tab_btn02.active a {
  background: #fff;
}

.newsArchive-tabBox__btnArea .tab_btn02.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 97px;
  height: 2px;
  transform: translate(-50%);
  background-color: #00A38A;
}

.newsArchive-tabBox__panelArea .tab_panel ul li:not(:last-child) {
  border-bottom: 1px solid #C1C1C1;
}

.newsArchive-tabBox__panelArea .tab_panel ul li {
  font-family: "Noto Sans JP", sans-serif;
}

.newsArchive-tabBox__panelArea .tab_panel ul li a {
  display: flex;
  padding: 30px 20px;
  align-items: center;
  cursor: pointer;
  position: relative;
  row-gap: 5px;
}

.newsArchive-tabBox__panelArea .post-time {
  min-width: 123px;
}

.newsArchive-tabBox__panelArea .post-category {
  min-width: 144px;
  font-size: 12px;
}

.newsArchive-tabBox__panelArea .post-ttl {
  width: 100%;
  overflow-wrap: anywhere;
}

/*ページネーション*/
.c-page-nation {
  padding: 55px 0 90px;
  border-top: 1px solid #C1C1C1;
}

.c-pager-lists {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.c-pager-lists-ac {
  color: #005ECB;
}

.c-pager-lists-arr {
  color: #005ECB;
}

.back-link {
  color: #005ECB;
}

/*404*/
.error-page h3 {
  margin-bottom: 15px;
}
.error-page__description {
  margin-bottom: 60px;
}

/*--------------------------------single--------------------------------*/
.post-single .c-page-nation {
  max-width: 960px;
  margin: 128px auto 0;
}

.post-single-ttl-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .post-single-ttl-wrap {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.post-single-ttl-wrap .archive-post-date {
  font-size: min(3vw, 26px);
}
@media screen and (max-width: 480px) {
  .post-single-ttl-wrap .archive-post-date {
    font-size: min(3.5vw, 14px);
  }
}

.post-single-category {
  font-size: min(3vw, 16px);
  padding: 2px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .post-single-category {
    font-size: min(3.5vw, 14px);
  }
}

.post-single-ttl-wrap .post-single-ttl {
  font-size: min(3.5vw, 26px);
  font-weight: normal;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .post-single-ttl-wrap .post-single-ttl {
    font-size: max(5vw, 18px);
  }
}

.single-main-body {
  max-width: 960px;
  margin: auto;
}

.single-main-body h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.single-main-body h4 {
  padding: 13px 20px;
  border-left: 1px solid #22A08B;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.single-main-body p {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.single-main-body ul {
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
}

.single-main-body ul li {
  position: relative;
}

.single-main-body ul li::before {
  content: "";
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  background-color: #22A08B;
  position: absolute;
  top: 2px;
  left: -25px;
}

.single-main-body ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-main-body ol {
  margin-bottom: 40px;
  counter-reset: ol_li;
  font-family: "Noto Sans JP", sans-serif;
}

.single-main-body ol li::before {
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #22A08B;
  display: inline-block;
  width: 25px;
  font-weight: bold;
}

.single-main-body figure {
  margin-bottom: 40px;
}

/*お問い合わせ*/
.company_name {
  text-align: center;
  font-weight: bold;
}

.phone_num {
  text-align: center;
  font-size: min(5vw, 36px);
  font-weight: bold;
  color: #005ECB;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .phone_num {
    font-size: 24px;
    gap: 0;
  }
}

.phone_num::before {
  content: "";
  background: url(../images/icon-phone.svg) center/contain no-repeat;
  display: inline-block;
  width: 1em;
  height: 1.5em;
}

.fax_num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #005ECB;
}
@media screen and (max-width: 480px) {
  .fax_num {
    font-size: 16px;
  }
}

.reception_time {
  text-align: center;
}

.required-srt {
  background: #22A08B;
  border-radius: 3px;
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px;
}

.contact-thanks__text-upper {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .contact-thanks__text-upper {
    font-size: min(4vw, 20px);
  }
}

.contact-thanks__text-lower {
  margin-bottom: 100px;
}

/*リクルート*/
.recruit-tbl-area {
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .recruit-tbl-area {
    margin: 0;
  }
}

.recruit-tbl {
  width: 100%;
}
.recruit-tbl tr:nth-child(odd) td, .recruit-tbl tr:nth-child(odd) th {
  background: #EAF2F1;
}

.recruit-tbl__header {
  border-radius: 10px 0 0 10px;
  padding: 25px 0 25px 25px;
  width: 25%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .recruit-tbl__header {
    display: block;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
}

.recruit-tbl__data {
  border-radius: 0 10px 10px 0;
  padding: 25px 25px 25px 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-tbl__data {
    display: block;
    border-radius: 0 0 10px 10px;
    padding: 5px 20px 20px;
    width: 100%;
    text-align: center;
  }
}

.tab-menu {
  max-width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0;
    background-color: #fafafa;
    overflow: hidden;
  }
  .tab-menu li:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(2) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(3) {
    border-bottom: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(4) {
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(5) {
    border-right: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 480px) {
  .tab-menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .tab-menu li:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(2) {
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
  }
  .tab-menu li:nth-child(3) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu li:nth-child(4) {
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
  }
  .tab-menu li:nth-child(5) {
    border-right: 1px solid #E2E2E2;
  }
}

.tab-menu li {
  width: 180px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  background: #FAFAFA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab-menu li {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 10px;
  }
}

.tab-menu li:hover {
  background: #fff;
}

.tab-menu li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 97px;
  height: 2px;
  transform: translate(-50%);
  background-color: #00A38A;
}

.tab-menu .active {
  background: #fff;
  color: #00A38A;
}

.tab-menu .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 97px;
  height: 2px;
  transform: translate(-50%);
  background-color: #00A38A;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

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

.recruit-wrap__inner {
  width: 47.2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-wrap__inner {
    width: 100%;
    margin-bottom: 30px;
  }
}

.recruit-wrap__sentence {
  margin-top: 40px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-wrap__sentence {
    margin-top: 10px;
  }
}

.tab-menu02 {
  max-width: 660px;
  margin: 0 auto 35px;
  border: 1px solid #707070;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .tab-menu02 {
    grid-template-rows: auto;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
  }
}

.tab-menu02 li {
  width: 33.3%;
  height: 50px;
  border-radius: 0;
  border: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab-menu02 li {
    width: 100%;
    background: transparent;
  }
  .tab-menu02 li:nth-child(1) {
    border-bottom: none;
  }
  .tab-menu02 li:nth-child(2) {
    border-bottom: none;
  }
  .tab-menu02 li:nth-child(3) {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .tab-menu02 li:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu02 li:nth-child(2) {
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
  }
  .tab-menu02 li:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid #E2E2E2;
  }
  .tab-menu02 li:nth-child(4) {
    border-bottom: none;
    border-right: none;
  }
}

.tab-menu02 li.active,
.tab-menu02 li:hover {
  color: #00A38A;
}

.recruit-employee-interview-wrap {
  display: grid;
  gap: 60px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-wrap {
    display: block;
  }
}
.recruit-employee-interview-wrap__01 {
  grid-row: 1;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-wrap__01 {
    margin-bottom: 15px;
  }
}
.recruit-employee-interview-wrap__02 {
  grid-row: 1;
  grid-column: 2/3;
}
.recruit-employee-interview-wrap__03 {
  grid-row: 2;
  grid-column: 2/3;
}
.recruit-employee-interview-wrap__04 {
  grid-row: 3;
  grid-column: 2/3;
}
.recruit-employee-interview-wrap__05 {
  grid-row: 2/4;
  grid-column: 1/2;
}
.recruit-employee-interview-wrap__title {
  font-size: 20px;
  margin-bottom: 20px;
  text-indent: -2.55em;
  padding-left: 2.3em;
}
.recruit-employee-interview-wrap__title span {
  color: #00A38A;
  margin-right: 1em;
}
.recruit-employee-interview-wrap__sentence {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-wrap__sentence {
    margin-bottom: 2em;
  }
}

.recruit-employee-interview-flow {
  padding-left: 160px;
  position: relative;
}

.recruit-employee-interview-flow::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #22A08B;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 110px;
}

.recruit-employee-interview-flow > li {
  position: relative;
}

.recruit-employee-interview-flow > li:not(:last-child) {
  margin-bottom: 5vh;
}

.recruit-employee-interview-flow > li .recruit-employee-interview-icon {
  font-size: 16px;
  color: #22A08B;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: -120px;
  z-index: 100;
}

.recruit-employee-interview-flow > li .recruit-employee-interview-flow__text {
  left: -40px;
  position: relative;
  line-height: 1;
  font-weight: bold;
}

.recruit-employee-interview-flow > li .recruit-employee-interview-flow__text::before,
.recruit-employee-interview-flow > li .recruit-employee-interview-flow__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.recruit-employee-interview-flow > li .recruit-employee-interview-flow__text::before {
  width: 16px;
  height: 16px;
  margin-top: -15px;
  background: #22A08B;
  border-radius: 50%;
  left: -25px;
}

.recruit-employee-interview-flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  margin-bottom: 1vh;
}

.recruit-employee-interview-wrap__title02 {
  background: #EAF2F1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  color: #22A08B;
}

.recruit-employee-interview-holiday-wrap {
  background: #F8F8F8;
}

.recruit-employee-interview-holiday-wrap__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 20px 25px;
}
.recruit-employee-interview-holiday-wrap__inner02 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-holiday-wrap__inner02 {
    flex-direction: column;
  }
}

.recruit-employee-interview-holiday-wrap__text {
  width: 55.8%;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-holiday-wrap__text {
    width: 100%;
  }
}

.recruit-employee-interview-holiday-wrap__image {
  width: 42.1%;
}
@media screen and (max-width: 768px) {
  .recruit-employee-interview-holiday-wrap__image {
    width: 100%;
  }
}

/*施工実績一覧*/
.performance-list {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 40px;
}
@media screen and (max-width: 768px) {
  .performance-list {
    grid-template-columns: 1fr 1fr;
    gap: 42px 30px;
  }
}
@media screen and (max-width: 480px) {
  .performance-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.performance-image {
  margin-bottom: 10px;
  aspect-ratio: 16/11;
  overflow: hidden;
  position: relative;
}
.performance-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.performance-text {
  line-height: 1.5;
}

.performance-cate span {
  background: #EBEBEB;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 10px;
}

.mw_wp_item {
  margin-bottom: 30px;
}
.mw_wp_item .box {
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  background: #F8F8F8;
  padding: 10px;
  width: 100%;
}
.mw_wp_item .box100 {
  width: 100px;
}
.mw_wp_item .box130 {
  width: 130px;
}
.mw_wp_item__label {
  margin-bottom: 10px;
}
.mw_wp_item__date {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_input .mw_wp_item__date {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .mw_wp_item {
    padding: 0 15px 10px;
    border-bottom: 1px solid #C5C5C5;
  }
}

.zip-code {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .zip-code {
    margin-bottom: 0;
  }
}

.mw_wp_form_input {
  max-width: 730px;
  margin: 100px auto 0;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_input {
    margin-top: 0;
  }
}

.submit_btn_wrap {
  max-width: 520px;
  margin: 130px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 480px) {
  .submit_btn_wrap {
    margin-top: 0;
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}

.mw_wp_form .submit_btn.right {
  position: relative;
  max-width: 240px;
}
@media screen and (max-width: 480px) {
  .mw_wp_form .submit_btn.right {
    margin-top: 0;
  }
}

.mw_wp_form .submit_btn.right i {
  position: absolute;
  top: 52%;
  left: 13%;
  color: #005ECB;
}

.mw_wp_form_confirm .submit_btn.right {
  position: relative;
}

.mw_wp_form .submit_btn.right::before,
.mw_wp_form_confirm .submit_btn.right::before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 13%;
  top: 52%;
  transform: translateY(-50%);
  color: #005ECB;
  pointer-events: none;
}

.mw_wp_form_confirm .submit_btn.right::before {
  left: 35%;
}

.mw_wp_form .submit_btn.right:hover:before,
.mw_wp_form_confirm .submit_btn.right:hover:before {
  color: #fff;
}

.mw_wp_form_confirm .submit_btn.left {
  position: relative;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .submit_btn.left {
    margin-right: 0;
  }
}

.mw_wp_form_input .submit_btn.left {
  display: none;
}

.mw_wp_form_confirm .submit_btn.left::before {
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 19%;
  top: 52%;
  transform: translateY(-50%);
  color: #8B8888;
  pointer-events: none;
}

.mw_wp_form_confirm .submit_btn.left:hover:before {
  color: #fff;
}

.submit_btn .c-button-link {
  margin: 0 auto;
}

.mw_wp_form_confirm .hide_mw_wp_confirm {
  display: none;
}

.form-text {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */