@charset "UTF-8";
/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #03737A;
  --sc: #F97B2D;
  --bc: #038C75;
  --fc: #333;
  --base: "Noto Sans JP", sans-serif;
  --sub: "Zen Maru Gothic", sans-serif;
  --hd_mt: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --hd_mt: 80px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --hd_mt: 50px;
  }
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--fc);
  font-family: var(--base);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

div,
p,
li,
dl,
tr,
th,
td {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.05em;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--large {
  max-width: none;
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--size1 {
  max-width: 1270px;
}
.cmn-wrap.--top {
  max-width: none;
  padding-inline: 0;
}
@media screen and (max-width: 1439px) {
  .cmn-wrap.--top {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-wrap.--top {
    padding-inline: 15px;
  }
}

.cmn-ttl {
  text-align: left;
  position: relative;
}
.cmn-ttl__main {
  display: block;
  font-family: var(--sub);
  font-size: clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
  font-weight: 600;
}
.cmn-ttl__sub {
  display: block;
  font-weight: 700;
  color: var(--mc);
}
.cmn-ttl.--white .cmn-ttl__main,
.cmn-ttl.--white .cmn-ttl__sub {
  color: #fff;
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl__lead {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828181;
  text-align: center;
}

.cmn-text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-text--center {
    text-align: left;
  }
}

.cmn-btn.--type01 .cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-inline: 15px;
  border-radius: 10px;
  background-color: var(--sc);
  color: #fff;
  transition: 0.4s;
}
.cmn-btn.--type01 .cmn-btn__icon {
  width: 20px;
  height: 20px;
}
.cmn-btn.--type01 .cmn-btn__st {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.857;
}
.cmn-btn.--type01.--black .cmn-btn__link {
  background-color: #000;
}
.cmn-btn.--type02 .cmn-btn__link {
  display: block;
  max-width: 240px;
  width: 100%;
  border: solid 2px var(--mc);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 4.26;
  color: var(--mc);
  text-align: center;
  margin-inline: auto;
}

.cmn-table.--ptn01 .cmn-table__list {
  width: 100%;
}
.cmn-table.--ptn01 .cmn-table__row {
  border-bottom: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__row:first-of-type {
  border-top: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__label {
  padding: 15px 0 15px 30px;
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn01 .cmn-table__label {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn01 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn01 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
.cmn-table.--ptn01 .cmn-table__value span {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--ptn02 .cmn-table {
  width: 100%;
}
.cmn-table.--ptn02 .cmn-table__row {
  border-bottom: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__row:first-of-type {
  border-top: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__label {
  padding: 15px 0 15px 50px;
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label {
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label:first-of-type {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__label {
    padding: 15px 0 15px 30px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn02 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn02 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__value {
    padding: 15px 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--size01 .cmn-table__label {
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 20px;
  }
}
.cmn-table.--size01 .cmn-table__value {
  padding-left: min(4.6875vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 20px;
  }
}

.--sub {
  font-family: var(--sub);
}

.--color {
  color: var(--mc);
}

.--underline {
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #f1ef59;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}

.mfp-content {
  width: 90%;
  height: 90vh;
  margin-inline: auto;
  overflow: auto;
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

.--fade-img {
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
  pointer-events: none;
}
.--fade-img.fade-in {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.--bg-slide {
  position: relative;
}
.--bg-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efeef8;
}
.--bg-slide.show:before {
  animation: bg_slide 1.5s forwards;
}

@keyframes bg_slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.--txt-slide {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.--txt-slide.show {
  clip-path: inset(0);
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
  height: clamp(8rem, 0rem + 7.84vw, 10rem);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hd {
    height: 50px;
  }
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1260px;
  width: 100%;
  height: 100%;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .hd-cnt {
    padding-inline: 24px 0;
  }
}
.hd-name {
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.hd-name__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(0.5rem, 0rem + 1.44vw, 1.8rem);
}
.hd-logo {
  display: block;
  width: clamp(18rem, 16.8rem + 3.31vw, 21rem);
  aspect-ratio: 210/61;
}
@media screen and (max-width: 1024px) {
  .hd-logo {
    width: 135px;
  }
}
.hd-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
@media screen and (max-width: 1024px) {
  .hd-nav {
    display: none;
  }
}
.hd-nav__list {
  display: flex;
  gap: 16px;
}
.hd-nav__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.6;
  }
}
.hd-nav__link-main {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hd-nav__btn {
    display: none;
  }
}
.hd-nav__btn .cmn-btn__icon {
  display: none;
}
.hd-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: clamp(8rem, 0rem + 7.84vw, 10rem);
    aspect-ratio: 1;
    background-color: var(--sc);
    position: relative;
    z-index: 1002;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .hd-toggle {
    width: 50px;
  }
}
.hd-toggle div {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .hd-toggle div {
    width: 20px;
    height: 16px;
  }
}
.hd-toggle span {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #fff;
  color: #fff;
}
.hd-toggle span:nth-child(1) {
  top: 0;
}
.hd-toggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(2) {
    top: 7px;
  }
}
.hd-toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(3) {
    top: 14px;
  }
}
.hd .sp-nav.hd-nav {
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  display: flex;
  max-width: 600px;
  width: 100%;
  height: 100svh;
  background: #fff;
  padding-inline: clamp(4.5rem, 2.4rem + 5.52vw, 9.5rem);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.hd .sp-nav .hd-nav__list {
  max-width: 420px;
  width: 100%;
  flex-direction: column;
}
.hd .sp-nav .hd-nav__link {
  line-height: 2.86;
}
.hd .sp-nav .hd-nav__btn {
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .hd .sp-nav .hd-nav__btn {
    display: block;
  }
}
.hd .sp-nav .hd-nav__btn .cmn-btn__icon {
  display: block;
}
.hd.open .hd-nav.sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle {
  align-items: center;
  background: transparent;
}
.hd.open .hd-toggle span {
  background: #000;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 8px;
  width: 100%;
  transform: rotate(-45deg);
}

.ft {
  padding-block: clamp(3rem, 1.1rem + 5.09vw, 5rem);
  background-color: #313131;
  color: #fff;
}
.ft__wrap {
  max-width: 1280px;
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ft__wrap {
    padding-inline: 15px;
  }
}
.ft__cnt {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(3rem, -9rem + 11.72vw, 6rem);
  border-bottom: solid 1px #647179;
  padding-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ft__cnt {
    flex-direction: column;
    align-items: center;
  }
}
.ft__info {
  max-width: 360px;
  width: 100%;
}
.ft__logo {
  width: clamp(18rem, 16.8rem + 3.09vw, 20.8rem);
  aspect-ratio: 208/61;
  margin-bottom: 25px;
}
.ft__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft__desc {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ABAFB2;
  margin-bottom: 20px;
}
.ft__data-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ft__data-item + .ft__data-item {
  margin-top: 10px;
}
.ft__data-icon {
  width: 15px;
  height: 15px;
}
.ft__data-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft__data-txt-st {
  font-size: 1rem;
  font-weight: 500;
  color: #ABAFB2;
}
.ft__certification {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ft__certification-item {
  max-width: 65px;
  width: calc((100% - 20px) / 3);
}
.ft__menu {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .ft__menu {
    flex: 0 1 auto;
    max-width: 350px;
    width: 100%;
  }
}
.ft .ft-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6rem, -9rem + 19.53vw, 16rem);
}
.ft .ft-nav__ttl {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ABAFB2;
  margin-bottom: 20px;
}
.ft .ft-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft .ft-nav__link {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ABAFB2;
  padding-left: 10px;
  transition: all 0.4s;
}
.ft .ft-nav__link::after {
  content: "›";
  position: absolute;
  top: 0;
  left: 0;
}
.ft .ft-nav__link:hover {
  opacity: 0.6;
}
.ft__copy-st {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #ABAFB2;
}

.breadcrumb {
  padding-top: clamp(1rem, 0.4rem + 1.66vw, 2.5rem);
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
}

.page-top {
  position: absolute;
  bottom: 0;
  right: 1.6%;
}
.page-top__link {
  display: block;
  width: 50px;
  height: 50px;
}
.page-top__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cmn-contact__block {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem) clamp(8rem, 4.5rem + 9.39vw, 16.5rem);
  background: url(../img/cmn/bg-contact.jpg) no-repeat center center/cover;
}
.cmn-contact__head {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.44vw, 2.5rem);
}
.cmn-contact__txt {
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.cmn-contact__txt-st {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #fff;
  line-height: 1.875;
  text-align: center;
  text-shadow: 0px 0px 14.4px rgba(119, 119, 119, 0.2470588235);
}
.cmn-contact__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 400px;
  width: 100%;
  height: 90px;
  background-color: var(--sc);
  border-radius: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cmn-contact__btn-link {
    height: 70px;
  }
}
.cmn-contact__btn-icon {
  width: 25px;
  height: 18px;
}
.cmn-contact__btn-txt {
  letter-spacing: 0.05em;
  color: #fff;
}
.cmn-contact__map {
  width: 100%;
  aspect-ratio: 1920/565;
}
@media screen and (max-width: 1024px) {
  .cmn-contact__map {
    aspect-ratio: 768/360;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact__map {
    aspect-ratio: 375/300;
  }
}
.cmn-contact__map iframe {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 100;
}
body.open::before {
  opacity: 1;
}

main {
  margin-top: var(--hd_mt);
}

.top-page .top-mv__ph-item {
  max-height: 800px;
  height: 70svh;
}
.top-page .top-mv__ph-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-page .top-mv__info {
  max-width: max-content;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-page .top-mv__info-txt {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.top-page .top-mv__ttl {
  font-family: var(--sub);
  font-size: clamp(3.2rem, 1.4rem + 2.34vw, 4.4rem);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-page .top-mv__ttl {
    font-size: min(6.4vw, 3.2rem);
  }
}
.top-page .top-mv__catch {
  color: #fff;
}
.top-page .top-mv__catch.--en {
  font-size: 1rem;
  margin-bottom: 10px;
}
.top-page .top-mv__catch.--jp {
  font-size: 1.3rem;
}
.top-page .top-mv__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-page .top-strength {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  position: relative;
}
.top-page .top-strength::before {
  content: "";
  width: 100%;
  height: clamp(30rem, 17.9rem + 32.36vw, 80rem);
  background: url(../img/cmn/bg_layer-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-page .top-strength__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-page .top-strength__ttl {
  margin-bottom: 15px;
}
.top-page .top-strength__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-page .top-strength__list {
    flex-direction: column;
    align-items: center;
  }
}
.top-page .top-strength__item {
  max-width: 385px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border: solid 2px #AEAEAE;
  border-radius: 10px;
  padding: clamp(3rem, 2rem + 2.54vw, 4rem) 15px;
}
@media screen and (max-width: 767px) {
  .top-page .top-strength__item {
    width: 100%;
  }
}
.top-page .top-strength__item-inr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 325px;
  width: 100%;
  margin-inline: auto;
}
.top-page .top-strength__item-icon {
  width: 84px;
  aspect-ratio: 1;
}
.top-page .top-strength__item-ttl {
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.top-page .top-strength__item-txt {
  letter-spacing: 0.05em;
}
.top-page .top-strength__txt {
  margin-top: 30px;
}
.top-page .top-strength__txt-st {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-page .top-strength__txt-st {
    text-align: left;
  }
}
.top-page .top-strength__certification {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.top-page .top-strength__certification-item {
  max-width: 88px;
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1;
}

.top-business {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  background-color: #f0f4f4;
}
.top-business__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-business__list {
    flex-direction: column;
    align-items: center;
  }
}
.top-business__item {
  max-width: 590px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .top-business__item {
    width: 100%;
  }
}
.top-business__item-ph img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.top-business__item-info {
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 10px 15px 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-business__item-ttl {
  font-size: clamp(2rem, 1.8rem + 0.44vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-business__anc {
  display: block;
  position: relative;
}

.top-equipment {
  background: url(../img/top/bg_top-equipment.png) no-repeat center center/cover;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-equipment__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-equipment .equipment__list {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.equipment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.equipment__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border: solid 2px #1d396c;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .equipment__item {
    width: 100%;
  }
}
.equipment__item-anc {
  display: block;
}
.equipment__item-ph {
  width: 100%;
  aspect-ratio: 385/360;
  border-bottom: solid 2px #1d396c;
}
.equipment__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.equipment__item-info {
  padding: 25px 15px;
}
.equipment__item-info-inr {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
}
.equipment__item-ttl {
  font-weight: 700;
}
.equipment__item-cnt {
  margin-top: 10px;
}
.equipment__item-spec {
  margin-top: 10px;
}
.equipment__item-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.equipment__item-dt {
  width: 70px;
  font-size: clamp(1.2rem, 1.1rem + 0.22vw, 1.4rem);
  color: #828181;
}
.equipment__item-dd {
  flex: 1;
  font-size: clamp(1.2rem, 1.1rem + 0.22vw, 1.4rem);
  color: #828181;
}

.top-case {
  background-color: #f0f4f4;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-case__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-case__ttl {
  margin-bottom: 15px;
}
.top-case .case__list {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.case__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border: solid 2px #1d396c;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case__item {
    width: 100%;
  }
}
.case__item-anc {
  display: block;
}
.case__item-ph {
  width: 100%;
  aspect-ratio: 385/360;
  border-bottom: solid 2px #1d396c;
}
.case__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case__item-info {
  padding: 25px 15px;
}
.case__item-info-inr {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
}
.case__item-ttl {
  font-weight: 700;
}
.case__item-cate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.case__item-cate-label {
  min-width: 30px;
  background-color: #f0f4f4;
  border-radius: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--mc);
  padding-inline: 10px;
}
.case__item-cnt {
  margin-top: 10px;
}
.case__item-spec {
  margin-top: 10px;
}
.case__item-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.case__item-dt {
  width: 70px;
  font-size: clamp(1.2rem, 1.1rem + 0.22vw, 1.4rem);
  color: #828181;
}
.case__item-dd {
  flex: 1;
  font-size: clamp(1.2rem, 1.1rem + 0.22vw, 1.4rem);
  color: #828181;
}

.top-news {
  background-color: #F6F7FB;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-news__cnt {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 140px;
  grid-template-areas: "top-news__head top-news__btn" "top-news__list top-news__list";
  gap: clamp(4rem, 1.1rem + 7.63vw, 7rem);
}
@media screen and (max-width: 767px) {
  .top-news__cnt {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "top-news__head" "top-news__list" "top-news__btn";
  }
}
.top-news__head {
  grid-area: top-news__head;
}
.top-news__list {
  grid-area: top-news__list;
}
.top-news__item + .top-news__item {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.top-news__item-anc {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.top-news__date-st {
  min-width: 110px;
  background-color: var(--bc);
  border: solid 1px var(--bc);
  border-radius: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 2.25;
  text-align: center;
  padding-inline: 10px;
}
.top-news__cate-st {
  min-width: 110px;
  border: solid 1px var(--bc);
  border-radius: 25px;
  font-weight: 700;
  line-height: 2.25;
  color: var(--bc);
  text-align: center;
  padding-inline: 10px;
}
.top-news__post-ttl {
  flex: 1;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .top-news__post-ttl {
    flex: 0 1 auto;
    width: 100%;
  }
}
.top-news__post-ttl-st {
  font-weight: 500;
}
.top-news__btn {
  grid-area: top-news__btn;
}

.top-company {
  background: url(../img/top/bg_top-company.png) no-repeat center center/cover;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-company__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-company__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 1024px) {
  .top-company__cnt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.top-company__info {
  max-width: 720px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .top-company__info {
    width: 100%;
  }
}
.top-company__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.top-company__tr {
  border-top: solid 1px #B8CDD2;
}
.top-company__tr:last-of-type {
  border-bottom: solid 1px #B8CDD2;
}
.top-company__th {
  width: 225px;
  background-color: #F6F7FB;
  text-align: left;
  padding: 20px 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .top-company__th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.top-company__th-st {
  font-weight: 700;
  color: #1D396C;
}
.top-company__td {
  padding: 20px 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .top-company__td {
    display: block;
    padding: 10px;
  }
}
.top-company__btn .cmn-btn.--type02 .cmn-btn__link {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .top-company__btn .cmn-btn.--type02 .cmn-btn__link {
    margin-left: auto;
  }
}
.top-company__media {
  max-width: 550px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .top-company__media {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top-company__media {
    width: 70%;
  }
}
.top-company__media-ph img {
  border-radius: 10px;
}
.top-company__map {
  width: 100%;
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 767px) {
  .top-company__map {
    max-height: 300px;
    aspect-ratio: 375/200;
  }
}
.top-company__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.top-contact {
  background-image: linear-gradient(to bottom, #029F98 0%, #037279 100%);
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.top-contact__head {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-contact .contact-form__txt-st {
  color: #fff;
}
.top-contact .confirm_area-txt {
  color: #fff;
}

.layer-page .layer-mv {
  position: relative;
}
.layer-page .layer-mv__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-page .layer-mv__ph {
  height: clamp(20rem, 15.2rem + 12.72vw, 25rem);
  background-color: var(--mc);
}
.layer-page .layer-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-mv__ttl {
  text-align: center;
}
.layer-page .layer-mv__ttl-main {
  display: block;
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  font-family: var(--sub);
  font-size: clamp(3.2rem, 2.7rem + 1.33vw, 4.4rem);
  color: #fff;
}
.layer-page .layer-mv__ttl-sub {
  display: block;
  font-size: clamp(1.8rem, 1.4rem + 0.59vw, 2.1rem);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.layer-page .layer-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px clamp(2rem, -10rem + 15.63vw, 10rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01 {
    flex-direction: column;
    align-items: center;
  }
}
.layer-page .layer-block01__media {
  flex: 1;
}
.layer-page .layer-block01__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-block01__info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01__info {
    width: 100%;
  }
}
.layer-page .layer-block01__num {
  font-size: clamp(3.2rem, 2rem + 3.09vw, 6rem);
  font-weight: bold;
  line-height: 1.4;
}
.layer-page .layer-block01__ttl-st {
  font-size: clamp(1.8rem, 1.3rem + 1.33vw, 3rem);
  color: #000;
  line-height: 1.412;
}
.layer-page .layer-block01__txt {
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
.layer-page .layer-block01__txt-st {
  line-height: 1.875;
}
.layer-page .layer-block01__txt-st:not(:first-child) {
  margin-top: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
.layer-page .layer-block01__txt-st.--right {
  text-align: right;
}
.layer-page .layer-block01__txt-st.--name {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--sp-reverse {
    flex-direction: column-reverse;
  }
}
.layer-page .layer-block01.--type02 {
  gap: 20px clamp(2rem, -4.6rem + 8.59vw, 6.4rem);
}
.layer-page .layer-block01.--type02 .layer-block01__info {
  width: 67.5%;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--type02 .layer-block01__info {
    width: 100%;
  }
}
.layer-page .layer-block01.--type02 .layer-block01__ttl-st {
  letter-spacing: 0;
}
.layer-page .layer-block01.--type02 .layer-block01__txt {
  margin-top: 20px;
}
.layer-page .layer-block01.--type02 .layer-block01__txt .--name {
  margin-top: clamp(1.5rem, 1.3rem + 0.55vw, 2rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--type02 .layer-block01__media {
    max-width: 260px;
  }
}
.layer-page .layer-list01 {
  border-top: 1px solid #999;
}
.layer-page .layer-list01__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-block: 17px;
  padding-inline: clamp(1rem, -2.7rem + 9.94vw, 10rem);
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__item {
    padding-block: 12px;
  }
}
.layer-page .layer-list01__label {
  width: clamp(15rem, -9rem + 31.25vw, 31rem);
  line-height: 2.188;
  color: #1d396c;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__label {
    width: clamp(10rem, 5.2rem + 12.72vw, 15rem);
    line-height: 1.66;
  }
}
.layer-page .layer-list01__value {
  flex: 1;
  line-height: 2.188;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__value {
    line-height: 1.66;
  }
}
.layer-page .layer-list02 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list02 {
    gap: 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list02 {
    gap: 15px 10px;
  }
}
.layer-page .layer-list02__item {
  width: calc((100% - 60px) / 3);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list02__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list02__item {
    width: calc((100% - 10px) / 2);
  }
}
.layer-page .layer-list02 .item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layer-page .layer-list02 .item-box__ph {
  aspect-ratio: 380/350;
}
.layer-page .layer-list02 .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-list02 .item-box__info {
  flex: 1;
  padding-block: clamp(1rem, 0.8rem + 0.55vw, 1.5rem) clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-inline: 15px;
  background: #fff;
}
.layer-page .layer-list02 .item-box__ttl {
  text-align: center;
}
.layer-page .layer-list02 .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  color: var(--bc);
  font-weight: bold;
  line-height: 1.501;
  letter-spacing: 0;
}
@media screen and (max-width: 375px) {
  .layer-page .layer-list02 .item-box__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.layer-page .layer-list03 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list03 {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03 {
    gap: 15px 10px;
  }
}
.layer-page .layer-list03__item {
  width: calc((100% - 60px) / 2);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list03__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03__item {
    width: 100%;
  }
}
.layer-page .layer-list03 .item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layer-page .layer-list03 .item-box__head {
  padding-block: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  padding-inline: 15px;
  background: #4086cb;
}
.layer-page .layer-list03 .item-box__ttl {
  text-align: center;
}
.layer-page .layer-list03 .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  line-height: 2.083;
  letter-spacing: 0.025em;
}
.layer-page .layer-list03 .item-box__cnt {
  flex: 1;
  padding-block: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  padding-inline: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  min-height: 250px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03 .item-box__cnt {
    padding-bottom: 15px;
    min-height: auto;
  }
}
.layer-page .layer-list03 .item-box__list-item {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
}
.layer-page .layer-catch {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.layer-page .layer-catch__otr {
  position: relative;
}
.layer-page .layer-catch__otr::before {
  content: "";
  width: 100%;
  height: clamp(30rem, 17.9rem + 32.36vw, 80rem);
  background: url(../img/cmn/bg_layer-catch01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layer-page .layer-catch {
  position: relative;
}
.layer-page .layer-catch__txt {
  font-family: var(--sub);
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-catch__txt {
    font-size: min(4.2666666667vw, 2rem);
  }
}

.about .about-message {
  padding-block: clamp(4.5rem, 2.6rem + 4.97vw, 9rem) clamp(5.5rem, 3.2rem + 6.08vw, 11rem);
}
.about .about-message__otr {
  position: relative;
}
.about .about-message__otr::before {
  content: "";
  width: 100%;
  max-height: 800px;
  height: 85%;
  background: url(../img/about/bg_about-message01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about .about-message__cnt {
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
.about .about-overview {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem);
  background: #f6f7fb;
}
.about .about-overview__cnt {
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
.about .about-history {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem) 0;
}
.about .about-history__cnt {
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
.about .about-access {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem);
}
.about .about-access__otr {
  position: relative;
}
.about .about-access__otr::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/about/bg_about-access01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.about .about-access__map {
  height: 500px;
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
@media screen and (max-width: 1024px) {
  .about .about-access__map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-access__map {
    height: 300px;
  }
}
.about .about-access__map iframe {
  width: 100%;
  height: 100%;
}
.about .about-access__add {
  display: flex;
  gap: clamp(1rem, -2.7rem + 9.94vw, 10rem);
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.about .about-access__add-label-st {
  color: #1d396c;
}
.about .about-access__add-data {
  flex: 1;
}

.contact .contact-phone {
  padding-block: clamp(4.5rem, 2.6rem + 4.97vw, 9rem) clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.contact .contact-phone__cnt {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.contact .contact-phone .phone-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 0;
  margin: 0 auto;
  padding-block: 45px;
  width: 100%;
  max-width: 800px;
  background: #fff;
  border: 1px solid #a0a0a0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-phone .phone-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-phone .phone-box {
    gap: 0;
    flex-direction: column;
    padding: 3% 3%;
  }
}
.contact .contact-phone .phone-box__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .contact .contact-phone .phone-box__link {
    padding: 15px;
  }
}
.contact .contact-phone .phone-box__num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  font-size: clamp(2.4rem, 1.8rem + 1.53vw, 3rem);
  color: #000;
  font-weight: bold;
  letter-spacing: 0.045em;
}
.contact .contact-phone .phone-box__num::before {
  content: "";
  width: 30px;
  height: 29px;
  background: url(../img/cmn/icon-fax01.png) no-repeat center center/cover;
}
.contact .contact-phone .phone-box__time {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.424;
}
.contact .contact-policy {
  background-color: #f0f4f4;
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem);
}
.contact .contact-policy__cnt {
  margin-top: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
.contact .contact-policy .policy-box {
  background-color: #fff;
  margin-inline: auto;
  padding-block: clamp(1.5rem, 1rem + 1.33vw, 2.7rem);
  padding-inline: clamp(1.5rem, 0.3rem + 3.31vw, 4.5rem);
  max-width: 1100px;
  height: 290px;
  border: 1px solid #999;
  text-align: left;
  overflow-y: scroll;
}
.contact .contact-policy .policy-box__txt {
  line-height: 1.625;
}
.contact .contact-policy .policy-box__list {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.contact .contact-policy .policy-box__list-item {
  line-height: 1.625;
}
.contact .contact-policy .policy-box__list-item:not(:first-child) {
  margin-top: clamp(1.5rem, 1.1rem + 1.1vw, 2.5rem);
}

.contact-form {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.contact-form__cnt {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.contact-form__txt-st {
  text-align: center;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
@media screen and (max-width: 767px) {
  .contact-form__txt-st {
    text-align: left;
  }
}
.contact-form__list {
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  padding-block: clamp(2.5rem, 1.5rem + 2.76vw, 5rem) clamp(3.5rem, 2rem + 3.87vw, 7rem);
  padding-inline: 8%;
  background: white;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contact-form__list {
    padding-inline: 10px;
  }
}
.contact-form__list-txt {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  color: #b10000;
  font-size: 1.4rem;
  text-align: right;
}
.contact-form__list .form-list {
  border-top: 1px solid #ccc;
}
.contact-form__list .form-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: 20px;
  padding-inline: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  min-height: 90px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__item {
    flex-direction: column;
    gap: 5px;
    padding-block: 12px;
  }
}
.contact-form__list .form-list__item.--radio {
  align-items: center;
}
.contact-form__list .form-list__label {
  width: clamp(15rem, -6rem + 27.34vw, 29rem);
  line-height: 2.188;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__label {
    width: 100%;
    line-height: 1.66;
  }
}
.contact-form__list .form-list__value {
  flex: 1;
  line-height: 2.188;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value {
    width: 100%;
    line-height: 1.66;
  }
}
.contact-form__list .required {
  position: relative;
  color: #b10000;
}
.contact-form__list .required::after {
  content: "※";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #b10000;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
.contact-form__list .field-l {
  width: 100%;
}
.contact-form__list .field-m {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-m {
    width: 100%;
  }
}
.contact-form__list .field-s {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-s {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}
.contact-form__list input[type=email],
.contact-form__list input[type=text],
.contact-form__list input[type=tel],
.contact-form__list textarea {
  padding: 0;
  min-height: 50px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: middle;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .contact-form__list input[type=email],
  .contact-form__list input[type=text],
  .contact-form__list input[type=tel],
  .contact-form__list textarea {
    min-height: 40px;
  }
}
.contact-form__list textarea {
  min-height: 195px;
}
@media screen and (max-width: 767px) {
  .contact-form__list textarea {
    min-height: 120px;
  }
}
.contact-form__list .wpcf7-list-item {
  margin: 0;
}
.contact-form__list .wpcf7 .send-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact-form__privacy {
  padding-top: 20px;
  text-align: center;
}
.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  margin-inline: auto;
}
.contact-form__btn .send-btn,
.contact-form__btn .return-btn {
  display: block;
  max-width: 400px;
  width: calc((100% - 30px) / 2);
  height: 80px;
  background-color: #F97B2D;
  border-radius: 5px;
  color: white;
  font-size: 1.6rem;
  line-height: 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-form__btn .send-btn,
  .contact-form__btn .return-btn {
    height: 60px;
    line-height: 60px;
  }
}
.contact-form__btn .send-btn:hover,
.contact-form__btn .return-btn:hover {
  opacity: 0.7;
}

.confirm_area {
  display: none;
}
.confirm_area-txt {
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .confirm_area-txt {
    text-align: left;
  }
}
.confirm_area__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.confirm_area__btn .contact-form__mail-btn {
  max-width: 360px;
  width: calc((100% - 30px) / 2);
}
.confirm_area__btn-back input.send-btn.back_button {
  background-color: #ccc;
}
.confirm_area .wpcf7-spinner {
  display: none;
}

.contact-mail__form__block__finish {
  padding-block: clamp(6rem, -3rem + 11.72vw, 12rem);
}
.contact-mail__form__block__finish__st {
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}

.contact-thanks__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (max-width: 767px) {
  .contact-thanks__ttl {
    font-size: clamp(1.8rem, 1.4rem + 1.02vw, 2.2rem);
  }
}
.contact-thanks__btn {
  max-width: 270px;
  width: 100%;
  height: 70px;
  margin: 30px auto 0;
}

.business-catch__txt.layer-catch__txt {
  font-size: clamp(2.6rem, 1.4rem + 1.56vw, 3rem);
}
@media screen and (max-width: 767px) {
  .business-catch__txt.layer-catch__txt {
    font-size: min(4.2666666667vw, 2rem);
  }
}

.business-cnt {
  background-color: #1d396c;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.business-cnt__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
@media screen and (max-width: 767px) {
  .business-cnt__block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.business-cnt__info {
  max-width: 520px;
  width: 100%;
}
.business-cnt__ttl {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.business-cnt__ttl-st {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
.business-cnt__txt-st {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-cnt__txt-st {
    text-align: left;
  }
}
.business-cnt__media {
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business-cnt__media {
    width: 100%;
  }
}
.business-cnt__media-ph img {
  border-radius: 10px;
}

.business-technology {
  background-color: #f0f4f4;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.business-technology__cnt {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.business-technology__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-bottom: solid 3px var(--mc);
}
.business-technology__tab-item {
  max-width: 235px;
  width: calc((100% - 28px) / 5);
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .business-technology__tab-item {
    width: calc((100% - 14px) / 3);
  }
}
.business-technology__tab-item-st {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  font-weight: 700;
  color: #666;
  text-align: center;
  padding: clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 15px;
}
.business-technology__tab-item.active {
  background-color: var(--mc);
}
.business-technology__tab-item.active .business-technology__tab-item-st {
  color: #fff;
}
.business-technology__box-item {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease;
}
.business-technology__box-item-inr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: clamp(3rem, 0rem + 3.91vw, 5rem);
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .business-technology__box-item-inr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.business-technology__box-item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: clamp(3rem, 1.1rem + 5.09vw, 5rem) 15px;
}
.business-technology__info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .business-technology__info {
    max-width: 500px;
    width: 100%;
    flex: 0 1 auto;
  }
}
.business-technology__info-head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.business-technology__info-ttl {
  margin-bottom: 20px;
}
.business-technology__info-ttl-st {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1d396c;
}
.business-technology__info-txt-st {
  letter-spacing: 0.05em;
}
.business-technology__info-spec-dl {
  display: flex;
  gap: 5px 20px;
}
@media screen and (max-width: 1024px) {
  .business-technology__info-spec-dl {
    flex-direction: column;
  }
}
.business-technology__info-spec-dl + .business-technology__info-spec-dl {
  margin-top: 10px;
}
.business-technology__info-spec-dt {
  min-width: 160px;
  color: #1d396c;
  padding-left: 20px;
  position: relative;
}
.business-technology__info-spec-dt::before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business-technology__info-spec-dt::before {
    top: 3px;
  }
}
.business-technology__info-spec-dd {
  flex: 1;
}
.business-technology__info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  max-width: 320px;
  width: 100%;
}
.business-technology__info-item {
  width: calc((100% - 20px) / 2);
  color: #1d396c;
  padding-left: 20px;
  position: relative;
}
.business-technology__info-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business-technology__info-item::before {
    top: 3px;
  }
}
.business-technology__media {
  max-width: 550px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business-technology__media {
    width: 100%;
  }
}
.business-technology__media-ph img {
  border-radius: 10px;
}
.business-technology__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 1024px) {
  .business-technology__list {
    gap: 15px 7px;
  }
}
.business-technology__item {
  max-width: 235px;
  width: calc((100% - 28px) / 5);
  background-color: #fff;
  border: solid 2px #1d396c;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .business-technology__item {
    width: calc((100% - 14px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .business-technology__item {
    width: calc((100% - 7px) / 2);
  }
}
.business-technology__ttl-st {
  background: #1d396c;
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.business-technology__materials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.business-technology__materials-item {
  min-width: calc((100% - 20px) / 2);
  color: #1d396c;
  padding-left: 20px;
  position: relative;
}
.business-technology__materials-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business-technology__materials-item::before {
    top: 3px;
  }
}

.business-equipment {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  position: relative;
}
.business-equipment::before {
  content: "";
  width: 100%;
  height: 540px;
  background: url(../img/about/bg_about-access01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .business-equipment::before {
    height: 50%;
  }
}
.business-equipment__cnt {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.business-equipment__message {
  text-align: center;
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.business-equipment__message-st {
  font-size: clamp(2.2rem, 1.4rem + 0.78vw, 2.4rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .business-equipment__message-st {
    font-size: clamp(1.6rem, 0.8rem + 2.04vw, 2.4rem);
  }
}

.business-process {
  background-color: #f0f4f4;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.business-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .business-process__list {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
.business-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 0.1rem + 3.82vw, 3rem) 50px;
  max-width: 180px;
  width: calc((100% - 120px) / 5);
}
@media screen and (max-width: 1024px) {
  .business-process__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .business-process__item {
    width: calc((100% - 60px) / 2);
  }
}
.business-process__media {
  width: 100%;
  text-align: center;
  position: relative;
}
.business-process__media::before {
  content: "";
  width: 10px;
  aspect-ratio: 10/30;
  background: url(../img/business/icon_triangle01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .business-process__media-ph {
    width: 80px;
    aspect-ratio: 1;
    margin-inline: auto;
  }
}
.business-process .business-process__item:last-of-type .business-process__media::before {
  content: none;
}
.business-process__info {
  text-align: center;
}
.business-process__info-ttl-st {
  font-family: var(--sub);
  font-size: clamp(1.8rem, 1.7rem + 0.33vw, 2.1rem);
  letter-spacing: 0.05em;
  color: #1d396c;
  margin-bottom: 10px;
}
.business-process__info-txt-st {
  letter-spacing: 0.05em;
}

.archive-case {
  padding-bottom: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.archive-case__cate {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.archive-case__cate-item-link {
  display: block;
  min-width: 100px;
  background-color: #f0f4f4;
  border-radius: 25px;
  font-size: clamp(1.4rem, 1.2rem + 0.44vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.78;
  color: var(--mc);
  text-align: center;
  padding-inline: 15px;
}
.archive-case__cate-item-link.active {
  background-color: var(--mc);
  color: #fff;
}
.archive-case__cnt-ttl {
  border-bottom: solid 2px #1d396c;
  padding-bottom: clamp(1.5rem, 0.5rem + 2.54vw, 2.5rem);
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.archive-case__cnt-ttl-st {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1d396c;
}
.archive-case .case__list {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .archive-case .case__list {
    justify-content: center;
  }
}

.case-industries {
  background-color: #f6f7fb;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.case-industries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.case-industries__item {
  max-width: 280px;
  width: calc((100% - 75px) / 4);
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #1d396c;
  padding: clamp(2rem, 1rem + 2.54vw, 3rem) 15px;
}
@media screen and (max-width: 767px) {
  .case-industries__item {
    width: calc((100% - 25px) / 2);
  }
}
.case-industries__item-txt {
  font-size: clamp(1.8rem, 1.7rem + 0.33vw, 2.1rem);
  letter-spacing: 0.05em;
  color: #1d396c;
  text-align: center;
}

.equipment-cnt__box {
  padding-top: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  background-color: #f0f4f4;
}

.archive-equipment__block {
  padding-block: clamp(4rem, 3rem + 2.54vw, 5rem) clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.archive-equipment__block-ttl {
  border-bottom: solid 2px #1d396c;
  padding-bottom: clamp(1.5rem, 0.5rem + 2.54vw, 2.5rem);
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.archive-equipment__block-ttl-st {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1d396c;
}
.archive-equipment__block .equipment__list {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .archive-equipment__block .equipment__list {
    justify-content: center;
  }
}
.archive-equipment__block:nth-of-type(2n + 1) {
  background-color: #f0f4f4;
}
.archive-equipment__block:nth-of-type(2n) {
  position: relative;
}
.archive-equipment__block:nth-of-type(2n)::before {
  content: "";
  width: 100%;
  height: min(80%, 700px);
  background: url(../img/equipment/bg_equipment01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.equipment-summary {
  background-color: #f0f4f4;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.equipment-summary__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.equipment-summary__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 280px;
  width: calc((100% - 75px) / 4);
  background-color: #fff;
  border: solid 2px #1d396c;
  border-radius: 10px;
  padding: clamp(3rem, 2rem + 2.54vw, 4rem) 10px;
}
@media screen and (max-width: 767px) {
  .equipment-summary__item {
    width: calc((100% - 25px) / 2);
  }
}
.equipment-summary__item-ttl-st {
  font-family: var(--sub);
  font-size: clamp(1.8rem, 1.7rem + 0.33vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1d396c;
}
.equipment-summary__item-info-txt {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1d396c;
}
.equipment-summary__item-info-txt-num {
  font-size: clamp(4rem, 3.6rem + 1.1vw, 5rem);
  font-weight: 500;
  line-height: 1;
}