/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/assets/sass/style.scss ***!
  \*************************************************************************************************************************************************/
@charset "UTF-8";
/*----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

----------------------------------------------------*/
/*--------------------------
	フォントの設定
--------------------------*/
/*--------------------------
	カラーの設定
--------------------------*/
/*--------------------------
	レイアウトの設定
--------------------------*/
/*----------------------------------------------------

	Mixinをまとめたファイルです。
	基本的に変更することはありません。
	Mixinを追加したい場合、_mixin_●●.scssという
	別ファイルを生成し、追加してください。

----------------------------------------------------*/
/*--------------------------
	レスポンシブ関連
--------------------------*/
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2025 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Satoshi-Light";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

	リセットCSS調整ファイルです。
	リセットCSSを調整、カスタマイズしたい場合に編集します。

----------------------------------------------------*/
/* ====================================================

	EXAMPLES FONT-SIZE
	------------------
	 77% = 9px
	 85% = 10px
	 93% = 11px
	100% = 12px
	108% = 13px
	116% = 14px
	124% = 15px
	131% = 16px
	139% = 17px
	147% = 18px
	154% = 19px
	162% = 20px
	170% = 21px
	177% = 22px
	185% = 23px
	193% = 24px
	200% = 25px
	---------------

====================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

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

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

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=checkbox],
input[type=radio] {
  display: none;
}

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

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #231815;
  line-height: 1.6;
}

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

.l-inner {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
.l-inner--s {
  width: 880px;
}

.img-layer {
  width: 100%;
  background: #efefef;
}
@media screen and (max-width: 1024px) {
  .img-layer .l-inner {
    width: 880px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.img-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img-layer .l-inner {
    max-width: 100%;
  }
  .img-layer img {
    width: 100%;
  }
}

.btn-primary {
  background: #1b5fa4;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 2.4rem;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn-primary:hover {
  background: #fff;
  transition: 0.3s ease all;
  color: #1b5fa4;
  border-color: #1b5fa4;
}

.btn-secondary {
  background: #0092d5;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn-secondary:hover {
  background: #fff;
  transition: 0.3s ease all;
  color: #0092d5;
  border-color: #0092d5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease-in-out;
  height: 9rem;
}
.header--hidden {
  transform: translateY(-100%);
}
.header--visible {
  transform: translateY(0);
}
.header__inner {
  height: 100%;
  padding: 0 4rem;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  position: relative;
  z-index: 150;
}
.header__nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav-list {
  display: flex;
  gap: 4.8rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__nav-list {
    gap: 2.5rem;
  }
}
.header__nav-item {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  line-height: 9.2rem;
}
.header__nav-item:hover .header__submenu,
.header__nav-item .header__submenu:hover {
  pointer-events: auto;
  opacity: 0.8;
  visibility: visible;
  transition: 0.4s ease-in-out opacity;
}
.header__nav-link {
  transition: 0.3s ease color;
}
.header__nav-link:hover:not(.header__nav-button) {
  color: #1b5fa4;
}
.header__submenu {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 90%;
  left: 0;
  transform-origin: 0 0;
  line-height: initial;
  min-width: 220px;
  background: #efefef;
  border-radius: 6px;
  z-index: 140;
  font-weight: 400;
  transition: 0.4s ease-in-out opacity;
}
.header__submenu-item {
  list-style: none;
  font-weight: 500;
}
.header__submenu-item:not(:last-child) > a {
  border-bottom: 0.5px solid #9fa0a0;
}
.header__submenu-link {
  display: block;
  padding: 10px 16px;
  color: #231815;
  white-space: nowrap;
}
.header__submenu-link:hover {
  background: #f2f2f2;
  color: #1b5fa4;
  transition: 0.2s ease all;
}
.header__nav-link--active {
  color: #1b5fa4;
}
.header__nav-button {
  background: #1b5fa4;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 2.4rem;
  border-radius: 4px;
  border: 1px solid transparent;
}
.header__nav-button:hover {
  background: #fff;
  transition: 0.3s ease all;
  color: #1b5fa4;
  border-color: #1b5fa4;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 1.6rem;
  }
  .header__nav {
    display: none;
  }
}
.breadcrumb {
  padding-top: 140px;
  padding-bottom: 65px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    gap: 15px;
    font-size: 12px;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumb__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 10px solid #231815;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 7px solid #231815;
    right: -11px;
  }
}
.breadcrumb__item--current::after {
  content: none;
}
.breadcrumb__item:first-of-type {
  margin-right: 7px;
}
.breadcrumb__item:first-of-type::after {
  right: -17px;
}
.breadcrumb__item:nth-of-type(2) {
  margin-right: 3px;
}
.breadcrumb__item:nth-of-type(2)::after {
  right: -15px;
}
.breadcrumb__link {
  color: #231815;
  font-weight: bold;
}
.breadcrumb__separator {
  color: #999;
}
.breadcrumb__current {
  color: #d6d6d6;
  font-weight: bold;
}

.footer-menu-wrap {
  background: #efefef;
  padding: 15rem 0;
}
@media screen and (max-width: 1024px) {
  .footer-menu-wrap {
    padding: 10rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrap {
    padding: 6rem 0;
  }
}

.sec-basic {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec-basic {
    margin-bottom: 7rem;
  }
}
.sec-basic__heading {
  font-size: 2.4rem;
  margin-bottom: 5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-basic__heading {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.sec-basic__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
  max-width: 76rem;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 767px) {
  .sec-basic__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto 8rem;
  }
}
.sec-basic__card {
  padding: 5rem 5rem 1.5rem;
  background: #fff;
  border: 1px solid #231815;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-basic__card {
    padding: 2rem;
  }
}
.sec-basic__card::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-bottom: 5rem solid #1a60a5;
  border-top: 0;
  border-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-basic__card::after {
    border-left: 3em solid transparent;
    border-bottom: 3em solid #1a60a5;
  }
}
.sec-basic__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec-basic__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.sec-basic__txt {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-basic__txt {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
.sec-basic__link {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-basic__link {
    font-size: 1.2rem;
    margin-right: 3rem;
  }
}
.sec-basic__link a {
  transition: 0.2s;
}
.sec-basic__link a:hover {
  opacity: 0.7;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
  max-width: 76rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    gap: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-menu__card {
  padding: 3rem 3.5rem 2rem 3.5rem;
  background: #fff;
  border: 1px solid #231815;
  overflow: hidden;
  position: relative;
  width: 365px;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer-menu__card {
    padding: 3rem 3rem 1.5rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__card {
    padding: 2rem;
    height: 19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
  }
}
.footer-menu__card::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-bottom: 5rem solid #1a60a5;
  border-top: 0;
  border-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer-menu__card::after {
    border-left: 3em solid transparent;
    border-bottom: 3em solid #1a60a5;
  }
}
.footer-menu__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: absolute;
  top: 3rem;
  left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer-menu__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    top: 2rem;
    left: 2rem;
  }
}
.footer-menu__txt {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .footer-menu__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__txt {
    font-size: 1.4rem !important;
    margin-bottom: 0 !important;
  }
}
.footer-menu__link {
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  bottom: 2rem;
  right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer-menu__link {
    font-size: 1.2rem;
    margin-right: 3rem;
    bottom: 1.5rem;
    right: 2rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
}
.footer-menu__link a {
  transition: 0.2s;
}
.footer-menu__link a:hover {
  opacity: 0.7;
}

.footer {
  background: #efefef;
}
.footer__inner {
  padding: 6rem 6.5rem 2rem 6.5rem;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 5rem 5rem 2rem 5rem;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 15rem;
  }
}
.footer__nav {
  gap: 4.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 0;
  }
}
.footer__nav-list {
  display: flex;
  gap: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__nav-list {
    gap: 3rem;
  }
}
.footer__nav-item {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footer__nav-item {
    font-size: 1.5rem;
  }
}
.footer__copyright {
  display: flex;
  margin-top: 8rem;
  gap: 3.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer__sns {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    justify-content: flex-start;
  }
}
.footer__sub-nav-list {
  display: flex;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__sub-nav-list {
    gap: 1.6rem;
  }
}
.footer__sub-nav-item {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footer__sub-nav-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.2rem;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
  }
  .footer__inner {
    padding: 3.2rem 2.4rem;
  }
  .footer__nav-list {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__nav-item {
    font-size: 1.5rem;
  }
  .footer__copyright {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

.cta {
  background-image: url("../images/common/cta-bg.webp");
  background-size: cover;
  background-position: center center;
  height: 64rem;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__inner {
  width: 64rem;
  margin: 0 auto;
  max-width: 90%;
}
.cta__content {
  background: rgba(255, 255, 255, 0.8);
  padding: 3.6rem 6.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__title {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.6rem;
  line-height: 1.75;
}
.cta__btns {
  display: flex;
  gap: 4.4rem;
}
.cta__btn {
  padding: 1.5rem 4.8rem;
}
@media screen and (max-width: 1024px) {
  .cta {
    height: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 2rem;
  }
  .cta__btns {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .cta__content {
    padding: 2.4rem;
    text-align: center;
  }
  .cta__title {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .cta__btn {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
}

.heading-A {
  font-size: 4.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .heading-A {
    gap: 1.4rem;
    font-size: 2.8rem;
  }
}
.heading-A__en {
  color: #969696;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heading-A__en {
    font-size: 1rem;
  }
}
.heading-A__ja {
  color: #231815;
  line-height: 1;
}

.heading-B {
  font-size: 3.6rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  line-height: 1.75;
  border-bottom: 0.5px solid #595757;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .heading-B {
    gap: 1.5rem;
    font-size: 2.8rem;
    padding-bottom: 1rem;
  }
}
.heading-B__sub {
  color: #969696;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .heading-B__sub {
    font-size: 1rem;
  }
}
.heading-B__main {
  color: #1a60a5;
}

.animate-heading {
  transition: none;
}
.animate-heading .char {
  overflow: hidden !important;
  display: inline-block !important;
  vertical-align: bottom;
}
.animate-heading .char span {
  display: inline-block !important;
  will-change: transform, opacity;
}
.animate-heading br {
  display: block;
  height: 0;
}

.heading-A__en .char,
.heading-B__sub .char {
  letter-spacing: inherit;
}

.heading-A__ja .char,
.heading-B__main .char {
  letter-spacing: inherit;
}

.char {
  display: inline-block;
  will-change: transform, opacity;
}

.heading-C {
  font-size: 3rem;
  text-align: center;
  line-height: 1.7;
  color: #1a60a5;
  font-weight: bold;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-C {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
.heading-C::after {
  content: "";
  height: 1px;
  width: 5rem;
  background: #595757;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .heading-C::after {
    width: 3.5rem;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
}

.table th,
.table td {
  padding: 2.5rem 3rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

.table tr {
  border-bottom: 1px solid #c9c9c9;
}

.table th {
  width: 16rem;
  max-width: 100%;
  background-color: rgba(150, 150, 150, 0.2);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .table th,
  .table td {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
  .table th {
    width: 10%;
  }
}
.page-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.page-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  animation: fadeUpOpening 1200ms cubic-bezier(0.85, 0, 0.15, 1) 200ms forwards;
}
.page-animation-image {
  overflow: hidden;
  z-index: 100;
  animation: 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0ms 1 normal forwards running fadeUpLogo;
}
.page-animation-image img {
  width: 100%;
  height: auto;
}

.text-animation {
  display: inline-block;
  overflow: hidden;
  animation: clipPathLeft 1400ms ease 800ms forwards;
  opacity: 0;
}

@keyframes fadeUpLogo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeUpOpening {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes clipPathLeft {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clipPathRight {
  0% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clipPathTop {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clipPathBottom {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.clip-path,
.clip-path[data-direction=left] {
  clip-path: inset(0 100% 0 0);
}

.clip-path[data-direction=right] {
  clip-path: inset(0 0 0 100%);
}

.clip-path[data-direction=top] {
  clip-path: inset(100% 0 0 0);
}

.clip-path[data-direction=bottom] {
  clip-path: inset(0 0 100% 0);
}

.clip-path.is-active-left {
  animation: clipPathLeft 1.8s ease 200ms forwards;
}

.clip-path.is-active-right {
  animation: clipPathRight 1.8s ease 200ms forwards;
}

.clip-path.is-active-top {
  animation: clipPathTop 1.8s ease 200ms forwards;
}

.clip-path.is-active-bottom {
  animation: clipPathBottom 1.8s ease 200ms forwards;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

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

.menu-btn {
  display: none;
  position: absolute;
  background: #1b5fa4;
  border-radius: 4px;
  padding: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5rem;
    height: 5rem;
    z-index: 150;
  }
  .menu-btn span {
    position: absolute;
    width: 2rem;
    height: 2px;
    background: #fff;
    transition: 0.3s ease all;
    border-radius: 99px;
  }
  .menu-btn span:nth-child(1) {
    top: 1.6rem;
  }
  .menu-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-btn span:nth-child(3) {
    bottom: 1.6rem;
  }
  .menu-btn.is-active span:nth-child(1) {
    transform: rotate(135deg);
    top: 50%;
  }
  .menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-active span:nth-child(3) {
    transform: rotate(-135deg);
    bottom: auto;
    top: 50%;
  }
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-sp {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 8rem 2rem;
    z-index: 100;
    pointer-events: none;
    overflow-y: auto;
    /* toggle button */
    /* children */
  }
  .menu-sp.is-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
    pointer-events: auto;
  }
  .menu-sp__list {
    color: #231815;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .menu-sp__list-item {
    font-weight: 600;
  }
  .menu-sp__list-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .menu-sp__list-item a {
    padding: 2.5rem 0;
    display: block;
  }
  .menu-sp__list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-sp__list-link--active {
    color: #1b5fa4;
  }
  .menu-sp__toggle {
    background: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 1rem;
  }
  .menu-sp__toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .menu-sp__toggle-icon-line {
    position: absolute;
    background: #231815;
    transition: all 0.3s ease;
  }
  .menu-sp__toggle-icon-line--horizontal {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .menu-sp__toggle-icon-line--vertical {
    width: 2px;
    height: 16px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .menu-sp__list-item--has-children.is-open .menu-sp__toggle-icon-line--vertical {
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
  }
  .menu-sp__child-list {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 1.6rem;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .menu-sp__list-item.is-open .menu-sp__child-list {
    max-height: 700px;
    padding: 0 0 1.2rem 1.6rem;
  }
  .menu-sp__child-item {
    font-weight: 500;
  }
  .menu-sp__child-item:not(:last-child) {
    border-bottom: 1px dashed #eee;
  }
  .menu-sp__child-link {
    display: block;
    padding: 1.2rem 0;
    font-size: 1.5rem;
    color: #666;
  }
  .menu-sp__child-link--active {
    color: #1b5fa4;
  }
}

.keyvisual {
  background-image: url("../images/kv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 72rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.keyvisual__title {
  background: rgba(255, 255, 255, 0.9);
  padding: 3.2rem 2rem 3.2rem 8rem;
  margin-top: 12rem;
  border-radius: 0 15px 15px 0;
  line-height: 1.6;
}
.keyvisual__title .line {
  display: block;
  font-size: 5.2rem;
  font-weight: bold;
}
.keyvisual__copy-strong {
  color: #1b5fa4;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    max-height: 80vh;
  }
  .keyvisual__title {
    padding: 2rem 3rem;
    width: 80%;
    margin-top: 15rem;
    margin-right: auto;
  }
  .keyvisual__title .line {
    font-size: 2.8rem;
  }
}

.about {
  padding: 14rem 0;
  background: #f1f8f5;
  position: relative;
}
.about__inner {
  position: relative;
  z-index: 2;
}
.about__title {
  color: #888;
  line-height: 1.2;
  margin-bottom: 8rem;
}
.about__title span {
  display: block;
}
.about__title-en {
  font-size: 8rem;
  font-family: "Arial", sans-serif;
  margin-bottom: 1.6rem;
}
.about__title-ja {
  font-size: 2.1rem;
}
.about__copy {
  font-size: 3rem;
  margin-bottom: 8rem;
  color: #888;
}
.about__copy-strong {
  color: #1b5fa4;
}
.about__text {
  font-size: 2.1rem;
  width: 55rem;
  max-width: 100%;
  line-height: 2;
}
.about__text p {
  color: #888;
  margin-bottom: 4rem;
}
.about__readmore {
  margin-top: 9rem;
  width: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.about__readmore-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
  color: #888;
  line-height: 1;
  padding-bottom: 4rem;
  position: relative;
}
.about__readmore-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 1px;
  background: #888;
  transition: 0.3s ease all;
}
.about__readmore-link:hover::after {
  width: 20%;
  transition: 0.3s ease all;
}
.about__readmore-en {
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about__readmore-ja {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 8rem 0;
  }
  .about__title {
    margin-bottom: 4rem;
  }
  .about__title-en {
    font-size: 3.6rem;
  }
  .about__title-ja {
    font-size: 1.6rem;
  }
  .about__copy {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
  }
  .about__text p {
    font-size: 1.6rem;
  }
  .about__readmore {
    margin: auto;
    width: 100%;
  }
  .about__readmore-link {
    gap: 1rem;
    padding-bottom: 2.4rem;
  }
  .about__readmore-link::after {
    width: 100%;
  }
  .about__readmore-en {
    font-size: 2rem;
  }
  .about__readmore-ja {
    font-size: 1.4rem;
  }
}

.top-philosophy {
  position: absolute;
  right: 30%;
  display: block;
  top: 0;
  width: 8rem;
  height: 140rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-philosophy {
    width: 5rem;
    right: 10%;
  }
}

.top-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 50rem;
}
.top-bg img {
  width: 100%;
  max-height: none;
}
@media screen and (max-width: 1024px) {
  .top-bg img {
    max-width: none;
    width: auto;
  }
  .top-bg {
    height: 30rem;
  }
  .top-bg img {
    max-width: none;
    width: auto;
  }
}

.top-bg {
  position: relative;
  z-index: 2;
}
.top-bg img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

.top-menu {
  padding: 5rem 0 8rem;
  position: relative;
}
.top-menu .top-philosophy {
  z-index: -1;
}
.top-menu__inner {
  width: 880px;
  margin: 0 auto;
}
.top-menu__list-link {
  display: flex;
  align-items: center;
  border-top: 0.5px solid #595757;
  padding: 5.8rem 2rem;
  position: relative;
  transition: 0.3s ease all;
}
.top-menu__list-link .num {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 1.8rem;
}
.top-menu__list-link .title {
  display: flex;
  align-items: center;
}
.top-menu__list-link .en {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 4.3rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 3rem;
}
.top-menu__list-link .ja {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 6rem;
}
.top-menu__list-link::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  mask-image: url("../images/common/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #595757;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-menu__list-link:hover {
  color: #1b5fa4;
}
.top-menu__list-link:hover::after {
  background-color: #1b5fa4;
}
@media screen and (max-width: 1024px) {
  .top-menu {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding: 8rem 0 5rem;
  }
  .top-menu__inner {
    width: 100%;
  }
  .top-menu__list-link {
    padding: 3.2rem 2rem;
    flex-wrap: wrap;
  }
  .top-menu__list-link .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-left: 2rem;
  }
  .top-menu__list-link .en {
    font-size: 2.4rem;
    margin-left: 0;
  }
  .top-menu__list-link .ja {
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.wrap.wrap--company .p-company__heading {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--company .p-company__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--company .p-company__img {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--company .p-company__img {
    margin-bottom: 6rem;
  }
}

.wrap.wrap--history .p-history__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .p-history__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--history .p-history__intro {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .p-history__intro {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.wrap.wrap--history .p-history__wrap {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .p-history__wrap {
    margin-bottom: 5rem;
  }
}
.wrap.wrap--history .p-history__ttl {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .p-history__ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.wrap.wrap--history .p-history__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .p-history__txt {
    font-size: 1.4rem;
  }
}
.wrap.wrap--history .chronology {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology {
    gap: 6rem;
    margin-bottom: 5rem;
  }
}
.wrap.wrap--history .chronology__wrap {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology__wrap {
    margin-bottom: 0;
  }
}
.wrap.wrap--history .chronology__ttl dt {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology__ttl dt {
    width: 0% !important;
  }
}
.wrap.wrap--history .chronology__ttl dd {
  font-size: 1.8rem;
  color: #1a60a5;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology__ttl dd {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}
.wrap.wrap--history .chronology dl {
  display: flex;
  align-items: stretch;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology dl {
    font-size: 1.4rem;
  }
}
.wrap.wrap--history .chronology dl:last-of-type dt {
  border-bottom: 1px solid #231815;
}
.wrap.wrap--history .chronology dl:last-of-type dd {
  border-bottom: 0.3px solid #595757;
}
.wrap.wrap--history .chronology dt {
  border-top: 1px solid #231815;
  padding: 3.5rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  width: 22%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology dt {
    padding: 1.5rem 1rem;
    width: 30%;
    justify-content: center;
  }
}
.wrap.wrap--history .chronology dd {
  padding: 3.5rem 2.5rem;
  border-top: 0.3px solid #595757;
  display: flex;
  align-items: center;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .chronology dd {
    padding: 1.5rem;
    width: 70%;
  }
}
.wrap.wrap--history .sec-number {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number {
    padding-bottom: 6rem;
  }
}
.wrap.wrap--history .sec-number__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--history .sec-number__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.wrap.wrap--history .sec-number__card {
  padding: 3rem 4rem;
  background: #fbfbfb;
  border: 1px solid #231815;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__card {
    padding: 1.5rem 2rem;
  }
}
.wrap.wrap--history .sec-number__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--history .sec-number__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__ttl {
    font-size: 2rem;
  }
}
.wrap.wrap--history .sec-number__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--history .sec-number__wrap {
    min-height: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__wrap {
    min-height: 12rem;
  }
}
.wrap.wrap--history .sec-number__content {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3rem;
  gap: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--history .sec-number__content {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__content {
    font-size: 2rem;
  }
}
.wrap.wrap--history .sec-number__num {
  font-size: 8.9rem;
  line-height: 1.2;
  font-weight: bold;
  color: #799d47;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--history .sec-number__num {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--history .sec-number__num {
    font-size: 5rem;
  }
}

.wrap.wrap--message .p-message__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--message .p-message__img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--message .p-message__img .l-inner {
  position: relative;
}
.wrap.wrap--message .p-message__intro {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 26.4rem;
  position: absolute;
  left: 7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__intro {
    width: 48%;
    left: 2rem;
    gap: 2rem;
  }
}
.wrap.wrap--message .p-message__intro-ttl {
  line-height: 1.75;
  font-size: 3.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__intro-ttl {
    font-size: 2.2rem;
  }
}
.wrap.wrap--message .p-message__intro-by {
  font-size: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__intro-by {
    font-size: 1.2rem;
  }
}
.wrap.wrap--message .p-message__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__contents {
    gap: 3rem;
  }
}
.wrap.wrap--message .p-message__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.wrap.wrap--message .p-message__txt {
  font-size: 1.8rem;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__txt {
    font-size: 1.4rem;
  }
}
.wrap.wrap--message .p-message__represent {
  font-size: 2.3rem;
  margin-top: 6.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .p-message__represent {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.wrap.wrap--message .philosophy {
  padding: 9rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .philosophy {
    padding: 4rem 0 6rem;
  }
}
.wrap.wrap--message .philosophy__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .philosophy__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--message .philosophy__img {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .philosophy__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--message .philosophy__ttl {
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 4.2rem;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.wrap.wrap--message .philosophy__ttl span {
  position: relative;
  display: inline-block;
  padding: 0 7rem;
}
.wrap.wrap--message .philosophy__ttl span::before, .wrap.wrap--message .philosophy__ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4rem;
  height: 1px;
  background: #000;
}
.wrap.wrap--message .philosophy__ttl span::before {
  left: 0;
}
.wrap.wrap--message .philosophy__ttl span::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .philosophy__ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .wrap.wrap--message .philosophy__ttl span {
    padding: 0 4rem;
  }
  .wrap.wrap--message .philosophy__ttl span::before, .wrap.wrap--message .philosophy__ttl span::after {
    width: 3rem;
  }
}
.wrap.wrap--message .philosophy__sub-ttl {
  font-size: 2.6rem;
  margin-bottom: 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .philosophy__sub-ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.wrap.wrap--message .c-philosophy {
  margin-bottom: 8rem;
}
.wrap.wrap--message .c-philosophy:last-of-type {
  margin-bottom: 0;
}
.wrap.wrap--message .c-philosophy__ttl {
  font-size: 2.7rem;
  font-weight: bold;
  color: #1a60a5;
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .c-philosophy__ttl {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.wrap.wrap--message .c-philosophy__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .c-philosophy__txt-wrap {
    gap: 2rem;
  }
}
.wrap.wrap--message .c-philosophy__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--message .c-philosophy__txt {
    font-size: 1.4rem;
  }
}

.wrap.wrap--job .p-job__heading {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--job .p-job__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--job .p-job__img {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--job .p-job__img {
    margin-bottom: 6rem;
  }
}

.wrap.wrap--introduction .p-introduction-top {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction-top {
    margin-bottom: 5rem;
  }
}
.wrap.wrap--introduction .p-introduction-bottom {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction-bottom {
    margin-bottom: 6rem;
  }
}
.wrap.wrap--introduction .p-introduction__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--introduction .p-introduction__img {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--introduction .p-introduction__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction__txt-wrap {
    gap: 2.5rem;
  }
}
.wrap.wrap--introduction .p-introduction__txt {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--introduction .p-introduction__txt {
    font-size: 1.4rem;
  }
}
.wrap.wrap--introduction .p-introduction__txt span {
  color: #1a60a5;
}

.wrap.wrap--department .p-department.about-product {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department.about-product {
    margin-bottom: 5rem;
  }
}
.wrap.wrap--department .p-department.dept {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department.dept {
    margin-bottom: 6rem;
  }
}
.wrap.wrap--department .p-department__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--department .p-department__img {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department__img {
    margin-top: 4rem;
  }
}
.wrap.wrap--department .p-department__img img {
  display: block;
  margin: 0 auto;
}
.wrap.wrap--department .p-department__img--first {
  margin: 5rem 0;
}
.wrap.wrap--department .p-department__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department__txt-wrap {
    gap: 2.5rem;
  }
}
.wrap.wrap--department .p-department__txt {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--department .p-department__txt {
    font-size: 1.4rem;
  }
}
.wrap.wrap--department .p-department__txt a {
  color: #1a60a5;
  transition: 0.2s;
}
.wrap.wrap--department .p-department__txt a:hover {
  opacity: 0.7;
}

.wrap.wrap--voice .p-voice {
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-voice {
    padding-bottom: 6rem;
  }
}
.wrap.wrap--voice .p-voice__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-voice__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--voice .p-voice .career {
  color: #666464;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-voice .career {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.wrap.wrap--voice .interview {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview {
    margin-top: 5rem;
  }
}
.wrap.wrap--voice .interview__wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview__wrap {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.wrap.wrap--voice .interview__question {
  font-size: 1.8rem;
  position: relative;
  padding-left: 8.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview__question {
    font-size: 1.4rem;
    padding-left: 5.5rem;
  }
}
.wrap.wrap--voice .interview__question::after {
  content: "";
  height: 1px;
  width: 6.5rem;
  background: #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview__question::after {
    width: 4rem;
  }
}
.wrap.wrap--voice .interview__answer {
  line-height: 1.95;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview__answer {
    font-size: 1.4rem;
  }
}
.wrap.wrap--voice .interview__img {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .interview__img {
    margin-top: 4rem;
  }
}
.wrap.wrap--voice .p-flow__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-flow__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--voice .p-flow__item {
  display: none;
}
.wrap.wrap--voice .p-flow__item.is-active {
  display: flex;
}
.wrap.wrap--voice .p-flow__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap.wrap--voice .p-flow__btn {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #dddddd;
  padding: 2rem;
  font-weight: bold;
  font-size: 3rem;
  cursor: pointer;
  border: 0.25px solid #888;
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--voice .p-flow__btn {
    font-size: 2.2rem;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-flow__btn {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.wrap.wrap--voice .p-flow__btn:last-of-type {
  border-right: 1px solid #888;
}
.wrap.wrap--voice .p-flow__btn.is-active {
  background: #1a60a5;
}
.wrap.wrap--voice .p-flow__contents {
  background: #efefef;
}
.wrap.wrap--voice .p-flow__inner {
  width: 1040px;
  margin: 0 auto;
  background: #fff;
  padding: 8rem 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .p-flow__inner {
    width: 90%;
    padding: 4rem 2rem;
  }
}
.wrap.wrap--voice .flow {
  justify-content: space-between;
}
.wrap.wrap--voice .flow__txt-wrap {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__txt-wrap {
    width: 100%;
    gap: 3rem;
  }
}
.wrap.wrap--voice .flow__txt-wrap dd {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--voice .flow__txt-wrap dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__txt-wrap dd {
    font-size: 1.4rem;
  }
}
.wrap.wrap--voice .flow__img-wrap {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__img-wrap {
    display: none;
  }
}
.wrap.wrap--voice .flow__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__img {
    margin-bottom: 2rem;
  }
}
.wrap.wrap--voice .flow__heading {
  font-size: 2.2rem;
  border-bottom: 1px solid #231815;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--voice .flow__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__heading {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.wrap.wrap--voice .flow__heading span {
  display: inline-block;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--voice .flow__heading span {
    margin-right: 2rem;
  }
}

.wrap.wrap--workplace .p-work__heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--workplace .p-work__heading {
    margin-bottom: 40px;
  }
}
.wrap.wrap--workplace .p-work__img {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--workplace .p-work__img {
    margin-bottom: 60px;
  }
}

.wrap.wrap--benefit {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit {
    padding-top: 0;
  }
}
.wrap.wrap--benefit .p-benefit {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit {
    margin-bottom: 6rem;
  }
}
.wrap.wrap--benefit .p-benefit__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--benefit .p-benefit__img {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday {
  margin-bottom: 13rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--benefit .p-benefit-holiday {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday {
    margin-bottom: 6rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday:last-of-type {
  margin-bottom: 0;
}
.wrap.wrap--benefit .p-benefit-holiday__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__heading {
    margin-bottom: 3rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday__item {
  border: 1px solid #231815;
  background: #f7f7f7;
  padding: 5rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--benefit .p-benefit-holiday__item {
    padding: 3.5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__item {
    padding: 2rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday__ttl {
  font-size: 3rem;
  border-bottom: 1px solid #1a60a5;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday__ul {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__ul {
    font-size: 1.4rem;
  }
}
.wrap.wrap--benefit .p-benefit-holiday__li {
  position: relative;
  padding-left: 1.3em;
}
.wrap.wrap--benefit .p-benefit-holiday__li::after {
  content: "⚫︎";
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--benefit .p-benefit-holiday__li::after {
    font-size: 1.6rem;
    top: -0.3rem;
  }
}

.wrap.wrap--assesment .p-assesment__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--assesment .p-assesment__intro {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__intro {
    margin-bottom: 3.5rem;
  }
}
.wrap.wrap--assesment .p-assesment__wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__wrap {
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
}
.wrap.wrap--assesment .p-assesment__wrap:last-of-type {
  margin-bottom: 10rem;
}
.wrap.wrap--assesment .p-assesment__ttl {
  font-size: 3.6rem;
  padding-left: 4rem;
  position: relative;
  color: #656464;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__ttl {
    padding-left: 2.5rem;
    font-size: 2.4rem;
  }
}
.wrap.wrap--assesment .p-assesment__ttl::after {
  content: "";
  height: 1px;
  width: 3.5rem;
  background: #656464;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__ttl::after {
    width: 2rem;
  }
}
.wrap.wrap--assesment .p-assesment__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--assesment .p-assesment__txt {
    font-size: 1.4rem;
  }
}

.wrap.wrap--education .p-education__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--education .p-education__intro {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__intro {
    margin-bottom: 3.5rem;
  }
}
.wrap.wrap--education .p-education__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__wrap {
    gap: 1.8rem;
    margin-bottom: 3.5rem;
  }
}
.wrap.wrap--education .p-education__wrap:last-of-type {
  margin-bottom: 10rem;
}
.wrap.wrap--education .p-education__ttl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #656464;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__ttl {
    font-size: 2.2rem;
    padding-left: 2.5rem;
  }
}
.wrap.wrap--education .p-education__ttl::after {
  content: "";
  height: 1px;
  width: 3.5rem;
  background: #595757;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__ttl::after {
    width: 2rem;
  }
}
.wrap.wrap--education .p-education__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--education .p-education__txt {
    font-size: 1.4rem;
  }
}

.wrap.wrap--tour .p-tour {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--tour .p-tour {
    padding-bottom: 6rem;
  }
}
.wrap.wrap--tour .p-tour__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--tour .p-tour__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--tour .p-tour__slide {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--tour .p-tour__slide {
    gap: 5rem;
  }
}
.wrap.wrap--tour .p-tour__slide .swiper {
  width: 100%;
}
.wrap.wrap--tour .p-tour__slide .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--tour .p-tour__slide .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }
}
.wrap.wrap--tour .p-tour__slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.wrap.wrap--recruitment .p-recruit__heading {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--recruitment .p-recruit__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--recruitment .p-recruit__img {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--recruitment .p-recruit__img {
    margin-bottom: 6rem;
  }
}

.wrap.wrap--expectation .p-expectation {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation {
    margin-bottom: 7rem;
  }
}
.wrap.wrap--expectation .p-expectation__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--expectation .p-expectation__intro {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__intro {
    margin-bottom: 5rem;
  }
}
.wrap.wrap--expectation .p-expectation__img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--expectation .p-expectation__container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--expectation .p-expectation__container {
    gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__container {
    gap: 5rem;
  }
}
.wrap.wrap--expectation .p-expectation__wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__wrap {
    gap: 2rem;
  }
}
.wrap.wrap--expectation .p-expectation__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.7;
  color: #1a60a5;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__ttl {
    font-size: 2.2rem;
  }
}
.wrap.wrap--expectation .p-expectation__txt {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--expectation .p-expectation__txt {
    font-size: 1.4rem;
  }
}

.wrap.wrap--strength .p-strength {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength {
    margin-bottom: 7rem;
  }
}
.wrap.wrap--strength .p-strength__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--strength .p-strength__img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__img {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--strength .p-strength__intro {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--strength .p-strength__intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__intro {
    margin-bottom: 5rem;
  }
}
.wrap.wrap--strength .p-strength__container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .wrap.wrap--strength .p-strength__container {
    gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__container {
    gap: 4.5rem;
  }
}
.wrap.wrap--strength .p-strength__wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__wrap {
    gap: 3rem;
  }
}
.wrap.wrap--strength .p-strength__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.7;
  color: #1a60a5;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__ttl {
    font-size: 2.2rem;
  }
}
.wrap.wrap--strength .p-strength__txt {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--strength .p-strength__txt {
    font-size: 1.4rem;
  }
}

.wrap.wrap--faq .p-faq {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq {
    padding-bottom: 4rem;
  }
}
.wrap.wrap--faq .p-faq__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq__heading {
    margin-bottom: 4rem;
  }
}
.wrap.wrap--faq .p-faq__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq__container {
    gap: 2rem;
  }
}
.wrap.wrap--faq .p-faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq__wrap {
    gap: 0.7rem;
  }
}
.wrap.wrap--faq .p-faq__question {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq__question {
    font-size: 1.6rem;
  }
}
.wrap.wrap--faq .p-faq__answer {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wrap.wrap--faq .p-faq__answer {
    font-size: 1.4rem;
  }
}

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

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1024px) {
  .is-Pc {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 1025px) {
  .is-Tab_Sp {
    display: none !important;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}
