@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

#wpadminbar {
  display: block !important;
}

.admin-bar {
  margin-top: -30px;
}

/*
 * Copyright (c) 2025 https://ka2yuki.github.io
 * Released under the MIT License.
 * https://opensource.org/licenses/MIT
 */
header .swiper .swiper-slide img {
  width: 100vw;
  /* ビューポートの幅いっぱい */
  height: 100vh;
  /* ビューポートの高さいっぱい */
  /* navも考慮している 要素内いっぱい と同じ. height100% じゃなくてok. */
  object-fit: cover;
  /* 画面全体を埋めるように調整 */
}

table {
  margin: 0 auto;
}

table.bb tbody tr {
  border-bottom: 1px solid var(--table-border-c);
}

table tbody tr {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

table tbody tr th {
  padding: 15px 10px;
}

table tbody tr td {
  align-content: center;
}

a:hover {
  opacity: 0.7;
}

body {
  color: #333;
}

@media screen and (max-width: 1300px) {
  header nav .wrap ul {
    padding: 0px 0px;
  }
}

header nav .sns li a img {
  display: none;
  width: 32px !important;
}

.sns {
  display: none;
}

footer .sns {
  display: none !important;
}

body > div {
  display: none;
}

body > img.fade {
  width: 60px !important;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.df {
  align-items: baseline !important;
}

.josefin-sans-regular {
  font-family: inherit;
}

header nav {
  position: fixed !important;
  width: 100%;
  top: 0;
}

header nav {
  border-bottom: 2px solid #d12c42;
}

header nav .wrap {
  padding: 14px 0px 14px 20px;
}

header nav .wrap .logo-wrap {
  width: 190px;
}

header nav ul li a {
  color: #d12c42 !important;
  font-size: 0.7rem;
}

header nav ul li a .en {
  font-size: 80%;
}

header nav ul li a .en {
  font-size: 130%;
  font-weight: normal;
}

.news .title img {
  margin-top: 16px;
}

.news .title * {
  display: inline;
}

.news .title h2:last-of-type {
  margin-top: 10px;
}

main section > .wrap {
  max-width: 1120px !important;
  padding-left: 20px;
  padding-right: 20px;
}

main .card-box .slags time {
  font-size: 11px;
}

main .card-box .contents p {
  font-size: 12px;
  font-weight: bold;
}

main .card-box {
  max-width: 23%;
}

html hr {
  /* height: 0px;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #D12C42 !important; */
}

html hr + hr {
  margin-top: -6px;
}

html section.company .contents .title {
  font-size: 1.5vw;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}

html section.company .contents .body {
  font-size: 1vw;
  line-height: 1.8;
}

.company section.policy .wrap {
  max-width: 900px !important;
}

html section.company {
  display: flex;
}

html section.company > img {
  width: 28%;
}

.company section.company table ul li {
  margin-left: 20px;
}

html table tbody tr td {
  align-content: unset;
}

html section.company .contents {
  width: 100%;
}

.top .saiyou .contents .left a img {
  width: 400px !important;
}

.page-link-box-2.flex-ce {
  justify-content: center;
}

.page-link-box-2 a {
  height: 270px;
  position: relative;
  border: 2px solid #d12c42;
  overflow: hidden;
}

.page-link-box-2 a::before {
  opacity: 0.7;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-link-box-2 a:hover {
  opacity: 1;
}

.page-link-box-2 a:hover::before {
  opacity: 0;
}

.page-link-box-2 a > span {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 22px;
  bottom: 20px;
  display: block;
  padding-left: 6px;
  padding-right: 10px;
  border-left: 5px solid #d12c42;
}

.page-link-box-2 a > span span {
  padding-left: 7px;
}

.page-link-box-2 a > span img {
  margin-left: 10px;
}

.top .etc .contents .page-link-box a {
  position: relative;
  display: block;
  border: 2px solid #d1422c;
  margin-bottom: 40px;
}

.top .etc .contents .page-link-box a:hover {
  opacity: 1;
}

main section > .wrap {
  padding: 70px 20px;
  margin-left: auto;
  margin-right: auto;
}

.top .sns .contents {
  gap: 50px 50px !important;
}

.sns + .pdf {
  margin-top: -80px;
}

main section.contact .wrap {
  max-width: 800px !important;
  padding: 50px 0 30px;
}

main section.contact .wrap .title .ja {
  font-size: 22px !important;
  width: 200px !important;
  font-weight: normal;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  display: block;
}

main section.contact .wrap .title .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px !important;
  font-weight: normal;
  margin-top: -5px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

footer .wrap .footer-menu {
  padding: 0;
}

section.contact a {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  margin-top: -10px;
}

main section.contact .wrap .content .tell {
  margin-right: 0rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-style: normal;
}

main section.contact .wrap .content .telhref {
  display: flex;
}

main section.contact .wrap .content .address {
  font-size: 11px;
  text-align: center;
  font-style: normal;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

/* .tell-wrap {
  pointer-events: none;
} */

.fax-wrap {
  pointer-events: none;
}

.contact .df {
  align-items: center !important;
}

.contact .address > * {
  display: flex;
}

footer {
  background-image: url(../images/top/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 100px;
  height: 550px;
}

footer a {
  color: #fff !important;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
}

footer .wrap .contents {
  margin: 0 auto;
}

main section.contact .wrap .title {
  flex-direction: column !important;
}

footer .company-info .img-wrap {
  font-family: "Zen Old Mincho", serif;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.8);
}

footer address {
  font-size: 14px;
  font-style: normal;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu a {
  font-size: 14px;
}

footer .wrap .copyright {
  font-size: 10px;
  text-align: center;
  margin: 1.5rem 0 auto;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

html header > .wrap {
  max-width: 95%;
  height: auto;
  padding: 40px;
  margin-top: 90px;
}

header > .wrap h1,
header > .wrap .img-wrap h1,
header > .wrap .center-ab {
  letter-spacing: 6px;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 3px 5px 6px #494949;
}

header > .wrap .center-ab {
  position: absolute;
  text-align: center;
  width: 100%;
}

body main .breadcrumbs {
  margin-top: 10px;
}

body main .breadcrumbs * {
  font-size: 13px;
  line-height: 1.5;
}

html main .breadcrumbs span {
  padding: 0;
}

html main .breadcrumbs > span {
  padding: 0 10px 0 10px;
}

html main .breadcrumbs > span:first-child {
  padding: 0 10px 0 0px;
}

body main .breadcrumbs *::after {
  display: none;
}

main section.posts article a .contents p {
  font-size: 12px;
  font-weight: 500;
  padding: 0px 0 0;
}

main section.posts article a .contents .tag-list {
  color: #fff;
  font-size: 11px;
  padding: 1px 20px 3px;
  margin-right: 0;
  background: #d1422c;
}

main section.posts article a .thumbnail {
  background: #fff;
}

.single main section.posts article .contents .tag-list span {
  font-size: 11px;
  line-height: 1;
  background-color: rgb(209, 66, 44);
  color: white;
  padding: 0px 20px 0px;
}

main section.posts article a .contents h2 {
  color: #333;
  font-size: 15px;
  font-weight: 500 !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

main section.posts article a .contents .bt-detail {
  color: #d12c42;
  text-align: right;
  margin-top: 0;
}

.btn-icon {
  font-size: 15px;
  font-weight: normal;
  padding: 5px 5px;
}

.btn-icon .icon {
  height: 15px;
  width: 15px;
  margin-right: 20px;
}

.achievement main section.posts article a .contents button {
  width: 170px !important;
}

html main section.posts aside h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
}

html main section.posts aside ul li a {
  font-size: 14px;
  padding: 0px 10px 2px;
  margin: 20px 0;
}

html main section .title .en {
  font-size: 40px !important;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
}

html main section .title .ja {
  font-size: 16px !important;
  margin-left: 20px;
}

.president .contents h2 {
  font-size: 20px;
}

section.president .contents .col2 > div p {
  font-size: 17px !important;
}

section.president .contents .col2 > div p + * {
  font-size: 22px !important;
  font-family: "Noto Sans JP", serif;
}

html .company section.company table tbody tr {
  font-size: 17px;
  padding: 5px 0;
}

main .company .card-box {
  max-width: 100%;
}

section.company .card-box .contents {
  padding: 20px 0px;
}

.company section.company .contents table .card-wrap.dfc .card-box {
  width: 280px;
}

section.company table tbody tr td {
  padding: 14px 13px 0;
}

section.history table tbody tr th {
  font-size: 17px;
}

section.history table tbody tr td {
  font-size: 17px;
  padding: 14px 13px 0;
}

section.quality * {
  font-size: 17px;
}

section.quality .col2 div ol {
  margin-bottom: 40px;
}

html .company section.policy .contents ol li {
  font-size: 17px;
}

.company section.center p {
  font-size: 17px !important;
}

.company section.dormitory p {
  font-size: 17px !important;
}

html main section.discription .title .ja {
  font-size: 21px !important;
  font-family: "Noto Sans JP", serif;
}

html main section.discription .contents p {
  font-size: 17px !important;
}

html main section.discription .wrap {
  max-width: 900px !important;
}

html main section.service-image .title .ja {
  font-size: 22px !important;
  font-family: "Noto Sans JP", serif;
  margin-left: 10px;
}

html main section.history .title .ja {
  font-size: 22px !important;
  font-weight: bold !important;
  font-family: "Noto Sans JP", serif;
  margin-left: 0px;
}

html main section.history .contents p {
  font-size: 17px !important;
  max-width: 900px !important;
}

html main section.detail .title .ja {
  font-size: 40px !important;
  font-weight: normal;
  font-family: "Noto Sans JP", serif;
}

.business section.detail .contents .desc-area h3 {
  font-size: 24px !important;
  font-family: "Noto Sans JP", serif !important;
}

.business section.detail .contents .desc-area p {
  font-size: 17px !important;
}

.business section.detail .contents .desc-area a img {
  max-width: 280px;
}

.table-of-contents .grid3 {
  display: flex;
  align-items: left;
  gap: 0;
  justify-content: flex-start;
}

.table-of-contents .grid3 a {
  color: #d1422c;
  border: 2px solid #d1422c;
  position: relative;
}

.table-of-contents .grid3 a .icon {
  position: absolute;
  right: -14px;
  bottom: 12px;
}

.initiatives .table-of-contents a {
  padding: 10px;
  margin: 0 10px 20px;
  border-radius: 10px;
}

.table-of-contents .grid3 {
  padding-bottom: 80px !important;
}

.initiatives section .title img {
  height: 70px;
  width: auto;
}

#car .disc h3 {
  font-size: 32px !important;
}

#car .disc p {
  font-size: 18px !important;
  line-height: 1.5;
}

#car .col2 + .col2 {
  gap: 50px 150px;
}

#event .title {
  margin-bottom: 0px !important;
}

#event .disc p {
  font-size: 18px !important;
}

#event .wrap {
  max-width: 1200px !important;
}

#event .col2 + .col2 {
  max-width: 1000px !important;
  margin: auto;
}

#event .col2 a {
  position: relative;
  display: block;
  border: 2px solid #d1422c;
}

#event .col2 a:hover {
  opacity: 1;
}

#emp .title h2 {
  font-size: 55px !important;
}

#emp .wrap {
  max-width: 880px !important;
}

#emp .col2 {
  /* gap: 50px 200px !important; */
  max-width: 1000px !important;
}

#emp .card .tac {
  font-size: 20px;
}

#emp .card p {
  font-size: 12px;
  padding: 0px 0 !important;
}

.waid-plus .title img {
  width: 300px !important;
  height: auto !important;
}

.waid-plus .title .ja {
  font-size: 38px !important;
  margin-left: 10px;
  margin-bottom: 10px !important;
}

main section .title .discription {
  font-size: 1.1rem;
}

/* .waid-plus .col2 {
  gap: 70px 120px !important;
} */

.waid-plus .disc h3 {
  font-size: 22px !important;
}

.waid-plus .disc p {
  font-size: 17px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.community .title .ja {
  font-size: 55px !important;
  margin-left: 10px;
  margin-bottom: 10px !important;
}

/* .community .col2 {
  gap: 70px 120px !important;
} */

.community .disc p {
  font-size: 17px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#sdgs .title .ja {
  font-size: 55px !important;
  margin-left: 10px;
  margin-bottom: 10px !important;
}

#sdgs .disc h3 {
  font-size: 22px !important;
}

#sdgs .disc p {
  font-size: 17px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#health .title .ja {
  font-size: 38px !important;
  margin-left: 10px;
  margin-bottom: 10px !important;
}

#health .disc h3 {
  font-size: 22px !important;
}

#health .disc p {
  font-size: 17px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-404 .title {
  display: block;
}

.page-404 .title .en {
  font-size: 30px !important;
}

.page-404 .title .ja {
  font-size: 20px !important;
}

.page-404 p {
  font-size: 15px;
}

#menu-toggle {
  display: none;
}

/* .posts .col2 {
  width: 50%;
  grid-template-columns: auto !important;
} */

.posts li {
  list-style-type: none;
}

.single main section.posts article .contents .tag-list span {
  font-size: 12px;
  background-color: rgb(209, 66, 44);
  color: white;
  padding: 1px 20px;
}

.single main section.posts article .contents time {
  color: rgb(209, 66, 44);
  font-size: 12px;
  margin-right: 14px;
}

.single main section.posts article .contents h1 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: normal;
  margin-top: 14px;
  margin-bottom: 30px;
}

.single main section.posts article .contents h2 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #d1422c;
  margin: 20px 0;
}

.single main section.posts article .contents h3 {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin: 20px 0;
}

.single main section.posts article .contents h4 {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
  margin: 20px 0;
}

.single main section.posts article .contents p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.single main section.posts article .contents p a {
  text-decoration: underline;
}

.single main section.posts article a {
  display: inline;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  font-size: 14px !important;
  font-weight: normal;
  padding: 0px 5px 2px;
  margin: 0 4px 8px !important;
  background: #d1422c;
  border: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span:not(.pages) {
  width: 28px;
  display: inline-block;
}

.wp-pagenavi span.current {
  color: #d1422c;
  font-weight: normal !important;
  background: #fff;
  border: 1px solid #d1422c !important;
}

.post-type-archive-achievement main article,
.tax-achievement-cat main article {
  padding: 20px 0;
  border-top: 1px solid #d1422c;
  border-bottom: 1px solid #d1422c;
}

.post-type-archive-achievement main article .contents,
.tax-achievement-cat main article .contents {
  border-bottom: none !important;
}

.post-type-archive-achievement main article button.square,
.tax-achievement-cat main article button.square {
  color: #333;
  width: 160px;
  min-width: auto;
  margin-top: 20px;
  margin-right: 0;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.7;
  transition: opacity 0.7s;
  width: calc(100% / 3);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル */
.single .swiper-container {
  position: relative;
  padding: 0 20px;
}

.single .swiper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.single .swiper-slide img {
  width: 100%;
  height: auto;
}

.single .thumbs-swiper {
  margin-top: 10px !important;
}

.single .swiper-slide-thumb-active {
  border: 4px solid #d1422c;
}

.single .swiper-button-prev {
  top: auto;
  bottom: 0px;
  height: 80px;
  left: -5px !important;
  background: url("../images/works/arrow-l.png") no-repeat center top;
  background-size: 12px auto !important;
  position: absolute;
}

.single .swiper-button-prev::after {
  display: none;
}

.single .swiper-button-next {
  top: auto;
  bottom: 0px;
  height: 80px;
  right: -5px !important;
  background: url("../images/works/arrow-r.png") no-repeat center top;
  background-size: 12px auto !important;
  position: absolute;
}

.single .swiper-button-next::after {
  display: none;
}

.table-contact {
  max-width: 100% !important;
}

.table-contact th {
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  padding: 20px 12px;
  background: #333;
  margin-bottom: 10px;
  min-width: 280px;
}

.table-contact td {
  padding: 12px;
  background: #f6f7f8;
  margin-bottom: 10px;
}

.table-contact td p {
  display: none;
}

.table-contact td input,
.table-contact td textarea {
  color: #707070;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 14px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  appearance: none;
  webkit-appearance: none;
}

.table-contact td select {
  color: #707070;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 14px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
}

.table-contact .require {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 3px;
  margin-top: 2px;
  margin-left: 20px;
  background: #d12c42;
  display: inline-block;
  float: right;
}

.table-contact .any {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 3px;
  margin-top: 2px;
  margin-left: 20px;
  background: #707070;
  display: inline-block;
  float: right;
}

form input.submit {
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  background: #cc0000;
  border: none;
  appearance: none;
  webkit-appearance: none;
  border-radius: 0;
}

form input.back {
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  background: #333;
  border: none;
  appearance: none;
  webkit-appearance: none;
  border-radius: 0;
}

.confirm .table-contact th {
  text-align: center;
  background: #d1422c;
}

.confirm .table-contact td {
  padding: 19px;
}

body.confirm .table-contact th span {
  display: none;
}

.mw_wp_form_input .text-confirm {
  display: none;
}

.mw_wp_form_confirm .text-input,
.mw_wp_form_confirm .logbox,
.mw_wp_form_confirm .text-attention {
  display: none;
}

.cat.tac + .cat.tac {
  display: none;
}

.anc-bt-recruit li {
  list-style-type: none;
  margin-bottom: 30px;
}

.anc-bt-recruit li a {
  color: #d1422c;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  border: 2px solid #d1422c;
  display: block;
  background: url("../images/recruit/bt-arrow.png") no-repeat right 10px center;
  background-size: 20px;
  border-radius: 8px;
}

.recruit-bg {
  background: url("../images/recruit/bg.png") no-repeat center;
  background-size: cover;
}

.recruit-bg a img {
  width: 300px;
}

.recruit-table {
  width: 100%;
}

.recruit-table th {
  font-size: 14px;
  vertical-align: top;
  border-top: 3px solid #c3cfda;
}

.recruit-table td {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
  border-top: 3px solid #c3cfda;
}

.recruit-table tr:last-child th {
  border-bottom: 3px solid #c3cfda;
}

.recruit-table tr:last-child td {
  border-bottom: 3px solid #c3cfda;
}

.tab-area {
  color: #d1422c;
  border: 2px solid;
  cursor: pointer; /* カーソルポインターに */
}

.tab {
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #d1422c;
  border-radius: 8px;
}

.tab:nth-child(n + 2) {
  border-left: 2px solid;
}

.tab.active {
  color: #d1422c;
}

.tab-area .tab {
  border: 2px solid #d1422c;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

@media screen and (max-width: 767px) {
  header nav {
    border-bottom: 5px solid #d12c42;
  }

  header nav .wrap .logo-wrap {
    width: 150px;
  }

  #menu-toggle:checked ~ .menu-btn span:first-child {
    transform: rotate(45deg) translate(3px, 5px);
  }

  #menu-toggle:checked ~ .menu-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -9px);
  }

  #menu-toggle:checked ~ .menu {
    padding-top: 10%;
    margin-top: 78px;
  }

  header nav .wrap .tell {
    position: absolute;
    right: 80px;
    top: 16px;
  }

  header nav .wrap .tell img {
    width: 44px;
  }

  #menu-toggle:checked ~ .tell {
    pointer-events: none;
  }

  #menu-toggle:checked ~ .tell img {
    opacity: 0.5;
  }

  header nav ul li {
    width: 100%;
    text-align: left;
  }

  header nav .wrap .menu li {
    margin: 20px 0 0;
  }

  header nav .wrap ul li a {
    /* margin-left: 36%; */
    position: relative;
    font-weight: bold;
  }

  header nav .wrap ul li a::before {
    content: "- ";
    left: -10px;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: none;
  }

  header nav ul li a .ja {
    color: #333;
    font-size: 16px;
  }

  header nav ul li a .en {
    display: none !important;
  }

  header nav .sns {
    gap: 0 !important;
  }

  header nav .sns li {
    margin-top: 30px;
    width: auto;
  }

  html header nav .sns li a {
    padding: 0px 12px !important;
    margin-left: 0 !important;
  }

  html header nav .sns li a::before {
    display: none;
  }

  header nav .sns li a img {
    display: block;
    width: 36px !important;
  }

  header > .wrap h1,
  header > .wrap .img-wrap h1,
  header > .wrap .center-ab {
    letter-spacing: 2px;
    font-size: 26px;
  }

  .menu-btn span {
    height: 3px;
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  main .card-box {
    max-width: 100%;
  }

  /* main section>.wrap {
    padding: 70px 40px;
  } */

  .news .title h2:first-of-type {
    font-size: 44px !important;
  }

  .news .title h2:last-of-type {
    font-size: 18px !important;
  }

  .news .card-wrap {
    padding: 0 40px;
  }

  main .card-box .contents p {
    font-size: 14px;
  }

  .news .card-wrap + a img {
    width: 280px !important;
    margin: 20px auto 0 !important;
  }

  html section.company .contents .title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  html section.company .contents .body {
    font-size: 13px;
    font-weight: bold;
  }

  .top .saiyou .contents .right {
    margin-top: -20px;
  }

  main section.saiyou .contents .right .btn {
    border: none;
    width: 80%;
  }

  main section > .wrap {
    padding: 70px 10px;
  }

  .top .etc .contents .page-link-box {
    gap: 30px 110px !important;
  }

  .page-link-box-2 a {
    height: 196px;
  }

  .contact .contents .tell-wrap img {
    width: 60px;
    margin-right: 10px;
  }

  main section.contact .wrap .content .address {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
  }

  main section.contact .wrap .contents address .tell-wrap .tell,
  main section.contact .wrap .contents address .fax-wrap .fax {
    font-size: 36px;
  }

  main section.contact .wrap .contents address .tell-wrap {
    margin-bottom: 10px;
  }

  footer {
    height: 350px;
    background-image: url(../images/top-sp/footer-bg.png);
    background-size: cover;
  }

  html header > .wrap {
    max-width: 90%;
    padding: 10px;
    margin-top: 80px;
  }

  .posts .col2 {
    width: 90%;
  }

  main section.posts article a .thumbnail {
    margin-bottom: 20px;
  }

  main section.posts article a {
    display: block;
  }

  .company .title {
    flex-direction: unset !important;
  }

  .company main section > .wrap {
    padding: 50px 10px;
  }

  html main section .title .en {
    font-size: 34px !important;
  }

  html main section .title .ja {
    font-size: 16px !important;
    margin-left: 0px;
    position: relative;
    top: -6px;
  }

  table {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  html table tbody tr th {
    font-size: 14px;
    padding: 6px 5px 6px 0;
  }

  html table tbody tr td {
    font-size: 14px;
    padding: 0px 0 0px 5px;
  }

  section.company table tbody tr td {
    padding: 3px 13px 0;
  }

  .company section.company .contents table .card-wrap {
    margin: 0px;
  }

  .company section.company .contents table .card-wrap.dfc .card-box {
    width: 100%;
  }

  .company section.company table ul li {
    margin-left: 18px;
  }

  html main section.history .title .ja {
    font-size: 16px !important;
    font-family: "Zen Old Mincho", serif;
  }

  section.history table tbody tr th {
    font-size: 13px;
  }

  section.history table tbody tr td {
    font-size: 13px;
    vertical-align: top;
  }

  .company section.quality .contents {
    max-width: 100%;
  }

  section.quality * {
    font-size: 15px;
  }

  html .company section.policy .contents ol li {
    font-size: 15px;
  }

  ol {
    padding: 0 10px 0 30px;
  }

  .company section.center p {
    text-align: left;
  }

  .company section.dormitory p {
    text-align: left;
  }

  .dormitory .contents {
    padding: 0 20px !important;
  }

  .dormitory .contents .img-wrap img {
    margin-bottom: 20px;
  }

  html main section.service-image .title .ja {
    margin-top: 10px;
    font-size: 18px !important;
    margin-left: 0px;
  }

  .business main section.history .title .ja {
    font-size: 22px !important;
  }

  html main section.detail .title .ja {
    font-size: 28px !important;
  }

  .detail .sankaku-right {
    margin-top: -10px;
    border-width: 15px 0 15px 30px;
  }

  .business section.detail .contents .desc-area {
    order: 2;
  }

  .grid3 {
    display: block;
  }

  .table-of-contents .grid3 {
    padding-bottom: 50px !important;
    margin-top: 40px;
    display: block;
  }

  .initiatives .table-of-contents a {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .initiatives section .title img {
    height: auto;
  }

  .initiatives #uni .title {
    margin-bottom: 20px !important;
  }

  .poa {
    top: 0 !important;
    position: relative !important;
  }

  .initiatives main section > .wrap {
    margin-top: 0 !important;
    padding: 0px 20px 40px !important;
  }

  .uni-box {
    padding-top: 0 !important;
  }

  .uni-box:last-child {
    margin-top: 40px !important;
  }

  .car .title {
    margin-bottom: 20px !important;
  }

  .car .col2 {
    gap: 30px !important;
  }

  .car .col2 + .col2 {
    margin-top: 60px !important;
  }

  #event .img-wrap img {
    padding-top: 0 !important;
  }

  #emp h2 {
    font-size: 58px !important;
    letter-spacing: 0 !important;
  }

  #emp .title {
    margin-bottom: 0px !important;
  }

  #emp .title h2 {
    font-size: 36px !important;
  }

  #emp .col2 h2 {
    font-size: 20px !important;
  }

  #emp .card p {
    font-size: 14px;
  }

  .waid-plus .title {
    margin-bottom: 20px !important;
  }

  .waid-plus .grid3 {
    display: block;
  }

  .waid-plus .grid3 img {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
  }

  .community .title {
    margin-bottom: 0 !important;
  }

  .community .title .ja {
    font-size: 36px !important;
    margin-left: 0px;
  }

  .community .col2 {
    padding-top: 20px !important;
  }

  #sdgs .title {
    margin-bottom: 0 !important;
  }

  #sdgs .title .ja {
    font-size: 36px !important;
  }

  .table-contact tr {
    display: block;
  }

  .table-contact th {
    width: 100%;
    float: left;
    clear: both;
    min-width: auto;
    padding: 6px 12px;
    margin-bottom: 0;
  }

  .table-contact td {
    width: 100%;
    float: left;
    clear: both;
  }

  .table-contact td textarea {
    height: 300px;
  }

  form input.back {
    margin-bottom: 30px;
  }

  .thanks .contents p {
    text-align: left !important;
  }

  .contact-bt-wrap {
    text-align: center;
  }
}
