@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
fotter,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*===========
矢印ボタン
=============*/
/*SP時にmax-widthを解除する用*/
/*======================================
 初期設定(リセットCSSの調整など)
======================================*/
html {
  /*基本のフォント・行間等*/
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 1.8;
  /*スクロールをスムーズに*/
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  /*ベースカラー*/
  background-color: #fff;
  overflow: hidden;
}

/*箇条書きの行頭文字をなくす*/
ul {
  list-style: none;
}

/*画像のレイアウトリセット*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*リンクのテキスト装飾削除*/
a {
  text-decoration: none;
}

small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h2, h3 {
    font-size: 18px;
  }
}

/*======================================
 共通設定(レイアウトやパーツ)
======================================*/
/*======================================
 処理系
======================================*/
.zoomImg {
  transform: scale(1.1);
}

.br {
  /*スマホ時だけ有効になる改行*/
  /*タブレット以下のときだけ有効になる改行*/
  /*PC,タブレット時だけ有効になる改行*/
  /*PC時だけ有効になる改行*/
}
.brsp {
  display: none;
}
@media (max-width: 767px) {
  .brsp {
    display: inline;
  }
}
.brtb {
  display: none;
}
@media (max-width: 960px) {
  .brtb {
    display: inline;
  }
}
@media (max-width: 767px) {
  .brpc {
    display: none;
  }
}
@media (max-width: 960px) {
  .brpcx {
    display: none;
  }
}

/*======================================
 共通レイアウト設定(主にwrapper)
======================================*/
/*中央に寄せるwrapper*/
.wrapperCenter, .wrapperCenter--xs, .wrapperCenter--s, .wrapperCenter--m, .wrapperCenter--l {
  margin: 0 auto;
  /*中央大wrapper：トップページ等*/
  /*中央中wrapper：トップページの狭い部分、下層ページの広い部分*/
  /*中央小wrapper：下層ページの狭い部分他*/
  /*中央極小wrapper：下層ページの狭い部分他*/
  /*フル幅wrapper*/
}
.wrapperCenter--l {
  max-width: 1140px;
  position: relative;
}
@media (max-width: 960px) {
  .wrapperCenter--l {
    max-width: initial;
    width: 100%;
    padding: 0 30px;
  }
}
.wrapperCenter--m {
  max-width: 961px;
}
@media (max-width: 960px) {
  .wrapperCenter--m {
    max-width: initial;
    width: 100%;
    padding: 0 30px;
  }
}
.wrapperCenter--s {
  max-width: 760px;
}
@media (max-width: 960px) {
  .wrapperCenter--s {
    max-width: initial;
    width: 100%;
    padding: 0 30px;
  }
}
.wrapperCenter--xs {
  max-width: 540px;
}
@media (max-width: 767px) {
  .wrapperCenter--xs {
    max-width: initial;
    width: 100%;
    padding: 0 30px;
  }
}
.wrapperCenter--full {
  width: 100%;
  padding: 0 10%;
}

/*セクション下部マージン*/
/*下層ページ：右寄せコンテンツ用wrapper*/
.wrapperRight {
  margin: 0;
  padding: 130px 2rem 0 2rem;
}
@media (max-width: 960px) {
  .wrapperRight {
    margin: 0;
    padding: 130px 0 0 0;
  }
}
@media (max-width: 767px) {
  .wrapperRight {
    margin: 0;
    padding: 0;
  }
}

/*横並びにする*/
.flex, .flex--between {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 1;
  /*space-between*/
  /*スマホの場合は縦並び＆align-itemsで中央寄せ*/
}
.flex--between {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex, .flex--between {
    flex-direction: column;
    align-items: center;
  }
}
.flex--rowReverse {
  flex-direction: row-reverse;
}

/*ブロックの中央揃え*/
.marginCenter {
  margin: 0 auto;
}

/*テキスト中央揃え*/
.text-center {
  text-align: center;
}

/*テキストのサイズ調整*/
.text-l {
  font-size: 1.5rem;
}

/*単発強調テキスト：アンダーライン*/
.textLine {
  font-size: 1.5rem;
  margin: 2em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #AFCB85;
  text-align: center;
}
@media (max-width: 767px) {
  .textLine {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

/*レスポンシブ時の表示非表示用追加クラス*/
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/*======================================
 共通パーツ設定(ヘッダー、フッター、ボタン、見出しなど)
======================================*/
/*ヘッダー*/
.pageHeader, .pageHeader--home {
  position: absolute;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 1rem 1rem 1rem;
  z-index: 2;
}
.pageHeader--home {
  display: block;
}
@media (max-width: 960px) {
  .pageHeader, .pageHeader--home {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .pageHeader, .pageHeader--home {
    display: none;
  }
}

/*フッター*/
.pageFotter, .pageFotter--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  /*トップだけの設定*/
}
@media (max-width: 767px) {
  .pageFotter, .pageFotter--top {
    justify-content: center;
    align-items: center;
    height: 180px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .pageFotter .logoFotter, .pageFotter--top .logoFotter {
    text-align: center;
  }
}
.pageFotter--top {
  justify-content: center;
  align-items: center;
  height: 180px;
}
.pageFotter--top .logoFotter {
  text-align: center;
}

/*ロゴ*/
.logo, .logoFixed, .logoFotter, .logoSpHeader, .logoHeader {
  width: 100px;
  height: 64px;
  /*ヘッダーに表示するロゴ　PC版下層ページでは表示されない*/
  /*フッターに表示するロゴ　カラー*/
  /*下層ページ固定部分に表示されるロゴ　白透明*/
  /*ロゴに貼るリンクの設定*/
}
.logoTop {
  width: 300px;
  height: 100%;
}
@media (max-width: 960px) {
  .logoTop {
    width: 200px;
  }
}
.logoHeader {
  margin-top: -1em;
  display: none;
}
@media (max-width: 960px) {
  .logoHeader {
    display: block;
  }
}
.logoSpHeader {
  height: 100%;
  display: none;
  /*いらなくなったのでいったん消しとく*/
}
.logoFotter {
  width: initial;
  align-items: flex-end;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .logoFotter {
    align-items: center;
  }
}
.logoFotter img {
  width: 100px;
  height: 64px;
}
.logoFotter p {
  margin-top: 0.5em;
}
.logoFixed {
  margin: 1em;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.logoLink {
  display: block;
  width: 100%;
  height: 100%;
}

/*グローバルナビ(PC用)*/
@media (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnavList {
  display: flex;
  justify-content: center;
}
.gnavList__item {
  margin: 0 1em;
}
.gnavList__link {
  display: block;
  color: #5c5c5c;
}
.gnavList__link:hover {
  color: #91C8B1;
}

/*SP用ヘッダー*/
.spHeader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 500;
}
@media (max-width: 767px) {
  .spHeader {
    display: block;
  }
}

/*ハンバーガーメニュー*/
.ham {
  position: absolute;
  top: 2rem;
  right: 5%;
  width: 36px;
  height: 30px;
}
.ham__line, .ham__line::before, .ham__line::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5c5c5c;
  border-radius: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.ham__line::before {
  transform: translateY(-16px);
}
.ham__line::after {
  transform: translateY(15px);
}
.ham__text {
  font-size: 0.625rem;
  text-align: center;
  margin-top: 1em;
}

.close > .ham__line {
  background-color: rgba(92, 92, 92, 0);
}
.close > .ham__line::before {
  transform: rotate(45deg);
}
.close > .ham__line::after {
  transform: rotate(-45deg);
}

/*SP用メニュー*/
/*メニュー全体*/
.snavBox {
  position: fixed;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.snavBox__logo {
  width: 150px;
}

/*横移動を戻して引っ張り出す*/
.is-active {
  transform: translateX(0);
}

.snav {
  width: 100px;
  margin-top: 34px;
}

.snavList__item {
  padding: 1em 0;
  border-bottom: 2px solid #e4e4e4;
}
.snavList__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #5c5c5c;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .snavList__link {
    font-size: 1rem;
  }
}

/*下層ページトップのアイキャッチ一式*/
.titleImgBox__title {
  position: absolute;
  top: 1em;
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
}
.titleImgBox__img {
  padding: 0 15%;
}
.titleImgBox__text {
  position: absolute;
  width: 300px;
  padding: 2em;
  background-color: #fff;
  bottom: 20%;
  right: 0;
  z-index: 2;
}

/*SP用ページトップのアイキャッチ一式(共通)*/
.spTitleImgBox, .spTitleImgBox--home {
  display: none;
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: -2;
  /*SP用ページトップにかぶせるウェーブ*/
  /*下に敷く画像*/
  /*ページタイトルの枠*/
  /*英字タイトル*/
  /*日本語タイトル*/
  /*ロゴの枠*/
  /*ロゴ画像*/
  /*ロゴタイプ*/
}
.spTitleImgBox::after, .spTitleImgBox--home::after {
  content: "";
  display: block;
  position: absolute;
  /*下の写真が見えないようにほんの少し大きめサイズに指定*/
  width: 102%;
  height: 101%;
  top: 0;
  left: -1%;
  z-index: 30;
  background-image: url(../images/wave1s.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.spTitleImgBox--home {
  height: 70vh;
}
.spTitleImgBox--home::after {
  /*位置は下めに下げる*/
  background-position: center bottom -5%;
}
@media (max-width: 767px) {
  .spTitleImgBox, .spTitleImgBox--home {
    display: block;
  }
}
.spTitleImgBox__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spTitleImgBox__textBox {
  /*位置調整*/
  position: absolute;
  top: 1rem;
  left: 1rem;
  /*テキストのスタイル*/
  font-weight: bold;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
  /*タイトルがカンプから消えたので仮に消しておく*/
  visibility: hidden;
}
.spTitleImgBox__subtitle {
  /*英文字は大文字に*/
  text-transform: uppercase;
}
.spTitleImgBox__title {
  font-size: 1.5rem;
}
.spTitleImgBox__logoBox {
  /*位置調整*/
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
}
.spTitleImgBox__logo {
  width: 250px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.spTitleImgBox__logotype {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}

/*固定ボタン-PC用*/
.fixbtn, .fixbtn--top, .fixbtn--contact {
  position: fixed;
  z-index: 100;
  /*スクロールで出てくるのでデフォルトでは消しておく*/
  display: none;
  /*固定ボタン-お問い合わせ*/
  /*固定ボタン-トップへ戻る*/
}
.fixbtn--contact {
  right: 30px;
  bottom: 200px;
  width: 80px;
  aspect-ratio: 1;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  transition: all 0.2s ease;
}
.fixbtn--contact:hover {
  transform: translateY(-0.2em);
}
@media (max-width: 767px) {
  .fixbtn--contact {
    right: -10px;
    bottom: 30px;
    width: 100px;
    opacity: 0.9;
  }
}
.fixbtn--top {
  right: 30px;
  bottom: 100px;
  width: 80px;
  aspect-ratio: 1;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  transition: all 0.2s ease;
}
.fixbtn--top:hover {
  transform: translateY(-0.2em);
}

/*固定ボタンを見せるためのクラス*/
.show, .show--pc {
  display: block;
  /*PC時のみ固定ボタンを見せるためのクラス*/
}
.show--pc {
  /*SP時は不要なのでshow--pcがついても見せない*/
}
@media (max-width: 767px) {
  .show--pc {
    display: none;
  }
}

/*案内文*/
.leadText {
  text-align: center;
  padding: 2rem;
}

/*見出し各種*/
.heading, .heading01 {
  font-family: "Noto Serif JP", serif;
}
.heading01 {
  font-size: 1.5rem;
}

/*長方形ボタン*/
.btn {
  /*プレーンなボタン*/
}
.btnBase, .btnBase--center {
  display: block;
  padding: 1em 5em;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.btnBase--center {
  margin: 0 auto;
}

/*=====================
矢印ボタン
=====================*/
.btnArrow {
  /*矢印ボタン：アクセントカラー*/
}
.btnArrow--base {
  /*矢印の色、矢印の太さ、枠の色、枠の太さ、背景色、背景の不透明度*/
  /*矢印の色、矢印の太さ
  枠の色、枠の太さ
  背景色、背景の不透明度*/
  /*before,afterをabsoluteにするのでrelative*/
  position: relative;
  display: inline-block;
  /*ボタンの幅*/
  width: 60px;
  /*高さは幅と同じに*/
  aspect-ratio: 1;
  /*ボタンの背景色*/
  background-color: rgba(255, 255, 255, 0.8);
  /*丸枠の設定*/
  border: #5c5c5c solid 2px;
  /*枠を丸くする*/
  border-radius: 50%;
  /*矢印の軸*/
  /*矢印の矢*/
}
.btnArrow--base::before, .btnArrow--base::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btnArrow--base::before {
  width: 30px;
  height: 2px;
  background: #5c5c5c;
}
.btnArrow--base::after {
  width: 25px;
  aspect-ratio: 1;
  border-top: 2px solid #5c5c5c;
  border-right: 2px solid #5c5c5c;
  transform: rotate(45deg);
}
.btnArrow--base:hover {
  /*矢印の色、矢印の太さ
  枠の色、枠の太さ
  背景色、背景の不透明度*/
  /*before,afterをabsoluteにするのでrelative*/
  position: relative;
  display: inline-block;
  /*ボタンの幅*/
  width: 60px;
  /*高さは幅と同じに*/
  aspect-ratio: 1;
  /*ボタンの背景色*/
  background-color: rgba(255, 255, 255, 0.8);
  /*丸枠の設定*/
  border: #ccc solid 2px;
  /*枠を丸くする*/
  border-radius: 50%;
  /*矢印の軸*/
  /*矢印の矢*/
}
.btnArrow--base:hover::before, .btnArrow--base:hover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btnArrow--base:hover::before {
  width: 30px;
  height: 2px;
  background: #ccc;
}
.btnArrow--base:hover::after {
  width: 25px;
  aspect-ratio: 1;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}
.btnArrow--accent {
  /*矢印の色、矢印の太さ、枠の色、枠の太さ、背景色、背景の不透明度*/
  /*矢印の色、矢印の太さ
  枠の色、枠の太さ
  背景色、背景の不透明度*/
  /*before,afterをabsoluteにするのでrelative*/
  position: relative;
  display: inline-block;
  /*ボタンの幅*/
  width: 60px;
  /*高さは幅と同じに*/
  aspect-ratio: 1;
  /*ボタンの背景色*/
  background-color: rgba(186, 2, 112, 0.8);
  /*丸枠の設定*/
  border: #fff solid 2px;
  /*枠を丸くする*/
  border-radius: 50%;
  /*矢印の軸*/
  /*矢印の矢*/
}
.btnArrow--accent::before, .btnArrow--accent::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btnArrow--accent::before {
  width: 30px;
  height: 2px;
  background: #fff;
}
.btnArrow--accent::after {
  width: 25px;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btnArrow--accent:hover {
  /*矢印の色、矢印の太さ
  枠の色、枠の太さ
  背景色、背景の不透明度*/
  /*before,afterをabsoluteにするのでrelative*/
  position: relative;
  display: inline-block;
  /*ボタンの幅*/
  width: 60px;
  /*高さは幅と同じに*/
  aspect-ratio: 1;
  /*ボタンの背景色*/
  background-color: rgba(255, 255, 255, 0.8);
  /*丸枠の設定*/
  border: #BA0270 solid 2px;
  /*枠を丸くする*/
  border-radius: 50%;
  /*矢印の軸*/
  /*矢印の矢*/
}
.btnArrow--accent:hover::before, .btnArrow--accent:hover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btnArrow--accent:hover::before {
  width: 30px;
  height: 2px;
  background: #BA0270;
}
.btnArrow--accent:hover::after {
  width: 25px;
  aspect-ratio: 1;
  border-top: 2px solid #BA0270;
  border-right: 2px solid #BA0270;
  transform: rotate(45deg);
}

/*リンク個所のブロック*/
.linkBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.linkBlock__text {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 1em;
  text-align: center;
  color: #5c5c5c;
}

/*カード*/
.card {
  position: relative;
}
.card__headBox {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.card__heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
}
.card__img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card__textBox {
  width: 80%;
  margin: 2em auto;
}
.card__title {
  font-weight: bold;
  margin: 1em 0;
}

/*セクションタイトル*/
.sectionTitle, .sectionTitle--sp {
  position: relative;
  display: block;
  margin: 160px auto;
  text-align: center;
  /*SP時のみ表示されるトップのセクションタイトル*/
}
@media (max-width: 767px) {
  .sectionTitle, .sectionTitle--sp {
    margin: 100px auto 50px auto;
  }
}
.sectionTitle__sub {
  padding: 0.5em 0;
  font-size: 1rem;
  font-weight: bold;
  color: #AFCB85;
}
.sectionTitle__main {
  display: inline-block;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: normal;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #AFCB85;
}
.sectionTitle__deco {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  font-size: 6.25rem;
  color: #ccc;
}
.sectionTitle--sp {
  margin-top: 0;
  display: none;
}
@media (max-width: 767px) {
  .sectionTitle--sp {
    display: block;
  }
}

/*メディア(画像とテキストが横に並ぶやつ)*/
.media {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 3em;
}
.media__imgBox img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}
.media__textTitle {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .media {
    flex-direction: column;
    align-items: center;
  }
}

/*透かし文字*/
.backBoxLeft {
  display: inline-block;
  /* インラインブロック化 */
  position: relative;
  /* 親要素               */
  overflow: hidden;
  /* はみ出しは非表示     */
  margin: 0 auto;
  /* BOXの位置(中央寄せ)  */
  top: 150px;
  left: 30px;
  width: 500px;
  /* BOXの横幅            */
  height: 160px;
  /* BOXの高さ            */
}
@media (max-width: 767px) {
  .backBoxLeft {
    top: 100px;
    left: -30px;
  }
}

/*=====================
お問い合わせボタン*/
.contactBtn {
  padding-bottom: 110px;
  width: 550px;
}
.contactBtn:hover {
  transform: translate(0, -0.5em);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .contactBtn {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 40px;
  }
}

/*=====================透かし文字*/
.backBoxRight {
  display: inline-block;
  /* インラインブロック化 */
  position: relative;
  /* 親要素               */
  overflow: hidden;
  /* はみ出しは非表示     */
  margin: 0 auto;
  /* BOXの位置(中央寄せ)  */
  top: 50px;
  left: 500px;
  width: 500px;
  /* BOXの横幅            */
  height: 160px;
  /* BOXの高さ            */
}
@media (max-width: 767px) {
  .backBoxRight {
    left: 0;
  }
}

.backStr {
  position: absolute;
  /* 親要素からの相対位置 */
  display: inline-block;
  /* インラインブロック化 */
  white-space: nowrap;
  /* 折り返ししない       */
  font-family: "Noto Serif JP", serif;
  font-size: 100px;
  /* 背景透かし文字サイズ */
  font-weight: bold;
  /* 太字                 */
  color: rgba(0, 0, 0, 0.06);
  /* 背景透かし文字色     */
  /* 中心寄せ＆角度       */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=======================
透かし文字汎用化
=======================*/
/* 文字を入れる箱*/
.backBox {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .backBox {
    overflow: hidden;
  }
}

/* 中身のテキスト設定*/
.backString, .backString--right, .backString--left {
  position: absolute;
  /* 親要素からの相対位置 */
  top: 20%;
  white-space: nowrap;
  /* 折り返ししない       */
  font-family: "Philosopher", sans-serif;
  font-size: 100px;
  text-transform: capitalize;
  /* 背景透かし文字サイズ */
  font-weight: bold;
  /* 太字                 */
  color: rgba(0, 0, 0, 0.06);
  /* 背景透かし文字色     */
  /*左寄せ*/
  /*右寄せ*/
}
@media (max-width: 767px) {
  .backString, .backString--right, .backString--left {
    display: none;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -100px;
  }
}
.backString--left {
  left: 10%;
}
@media (max-width: 767px) {
  .backString--left {
    left: 0;
  }
}
.backString--right {
  right: 10%;
}
@media (max-width: 767px) {
  .backString--right {
    right: 0;
  }
}

/*=================================
JS：スクロールで真ん中から伸びる線
=================================*/
.line {
  margin: 50px 0;
  position: relative;
  width: 100%;
  height: 2px;
}
.line::before, .line::after {
  border-bottom: 1px solid #e4e4e4;
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 0;
  transition: all 1s;
}
.line::before {
  left: 50%;
}
.line::after {
  right: 50%;
}

.extend::before, .extend::after {
  -webkit-animation-name: lineExtend;
          animation-name: lineExtend;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.extend::before {
  left: 50%;
}
.extend::after {
  right: 50%;
}

@-webkit-keyframes lineExtend {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes lineExtend {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
/*======================================
 下層ページ共通のスライダー部分の設定
======================================*/
/*下層ページ：左寄せスライダー用wrapper*/
.wrapperSliderFix {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 30%;
  height: 100vh;
  z-index: 2;
  /*最初は左にずらしてしまっておく*/
  transform: translateX(-100%);
  /*引き出す動きの設定*/
  transition: all 0.8s ease;
  /*兄弟要素のコンテンツ部分にも引き出す動きの設定をしておく*/
}
@media (max-width: 960px) {
  .wrapperSliderFix {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapperSliderFix {
    display: none;
  }
}
.wrapperSliderFix ~ .wrapperRight {
  transition: all 0.8s ease;
}

/*スライドを左から引っ張り出すセレクタ*/
.slide-open {
  /*スライドの位置を元に戻す*/
  transform: translateX(0%);
  /*兄弟要素のコンテンツ部分に余白を追加する*/
}
.slide-open ~ .wrapperRight {
  margin-left: 30%;
}
@media (max-width: 960px) {
  .slide-open ~ .wrapperRight {
    margin: 0;
  }
}

/*スライダー設定用*/
.slickSlider {
  width: 100%;
  height: 100%;
  /*スライド中身の位置調整*/
}
.slickSlider__sliderImg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スライダー本体の装飾(slick.css)*/
.slick-slide {
  height: 100% !important;
}

.slick-list {
  height: 100%;
}

.slick-track {
  width: 100%;
  height: 100%;
}

/*下層ページ左側の固定テキストエリア*/
.fixedTitleBox {
  position: absolute;
  width: 100%;
  height: 100vh;
  color: #fff;
  z-index: 2;
}
.fixedTitleBox__title {
  margin-top: 100px;
  font-family: "Philosopher", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
.fixedTitleBox__text {
  margin-top: 2em;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}

/*======================================
 お問い合わせページ
======================================*/
/*アイキャッチ*/
.contactTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contactTitleBox {
    display: none;
  }
}
.contactTitleBox__title {
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
}
.contactTitleBox__subtitle {
  display: inline-block;
  width: 100%;
  margin-top: -2em;
  margin-left: 0.5em;
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}
.contactTitleBox__text {
  background: url(../images/slide_contact02.jpg);
  background-position: center center;
  width: 50%;
  padding: 4em;
  margin: 0 0 0 -50px;
  z-index: -3;
}

/*お問い合わせフォームをいれとく箱*/
.formBox {
  padding: 0.5rem 2rem;
}

/*お問い合わせフォーム本体*/
/*dl,dt,ddで横並びにする処理*/
.contactForm {
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
  width: 100%;
  /*送信ボタン(デザインは仮)*/
  /*入力欄のサイズ調整*/
}
@media (max-width: 767px) {
  .contactForm {
    display: block;
  }
}
.contactForm__name {
  padding-right: 2rem;
  padding-top: 0.6em;
  width: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .contactForm__name {
    width: 100%;
    padding: 1rem 0;
    text-align: left;
  }
}
.contactForm__field {
  margin-bottom: 2rem;
  width: 70%;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #ccc;
}
@media (max-width: 767px) {
  .contactForm__field {
    width: 100%;
  }
}
.contactForm__field textarea {
  height: 10em;
}
.contactForm__submit {
  display: block;
  margin: 2rem auto;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #AFCB85;
}
.contactForm__submit:hover {
  background-color: #6e374e;
  color: #a3a3a3;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
  text-align: left;
  padding: 0.5rem;
}

/*必須入力項目のしるし*/
.alert {
  display: inline-block;
  margin-left: 1em;
  padding: 0.5em;
  background-color: #c6328d;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

/*送信ボタン*/
.btn--submit {
  display: block;
  width: 400px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  margin: 100px auto;
}
.btn--submit:hover {
  transform: translateY(-0.5em);
}
@media (max-width: 767px) {
  .btn--submit {
    width: 100%;
  }
}

/*プライバシーポリシー枠*/
.policyBox {
  background-color: #DCECE6;
  margin: 0 auto 160px auto;
  padding: 2rem 3rem;
  font-size: 0.875rem;
  border-radius: 5px;
  cursor: pointer;
  /*折りたたまれた中身部分
  初期状態は非表示→JSで開閉操作*/
}
@media (max-width: 960px) {
  .policyBox {
    width: 90%;
  }
}
.policyBox__container {
  display: none;
}
.policyBox__title {
  font-size: 1rem;
}
.policyBox__title:before {
  content: "▶";
}
.policyBox__title--open:before {
  content: "▼";
}
.policyBox__text {
  margin-top: 1em;
}

/*プライバシーポリシー記述リスト*/
.policyList__term {
  margin-top: 1em;
}

/*折り畳み部分を開いた状態*/
.policy-open {
  display: block;
}

/*======================================
 事業内容ページ
======================================*/
/*ページ上部：画像やタイトル・事業内容のエリア    ※.titleTextBoxが縦に並ぶのを修正必要*/
/*エリア全体*/
.businessTitleBox {
  position: relative;
  /*ページタイトル*/
  /*アイキャッチ画像*/
}
@media (max-width: 767px) {
  .businessTitleBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.businessTitleBox__titleUp {
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
  position: absolute;
  top: -230px;
  left: 0;
  z-index: 10;
  line-height: 1 !important;
  font-size: 90px !important;
}
@media (max-width: 960px) {
  .businessTitleBox__titleUp {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .businessTitleBox__titleUp {
    display: none;
    position: relative;
    top: 10px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 6.25rem;
    z-index: 30;
  }
}
.businessTitleBox__titleDown {
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 30;
}
@media (max-width: 767px) {
  .businessTitleBox__titleDown {
    display: none;
    position: relative;
    top: 10px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 6.25rem;
    z-index: 30;
  }
}
.businessTitleBox__subtitle {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 0;
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 960px) {
  .businessTitleBox__subtitle {
    left: 40px;
  }
}
.businessTitleBox__imgBox {
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  max-width: 1150px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .businessTitleBox__imgBox {
    max-width: 960px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .businessTitleBox__imgBox {
    max-width: 767px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 75px;
  }
}
.businessTitleBox__imgBox img {
  max-width: 1150px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -80px;
     object-position: 0 -80px;
}
@media (max-width: 767px) {
  .businessTitleBox__imgBox img {
    -o-object-position: center -10px;
       object-position: center -10px;
  }
}

/*スマホレスポンシブ時のみ表示するセクションタイトル*/
@media (min-width: 961px) {
  .businessSectionTitle {
    display: none;
  }
}
@media (max-width: 960px) {
  .businessSectionTitle {
    display: none;
  }
}
@media (max-width: 767px) {
  .businessSectionTitle {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.businessSectionTitle__sub {
  line-height: 0;
}

/*テキスト部分*/
.businessText {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.businessText__title {
  top: -550px;
  left: 500px;
}
@media (max-width: 767px) {
  .businessText__title {
    position: relative;
    top: -480px;
    left: 0px;
    margin: 0 auto;
    border-bottom: 3px solid #AFCB85;
  }
}
.businessText__subTitle {
  padding-top: 50px;
  padding-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .businessText__subTitle {
    max-width: 350px;
    text-align: left;
    font-size: 18px;
    color: #5c5c5c;
  }
}
@media (max-width: 767px) {
  .businessText__textBox {
    max-width: 400px;
    margin: 0 auto 100px auto;
  }
}
.businessText__text {
  max-width: 800px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .businessText__text {
    max-width: 350px;
  }
}

/*ご挨拶のエリア*/
/*透かし文字*/
.backBoxLeft {
  display: inline-block;
  /* インラインブロック化 */
  position: relative;
  /* 親要素               */
  overflow: hidden;
  /* はみ出しは非表示     */
  margin: 0 auto;
  /* BOXの位置(中央寄せ)  */
  top: 150px;
  left: 30px;
  width: 500px;
  /* BOXの横幅            */
  height: 160px;
  /* BOXの高さ            */
}
@media (max-width: 767px) {
  .backBoxLeft {
    top: 100px;
    left: -30px;
  }
}

.backStr {
  position: absolute;
  /* 親要素からの相対位置 */
  display: inline-block;
  /* インラインブロック化 */
  white-space: nowrap;
  /* 折り返ししない       */
  font-family: "Noto Serif JP", serif;
  font-size: 6.25rem;
  /* 背景透かし文字サイズ */
  font-weight: bold;
  /* 太字                 */
  color: rgba(0, 0, 0, 0.06);
  /* 背景透かし文字色     */
  /* 中心寄せ＆角度       */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .businessBackString {
    margin-top: 0;
    line-height: 1;
  }
}

.businessLeadPos {
  max-width: 170px;
  left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .businessLeadPos {
    top: -150px;
    left: 0px;
    position: relative;
    margin: 0 auto;
    z-index: 25;
  }
}

/*デカ文字装飾greetingのみ*/
.backBox--greeting {
  margin-top: 100px;
  height: 150px;
}
.backBox--greeting .backString--left {
  top: 0;
  line-height: 1;
}

.businessLeadText {
  position: relative;
  max-width: 650px;
  padding-top: 100px;
  margin-bottom: 50px;
  background-color: #FFFFFB;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
@media (max-width: 767px) {
  .businessLeadText {
    max-width: 320px;
    position: relative;
    z-index: 10;
    padding-top: 200px;
    padding-bottom: 50px;
    font-size: 1rem;
  }
}
.businessLeadText__title {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.businessLeadText__pBox {
  max-width: 450px;
  padding: 50px;
}
@media (max-width: 767px) {
  .businessLeadText__pBox {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    position: relative;
    z-index: 30;
  }
}
.businessLeadText__pBox p {
  padding: 10px;
}
.businessLeadText__img {
  max-width: 300px;
  position: absolute;
  top: 30px;
  right: -50px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .businessLeadText__img {
    max-width: 180px;
    top: 200px;
    left: 80px;
    z-index: 20;
  }
}
.businessLeadText__img img {
  width: 280px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .businessLeadText__img img {
    width: 160px;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
.businessLeadText__signature {
  max-width: 400px;
  position: absolute;
  bottom: 30px;
  right: -50px;
}
@media (max-width: 767px) {
  .businessLeadText__signature {
    bottom: 30px;
  }
}
.businessLeadText__signature img {
  width: 400px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*経歴のエリア*/
/*透かし文字*/
/*経歴タイトル*/
/*経歴*/
.businessStoryImgTextBox {
  display: flex;
  align-items: center;
  background-color: #F0F8F3;
  padding: 30px;
  margin: 50px auto;
  border: 5px solid #F0F8F3;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
@media (max-width: 767px) {
  .businessStoryImgTextBox {
    max-width: 340px;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
    padding: 20px;
  }
}

.businessStoryImgBox {
  display: flex;
  align-items: center;
  max-width: 380px;
  width: 380px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .businessStoryImgBox {
    width: 280px;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.businessStoryImgBox img {
  border-radius: 5px;
}

.businessStoryTextBox {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  line-height: 1.5rem;
}
.businessStoryTextBox__title {
  font-size: 1.5rem;
}
.businessStoryTextBox__text {
  padding-top: 24px;
  font-size: 1rem;
}

.reverse {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
@media (max-width: 767px) {
  .reverse {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

/*コンセプトのエリア*/
.conceptBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .conceptBox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.conceptBox__item {
  max-width: 380px;
}
@media (max-width: 767px) {
  .conceptBox__item {
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
  }
}

.trimImageCircleText__inner {
  width: 200px;
  text-align: center;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .trimImageCircleText__inner {
    padding-top: 0px;
    font-size: 15px;
  }
}

.businessConceptText__intro {
  max-width: 870px;
  padding: 0 50px 60px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .businessConceptText__intro {
    max-width: 480px;
    font-size: 1rem;
    padding: 0 40px 30px;
  }
}

.trimImageCircle__Be {
  width: 200px;
  /* ※縦横を同値に */
  height: 200px;
  /* ※縦横を同値に */
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  background-position: top center;
  /* 横長画像の左上を基準に表示 */
  display: inline-block;
  /* 複数の画像を横に並べたい場合 */
}
@media (max-width: 767px) {
  .trimImageCircle__Be {
    width: 130px;
    height: 130px;
  }
}
.trimImageCircle__Do {
  width: 200px;
  /* ※縦横を同値に */
  height: 200px;
  /* ※縦横を同値に */
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  background-position: top center;
  /* 横長画像の左上を基準に表示 */
  display: inline-block;
  /* 複数の画像を横に並べたい場合 */
}
@media (max-width: 767px) {
  .trimImageCircle__Do {
    width: 130px;
    height: 130px;
  }
}
.trimImageCircle__Have {
  width: 200px;
  /* ※縦横を同値に */
  height: 200px;
  /* ※縦横を同値に */
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  background-position: top center;
  /* 横長画像の左上を基準に表示 */
  display: inline-block;
  /* 複数の画像を横に並べたい場合 */
}
@media (max-width: 767px) {
  .trimImageCircle__Have {
    width: 130px;
    height: 130px;
  }
}

/*プロフィールのエリア*/
/*透かし文字*/
.backBoxLeftUp {
  display: inline-block;
  /* インラインブロック化 */
  position: relative;
  /* 親要素               */
  overflow: hidden;
  /* はみ出しは非表示     */
  margin: 0 auto;
  /* BOXの位置(中央寄せ)  */
  top: -10%;
  left: 10%;
  width: 500px;
  /* BOXの横幅            */
  height: 200px;
  /* BOXの高さ            */
}
@media (max-width: 767px) {
  .backBoxLeftUp {
    top: 0;
    left: 50px;
    margin: 0 auto;
  }
}

/*カード枠*/
.profileCard {
  max-width: 830px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 3rem;
  width: 100%;
  margin: 2rem auto;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
  /*保有資格が入る枠*/
  /*サブタイトル的な見出し*/
  /*経歴リスト*/
  /*テキスト(名前や受講内容など)が入る枠*/
  /*名前のセンタリング用*/
  /*名前*/
  /*名前(英字)*/
  /*担当分野の説明(今のところ特に書式設定なし)*/
  /*受講内容リスト*/
  /*ひとこと欄*/
}
@media (max-width: 767px) {
  .profileCard {
    max-width: 350px;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    margin: 1rem auto;
    gap: 10px;
  }
}
.profileCard__skillBox {
  width: 35%;
}
@media (max-width: 767px) {
  .profileCard__skillBox {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    margin-left: 0;
    border-top: 1px solid #e4e4e4;
  }
}
.profileCard__category {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 20px;
  text-shadow: 1px 2px 3px rgba(128, 128, 128, 0.5);
}
.profileCard__skillList {
  list-style: disc;
  font-size: 0.875rem;
  list-style-position: inside;
  margin: 0.5em 0 0 1em;
  color: #898989;
}
.profileCard__skillItem {
  text-indent: -1.5em;
  padding-left: 1em;
}
.profileCard__textBox {
  width: 65%;
  padding-top: 30px;
  padding-right: 1em;
  border-right: 1px dotted #e4e4e4;
}
@media (max-width: 767px) {
  .profileCard__textBox {
    width: 110%;
    padding: 0 1em;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .profileCard__nameWrapper {
    text-align: center;
  }
}
.profileCard__name {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
}
.profileCard__name-small {
  font-size: 0.875rem;
  text-transform: capitalize;
  margin-left: 2em;
}
@media (max-width: 767px) {
  .profileCard__name-small {
    display: block;
    margin: 0;
  }
}
.profileCard__description {
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1rem;
}
@media (max-width: 767px) {
  .profileCard__description {
    padding-left: 0;
    text-indent: 0;
  }
}
.profileCard__textList {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .profileCard__textItem {
    padding-left: 1em;
  }
}
.profileCard__text {
  margin-top: 2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .profileCard__text {
    padding-left: 0;
  }
}

.contactBtn {
  max-width: 767px;
  margin: 0 auto;
  padding-top: 50px;
  border: none;
}

/*======================================
 サービスページ
======================================*/
/*ページ上部：画像やタイトル・事業内容のエリア    ※.titleTextBoxが縦に並ぶのを修正必要*/
/*エリア全体*/
.serviceTitleBox {
  /*ページタイトル*/
  /*アイキャッチ画像*/
}
.serviceTitleBox__title {
  margin: 40px 0 0 0;
  display: block;
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
}
@media (max-width: 767px) {
  .serviceTitleBox {
    padding: 0;
  }
}
.serviceTitleBox__subtitle {
  display: block;
  margin: 20px 40px 40px;
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}
.serviceTitleBox__img img {
  width: 100%;
  height: 400px;
  padding: 0 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .serviceTitleBox__img img {
    padding: 0;
  }
}
.serviceTitleBox__catch {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.serviceTitleBox__text {
  margin: 70px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .serviceTitleBox__text {
    padding: 0 1em;
    margin: 2em 0;
  }
}

/*サービス特徴のフレックスbox*/
.serviceFeature {
  gap: 30px;
}
@media (max-width: 767px) {
  .serviceFeature {
    justify-content: center;
  }
}

/*カード幅を固定*/
.serviceCard {
  width: 300px;
  /*縦書きになった分視覚的にずれるのでテキストボックスの左にpdをいれる*/
}
.serviceCard__textBox {
  padding-left: 1em;
}
.serviceCard .card__title {
  text-align: center;
}

/*サービス特徴のheadingを縦書きにしたり戻したりする*/
.text-vertical {
  writing-mode: vertical-rl;
  height: 100%;
  right: 0;
  line-height: 1.5em;
  font-family: serif;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
@media (max-width: 767px) {
  .text-vertical {
    writing-mode: horizontal-tb;
    height: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    text-align: center;
  }
}

/*ご依頼の流れ(フロー)*/
.flow__list {
  list-style: none;
}
@media (max-width: 767px) {
  .flow__list {
    padding: 0;
  }
}
.flow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .flow__item {
    align-items: flex-start;
    height: initial;
  }
}
.flow__number img {
  width: 80px;
  aspect-ratio: 1;
}
.flow__content {
  width: 80%;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .flow__content {
    width: 90%;
    margin: 0 20px;
  }
}
.flow__titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #91C8B1;
}
.flow__title {
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 1rem;
    font-weight: bold;
  }
}
.flow__text {
  margin-top: 0.5em;
}
.flow__comment, .flow__comment--none, .flow__comment--accent {
  background-color: #BA0270;
  border-radius: 1em;
  padding: 0.2em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .flow__comment, .flow__comment--none, .flow__comment--accent {
    font-size: 0.625rem;
  }
}
.flow__comment--accent {
  background-color: #91C8B1;
}
@media (max-width: 767px) {
  .flow__comment--accent {
    display: none;
  }
}
.flow__comment--none {
  visibility: hidden;
}
.flow__icon img {
  width: 60px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .flow__icon {
    display: none;
  }
}

/*サービス一覧*/
.serviceList {
  list-style: decimal-leading-zero;
  list-style-position: inside;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .serviceList {
    margin-bottom: 100px;
  }
}
.serviceList__item {
  padding: 1em 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
}
.serviceList__item:nth-child(1) {
  border-top: 1px solid #e4e4e4;
}
.serviceList__text {
  font-size: 1rem;
  margin-left: 2.8rem;
}

/*お気軽にお問い合わせください*/
.serviceMessage .media {
  padding: 30px;
}
@media (max-width: 767px) {
  .serviceMessage .media__textTitle, .serviceMessage .media__text {
    text-align: center;
  }
}

.serviceMsg {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.serviceMsg ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 2em 0;
}

/*経歴のエリア*/
/*======================================
 講師紹介ページ
======================================*/
.instructorSectionTitle__instructor {
  margin: 0px auto;
}

.instructorTitleBox {
  position: relative;
}
@media (max-width: 767px) {
  .instructorTitleBox {
    margin: 0 auto;
    padding: 0;
  }
}
.instructorTitleBox__title {
  font-family: "Philosopher", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 92, 92, 0.2);
  z-index: 30;
}
@media (max-width: 767px) {
  .instructorTitleBox__title {
    max-width: 375px;
    top: 700px;
    margin: 0 auto;
    padding: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.06);
  }
}
.instructorTitleBox__subtitle {
  z-index: 30;
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .instructorTitleBox__subtitle {
    font-size: 1.5rem;
  }
}
.instructorTitleBox__text {
  padding: 10px;
}
@media (max-width: 767px) {
  .instructorTitleBox__text {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .instructorTitleBox .instructorTitleBox__text br {
    display: none;
  }
}
.instructorTitleBox__textBox {
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 30px;
  padding: 40px;
  color: #fff;
  line-height: 1.5em;
  z-index: 40;
}
@media (max-width: 960px) {
  .instructorTitleBox__textBox {
    bottom: 0;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .instructorTitleBox__textBox {
    position: relative;
    color: #5c5c5c;
    right: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.instructorTitleBox__imgBox {
  position: relative;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  height: 400px;
  width: 100%;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .instructorTitleBox__imgBox {
    max-width: 960px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .instructorTitleBox__imgBox {
    max-width: 767px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 75px;
    padding: 0;
  }
}
.instructorTitleBox__img {
  max-width: 1150px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructorSectionTitle__members {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .instructorSectionTitle__members {
    margin-top: 50px;
  }
}

.instructorSectionTitle {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .instructorSectionTitle {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .instructorIntroSectionTitle {
    position: relative;
    top: -850px;
    margin-top: 450px;
  }
}

.instructorMenuBtnBox {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.instructorMenuBtnBox__item {
  width: 180px;
  padding: 5px 10px;
  margin-left: 10px;
  margin-top: 0;
}
.instructorMenuBtnBox__itemGreen {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  top: 0;
  z-index: 20;
}
.instructorMenuBtnBox__point {
  width: 100px;
  position: absolute;
}
@media (min-width: 961px) {
  .instructorMenuBtnBox__point {
    top: 65%;
    right: 5%;
    z-index: 10;
  }
}
@media (max-width: 960px) {
  .instructorMenuBtnBox__point {
    top: 70%;
    right: 5%;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .instructorMenuBtnBox__point {
    width: 15%;
    top: 75%;
    right: 8%;
    z-index: 10;
  }
}

.instructorFeature {
  padding: 0;
}

.instructorMenuTitleBox {
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  color: #91C8B1;
  margin-top: 50px;
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .instructorMenuTitleBox {
    margin-left: 55%;
  }
}
@media (max-width: 960px) {
  .instructorMenuTitleBox {
    margin-left: 60%;
  }
}
@media (max-width: 767px) {
  .instructorMenuTitleBox {
    margin-left: 10%;
  }
}

.instructorMenuTitleBox:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 1em;
  background-color: #91C8B1;
}

@media (max-width: 767px) {
  .instructorHiddenSp {
    display: none;
  }
}

/*======================================
 講師紹介カード
======================================*/
/*カード枠*/
.instructorCard {
  max-width: 830px;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 2rem;
  width: 100%;
  margin: 50px auto;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
  /*画像と経歴が入る枠*/
  /*画像*/
  /*サブタイトル的な見出し*/
  /*経歴が入る枠*/
  /*経歴リスト*/
  /*テキスト(名前や受講内容など)が入る枠*/
  /*名前のセンタリング用*/
  /*名前*/
  /*名前(英字)*/
  /*担当分野の説明(今のところ特に書式設定なし)*/
  /*受講内容リスト*/
  /*ひとこと欄*/
}
@media (max-width: 767px) {
  .instructorCard {
    width: 330px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 50px auto;
    gap: 10px;
    background-color: #fff;
  }
}
.instructorCard__imgBox {
  width: 25%;
  height: auto;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 960px) {
  .instructorCard__imgBox {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .instructorCard__imgBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
.instructorCard__img {
  min-width: 160px;
  height: auto;
  width: 175px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media (max-width: 960px) {
  .instructorCard__img {
    max-width: 100%;
    width: 175px;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .instructorCard__img {
    max-width: 100%;
    width: 160px;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0px;
    -o-object-position: -10px 0;
       object-position: -10px 0;
  }
}
.instructorCard__category {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 20px;
  text-shadow: 1px 2px 3px rgba(128, 128, 128, 0.5);
}
@media (max-width: 767px) {
  .instructorCard__category {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .instructorCard__skillBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
.instructorCard__skillList {
  list-style: disc;
  font-size: 0.875rem;
  margin: 0.5em 0 0 1em;
  color: #898989;
}
@media (max-width: 767px) {
  .instructorCard__skillList {
    font-size: 0.625rem;
  }
}
.instructorCard__textBox {
  width: 60%;
  padding-top: 10px;
  padding-left: 20px;
  border-left: 1px dotted #e4e4e4;
}
@media (max-width: 767px) {
  .instructorCard__textBox {
    width: 110%;
    padding: 10px 30px;
    border-left: none;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .instructorCard__nameWrapper {
    text-align: center;
  }
}
.instructorCard__name {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
}
.instructorCard__name-small {
  font-size: 0.875rem;
  text-transform: capitalize;
  margin-left: 2em;
}
@media (max-width: 767px) {
  .instructorCard__name-small {
    display: block;
    margin: 0;
  }
}
.instructorCard__description {
  padding-left: 1em;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .instructorCard__description {
    padding-left: 0;
    font-size: 0.875rem;
  }
}
.instructorCard__textList {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .instructorCard__textList {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .instructorCard__textItem {
    padding-left: 1em;
  }
}
.instructorCard__text {
  margin-top: 2em;
  padding-left: 1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .instructorCard__text {
    padding-left: 0;
    font-size: 0.875rem;
  }
}

/*spレスポンシブ時の講師カードの背景*/
/*写真またはイラスト*/
/*締めの言葉*/
.instructorText {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .instructorText {
    max-width: 400px;
    margin: 0 auto;
    background-color: rgba(103, 170, 219, 0.16);
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .instructorText__p {
    max-width: 400px;
    padding: 1rem;
  }
}

.contactBtn {
  max-width: 708px;
  margin: 0 auto;
  border: none;
}

/*トップページ用のwrapper*/
.homeMain {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .homeMain {
    padding: 0;
  }
}

/*トップのスライド+縦書きキャッチコピー全体*/
.wrapperHero {
  background: #f3f3f3;
  /*背景にうっすら色を付ける*/
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(2rem);
}
@media (max-width: 767px) {
  .wrapperHero {
    background-color: #fff;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ヒーローイメージとキャッチコピー*/
.hero {
  gap: 3rem;
  padding: 70px 0;
  position: relative;
  /*スライドに重ねるキャッチコピー*/
  /*スライドを入れる箱*/
  /*スライド部分の高さ*/
  /*縦書き部分*/
  /*縦書きキャッチコピー タイトル*/
  /*縦書きキャッチコピー 中身*/
}
@media (max-width: 767px) {
  .hero {
    padding: 0 30px;
    gap: 30px;
  }
}
.hero__copy {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 2;
  padding: 1em;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
  text-align: center;
}
@media (max-width: 960px) {
  .hero__copy {
    padding: 2em;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .hero__copy {
    position: relative;
    padding: 0;
    color: #5c5c5c;
    font-size: 1rem;
    filter: none;
  }
}
.hero__copyVoice {
  font-family: serif;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .hero__copyVoice {
    margin-top: 40px;
    margin-bottom: 0.5em;
    font-size: 26px;
    line-height: 1;
  }
}
.hero__copyText {
  margin-left: 2em;
  text-align: start;
  font-size: 20px;
}
@media (max-width: 960px) {
  .hero__copyText {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero__copyText {
    margin-left: 0;
    text-align: center;
  }
}
.hero__slideBox {
  position: relative;
  width: 50vw;
  max-width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
  /*暗色グラデーションフィルタ*/
}
.hero__slideBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(83, 94, 89, 0.5), transparent);
}
@media (max-width: 767px) {
  .hero__slideBox {
    visibility: hidden;
    height: 0;
  }
}
.hero__slide {
  height: 500px;
}
.hero__textBox {
  font-family: Serif;
  writing-mode: vertical-rl;
  line-height: 2;
}
@media (max-width: 767px) {
  .hero__textBox {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    writing-mode: initial;
    margin-bottom: 70px;
  }
}
.hero__title {
  margin-left: 2em;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .hero__title {
    margin: 0;
  }
}
.hero__text {
  height: 300px;
  margin-top: 7em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .hero__text {
    margin: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/*コンセプト*/
.concept {
  margin-top: 50px;
  /*mediaコンポーネントの個別書式設定*/
}
.concept .media {
  gap: 60px;
}
@media (max-width: 767px) {
  .concept .media {
    padding: 0;
  }
}
.concept .media__img {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: initial;
}
@media (max-width: 767px) {
  .concept .media__img {
    width: 200px;
  }
}
.concept .media__textSubBox {
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 767px) {
  .concept .media__textSubBox {
    gap: 0;
  }
}

/*お悩みグリッド*/
.trouble {
  position: relative;
  padding-bottom: 2em;
  margin-top: 100px;
  /*見出しのレイアウト用ガワ ※grid全体を囲む*/
  /*見出し*/
  /*お悩みのグリッドレイアウト*/
  /*お悩みのグリッド要素*/
}
.trouble::before, .trouble::after {
  content: "";
  width: 50px;
  height: 100px;
  position: absolute;
}
@media (max-width: 960px) {
  .trouble::before, .trouble::after {
    display: none;
  }
}
.trouble::before {
  top: 0;
  left: 0;
  border-left: solid 5px #e4e4e4;
  border-top: solid 5px #e4e4e4;
}
.trouble::after {
  right: 0;
  bottom: 0;
  border-right: solid 5px #e4e4e4;
  border-bottom: solid 5px #e4e4e4;
}
.trouble__titleBox {
  position: relative;
}
.trouble__title {
  position: absolute;
  right: 2em;
  top: 0;
  padding: 0 0 1em 1em;
  writing-mode: vertical-rl;
  border-left: solid 5px #e4e4e4;
}
@media (max-width: 767px) {
  .trouble__title {
    right: 0.5em;
    border: none;
  }
}
.trouble__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 200px 200px;
  gap: 2rem;
}
@media (max-width: 767px) {
  .trouble__grid {
    grid-template-columns: 150px 150px;
    gap: 1rem;
  }
}
.trouble__block {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: #e4e4e4;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  /*見出しの入る2番目のところだけ力技で消す*/
}
.trouble__block:nth-child(2) {
  visibility: hidden;
}
/*解決法→対応各ページへのリンク*/
.resolution {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 6em;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .resolution {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  .resolution {
    gap: 3em;
  }
}
.resolution__textBox {
  writing-mode: vertical-rl;
}
.resolution__textBox h2 {
  margin-left: 1em;
}
.resolution__textBox p {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .resolution {
    flex-direction: column;
    align-items: center;
  }
}
.resolution__bannerBox {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .resolution__bannerBox {
    margin-top: 0;
  }
}

/*講師ページ、サービスページへリンクする部分のバナー*/
.banner {
  position: relative;
  display: flex;
  align-items: center;
  /*画像*/
  /*見出し*/
  /*テキスト*/
  /*リンクテキストやボタンを入れる箱*/
  /*サービスページへのリンクは重ね方向が逆なのでマージン調整*/
}
@media (max-width: 767px) {
  .banner__img {
    display: none;
  }
}
.banner__img img {
  width: 60vw;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.banner__text {
  margin: 1em 0;
}
.banner__linkBox {
  max-width: 345px;
  /*ずらして重ねる*/
  margin-left: -4em;
  padding: 3em 3em 1.5em 3em;
  background: rgba(228, 228, 228, 0.8);
}
@media (max-width: 767px) {
  .banner__linkBox {
    margin-left: 0;
  }
}
.banner__serviceLink {
  margin-left: 0;
  margin-right: -4em;
}
@media (max-width: 767px) {
  .banner__serviceLink {
    margin-right: 0;
  }
}

/*バナーとバナーの間の余白*/
.banner + .banner {
  margin-top: 3em;
}

/*バナー内のリンクボックス*/
.banner .linkBlock__text {
  display: flex;
  flex-direction: row !important;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.banner .btnArrow--accent {
  transform: scale(0.8);
}

/*こだわり*/
.belief {
  /*mediaコンポーネントの個別設定*/
}
.belief__title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .belief__title {
    margin-bottom: 50px;
  }
}
.belief .media {
  padding: 0 0 50px 0;
}
@media (max-width: 767px) {
  .belief .media {
    gap: 30px;
  }
}
.belief .media__imgBox {
  position: relative;
  overflow: hidden;
}
.belief .media__imgBox img {
  width: 330px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}
.belief .media__imgBox::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #AFCB85; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.belief .media__textBox {
  width: 300px;
}

/*写真グローバルリンク*/
@media (max-width: 767px) {
  .gnavPhoto {
    display: none;
  }
}

.gnavPhotoList {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 100px;
}
.gnavPhotoList__item {
  position: relative;
  width: 100%;
  aspect-ratio: 0.6;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
.gnavPhotoList__item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-image: url(../images/slide_contact01.jpg);
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.gnavPhotoList__item:hover::after {
  transform: scale(1.1);
  opacity: 0.8;
}
.gnavPhotoList__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.gnavPhotoList__linkText {
  padding: 10% 0 0 10%;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  text-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 1px hsla(0deg, 0%, 0%, 0.075), 0 2px 2px hsla(0deg, 0%, 0%, 0.075), 0 4px 4px hsla(0deg, 0%, 0%, 0.075), 0 8px 8px hsla(0deg, 0%, 0%, 0.075);
}
.gnavPhotoList__btn {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}

.photoLink--business::after {
  background-image: url(../images/slide_business01.jpg);
  background-position: center;
}
.photoLink--service::after {
  background-image: url(../images/slide_service01.jpg);
}
.photoLink--instructor::after {
  background-image: url(../images/slide_instructor01.jpg);
}
.photoLink--contact::after {
  background-image: url(../images/slide_contact01.jpg);
}
/*# sourceMappingURL=style.css.map */