@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: #003686;
  --sc: #0173bc;
  --bc: #f5f5f5;
  --fc: #333;
  --base: 'Yu Gothic',
          'YuGothic',
          '游ゴシック',
          'Hiragino Kaku Gothic ProN',
          'Meiryo',
          sans-serif;
  --sub: 'Yu Mincho',
          'YuMincho',
          '游明朝',
          'Noto Serif JP',
          serif;
  --num: "M PLUS 1p", sans-serif;
  --num02: "Oswald", sans-serif;
  --hd_mt: clamp(8rem, 0rem + 7.84vw, 10rem);
}
@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: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  div,
  p,
  li,
  dl,
  tr,
  th,
  td {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.875;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0.025em;
    line-height: 1.66;
  }
}

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;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
}

/*---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: 1040px;
}
.cmn-wrap.--size02 {
  max-width: 1130px;
}
@media screen and (max-width: 1024px) {
  .cmn-wrap {
    padding-inline: 40px;
  }
}
@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 {
  position: relative;
  margin-inline: 0 auto;
  text-align: left;
  color: var(--mc);
}
.cmn-ttl__main {
  display: block;
  font-family: var(--sub);
  font-size: clamp(2.4rem, 1.1rem + 3.56vw, 3.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.cmn-ttl__sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.667;
  color: #00adba;
}
.cmn-ttl.--layer {
  text-align: right;
  color: #000;
}
.cmn-ttl.--layer .cmn-ttl__main {
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  line-height: 1.245;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--layer .cmn-ttl__main {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--layer .cmn-ttl__main {
    font-size: 4rem;
  }
}
.cmn-ttl.--layer .cmn-ttl__sub {
  font-size: 2.1rem;
  line-height: 2.5;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--layer .cmn-ttl__sub {
    font-size: 1.8rem;
  }
}
.cmn-ttl.--large .cmn-ttl__main {
  font-size: 6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--large .cmn-ttl__main {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--large .cmn-ttl__main {
    font-size: 4rem;
    line-height: 1.55;
  }
}
.cmn-ttl.--small .cmn-ttl__main {
  margin-bottom: 25px;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--small .cmn-ttl__main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--small .cmn-ttl__main {
    font-size: 2rem;
  }
}
.cmn-ttl.--vertical {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--vertical {
    gap: 0;
  }
}
.cmn-ttl.--vertical .cmn-ttl__main {
  padding-right: 0;
  line-height: 0.75;
  writing-mode: sideways-rl;
}
.cmn-ttl.--vertical .cmn-ttl__sub {
  padding-top: 10px;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--vertical .cmn-ttl__sub {
    padding-top: 0;
  }
}
.cmn-ttl.--white {
  color: #fff;
}
.cmn-ttl.--white .cmn-ttl__sub {
  color: #fff;
}
.cmn-ttl.--center {
  text-align: center;
}

.cmn-btn__link {
  display: block;
  width: 200px;
  border: 2px solid #666;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 40px;
  color: #666;
  text-align: center;
  padding-inline: 10px;
  margin-inline: auto;
  position: relative;
  transition: all 0.4s;
}
.cmn-btn__link:hover {
  opacity: 0.6;
}
.cmn-btn.--white .cmn-btn__link {
  border: 2px solid #fff;
  color: #fff;
}

.cmn-sub__ttl {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.cmn-sub__ttl-jp {
  font-family: var(--sub);
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-sub__ttl-jp {
    font-size: 2.8rem;
  }
}
.cmn-sub__ttl-en {
  color: #00adba;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cmn-sub__ttl-en {
    font-size: 1.2rem;
  }
}

.cmn-catch {
  margin-bottom: clamp(3rem, 0.1rem + 7.63vw, 6rem);
}
.cmn-catch__ttl {
  font-family: var(--sub);
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  margin-bottom: clamp(1.5rem, 1rem + 1.27vw, 2rem);
}
.cmn-catch__txt {
  font-size: 2rem;
  font-weight: 500;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .cmn-catch__txt {
    font-size: 1.5rem;
  }
}

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

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

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

.--sub-color {
  color: var(--sc);
}

.--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);
}

.--img-anime {
  position: relative;
  overflow: clip;
}
.--img-anime::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mc);
  transform: translateX(0);
  transition: transform 0.8s ease;
  z-index: 2;
}
.--img-anime.show::before {
  transform: translateX(100%);
}
.--img-anime.--blue::before {
  background: var(--sc);
}

.top-fv__splide {
  position: relative;
}
.top-fv__item-catch {
  max-width: 660px;
  width: 35%;
  position: absolute;
  top: 48%;
  left: min(5%, 100px);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-fv__item-catch {
    width: 33%;
    left: min(2%, 100px);
  }
}
@media screen and (max-width: 767px) {
  .top-fv__item-catch {
    max-width: max-content;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-fv__item-ph {
  width: 100%;
  height: 100svh;
  aspect-ratio: 1440/810;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-fv__item-ph {
    aspect-ratio: 768/550;
  }
}
.top-fv__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-fv__item.is-active .top-fv__item-ph img {
  animation: fvZoom 7.5s linear forwards;
}

@keyframes fvZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.top-work .cmn-flow__ttl-jp {
  font-family: var(--sub);
  font-size: clamp(2.4rem, 1.1rem + 3.56vw, 3.8rem);
  font-weight: 600;
}
.top-work .cmn-flow__ttl-en {
  opacity: 0.7;
}

.top-about {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
  background: url(../img/top/img_about.jpg) no-repeat center center/cover;
}
.top-about__media {
  max-width: 520px;
  width: 70%;
  aspect-ratio: 520/250;
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.top-about__info {
  color: #fff;
}
.top-about__ttl {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.3rem + 1.78vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.top-about__txt {
  max-width: 1000px;
  width: 100%;
  font-size: clamp(1.6rem, 1.2rem + 1.02vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  margin-inline: auto;
}
.top-about__btn {
  text-align: center;
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.top-message {
  padding-block: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.top-message__cnt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: clamp(4rem, -5rem + 11.72vw, 10rem);
}
@media screen and (max-width: 767px) {
  .top-message__cnt {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.top-message__info {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top-message__info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-message__info {
    width: auto;
  }
}
.top-message__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.top-message__ttl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-message__ttl-main {
  font-family: var(--sub);
  font-size: clamp(2.4rem, 1.6rem + 2.04vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-message__ttl-sub {
  font-weight: 500;
  letter-spacing: 0.13em;
  color: #00adba;
}
.top-message__txt {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.top-message__btn .cmn-btn__link {
  margin-left: 0;
}
.top-message__meida {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top-message__meida {
    flex: 0 1 auto;
    width: 60%;
  }
}
.top-message__meida-ph {
  max-width: 290px;
  aspect-ratio: 290/340;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-message__meida-ph {
    max-width: none;
    margin-right: auto;
  }
}

/*============================================*/
body {
  overflow-x: hidden;
}

.message-greeting {
  padding-top: clamp(2rem, -0.9rem + 7.63vw, 5rem);
  padding-bottom: clamp(4rem, 1.1rem + 7.63vw, 7rem);
}
.message-greeting__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .message-greeting__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.message-greeting__item-info {
  z-index: 1;
  flex: 1;
  max-width: 700px;
  margin-right: max(-25vw, -270px);
}
@media screen and (max-width: 1024px) {
  .message-greeting__item-info {
    margin-inline: 0;
  }
}
.message-greeting__item-info-ttl {
  width: 100%;
  font-family: var(--sub);
  font-size: clamp(2rem, 0.8rem + 1.18vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #000;
  line-height: 1.87;
  margin-bottom: clamp(1.5rem, 0.5rem + 2.54vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .message-greeting__item-info-ttl {
    font-size: 2rem;
  }
}
.message-greeting__item-info-txt {
  max-width: 560px;
  margin-bottom: clamp(1rem, 0.5rem + 1.27vw, 1.5rem);
}
.message-greeting__item-info-txt-desc {
  font-size: 1.5rem;
  color: #323232;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .message-greeting__item-info-txt-desc {
    font-size: 1.4rem;
  }
}
.message-greeting__item-info-txt-desc + .message-greeting__item-info-txt-desc {
  margin-top: 20px;
}
.message-greeting__sign {
  max-width: 560px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message-greeting__sign-position {
  font-size: 1.2rem;
  color: #323232;
}
.message-greeting__sign-name {
  width: clamp(120px, 20vw, 170px);
  display: block;
}
.message-greeting__media {
  max-width: 770px;
  width: 57%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .message-greeting__media {
    width: 100%;
    margin-inline: auto;
  }
}
.message-greeting__media-img {
  margin-right: max((960px - 100vw) / 2, -240px);
}
@media screen and (max-width: 1040px) {
  .message-greeting__media-img {
    margin-right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .message-greeting__media-img {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .message-greeting__media-img {
    margin-inline: auto -15px;
  }
}

.message-company {
  padding-top: clamp(3rem, 1.1rem + 5.09vw, 5rem);
  padding-bottom: clamp(4rem, 0.2rem + 10.18vw, 8rem);
  background: #f0f0f0;
}
.message-company__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.message-company__list {
  max-width: 660px;
  width: 100%;
}
.message-company__list-item {
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  padding-block: 15px;
}
@media screen and (max-width: 767px) {
  .message-company__list-item {
    display: block;
    padding-block: 10px;
  }
}
.message-company__list-item:last-of-type {
  border-bottom: solid 1px #000;
}
.message-company__list-label {
  width: 280px;
  padding: 0 15px 0 75px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .message-company__list-label {
    display: block;
    font-size: 1.4rem;
    padding: 0;
  }
}
.message-company__list-value {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .message-company__list-value {
    display: block;
    font-size: 1.4rem;
  }
}

.message-history {
  padding-top: clamp(3rem, 1.1rem + 5.09vw, 5rem);
  padding-bottom: clamp(4rem, 0.2rem + 10.18vw, 8rem);
}
.message-history__cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.message-history__list {
  max-width: 660px;
  width: 100%;
  line-height: 2.4;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-block: clamp(1rem, 0rem + 2.54vw, 2rem);
}
.message-history__list-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .message-history__list-item {
    display: block;
  }
}
.message-history__list-label {
  width: 168px;
  padding: 0 10px 0 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .message-history__list-label {
    font-size: 1.4rem;
    padding: 0;
  }
}
.message-history__list-label {
  font-weight: 700;
  white-space: pre-wrap;
}
.message-history__list-value {
  flex: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .message-history__list-value {
    font-size: 1.4rem;
  }
}

.privacy-policy {
  line-height: 1.8;
  padding-block: clamp(4rem, 3rem + 2.54vw, 5rem) clamp(4rem, 0.2rem + 10.18vw, 8rem);
  margin-top: var(--hd_mt);
}
.privacy-policy__lead {
  font-size: 1.5rem;
  margin-bottom: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
@media screen and (max-width: 767px) {
  .privacy-policy__lead {
    font-size: 1.4rem;
  }
}
.privacy-policy__item {
  font-size: 1.5rem;
  margin-bottom: clamp(1.5rem, 0.1rem + 3.82vw, 3rem);
}
@media screen and (max-width: 767px) {
  .privacy-policy__item {
    font-size: 1.4rem;
  }
}
.privacy-policy__title {
  font-weight: 700;
}
.privacy-policy__text {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .privacy-policy__text {
    font-size: 1.4rem;
  }
}
.privacy-policy__list {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .privacy-policy__list {
    font-size: 1.4rem;
  }
}
.service-catch {
  padding-block: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}

.service-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .service-category__list {
    flex-direction: column;
    align-items: center;
  }
}
.service-category__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .service-category__item {
    width: 100%;
  }
}
.service-category__link {
  display: block;
  position: relative;
}
.service-category__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(100, 166, 210, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.service-category__media {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-category__media {
    height: min(65vw, 300px);
  }
}
.service-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-category__cont {
  max-width: min(100% - 30px, 400px);
  width: 100%;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .service-category__cont {
    max-width: min(100% - 20px, 400px);
    bottom: 20px;
  }
}
.service-category__title {
  font-family: var(--sub);
  font-size: clamp(2.2rem, 1.5rem + 0.98vw, 2.7rem);
  font-weight: 600;
  text-shadow: 0 0 10px #000;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .service-category__title {
    font-size: 2.2rem;
    line-height: 1.875;
  }
}
.service-category__text {
  border-top: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0 0 10px #000;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .service-category__text {
    font-size: 1.5rem;
    line-height: 1.875;
  }
}

/*============================================*/
.cmn-flow {
  background: #f0f0f0;
  padding-block: clamp(3rem, 0.6rem + 6.36vw, 5.5rem);
}
.cmn-flow__ttl {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.cmn-flow__ttl-jp {
  font-family: var(--sub);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-flow__ttl-jp {
    font-size: 2.2rem;
  }
}
.cmn-flow__ttl-en {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: #00adba;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-flow__ttl-en {
    font-size: 1.2rem;
  }
}
.cmn-flow__ttl-en.--02 {
  opacity: 0.7;
}
.cmn-flow__ttl.--left .cmn-flow__ttl-jp, .cmn-flow__ttl.--left .cmn-flow__ttl-en {
  text-align: left;
}
.cmn-flow__ttl.--white .cmn-flow__ttl-jp, .cmn-flow__ttl.--white .cmn-flow__ttl-en {
  color: #fff;
}
.cmn-flow__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .cmn-flow__list {
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
  }
}
.cmn-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 140px;
  width: calc((100% - 120px) / 6);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cmn-flow__item {
    max-width: 140px;
    width: calc((100% - 48px) / 3);
  }
}
.cmn-flow__icon {
  width: 100%;
}
.cmn-flow__icon img {
  display: block;
  margin-inline: auto;
}
.cmn-flow__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.cmn-flow__text-st {
  font-size: clamp(1.6rem, 1.2rem + 1.02vw, 2rem);
  font-weight: 700;
  color: #004097;
}
.cmn-flow__text::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #004097;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cmn-flow__text::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #004097;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-flow__item:nth-of-type(3n) .cmn-flow__text::before {
    content: none;
  }
}
.cmn-flow__item:last-of-type .cmn-flow__text::before {
  content: none;
}

/*============================================*/
/* 実績紹介セクション（.cmn-work）
/*============================================*/
.cmn-work {
  width: 100%;
  background: linear-gradient(to bottom right, #0050b3, #00a3bd);
  padding-block: 30px 45px;
  margin: 0 auto;
  overflow: hidden;
}
.cmn-work__btn {
  text-align: center;
}
.cmn-work__btn-link {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #00a3bd;
  text-align: center;
  position: relative;
}
.cmn-work__btn-link:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/cmn/icon_arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.work-slider {
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.work-slider__splide {
  padding-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.work-slider__pagination {
  text-align: center;
}
.work-slider__dot {
  width: clamp(5rem, 2.1rem + 7.63vw, 8rem);
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}
.work-slider__dot + .work-slider__dot {
  margin-left: 5px;
}
.work-slider__dot.is-active {
  background-color: rgb(255, 255, 255);
}

.work-card {
  height: auto;
}
.work-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: clamp(1rem, 0rem + 2.54vw, 2rem);
}
.work-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-card__tag {
  display: inline-block;
  padding: 1px 6px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #646464;
  border-radius: 30px;
  margin-bottom: 10px;
}
.work-card__tag.industrial-materials {
  background: #b3e2f8;
}
.work-card__tag.metal-materials {
  background-color: #b3e0b3;
}
.work-card__tag.food-living {
  background-color: #ffddb3;
}
.work-card__company {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .work-card__company {
    font-size: 1.5rem;
  }
}
.work-card__desc {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .work-card__desc {
    font-size: 1.4rem;
  }
}

.archive-works {
  padding-block: 50px clamp(5rem, 2.1rem + 7.63vw, 8rem);
  margin-top: var(--hd_mt);
}
.archive-works .cmn-ttl__main {
  font-weight: 400;
  color: #646464;
}
.archive-works__block {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.archive-works__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: clamp(5rem, 3.1rem + 5.09vw, 7rem);
  gap: 20px;
}
.archive-works__cat-item {
  max-width: 120px;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .archive-works__cat-item {
    width: calc((100% - 20px) / 2);
  }
}
.archive-works__cat-item-link {
  display: block;
  width: 100%;
  border-radius: 25px;
  border: solid 2px #c8c8c8;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 25px;
  color: #646464;
  text-align: center;
  opacity: 0.7;
  transition: all 0.4s;
}
.archive-works__cat-item-link.industrial-materials {
  border: solid 2px #b3e2f8;
  background-color: #b3e2f8;
}
.archive-works__cat-item-link.metal-materials {
  border: solid 2px #b3e0b3;
  background-color: #b3e0b3;
}
.archive-works__cat-item-link.food-living {
  border: solid 2px #ffddb3;
  background-color: #ffddb3;
}
.archive-works__cat-item-link.active {
  opacity: 1;
}
.archive-works__cat-item-link:hover {
  opacity: 1;
}
.archive-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(3rem, 1.1rem + 5.09vw, 5rem) clamp(2rem, -1rem + 3.91vw, 4rem);
}
.archive-works__item {
  width: calc((100% - clamp(2rem, -1rem + 3.91vw, 4rem) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .archive-works__item {
    width: calc((100% - clamp(2rem, -1rem + 3.91vw, 4rem)) / 2);
  }
}
.archive-works__item-ph {
  width: 100%;
  aspect-ratio: 290/210;
  margin-bottom: 20px;
}
.archive-works__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-works__item-cat-label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #646464;
  border-radius: 30px;
  padding: 1px 6px;
  margin-bottom: 10px;
}
.archive-works__item-cat-label.industrial-materials {
  background-color: #b3e2f8;
}
.archive-works__item-cat-label.metal-materials {
  background-color: #b3e0b3;
}
.archive-works__item-cat-label.food-living {
  background-color: #ffddb3;
}
.archive-works__item-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.archive-works__item-txt {
  font-weight: 500;
  letter-spacing: 0;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .archive-works__item-txt {
    font-size: 1.4rem;
  }
}

/*ペーシャー*/
.cmn-pagenav-otr {
  width: 100%;
  margin-top: 40px;
}
.cmn-pagenav-otr .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmn-pagenav-otr .pages,
.cmn-pagenav-otr .nextpostslink,
.cmn-pagenav-otr .previouspostslink {
  display: none;
}
.cmn-pagenav-otr .page,
.cmn-pagenav-otr .current {
  display: block;
  width: 30px;
  background-color: transparent;
  border: solid 1px #00adba;
  border-radius: 50%;
  text-align: center;
  letter-spacing: normal;
  line-height: 26px;
  margin-right: 10px;
  color: #00adba;
  transition: all 0.4s;
}
.cmn-pagenav-otr .page:hover {
  background-color: #00adba;
  border: solid 1px #00adba;
  color: #fff;
  opacity: 1;
}
.cmn-pagenav-otr .current {
  background-color: #00adba;
  border: solid 1px #00adba;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cmn-pagenav-otr {
    margin-top: 50px;
  }
  .cmn-pagenav-otr .page,
  .cmn-pagenav-otr .current {
    width: 30px;
    line-height: 26px;
  }
}
/*詳細*/
.single-works__head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: clamp(2rem, -1rem + 3.91vw, 4rem);
}
@media screen and (max-width: 767px) {
  .single-works__head {
    flex-direction: column;
  }
}
.single-works__thumb {
  max-width: 470px;
  width: 50%;
}
@media screen and (max-width: -1px) {
  .single-works__thumb {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .single-works__thumb {
    width: 80%;
    margin-inline: auto;
  }
}
.single-works__info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .single-works__info {
    flex: 0 1 auto;
  }
}
.single-works__info-head {
  margin-bottom: 15px;
}
.single-works__info-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.single-works__info-cat-st {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #646464;
  border-radius: 30px;
  padding: 1px 6px;
}
.single-works__info-cat-st.industrial-materials {
  background-color: #b3e2f8;
}
.single-works__info-cat-st.metal-materials {
  background-color: #b3e0b3;
}
.single-works__info-cat-st.food-living {
  background-color: #ffddb3;
}
.single-works__info-date-st {
  font-size: 1.1rem;
  font-weight: 700;
}
.single-works__info-ttl {
  border-bottom: solid 1px #c8c8c8;
  font-size: clamp(1.8rem, 1.4rem + 1.02vw, 2.2rem);
  font-weight: 700;
  color: #646464;
  padding-bottom: 10px;
}
.single-works__item + .single-works__item {
  margin-top: clamp(1rem, 0rem + 2.54vw, 2rem);
}
.single-works__item-lavel {
  font-weight: 700;
  color: #00adba;
}
.single-works__item-data {
  font-weight: 500;
}
.single-works__desc {
  border-top: solid 1px #c8c8c8;
  padding-top: clamp(2rem, 1rem + 2.54vw, 3rem);
  margin-top: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
.single-works__desc-inr {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.single-works__desc img {
  width: calc((100% - 32px) / 3);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-works__desc img {
    max-width: max-content;
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }
}

.post-single__postnav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.post-single__postnav-item {
  width: 34px;
  height: 34x;
}
.post-single__postnav-item.is-none {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.post-single__postnav-item--all {
  width: 180px;
}
.post-single__postnav-item--wide {
  width: 100%;
  max-width: 360px;
  height: 70px;
}
.post-single__postnav-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.post-single__postnav-item--all .post-single__postnav-item-link, .post-single__postnav-item--wide .post-single__postnav-item-link {
  background: #00adba;
}
.post-single__postnav-item-st {
  font-size: 1.7rem;
  font-weight: 500;
}
.post-single__postnav-item--all .post-single__postnav-item-st, .post-single__postnav-item--wide .post-single__postnav-item-st {
  color: #fff;
}

.about-strength {
  background: url(../img/about/img_about01.png) no-repeat center center/cover;
  padding-block: 50px clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.about-strength__ttl {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.5rem + 1.27vw, 2.5rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.about-strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about-strength__list {
    flex-direction: column;
    align-items: center;
  }
}
.about-strength__item {
  max-width: 310px;
  width: calc((100% - 30px) / 3);
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(3rem, -3rem + 7.81vw, 5rem) 15px;
}
@media screen and (max-width: 767px) {
  .about-strength__item {
    width: 100%;
    padding: clamp(2rem, 1rem + 2.54vw, 3rem) 15px;
  }
}
.about-strength__item-inr {
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}
.about-strength__item-ttl {
  font-size: clamp(2.8rem, 2.1rem + 1.78vw, 3.5rem);
  font-weight: 700;
  color: #1e64dc;
  text-align: center;
  margin-bottom: 15px;
}
.about-strength__item-txt {
  font-weight: 500;
}

.about-group {
  background: url(../img/about/img_about02.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.about-group__ttl {
  font-family: var(--sub);
  font-size: clamp(2.2rem, 1.7rem + 1.27vw, 2.7rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 5px #1e64dc, 0 0 5px #1e64dc, 0 0 5px #1e64dc;
  text-align: center;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.about-group__txt {
  font-size: clamp(1.8rem, 1.6rem + 0.51vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-shadow: 0 0 5px #1e64dc, 0 0 5px #1e64dc, 0 0 5px #1e64dc;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.about-group__btn .cmn-btn__link {
  font-weight: 700;
}

.about-numbers {
  padding-block: 50px clamp(5rem, 0.2rem + 12.72vw, 10rem);
}
.about-numbers__ttl {
  font-family: var(--sub);
  font-size: clamp(1.8rem, 1.1rem + 1.78vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.about-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-numbers__list {
    justify-content: center;
  }
}
.about-numbers__item {
  width: calc((100% - 20px) / 2);
  background-color: #F0F0F0;
  padding: clamp(2rem, 1rem + 2.54vw, 3rem) 10px clamp(2rem, 1rem + 2.54vw, 3rem) clamp(2rem, -3.8rem + 5.68vw, 3rem);
}
@media screen and (max-width: 767px) {
  .about-numbers__item {
    max-width: 470px;
    width: 100%;
  }
}
.about-numbers__cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-numbers__cnt {
    justify-content: space-around;
    gap: 10px;
  }
}
.about-numbers__icon {
  max-width: 60%;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .about-numbers__icon {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .about-numbers__icon {
    flex: 0 1 auto;
    width: auto;
  }
}
.about-numbers__info {
  width: fit-content;
}
.about-numbers__info-ttl {
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  font-weight: 700;
  color: #3071b7;
  margin-bottom: -0.6em;
}
@media screen and (max-width: 767px) {
  .about-numbers__info-ttl {
    margin-bottom: -0.4em;
    margin-inline-end: 5px;
  }
}
.about-numbers__info-txt {
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  font-weight: 700;
  color: #3071b7;
}
.about-numbers__info-num {
  display: inline-block;
  font-family: var(--num02);
  font-size: 14.5rem;
  font-weight: 700;
  line-height: 1;
  color: #004097;
}
@media screen and (max-width: 1024px) {
  .about-numbers__info-num {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .about-numbers__info-num {
    font-size: 8.5rem;
  }
}
.about-numbers__txt {
  margin-top: 10px;
}
.about-numbers__item.--01 .about-numbers__cnt {
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--01 .about-numbers__cnt {
    gap: 10px;
  }
}
.about-numbers__item.--01 .about-numbers__icon {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--01 .about-numbers__icon {
    max-width: 120px;
  }
}
.about-numbers__item.--01 .about-numbers__info-num {
  width: 1em;
}
.about-numbers__item.--02 .about-numbers__info-txt {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.about-numbers__item.--02 .about-numbers__info-desc {
  line-height: 1.33;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .about-numbers__item.--02 .about-numbers__info-desc {
    margin-bottom: 0;
  }
}
.about-numbers__item.--02 .about-numbers__info-num {
  width: 0.96em;
}
.about-numbers__item.--03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about-numbers__item.--03 {
    flex-direction: column;
  }
}
.about-numbers__item.--03 .about-numbers__txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--03 .about-numbers__icon {
    display: none;
  }
}
.about-numbers__item.--03 .about-numbers__info-num {
  width: 0.96em;
}
.about-numbers__item.--04 .about-numbers__info-txt.--01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--04 .about-numbers__info-txt.--02 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.about-numbers__item.--04 .about-numbers__info-txt.--02 .about-numbers__info-desc.--01 {
  margin-top: -0.4em;
}
.about-numbers__item.--04 .about-numbers__info-num {
  width: 1.08em;
  font-size: 13.5rem;
}
@media screen and (max-width: 1024px) {
  .about-numbers__item.--04 .about-numbers__info-num {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--04 .about-numbers__info-num {
    font-size: 8.5rem;
  }
}
.about-numbers__item.--04 .about-numbers__info-num.--02 {
  width: 2.56em;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .about-numbers__item.--04 .about-numbers__info-num.--02 {
    font-size: 5rem;
  }
}
.about-numbers__item.--05 .about-numbers__info-num {
  width: 1.05em;
}
.about-numbers__item.--06 .about-numbers__icon {
  max-width: 50%;
}
.about-numbers__item.--06 .about-numbers__info-num {
  width: 0.96em;
}
.about-numbers__item.--07 .about-numbers__info-num {
  width: 1.08em;
}
.about-numbers__item.--08 .about-numbers__cnt {
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .about-numbers__item.--08 .about-numbers__cnt {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--08 .about-numbers__cnt {
    gap: 10px;
  }
}
.about-numbers__item.--08 .about-numbers__icon {
  max-width: 150px;
}
.about-numbers__item.--08 .about-numbers__info-num {
  width: 1em;
}
.about-numbers__item.--09 {
  padding-right: clamp(2rem, -1rem + 3.91vw, 3rem);
}
.about-numbers__item.--09 .about-numbers__info {
  flex: 1;
}
.about-numbers__item.--09 .about-numbers__info-txt {
  text-align: right;
  margin-top: -0.4em;
}
.about-numbers__item.--09 .about-numbers__info-num {
  width: 0.53em;
}
@media screen and (max-width: 767px) {
  .about-numbers__item.--09 .about-numbers__icon {
    width: 45%;
  }
}

.group-catch.service-catch {
  padding-bottom: 0;
}

.group-cnt {
  padding-block: 50px clamp(5rem, 0.2rem + 12.72vw, 10rem);
}
.group-cnt__logo {
  max-width: 347.5px;
  width: 70%;
  margin-inline: auto;
}
.group-cnt__arrow {
  max-width: 95px;
  width: 20%;
  margin-inline: auto;
}
.group-cnt__box {
  padding: clamp(10rem, 8.1rem + 5.09vw, 12rem) 15px clamp(3rem, 1.1rem + 5.09vw, 5rem);
  margin-top: clamp(10rem, 6.2rem + 10.18vw, 14rem);
  border: solid 3px #bae3f9;
  border-radius: 8px;
  position: relative;
}
.group-cnt__box-logo {
  max-width: 176px;
  width: 40%;
  filter: drop-shadow(0 0 12px rgba(128, 200, 239, 0.75));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.group-cnt__list {
  display: flex;
  justify-content: center;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .group-cnt__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.group-cnt__item {
  width: 33.3333333333%;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .group-cnt__item {
    width: 100%;
  }
}
.group-cnt__item:not(:last-of-type) {
  border-right: solid 1px #9fa0a0;
}
@media screen and (max-width: 767px) {
  .group-cnt__item:not(:last-of-type) {
    border-right: none;
    border-bottom: solid 1px #9fa0a0;
  }
}
.group-cnt__item.--01 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .group-cnt__item.--01 {
    order: 0;
  }
}
.group-cnt__item.--02 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .group-cnt__item.--02 {
    order: 0;
  }
}
.group-cnt__item.--03 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .group-cnt__item.--03 {
    order: 0;
  }
}
.group-cnt__item-head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.group-cnt__item-head-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .group-cnt__item-head-icon {
    height: auto;
  }
  .group-cnt__item-head-icon img {
    width: 50px;
  }
}
.group-cnt__item-head-ttl {
  font-size: clamp(1.7rem, 1.2rem + 0.69vw, 2rem);
  font-weight: 600;
  text-align: center;
  color: #3071b7;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .group-cnt__item-head-ttl {
    font-size: 2rem;
  }
}
.group-cnt__item-head-txt {
  font-weight: 500;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .group-cnt__item-head-txt {
    font-size: 1.4rem;
  }
}
.group-cnt__item-icon-ph + .group-cnt__item-icon-ph {
  margin-top: 20px;
}
.group-cnt__item-icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 40px;
  text-align: center;
  padding-right: 25px;
  margin-inline: auto;
  position: relative;
}
.group-cnt__item-icon-link::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/cmn/icon_other02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.group-cnt__item-icon-link.--none::before {
  content: none;
}
.group-cnt__item-icon-link.--left {
  justify-content: flex-start;
}
.group-cnt__item-icon-travel {
  max-width: 200px;
  width: 100%;
}
.group-cnt__br01 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .group-cnt__br01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .group-cnt__br01 {
    display: none;
  }
}
.group-cnt__br02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .group-cnt__br02 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .group-cnt__br02 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .group-cnt__br03 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .group-cnt__br03 {
    display: block;
  }
}

.contact-box {
  padding-block: 50px clamp(5rem, 2.1rem + 7.63vw, 8rem);
  margin-top: var(--hd_mt);
}
.contact-box__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.contact-box__ttl {
  margin-bottom: 30px;
}
.contact-box__ttl .cmn-ttl__main {
  color: #646464;
}
.contact-box__txt {
  font-size: clamp(1.6rem, 1rem + 0.78vw, 1.8rem);
  font-weight: 500;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-box__txt {
    text-align: left;
  }
}
.contact-box__annotation {
  font-size: 1.2rem;
  color: #f03232;
  text-align: center;
}

.contact-form__txt {
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: clamp(2rem, 1rem + 2.54vw, 3rem);
}
@media screen and (max-width: 767px) {
  .contact-form__list {
    padding-inline: 10px;
  }
}
.contact-form__list .form-list {
  border-top: 1px solid #c8c8c8;
}
.contact-form__list .form-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: 20px;
  padding-inline: 10px 0;
  min-height: 60px;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__item {
    flex-direction: column;
    gap: 5px;
    padding-block: 12px;
    padding-inline: 0;
  }
}
.contact-form__list .form-list__item.--radio {
  align-items: center;
}
.contact-form__list .form-list__label {
  width: 200px;
  font-weight: 500;
  line-height: 2.188;
  color: #323232;
}
@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 .form-list__value-inr + .form-list__value-inr {
  margin-top: 10px;
}
.contact-form__list .form-list__value-st {
  color: #fff;
  margin-right: 5px;
}
.contact-form__list .form-list__value select {
  background-color: #fff;
  color: #323232;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-form__list .form-list__value.--select {
  position: relative;
}
.contact-form__list .form-list__value.--select::before {
  content: "▼";
  color: #c8c8c8;
  position: absolute;
  top: 1px;
  left: 120px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value.--select::before {
    top: 3px;
  }
}
.contact-form__list .form-list__value.--select.hide-arrow::before {
  display: none;
}
.contact-form__list .required {
  position: relative;
  color: #f03232;
}
.contact-form__list .required::after {
  content: "※";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #f03232;
  font-size: 1.5rem;
  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,
.contact-form__list select {
  padding: 0;
  min-height: 32px;
  border: 1px solid #c8c8c8;
  font-size: 1.4rem;
  vertical-align: middle;
}
.contact-form__list input[type=email],
.contact-form__list input[type=text],
.contact-form__list input[type=tel],
.contact-form__list textarea {
  -webkit-appearance: none;
}
.contact-form__list textarea {
  min-height: 120px;
}
.contact-form__privacy {
  padding-top: clamp(5rem, 2.1rem + 7.63vw, 8rem);
  text-align: center;
}
.contact-form__privacy-box {
  margin-bottom: 20px;
}
.contact-form__privacy-link {
  display: block;
  max-width: 300px;
  width: 100%;
  border: solid 1px #323232;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  color: #323232;
  text-align: center;
  margin-inline: auto;
}
.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
  margin-inline: auto;
}
.contact-form__btn .send-btn,
.contact-form__btn .return-btn {
  display: block;
  max-width: 300px;
  width: calc((100% - 30px) / 2);
  background-color: #00adba;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 input.send-btn:disabled {
  background: #c8c8c8;
  text-shadow: none;
  cursor: not-allowed;
}
.contact-form__list .wpcf7-list-item-label {
  color: #323232;
}
.contact-form .wpcf7-response-output {
  color: #323232;
}

.confirm_area {
  display: none;
}
.confirm_area-txt {
  color: #323232;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .confirm_area-txt {
    text-align: left;
  }
}
.confirm_area .form-list__value,
.confirm_area .contact-form__privacy {
  color: #323232;
}
.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: #c8c8c8;
}
.confirm_area .wpcf7-spinner {
  display: none;
}

.contact-thanks {
  margin-top: var(--hd_mt);
}
.contact-thanks__cnt {
  padding-block: 60px;
}
.contact-thanks__ttl {
  font-family: var(--sub);
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  font-weight: 600;
  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__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-thanks__txt {
    text-align: left;
  }
}
.contact-thanks__btn {
  margin-top: 30px;
}

#wpadminbar {
  display: none;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../img/cmn/bg_header01.jpg) no-repeat center center/cover;
  border-bottom: solid 1px #787878;
  padding-inline: 45px 25px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hd-cnt {
    padding-inline: 20px 0;
  }
}
.hd-logo {
  display: block;
  width: clamp(18rem, 15.6rem + 6.3vw, 23.7rem);
  aspect-ratio: 237/63;
}
@media screen and (max-width: 767px) {
  .hd-logo {
    width: 15rem;
  }
}
.hd-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(2rem, -2rem + 3.92vw, 3rem);
  position: relative;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.hd-nav__list {
  display: flex;
}
.hd-nav__link {
  display: block;
  padding-inline: clamp(1.5rem, -2.5rem + 3.92vw, 2.5rem);
  transition: 0.4s;
  position: relative;
}
.hd-nav__link::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--mc);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.6;
  }
}
.hd-nav__link-main {
  display: block;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--mc);
  line-height: 1;
}
.hd-nav__item:first-of-type .hd-nav__link {
  padding-left: 0;
}
.hd-nav__item:last-of-type .hd-nav__link {
  padding-right: 0;
}
.hd-nav__item:last-of-type .hd-nav__link::before {
  content: none;
}
.hd-nav__item.--pulldown {
  position: relative;
}
.hd-nav__item.--pulldown:hover .hd-nav__pulldown {
  opacity: 1;
  visibility: visible;
}
.hd-nav__item.--pulldown .hd-nav__link-main {
  padding-right: 20px;
  position: relative;
}
.hd-nav__item.--pulldown .hd-nav__link-main::before {
  content: "";
  width: 10px;
  aspect-ratio: 10/14;
  background: url(../img/cmn/icon_hd-arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.hd-nav__pulldown {
  border-top: solid 10px rgba(255, 255, 255, 0);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.hd-nav__pulldown-list {
  background-color: var(--mc);
}
.hd-nav__pulldown-item {
  min-width: 160px;
  border-bottom: solid 1px #fff;
}
.hd-nav__pulldown-item:last-of-type {
  border-bottom: none;
}
.hd-nav__pulldown-link {
  display: block;
  padding-inline: 5px;
}
.hd-nav__pulldown-st {
  font-size: 1.3rem;
  line-height: 30px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.hd-nav__pulldown-st::before {
  content: "";
  width: 10px;
  aspect-ratio: 10/14;
  background: url(../img/cmn/icon_hd-arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.hd-nav__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .hd-nav__tel {
    max-width: 430px;
  }
}
.hd-nav__tel-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hd-nav__tel-offices {
  width: 70px;
  background-color: var(--bc);
  text-align: center;
}
.hd-nav__tel-offices-st {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #fff;
}
.hd-nav__tel-num {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hd-nav__tel-num-icon {
  width: 15px;
  aspect-ratio: 1;
}
.hd-nav__tel-num-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav__tel-num-st {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .hd-nav__tel-num-st {
    font-size: 1.4rem;
  }
}
.hd-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 160px;
  height: 45px;
  background-color: var(--mc);
  text-align: center;
}
.hd-nav__btn-icon {
  width: 20px;
  height: 14px;
  margin-top: 4px;
}
.hd-nav__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav__btn-st {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.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(--mc);
    position: relative;
    z-index: 1002;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .hd-toggle {
    width: 80px;
  }
}
@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;
}
.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
  ========================= */
}
@media screen and (max-width: 1024px) {
  .hd-nav {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    max-width: 600px;
    width: 100%;
    height: 100svh;
    background: #fff;
    padding-inline: clamp(4.5rem, 3rem + 3.87vw, 8rem);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
  .hd-nav__list {
    max-width: 420px;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .hd-nav__link {
    padding-inline: 0;
  }
  .hd-nav__link::before {
    content: none;
  }
  .hd-nav__link-main {
    display: inline;
    font-size: clamp(1.4rem, 1.2rem + 0.51vw, 1.6rem);
    line-height: 2.86;
  }
  .hd-nav__pulldown {
    border: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .hd-nav__pulldown-list {
    background-color: transparent;
    padding-left: 15px;
  }
  .hd-nav__pulldown-st {
    font-size: clamp(1.4rem, 1.2rem + 0.51vw, 1.6rem);
    font-weight: 500;
    color: var(--mc);
  }
  .hd-nav__btn {
    max-width: 380px;
    width: 100%;
  }
  .hd-nav__btn-link {
    width: 100%;
    height: 70px;
  }
  .hd-nav__btn-st {
    font-size: clamp(1.4rem, 1.2rem + 0.51vw, 1.6rem);
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  .hd.open .hd-nav {
    opacity: 1;
    transform: translateX(-100%);
    visibility: visible;
    transition: transform 0.4s, opacity 0.4s;
  }
}
.hd.open .hd-toggle {
  align-items: center;
}
.hd.open .hd-toggle span {
  background: #fff;
}
.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;
  transform: rotate(-45deg);
}
.hd.--hidden {
  background-color: transparent;
}
.hd.--hidden .hd-cnt {
  border-bottom: none;
}
.hd.--hidden .hd-menu {
  opacity: 0;
  visibility: hidden;
}

.fixed-contact {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .fixed-contact {
    display: block;
  }
}
.fixed-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 200px;
  height: 60px;
  background-color: var(--mc);
  text-align: center;
}
.fixed-contact__icon {
  width: 20px;
  height: 14px;
}
.fixed-contact__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fixed-contact__st {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.fixed-contact.--hidden {
  opacity: 0;
  visibility: hidden;
}
.contact .fixed-contact {
  display: none;
}

.ft {
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .ft {
    padding-bottom: 100px;
  }
}
.ft__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ft__cnt {
    flex-direction: column;
    align-items: center;
  }
}
.ft__logo {
  display: block;
  margin-bottom: 20px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .ft__logo {
    width: 200px;
  }
}
.ft__data-list {
  display: flex;
  font-size: 1.3rem;
}
.ft__data-st {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .ft__data-st {
    font-size: 1.4rem;
  }
}
.ft .ft-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ft .ft-nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.ft .ft-nav__list.--01 {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .ft .ft-nav__list.--01 {
    margin-right: 0;
  }
}
.ft .ft-nav__list.--02 {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ft .ft-nav__list.--02 {
    margin-right: 0;
  }
}
.ft .ft-nav__list.--type02 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ft .ft-nav__list.--type02 {
    padding-top: 0;
  }
}
.ft .ft-nav__link {
  font-weight: 700;
  line-height: 1.875;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft .ft-nav__link:hover {
    opacity: 0.6;
  }
}
.ft .ft-nav__item + .ft-nav__item {
  margin-top: 5px;
}
.ft .ft-nav__item.--type02 .ft-nav__link {
  font-size: 1.2rem;
  font-weight: 400;
}
.ft .ft-nav__item.--arrow {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 250px;
  width: 100%;
}
.ft .ft-nav__item.--arrow .ft-nav__item {
  width: calc((100% - 5px) / 2);
}
.ft .ft-nav__item.--arrow .ft-nav__link {
  padding-left: 15px;
  position: relative;
}
.ft .ft-nav__item.--arrow .ft-nav__link::before {
  content: "〉";
  line-height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft .ft-nav__item.--other .ft-nav__link {
  padding-right: 20px;
  position: relative;
}
.ft .ft-nav__item.--other .ft-nav__link::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/cmn/icon_other01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ft__copy {
  text-align: center;
  margin-top: 40px;
  margin-inline: 40px;
}
@media screen and (min-width: 768px) {
  .ft__copy {
    margin-inline: 15px;
  }
}
.ft__copy-st {
  font-size: 1rem;
  color: #6b6c6c;
}

.cmn-contact {
  background: url(../img/cmn/bg_ft-contact.png) no-repeat center center/cover;
  color: #fff;
  padding-block: 40px;
  position: relative;
}
.cmn-contact__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-contact__block {
    flex-direction: column;
    align-items: center;
  }
}
.cmn-contact__ttl {
  margin-bottom: 35px;
}
.cmn-contact__ttl-st {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.5rem, 1.3rem + 0.55vw, 2rem);
  font-size: clamp(4rem, 3.3rem + 1.99vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
}
.cmn-contact__ttl-st span {
  font-size: clamp(1.8rem, 1.3rem + 1.33vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.389;
}
.cmn-contact__catch {
  max-width: 380px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cmn-contact__catch {
    max-width: none;
    flex: 0 1 auto;
  }
}
.cmn-contact__catch-txt {
  font-size: clamp(1.4rem, 1.3rem + 0.25vw, 1.5rem);
  letter-spacing: 0;
}
.cmn-contact__ttl .cmn-ttl__main {
  font-weight: 400;
}
.cmn-contact__info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cmn-contact__info {
    width: 100%;
  }
}
.cmn-contact__info-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.cmn-contact__info-icon {
  width: 35px;
  height: 45px;
  margin-top: 7px;
}
.cmn-contact__info-desc {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cmn-contact__info-desc {
    pointer-events: auto;
  }
}
.cmn-contact__info-ttl {
  font-weight: 700;
  margin-bottom: 5px;
}
.cmn-contact__info-num {
  font-size: clamp(3rem, 1.2rem + 2.34vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.cmn-contact__info-num span {
  font-size: 1.9rem;
}
.cmn-contact__info-time {
  font-weight: 500;
}
.cmn-contact__info-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 370px;
  background-color: #fff;
  border-radius: 25px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .cmn-contact__info-btn-link {
    width: 100%;
  }
}
.cmn-contact__info-btn-icon {
  width: 32px;
  height: 22px;
}
.cmn-contact__info-btn-st {
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
  color: #178dc6;
}

.company .anchor {
  display: none;
}

.anchor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .anchor {
    flex-direction: row;
    gap: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
  }
}
.anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #efbf16;
  border-radius: 10px 0 0 10px;
  width: 80px;
  height: 300px;
  font-size: 21px;
  color: #fff;
  font-weight: 900;
  line-height: 1.015;
  writing-mode: vertical-lr;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .anchor__link {
    width: 60px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link {
    width: 100%;
    height: 60px;
    border-radius: 0;
    writing-mode: initial;
  }
}
@media screen and (min-width: 1025px) {
  .anchor__link:hover {
    opacity: 0.6;
  }
}
.anchor__link::after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background: url(../img/cmn/icon-arw_white.png) no-repeat center center/cover;
}
.anchor__link.--item02 {
  background: #fff;
  border: 3px solid #0173bc;
  border-right: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .anchor__link.--item02 {
    border-right: 3px solid #0173bc;
    border-bottom: none;
  }
}
.anchor__link.--item02::after {
  background: url(../img/cmn/icon-arw_blue.png) no-repeat center center/cover;
}

.top-mv {
  position: relative;
  overflow: clip;
}
.top-mv__ttl {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  width: 60%;
  aspect-ratio: 2220/384;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-mv__ttl {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__ttl {
    width: 92%;
    top: 36%;
  }
}
.top-mv__bg {
  padding-top: 50px;
  padding-bottom: 145px;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__bg {
    padding-bottom: 20px;
  }
}
.top-mv__bg-item {
  position: relative;
  width: calc((100% - 100px) / 3);
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg-item {
    max-width: none;
    width: 100%;
  }
}
.top-mv__bg-item.--item01, .top-mv__bg-item.--item03 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg-item.--item01, .top-mv__bg-item.--item03 {
    margin-top: 0;
  }
}
.top-mv__bg-ph {
  height: min(18vw, 520px);
  background: #ccc;
  border-radius: clamp(1rem, -1.1rem + 5.52vw, 6rem);
  overflow: clip;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg-ph {
    height: min(30vw, 520px);
  }
}
@media screen and (max-width: 767px) {
  .top-mv__bg-ph {
    height: min(40vw, 42rem);
    border-radius: 30px;
  }
}
.top-mv__bg-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__bg-info {
  position: relative;
  width: 670px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg-info {
    width: clamp(58rem, 46.1rem + 15.56vw, 62rem);
  }
}
@media screen and (max-width: 767px) {
  .top-mv__bg-info {
    width: clamp(32rem, 7.1rem + 66.33vw, 58rem);
    padding-top: clamp(9.5rem, -0.5rem + 26.79vw, 20rem);
    position: relative;
    bottom: auto;
  }
}
.top-mv__bg-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(10rem, 5.9rem + 11.05vw, 20rem);
  height: auto;
  aspect-ratio: 400/290;
  background: url(../img/top/illust-mv.png) no-repeat center center/cover;
}
.top-mv__bg-ttl {
  position: relative;
  margin-bottom: 4px;
  font-size: clamp(2.4rem, 1.9rem + 1.33vw, 3.6rem);
  color: #000;
  font-weight: 900;
  line-height: 1.95;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-mv__bg-ttl {
    text-align: center;
    text-shadow: 1px 3px #fff, 1px -3px #fff, -1px 3px #fff, -1px -3px #fff, 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff, 3px 1px #fff, 3px -1px #fff, -3px 1px #fff, -3px -1px #fff;
  }
}
.top-mv__bg-ttl span {
  position: relative;
  color: var(--sc);
}
.top-mv__bg-ttl span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  aspect-ratio: 442/52;
  background: url(../img/top/ttl-top-mv-bg.png) no-repeat center center/cover;
}
.top-mv__bg-txt {
  position: relative;
  font-size: clamp(1.6rem, 1.4rem + 0.55vw, 2.1rem);
  color: #000;
  font-weight: bold;
  line-height: 1.714;
  z-index: 1;
}
.top-anchor {
  padding-block: 30px 15px;
}
@media screen and (max-width: 767px) {
  .top-anchor {
    padding-bottom: 65px;
  }
}
.top-anchor .anchor-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list {
    gap: 10px;
  }
}
.top-anchor .anchor-list__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  overflow: clip;
}
@media screen and (max-width: 1024px) {
  .top-anchor .anchor-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor .anchor-list__link:hover .anchor-list__ttl-balloon {
    opacity: 1;
  }
  .top-anchor .anchor-list__link:hover .anchor-list__ttl::before {
    width: 100%;
  }
}
.top-anchor .anchor-list__ph {
  width: 100%;
  max-height: 180px;
  aspect-ratio: 1248/360;
}
@media screen and (max-width: 1024px) {
  .top-anchor .anchor-list__ph {
    aspect-ratio: 390/180;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ph {
    width: 100%;
    height: min(21.3333333333vw, 12rem);
  }
}
.top-anchor .anchor-list__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-anchor .anchor-list__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  background: rgba(9, 108, 171, 0.702);
}
@media screen and (max-width: 1439px) {
  .top-anchor .anchor-list__ttl {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ttl {
    height: min(8vw, 4.5rem);
  }
}
.top-anchor .anchor-list__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #00416b;
  transition: 0.4s;
}
@media screen and (max-width: 1439px) {
  .top-anchor .anchor-list__ttl::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ttl::before {
    width: min(8vw, 4.5rem);
    height: min(8vw, 4.5rem);
  }
}
.top-anchor .anchor-list__ttl-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .top-anchor .anchor-list__ttl-arw {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ttl-arw {
    width: min(8vw, 4.5rem);
  }
}
.top-anchor .anchor-list__ttl-arw img {
  width: 26px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ttl-arw img {
    width: min(4vw, 2rem);
  }
}
.top-anchor .anchor-list__ttl-st {
  flex: 1;
  text-align: center;
  font-size: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .top-anchor .anchor-list__ttl-st {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor .anchor-list__ttl-st {
    line-height: min(8vw, 4.5rem);
    font-size: min(3.7333333333vw, 1.6rem);
  }
}
.top-anchor .anchor-list__ttl-balloon {
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 369px;
  aspect-ratio: 738/142;
  background: url(../img/top/balloon-anchor.png) no-repeat center center/cover;
  opacity: 0;
  transition: 0.4s;
}

.layer-page .layer-mv {
  margin-top: var(--hd_mt);
  position: relative;
}
.layer-page .layer-mv__cnt {
  max-width: min(100% - 80px, 960px);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-mv__cnt {
    text-align: center;
  }
}
.layer-page .layer-mv__ph {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-mv__ph {
    height: clamp(24rem, 1.1rem + 61.07vw, 48rem);
  }
}
.layer-page .layer-mv__ph::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-mv__ph::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 20%);
  }
}
.layer-page .layer-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-mv__ttl-main {
  display: block;
  font-family: var(--sub);
  font-size: clamp(3rem, 2rem + 2.54vw, 4rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.layer-page .layer-mv__ttl-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  opacity: 0.7;
}