@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
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,
b, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

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

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #333;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

#__bs_notify__ {
  display: none !important;
}

.inner {
  width: calc(100% - 80px);
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 44px);
  }
}

[data-trigger] {
  position: relative;
  transform: translate(0, 20px);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
[data-trigger].visible {
  transform: translate(0, 0px);
  opacity: 1;
}
[data-trigger].delay01 {
  transition-delay: 0.2s;
}
[data-trigger].delay02 {
  transition-delay: 0.4s;
}
[data-trigger].delay03 {
  transition-delay: 0.6s;
}
[data-trigger].delay04 {
  transition-delay: 0.8s;
}

.footer {
  overflow-x: hidden;
  position: relative;
  padding: 75px 0 55px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer__logo {
  width: 32.22%;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 60.6%;
    max-width: 200px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    max-width: 330px;
    flex-direction: column;
    align-items: stretch;
    gap: 30px 0;
    margin-top: 40px;
  }
}
.footer__nav__def {
  display: flex;
  gap: 0 100px;
}
@media only screen and (max-width: 767px) {
  .footer__nav__def {
    gap: 0 20px;
    justify-content: space-between;
  }
}
.footer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__nav__list__item a {
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer__nav__list__item a:hover {
    color: #007b9f;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav__list__item a {
    font-size: 14px;
  }
}
.footer__nav__cta {
  display: flex;
  gap: 20px 50px;
  margin-top: -12px;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .footer__nav__cta {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav__cta {
    margin: 0;
  }
}
.footer__company {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .footer__company {
    margin-top: 50px;
    padding-top: 35px;
  }
}
.footer__company__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__company__inner {
    flex-direction: column;
    gap: 25px 0;
  }
}
.footer__address {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    line-height: 1.64;
  }
}
.footer__associate {
  width: 61.33%;
}
@media only screen and (max-width: 1000px) {
  .footer__associate {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__associate {
    width: 100%;
  }
}
.footer__associate__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__associate__list {
    gap: 10px;
  }
}
.footer__associate__list__item {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .footer__associate__list__item {
    width: calc((100% - 10px) / 2);
  }
}
.footer__associate__list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 40px;
  padding: 10px 15px 10px 10px;
  transition: background-color 0.3s;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .footer__associate__list__item a:hover {
    background-color: #e6e6e6;
  }
}
@media only screen and (max-width: 767px) {
  .footer__associate__list__item a {
    justify-content: flex-start;
    padding: 5px 25px 5px 15px;
    font-size: 12px;
  }
}
.footer__associate__list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 10px;
  height: 10px;
  mask-image: url("../../assets/img/common/icon_popup.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #ccc;
}
.footer__associate__list__item a span {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
  .footer__associate__list__item a span {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .footer__associate__list__item a span small {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
  }
}
.footer__bottom {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 35px;
  }
}
.footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px 0;
    padding-right: 20px;
  }
}
.footer__copyright {
  display: block;
  font-size: 14px;
  color: #007b9f;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__caution {
  font-size: 14px;
  line-height: 1.58;
}
@media only screen and (max-width: 767px) {
  .footer__caution {
    font-size: 12px;
  }
}
.footer__pagetop {
  position: absolute;
  right: -45px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 90px;
  height: 115px;
  padding-left: 15px;
  background-color: #007b9f;
  border: 1px solid #007b9f;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer__pagetop:hover {
    background-color: #fff;
  }
  .footer__pagetop:hover .c-icon-arrow, .footer__pagetop:hover .s-anchornav__list__item a::after, .s-anchornav__list__item .footer__pagetop:hover a::after, .footer__pagetop:hover .wp-pagenavi .previouspostslink::before, .wp-pagenavi .footer__pagetop:hover .previouspostslink::before,
  .footer__pagetop:hover .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .footer__pagetop:hover .nextpostslink::before {
    background-color: #007b9f;
  }
}
@media only screen and (max-width: 767px) {
  .footer__pagetop {
    right: -40px;
    width: 80px;
    height: 100px;
  }
}
.footer__pagetop .c-icon-arrow, .footer__pagetop .s-anchornav__list__item a::after, .s-anchornav__list__item .footer__pagetop a::after, .footer__pagetop .wp-pagenavi .previouspostslink::before, .wp-pagenavi .footer__pagetop .previouspostslink::before,
.footer__pagetop .wp-pagenavi .nextpostslink::before,
.wp-pagenavi .footer__pagetop .nextpostslink::before {
  background-color: #fff;
  transform: rotate(-90deg);
}

body.is-fixed .header {
  background-color: #fff;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header.is-scroll {
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 3.08%;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    padding-left: 20px;
  }
}
.header__logo {
  display: flex;
  align-items: flex-end;
  width: 175px;
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header__logo a {
    transition: opacity 0.3s;
  }
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.header__nav {
  flex: 1;
  margin: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .header__nav {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__nav {
    margin: 0 15px;
  }
}
.header__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .header__nav__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__nav__list {
    gap: 10px;
  }
}
.header__nav__item {
  position: relative;
}
.header__nav__item a {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .header__nav__item a:hover {
    color: #007b9f;
  }
}
@media only screen and (max-width: 1300px) {
  .header__nav__item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__nav__item a {
    font-size: 12px;
  }
}
.header__nav__item.is-current::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  aspect-ratio: 25/9;
  background: #007b9f;
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  .header__nav__item.is-current::after {
    bottom: -15px;
    width: 15px;
  }
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 190px;
  height: 65px;
  background: #007b9f;
  border: 1px solid #007b9f;
  color: #fff;
  flex-shrink: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .header__contact:hover {
    background: #fff;
    color: #007b9f;
  }
  .header__contact:hover::before {
    background-color: #007b9f;
  }
}
@media only screen and (max-width: 1200px) {
  .header__contact {
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .header__contact {
    width: 120px;
    gap: 5px;
  }
}
.header__contact::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background-color: #fff;
  mask-image: url("../img/common/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1000px) {
  .header__contact::before {
    transform: scale(0.8);
  }
}
.header__contact span {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1300px) {
  .header__contact span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__contact span {
    font-size: 12px;
  }
}
.header__spmenubtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #007b9f;
  border: none;
  cursor: pointer;
}
.header__spmenubtn span {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.header__spmenubtn.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__spmenubtn.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__spmenubtn.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.header__spmenu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100svh - 50px);
  background: #f8f8f8;
  padding: 50px 0 165px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s;
  background-image: url("../img/common/deco_spmenu.svg");
  background-size: 320px auto;
  background-position: bottom 30px right;
  background-repeat: no-repeat;
}
.header__spmenu.is-open {
  transform: translateX(0);
}
.header__spmenu__inner {
  width: calc(100% - 90px);
  max-width: 300px;
  margin: 0 auto;
}
.header__spmenu__nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__spmenu__nav__list__item a {
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 0 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* タイトル: 日本語+縦書き英語 */
.c-title-def {
  position: relative;
}
.c-title-def__ja {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .c-title-def__ja {
    font-size: 20px;
  }
}
.c-title-def__en {
  position: absolute;
  top: 5px;
  left: -90px;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007B9F;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-title-def__en {
    left: -45px;
    font-size: 14px;
  }
}

/* ボタン: 青背景 */
.c-btn-def {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: 64px;
  background: #007B9F;
  border: 1px solid #007B9F;
  border-radius: 100px;
  color: #fff;
  transition: 0.3s;
}
.c-btn-def span {
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn-def span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-def:hover {
    background: #fff;
    color: #007B9F;
  }
}

/* ボタン: 楕円アイコンつき */
.c-btn-ellipse {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-btn-ellipse {
    gap: 0 15px;
  }
}
.c-btn-ellipse__label {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .c-btn-ellipse__label {
    font-size: 14px;
  }
}
.c-btn-ellipse__icon {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 100%;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-btn-ellipse:hover .c-btn-ellipse__icon {
    border-color: #007B9F;
    background-color: #007B9F;
  }
  .c-btn-ellipse:hover .c-btn-ellipse__icon [class*=c-icon-] {
    background-color: #fff;
  }
}

/* アイコン: メール */
.c-icon-mail {
  display: inline-block;
  aspect-ratio: 21/22;
  width: 31px;
  mask-image: url("../../assets/img/common/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}

/* アイコン: 電話 */
.c-icon-tel {
  display: inline-block;
  aspect-ratio: 23/30;
  width: 23px;
  mask-image: url("../../assets/img/common/icon_tel.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}

/* アイコン: 矢印 */
.c-icon-arrow, .s-anchornav__list__item a::after, .wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  display: inline-block;
  aspect-ratio: 18/12;
  width: 18px;
  mask-image: url("../../assets/img/common/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}
.c-icon-arrow.--right, .s-anchornav__list__item a.--right::after, .wp-pagenavi .--right.previouspostslink::before,
.wp-pagenavi .--right.nextpostslink::before {
  transform: scaleX(-1);
}

/* アイコン: ポップアップ */
.c-icon-popup {
  display: inline-block;
  aspect-ratio: 16/14;
  width: 16px;
  mask-image: url("../../assets/img/common/icon_popup.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}

/* アイコン: X */
.c-icon-x {
  display: inline-block;
  aspect-ratio: 29/30;
  width: 29px;
  mask-image: url("../../assets/img/common/icon_x.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}

/* アイコン: Instagram */
.c-icon-instagram {
  display: inline-block;
  aspect-ratio: 29/29;
  width: 29px;
  mask-image: url("../../assets/img/common/icon_instagram.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333;
  transition: background-color 0.3s;
}

.wp-pagenavi {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  padding: 0 45px;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 0 18px;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 400 !important;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-pagenavi a:hover {
    color: #007b9f;
  }
}
.wp-pagenavi .current {
  color: #007b9f;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  width: 18px;
  height: 12px;
  font-size: 0;
  color: transparent;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink:hover::before,
  .wp-pagenavi .nextpostslink:hover::before {
    background-color: #007b9f;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}
.wp-pagenavi .nextpostslink {
  right: 0;
}

/* 下層ページタイトル */
.s-pagehero {
  position: relative;
}
.s-pagehero__inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  min-height: 357px;
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .s-pagehero__inner {
    align-items: flex-end;
    min-height: 215px;
    padding-top: 0;
  }
}
.s-pagehero__title {
  position: relative;
  z-index: 2;
}
.s-pagehero__title__en {
  display: block;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #007B9F;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .s-pagehero__title__en {
    font-size: 14px;
  }
}
.s-pagehero__title__ja {
  display: block;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .s-pagehero__title__ja {
    margin-top: 12px;
    font-size: 24px;
  }
}
.s-pagehero__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51.92%;
  max-width: 675px;
  aspect-ratio: 675/245;
  background-image: url("../../assets/img/common/deco_pagehero.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .s-pagehero__deco {
    width: 74.66%;
    max-width: 280px;
    bottom: 48px;
  }
}

/* ページ内アンカーナビ */
.s-anchornav {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .s-anchornav {
    margin-top: 60px;
  }
}
.s-anchornav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .s-anchornav__list {
    flex-direction: column;
    gap: 5px;
  }
}
.s-anchornav__list__item {
  width: calc((100% - 62px) / 3);
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .s-anchornav__list__item {
    width: 100%;
  }
}
.s-anchornav__list__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  padding: 20px 15px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .s-anchornav__list__item a:hover {
    color: #007B9F;
  }
}
@media only screen and (max-width: 767px) {
  .s-anchornav__list__item a {
    padding: 16px 10px;
    font-size: 14px;
  }
}
.s-anchornav__list__item a::after {
  content: "";
  background-color: #007B9F;
  transform: rotate(90deg);
}

/* フッター上CTA */
.s-bottom-cta {
  overflow-x: hidden;
  position: relative;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta {
    padding: 10px 0;
  }
}
.s-bottom-cta__inner {
  margin: 0 auto;
}
.s-bottom-cta__linkarea {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  padding: 30px;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .s-bottom-cta__linkarea:hover {
    color: #007b9f;
  }
  .s-bottom-cta__linkarea:hover .s-bottom-cta__title::before,
  .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .c-icon-arrow,
  .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .previouspostslink::before,
  .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .nextpostslink::before,
  .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow .s-anchornav__list__item a::after,
  .s-anchornav__list__item .s-bottom-cta__linkarea:hover .s-bottom-cta__arrow a::after {
    background-color: #007b9f;
  }
  .s-bottom-cta__linkarea:hover + .s-bottom-cta__image > div::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__linkarea {
    width: 110%;
    min-width: 570px;
    padding: 0;
  }
}
.s-bottom-cta__content {
  padding: 55px 40px 40px;
  background-color: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__content {
    padding: 50px 30px 40px;
  }
}
.s-bottom-cta__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__title {
    gap: 0 15px;
  }
}
.s-bottom-cta__title::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-color: #333;
  mask-image: url("../img/common/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.3s;
}
.s-bottom-cta__title span {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 44px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__title span {
    font-size: 36px;
  }
}
.s-bottom-cta__lead {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__lead {
    margin-top: 15px;
    font-size: 18px;
  }
}
.s-bottom-cta__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__desc {
    font-size: 14px;
    line-height: 1.857;
  }
}
.s-bottom-cta__arrow {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__arrow {
    margin-top: 20px;
  }
}
.s-bottom-cta__arrow .c-icon-arrow, .s-bottom-cta__arrow .wp-pagenavi .previouspostslink::before, .wp-pagenavi .s-bottom-cta__arrow .previouspostslink::before,
.s-bottom-cta__arrow .wp-pagenavi .nextpostslink::before,
.wp-pagenavi .s-bottom-cta__arrow .nextpostslink::before, .s-bottom-cta__arrow .s-anchornav__list__item a::after, .s-anchornav__list__item .s-bottom-cta__arrow a::after {
  background-color: #333;
}
.s-bottom-cta__image {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__image {
    flex-direction: column;
    gap: 10px;
  }
}
.s-bottom-cta__image > div {
  position: relative;
  flex: 1;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .s-bottom-cta__image > div {
    flex: auto;
    height: 280px;
  }
}
.s-bottom-cta__image > div::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 159, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.s-bottom-cta__image > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* お知らせ 記事リスト */
.s-newslist__item {
  border-bottom: 1px solid #dcdcdc;
}
.s-newslist__item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  .s-newslist__item a:hover .s-newslist__eyecatch::before {
    opacity: 1;
  }
  .s-newslist__item a:hover .s-newslist__title {
    color: #007b9f;
  }
  .s-newslist__item a:hover .s-newslist__arrow {
    background-color: #007b9f;
  }
}
@media only screen and (max-width: 767px) {
  .s-newslist__item a {
    align-items: flex-start;
    padding: 25px 0;
  }
}
.s-newslist__eyecatch {
  position: relative;
  aspect-ratio: 180/120;
  width: 20%;
  background-color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .s-newslist__eyecatch {
    width: 40%;
  }
}
.s-newslist__eyecatch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 159, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.s-newslist__eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-newslist__text {
  width: 75%;
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .s-newslist__text {
    width: 52.6%;
    padding-right: 0;
  }
}
.s-newslist__meta, main.news .detail__head__meta {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media only screen and (max-width: 767px) {
  .s-newslist__meta, main.news .detail__head__meta {
    gap: 0 12px;
  }
}
.s-newslist__meta > div:not(:first-child), main.news .detail__head__meta > div:not(:first-child) {
  border-left: 1px solid #007b9f;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .s-newslist__meta > div:not(:first-child), main.news .detail__head__meta > div:not(:first-child) {
    padding-left: 12px;
  }
}
.s-newslist__date, main.news .detail__head__date {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  color: #007b9f;
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .s-newslist__date, main.news .detail__head__date {
    font-size: 12px;
  }
}
.s-newslist__cate, main.news .detail__head__cate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  line-height: 1;
  font-size: 14px;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  .s-newslist__cate, main.news .detail__head__cate {
    font-size: 12px;
  }
}
.s-newslist__cate span:not(:first-child), main.news .detail__head__cate span:not(:first-child) {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .s-newslist__cate span:not(:first-child), main.news .detail__head__cate span:not(:first-child) {
    padding-left: 5px;
  }
}
.s-newslist__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .s-newslist__title {
    font-size: 14px;
    line-height: 1.85;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.s-newslist__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .s-newslist__arrow {
    position: static;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    transform: none;
  }
}

/* サービス紹介 */
.s-servicelist__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__item {
    flex-direction: column;
  }
}
.s-servicelist__item:not(:first-child) {
  margin-top: 60px;
}
.s-servicelist__image {
  width: 48.44%;
  aspect-ratio: 450/290;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__image {
    width: 100%;
  }
}
.s-servicelist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-servicelist__text {
  width: 46.3%;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__text {
    width: 100%;
    margin-top: 15px;
  }
}
.s-servicelist__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #007B9F;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__title {
    font-size: 18px;
  }
}
.s-servicelist__desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.857;
  }
}
.s-servicelist__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .s-servicelist__link {
    margin-top: 20px;
  }
}
.s-servicelist__sns {
  display: flex;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .s-servicelist__sns > li a:hover [class*=c-icon-] {
    background-color: #007B9F;
  }
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

main.page404 .message {
  padding: 50px 0 150px;
}
@media only screen and (max-width: 767px) {
  main.page404 .message {
    padding: 100px 0;
  }
}
main.page404 .message__lead {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.page404 .message__lead {
    font-size: 14px;
  }
}
main.page404 .message__back {
  margin: 50px auto 0;
  max-width: 300px;
}

main.about {
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  main.about {
    padding-bottom: 45px;
  }
}
main.about .message {
  position: relative;
  margin-top: 155px;
}
@media only screen and (max-width: 767px) {
  main.about .message {
    margin-top: 65px;
  }
}
main.about .message__image {
  position: absolute;
  top: 5px;
  left: calc(50% + 50px);
  width: 46.15%;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  main.about .message__image {
    position: static;
    left: auto;
    width: auto;
    margin-top: 25px;
    margin-right: -22px;
  }
}
main.about .message__content {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.about .message__content {
    padding-left: 45px;
  }
}
main.about .message__text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  main.about .message__text {
    width: auto;
    margin-left: -45px;
  }
}
main.about .message__text p:last-child {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  main.about .message__text p:last-child {
    white-space: normal;
  }
}
main.about .message__lead {
  margin-top: 95px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .message__lead {
    margin-top: 30px;
    font-size: 20px;
  }
}
main.about .message__desc {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  main.about .message__desc {
    padding: 0;
    margin-top: 30px;
  }
}
main.about .message__desc p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .message__desc p {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.about .message__desc p:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  main.about .message__desc p:not(:first-child) {
    margin-top: 25px;
  }
}
main.about .message__author {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .message__author {
    margin-top: 25px;
    font-size: 14px;
  }
}
main.about .philosophy {
  overflow: hidden;
  position: relative;
  margin-top: 115px;
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy {
    margin-top: 65px;
    padding-top: 45px;
  }
}
main.about .philosophy::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2500px;
  height: 800px;
  background-color: #f8f8f8;
  border-radius: 50%;
}
main.about .philosophy__content {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__content {
    padding-left: 45px;
  }
}
main.about .philosophy__text {
  position: relative;
  margin-top: 55px;
  padding-left: 26.37%;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__text {
    margin-top: 45px;
    padding-left: 0;
  }
}
main.about .philosophy__keyword {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #007B9F;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__keyword {
    position: static;
    font-size: 24px;
  }
}
main.about .philosophy__lead {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__lead {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.78;
  }
}
main.about .philosophy__desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__desc {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.about .philosophy__image {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  main.about .philosophy__image {
    margin-top: 45px;
  }
}
main.about .story {
  position: relative;
  margin-top: 155px;
}
@media only screen and (max-width: 767px) {
  main.about .story {
    margin-top: 65px;
  }
}
main.about .story__intro {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.about .story__intro {
    padding-left: 45px;
  }
}
main.about .story__intro__lead {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .story__intro__lead {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.857;
  }
}
main.about .story__intro__deco {
  position: absolute;
  top: -65px;
  right: 0;
  width: 21.92%;
  max-width: 285px;
  aspect-ratio: 285/160;
  background-image: url("../../assets/img/about/deco_story.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  main.about .story__intro__deco {
    top: -45px;
    width: 45.33%;
    width: 170px;
  }
}
main.about .story__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 24px;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  main.about .story__detail {
    gap: 40px;
    margin-top: 50px;
  }
}
main.about .story__detail__item {
  width: calc((100% - 24px) / 2);
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.about .story__detail__item {
    width: 100%;
    padding-bottom: 35px;
  }
}
main.about .story__detail__image {
  aspect-ratio: 500/300;
}
main.about .story__detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.about .story__detail__text {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  main.about .story__detail__text {
    margin-top: 20px;
  }
}
main.about .story__detail__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .story__detail__title {
    font-size: 18px;
  }
}
main.about .story__detail__desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .story__detail__desc {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.about .story__growth {
  margin-top: 160px;
  padding: 75px 0;
  background-color: #f8f8f8;
  background-image: url("../../assets/img/about/deco_growth_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1440px auto;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth {
    margin-top: 50px;
    background-image: url("../../assets/img/about/deco_growth_sp.svg");
    background-size: 100% auto;
  }
}
main.about .story__growth__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth__content {
    flex-direction: column;
  }
}
main.about .story__growth__image {
  align-self: flex-start;
  position: relative;
  width: 50%;
  aspect-ratio: 513/350;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth__image {
    width: 100%;
  }
}
main.about .story__growth__image > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 77.97%;
}
main.about .story__growth__image > div:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.73%;
}
main.about .story__growth__text {
  flex: 1;
  display: flex;
  gap: 0 35px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth__text {
    gap: 0 25px;
    margin-top: -20px;
    margin-left: -5px;
  }
}
main.about .story__growth__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #007B9F;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth__title {
    font-size: 18px;
  }
}
main.about .story__growth__desc {
  margin-top: 25px;
  align-self: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.about .story__growth__desc {
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.857;
  }
}

main.company {
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  main.company {
    padding-bottom: 45px;
  }
}
main.company .profile {
  margin-top: 155px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  main.company .profile {
    margin-top: 65px;
    padding-bottom: 90px;
  }
}
main.company .profile__content {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.company .profile__content {
    padding-left: 45px;
  }
}
main.company .profile__table {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  main.company .profile__table {
    margin-top: 30px;
  }
}
main.company .profile__table__item {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.company .profile__table__item {
    display: block;
    min-height: 0;
    padding: 0;
  }
}
main.company .profile__table__item:not(:first-child) {
  padding-top: 1px;
}
main.company .profile__table__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #007b9f 0 200px, #dcdcdc 200px 100%);
}
@media only screen and (max-width: 767px) {
  main.company .profile__table__item:not(:first-child)::after {
    background-image: linear-gradient(to right, #007b9f 0 60px, #dcdcdc 60px 100%);
  }
}
main.company .profile__table__item dt,
main.company .profile__table__item dd {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  main.company .profile__table__item dt,
  main.company .profile__table__item dd {
    font-size: 14px;
    line-height: 1.85;
  }
}
main.company .profile__table__item dt {
  width: 200px;
  padding: 25px 0;
  flex-shrink: 0;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.company .profile__table__item dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0;
  }
}
main.company .profile__table__item dd {
  flex: 1;
  padding: 25px 0 25px 2px;
}
@media only screen and (max-width: 767px) {
  main.company .profile__table__item dd {
    padding: 0 0 15px;
  }
}
main.company .profile__access {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  main.company .profile__access {
    margin-top: 25px;
  }
}
main.company .profile__access__title {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007b9f;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.company .profile__access__title {
    font-size: 14px;
  }
}
main.company .profile__access__map {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 930/421;
  margin-top: 25px;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  main.company .profile__access__map {
    aspect-ratio: 285/220;
    margin-top: 25px;
  }
}
main.company .profile__access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
main.company .history {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background-color: #f8f8f8;
  background-image: url("../../assets/img/company/deco_history.svg");
  background-repeat: no-repeat;
  background-position: right top 100px;
  background-size: 61.54% auto;
}
@media only screen and (max-width: 767px) {
  main.company .history {
    padding: 70px 0 90px;
    background-position: right top 55px;
    background-image: url("../../assets/img/company/deco_history.svg");
    background-size: 93.33% auto;
  }
}
main.company .history__content {
  position: relative;
  z-index: 1;
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.company .history__content {
    padding-left: 45px;
  }
}
main.company .history__lead {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.company .history__lead {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.87;
  }
}
main.company .history__table {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  main.company .history__table {
    margin-top: 40px;
    padding-left: 42px;
  }
}
main.company .history__table::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  left: 130px;
  width: 1px;
  background-color: rgba(0, 123, 159, 0.35);
}
@media only screen and (max-width: 767px) {
  main.company .history__table::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
  }
}
main.company .history__table__item {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item {
    display: block;
  }
}
main.company .history__table__item:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item:not(:first-child) {
    margin-top: 15px;
  }
}
main.company .history__table__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 124px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item::before {
    top: 6px;
    left: -40px;
  }
}
main.company .history__table__item dt {
  width: 130px;
  flex-shrink: 0;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.05em;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item dt {
    width: auto;
    font-size: 14px;
  }
}
main.company .history__table__item dd {
  position: relative;
  flex: 1;
  padding-right: 24%;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item dd {
    padding-right: 0;
    padding-left: 0;
  }
}
main.company .history__table__item dd p {
  font-size: 16px;
  line-height: 1.857;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__item dd p {
    font-size: 14px;
    line-height: 1.85;
  }
}
main.company .history__table__image {
  position: absolute;
  top: 10px;
  right: 0;
  width: 25.1%;
  aspect-ratio: 200/140;
}
@media only screen and (max-width: 767px) {
  main.company .history__table__image {
    position: static;
    width: 73.8%;
    margin-top: 15px;
  }
}
main.company .history__table__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.contact .content {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 767px) {
  main.contact .content {
    padding: 60px 0 80px;
  }
}
main.contact .content__inner {
  max-width: 900px;
}
main.contact .content__item {
  margin-bottom: 32px;
}
main.contact .content__item:last-of-type {
  margin-bottom: 0;
}
main.contact .content__item dt {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #4d4d4d;
  margin-bottom: 12px;
}
main.contact .content__item dt em {
  font-size: 13px;
  color: #e14449;
  position: relative;
  top: -2px;
  margin-left: 15px;
}
main.contact .content__item dd p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  height: 46px;
  padding: 8px 28px;
}
main.contact .content__item dd input[type=text] {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  height: 46px;
  background: #f1f1f1;
  padding: 8px 28px;
  margin-top: 6px;
}
main.contact .content__item dd input[type=text]::placeholder {
  color: #ababab;
}
main.contact .content__item dd input[type=text]:first-of-type {
  margin-top: 0;
}
main.contact .content__item dd input[type=text].short {
  max-width: 334px;
}
main.contact .content__item dd input[type=text].zip {
  max-width: 186px;
  margin-left: 12px;
}
main.contact .content__item dd input[type=text].is-error {
  outline: 1px solid #e14449;
}
main.contact .content__item dd .error-msg {
  display: none;
  font-size: 12px;
  color: #e14449;
  margin-top: 6px;
}
main.contact .content__item dd .error-msg.is-visible {
  display: block;
}
main.contact .content__item dd textarea {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  height: 170px;
  background: #f1f1f1;
  padding: 16px 28px;
  resize: none;
}
main.contact .content__item dd textarea::placeholder {
  color: #ababab;
}
main.contact .content__privacy-policy {
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  main.contact .content__privacy-policy {
    margin-top: 52px;
  }
}
main.contact .content__privacy-policy__link {
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 600;
  color: #807e7e;
  position: relative;
}
main.contact .content__privacy-policy__link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
main.contact .content__privacy-policy__link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #807e7e;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
main.contact .content__privacy-policy__link svg {
  display: inline-block;
  margin-left: 10px;
}
main.contact .content__privacy-policy__agree {
  position: relative;
  width: max-content;
  margin: 19px auto 0;
}
main.contact .content__privacy-policy__agree .error-msg {
  display: none;
  font-size: 12px;
  color: #e14449;
  margin-top: 6px;
  text-align: center;
}
main.contact .content__privacy-policy__agree .error-msg.is-visible {
  display: block;
}
main.contact .content__privacy-policy__agree input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
main.contact .content__privacy-policy__agree input:checked + label > i:before {
  opacity: 1;
}
main.contact .content__privacy-policy__agree label i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border: 1px solid #4d4d4d;
  margin-right: 7px;
  position: relative;
}
main.contact .content__privacy-policy__agree label i:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #333;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
}
main.contact .content__privacy-policy__agree label span {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 600;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  main.contact .content__privacy-policy__agree label span {
    font-size: 14px;
  }
}
main.contact .content__privacy-policy__agree label em {
  font-size: 13px;
  font-weight: 600;
  color: #e14449;
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  main.contact .content__privacy-policy__agree label em {
    font-size: 12px;
    margin-left: 12px;
  }
}
main.contact .content__thanks {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main.contact .content__thanks {
    font-size: 14px;
    line-height: 1.85714286;
    letter-spacing: 0.1em;
  }
}
main.contact .content .c-btn-def {
  margin: 48px auto 0;
}
main.contact .content .modify {
  display: block;
  width: max-content;
  text-decoration: underline;
  margin: 28px auto 0;
}
main.contact .content .radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  main.contact .content .radio-list {
    gap: 18px 30px;
    margin-top: 24px;
  }
}
main.contact .content .radio-list li {
  position: relative;
}
main.contact .content .radio-list li input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
main.contact .content .radio-list li input[type=radio]:checked + label > i:before {
  opacity: 1;
}
main.contact .content .radio-list li label {
  display: flex;
  align-items: center;
}
main.contact .content .radio-list li label i {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: #f1f1f1;
  margin-right: 11px;
  position: relative;
}
main.contact .content .radio-list li label i:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #333333;
  opacity: 0;
}
main.contact .content .radio-list li label span {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
}

main.news .pickup {
  margin-top: 65px;
  padding: 95px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  main.news .pickup {
    margin-top: 75px;
    padding: 45px 0;
  }
}
main.news .pickup__title {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__title {
    font-size: 18px;
  }
}
main.news .pickup__slider {
  margin-top: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider {
    margin-top: 40px;
  }
}
main.news .pickup__slider__item {
  aspect-ratio: 500/455;
  padding: 40px 13%;
  border: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider__item {
    padding: 30px 13%;
  }
}
main.news .pickup__slider__item a {
  display: block;
  padding: 0;
}
main.news .pickup__slider__eyecatch {
  width: 100% !important;
}
main.news .pickup__slider__meta {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider__meta {
    margin-top: 15px;
  }
}
main.news .pickup__slider__title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main.news .pickup__slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider__nav {
    flex-wrap: wrap;
    gap: 0 50px;
  }
}
main.news .pickup__slider .swiper {
  overflow: visible;
  padding-bottom: 100px;
}
main.news .pickup__slider .swiper.is-ready .pickup__slider__item {
  transition: 0.3s;
}
main.news .pickup__slider .swiper-slide-active .pickup__slider__item {
  padding: 0;
}
main.news .pickup__slider .swiper-button-next,
main.news .pickup__slider .swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}
main.news .pickup__slider .swiper-button-next::after,
main.news .pickup__slider .swiper-button-prev::after {
  display: none;
}
main.news .pickup__slider .swiper-button-prev {
  order: 1;
}
main.news .pickup__slider .swiper-button-next {
  order: 3;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider .swiper-button-next {
    order: 2;
  }
}
main.news .pickup__slider .swiper-pagination {
  order: 2;
  position: static;
  width: auto;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider .swiper-pagination {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
}
main.news .pickup__slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border: 1px solid #333;
  background-color: transparent;
  opacity: 1;
}
main.news .pickup__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007b9f;
  border-color: #007b9f;
}
main.news .pickup__slider {
  /* 1件のみの場合 */
}
main.news .pickup__slider .swiper.is-justone {
  padding-bottom: 0;
}
main.news .pickup__slider .swiper.is-justone .swiper-wrapper {
  display: flex;
  justify-content: center;
}
main.news .pickup__slider .swiper.is-justone .swiper-slide {
  width: 38.46%;
}
@media only screen and (max-width: 767px) {
  main.news .pickup__slider .swiper.is-justone .swiper-slide {
    width: 61.33%;
    max-width: none;
  }
}
main.news .pickup__slider .swiper.is-justone .pickup__slider__item {
  padding: 0;
}
main.news .pickup__slider .swiper.is-justone .pickup__slider__nav {
  display: none;
}
main.news .index {
  margin-top: 100px;
  padding-bottom: 175px;
}
@media only screen and (max-width: 767px) {
  main.news .index {
    margin-top: 60px;
    padding-bottom: 75px;
  }
}
main.news .index__inner {
  max-width: 900px;
}
main.news .index__category {
  display: flex;
  gap: 0 75px;
}
@media only screen and (max-width: 767px) {
  main.news .index__category {
    flex-direction: column;
    gap: 15px 0;
  }
}
main.news .index__category__title {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.news .index__category__title {
    font-size: 18px;
  }
}
main.news .index__category__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media only screen and (max-width: 767px) {
  main.news .index__category__list {
    gap: 10px 20px;
  }
}
main.news .index__category__list__item {
  line-height: 1;
}
main.news .index__category__list__item:not(:last-child) {
  padding-right: 35px;
  border-right: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.news .index__category__list__item:not(:last-child) {
    padding-right: 20px;
  }
}
main.news .index__category__list__item a {
  font-size: 14px;
  color: #707070;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  main.news .index__category__list__item a:hover {
    color: #007b9f;
  }
}
@media only screen and (max-width: 767px) {
  main.news .index__category__list__item a {
    font-size: 12px;
  }
}
main.news .index__category__list__item.is-current a {
  color: #007B9F;
}
main.news .index__postlist {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  main.news .index__postlist {
    margin-top: 25px;
  }
}
main.news .index__empty {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.news .index__empty {
    margin-top: 50px;
  }
}
main.news .index__pagenavi {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.news .index__pagenavi {
    margin-top: 70px;
  }
}
main.news .detail {
  padding: 210px 0 175px;
}
@media only screen and (max-width: 767px) {
  main.news .detail {
    padding: 120px 0 75px;
  }
}
main.news .detail__inner {
  max-width: 900px;
}
main.news .detail__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
main.news .detail__head__date {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  main.news .detail__head__date {
    font-size: 14px;
  }
}
main.news .detail__head__cate {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  main.news .detail__head__cate {
    font-size: 14px;
  }
}
main.news .detail__head__title {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.news .detail__head__title {
    font-size: 22px;
  }
}
main.news .detail__eyecatch {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.news .detail__eyecatch {
    margin-top: 40px;
  }
}
main.news .detail__content {
  max-width: 810px;
  margin: 60px auto 0;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main.news .detail__content {
    margin-top: 30px;
  }
}
main.news .detail__content > *:first-child {
  margin-top: 0;
}
main.news .detail__content h1, main.news .detail__content h2 {
  margin-top: 60px;
  padding: 20px 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  background-color: #007b9f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  main.news .detail__content h1, main.news .detail__content h2 {
    padding: 20px;
    font-size: 20px;
  }
}
main.news .detail__content h3 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  border-top: 2px solid #007b9f;
  border-bottom: 2px solid #007b9f;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  main.news .detail__content h3 {
    padding: 20px 10px;
    font-size: 18px;
  }
}
main.news .detail__content h4 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 2px solid #007b9f;
  padding: 0 30px 15px;
}
@media only screen and (max-width: 767px) {
  main.news .detail__content h4 {
    padding: 0 15px 10px;
    font-size: 16px;
  }
}
main.news .detail__content h5 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
main.news .detail__content h6 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
}
main.news .detail__content p {
  margin-top: 25px;
}
main.news .detail__content strong {
  font-weight: bold;
}
main.news .detail__content em {
  font-style: italic;
}
main.news .detail__content blockquote {
  margin-top: 40px;
  padding: 25px 30px;
  font-size: 14px;
  color: #777;
  background-color: #fafafa;
}
main.news .detail__content blockquote > *:first-child {
  margin-top: 0;
}
main.news .detail__content a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  main.news .detail__content a:hover {
    color: #009B7C;
  }
}
main.news .detail__content ul {
  margin-top: 24px;
}
main.news .detail__content ul > li {
  position: relative;
  padding-left: 15px;
}
main.news .detail__content ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #007b9f;
}
main.news .detail__content ol {
  margin-top: 24px;
  counter-reset: news-ol;
}
main.news .detail__content ol > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  counter-increment: news-ol;
  min-height: 35px;
  padding-left: 50px;
}
main.news .detail__content ol > li:not(:first-child) {
  margin-top: 8px;
}
main.news .detail__content ol > li::before {
  content: counter(news-ol, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #007b9f;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
main.news .detail__back {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.news .detail__back {
    margin-top: 40px;
  }
}

main.privacy-policy .content {
  padding: 70px 0 210px;
}
@media only screen and (max-width: 767px) {
  main.privacy-policy .content {
    padding: 64px 0 98px;
  }
}
main.privacy-policy .content__inner {
  max-width: 900px;
}
main.privacy-policy .content__item {
  margin-bottom: 30px;
}
main.privacy-policy .content__item:last-of-type {
  margin-bottom: 0;
}
main.privacy-policy .content__item dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #007B9F;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  main.privacy-policy .content__item dt {
    font-size: 18px;
  }
}
main.privacy-policy .content__item dd {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main.privacy-policy .content__item dd {
    font-size: 14px;
    line-height: 1.85714286;
    letter-spacing: 0.1em;
  }
}

main.recruit {
  overflow: hidden;
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  main.recruit {
    padding-bottom: 75px;
  }
}
main.recruit .intro {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  main.recruit .intro {
    padding: 75px 0 70px;
  }
}
main.recruit .intro__inner {
  position: relative;
  min-height: 470px;
}
@media only screen and (max-width: 767px) {
  main.recruit .intro__inner {
    min-height: 0;
  }
}
main.recruit .intro__image {
  width: 73.25%;
  margin-left: -55px;
}
@media only screen and (max-width: 1100px) {
  main.recruit .intro__image {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .intro__image {
    width: 100%;
    margin-left: 0;
  }
}
main.recruit .intro__image img {
  display: block;
  width: 100%;
}
main.recruit .intro__text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42.18%;
}
@media only screen and (max-width: 767px) {
  main.recruit .intro__text {
    position: static;
    width: auto;
    margin-top: 20px;
  }
}
main.recruit .intro__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .intro__lead {
    font-size: 20px;
    line-height: 1.7;
  }
}
main.recruit .intro__desc {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.recruit .intro__desc {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.86;
  }
}
main.recruit .manufacturing {
  isolation: isolate;
  position: relative;
  padding: 90px 0 100px;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing {
    padding: 45px 0 80px;
  }
}
main.recruit .manufacturing::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2250px;
  border-radius: 50%;
  background: #f8f8f8;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing::before {
    width: 1500px;
  }
}
main.recruit .manufacturing::after {
  content: none;
}
main.recruit .manufacturing__content {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__content {
    padding-left: 45px;
  }
}
main.recruit .manufacturing__list {
  display: flex;
  gap: 16px;
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list {
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
main.recruit .manufacturing__list__item {
  width: calc((100% - 32px) / 3);
  padding: 60px 10px 50px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list__item {
    display: flex;
    gap: 0 15px;
    width: 100%;
    padding: 30px;
    text-align: left;
  }
}
main.recruit .manufacturing__list__icon {
  aspect-ratio: 1/1;
  width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list__icon {
    width: 70px;
    margin: 0;
  }
}
main.recruit .manufacturing__list__icon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
main.recruit .manufacturing__list__text {
  margin-top: 40px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list__text {
    flex: 1;
    min-height: auto;
    margin-top: 0;
  }
}
main.recruit .manufacturing__list__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  main.recruit .manufacturing__list__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list__title {
    font-size: 20px;
    text-align: center;
  }
}
main.recruit .manufacturing__list__subtitle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  main.recruit .manufacturing__list__subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .manufacturing__list__subtitle {
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
  }
}
main.recruit .interview {
  padding-top: 145px;
  counter-reset: interview;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview {
    padding-top: 80px;
  }
}
main.recruit .interview__content {
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__content {
    padding-left: 45px;
  }
}
main.recruit .interview__list {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list {
    margin-top: 60px;
  }
}
main.recruit .interview__list__item {
  position: relative;
  display: flex;
  align-items: center;
  counter-increment: interview;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__item {
    display: block;
  }
}
main.recruit .interview__list__item:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  main.recruit .interview__list__item:nth-child(odd) {
    flex-direction: row;
  }
  main.recruit .interview__list__item:nth-child(odd) .interview__list__image::before {
    left: 15px;
  }
  main.recruit .interview__list__item:nth-child(odd) .interview__list__text {
    margin-left: -125px;
    padding-left: 175px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__item:nth-child(odd) .interview__list__image {
    margin-left: auto;
    margin-right: -22px;
  }
  main.recruit .interview__list__item:nth-child(odd) .interview__list__image::before {
    left: 10px;
  }
  main.recruit .interview__list__item:nth-child(odd) .interview__list__text {
    margin-left: -22px;
  }
}
@media only screen and (min-width: 768px) {
  main.recruit .interview__list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  main.recruit .interview__list__item:nth-child(even) .interview__list__image::before {
    right: 15px;
  }
  main.recruit .interview__list__item:nth-child(even) .interview__list__text {
    margin-right: -125px;
    padding-right: 175px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__item:nth-child(even) .interview__list__image {
    margin-right: auto;
    margin-left: -22px;
  }
  main.recruit .interview__list__item:nth-child(even) .interview__list__image::before {
    right: 10px;
  }
  main.recruit .interview__list__item:nth-child(even) .interview__list__text {
    margin-right: -22px;
  }
}
main.recruit .interview__list__image {
  z-index: 1;
  position: relative;
  width: 39%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__image {
    width: 93%;
  }
}
main.recruit .interview__list__image img {
  display: block;
  width: 100%;
}
main.recruit .interview__list__image::before {
  content: counter(interview, decimal-leading-zero);
  position: absolute;
  z-index: 2;
  top: -15px;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__image::before {
    top: -10px;
    font-size: 20px;
  }
}
main.recruit .interview__list__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  width: calc(60% + 125px);
  padding: 40px;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__text {
    min-height: 0;
    width: auto;
    padding: 130px 22px 30px;
    margin-top: -110px;
  }
}
main.recruit .interview__list__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__text p {
    font-size: 14px;
    line-height: 1.9;
  }
}
main.recruit .interview__list__text small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  main.recruit .interview__list__text small {
    margin-top: 15px;
    font-size: 12px;
  }
}
main.recruit .movie {
  position: relative;
  margin-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  main.recruit .movie {
    margin-top: 75px;
    padding-bottom: 90px;
  }
}
main.recruit .movie::before {
  content: "";
  position: absolute;
  top: 270px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  main.recruit .movie::before {
    top: 125px;
  }
}
main.recruit .movie__title {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007b9f;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.recruit .movie__title {
    font-size: 14px;
  }
}
main.recruit .movie__video {
  position: relative;
  aspect-ratio: 1024/576;
  background-color: #000;
  margin-top: 30px;
}
main.recruit .movie__video__button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  border-radius: 100%;
  border: 0;
  padding: 0 0 0 15px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  main.recruit .movie__video__button {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
main.recruit .movie__video__button::before {
  content: "";
  display: block;
  width: 42px;
  height: 52px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
main.recruit .movie__video video {
  display: block;
  max-width: 100%;
  cursor: pointer;
}
main.recruit .benefits {
  position: relative;
  padding-top: 150px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits {
    padding-top: 85px;
  }
}
main.recruit .benefits__deco {
  position: absolute;
  top: -65px;
  right: 0;
  width: 46.54%;
  aspect-ratio: 605/235;
  max-width: 605px;
  background: url("../../assets/img/recruit/deco_benefits.svg") center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__deco {
    top: -55px;
    right: 0;
    width: 80%;
    max-width: 300px;
  }
}
main.recruit .benefits__inner {
  position: relative;
  z-index: 1;
}
main.recruit .benefits__title {
  margin-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__title {
    margin-left: 45px;
  }
}
main.recruit .benefits__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card {
    display: block;
    margin-top: 85px;
  }
}
main.recruit .benefits__card__item {
  position: relative;
  min-height: 260px;
  padding: 40px 35px;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__item {
    min-height: auto;
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__item:not(:first-child) {
    margin-top: 15px;
  }
}
main.recruit .benefits__card__icon {
  position: absolute;
  top: 105px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__icon {
    top: 25px;
    right: 25px;
    left: auto;
    width: 70px;
    height: 70px;
  }
}
main.recruit .benefits__card__icon span {
  aspect-ratio: 1/1;
  width: 48px;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__icon span {
    width: 45px;
  }
}
main.recruit .benefits__card__icon span img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
main.recruit .benefits__card__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__title {
    padding-right: 70px;
    font-size: 20px;
  }
}
main.recruit .benefits__card__list {
  margin-top: 35px;
  padding-left: 115px;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__list {
    margin-top: 45px;
    padding-left: 0;
  }
}
main.recruit .benefits__card__list > li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1100px) {
  main.recruit .benefits__card__list > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__list > li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.9;
  }
}
main.recruit .benefits__card__list > li small {
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  main.recruit .benefits__card__list > li small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__list > li small {
    font-size: 12px;
  }
}
main.recruit .benefits__card__list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #007b9f;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__list > li::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
main.recruit .benefits__card__desc {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  main.recruit .benefits__card__desc {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.9;
  }
}
main.recruit .tour {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour {
    margin-top: 80px;
  }
}
main.recruit .tour__content {
  position: relative;
  padding: 45px 45px 45px 0;
  border: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__content {
    margin-right: 3px;
    margin-left: 3px;
    padding: 35px 20px 10px;
  }
}
main.recruit .tour__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__title {
    font-size: 20px;
    font-weight: 400;
  }
}
main.recruit .tour__subtitle {
  position: absolute;
  top: 50%;
  left: -8px;
  padding: 20px 0;
  background-color: #fff;
  transform: translateY(-50%);
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007b9f;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__subtitle {
    top: 20px;
    left: -8px;
    padding: 15px 0;
    font-size: 14px;
    transform: none;
  }
}
main.recruit .tour__lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.86;
  }
}
main.recruit .tour__lead span {
  display: block;
}
main.recruit .tour__lead br {
  display: none;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__lead br {
    display: block;
  }
}
main.recruit .tour__contact {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact {
    max-width: 300px;
    display: block;
    margin: 10px auto 0;
  }
}
main.recruit .tour__contact__item {
  position: relative;
}
main.recruit .tour__contact__item > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 15px 60px;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__contact__item > a {
    gap: 0 15px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__item > a {
    gap: 0 10px;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  main.recruit .tour__contact__item > a:hover .tour__contact__icon {
    background-color: #007b9f;
  }
  main.recruit .tour__contact__item > a:hover .tour__contact__icon [class*=c-icon-] {
    background-color: #fff;
  }
}
main.recruit .tour__contact__item:not(:first-child) {
  border-left: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__item:not(:first-child) {
    border-top: 1px solid #dcdcdc;
    border-left: 0;
  }
}
main.recruit .tour__contact__icon {
  aspect-ratio: 1/1;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 100%;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__contact__icon {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__icon {
    width: 50px;
  }
}
main.recruit .tour__contact__icon .c-icon-tel {
  background-color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__icon .c-icon-tel {
    width: 15px;
  }
}
main.recruit .tour__contact__icon .c-icon-mail {
  background-color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__icon .c-icon-mail {
    width: 20px;
  }
}
main.recruit .tour__contact__text {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__text {
    padding-right: 15px;
  }
}
main.recruit .tour__contact__sub {
  display: block;
  align-self: end;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #007b9f;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__contact__sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__sub {
    font-size: 14px;
  }
}
main.recruit .tour__contact__main {
  display: block;
  margin-top: 15px;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #007b9f;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__contact__main {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__main {
    margin-top: 12px;
    font-size: 18px;
  }
}
main.recruit .tour__contact__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__arrow {
    right: 0;
  }
}
main.recruit .tour__contact__arrow .c-icon-arrow, main.recruit .tour__contact__arrow .wp-pagenavi .previouspostslink::before, .wp-pagenavi main.recruit .tour__contact__arrow .previouspostslink::before,
main.recruit .tour__contact__arrow .wp-pagenavi .nextpostslink::before,
.wp-pagenavi main.recruit .tour__contact__arrow .nextpostslink::before, main.recruit .tour__contact__arrow .s-anchornav__list__item a::after, .s-anchornav__list__item main.recruit .tour__contact__arrow a::after {
  width: 20px;
  background-color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.recruit .tour__contact__arrow .c-icon-arrow, main.recruit .tour__contact__arrow .wp-pagenavi .previouspostslink::before, .wp-pagenavi main.recruit .tour__contact__arrow .previouspostslink::before,
  main.recruit .tour__contact__arrow .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi main.recruit .tour__contact__arrow .nextpostslink::before, main.recruit .tour__contact__arrow .s-anchornav__list__item a::after, .s-anchornav__list__item main.recruit .tour__contact__arrow a::after {
    width: 16px;
  }
}
main.recruit .tour__contact__item.--tel .tour__contact__main {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {
  main.recruit .tour__contact__item.--tel .tour__contact__main {
    font-size: 24px;
  }
}

main.service .intro {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  main.service .intro {
    padding: 65px 0 45px;
  }
}
main.service .intro__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.service .intro__desc {
    font-size: 16px;
  }
}
main.service .details .detail {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail {
    padding: 50px 0;
  }
}
main.service .details .detail:nth-child(odd) {
  background-color: #f8f8f8;
}
main.service .details .detail:nth-child(even) {
  background-color: #fff;
}
main.service .details .detail:last-child {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail:last-child {
    padding-bottom: 100px;
  }
}
main.service .details .detail__deco {
  position: absolute;
  top: 60px;
  right: 0;
  width: 46.54%;
  max-width: 605px;
  aspect-ratio: 605/235;
  background-image: url("../../assets/img/service/deco_detail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__deco {
    top: 70px;
    width: 85.3%;
  }
}
main.service .details .detail__content {
  position: relative;
  z-index: 2;
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__content {
    padding-left: 45px;
  }
}
main.service .details .detail__lead {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__lead {
    margin-top: 15px;
    font-size: 14px;
  }
}
main.service .details .detail__servicelist {
  margin-top: 80px;
  counter-reset: servicelist;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__servicelist {
    margin-top: 75px;
    margin-left: -45px;
  }
}
main.service .details .detail__servicelist .s-servicelist__item {
  counter-increment: servicelist;
}
main.service .details .detail__servicelist .s-servicelist__item:not(:first-child) {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #dcdcdc;
}
main.service .details .detail__servicelist .s-servicelist__text::before {
  content: counter(servicelist, decimal-leading-zero);
  display: block;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ccc;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__servicelist .s-servicelist__text::before {
    font-size: 14px;
  }
}
main.service .details .detail__servicelist .s-servicelist__title {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__servicelist .s-servicelist__title {
    margin-top: 10px;
  }
}
main.service .details .detail__other {
  margin-top: 45px;
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__other {
    margin-left: -45px;
  }
}
main.service .details .detail__other__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #007B9F;
}
@media only screen and (max-width: 767px) {
  main.service .details .detail__other__title {
    font-size: 18px;
  }
}

main.sustainability .message {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  main.sustainability .message {
    margin-top: 75px;
  }
}
main.sustainability .message__row {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}
main.sustainability .message__image {
  width: 57.69%;
  aspect-ratio: 750/450;
}
@media only screen and (max-width: 1100px) {
  main.sustainability .message__image {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .message__image {
    width: 93.33%;
    margin-right: auto;
  }
}
main.sustainability .message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.sustainability .message__text {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 46.15%;
  padding: 55px 5.5%;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  main.sustainability .message__text {
    top: 60%;
    bottom: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .message__text {
    position: static;
    width: 100%;
    padding: 25px 22px 40px;
  }
}
main.sustainability .message__title__en {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #007B9F;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.sustainability .message__title__en {
    font-size: 14px;
  }
}
main.sustainability .message__title__ja {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.sustainability .message__title__ja {
    margin-top: 20px;
    font-size: 20px;
  }
}
main.sustainability .message__desc {
  max-width: 400px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {
  main.sustainability .message__desc {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .message__desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.1em;
  }
}
main.sustainability .details {
  background-color: #f8f8f8;
  margin-top: -50px;
  padding: 260px 0 170px;
}
@media only screen and (max-width: 1100px) {
  main.sustainability .details {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .details {
    margin-top: 0;
    padding: 40px 0 80px;
  }
}
main.sustainability .details .detail {
  position: relative;
}
main.sustainability .details .detail:nth-child(even) .detail__deco {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
main.sustainability .details .detail:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail:not(:first-child) {
    margin-top: 50px;
  }
}
main.sustainability .details .detail:not(:first-child) .detail__inner {
  padding-top: 75px;
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail:not(:first-child) .detail__inner {
    margin-top: 45px;
  }
}
main.sustainability .details .detail__deco {
  position: absolute;
  top: 50px;
  left: 0;
  width: 41.54%;
  max-width: 540px;
  aspect-ratio: 540/347;
  background-image: url("../../assets/img/sustainability/deco_detail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail__deco {
    width: 80%;
  }
}
main.sustainability .details .detail__content {
  position: relative;
  z-index: 2;
  padding-left: 95px;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail__content {
    padding-left: 45px;
  }
}
main.sustainability .details .detail__title {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #007B9F;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail__title {
    font-size: 20px;
  }
}
main.sustainability .details .detail__lead {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail__lead {
    font-size: 14px;
    line-height: 1.857;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .detail__servicelist {
    margin-left: -45px;
  }
}
main.sustainability .details .detail__servicelist .s-servicelist__item {
  align-items: center;
}
main.sustainability .details .hold { /*「ひらく」セクションの微調整 */ }
main.sustainability .details .hold .detail__deco {
  top: -130px;
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .hold .detail__deco {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.sustainability .details .hold .detail__content {
    padding-top: 110px;
  }
}

main.top {
  overflow-x: hidden;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  main.top {
    padding-top: 65px;
  }
}
main.top .sidetitle {
  position: absolute;
  left: 0;
  padding-left: 45px;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.top .sidetitle {
    font-size: 14px;
  }
}
main.top .sidetitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 70px;
  display: block;
  background-color: #007b9f;
}
main.top .sidetitle.--reverse {
  left: auto;
  right: 0;
  padding-right: 45px;
  padding-left: 0;
}
main.top .sidetitle.--reverse:before {
  left: auto;
  right: 0;
}
main.top .sidetitle.--vertical {
  padding: 105px 0 0 0;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 767px) {
  main.top .sidetitle.--vertical {
    padding-top: 95px;
  }
}
main.top .mv__inner {
  width: calc(100% - 100px);
  max-width: none;
}
@media only screen and (max-width: 767px) {
  main.top .mv__inner {
    width: calc(100% - 44px);
  }
}
main.top .mv__content {
  position: relative;
  aspect-ratio: 1200/675;
  max-height: calc(100svh - 115px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main.top .mv__content {
    aspect-ratio: 330/587;
  }
}
main.top .mv__video {
  width: 100%;
  height: 100%;
}
main.top .mv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  main.top .mv__video video {
    border-radius: 10px;
  }
}
main.top .mv__text {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 6%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  main.top .mv__text {
    right: 9%;
    bottom: 5%;
    gap: 15px;
  }
}
main.top .mv__text span {
  color: #fff;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(0px, 3.8461538462vw, 50px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  main.top .mv__text span {
    font-size: clamp(0px, 6.6666666667vw, 25px);
  }
}
main.top .mv__scroll {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 15px;
  height: 138px;
}
main.top .mv__scroll__text {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
main.top .mv__scroll__bar {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  transform: translate(-50%, 0);
  width: 1px;
  height: 70px;
  display: block;
  background: #007b9f;
}
main.top .mv__deco__item {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
main.top .mv__deco__item.--deco01 {
  z-index: 2;
  top: -1.8%;
  right: -16.3%;
  width: 35.68%;
  max-width: 430px;
  aspect-ratio: 430/160;
  background-image: url("../../assets/img/top/deco_02.svg");
  animation: float 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
@media only screen and (max-width: 767px) {
  main.top .mv__deco__item.--deco01 {
    top: -0.8%;
    right: -33.3%;
    width: 77.6%;
    max-width: none;
  }
}
main.top .mv__deco__item.--deco02 {
  z-index: 2;
  bottom: -12%;
  left: -13.5%;
  width: 43.33%;
  max-width: 520px;
  aspect-ratio: 520/165;
  background-image: url("../../assets/img/top/deco_01.svg");
  animation: float 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
  animation-delay: 0.4s;
}
@media only screen and (max-width: 767px) {
  main.top .mv__deco__item.--deco02 {
    bottom: -8%;
    left: -27.5%;
    width: 96.98%;
    max-width: none;
  }
}
main.top .mv__deco__item.--deco03 {
  z-index: -1;
  bottom: 26.5%;
  left: -9%;
  width: 26.25%;
  max-width: 315px;
  aspect-ratio: 315/100;
  background-image: url("../../assets/img/top/deco_01.svg");
}
@media only screen and (max-width: 767px) {
  main.top .mv__deco__item.--deco03 {
    bottom: 23.5%;
    left: -19%;
    width: 59.82%;
    max-width: none;
  }
}
main.top .mv__deco__item.--deco04 {
  z-index: -1;
  top: 44%;
  right: -9%;
  width: 26.25%;
  max-width: 315px;
  aspect-ratio: 315/100;
  background-image: url("../../assets/img/top/deco_01.svg");
}
@media only screen and (max-width: 767px) {
  main.top .mv__deco__item.--deco04 {
    top: 42.5%;
    right: -19%;
    width: 59.82%;
    max-width: none;
  }
}
main.top .associate {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  main.top .associate {
    margin-top: 60px;
  }
}
main.top .associate__inner {
  max-width: 1025px;
}
main.top .associate__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 32px;
}
@media only screen and (max-width: 767px) {
  main.top .associate__list {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
main.top .associate__list__item {
  border-bottom: 1px solid #dcdcdc;
}
main.top .associate__list__item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 18px 0;
}
@media only screen and (min-width: 768px) {
  main.top .associate__list__item > a:hover .associate__list__logo {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  main.top .associate__list__item > a {
    padding: 15px 0;
  }
}
main.top .associate__list__item {
  /* アイテムごとの調整 */
}
main.top .associate__list__item.--noah {
  grid-row: span 2;
}
@media only screen and (max-width: 767px) {
  main.top .associate__list__item.--noah {
    grid-column: span 2;
    grid-row: auto;
  }
  main.top .associate__list__item.--noah > a {
    padding: 22px 0;
  }
}
main.top .associate__list__item.--noah .associate__list__logo {
  width: 88%;
}
@media only screen and (max-width: 767px) {
  main.top .associate__list__item.--noah .associate__list__logo {
    width: 46%;
  }
}
main.top .associate__list__item.--shioriya .associate__list__logo {
  width: 46%;
}
main.top .associate__list__item.--kuriakobo .associate__list__logo {
  width: 76%;
}
main.top .associate__list__item.--ethical .associate__list__logo {
  width: 64%;
}
main.top .associate__list__item.--kioku .associate__list__logo {
  width: 68%;
}
main.top .associate__list__item.--ondo .associate__list__logo {
  width: 39%;
}
main.top .associate__list__item.--shioriyaonlineshop .associate__list__logo {
  width: 64%;
}
main.top .associate__list__item.--canalbookmark .associate__list__logo {
  width: 67%;
}
main.top .associate__list__item.--canalstudy .associate__list__logo {
  width: 56%;
}
main.top .associate__list__logo {
  margin: 0 auto;
  transition: opacity 0.3s;
}
main.top .associate__list__icon {
  position: absolute;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  main.top .associate__list__icon {
    top: 7px;
  }
}
main.top .associate__list__icon .c-icon-popup {
  width: 11px;
  background-color: #dcdcdc;
}
main.top .associate__list {
  /* 公開時 .--noah は非表示のためレイアウトを調整 */
}
@media only screen and (min-width: 768px) {
  main.top .associate__list:not(:has(.--noah)) {
    max-width: 815px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }
}
main.top .news {
  position: relative;
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  main.top .news {
    margin-top: 80px;
  }
}
main.top .news__deco {
  position: absolute;
  left: 0;
  bottom: -17%;
  width: 30%;
  max-width: 390px;
  aspect-ratio: 390/273;
  background-image: url("../../assets/img/top/deco_03.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  main.top .news__deco {
    width: 53.33%;
    max-width: 200px;
  }
}
main.top .news__row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.top .news__row {
    padding-top: 70px;
    flex-direction: column;
  }
}
main.top .news__postlist {
  width: 69.5%;
}
@media only screen and (max-width: 767px) {
  main.top .news__postlist {
    width: 100%;
  }
}
main.top .news__postlist .s-newslist {
  counter-reset: newslist;
}
main.top .news__postlist .s-newslist__item {
  counter-increment: newslist;
}
main.top .news__postlist .s-newslist__item a {
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  main.top .news__postlist .s-newslist__item a {
    padding-left: 30px;
  }
}
main.top .news__postlist .s-newslist__item a::before {
  content: counter(newslist, decimal-leading-zero);
  position: absolute;
  top: 35px;
  left: 0;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  main.top .news__postlist .s-newslist__item a::before {
    top: 25px;
    font-size: 12px;
  }
}
main.top .news__postlist .s-newslist__item:first-child a {
  padding-top: 0;
}
main.top .news__postlist .s-newslist__item:first-child a::before {
  top: 0;
}
@media only screen and (min-width: 768px) {
  main.top .news__postlist .s-newslist__eyecatch {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  main.top .news__postlist .s-newslist__eyecatch {
    width: 44%;
  }
}
@media only screen and (min-width: 768px) {
  main.top .news__postlist .s-newslist__text {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  main.top .news__postlist .s-newslist__text {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  main.top .news__postlist .s-newslist__title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
main.top .news__more {
  padding-left: 30px;
  margin-top: -12px;
}
@media only screen and (max-width: 1200px) {
  main.top .news__more {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.top .news__more {
    margin-left: 0;
    margin-top: 50px;
    text-align: right;
  }
}
main.top .about {
  position: relative;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  main.top .about {
    margin-top: 155px;
  }
}
@media only screen and (max-width: 767px) {
  main.top .about__sidetitle {
    top: 93.3333333333vw;
    transform: translateY(55px);
  }
}
main.top .about__deco {
  position: absolute;
  top: 8.8%;
  right: 0;
  width: 21.92%;
  max-width: 285px;
  aspect-ratio: 285/160;
  background-image: url("../../assets/img/top/deco_02.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  main.top .about__deco {
    top: 93.3333333333vw;
    transform: translateY(150px);
    width: 45.33%;
    max-width: 170px;
  }
}
main.top .about__inner {
  width: 100%;
  max-width: 1300px;
}
main.top .about__intro {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.top .about__intro {
    display: block;
  }
}
main.top .about__intro__image {
  width: 52.15%;
}
@media only screen and (max-width: 767px) {
  main.top .about__intro__image {
    width: 93%;
  }
}
main.top .about__intro__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 0 10.4%;
}
@media only screen and (max-width: 1200px) {
  main.top .about__intro__text {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  main.top .about__intro__text {
    margin-top: 55px;
    padding: 0 22px;
  }
}
main.top .about__intro__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 767px) {
  main.top .about__intro__title {
    padding-left: 30px;
  }
}
main.top .about__intro__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  main.top .about__intro__desc {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.top .about__collage {
  position: relative;
  margin-top: 160px;
  aspect-ratio: 1300/845;
}
@media only screen and (max-width: 767px) {
  main.top .about__collage {
    margin-top: 30px;
    aspect-ratio: 375/979;
  }
}
main.top .about__collage__item {
  position: absolute;
}
main.top .about__collage__item.--image01 {
  width: clamp(0px, 45vw, 585px);
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image01 {
    width: 93.3333333333vw;
    right: auto;
    left: 6.6666666667vw;
  }
}
main.top .about__collage__item.--image02 {
  width: clamp(0px, 15.0769230769vw, 196px);
  top: clamp(0px, 4.0769230769vw, 53px);
  left: clamp(0px, 24.2307692308vw, 315px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image02 {
    width: 40vw;
    top: 41.3333333333vw;
    left: 53.3333333333vw;
  }
}
main.top .about__collage__item.--image03 {
  width: clamp(0px, 16.3846153846vw, 213px);
  top: clamp(0px, 34.1538461538vw, 444px);
  left: clamp(0px, 1.9230769231vw, 25px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image03 {
    width: 40vw;
    top: 91.7333333333vw;
    left: 0;
  }
}
main.top .about__collage__item.--image04 {
  width: clamp(0px, 22.2307692308vw, 289px);
  top: clamp(0px, 32.0769230769vw, 417px);
  left: clamp(0px, 24.2307692308vw, 315px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image04 {
    width: 53.3333333333vw;
    top: 108.8vw;
    left: 46.6666666667vw;
  }
}
main.top .about__collage__item.--image05 {
  width: clamp(0px, 20.2307692308vw, 263px);
  top: clamp(0px, 24.7692307692vw, 322px);
  left: clamp(0px, 50.7692307692vw, 660px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image05 {
    width: 53.6vw;
    top: 164vw;
    left: 6.6666666667vw;
  }
}
main.top .about__collage__item.--image06 {
  width: clamp(0px, 18.6923076923vw, 243px);
  top: clamp(0px, 40.6153846154vw, 528px);
  left: clamp(0px, 79.3846153846vw, 1032px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image06 {
    width: 40vw;
    top: 209.0666666667vw;
    left: 60vw;
  }
}
main.top .about__collage__item.--image07 {
  width: clamp(0px, 22.9230769231vw, 298px);
  top: clamp(0px, 49.6923076923vw, 646px);
  left: clamp(0px, 38.5384615385vw, 501px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--image07 {
    width: 53.3333333333vw;
    top: 225.8666666667vw;
    left: 0;
  }
}
main.top .about__collage__item.--text01 {
  width: clamp(0px, 1.3076923077vw, 17px);
  top: 0;
  left: clamp(0px, 12.8461538462vw, 167px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--text01 {
    width: 3.4666666667vw;
    top: 44.5333333333vw;
    left: 18.4vw;
  }
}
main.top .about__collage__item.--text02 {
  width: clamp(0px, 3.3846153846vw, 44px);
  top: clamp(0px, 21.6923076923vw, 282px);
  left: clamp(0px, 76.2307692308vw, 991px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--text02 {
    width: 9.0666666667vw;
    top: 164vw;
    left: 76vw;
  }
}
main.top .about__collage__item.--text03 {
  width: clamp(0px, 1.3076923077vw, 17px);
  top: clamp(0px, 45.9230769231vw, 597px);
  left: clamp(0px, 58.6923076923vw, 763px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--text03 {
    width: 3.4666666667vw;
    top: 214.6666666667vw;
    left: 45.0666666667vw;
  }
}
main.top .about__collage__item.--text04 {
  width: clamp(0px, 22.3846153846vw, 291px);
  top: clamp(0px, 59.5384615385vw, 774px);
  left: clamp(0px, 10.6153846154vw, 138px);
}
@media only screen and (max-width: 767px) {
  main.top .about__collage__item.--text04 {
    width: 56.2666666667vw;
    top: 142.1333333333vw;
    left: 6.6666666667vw;
  }
}
main.top .about__more {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
  padding-right: 10.5%;
}
@media only screen and (max-width: 1200px) {
  main.top .about__more {
    margin-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  main.top .about__more {
    justify-content: center;
    margin-top: 50px;
    padding-right: 0;
  }
}
main.top .achievements {
  position: relative;
  margin-top: 160px;
  padding: 100px 0 175px;
}
main.top .achievements::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2500px;
  border-radius: 50%;
  background: #e4efef;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  main.top .achievements::before {
    width: 2000px;
  }
}
@media only screen and (max-width: 767px) {
  main.top .achievements {
    margin-top: 115px;
    padding: 65px 0 200px;
  }
}
main.top .achievements__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__inner {
    flex-direction: column;
    padding-top: 0;
  }
}
main.top .achievements__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__title {
    padding-right: 20px;
    align-self: flex-end;
  }
}
main.top .achievements__main {
  position: relative;
  width: calc(100% - 65px);
  padding: 58px 0 58px 75px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__main {
    width: 100%;
    padding: 50px 0 30px 40px;
  }
}
main.top .achievements__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: calc(50% - 50vw + 30px);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__main::before {
    right: -22px;
  }
}
main.top .achievements__slider {
  overflow: hidden;
  margin-right: calc(50% - 50vw + 70px);
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider {
    margin-right: -22px;
  }
}
main.top .achievements__slider .swiper {
  position: static;
  overflow: visible;
}
main.top .achievements__slider .swiper.is-justone .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}
main.top .achievements__slider .swiper.is-justone .swiper-slide {
  width: 38.46%;
  max-width: 355px;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider .swiper.is-justone .swiper-slide {
    width: 61.33%;
    max-width: none;
  }
}
main.top .achievements__slider .swiper.is-justone .achievements__slider__nav {
  display: none;
}
main.top .achievements__slider .swiper-wrapper {
  position: static;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__nav {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 50px;
  }
}
main.top .achievements__slider__nav .swiper-button-prev,
main.top .achievements__slider__nav .swiper-button-next {
  top: -90px;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
}
main.top .achievements__slider__nav .swiper-button-prev::after,
main.top .achievements__slider__nav .swiper-button-next::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__nav .swiper-button-prev,
  main.top .achievements__slider__nav .swiper-button-next {
    position: static;
  }
}
main.top .achievements__slider__nav .swiper-button-prev {
  right: 150px;
}
main.top .achievements__slider__nav .swiper-pagination {
  bottom: -80px;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__nav .swiper-pagination {
    position: static;
    width: 100%;
  }
}
main.top .achievements__slider__nav .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border: 1px solid #333;
  background-color: transparent;
  opacity: 1;
}
main.top .achievements__slider__nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007b9f;
  border-color: #007b9f;
}
main.top .achievements__slider__item > a .achievements__slider__arrow {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  main.top .achievements__slider__item > a:hover .achievements__slider__image::before {
    opacity: 1;
  }
  main.top .achievements__slider__item > a:hover .achievements__slider__title {
    color: #007b9f;
  }
  main.top .achievements__slider__item > a:hover .achievements__slider__arrow .c-icon-arrow, main.top .achievements__slider__item > a:hover .achievements__slider__arrow .wp-pagenavi .previouspostslink::before, .wp-pagenavi main.top .achievements__slider__item > a:hover .achievements__slider__arrow .previouspostslink::before,
  main.top .achievements__slider__item > a:hover .achievements__slider__arrow .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi main.top .achievements__slider__item > a:hover .achievements__slider__arrow .nextpostslink::before, main.top .achievements__slider__item > a:hover .achievements__slider__arrow .s-anchornav__list__item a::after, .s-anchornav__list__item main.top .achievements__slider__item > a:hover .achievements__slider__arrow a::after {
    background-color: #007b9f;
  }
}
main.top .achievements__slider__card {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__card {
    padding-bottom: 15px;
  }
}
main.top .achievements__slider__image {
  position: relative;
  aspect-ratio: 355/236;
  background-color: #dcdcdc;
}
main.top .achievements__slider__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 159, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
main.top .achievements__slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top .achievements__slider__cate {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__cate {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0em;
  }
}
main.top .achievements__slider__title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__title {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.top .achievements__slider__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  main.top .achievements__slider__desc {
    font-size: 14px;
    line-height: 1.857;
  }
}
main.top .achievements__slider__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 15px;
  text-align: right;
  opacity: 0;
}
main.top .sersus {
  position: relative;
  overflow-x: hidden;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  main.top .sersus {
    margin-top: 75px;
  }
}
main.top .sersus__inner {
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  main.top .sersus__inner {
    flex-direction: column;
    gap: 75px 0;
  }
}
main.top .sersus__item {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  main.top .sersus__item {
    position: relative;
  }
  main.top .sersus__item .sidetitle {
    left: -22px;
  }
  main.top .sersus__item .sidetitle.--reverse {
    right: -22px;
    left: auto;
  }
}
main.top .sersus__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
main.top .sersus__image {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 500/260;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  main.top .sersus__image {
    max-width: 93.5%;
    margin: 20px auto 0;
  }
}
main.top .sersus__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top .sersus__desc {
  padding: 0 11%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  main.top .sersus__desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.857;
  }
}
main.top .sersus__more {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.top .sersus__more {
    margin-top: 20px;
  }
}
main.top .sersus__more .c-btn-ellipse__label {
  letter-spacing: 0em;
}
main.top .recruit {
  overflow-x: hidden;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  main.top .recruit {
    margin-top: 75px;
  }
}
main.top .recruit__inner {
  width: calc(100% - 50px);
  max-width: none;
  background-color: #007b9f;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__inner {
    width: 100%;
  }
}
main.top .recruit__content {
  margin: 0 auto;
  max-width: 1105px;
  padding: 100px 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__content {
    padding: 50px 22px 40px;
  }
}
main.top .recruit__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.top .recruit__title__en {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__title__en {
    font-size: 14px;
  }
}
main.top .recruit__title__ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
main.top .recruit__image {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__image {
    margin-top: 30px;
  }
}
main.top .recruit__catch {
  margin-top: -50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 767px) {
  main.top .recruit__catch {
    margin-top: -20px;
  }
}
@keyframes catch-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333333333%);
  }
}
main.top .recruit__catch__loop {
  display: flex;
  width: max-content;
  animation: catch-loop 40s linear infinite;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__catch__loop {
    animation: catch-loop 20s linear infinite;
  }
}
main.top .recruit__catch__loop span {
  flex: 0 0 auto;
  padding-right: 40px;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 107px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.075em;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__catch__loop span {
    padding-right: 20px;
    font-size: 40px;
  }
}
main.top .recruit__text {
  position: relative;
  margin-top: 35px;
  padding-right: 175px;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__text {
    margin-top: 20px;
    padding-right: 0;
  }
}
main.top .recruit__lead {
  display: inline-flex;
  padding: 0 25px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  main.top .recruit__lead {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    background-color: transparent;
  }
}
main.top .recruit__lead span {
  display: inline-block;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: #333;
}
@media only screen and (max-width: 1200px) {
  main.top .recruit__lead span {
    padding: 8px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  main.top .recruit__lead span {
    font-size: 18px;
  }
}
main.top .recruit__desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.857;
  }
}
main.top .recruit__join {
  position: absolute;
  bottom: -15px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  main.top .recruit__join {
    position: static;
    margin-top: 10px;
    padding-right: 10px;
  }
}
main.top .recruit__join > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 157px;
  background-image: url("../../assets/img/top/txt_join_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  main.top .recruit__join > a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  main.top .recruit__join > a {
    width: 114px;
    height: 114px;
    margin-left: auto;
  }
}
main.top .recruit__join > a .c-icon-arrow, main.top .recruit__join > a .wp-pagenavi .previouspostslink::before, .wp-pagenavi main.top .recruit__join > a .previouspostslink::before,
main.top .recruit__join > a .wp-pagenavi .nextpostslink::before,
.wp-pagenavi main.top .recruit__join > a .nextpostslink::before, main.top .recruit__join > a .s-anchornav__list__item a::after, .s-anchornav__list__item main.top .recruit__join > a a::after {
  background-color: #fff;
}