@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

.en {
  font-family: "Outfit", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 106px;
  --sectionWrap: 100px;
  --contentsWideS: 1000px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.66vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0 0;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  border-left: 3px solid #0D8E71;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0D8E71;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .footer__policy {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .footer__policy:hover {
    opacity: 0.5;
  }
}

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

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

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #0D8E71;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #0D8E71;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #0D8E71;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  color: #000;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    font-size: 2.875rem;
  }
}
.ttl_cmn_01.center {
  text-align: center;
}

.ttl_cmn_02 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.465em 0 0.465em 62px;
  border-left: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 1.5rem;
    padding: 3px 0 3px 36px;
  }
}
.ttl_cmn_02:before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    width: 27px;
  }
}

.btn_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 60px;
  border-radius: 50px;
  background-color: #0D8E71;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_01_white.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .btn_cmn_01:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
    transform: scale(1.02);
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.breadcrumb {
  margin-top: 60px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 20px;
    text-align: right;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: var(--headerHeight);
  aspect-ratio: 1/1;
  background-color: #0D8E71;
  transition: 0.5s;
}
.hbm_btn .box {
  display: block;
  width: 50%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active {
  background-color: #fff;
}
[data-hbm-bar="3"].js-active .bar {
  background-color: #000;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.header.js-active {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    background-color: transparent;
  }
}
.header .inner {
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .inner {
    align-items: center;
    padding: 0 0 0 var(--sideW);
  }
}
.header__logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 178px;
  }
}

.gnavi_pc {
  align-self: flex-end;
  padding-bottom: 1.75rem;
}
.gnavi_pc ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .gnavi_pc ul a:hover {
    color: #0D8E71;
  }
}

.gnavi_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/hbm_bg.jpg) no-repeat center/cover;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gnavi_sp.js-active {
  opacity: 1;
  visibility: visible;
}
.gnavi_sp:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
}
.gnavi_sp__content {
  position: relative;
  height: 100%;
  padding: calc(var(--headerHeight) * 1.25) var(--sideW) 0;
  overflow: scroll;
}
.gnavi_sp ul {
  margin-bottom: 4rem;
}
.gnavi_sp ul li {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.gnavi_sp ul li:last-child {
  margin-bottom: 0;
}
.gnavi_sp .dlist_base {
  text-align: center;
}
.gnavi_sp .dlist_base dt {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.gnavi_sp .dlist_base dd {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.gnavi_sp .dlist_base dd a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 100px 0 64px;
  }
}
.footer .inner_m {
  display: flex;
  align-items: center;
  gap: 8.85%;
}
@media screen and (max-width: 767px) {
  .footer .inner_m {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__text {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .footer__text {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 250px;
  }
}
.footer__logo img {
  width: 100%;
  max-width: unset;
}
.footer__policy {
  display: inline-block;
  margin-top: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  text-decoration: underline !important;
}
.footer__image {
  flex-grow: 1;
  display: block;
  overflow: hidden;
  height: 466px;
  border-radius: 500px 0 0 500px;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .footer__image {
    height: 172px;
  }
}
.footer__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .copyright {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}

.home .l_container_wrap {
  padding-top: 0;
}

.top_hero {
  margin-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hero {
    margin-bottom: 5rem;
  }
}
.top_hero .splide {
  position: relative;
}
.top_hero .splide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.top_hero__image {
  display: block;
  overflow: hidden;
  height: 100vh;
}
.top_hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 14s ease;
}
.top_hero__image.is-active img {
  transform: scale(1.1);
}
.top_hero__text {
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top_hero__text {
    padding-left: 0;
    font-size: 0.8125rem;
    bottom: 50%;
    transform: translateY(50%);
  }
  .top_hero__text p {
    margin-top: 1.5em;
  }
}
.top_hero__text span {
  display: inline-block;
  font-size: min(7.8125vw, 6.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_hero__text span {
    display: block;
    font-size: 57px;
    padding-left: 20px;
    line-height: 1.4;
  }
}
.top_hero__text span, .top_hero__text p {
  opacity: 0;
}
.top_hero__text.js-active span:nth-child(1) {
  animation: show 1s 1s forwards;
}
.top_hero__text.js-active span:nth-child(2) {
  animation: show 1s 2s forwards;
}
.top_hero__text.js-active p {
  animation: show 1s 3s forwards;
}

@keyframes show {
  100% {
    opacity: 1;
  }
}
.top_company {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top_company {
    margin-bottom: 5rem;
  }
}
.top_company .inner_m {
  display: flex;
  gap: 7.2%;
}
@media screen and (max-width: 767px) {
  .top_company .inner_m {
    flex-direction: column;
  }
}
.top_company__texts {
  flex-shrink: 0;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .top_company__texts {
    display: contents;
  }
}
.top_company__images {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .top_company__images {
    order: 2;
    width: 67.46vw;
    margin: 0 var(--extend) 40px auto;
  }
}
.top_company__images .image:nth-child(1) {
  margin: 0 0 0 17%;
}
.top_company__images .image:nth-child(2) {
  width: 48.61%;
  margin: -11% 0 0 0;
}
.top_company__ttl {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_company__ttl {
    order: 1;
    font-size: 2.25rem;
    line-height: 1.33;
    margin-bottom: 5px;
  }
}
.top_company__ttl:before {
  content: attr(data-en);
  display: block;
  color: #0D8E71;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_company__ttl:before {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.top_company__text {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_company__text {
    order: 3;
    padding: 0 7.7%;
    letter-spacing: 0.06em;
  }
}
.top_company__text p {
  margin-top: 1em;
}
.top_company__text p:first-child {
  margin-top: 0;
}
.top_company__link {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .top_company__link {
    order: 4;
    max-width: 275px;
    margin: 40px 7.7% 0;
  }
}

.top_business {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top_business {
    margin-bottom: 5rem;
  }
}
.top_business .extend {
  margin: 0 var(--extend);
}
.top_business__list {
  display: flex;
  flex-wrap: wrap;
}
.top_business__list > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_business__list > li {
    width: 100%;
  }
}
.top_business__list > li a {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top_business__list > li a:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_01_black.svg) no-repeat center/14px;
  position: absolute;
  right: 5.8%;
  bottom: 12%;
}
@media screen and (max-width: 767px) {
  .top_business__list > li a:after {
    width: 40px;
    background-size: 11px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.top_business__list > li a .image {
  display: block;
  overflow: hidden;
  height: 446px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top_business__list > li a .image {
    height: 270px;
  }
}
.top_business__list > li a .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: inherit;
}
.top_business__list > li a .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 0;
  left: 0;
  transition: inherit;
}
.top_business__list > li a .text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 32px calc(5.8% + 60px) 32px 5.8%;
}
@media screen and (max-width: 767px) {
  .top_business__list > li a .text_wrap {
    padding: 26px var(--sideW);
  }
}
.top_business__list > li a .text_wrap h3 {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_business__list > li a .text_wrap h3 {
    font-size: 1.625rem;
  }
}
.top_business__list > li a .text_wrap p {
  margin-top: 0.5em;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_business__list > li a .text_wrap p {
    font-size: 0.9375rem;
  }
}
.top_business__list > li a:hover .image img {
  transform: scale(1.05);
}
.top_business__list > li a:hover .image:after {
  background: rgba(13, 142, 113, 0.8);
}

.top_access__dlist {
  display: flex;
  gap: 4.9%;
}
@media screen and (max-width: 767px) {
  .top_access__dlist {
    flex-direction: column;
    gap: 40px;
  }
}
.top_access__dlist .item {
  width: 100%;
}
.top_access__dlist dt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_access__dlist dt {
    margin-bottom: 24px;
  }
}
.top_access__dlist--map {
  display: block;
  overflow: hidden;
  aspect-ratio: 580/344;
  margin-bottom: 1.25rem;
}
.top_access__dlist--map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.top_access__dlist address {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_access__dlist address {
    letter-spacing: 0.04em;
  }
}
.top_access__dlist a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_access__dlist a {
    font-size: 1.75rem;
  }
}
.top_access__dlist a.map {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top_access__dlist a.map {
    margin-left: 0;
  }
}
.top_access__dlist .box_flex {
  display: flex;
  gap: 0.5em 1em;
  align-items: center;
  flex-wrap: wrap;
}

a.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 0.9375rem !important;
  letter-spacing: 0.1em;
  border-radius: 50px;
}

.page_header .inner_l {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_header .inner_l {
    flex-direction: column-reverse;
    gap: 22px;
  }
}
.page_header__text {
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  padding: 175px 0 0;
}
@media screen and (max-width: 767px) {
  .page_header__text {
    padding: 0;
  }
  .page_header__text .ttl_cmn_01 {
    margin-bottom: 0;
  }
}
.page_header__text.wide {
  max-width: 520px;
}
.page_header__image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  display: block;
  overflow: hidden;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .page_header__image {
    height: auto;
    aspect-ratio: 1072/448;
  }
}
.page_header__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dlist_business_01 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_business_01 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9375rem;
    gap: 0.75em;
  }
}
.dlist_business_01 dt {
  display: grid;
  place-content: center;
  width: 180px;
  height: 40px;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .dlist_business_01 dt {
    width: 144px;
    height: 36px;
  }
}
.dlist_business_01 dd {
  border-left: 1px solid #000;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_business_01 dd {
    padding: 0;
    border: none;
  }
}
.dlist_business_01 dd li {
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.dlist_business_01 dd li:last-child {
  margin-bottom: 0;
}

.list_check_01 li {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_check_01 li {
    font-size: 0.9375rem;
    padding-left: 28px;
  }
}
.list_check_01 li:before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/30;
  background: url(../images/ico_check_01.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_check_01 li:before {
    width: 20px;
  }
}
.list_check_01 li:last-child {
  margin-bottom: 0;
}

.business_detail {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .business_detail {
    margin-bottom: 5rem;
  }
}
.business_detail__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 0.5em;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business_detail__ttl {
    width: 100%;
    background-color: transparent;
    margin: 0 0 40px;
    padding: 0;
    font-size: 26px;
  }
  .business_detail__ttl span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000;
    padding: 3px 0.5em;
    margin: 10px 0 0;
    position: relative;
  }
  .business_detail__ttl span:first-child {
    margin-top: 0;
  }
}
.business_detail__text {
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .business_detail__text {
    margin-bottom: 3.75rem;
    font-size: 0.9375rem;
    text-align: left;
  }
}
.business_detail__card {
  display: flex;
  gap: 4%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .business_detail__card {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
.business_detail__card .dlist_business_01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business_detail__card .dlist_business_01 {
    margin-top: 30px;
  }
}
.business_detail__card .list_check_01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business_detail__card .list_check_01 {
    margin-top: 30px;
  }
}
.business_detail__card:last-child {
  margin-bottom: 0;
}
.business_detail__card--texts {
  flex-shrink: 0;
  width: 46%;
  padding-top: 6.8%;
}
@media screen and (max-width: 767px) {
  .business_detail__card--texts {
    width: 100%;
  }
}
.business_detail__card--image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 750/446;
}
.business_detail__card--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_detail__card h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.business_detail__card h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 8px;
}
.business_detail__card p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .business_detail__card p {
    font-size: 0.9375rem;
  }
}
.business_detail__card p.large {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .business_detail__card p.large {
    font-size: 1.7rem;
  }
}
.business_detail__card:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .business_detail__card:nth-child(odd) {
    flex-direction: column;
  }
}
.business_detail__card:nth-child(odd) .business_detail__card--image {
  margin: 0 0 0 var(--extend);
}

.business_quality {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .business_quality {
    margin-bottom: 5rem;
  }
}
.business_quality h2 {
  margin-bottom: 60px;
}
.business_quality h3 {
  margin: 60px auto 40px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business_quality h3 {
    margin: 50px auto 25px;
  }
}
.business_quality h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 8px;
}
.business_quality__list {
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .business_quality__list {
    flex-direction: column;
    gap: 10px;
  }
}
.business_quality__list.col4 {
  gap: 2.6%;
}
@media screen and (max-width: 767px) {
  .business_quality__list.col4 {
    gap: 10px;
  }
}
.business_quality__list li {
  width: 100%;
  padding: 28px 0.5em;
  display: grid;
  place-content: center;
  background-color: #EFEFEF;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
}

.business_contact p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 15px;
}
.business_contact a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.business_contact--splide {
  margin-top: 50px;
}

.page-company__link {
  padding: 0 var(--sideW);
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-company__link {
    margin-bottom: 2.5rem;
  }
}
.page-company__link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 0;
  padding-bottom: 30px;
}
.page-company__link ul li:after {
  content: "｜";
}
.page-company__link ul li:first-child:before {
  content: "｜";
}
@media screen and (max-width: 767px) {
  .page-company__link ul li:nth-child(3):before {
    content: "｜";
  }
}
.page-company__link ul li a {
  padding: 0 1em;
  display: inline-block;
  position: relative;
}
@media (hover: hover) {
  .page-company__link ul li a:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 12px solid #555555;
    border-top: 0;
    position: absolute;
    top: calc(100% + 11px);
    left: calc(50% - 7px);
  }
}

.company_table_01 {
  letter-spacing: 0.1em;
}
.company_table_01 .item {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 20px;
  gap: 20px;
  margin-top: 8px;
}
.company_table_01 .item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .company_table_01 .item {
    margin-top: 6px;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0;
  }
}
.company_table_01 dt {
  flex-shrink: 0;
  width: 200px;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .company_table_01 dt {
    font-weight: 700;
  }
}
.company_table_01 dd {
  flex-grow: 1;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .company_table_01 dd {
    font-size: 0.9375rem;
  }
}
.company_table_01 dd .logo {
  width: 100%;
  max-width: 360px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company_table_01 dd .logo {
    max-width: 280px;
    margin-top: 24px;
  }
}

.company-concept {
  margin-bottom: 6.25rem;
  padding: 220px 0 250px;
  background: url(../images/company_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .company-concept {
    margin-bottom: 5rem;
    padding: 125px 0;
    position: relative;
  }
  .company-concept:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .company-concept .inner_s {
    position: relative;
  }
}
.company-concept h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-concept h2 {
    font-size: 1.75rem;
  }
}
.company-concept h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0.5em 5px;
  margin: 7px auto 0;
  background-color: #000;
  color: #fff;
}
.company-concept h2 span:first-child {
  margin-top: 0;
}
.company-concept p {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company-concept p {
    font-size: 0.9375rem;
  }
}

.company-outline {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-outline {
    margin-bottom: 5rem;
  }
}

.company-history {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-history {
    margin-bottom: 5rem;
  }
}
.company-history__image {
  height: 410px;
  background: url(../images/company_03.jpg) no-repeat center/cover;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-history__image {
    height: auto;
    aspect-ratio: 750/410;
    background: url(../images/company_03_sp.jpg) no-repeat center/cover;
    margin-bottom: 4rem;
  }
}

.company-attempt {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-attempt {
    margin-bottom: 5rem;
  }
}
.company-attempt__ttl {
  margin-bottom: 3.75rem;
}
.company-attempt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 4.6%;
}
@media screen and (max-width: 767px) {
  .company-attempt ul {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.company-attempt ul li {
  width: 47.7%;
  display: flex;
  gap: 7.53%;
}
.company-attempt ul li .image {
  flex-shrink: 0;
  width: 34.17%;
}
.company-attempt ul li .texts {
  flex-grow: 1;
  padding-top: 7.9%;
}
@media screen and (max-width: 767px) {
  .company-attempt ul li .texts {
    padding: 0;
  }
}
.company-attempt ul li h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.company-attempt ul li h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .company-attempt ul li h3:after {
    margin-top: 10px;
  }
}
.company-attempt ul li p {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.company-access ul li {
  margin-top: 60px;
}
.company-access ul li:first-child {
  margin-top: 0;
}
.company-access ul li .ttl_cmn_02 {
  margin-bottom: 30px;
}
.company-access ul li .images {
  display: flex;
  align-items: flex-start;
  gap: 4.9%;
}
@media screen and (max-width: 767px) {
  .company-access ul li .images {
    flex-direction: column;
    gap: 14px;
  }
}
.company-access ul li .images .image {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 580/344;
}
.company-access ul li .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-access ul li .images div.map {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 580/344;
}
.company-access ul li .images div.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.company-access ul li address {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .company-access ul li address {
    font-size: 0.9375rem;
  }
}
.company-access ul li a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .company-access ul li a {
    font-size: 1.75rem;
  }
}
.company-access ul li a.map {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .page-privacy-policy .page_header .ttl_cmn_01:before {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.txt_policy {
  line-height: 2;
  margin-bottom: 3.75rem;
  font-size: 0.9375rem;
}

.dlist_policy {
  font-size: 0.9375rem;
}
.dlist_policy .dlist_policy_inner {
  margin-bottom: 2.5rem;
}
.dlist_policy dt {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
}
.dlist_policy dd {
  line-height: 2;
}
.dlist_policy dd a {
  text-decoration: underline !important;
}
.dlist_policy dd ul {
  margin-top: 0.75em;
}

.content_404--text {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
.content_404--link {
  margin: 2.5rem auto 0;
}