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

address,
em,
th {
  font-style: normal;
  font-weight: normal;
}

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

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.alignright {
  float: right;
  margin-left: 3rem;
}

.alignleft {
  float: left;
  margin-right: 3rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin: 0;
  color: var(--baseColor);
  font-size: 1.4rem;
  text-align: center;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post figure {
  aspect-ratio: inherit;
  margin-block: 3rem;
}
.post figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

         変数

-----------------------*/
.mainColor {
  color: #233557;
}

.bg-mainColor {
  background-color: #233557;
}

.bg-main10Color {
  background-color: #e9ebee;
}

.baseColor {
  color: #2b2a3a;
}

.bg-baseColor {
  background-color: #2b2a3a;
}

.subColor {
  color: #4e8687;
}

.bg-subColor {
  background-color: #4e8687;
}

.bg-sub20Color {
  background-color: #4e8687;
}

.bg-sub5Color {
  background-color: #4e8687;
}

.accentColor {
  color: #eca22a;
}

.bg-accentColor {
  background-color: #eca22a;
}

.bg-accent20Color {
  background-color: #fbecd4;
}

.bg-accent10Color {
  background-color: #fdf6ea;
}

.bg-accent5Color {
  background-color: #fefaf4;
}

.colorW {
  color: #fff;
}

.colorR {
  color: #c0272d;
}

.bg-color20R {
  background-color: #f2d4d5;
}

.bg-color5R {
  background-color: #fcf4f4;
}

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

         COMMON

-----------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  color: #2b2a3a;
}

a:visited,
a:focus,
a:hover {
  opacity: 0.8;
  color: inherit;
}

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

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tablet {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.flex {
  display: flex;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .tablet {
    display: none;
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  max-width: 128rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .container {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 559px) {
  .container {
    padding: 0 6%;
  }
}

.holder {
  width: min(100rem, 100%);
  margin-inline: auto;
}

.s-holder {
  max-width: 80rem;
  margin-inline: auto;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.post-single p, .post-single figure, .post-single ul {
  margin-block: 1.5em;
}
.post-single h2 {
  color: #4e8687;
  font-size: clamp(2rem, calc(1.9029126214rem + 0.2588996764vw), 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
.post-single h3 {
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  font-weight: 500;
  color: #233557;
  border-left: solid 5px #233557;
  width: fit-content;
  padding-left: 0.5em;
  line-height: 1.5;
}
.post-single li {
  list-style: disc;
  margin-left: 1em;
}

.sec-ttl {
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  font-weight: 400;
  margin-bottom: clamp(3.5rem, calc(2.7718446602rem + 1.9417475728vw), 6.5rem);
}

.sec-enttl {
  font-size: clamp(4rem, calc(3.4174757282rem + 1.5533980583vw), 6.4rem);
  font-weight: 700;
  color: #233557;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sec-enttl::first-letter {
  color: #eca22a;
}

.sec-ttl-v3 {
  font-size: clamp(2.4rem, calc(2.2058252427rem + 0.5177993528vw), 3.2rem);
  font-weight: 700;
  color: #233557;
  letter-spacing: 0.15em;
}
.sec-ttl-v3 + p {
  font-size: 1.2rem;
  font-weight: 400;
}

.sec-enttl-v3 {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sec-text {
  margin-bottom: 1rem;
}

.ttl-wrap__flex {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
@media only screen and (max-width: 559px) {
  .ttl-wrap__flex {
    gap: 5rem;
  }
}

.o-btn {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.o-btn a {
  position: relative;
  background: #233557;
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  color: #fff;
  border: solid 2px #fff;
  padding: 1rem 4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-btn a {
    padding: 0.5rem 5rem;
  }
}
.o-btn a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow02.webp) no-repeat center center/contain;
  width: 5.833vw;
  height: 3.802vw;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .o-btn a::after {
    width: 8rem;
    height: 4rem;
    right: -6.5rem;
  }
}

.o-btn--v2 a {
  background: #fff;
  color: #233557;
  border: solid 2px #233557;
}

.o-btn--v3 {
  margin: 0;
}
.o-btn--v3 a {
  color: #233557;
  background: none;
  width: fit-content;
  padding: 1rem 0;
  border: none;
}
.o-btn--v3 a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow03.webp) no-repeat center center/contain;
  width: 4.11458vw;
  height: 3.48958vw;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .o-btn--v3 a::after {
    width: 4rem;
    height: 4rem;
    right: -3rem;
    font-weight: 500;
  }
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.03125vw;
  }
}
.o-card--3wrap figure {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0;
  right: 0;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.o-modal__link {
  cursor: pointer;
}
.o-modal__close {
  cursor: pointer;
}

.o-faq {
  max-width: 60rem;
  margin: 0 auto;
}

.o-faq__item {
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #233557;
  border-radius: 0.5rem;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.o-faq__question span {
  display: flex;
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  align-items: center;
}
.o-faq__question span::before {
  content: "Q.";
  color: #fff;
  font-size: clamp(2.4rem, calc(2.254368932rem + 0.3883495146vw), 3rem);
  margin-right: 1rem;
  font-family: "Roboto", sans-serif;
}
.o-faq__question::after {
  content: "＋";
  color: #fff;
  font-size: clamp(2rem, calc(1.7572815534rem + 0.6472491909vw), 3rem);
}
.o-faq__question.is-open::after {
  content: "－";
}
.o-faq__question.is-open + .o-faq__answer {
  margin-bottom: 2.5rem;
}

.o-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background: #fff;
  border-radius: 0.5rem;
  width: 80%;
  margin-inline: auto;
}
.o-faq__answer__inner {
  display: flex;
  padding: clamp(1rem, calc(0.7572815534rem + 0.6472491909vw), 2rem) 1.5rem;
}
.o-faq__answer__inner::before {
  content: "A.";
  color: #233557;
  font-size: clamp(2.4rem, calc(2.254368932rem + 0.3883495146vw), 3rem);
  margin-right: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.l-hdr__inner {
  padding: clamp(1rem, calc(0.8786407767rem + 0.3236245955vw), 1.5rem) 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .l-hdr__inner {
    padding: clamp(1rem, calc(0.8786407767rem + 0.3236245955vw), 1.5rem) 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-hdr__inner {
    padding: clamp(1rem, calc(0.8786407767rem + 0.3236245955vw), 1.5rem) 2%;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 16rem;
    margin-inline: auto;
  }
}
.l-hdr__navlist {
  display: flex;
  gap: 1.5625vw;
}
.l-hdr__navlist .menu__item {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-hdr__navlist li.current-menu-item .menu__item {
  color: #eca22a;
  font-weight: 500;
}
/*
.l-hdr__navlist li:last-child .menu__item {
  color: #fff;
  background: #2b2a3a;
  border-radius: 3px;
  padding: 1rem 2rem;
}
*/
.l-hdr__navlist li:not(:nth-last-child(-n+1)) .menu__item {
  border-right: solid 1px #2b2a3a;
  padding-right: 1.5625vw;
}

.o-hamburger {
  width: 20%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -20%;
  z-index: 1000000;
  transition: 0.5s;
  background: #fff url(../img/common/circle.webp) no-repeat center bottom/240%;
}
@media only screen and (max-width: 559px) {
  .o-hamburger {
    width: 100%;
    right: -100%;
  }
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  gap: 1rem;
  margin-block: 4rem;
}
.o-hamburger__menu li {
  margin-bottom: 1em;
}
.o-hamburger__menu li.current-menu-item {
  color: #eca22a;
}
@media only screen and (max-width: 559px) {
  .o-hamburger__menu li a {
    font-size: 1.8rem;
  }
}

html.is-open .o-hamburger {
  right: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}

/* ボタン全体の設定 */
.o-hamburger__btn {
  position: fixed;
  width: 3.6rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 4.5rem;
  right: 3rem;
  z-index: 10000000;
}
@media screen and (max-width: 1000px) {
  .o-hamburger__btn {
    top: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-hamburger__btn {
    top: 2rem;
    right: 1.5rem;
  }
}

/* 線のスタイル */
.o-hamburger__icon {
  visibility: visible;
  width: 3rem;
  height: 2px;
  background-color: #2b2a3a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

html.is-open .o-hamburger__icon {
  transform: rotate(45deg) translate(10px, 5px);
  background-color: #2b2a3a;
}
html.is-open .o-hamburger__icon:nth-child(2) {
  transform: rotate(-45deg) translate(10px, -6px);
  background-color: #2b2a3a;
}
html.is-open .o-hamburger__icon:last-child {
  display: none;
}

.l-ftr {
  position: relative;
  overflow-x: hidden;
}
.l-ftr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14rem;
  left: -10rem;
  width: 22%;
  height: 58%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: -1;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .l-ftr::after {
    display: none;
  }
}
.l-ftr__inner {
  margin-top: clamp(8rem, calc(7.5145631068rem + 1.2944983819vw), 10rem);
  padding: 2rem 6% 0;
}
.l-ftr__logo {
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .l-ftr__logo {
    width: 18rem;
  }
}
.l-ftr__address {
  text-align: center;
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  margin-top: clamp(1.5rem, calc(1.1359223301rem + 0.9708737864vw), 3rem);
  letter-spacing: 0.1em;
}
.l-ftr__tel {
  font-size: clamp(2rem, calc(1.9029126214rem + 0.2588996764vw), 2.4rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .l-ftr__tel {
    font-size: 3.8rem;
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 559px) {
  .l-ftr__tel img {
    width: 2.5rem;
  }
}
.l-ftr__snsgroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-block: clamp(1rem, calc(0.7572815534rem + 0.6472491909vw), 2rem) clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
}
@media only screen and (max-width: 559px) {
  .l-ftr__snsgroup {
    width: 80%;
    margin-inline: auto;
  }
}
.l-ftr__youtube {
  text-align: center;
}
.l-ftr__navlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, calc(1.1359223301rem + 0.9708737864vw), 3rem);
  color: #fff;
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .l-ftr__navlist {
    flex-wrap: wrap;
  }
}
.l-ftr__navlist--v2 {
  margin-top: 1em;
}
.l-ftr__navlist--v2 .menu__item {
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
}
.l-ftr__navlist .menu__item {
  color: #fff;
}
.l-ftr__navlist li:not(:last-child) a {
  border-right: solid 1px #fff;
  padding-right: 1.5rem;
}
.l-ftr__copy {
  text-align: center;
  margin-top: clamp(4rem, calc(3.1504854369rem + 2.2653721683vw), 7.5rem);
}
.l-ftr__copy small {
  font-size: clamp(1rem, calc(0.9514563107rem + 0.1294498382vw), 1.2rem);
  color: #fff;
  letter-spacing: 0.2em;
}
.l-ftr__bottom-area {
  background: #2b2a3a;
  padding-block: clamp(3rem, calc(2.3932038835rem + 1.6181229773vw), 5.5rem) 2rem;
  margin-top: clamp(4rem, calc(3.1504854369rem + 2.2653721683vw), 7.5rem);
}
@media only screen and (max-width: 559px) {
  .l-ftr__bottom-area {
    padding-bottom: 5rem;
  }
}

.page-top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 100000;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 559px) {
  .page-top {
    bottom: 6rem;
    right: 2rem;
  }
}

.page-top.show {
  opacity: 1;
  transition: 0.5s;
}

.page-top.stop {
  opacity: 0;
  transition: 0.5s;
}

.page-top a {
  width: clamp(8rem, calc(6.3009708738rem + 4.5307443366vw), 15rem);
  height: clamp(8rem, calc(6.3009708738rem + 4.5307443366vw), 15rem);
  border-radius: 50%;
  background: #2b2a3a;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-ftr__menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  opacity: 0;
  transition: 0.5s;
  background: #4e8687;
}
.l-ftr__menu.show {
  opacity: 1;
  transition: 0.5s;
}
.l-ftr__menuflex {
  display: flex;
}
.l-ftr__menuitem {
  width: 100%;
  padding: 1rem;
}
.l-ftr__menulink {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500;
}
.l-ftr__menulink:visited, .l-ftr__menulink:focus, .l-ftr__menulink:hover {
  color: #fff;
}

.hero {
  transition: transform 0.5s ease;
  position: relative;
  z-index: auto;
}
@media only screen and (max-width: 559px) {
  .hero {
    height: 60rem;
  }
}
.hero__bg {
  height: 100%;
}
.hero__ttl {
  color: #233557;
  font-size: clamp(4rem, calc(3.2718446602rem + 1.9417475728vw), 7rem);
  font-weight: 700;
  position: absolute;
  top: 6vw;
  left: 3%;
  line-height: 1.5;
  width: fit-content;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1280px) {
  .hero__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero__ttl {
    left: 3%;
  }
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    top: 3rem;
    line-height: 1.4;
  }
}
.hero__text {
  font-size: clamp(2rem, calc(1.5631067961rem + 1.1650485437vw), 3.8rem);
  font-weight: 700;
  padding-inline: 0;
}
@media only screen and (max-width: 1280px) {
  .hero__text {
    line-height: 1.5;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__text {
    color: #fff;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    font-size: 2rem;
  }
}
.hero__textgroup {
  position: absolute;
  left: 3%;
  bottom: 6vw;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .hero__textgroup {
    left: 3%;
  }
}
.hero__textgroup .important {
  color: #eca22a;
  font-size: 125%;
}
.hero__textgroup .attention {
  color: #4e8687;
}
@media only screen and (max-width: 559px) {
  .hero__textgroup .attention {
    background: rgba(255, 255, 255, 0.8);
    padding-inline: 0.5em;
    border-radius: 0.1em;
    margin-inline: 0.1em;
  }
}
.hero__textgroup p.o-btn {
  margin-top: 1.5rem;
  margin-inline: 0;
}
.hero__img {
  position: absolute;
  width: fit-content;
  width: 14vw;
  height: 14vw;
  opacity: 0;
  transition: opacity 2s ease;
}
@media only screen and (max-width: 559px) {
  .hero__img {
    width: 12rem;
    height: 12rem;
  }
}
.hero__img.visible {
  opacity: 1;
}
.hero__img__img.visible, .hero__img__img--v1.visible, .hero__img__img--v2.visible, .hero__img__img--v3.visible {
  opacity: 1;
}
.hero__img--v1 {
  right: 3vw;
  top: 3rem;
}
@media only screen and (max-width: 559px) {
  .hero__img--v1 {
    top: 1rem;
    width: 13rem;
    height: 13rem;
    right: 0;
  }
}
.hero__img--v2 {
  right: 17vw;
  bottom: 38%;
}
@media only screen and (max-width: 1280px) {
  .hero__img--v2 {
    bottom: 28%;
  }
}
@media only screen and (max-width: 559px) {
  .hero__img--v2 {
    width: 14rem;
    height: 14rem;
    bottom: 32%;
    right: 4rem;
  }
}
.hero__img--v3 {
  right: 5vw;
  bottom: 10%;
}
@media only screen and (max-width: 559px) {
  .hero__img--v3 {
    right: inherit;
    left: 2rem;
    bottom: 40%;
    width: 14rem;
    height: 14rem;
  }
}

.sec-top {
  padding-block: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
  overflow-x: hidden;
}
.sec-top__ttl {
  color: #233557;
  font-size: clamp(2.6rem, calc(2.454368932rem + 0.3883495146vw), 3.2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 559px) {
  .sec-top__ttl {
    line-height: 1.5;
  }
}
.sec-top .s-holder {
  margin-top: 1.5em;
}
.sec-top__text {
  margin-block: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem) clamp(0rem, calc(-1.9417475728rem + 5.1779935275vw), 8rem);
}
.sec-top__mainimg {
  position: relative;
}
@media only screen and (max-width: 559px) {
  .sec-top__mainimg {
    margin-block: 4rem;
  }
}
.sec-top__mainimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  height: 100%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: -1;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}
@media screen and (max-width: 1024px) {
  .sec-top__mainimg::after {
    width: 85%;
  }
}
@media only screen and (max-width: 559px) {
  .sec-top__mainimg::after {
    display: none;
  }
}
.sec-top__mainimg {
  /* 回転アニメーション */
}
@keyframes rotateCircle {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.sec-top .worry {
  background: url(../img/top/worry__bg3.webp) no-repeat center center/cover;
  position: relative;
  padding-block: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 559px) {
  .sec-top .worry {
    background: none;
    margin-top: 0;
  }
}
.sec-top .worry__img {
  width: 80rem;
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__img {
    width: 100%;
  }
}
.sec-top .worry .kurukuru {
  position: absolute;
  top: -21.5%;
  right: 0vw;
  width: 5.4rem;
  height: 7.8rem;
}
@media only screen and (max-width: 559px) {
  .sec-top .worry .kurukuru {
    top: -4rem;
    right: 5rem;
    width: 4rem;
    height: 5.8rem;
  }
}
.sec-top .worry .s-holder {
  margin-top: 0;
}
.sec-top .worry__textgroup {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__textgroup {
    width: 100%;
    position: static;
    margin-top: -8rem;
    transform: translateX(0);
  }
}
.sec-top .worry__ttl {
  color: #fff;
  font-size: clamp(2rem, calc(1.8058252427rem + 0.5177993528vw), 2.8rem);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.sec-top .worry__ttl::before, .sec-top .worry__ttl::after {
  content: "|";
  display: block;
  position: absolute;
  font-weight: 700;
  bottom: 0;
}
.sec-top .worry__ttl::before {
  left: -3rem;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__ttl::before {
    left: 1.5rem;
  }
}
.sec-top .worry__ttl::after {
  right: -3rem;
  transform: rotate(30deg);
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__ttl::after {
    right: 1.5rem;
  }
}
.sec-top .worry__list {
  margin-top: 1em;
}
.sec-top .worry__list li {
  color: #233557;
  background: #fff;
  font-size: clamp(1.5rem, calc(1.4514563107rem + 0.1294498382vw), 1.7rem);
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  margin-top: 1em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__list li {
    padding: 1rem 0.5rem;
    margin-top: 1rem;
    width: 94%;
    margin-inline: auto;
    line-height: 1.3;
    border: solid 2px #233557;
    gap: 0.5rem;
  }
}
.sec-top .worry__list li::before {
  content: "";
  display: inline-block;
  background: url(../img/top/check.webp) no-repeat center center/cover;
  width: 1.71875vw;
  height: 1.614583vw;
}
@media only screen and (max-width: 559px) {
  .sec-top .worry__list li::before {
    width: 2rem;
    height: 1.9rem;
  }
}
.sec-top .about-us {
  margin-top: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
}
.sec-top .about-us .logo {
  width: 11.71875vw;
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us .logo {
    width: 15rem;
    margin-inline: auto;
  }
}
.sec-top .about-us__flex {
  display: flex;
  gap: 2.083vw;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__flex {
    flex-direction: column;
    width: 100%;
  }
}
.sec-top .about-us__flex--l {
  width: 54.3rem;
  margin-left: 2em;
}
@media only screen and (max-width: 1368px) {
  .sec-top .about-us__flex--l {
    width: 60rem;
  }
}
@media screen and (max-width: 1080px) {
  .sec-top .about-us__flex--l {
    width: 90rem;
  }
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__flex--l {
    width: 100%;
    margin-left: 0;
  }
}
.sec-top .about-us__flex--r {
  width: 100rem;
  aspect-ratio: 2.325/1;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__flex--r {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-44%);
  }
}
.sec-top .about-us__flex--r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-top .about-us__img {
  position: relative;
  overflow: hidden;
}
.sec-top .about-us__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 1.2s ease;
  z-index: 1;
}
.sec-top .about-us__img.reveal::before {
  transform: scaleX(0);
}
.sec-top .about-us__ttl {
  color: #4e8687;
  font-size: clamp(2.6rem, calc(2.5029126214rem + 0.2588996764vw), 3rem);
  font-weight: 700;
  line-height: 1.5;
  margin-block: clamp(1rem, calc(0.8786407767rem + 0.3236245955vw), 1.5rem) 1rem;
}
@media only screen and (max-width: 1280px) {
  .sec-top .about-us__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .sec-top .about-us__text {
    font-size: 1.4rem;
  }
}
.sec-top .about-us__text2 {
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .sec-top .about-us__text2 {
    font-size: 1.8rem;
  }
}
.sec-top .about-us__text2 strong {
  color: #eca22a;
}
.sec-top .about-us__flex2 {
  display: flex;
  gap: 3.125vw;
  margin-top: clamp(2.5rem, calc(1.8932038835rem + 1.6181229773vw), 5rem);
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__flex2 {
    flex-direction: column;
  }
}
.sec-top .about-us__flex--lv2 {
  width: calc(100% - 3.125vw - 40.5rem);
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__flex--lv2 {
    width: 100%;
  }
}
.sec-top .about-us__img--v2 {
  width: 40.5rem;
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__img--v2 {
    width: 100%;
  }
}
.sec-top .about-us__ttl--v2 {
  color: #fff;
  background: #eca22a;
  width: fit-content;
  line-height: 1;
  padding: 0.5rem 5rem;
  border-radius: 0.3rem;
  font-size: clamp(2rem, calc(1.9029126214rem + 0.2588996764vw), 2.4rem);
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .sec-top .about-us__ttl--v2 {
    padding: 0.5rem 3rem;
  }
}
.sec-top .about-us__ttl--v3 {
  margin-top: 1.5rem;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
}
.sec-top .about-us__text--v2 {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .sec-top .about-us__text--v2 {
    font-size: 1.4rem;
  }
}
.sec-top .about-us .o-btn {
  margin-top: clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
}

.merit__flex {
  display: flex;
  gap: 2.03125vw;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .merit__flex {
    flex-direction: column;
  }
}
.merit__flex::after {
  content: "";
  display: block;
  position: absolute;
  top: -15rem;
  right: -32vw;
  width: 55%;
  height: 100%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: -1;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .merit__flex::after {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .merit__flex {
    margin-top: 3rem;
  }
}
.merit__flexitem {
  width: calc((100% - 4.0625vw) / 2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  .merit__flexitem {
    width: 100%;
  }
}
.merit__imgwrap {
  position: relative;
  overflow: hidden;
}
.merit__img {
  aspect-ratio: 2.33/1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .merit__img {
    aspect-ratio: 16/9;
  }
}
.merit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem 2rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  line-height: 1.5;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .merit__text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .merit__text {
    font-size: 1.4rem;
  }
}
.merit__flexitem:hover .merit__text {
  transform: translateY(0);
}
.merit__ttl {
  background: #4e8687;
  color: #fff;
  padding: 0.5rem;
  font-size: clamp(1.4rem, calc(1.3757281553rem + 0.0647249191vw), 1.5rem);
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .merit__ttl {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .merit__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .merit__ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 559px) {
  .merit__ttl {
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
}

.business-introduction {
  margin-top: clamp(7rem, calc(5.3009708738rem + 4.5307443366vw), 14rem);
}
.business-introduction__flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .business-introduction__flex {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.business-introduction__flex--l {
  width: fit-content;
  padding-left: 2rem;
  margin-left: calc((100vw - 128.6rem) / 2);
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media only screen and (max-width: 1368px) {
  .business-introduction__flex--l {
    margin-left: 0;
    padding-left: 6%;
  }
}
@media only screen and (max-width: 559px) {
  .business-introduction__flex--l {
    padding-left: 0;
    margin-left: 0;
    width: 88%;
  }
}
.business-introduction__flex--l.fade-in {
  opacity: 1;
  transform: translateX(0);
}
.business-introduction__flex--r {
  width: 65vw;
  position: absolute;
  right: 0;
  z-index: -1;
  aspect-ratio: 2.843/1;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .business-introduction__flex--r {
    width: 100%;
    position: static;
  }
}
.business-introduction__flex--r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-introduction__flexttl {
  font-size: clamp(2.4rem, calc(2.3029126214rem + 0.2588996764vw), 2.8rem);
  font-weight: 700;
  color: #4e8687;
}
@media only screen and (max-width: 559px) {
  .business-introduction__flexttl {
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.business-introduction__flextext {
  font-weight: 500;
  font-size: clamp(1.6rem, calc(1.5029126214rem + 0.2588996764vw), 2rem);
  margin-top: 1em;
}
@media only screen and (max-width: 559px) {
  .business-introduction__flextext {
    font-weight: 400;
  }
}
.business-introduction__flextext strong {
  font-weight: 500;
  color: #eca22a;
}
.business-introduction__iconflex {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1280px) {
  .business-introduction__iconflex {
    max-width: 46rem;
  }
}
@media only screen and (max-width: 559px) {
  .business-introduction__iconflex {
    max-width: 50rem;
    gap: 1rem;
  }
}
.business-introduction__iconflexitem {
  width: calc((100% - 2rem) / 3);
}
.business-introduction .o-btn {
  margin-top: clamp(4rem, calc(3.2718446602rem + 1.9417475728vw), 7rem);
}

.loop-img-area {
  overflow: hidden;
  width: 100%;
  margin-top: clamp(6rem, calc(4.5436893204rem + 3.8834951456vw), 12rem);
}
.loop-img-area__wrap {
  display: flex;
  animation: scroll-left 20s linear infinite;
  will-change: transform;
}
.loop-img-area__item {
  flex: 0 0 auto;
  width: 30rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 559px) {
  .loop-img-area__item {
    width: 13rem;
  }
}
.loop-img-area__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.loop-img-area:hover .loop-img-area__wrap {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  99.999% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.costomer-feedback {
  margin-top: clamp(6rem, calc(4.5436893204rem + 3.8834951456vw), 12rem);
}
.costomer-feedback__flex {
  display: flex;
  gap: 2.03125vw;
}
@media only screen and (max-width: 559px) {
  .costomer-feedback__flex {
    flex-direction: column;
  }
}
.costomer-feedback__flexitem {
  width: calc((100% - 4.0625vw) / 2);
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 559px) {
  .costomer-feedback__flexitem {
    width: 100%;
  }
}

.flow {
  padding-top: clamp(7rem, calc(5.3009708738rem + 4.5307443366vw), 14rem);
  position: relative;
}
@media only screen and (max-width: 559px) {
  .flow {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -34rem;
  left: -45rem;
  width: 55%;
  height: 100%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: 10;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .flow::after {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .flow .container {
    padding-inline: 0;
  }
}
.flow .ttl-wrap {
  padding-left: 6%;
}
@media only screen and (max-width: 559px) {
  .flow__flexwrap {
    overflow-x: auto;
    padding-left: 6%;
  }
}
.flow__flex {
  display: flex;
  gap: 2.0833vw;
}
@media only screen and (max-width: 559px) {
  .flow__flex {
    width: 88rem;
    padding-right: 6%;
  }
}
.flow__flex--child {
  display: flex;
  gap: 2.0833vw;
  width: calc((100% - 2.0833vw) / 2);
}
.flow__flexitem {
  width: calc((100% - 4.1666vw) / 3);
}
.flow__flexitem figure {
  position: relative;
}
.flow__flexitem figure::after {
  content: "";
  display: block;
  background: url(../img/common/arrow.webp) no-repeat center center/contain;
  width: 1.3vw;
  height: 2.1875vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.7vw;
}
@media only screen and (min-width: 2560px) {
  .flow__flexitem figure::after {
    right: -4.5rem;
  }
}
.flow__flexitem figure img {
  aspect-ratio: 1/1;
}
.flow__flexnumber {
  color: #4e8687;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.flow__flexnumber strong {
  font-size: clamp(2.2rem, calc(2.054368932rem + 0.3883495146vw), 2.8rem);
}
.flow__flexttl {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  font-weight: 500;
  color: #fff;
  background: #233557;
  line-height: 1;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  margin-block: clamp(0.5rem, calc(0.3786407767rem + 0.3236245955vw), 1rem);
}
.flow__flextext {
  font-size: clamp(1.1rem, calc(1.0514563107rem + 0.1294498382vw), 1.3rem);
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
}
.flow .flow__flex--child:last-of-type .flow__flexitem:last-child figure::after {
  display: none;
}
@media only screen and (max-width: 559px) {
  .flow .message {
    padding: 1rem 1rem 0 6%;
    font-size: 1.2rem;
  }
}

.q-a-area {
  overflow: hidden;
  position: relative;
  margin-block: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
  padding-bottom: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
}
.q-a-area__bg video {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: -1rem;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .q-a-area__bg video {
    height: 100%;
  }
}
.q-a-area .ttl-wrap {
  margin-top: clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
}

.news-area {
  position: relative;
  overflow-x: hidden;
  padding: 1em 0;
}
.news-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40rem;
  width: 45%;
  height: 100%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: -1;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .news-area::after {
    display: none;
  }
}
.news-area__item {
  padding: 1rem 0;
  border-bottom: solid 1px #233557;
  border-radius: 0.3rem;
}
.news-area__item:not(:first-child) {
  margin-top: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
}
.news-area__info {
  display: flex;
  align-items: center;
  gap: 1em;
}
.news-area__cats {
  display: flex;
  gap: 0.5rem;
}
.news-area__cat {
  background: #ccc;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
}
.news-area__cat.cat-activity {
  background: #233557;
  color: #fff;
}
.news-area__cat.cat-notice {
  background: #4e8687;
  color: #fff;
}
.news-area__cat.cat-other {
  background: #eca22a;
  color: #fff;
}
.news-area__date {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news-area__ttl {
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .news-area__ttl {
    font-size: 1.6rem;
  }
}
.news-area__ttl a {
  transition: 0.4s;
}
.news-area__ttl a:hover {
  color: #eca22a;
  transition: 0.4s;
}

.contact-area {
  background: url(../img/common/contact_bg_2.webp) no-repeat center center/cover;
  margin-top: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
  padding-block: clamp(3.5rem, calc(2.5291262136rem + 2.5889967638vw), 7.5rem);
  position: relative;
}
.contact-area * {
  color: #fff;
}
.contact-area__ttl {
  font-size: clamp(1.6rem, calc(1.4058252427rem + 0.5177993528vw), 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .contact-area__ttl {
    font-weight: 400;
  }
}
.contact-area__enttl {
  font-size: clamp(4rem, calc(3.5145631068rem + 1.2944983819vw), 6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .contact-area__enttl {
    line-height: 1.3;
  }
}
.contact-area__flex {
  display: flex;
  margin-top: clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .contact-area__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.contact-area__flexitem {
  width: 50%;
  padding-inline: 6rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .contact-area__flexitem {
    width: 100%;
    padding-inline: 0;
  }
}
.contact-area__flexitem:first-child {
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 559px) {
  .contact-area__flexitem:first-child {
    border: none;
  }
}
.contact-area__flexitem .address {
  font-size: clamp(1.8rem, calc(1.2902912621rem + 1.359223301vw), 3.9rem);
  font-weight: 300;
  white-space: nowrap;
  text-align: right;
}
.contact-area__flexitem .address span.evenly {
  display: inline-block;
  width: 2em;
  text-align: justify;
  text-align-last: justify;
  font-size: 65%;
}
@media only screen and (max-width: 559px) {
  .contact-area__flexitem .address span.evenly {
    font-size: 100%;
  }
}
.contact-area__flexitem .address strong {
  font-weight: 500;
  font-size: clamp(3rem, calc(2.7572815534rem + 0.6472491909vw), 4rem);
  padding-left: 0.2em;
}
.contact-area__flexitem .address:first-of-type .evenly {
  letter-spacing: 0.14em;
}
.contact-area__flexitem .time {
  text-align: right;
  margin: -1rem 0 1rem;
}
@media only screen and (max-width: 559px) {
  .contact-area__flexitem .time {
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    text-indent: 1.5em;
  }
}
.contact-area__flexitem figure {
  width: 20.83vw;
}
@media only screen and (max-width: 559px) {
  .contact-area__flexitem figure {
    width: 24rem;
    margin-inline: auto;
  }
}

.under-hero {
  position: relative;
}
.under-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25rem;
  left: -15rem;
  width: 45%;
  height: 100%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: 10;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .under-hero::after {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .under-hero__bg {
    height: 15rem;
  }
  .under-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%;
  }
}
.under-hero__text-g {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .under-hero__text-g {
    left: 6%;
  }
}
@media only screen and (max-width: 559px) {
  .under-hero__text-g {
    left: 6%;
  }
}
.under-hero__ttl {
  color: #4e8687;
  font-size: clamp(2rem, calc(1.8058252427rem + 0.5177993528vw), 2.8rem);
  font-weight: 500;
  margin-top: -0.5em;
  width: fit-content;
  letter-spacing: 0.1em;
  line-height: 1;
}
.under-hero__enttl {
  font-size: clamp(4rem, calc(2.932038835rem + 2.8478964401vw), 8.4rem);
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .under-hero__enttl {
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
}

.breadcrumbs {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  margin-block: clamp(1.5rem, calc(1.1359223301rem + 0.9708737864vw), 3rem) clamp(5rem, calc(3.786407767rem + 3.2362459547vw), 10rem);
}

.p-404 .ttl-primary {
  margin-top: 4rem;
  font-size: clamp(2rem, calc(1.7572815534rem + 0.6472491909vw), 3rem);
}
@media only screen and (max-width: 559px) {
  .p-404 .ttl-primary {
    margin-top: 8rem;
  }
}
.p-404 .ttl-primary__sub {
  color: #eca22a;
}
.p-404__text {
  margin-top: clamp(4rem, calc(3.5145631068rem + 1.2944983819vw), 6rem);
}
.p-404 .o-btn__area {
  margin-top: clamp(4rem, calc(3.5145631068rem + 1.2944983819vw), 6rem);
}

.company__table table {
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .company__table table {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.company__table tr:nth-child(odd) {
  background: #fdf6ea;
}
@media only screen and (max-width: 559px) {
  .company__table tr:nth-child(odd) {
    background-color: none;
  }
}
.company__table tr td {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  padding: clamp(1.5rem, calc(1.3786407767rem + 0.3236245955vw), 2rem);
  letter-spacing: 0.1em;
}
.company__table tr td:first-child {
  font-weight: 500;
  width: 25%;
}
@media only screen and (max-width: 559px) {
  .company__table tr td:first-child {
    width: 100%;
    font-weight: 700;
  }
}
.company__table tr td:last-child {
  width: 75%;
}
@media only screen and (max-width: 559px) {
  .company__table tr td:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .company__table tr td {
    width: 100%;
    display: block;
    padding: 1rem 6%;
    line-height: 1.5;
  }
}

.message-from-the-ceo {
  margin-top: clamp(7rem, calc(5.3009708738rem + 4.5307443366vw), 14rem);
}
.message-from-the-ceo__flex {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .message-from-the-ceo__flex {
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-bottom: 4rem;
  }
}
.message-from-the-ceo__flexbox--l {
  width: 30rem;
}
@media only screen and (max-width: 559px) {
  .message-from-the-ceo__flexbox--l {
    width: 88%;
    margin-inline: auto;
  }
}
.message-from-the-ceo__flexbox--l p {
  text-align: center;
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
}
.message-from-the-ceo__flexbox--l p.name {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  margin-top: -0.5rem;
}
.message-from-the-ceo__flexbox--l img {
  border-radius: 0.3rem;
}
.message-from-the-ceo__flexbox--r {
  width: calc(100% - 36rem);
  padding-top: 1.5em;
}
@media only screen and (max-width: 559px) {
  .message-from-the-ceo__flexbox--r {
    width: 100%;
  }
}
.message-from-the-ceo__flexbox--r p {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}
@media only screen and (max-width: 559px) {
  .message-from-the-ceo__flexbox--r p {
    line-height: 1.75;
  }
}
.message-from-the-ceo .illust {
  max-width: 65.7rem;
  margin: clamp(4rem, calc(3.2718446602rem + 1.9417475728vw), 7rem) auto 0;
}
.message-from-the-ceo .illust figure {
  position: relative;
  overflow: hidden;
}
.message-from-the-ceo .illust figure img {
  clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
}
.message-from-the-ceo .illust.is-visible figure img {
  animation: clockwiseReveal 2s ease-in-out forwards;
}
@keyframes clockwiseReveal {
  0% {
    clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  5% {
    clip-path: polygon(50% 50%, 50% 0%, 60% 0%, 60% 0%, 60% 0%);
  }
  10% {
    clip-path: polygon(50% 50%, 50% 0%, 70% 0%, 70% 0%, 70% 0%);
  }
  15% {
    clip-path: polygon(50% 50%, 50% 0%, 80% 0%, 80% 0%, 80% 0%);
  }
  20% {
    clip-path: polygon(50% 50%, 50% 0%, 90% 0%, 90% 0%, 90% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 10%, 100% 10%);
  }
  30% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 30%, 90% 30%);
  }
  35% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 50%, 80% 50%);
  }
  40% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 70%, 70% 70%);
  }
  45% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 90%, 60% 90%);
  }
  50% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%);
  }
  55% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 40% 100%, 40% 90%);
  }
  60% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 30% 100%, 30% 80%);
  }
  65% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 20% 100%, 20% 70%);
  }
  70% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 60%);
  }
  75% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
  }
  80% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%, 10% 40%);
  }
  85% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30%, 20% 30%);
  }
  90% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20%, 30% 20%);
  }
  95% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 10%, 40% 10%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%);
  }
}

.our_mvv {
  margin-top: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
  position: relative;
}
.our_mvv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13rem;
  right: -41rem;
  width: 76%;
  height: 53%;
  background: url(../img/common/circle.webp) no-repeat center center/cover;
  z-index: 10;
  transform-origin: center center;
}
@media only screen and (max-width: 559px) {
  .our_mvv::after {
    display: none;
  }
}
.our_mvv__flex {
  display: flex;
  gap: 3.125vw;
}
@media only screen and (max-width: 559px) {
  .our_mvv__flex {
    flex-direction: column;
  }
}
.our_mvv__flex:not(:first-child) {
  margin-top: clamp(3.5rem, calc(2.5291262136rem + 2.5889967638vw), 7.5rem);
}
.our_mvv__flex--l {
  width: 30%;
}
@media only screen and (max-width: 559px) {
  .our_mvv__flex--l {
    width: 100%;
  }
}
.our_mvv__flex--l p {
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  font-weight: 700;
  margin-top: -1.5em;
  color: #233557;
}
.our_mvv__flex--l p.entext {
  font-size: clamp(7rem, calc(6.3689320388rem + 1.6828478964vw), 9.6rem);
  font-weight: 700;
  color: rgba(78, 134, 135, 0.2);
  margin-top: 0;
  letter-spacing: 0em;
  line-height: 1;
}
.our_mvv__flex--r {
  width: calc(70% - 3.125vw);
}
@media only screen and (max-width: 559px) {
  .our_mvv__flex--r {
    width: 100%;
  }
}
.our_mvv__flex--r p {
  font-size: clamp(1.4rem, calc(1.3029126214rem + 0.2588996764vw), 1.8rem);
  line-height: 2.2222222222;
}
@media only screen and (max-width: 559px) {
  .our_mvv__flex--r p {
    line-height: 1.75;
  }
}

.company .loop-img-area {
  width: 100vw;
}
@media only screen and (max-width: 559px) {
  .company .loop-img-area {
    margin-top: 2rem;
  }
}
.company .loop-img-area__item {
  flex: 0 0 auto;
  width: 40rem;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-top: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
}
@media only screen and (max-width: 559px) {
  .company .loop-img-area__item {
    width: 18rem;
  }
}

.g-map {
  margin-top: clamp(3.5rem, calc(2.6504854369rem + 2.2653721683vw), 7rem);
  height: 48.5rem;
}
@media only screen and (max-width: 559px) {
  .g-map {
    height: 38rem;
  }
}

.price-info strong {
  color: #4e8687;
  font-weight: 400;
}

.price-list__image {
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .price-list__image {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.price-list__ttl {
  font-size: clamp(2rem, calc(1.9029126214rem + 0.2588996764vw), 2.4rem);
  font-weight: 700;
  margin: 2em 0 0.5em;
  color: #233557;
}
.price-list__text {
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .price-list__text {
    line-height: 1.5;
  }
}
.price-list__image--v2 {
  margin-top: clamp(8rem, calc(6.0582524272rem + 5.1779935275vw), 16rem);
}

.price-list__table table {
  width: 100%;
}
.price-list__table table td {
  padding: 1rem 1.5rem;
  width: 50%;
  border: solid 1px #233557;
}

.price-list__table--v1 {
  margin-top: 2em;
}
.price-list__table--v1 tr td:first-child {
  background: #d5d4d8;
  font-weight: 500;
}

.price-list__table--v2 tr:first-child td {
  background: #fbecd4 !important;
  text-align: center;
  font-weight: 500;
}
.price-list__table--v2 tr td:first-child {
  background: #fefaf4;
  font-weight: 500;
}

.price-list__table--v3 tr:first-child td {
  background: #dce7e7 !important;
  text-align: center;
  font-weight: 500;
}
.price-list__table--v3 tr td:first-child {
  background: #f6f9f9;
}

.price-list__table--v4 {
  margin-top: 2em;
}
.price-list__table--v4 tr:first-child td {
  background: #f2d4d5 !important;
  text-align: center;
  font-weight: 500;
}
.price-list__table--v4 tr td:first-child {
  background: #fcf4f4;
}

.business3__iconflex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.822916vw;
}
.business3__iconflexitem {
  width: calc((100% - 3.645832vw) / 3);
  max-width: 18rem;
}
.business3__contents {
  margin-top: clamp(0rem, calc(-3.8834951456rem + 10.355987055vw), 16rem);
}
.business3__contentflex {
  display: flex;
  gap: 2.60416vw;
  justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
  .business3__contentflex {
    flex-direction: column;
    padding-inline: 6%;
  }
}
.business3__contentflex:not(:first-child) {
  margin-top: clamp(2rem, calc(-0.427184466rem + 6.4724919094vw), 12rem);
}
.business3__contentflex:nth-child(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 559px) {
  .business3__contentflex:nth-child(2) {
    flex-direction: column;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.business3__contentflex:nth-child(2) .business3__contentflex--l {
  margin-right: 2em;
  margin-left: 0;
}
@media only screen and (max-width: 559px) {
  .business3__contentflex:nth-child(2) .business3__contentflex--l {
    margin-right: 0;
  }
}
.business3__contentflex--l {
  width: 54rem;
  margin-left: 2em;
}
@media only screen and (max-width: 559px) {
  .business3__contentflex--l {
    width: 100%;
    margin-left: 0;
  }
}
.business3__contentflex--r {
  width: 100rem;
}
@media only screen and (max-width: 559px) {
  .business3__contentflex--r {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.business3__number {
  font-size: clamp(2rem, calc(1.7572815534rem + 0.6472491909vw), 3rem);
  font-weight: 700;
  color: #233557;
  letter-spacing: 0.05em;
}
.business3__number strong {
  color: #eca22a;
  font-size: clamp(4rem, calc(3.5145631068rem + 1.2944983819vw), 6rem);
  font-weight: 500;
}
.business3__flexttl {
  font-size: clamp(1.8rem, calc(1.6058252427rem + 0.5177993528vw), 2.6rem);
  font-weight: 500;
  background: #233557;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  width: fit-content;
  margin-bottom: 1.5rem;
  letter-spacing: 0.15em;
}
.business3 .to-you {
  padding: clamp(2.5rem, calc(1.8932038835rem + 1.6181229773vw), 5rem) 2rem;
  margin-top: clamp(6rem, calc(4.5436893204rem + 3.8834951456vw), 12rem);
}
.business3 .to-you__flex {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .business3 .to-you__flex {
    flex-direction: column;
    padding-inline: 0;
    gap: 2rem;
  }
}
.business3 .to-you__flex figure {
  transition: 0.4s;
}
.business3 .to-you__flex figure:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.business3 .to-you {
  /* 吹き出しは最初非表示 */
}
.business3 .to-you .balloon01,
.business3 .to-you .balloon02 {
  position: absolute;
  top: -10rem;
  left: -2rem;
  width: 110%;
  z-index: 10;
  opacity: 0;
  transform: translateX(10px) scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .business3 .to-you .balloon01,
  .business3 .to-you .balloon02 {
    top: -6rem;
  }
}
.business3 .to-you .balloon01.active,
.business3 .to-you .balloon02.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.business3 .to-you .is-vertically-aligned-center {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.business3 .to-you .o-btn {
  margin-top: -2em;
  position: relative;
  width: 35rem;
}
@media only screen and (max-width: 559px) {
  .business3 .to-you .o-btn {
    width: 80%;
  }
}
.business3 .to-you .o-btn a {
  padding-inline: 0;
  font-size: 1.6rem;
}

.contact .sec-ttl {
  margin-bottom: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
}
@media only screen and (max-width: 559px) {
  .contact .sec-ttl {
    font-size: 1.6rem;
  }
}
.contact .s-holder:not(:first-child) {
  margin-top: clamp(5rem, calc(3.786407767rem + 3.2362459547vw), 10rem);
}
.contact .line-qr {
  width: 15rem;
  height: 15rem;
  margin: 4rem auto;
}
.contact .s-holder.line strong {
  letter-spacing: 0em;
  font-size: 150%;
  color: #4e8687;
}
.contact .s-holder.tel .text-group {
  width: fit-content;
  margin-inline: auto;
}
.contact .s-holder.tel .text-group .evenly {
  display: inline-block;
  width: 2.2em;
  text-align: justify;
  text-align-last: justify;
}
.contact .s-holder.tel .text {
  margin-bottom: 2em;
}
@media only screen and (max-width: 559px) {
  .contact .s-holder.tel .text {
    font-size: 1.4rem;
  }
}
.contact .s-holder.tel .address {
  font-size: clamp(2rem, calc(1.9514563107rem + 0.1294498382vw), 2.2rem);
  font-weight: 400;
  color: #233557;
  letter-spacing: 0em;
}
.contact .s-holder.tel .address strong {
  font-size: clamp(3.4rem, calc(3.1087378641rem + 0.7766990291vw), 4.6rem);
  font-weight: 700;
}
.contact .s-holder.tel .address:first-of-type .evenly {
  letter-spacing: 0.14em;
}
.contact .s-holder.tel .time {
  margin: -1rem 0 1rem;
}
@media only screen and (max-width: 559px) {
  .contact .s-holder.tel .time {
    text-align: right;
  }
}
@media only screen and (max-width: 559px) {
  .contact .s-holder.line .text {
    font-size: 1.4rem;
  }
}
.contact .c-form__text {
  margin-bottom: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
}
@media only screen and (max-width: 559px) {
  .contact .c-form__text {
    font-size: 1.4rem;
  }
}
.contact .c-form dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .contact .c-form dl {
    flex-direction: column;
  }
}
.contact .c-form dt {
  margin-bottom: 1em;
  font-weight: 500;
  width: 30%;
}
@media only screen and (max-width: 559px) {
  .contact .c-form dt {
    width: 100%;
  }
}
.contact .c-form dt span {
  color: #fff;
  font-size: clamp(1.2rem, calc(1.1514563107rem + 0.1294498382vw), 1.4rem);
  border-radius: 3px;
  line-height: 1;
  padding: 0.2rem 0.8rem;
  background: #eca22a;
  margin-left: 0.5rem;
  white-space: nowrap;
}
.contact .c-form dd {
  width: 70%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .contact .c-form dd {
    width: 100%;
  }
}
.contact .c-form dd input,
.contact .c-form dd textarea {
  border: none;
  background: #e9ebee;
  width: 93%;
  padding: 2rem;
  border-radius: 0.5rem;
  font-size: clamp(1.7rem, calc(1.6757281553rem + 0.0647249191vw), 1.8rem);
}
@media only screen and (max-width: 559px) {
  .contact .c-form dd input,
  .contact .c-form dd textarea {
    width: 91%;
    padding: 1.5rem;
  }
}
.contact .c-form .radio label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: fit-content;
  line-height: 1;
  margin-right: 1.8rem;
  cursor: pointer;
}
.contact .c-form .radio input[type=radio] {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #4e8687;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  padding: 0;
}
.contact .c-form .radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-radius: 50%;
  background-color: #4e8687;
}
.contact .c-form .checkbox label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 1em;
}
.contact .c-form .checkbox label a {
  text-decoration: underline;
  color: #4e8687;
}
.contact .c-form .checkbox input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #2b2a3a;
  cursor: pointer;
  padding: 0;
}
.contact .c-form .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 3px;
  width: 2.2rem;
  height: 1.2rem;
  border-bottom: 4px solid #eca22a;
  border-left: 4px solid #eca22a;
  transform: rotate(-45deg);
}
.contact .c-form .o-btn {
  position: relative;
  background: #233557;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  width: 30rem;
  margin-top: clamp(2rem, calc(1.5145631068rem + 1.2944983819vw), 4rem);
}
@media only screen and (max-width: 559px) {
  .contact .c-form .o-btn {
    width: 72%;
  }
}
.contact .c-form .o-btn:hover {
  opacity: 0.8;
}
.contact .c-form .o-btn::after {
  content: "";
  display: block;
  background: url(../img/common/arrow02.webp) no-repeat center center/contain;
  width: 5.833vw;
  height: 3.802vw;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .contact .c-form .o-btn::after {
    width: 8rem;
    height: 4rem;
    right: -6.5rem;
  }
}
.contact .c-form .o-btn input {
  padding: 1.5rem 4rem;
  background: none;
  display: block;
  width: 100%;
  color: #fff;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact-completion .o-btn {
  margin-top: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
}

.privacy-policy .under-hero__enttl {
  line-height: 1.1;
}
.privacy-policy .under-hero__ttl {
  margin-top: 0;
}
.privacy-policy .breadcrumbs {
  margin-bottom: 0;
}

.privacy-policyP {
  max-width: 100rem;
  margin-inline: auto;
}
.privacy-policyP__ttl {
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  font-weight: 500;
}
.privacy-policyP__ttl:not(:first-child) {
  margin-top: 1.5em;
}
.privacy-policyP__ttl strong {
  font-family: "Roboto", sans-serif;
  color: #eca22a;
}
@media only screen and (max-width: 559px) {
  .privacy-policyP__ttl strong {
    font-size: 2rem;
  }
}
.privacy-policyP p {
  font-size: clamp(1.4rem, calc(1.3514563107rem + 0.1294498382vw), 1.6rem);
  line-height: 1.5;
}

.electronic-notice .under-hero__enttl {
  line-height: 1.1;
}
.electronic-notice .under-hero__ttl {
  margin-top: 0;
}

.privacy-policyP__ttltop {
  font-size: clamp(2rem, calc(1.7572815534rem + 0.6472491909vw), 3rem);
}

@media only screen and (max-width: 559px) {
  .security-sign {
    text-align: right;
  }
}

.security-policy_img {
  margin-top: 1.5em;
}
@media only screen and (max-width: 559px) {
  .security-policy_img {
    text-align: center;
  }
}

.news-list {
  padding-bottom: clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
}

.post-list__link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1em 0.5em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .post-list__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media only screen and (max-width: 559px) {
  .post-list__link > div {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
  }
}
.post-list__link > div .post-list__more {
  margin-left: auto;
}
.post-list__ttl {
  font-weight: 500;
  font-size: clamp(1.8rem, calc(1.654368932rem + 0.3883495146vw), 2.4rem);
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 26em;
}
@media only screen and (max-width: 559px) {
  .post-list__ttl {
    margin-top: 1rem;
    width: 100%;
  }
}
.post-list__date {
  font-weight: 400;
  width: 5em;
  color: #4e8687;
  letter-spacing: 0em;
}
.post-list__more {
  margin-left: auto;
  padding-left: 1em;
  font-weight: 400;
  white-space: nowrap;
  color: #233557;
  letter-spacing: 0em;
}
.post-list__more img {
  width: 5rem;
}

.post-single {
  width: min(100rem, 100%);
  margin-inline: auto;
}
.post-single__ttl {
  font-size: clamp(2.4rem, calc(2.1087378641rem + 0.7766990291vw), 3.6rem) !important;
  font-weight: 700;
  color: #233557 !important;
  text-align: center;
}
.post-single__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-block: clamp(1rem, calc(0.7572815534rem + 0.6472491909vw), 2rem) clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
}
.post-single__cats {
  display: flex;
  gap: 0.5em;
}
.post-single__cats span {
  background: #ccc;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  white-space: nowrap;
}
.post-single__cats span.cat-activity {
  background: #233557;
  color: #fff;
}
.post-single__cats span.cat-notice {
  background: #4e8687;
  color: #fff;
}
.post-single__cats span.cat-other {
  background: #eca22a;
  color: #fff;
}
.post-single__date {
  font-weight: 400;
  color: #4e8687;
  letter-spacing: 0.05em;
}
.post-single____textarea p:not(:first-child) {
  margin-top: 1.5em;
}

.pagination {
  margin-top: clamp(4rem, calc(3.0291262136rem + 2.5889967638vw), 8rem);
}
.pagination__toplink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  padding-inline: 1em;
  color: #4e8687;
  font-size: clamp(1.8rem, calc(1.7514563107rem + 0.1294498382vw), 2rem);
  font-weight: 400;
  letter-spacing: 0em;
}
.pagination .o-btn {
  margin-top: clamp(3rem, calc(2.2718446602rem + 1.9417475728vw), 6rem);
}
@media only screen and (max-width: 559px) {
  .pagination .o-btn a {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
/*# sourceMappingURL=style.css.map */
