@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-5: calc((100% - 5px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-5: calc((100% - 5px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-5: calc((100% - 5px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-55: calc((100% - 55px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#1A2E53;
  --white:#ffffff;
  --grayColor:#bac2be;
  --letter: 0.22em;
  --accColor:#339BA7;
  --paleColor:#E2F6F4;
  --paleColor2:#fdf5ea;
  --en: $gothic;
  --inner-2:82.5vw;
  --grad-right:linear-gradient(to right, #AACF53 38%, #F0900A);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --icon-light:"Phosphor-light";
}

html.home body > *:not(video) {
  opacity: 1 !important;
}

h1 span, h2 span, h3 span {
  margin-left: 0 !important;
}

a.itext {
  width: auto;
  height: auto;
}

.annot {
  display: none;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--color);
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: 2rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

main {
  padding-top: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.top main {
  max-width: 100%;
}

header menu ul li {
  border-radius: 0;
}

.part_form > div {
  gap: 0;
}

.part_image > div {
  gap: 0;
  display: block;
}

.part_flexbox div.box {
  border: none;
  gap: 0;
  padding: 0;
}
.part_text {
  padding: 0;
}

.part_dllist {
  padding: 0;
}
.part_dllist dl dd {
  border: none;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto;
}

.tdpd10 td {
  padding: 10px;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: var(--link-color);
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100%;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100%;
  }
  .fltR {
    float: none;
    width: 100%;
  }
  .sptal {
    text-align: left;
  }
  .sptar {
    text-align: right;
  }
  .sptac {
    text-align: center;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  min-height: auto;
  flex-direction: inherit;
}

#g-nav.panelactive {
  background-color: #fff;
  padding: 15rem 30px 10rem 30px;
}

#g-nav {
  padding: 14px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  #g-nav ul {
    display: block;
  }
}
#g-nav ul li {
  padding: 0;
  position: relative;
  text-align: inherit;
}
@media only screen and (max-width: 900px) {
  #g-nav ul li {
    border-bottom: 1px solid rgba(26, 46, 83, 0.2);
  }
}
#g-nav ul li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 10px;
  line-height: 1em;
  font-size: 2rem;
  font-weight: 900;
  color: var(--header-menu-color);
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #g-nav ul li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav ul li a {
    border-bottom: none;
    flex-direction: column;
    padding: 20px 15px;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
  #g-nav ul li a:before {
    font-family: var(--icon-regular);
    content: "\e13a";
    color: var(--content-color-medium);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
}
#g-nav ul li ul {
  transition: 0.2s;
}
#g-nav ul li ul li a:hover {
  background-color: var(--sub-color);
  color: var(--white);
}

@media only screen and (max-width: 900px) {
  .expand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .expand a {
    flex-grow: 1;
  }
  .expand a::before {
    display: none;
  }
}

#g-nav ul li.expand ul {
  z-index: 9999;
  background-color: #EDF8F0;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
    display: none;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: block;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid #D8E8E8;
  }
}
.dropdown li:last-of-type {
  border-bottom: none;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white);
  padding: 15px;
  font-size: 1.4rem;
}
.dropdown li a::after {
  display: none;
}
.dropdown li a .ja {
  color: #e6efeb;
}
@media only screen and (max-width: 900px) {
  .dropdown li a .ja {
    color: #8f9894;
  }
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: var(--color);
    background-color: var(--paleColor);
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9998;
    position: relative;
    width: 55px;
    min-height: 55px;
    background: var(--darkColor);
    border-radius: 100px;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--mainColor);
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 80px;
  height: 80px !important;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--main-color);
  border-bottom-left-radius: 14px;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 10px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff !important;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: padding 0.3s ease; /* スクロール時の余白変化をスムーズに */
  border-bottom: 4px solid var(--main-color);
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 0;
    flex-direction: row;
  }
}
.header-top {
  width: 100%;
  background-color: #F3F4F6;
  padding: 14px !important;
}
@media only screen and (max-width: 900px) {
  .header-top {
    background-color: transparent;
    padding: 0 !important;
  }
}
.header-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: auto;
}
.header > div {
  position: unset;
  height: auto;
  padding: 0;
  left: unset;
  top: unset;
}
.header .h-logo img {
  height: auto !important;
}
@media only screen and (max-width: 900px) {
  .header .h-logo img {
    max-width: 30vw;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .header .h-logo img {
    max-width: 48vw;
  }
}

/* ========================
   スクロール時のスタイル（クラス付与時）
======================== */
/* 画像ロゴの場合は以下のように設定します */
.h-logo.scrolled img {
  width: 100px !important;
}

.fix_contact {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 900px) {
  .fix_contact {
    justify-content: center;
    flex-direction: column;
  }
}
.fix_contact a {
  display: inline-block;
}
.fix_contact .tel {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-family: var(--en);
  font-size: clamp(22px, 2.4vw, 27px);
  gap: 8px;
}
.fix_contact .tel .en {
  font-size: 0.6em;
  font-weight: bold;
  color: #6B7280;
  display: inline-block !important;
}
.fix_contact .mail {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: var(--white);
  background-color: var(--content-button-back);
  font-weight: bold;
  font-size: 2rem;
  padding: 14px;
  min-width: 200px;
  border-radius: 5px;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  .fix_contact {
    display: none;
  }
}

.fix_contact2 {
  display: flex;
  margin-top: 30px;
}

.p-hero {
  position: relative;
  z-index: 0;
}
.p-hero__content {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
  z-index: 1;
}
.p-hero__content p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--white);
  font-weight: 900;
  font-size: clamp(42px, 7vw, 108px);
  line-height: 1.25;
}
.p-hero__bg img {
  width: 100% !important;
  height: calc(100vh - 128px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .p-hero__bg img {
    height: 60dvh !important;
  }
}

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.main-visual {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
}
.main-visual::before {
  content: "";
  background: rgba(0, 191, 165, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-visual > div {
  flex-direction: column-reverse !important;
  gap: 15px !important;
}
.main-visual h1 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.2;
  margin: 0;
  font-weight: 900 !important;
  color: var(--white) !important;
}
.main-visual span {
  color: #FFD900 !important;
  display: block;
  font-size: 2.2rem !important;
  font-family: var(--en);
  font-weight: 900 !important;
  line-height: 1.1;
}

div.main-visual {
  top: unset !important;
  margin-bottom: 0 !important;
}

.navi {
  margin: 50px auto 100px !important;
}

.navi {
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .navi {
    gap: 0 !important;
  }
}

header menu ul li ul {
  top: 30px !important;
}

.top_sns .slick-track {
  display: flex;
  justify-content: space-between;
}
.top_sns .media {
  max-width: 280px;
}

footer {
  padding: 0;
  margin-top: 100px;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-image: none !important;
  padding: 100px 24px;
  border-top: 16px solid var(--main-color);
}
footer .pageTop {
  font-size: 3rem;
  color: var(--accColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--accColor);
  position: fixed;
  right: 15px;
  bottom: 15px;
  line-height: 1em;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  footer .pageTop {
    font-size: 2.4rem;
  }
}
footer .footer-inner {
  width: 100%;
  display: flex;
  max-width: 1280px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
footer .footer-logo {
  margin-bottom: 50px;
}
footer .footer-left address {
  font-weight: bold;
  font-size: 2rem !important;
}
footer .footer-nav {
  padding: 0 !important;
}
footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  footer .footer-nav ul {
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul {
    flex-direction: column;
  }
}
footer .footer-nav ul li {
  text-align: left !important;
  font-size: 2rem !important;
  display: block !important;
  min-width: auto;
  padding: 0 !important;
}
footer .footer-nav ul li a {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
}
footer .footer-nav ul li ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
  gap: 0 !important;
}
footer #copy {
  width: 100%;
  max-width: 1280px;
  font-family: var(--en);
  font-weight: bold;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D1D5DB;
  padding-top: 30px;
}
footer #copy a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 640px) {
  footer #copy a {
    font-size: 1.4rem;
  }
}

.index #contents_wrap {
  padding-bottom: 0;
}

.c-section-title__sub h3 {
  font-weight: bold;
  background-color: var(--sub-color);
  color: var(--white);
  line-height: 1.1;
  padding: 18px;
  border-radius: 2px;
  margin: 0;
}
.c-section-title__local h2 {
  line-height: 1.25em;
  font-size: 38px;
  font-weight: bold;
  padding: 15px;
  padding-left: 3rem;
  position: relative;
  border-bottom: 1px solid var(--main-color);
}
.c-section-title__local h2::before {
  content: "";
  width: 5px;
  height: 60%;
  background-color: var(--main-color);
  border-radius: 50vh;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: var(--transY);
}
@media screen and (max-width: 640px) {
  .c-section-title__local h2 {
    font-size: 28px;
  }
}
.c-section-title__local article > div {
  margin-top: 50px;
}
.c-section-title__local article > div:empty {
  margin-top: 0;
}
.c-section-title__local--nb h2 {
  line-height: 1.25em;
  font-size: 38px;
  font-weight: bold;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (max-width: 640px) {
  .c-section-title__local--nb h2 {
    font-size: 28px;
  }
}
.c-section-title__local--nb article > div {
  margin-top: 50px;
}
.c-section-title__local--nb article > div:empty {
  margin-top: 0;
}
.c-section-title__local--nb .nb {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  font-size: 0.8em;
}
.c-section-title__local--center h2 {
  line-height: 1.25em;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
.c-section-title__local--center h2::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--main-color);
  display: block;
  margin: 30px auto 0;
}
.c-section-title__en h2 {
  line-height: 1;
  color: var(--content-color-large);
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 900;
}
.c-section-title__en h2 .en {
  line-height: 1em;
  display: block;
  color: var(--main-color);
  font-size: clamp(22px, 2.4vw, 26px);
  font-family: var(--en);
  margin-bottom: 20px;
}
.c-section-title__en--big h2 {
  line-height: 1;
  color: var(--content-color-large);
  font-weight: 900;
  font-size: clamp(34px, 4.2vw, 66px);
  color: var(--white);
}
.c-section-title__en--big h2 .en {
  color: #FFD900;
  line-height: 1em;
  display: block;
  font-size: clamp(22px, 2.4vw, 26px);
  font-family: var(--en);
  margin-bottom: 20px;
}
.c-section-title__enonly h2 {
  line-height: 1;
  color: var(--main-color);
  font-size: clamp(48px, 8vw, 109px);
  font-family: var(--en);
  font-weight: 900;
}
.c-section-title__enonly--white h2 {
  color: var(--white);
}
.c-section-title__h1 h1 {
  line-height: 1.25;
  color: var(--content-color-large);
}
.c-section-title__h1 h1 .text-1 {
  font-size: clamp(24px, 3vw, 46px);
  font-weight: bold;
  display: block;
}
.c-section-title__h1 h1 .text-2 {
  font-size: clamp(32px, 4vw, 66px);
  font-weight: 900;
  display: block;
}
.c-section-title__h1 h1 .text-3 {
  font-weight: bold;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.2;
}
.c-section-title__h1 h1 .text-3 .strong {
  font-family: var(--en);
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1;
  color: #ffbb00;
}
.c-section-title--white h2 {
  color: var(--white);
}
.c-section-title--white h2 .ja {
  color: var(--white);
}

.scroll-hint-text {
  line-height: 1.25em;
}

.c-text__top {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.8em;
}
.c-text__big {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1;
}

.c-btn--primary a {
  display: inline-block;
  background-color: var(--content-button-back);
  border-radius: 50vh;
  color: var(--white);
  padding: 30px 50px;
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.2;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.c-btn--cta a {
  color: var(--color);
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  line-height: 1;
  font-family: var(--en);
  font-size: clamp(28px, 4vw, 65px);
  gap: 8px;
  pointer-events: none;
}
.c-btn--cta a .en {
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .c-btn--cta a {
    pointer-events: auto;
  }
}

.-white {
  color: var(--white) !important;
}
.-white h2, .-white h3 {
  color: var(--white) !important;
}
.-white h2 .ja, .-white h3 .ja {
  color: var(--white) !important;
}

.p-about {
  position: relative;
  z-index: 0;
}
.p-about::before {
  content: "";
  width: 100%;
  aspect-ratio: 773/667;
  max-width: 773px;
  max-height: 667px;
  background: url(../image/home/home_about_decoL.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-about::after {
  content: "";
  width: 100%;
  aspect-ratio: 773/667;
  max-width: 773px;
  max-height: 667px;
  background: url(../image/home/home_about_decoR.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-achieve__cards {
  overflow: visible !important;
}
.p-achieve__cards .box {
  min-height: 291px;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 137px;
  background-color: var(--white);
  position: relative;
  justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .p-achieve__cards .box {
    min-height: 151px;
  }
}
.p-achieve__cards .box::before {
  content: "";
  width: 100%;
  aspect-ratio: 103/291;
  max-width: 103px;
  max-height: 291px;
  background: url(../image/home/home_achivementsL.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-achieve__cards .box::before {
    max-width: 53px;
  }
}
.p-achieve__cards .box::after {
  content: "";
  width: 100%;
  aspect-ratio: 103/291;
  max-width: 103px;
  max-height: 291px;
  background: url(../image/home/home_achivementsR.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: var(--transY);
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-achieve__cards .box::after {
    max-width: 53px;
  }
}
.p-achieve__cards .box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-achieve__cards .box h3 {
  font-weight: bold;
  color: var(--content-color-large);
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1;
  margin-bottom: 20px;
}
.p-achieve__cards .box .data {
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 32px);
}
.p-achieve__cards .box .data .big {
  line-height: 1;
  font-size: 2.5em;
  font-family: var(--en);
}
.p-achieve__inner {
  max-width: 78.75vw;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .p-achieve__inner {
    max-width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .p-achieve__inner {
    max-width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.p-client__slider .row {
  display: inherit !important;
}
.p-client__slider .slick-list {
  overflow: visible !important;
}

.p-strengths {
  background: linear-gradient(90deg, #00BFA5 0%, #4DD0E1 100%);
}
.p-strengths__cards {
  overflow: visible !important;
}
.p-strengths__cards .row {
  align-items: inherit !important;
}
.p-strengths__cards .box {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 27px;
  background-color: #F0FDFA;
  position: relative;
}
.p-strengths__cards .box > div {
  background-color: var(--white);
  padding: 40px;
  border-radius: 0 0 27px 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-strengths__cards .box .nb {
  color: rgba(0, 191, 165, 0.3);
  font-family: var(--en);
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  font-size: clamp(32px, 4vw, 54px);
}
.p-strengths__cards .box img {
  max-width: 128px;
  margin: auto;
  padding: 70px 0;
}
.p-strengths__cards .box h3 {
  font-weight: 900;
  font-size: clamp(18px, 2vw, 24px);
  border-bottom: 4px solid var(--main-color);
  padding-bottom: 5px;
}
.p-strengths__inner {
  max-width: 1280px;
  margin: auto;
}

.p-candidate {
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .p-candidate {
    background-attachment: scroll;
  }
}
.p-candidate::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 191, 165, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-candidate::after {
  content: url(../image/home/arrow.png);
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: -1;
}
.p-candidate a {
  display: block;
  height: 100%;
  color: var(--white);
}
.p-candidate a > div {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: var(--transY);
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .p-candidate a > div {
    right: 0;
  }
}
.p-candidate a > div p {
  font-weight: bold;
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 2em;
}

.p-other__btn .row {
  align-items: inherit !important;
}
.p-other__btn .box {
  overflow: hidden;
}
.p-other__btn .box > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-other__btn .box > div > div {
  height: 100%;
}
.p-other__btn .box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main-color);
  background-color: var(--white);
  padding: 40px 8px;
  height: 100%;
}
.p-other__btn .box a h3 {
  color: var(--content-color-large);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.p-other__btn .box a .back {
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 32px);
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  color: rgba(0, 191, 165, 0.2);
  z-index: 0;
}
.p-other__inner {
  max-width: 1280px;
  margin: auto;
}

.blog .p-cta {
  padding: 150px 24px 150px 24px;
  background-image: url(../image/home/home_cta_bg.jpg);
}
.blog .p-cta .text {
  margin-bottom: 50px;
  text-align: center;
}
.blog .p-cta h2 {
  text-align: center;
}
.blog .p-cta .mail {
  padding: 30px 8px !important;
  font-size: clamp(18px, 2vw, 26px) !important;
}
.blog .p-cta .tel {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  font-family: var(--en);
  font-size: clamp(18px, 3vw, 46px) !important;
  gap: 8px;
}
.blog .p-cta .tel .en {
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block !important;
}
@media screen and (max-width: 834px) {
  .blog .p-cta .tel {
    font-size: 2.8rem !important;
  }
}

.p-cta {
  background-size: cover;
  background-position: center;
}
.p-cta__inner {
  max-width: 1280px;
  margin: auto;
}
.p-cta__btn {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  padding: 55px;
}
@media screen and (max-width: 640px) {
  .p-cta__btn {
    padding: 30px;
  }
}
.p-cta__btn .row {
  overflow: visible;
  align-items: center;
}
.p-cta__btn .box {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-cta__btn .box {
    flex: unset;
    width: 100% !important;
  }
}
.p-cta__btn .box:first-of-type {
  border-right: 4px solid rgba(255, 255, 255, 0.3);
  flex: 1.5;
}
@media screen and (max-width: 834px) {
  .p-cta__btn .box:first-of-type {
    flex: auto;
    border-right: none;
  }
}
.p-cta__btn .box .text {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--white);
  line-height: 1;
  margin-bottom: 15px;
}
.p-cta__btn .box .tel {
  color: var(--white);
  display: flex;
  align-items: center;
  font-weight: 900;
  line-height: 1;
  font-family: var(--en);
  font-size: clamp(28px, 4vw, 65px);
  gap: 8px;
}
.p-cta__btn .box .tel .en {
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block !important;
}
.p-cta__btn .box .mail {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: var(--content-button-back);
  background-color: var(--white);
  font-weight: bold;
  font-size: clamp(24px, 2.8vw, 32px);
  padding: 50px 8px;
  border-radius: 50vh;
  line-height: 1;
  display: block;
}
.p-cta__btn .box .recruit {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-color: var(--content-button-back);
  color: var(--white);
  font-weight: bold;
  font-size: clamp(18px, 2vw, 26px);
  padding: 30px 8px;
  border-radius: 50vh;
  line-height: 1;
  display: block;
}

.p-company__inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-company__inner {
    display: block;
  }
}
.p-company__inner .left {
  width: 48%;
}
.p-company__inner .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .p-company__inner .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-company__inner .left {
    width: 100% !important;
  }
}
.p-company__inner .right {
  width: 48%;
}
.p-company__inner .right .btn {
  margin-top: 50px;
}
.p-company__inner .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-company__inner .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.p-company__inner {
  background-color: var(--white);
  padding: 6vw;
  border-radius: 27px;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.p-sns__slider .slick-dots {
  display: none !important;
}

.c-map .map {
  padding-top: 0 !important;
  height: 100%;
}
.c-map iframe {
  width: 100%;
  min-height: 415px;
  vertical-align: bottom;
  position: inherit !important;
  top: unset !important;
  left: unset !important;
  border-radius: 27px;
}

.c-dl__news {
  max-height: 269px;
  overflow-y: auto;
  max-width: 1058px;
  margin: auto;
}
.c-dl__news dl {
  display: flex;
  padding: 24px 8px;
  border-bottom: 1px solid #E5E7EB;
  gap: 0 !important;
}
@media screen and (max-width: 834px) {
  .c-dl__news dl {
    flex-direction: column !important;
  }
}
.c-dl__news dl dt {
  background: none !important;
  border: none !important;
  color: #6B7280;
  justify-content: flex-start !important;
  font-family: var(--en);
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .c-dl__news dl dt {
    width: 100% !important;
  }
}
.c-dl__news dl dd {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.c-dl__news dl dd .tag {
  background-color: #CCFBF1;
  border-radius: 32px;
  color: #0F766E;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  padding: 5px 8px;
}
@media screen and (max-width: 834px) {
  .c-dl__news dl dd {
    width: 100% !important;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #00bfa5;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp, .fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1A2E53 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1A2E53 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1A2E53;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.img img {
  border-radius: 27px;
}
.img .imgL,
.img .imgR {
  margin-right: 0;
  float: none;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100%;
  }
}

.l-container {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .l-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.c-ul__check ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.c-ul__check ul li {
  flex-direction: row;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 24px;
  overflow: visible !important;
}
.c-ul__check ul li > div > div {
  font-weight: bold;
}
.c-ul__check ul li::before {
  content: "\e188";
  font-family: var(--icon-regular);
  font-size: 1.5em;
  line-height: 1;
  color: var(--accent-color);
}
@media screen and (max-width: 640px) {
  .c-ul__check ul li {
    font-size: 16px;
  }
}
.c-ul__check--center {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-box-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .c-box-flex {
    display: block;
  }
}
.c-box-flex .left-item {
  width: 48%;
}
.c-box-flex .left-item .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .c-box-flex .left-item .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .c-box-flex .left-item {
    width: 100% !important;
  }
}
.c-box-flex .right-item {
  width: 48%;
}
.c-box-flex .right-item .btn {
  margin-top: 50px;
}
.c-box-flex .right-item .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-box-flex .right-item {
    width: 100% !important;
    margin-top: 50px;
  }
}

.c-box-bg__inner {
  max-width: 1200px;
  margin: auto;
}

.c-box__imgtext {
  gap: 50px;
}
.c-box__imgtext .box {
  overflow: visible !important;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext .box {
    width: 100%;
    flex: auto;
  }
}
.c-box__imgtext .box h3 {
  font-size: 1.2;
  font-weight: bold;
  color: var(--white);
  padding: 15px;
  line-height: 1;
  background-color: var(--sub-color);
  margin-bottom: 15px;
}
.c-box__imgtext .box h3:last-of-type {
  margin-top: 15px;
}
.c-box__imgtext .box img {
  width: 100% !important;
  border-radius: 8px;
}
.c-box__imgtext--prof {
  gap: 50px !important;
}
.c-box__imgtext--prof div.row {
  align-items: flex-start;
}
.c-box__imgtext--prof .box {
  flex: auto;
}
.c-box__imgtext--prof .box .label {
  font-weight: bold;
  background-color: var(--gray);
  padding: 8px;
  line-height: 1;
  color: var(--white);
  margin-top: 15px;
}
.c-box__imgtext--prof .box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-box__imgtext--prof .box:first-of-type {
  text-align: center;
  width: 25% !important;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--prof .box:first-of-type {
    width: 100% !important;
  }
}
.c-box__imgtext--prof .box:first-of-type img {
  width: 100% !important;
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--prof .box:first-of-type img {
    max-width: 50vw;
    margin: auto;
  }
}
.c-box__imgtext--prof .box:last-of-type {
  width: 65% !important;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--prof .box:last-of-type {
    width: 100% !important;
  }
}
.c-box__imgtext--prof--imgnone .box {
  width: 100%;
  text-align: left !important;
}
.c-box__imgtext--reverse .row {
  flex-direction: row-reverse !important;
}
.c-box__imgtext--reverse .price {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 15px;
}
.c-box__imgtext--reverse .price .nb {
  font-size: 1.2em;
  font-family: var(--en);
}
.c-box__imgtext--recruit {
  gap: 50px !important;
}
.c-box__imgtext--recruit div.row {
  align-items: flex-start;
}
.c-box__imgtext--recruit .box {
  flex: inherit;
}
.c-box__imgtext--recruit .box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-box__imgtext--recruit .box:first-of-type {
  text-align: center;
  width: 25% !important;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--recruit .box:first-of-type {
    width: 100% !important;
  }
}
.c-box__imgtext--recruit .box:first-of-type img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--recruit .box:first-of-type img {
    max-width: 50vw;
    margin: auto;
  }
}
.c-box__imgtext--recruit .box:last-of-type {
  width: 65% !important;
}
@media screen and (max-width: 834px) {
  .c-box__imgtext--recruit .box:last-of-type {
    width: 100% !important;
  }
}
.c-box__btn .row {
  justify-content: center;
}
.c-box__btn a {
  display: block;
  border: 4px solid var(--main-color);
  background-color: #fff;
  color: var(--content-color-large);
  font-weight: bold;
  padding: 18px;
}
.c-box__btn--recruit .row {
  justify-content: flex-start;
}
.c-box__btn--recruit .box {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (max-width: 640px) {
  .c-box__btn--recruit .box {
    width: 100% !important;
  }
}
.c-box__btn--recruit {
  background-color: #E2F6F4;
  padding: 30px;
  gap: 15px !important;
}
.c-box__btn--recruit a {
  line-height: 1.1;
  border: none;
  background-color: var(--content-button-back);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}
.c-box__btn--recruit a::before {
  content: "■";
  color: #FFD900;
  font-size: 0.8em;
}

.c-box-media .box iframe {
  width: 100%; /* 親要素に合わせて幅を可変にする */
  aspect-ratio: 16/9; /* 縦横比を16:9に固定する */
}
.c-box-media .box p {
  font-weight: bold;
}
.c-box-media__gallery img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  width: 100% !important;
}

.c-qa dd,
.c-qa dt {
  border: none !important;
  width: 100% !important;
  background: none;
}
.c-qa dt {
  position: relative;
  padding: 30px 5rem 30px 8.5rem !important;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #EDF3F4 !important;
  border-bottom: 1px solid #ADDBD8 !important;
}
.c-qa dt::before {
  content: "Q";
  font-family: var(--en);
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.25em;
  font-weight: 400;
  color: var(--mainColor);
  position: absolute;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.c-qa dt::after {
  font-family: var(--icon-fill);
  content: "\e122";
  color: var(--accColor);
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.c-qa dd {
  position: relative;
  line-height: 1.5em;
  background: #fff;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.c-qa dd::before {
  content: "A";
  color: var(--accColor);
  font-size: clamp(32px, 3.4vw, 36px);
  font-family: var(--en);
  line-height: 1.25em;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.c-qa dd.active {
  height: auto;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: qaMove 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-qa dd {
  background: #fff;
  display: none;
  padding: 0 5rem 0 8.5rem !important;
  overflow: hidden;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
}
.c-qa dd.active {
  display: block;
  padding: 30px 5rem 30px 8.5rem !important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-qa dl {
  display: block !important;
}
.c-qa dl:last-of-type {
  margin-bottom: 0;
}
.c-movie {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-movie iframe {
    width: 100%;
  }
}
.c-dl dt {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--sub-color);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-dl__form {
  box-shadow: 0px 4px 24px rgba(4.93, 53.94, 19.63, 0.25);
}
.c-dl__form dl dt {
  padding: 30px 15px;
  background: none;
  border: none !important;
  color: var(--content-color-large);
}
@media screen and (max-width: 834px) {
  .c-dl__form dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-dl__form dl dd {
  padding: 30px 15px;
  border: none !important;
  background: none;
}
@media screen and (max-width: 834px) {
  .c-dl__form dl dd {
    width: 100%;
  }
}
.c-dl__form dl {
  border-bottom: 1px solid rgba(51, 155, 167, 0.2);
}
@media screen and (max-width: 834px) {
  .c-dl__form dl {
    display: block;
  }
}
.c-dl__recruit > div {
  gap: 0;
}
.c-dl__recruit dl dt {
  background: none;
  font-weight: 500;
  border: none;
  color: var(--content-color-large);
}
@media screen and (max-width: 640px) {
  .c-dl__recruit dl dt {
    width: 100%;
  }
}
.c-dl__recruit dl dd {
  border: none;
  background: none;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .c-dl__recruit dl dd {
    width: 100%;
  }
}
.c-dl__recruit dl {
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid rgba(51, 155, 167, 0.2);
}
@media screen and (max-width: 640px) {
  .c-dl__recruit dl {
    display: block;
  }
}
.c-dl__company > div {
  gap: 0;
}
.c-dl__company dl dt {
  padding: 25px 8px;
  background: none;
  font-weight: bold;
  border: none;
  color: #6B7280;
}
@media screen and (max-width: 640px) {
  .c-dl__company dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-dl__company dl dd {
  padding: 25px 8px;
  border: none;
  background: none;
  line-height: 1.25em;
  font-weight: bold;
  color: var(--content-color-large);
}
@media screen and (max-width: 640px) {
  .c-dl__company dl dd {
    width: 100%;
  }
}
.c-dl__company dl {
  padding: 0;
  align-items: center;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .c-dl__company dl {
    display: block;
  }
}
.c-dl__company--local {
  font-size: 1.6rem;
}
.c-dl__company--local dt, .c-dl__company--local dd {
  padding: 8px !important;
}
.c-list ul li {
  flex-direction: row !important;
}
.c-list ul li::before {
  content: "・";
  color: var(--sub-color);
}
.c-media h3 {
  margin-bottom: 30px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25em;
  font-weight: 500;
}
.c-media__number .box:last-of-type h3 {
  margin-bottom: 30px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25em;
  font-weight: 500;
}
.c-media__number .box:last-of-type h3 .nb {
  display: block;
  margin-left: 0 !important;
  font-weight: 400;
  font-family: var(--en);
  margin-right: 0 !important;
  color: var(--sub-color);
  font-size: 0.8em;
}
.c-media__number--reverse .row {
  flex-direction: row-reverse !important;
}
.c-media .box:first-of-type img {
  width: 100%;
  height: auto;
}
.c-section__title .appeal {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--content-color-large);
  font-size: 1.2em;
  font-weight: 500;
}
.c-section__title h2 {
  font-size: clamp(32px, 3vw, 36px);
  position: relative;
  line-height: 1.25em;
  padding-left: 2rem;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid var(--mainColor);
}
.c-section__title h2::before {
  content: "";
  position: absolute;
  background: var(--mainColor);
  width: 5px;
  height: 90%;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-section__title p, .c-section__title article > div {
  line-height: 2em;
  margin-top: 15px;
}
.c-section__title p:empty, .c-section__title article > div:empty {
  margin-top: 0;
}
.c-button__anchor div.row {
  gap: 15px;
}
.c-button__anchor div.box {
  text-align: center;
}
.c-button__anchor div.box > div {
  height: 100%;
}
.c-button__anchor div.box a {
  color: var(--white);
  background-color: var(--content-button-back);
  height: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.c-box__flow {
  background-color: #E2F6F4;
  padding: 30px;
}
.c-box__flow .box {
  background-color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-box__flow .box {
    flex: auto;
  }
}
.c-box__flow .box {
  /* clip-pathで右向きの矢印の形を作ります。
  	右端から $arrow-size 分だけ内側にポイントを作り、中央を一番右端まで伸ばします。
  */
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  padding: 15px 25px 15px 10px;
  min-height: 140px;
}
.c-box__flow .box:last-child {
  clip-path: none;
  padding-right: 10px;
}
.c-box__flow .box .number {
  position: absolute;
  top: 10px;
  left: 15px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 2rem;
  font-family: var(--en);
}
.c-box__flow .box img {
  width: 45px !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 15px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box__flow .box .text {
  color: #00BFA5;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
}
.c-box__voice {
  display: flex;
  gap: 20px;
  font-family: sans-serif;
  color: #333;
}
.c-box__voice .box {
  border-radius: 24px;
  border: 2px solid #E2F6F4;
  padding: 24px !important;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.c-box__voice .box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.c-box__voice .box .box-header .header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-box__voice .box .box-header .header-left .industry-tag {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
  background-color: #CCF2ED;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 5px;
}
.c-box__voice .box .box-header .header-left .company-info {
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
}
.c-box__voice .box .box-header .header-right {
  margin-left: 10px;
}
.c-box__voice .box .box-header .header-right .circle-img img {
  width: 76px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #E2F6F4;
}
.c-box__voice .box .box-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.c-box__voice .box .box-text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .c-box__voice .card-container {
    flex-direction: column;
  }
}

html.blog.article article.blog {
  padding: 0;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 640px) {
  html.blog.article article.blog {
    margin: 50px 0 0 0;
  }
}

@media screen and (max-width: 834px) {
  html.blog body > div:not(.main-visual) {
    gap: 20px;
  }
}

article.blog div.title {
  padding: 0;
}
article.blog div.title h1 {
  line-height: 1.25em;
  font-size: 38px;
  font-weight: bold;
  padding: 15px;
  padding-left: 3rem;
  position: relative;
  color: var(--white);
  background-color: var(--main-color);
}
article.blog div.title h1::before {
  content: "";
  width: 5px;
  height: 60%;
  background-color: var(--sub-color);
  border-radius: 50vh;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: var(--transY);
}
@media screen and (max-width: 640px) {
  article.blog div.title h1 {
    font-size: 28px;
  }
}

article.blog article {
  background-color: #E2F6F4;
  border-radius: 20px;
}

html.blog article.blog {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  html.blog article.blog {
    margin: 50px 0 0 0;
  }
}

article.blog article div.detail {
  flex-wrap: wrap;
}
article.blog article div.detail .image {
  flex: 0.5;
}
@media only screen and (max-width: 900px) {
  article.blog article div.detail .image {
    flex: auto;
  }
}
article.blog article div.detail > div {
  flex: 1;
}
@media only screen and (max-width: 900px) {
  article.blog article div.detail > div {
    flex: auto;
  }
}

article.blog article div.detail div.image {
  min-width: auto;
}

dl.file dt, dl.photo dt {
  background: transparent;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.form dt {
  font-weight: 500;
}
.form dl {
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 155, 167, 0.2);
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */