@charset "UTF-8";
/* ===================================================================
SCSS information

 file name  : style.scss
 style info : 各パーツ（foundation/layout/object/theme）をまとめる親ファイル。
ここに@import（または@use/@forward）で全部取り込む。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _reset.scss
 style info : ブラウザごとの標準スタイルをリセットするためのCSS。
=================================================================== */
/* # =================================================================
  # Global selectors
  # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  background: #ffffff;
  /* -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; */
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  min-height: 100vh;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* # =================================================================
  # General elements
  # ================================================================= */
audio:not([controls]) {
  display: none;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  /* text-wrap: balance; */
}

h1, h2, h3, h4, h5, h6,
button, input, label {
  letter-spacing: 0.05em;
  line-height: 1.1;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:active,
a:hover {
  outline-width: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

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

address {
  font-style: normal;
}

iframe, video {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
  width: 100%;
}

:target {
  scroll-margin-block: 5ex;
}

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

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

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  letter-spacing: 0.15em;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

/* # =================================================================
  # Specify media element style
  # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img,
picture {
  max-width: 100%;
  display: block;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* # =================================================================
  # Accessibility
  # ================================================================= */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
  # ================================================================= */
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ===================================================================
SCSS information

 file name  : _base.scss
 style info : サイト全体に共通する基本スタイル設定。
例：bodyの背景色、基本フォントサイズ、見出しタグ（h1〜h6）のスタイルなど。
=================================================================== */
html {
  background-color: var(--color-background-base);
}

body {
  color: var(--color-secondary);
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.lower main {
  margin-top: 131.5px;
}
@media screen and (min-width: 768px) {
  .lower main {
    margin-top: 213px;
  }
}
@media screen and (min-width: 1301px) {
  .lower main {
    margin-top: 215px;
  }
}

main {
  margin-top: 85px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1301px) {
  main {
    margin-top: 122px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

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

ul, ol {
  list-style: none;
}

/* ===================================================================
SCSS information

 file name  : _theme.scss
 style info : サイトのテーマカラーや、ダークモード対応用のCSS変数（カスタムプロパティ）管理。
=================================================================== */
:root {
  --color-primary: #004E3C;
  --color-primary-hover: #003529;
  --color-secondary: #555;
  --color-background: #ffffff;
  --color-background-base: #F6F6F6;
  --color-text: #222222;
  /* その他UI色 */
  --color-border: #dddddd;
  --color-link: #004E3C;
  --color-link-hover: #003529;
  /* フォント基準サイズ */
  --font-size-base: 1.4rem;
  --font-size-sm: 1.2rem;
  --font-size-xs: 1.1rem;
  --font-size-xxs: 1.0rem;
  /* フォント大きめ（見出しなど） */
  --font-size-md: 2.2rem;
  --font-size-lg: 2.0rem;
  --font-size-xl: 3.2rem;
  --font-size-block-title: 1.8rem;
  --font-size-subheading: 1.6rem;
}

@media (min-width: 768px) {
  :root {
    /* フォント基準サイズ */
    --font-size-base: 1.8rem;
    --font-size-sm: 1.6rem;
    --font-size-xs: 1.4rem;
    --font-size-xxs: 1.2rem;
    /* フォント大きめ（見出しなど） */
    --font-size-md: 3.5rem;
    --font-size-lg: 3.0rem;
    --font-size-xl: 5.0rem;
    --font-size-block-title: 2.8rem;
    --font-size-subheading: 2.0rem;
  }
}
/* ダークモード対応 */
[data-theme=dark] {
  --color-primary: #66ccff;
  --color-primary-hover: #3399cc;
  --color-secondary: #aaa;
  --color-background: #1a1a1a;
  --color-text: #eeeeee;
  --color-border: #444444;
  --color-link: #66ccff;
  --color-link-hover: #3399cc;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _variables.scss
 style info : 変数定義用ファイル。
=================================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
header.scrolled > div {
  height: 85px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  header.scrolled > div {
    height: 120px;
  }
}
@media screen and (min-width: 1301px) {
  header.scrolled > div {
    height: 122px;
  }
}
header .ham {
  width: 40px;
  height: 15px;
  position: relative;
}
@media screen and (min-width: 1301px) {
  header .ham {
    display: none;
  }
}
header .ham span {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #004E3C;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .ham span:nth-child(1) {
  top: 0;
}
header .ham span:nth-child(2) {
  top: 15px;
}
header .ham.clicked span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .ham.clicked span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header > div {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  header > div {
    height: 120px;
  }
}
@media screen and (min-width: 1301px) {
  header > div {
    height: 122px;
    padding-bottom: 30px;
  }
}
header h1 {
  width: min(17vw, 221px);
  min-width: 183px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header h1:hover {
  opacity: 0.7;
}
header ul {
  display: none;
}
@media screen and (min-width: 1301px) {
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    position: relative;
  }
}
header ul li a {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #004E3C;
  display: inline-block;
  letter-spacing: 0.14em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header ul li a:hover {
  opacity: 0.7;
}
header ul li a::first-letter {
  font-size: 17px;
}
header ul li a span {
  font-size: 17px;
  color: #927131;
  font-weight: 600;
}
header ul li.cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.9rem;
  height: 4.9rem;
  border: 1px solid #004E3C;
  padding: 1rem;
  background-color: #F6F6F6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 5px;
}
header ul li.cta a div img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 7px;
  height: 6px;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
}
header ul li.cta a div:nth-child(1) {
  opacity: 1;
}
header ul li.cta a div:nth-child(2) {
  opacity: 0;
}
header ul li.cta a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #004E3C;
}
header ul li.cta a:hover div img:nth-child(1) {
  opacity: 0;
}
header ul li.cta a:hover div img:nth-child(2) {
  opacity: 1;
}
header ul.ham_item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -101vw;
  top: 85px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header ul.ham_item {
    top: 120px;
  }
}
@media screen and (min-width: 1301px) {
  header ul.ham_item {
    display: none;
    top: 122px;
  }
}
header ul.ham_item.clicked {
  right: 0;
}
header ul.ham_item li {
  width: 100%;
}
header ul.ham_item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  header ul.ham_item a {
    padding: 3rem;
  }
}
header ul.ham_item a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #004E3C;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _footer.scss
 style info : サイトのフッター部分（著作権表記やリンク周辺など）のスタイル。
=================================================================== */
.lower .l-footer {
  margin-top: 7.065rem;
}
@media screen and (min-width: 768px) {
  .lower .l-footer {
    margin-top: 14.13rem;
  }
}

.l-footer {
  padding: 5.73rem 2rem 2rem;
  background-color: #F6F6F6;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: normal;
        align-content: normal;
  }
}
.l-footer__company {
  width: 100%;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    width: auto;
  }
}
.l-footer__logo {
  display: block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: auto;
  }
}
.l-footer__logo img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__name {
  font-size: var(--font-size-base);
  font-weight: 600;
  letter-spacing: 0.2em;
}
.l-footer__address {
  margin-top: 1.92rem;
  font-size: var(--font-size-xs);
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.2em;
}
.l-footer__nav {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-top: 0;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.1714285714rem;
  font-family: "Noto Sans", sans-serif;
  font-size: var(--font-size-base);
  font-weight: 600;
  color: #004E3C;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 7.6rem;
  }
}
.l-footer__sub-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.8rem;
  margin-top: 1.225rem;
  font-size: var(--font-size-xs);
  color: #222222;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__sub-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 3.6rem;
    margin-top: 2.45rem;
  }
}
.l-footer__line {
  margin-top: 3.08rem;
  text-align: right;
}
.l-footer__line > a {
  display: inline-block;
}
.l-footer__line > a img {
  width: 42px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__line > a img {
    width: auto;
  }
}
.l-footer__copyright {
  width: 100%;
  margin-top: 3.585rem;
  font-size: var(--font-size-xs);
  color: #222222;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 7.17rem;
  }
}

footer {
  padding-bottom: 40px;
  background-color: #fff;
  padding-top: min(10%, 160px);
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _container.scss
 style info : サイト全体で共通して使用する横幅制御のコンテナを定義。
             各セクション・ブロックを中央寄せ・最大幅制限でラップするためのベースレイアウト。
=================================================================== */
.l-container {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 2rem;
  width: 100%;
}

.m-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 2rem;
  width: 100%;
}

.s-container {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 2rem;
  width: 100%;
}

/* ===================================================================
SCSS information

 file name  : _button.scss
 style info : ボタン（共通ボタン、送信ボタンなど）のスタイル。
例：サイズ、角丸、hoverアクションなど。
=================================================================== */
.c-button {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-button:hover {
  background-color: var(--color-primary-hover);
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _card.scss
 style info : カード型コンテンツのスタイル。
例：サービス紹介やブログ記事の一覧カード。
=================================================================== */
.c-card {
  background: var(--color-background);
  border-radius: 3rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.c-card__image-wrapper {
  position: relative;
}
.c-card__image-wrapper img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card__image-wrapper img {
    height: auto;
  }
}
.c-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50px;
  height: 84px;
  padding: 2rem 0;
  background: var(--color-primary);
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-lg);
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: -1.75rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-card__label {
    top: -3.5rem;
    height: 105px;
  }
}
.c-card__body {
  width: 77.8431%;
  padding: 2.35rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding: 4.7rem 0;
  }
}
.c-card__title {
  margin-bottom: 1.4rem;
  font-size: var(--font-size-block-title);
  color: var(--color-primary);
  line-height: 1.42;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
}
.c-card__list > li {
  font-size: var(--font-size-base);
  color: var(--color-text);
  line-height: 2.22;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-card {
    width: calc(33.333% - 13.333px);
  }
}
.c-card__description {
  font-size: 1rem;
  color: var(--color-secondary);
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _cta.scss
 style info : トップページのCTA（Call To Action＝お問い合わせボタン誘導）専用スタイル。
=================================================================== */
.p-cta {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 5vh 5vw;
}
.p-cta__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-cta__title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .p-cta {
    padding: 10vh 10vw;
  }
  .p-cta__title {
    font-size: 2.5rem;
  }
}
.p-cta .test {
  background-color: red;
}

.c-cta-button {
  display: inline-block;
  width: 13.2rem;
  padding: 1rem 2rem;
  background-color: #fff;
  font-size: var(--font-size-xxs);
  color: #222222;
  border-radius: 9999px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-cta-button:hover {
  background-color: #222222;
  color: #ffffff;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _heading.scss
 style info : 見出し（c-heading）のスタイル
=================================================================== */
.c-heading {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 10rem;
  }
}
.c-heading__en {
  display: block;
  font-size: var(--font-size-sm);
  color: #004E3C;
  letter-spacing: 0.1em;
}
.c-heading__ja {
  font-size: var(--font-size-lg);
  font-weight: bold;
  color: #004E3C;
  margin-top: 0.5rem;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _section-heading.scss
 style info : 下層ページセクション見出しの専用スタイル。
=================================================================== */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8.65rem;
  background-color: #004E3C;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5rem;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    margin-bottom: 10rem;
    height: 17.3rem;
  }
}
.c-section-heading__en {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: var(--font-size-lg);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-section-heading__ja {
  font-size: var(--font-size-xs);
  font-weight: 400;
  margin-top: 0.5rem;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _c-form.scss
 style info : フォーム関連UIの共通スタイルを定義。
=================================================================== */
.c-form-required, .c-form-optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  font-size: var(--font-size-xs);
  font-weight: 500;
  border: 1px solid;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-form-required, .c-form-optional {
    padding: 0.5rem 1rem;
    margin-left: 0;
  }
}

.c-form-textarea, .c-form-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  padding: 0.675rem 1.2rem;
  font-size: var(--font-size-sm);
  color: #222222;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .c-form-textarea, .c-form-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.12%;
            flex: 0 0 76.12%;
    width: auto;
    padding: 1.35rem 2.4rem;
  }
}

.c-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 0;
  padding-top: 1.825rem;
  padding-bottom: 1.825rem;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .c-form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.73%;
    padding-top: 3.65rem;
    padding-bottom: 3.65rem;
  }
}
.c-form-group.-message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form-group .error {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76.12%;
          flex: 0 0 76.12%;
  margin-top: 0.5rem;
  margin-left: auto;
  font-size: var(--font-size-xs);
  color: #8E0012;
  letter-spacing: 0.1em;
}
.c-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: var(--font-size-sm);
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-form-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.15%;
            flex: 0 0 21.15%;
  }
}
.c-form-optional {
  color: #4A5452;
}
.c-form-required {
  color: #ffffff;
  background-color: #004E3C;
  border-color: currentColor;
}
/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _c-button-contact.scss
 style info : サイト全体で使用されるコールトゥアクション（CTA）ボタンの共通スタイルを定義。
=================================================================== */
.c-button-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 439.59px;
  width: 80%;
  height: 4.942rem;
  padding: 1rem 2.5rem;
  margin-top: 2.59rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #004E3C;
  color: #ffffff;
  font-weight: 500;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: var(--font-size-sm);
  letter-spacing: 0.1em;
}
.c-button-contact:hover {
  background-color: #222222;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-button-contact {
    height: 7.413rem;
    margin-top: 5.18rem;
  }
}
.c-button-contact .material-symbols-outlined {
  margin-left: 0.5rem;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _totopbtn.scss
 style info : 下層ページセクション見出しの専用スタイル。
=================================================================== */
#toTopBtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  bottom: 30px;
  right: 30px;
  display: none; /* 最初は非表示 */
  background-color: #fff;
  color: #004E3C;
  border: 1px solid #004E3C;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #toTopBtn {
    width: 5rem;
    height: 5rem;
  }
}
#toTopBtn:hover {
  background-color: #004E3C;
  color: #ffffff;
}
#toTopBtn > .material-symbols-outlined {
  font-size: 3rem;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _radius.scss
 style info : 画像の角丸共通化
=================================================================== */
.u-radius-img {
  border-radius: 3rem;
  overflow: hidden;
  display: block;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _hero.scss
 style info : トップページのヒーロービジュアル（メインビジュアルエリア）専用スタイル。
=================================================================== */
.p-hero {
  background: url("../img/hero/main.jpg") no-repeat center/cover;
  text-align: center;
  padding: 10vh 5vw;
}
.p-hero__title {
  font-size: 2rem;
  color: var(--color-primary);
}
.p-hero__text {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: var(--color-secondary);
}
@media (min-width: 768px) {
  .p-hero__title {
    font-size: 2.5rem;
  }
  .p-hero__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .p-hero {
    padding: 15vh 10vw;
  }
  .p-hero__title {
    font-size: 3rem;
  }
  .p-hero__text {
    font-size: 1.75rem;
  }
}

#hero {
  position: relative;
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  #hero {
    min-height: 500px;
  }
}
#hero figure {
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  #hero figure {
    min-height: 500px;
  }
}
#hero figure img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #hero figure img {
    min-height: 500px;
  }
}
#hero .hero__wrapper {
  position: absolute;
  max-width: 1600px;
  width: 90%;
  left: 0;
  right: 0;
  bottom: min(9vw, 140px);
  margin: 0 auto;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #hero .hero__wrapper {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    top: 5.4166666667vw;
  }
}
#hero .hero__wrapper > p {
  color: #004E3C;
  font-size: 1rem;
  line-height: 2.22;
  letter-spacing: 0.1em;
  padding-top: 1.9791666667vw;
}
@media screen and (min-width: 768px) {
  #hero .hero__wrapper > p {
    font-size: var(--font-size-subheading);
    padding-right: 1.9791666667vw;
  }
}
#hero .hero__wrapper h1 {
  color: #004E3C;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-shadow: 0 3px 6px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #hero .hero__wrapper h1 {
    font-size: 2.6041666667vw;
    text-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero__wrapper h1:nth-of-type(2) {
    margin-top: 8.0208333333vw;
  }
}
#hero .hero__mask {
  opacity: 40%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _about.scss
 style info : Aboutセクション全体のスタイル
=================================================================== */
.p-about {
  padding: 3rem 1rem 3.4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 6rem 1rem 6.8rem;
  }
}
.p-about__inner {
  position: relative;
  z-index: 2;
  padding: 4.4rem 0;
  border-radius: 3rem;
  background-color: var(--color-background);
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding: 11rem 0;
  }
}
.p-about__bg-text {
  max-width: 1177px;
  width: 80%;
  position: absolute;
  top: -2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about__bg-text {
    width: 73.5625%;
    font-size: 6rem;
    top: -8.7rem;
  }
}
.p-about__content {
  max-width: 1200px;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    width: 75%;
  }
}
.p-about__lead {
  font-size: var(--font-size-md);
  font-weight: 700;
  margin-bottom: 2.25rem;
  color: #004E3C;
  line-height: 1.34;
}
@media screen and (min-width: 768px) {
  .p-about__lead {
    margin-bottom: 4.5rem;
  }
}
.p-about__text {
  font-size: var(--font-size-base);
  line-height: 2.22;
  margin-top: 1.5rem;
  color: #222222;
  text-align: left;
}
/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _mission.scss
 style info : Missionセクション全体のスタイル
=================================================================== */
.p-mission {
  padding: 3.4rem 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mission {
    padding: 6.8rem 1rem;
  }
}
.p-mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-mission__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-mission__image {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mission__image {
    width: 35%;
  }
}
.p-mission__image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-mission__image img {
    height: auto;
  }
}
.p-mission__body {
  width: 100%;
  margin-top: 4.8571428571rem;
}
@media screen and (min-width: 768px) {
  .p-mission__body {
    max-width: 930px;
    width: 58.125%;
    margin-top: 0;
  }
}
.p-mission__block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mission__block {
    max-width: 713px;
  }
}
.p-mission__block .c-heading {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mission__block .c-heading {
    margin-bottom: 5rem;
  }
}
.p-mission__block .c-heading__ja {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-mission__block .c-heading__ja {
    margin-top: 4.5rem;
  }
}
.p-mission__block:nth-of-type(n+2) {
  margin-top: 4.8571428571rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-mission__block:nth-of-type(n+2) {
    margin-top: 17rem;
  }
}
.p-mission__text {
  font-size: var(--font-size-base);
  color: #222222;
  text-align: left;
  line-height: 2.22;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-mission__bg-text {
    font-size: 10rem;
  }
  .p-mission__lead {
    font-size: 3.5rem;
  }
  .p-mission__text {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* ===================================================================
SCSS information

 file name  : _service.scss
 style info : Serviceセクション全体のスタイル
=================================================================== */
.p-service {
  padding: 7.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding: 15.5rem 1rem;
  }
}
.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-service__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-service .c-card {
    max-width: 510px;
  }
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _price.scss
 style info : Priceセクション全体のスタイル
=================================================================== */
.p-price {
  padding: 5.15rem 1rem 6.65rem;
  background-color: var(--color-background);
}
@media screen and (min-width: 768px) {
  .p-price {
    padding: 10.3rem 1rem 13.3rem;
  }
}
.p-price__inner {
  text-align: center;
}
.p-price__description {
  margin-bottom: 3.3rem;
  font-size: var(--font-size-base);
  color: var(--color-text);
  text-align: left;
  line-height: 2.22;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price__description {
    text-align: center;
  }
}
.p-price__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 593px;
  width: 90%;
  padding: 2.85rem 1em;
  margin: 0 auto;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-price__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-price__label {
  margin-bottom: 1.425rem;
  font-size: var(--font-size-sm);
  color: var(--color-text);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price__label {
    margin-bottom: 0;
    margin-right: 2.85rem;
  }
}
.p-price__amount {
  font-size: 2.2rem;
  color: var(--color-primary);
  letter-spacing: 0.1em;
}
.p-price__amount > small {
  font-size: var(--font-size-xs);
}
.p-price__note {
  padding-left: 1.5em;
  text-indent: -1.5em;
  text-align: left;
  margin-top: 2.6rem;
  font-size: var(--font-size-xs);
  color: var(--color-text);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price__note {
    padding-left: 0;
    text-indent: 0;
    text-align: center;
  }
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _company.scss
 style info : Companyセクション全体のスタイル
=================================================================== */
.p-company {
  padding: 8rem 1rem 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding: 16rem 1rem 7.75rem;
  }
}
.p-company__image {
  margin-bottom: 5.05rem;
}
@media screen and (min-width: 768px) {
  .p-company__image {
    margin-bottom: 10.1rem;
  }
}
.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  padding: 2.5rem 1rem;
  font-size: var(--font-size-base);
  color: var(--color-text);
  border-top: 1px solid #C8C8C8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4.8333%;
  }
}
.p-company__row:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.p-company__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14.5%;
          flex: 0 1 14.5%;
  color: #004E3C;
}
.p-company__data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.p-company__data .c-cta-button {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-company__data .c-cta-button {
    margin-top: 0;
    margin-left: 1.8rem;
  }
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _access.scss
 style info : Accessセクション全体のスタイル
=================================================================== */
.p-access {
  padding: 3.875rem 1rem 7.65rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 7.75rem 1rem 15.3rem;
  }
}
.p-access__map iframe {
  height: 250px;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    height: 450px;
  }
}
.p-access__info {
  margin-top: 2.2rem;
}
.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-access__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-access__row:nth-of-type(n+2) {
  margin-top: 1.1rem;
}
.p-access__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.2rem;
  height: 2.7rem;
  padding: 0 1rem;
  margin-right: 1.9rem;
  background-color: #004E3C;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 2.22;
}
.p-access__data {
  font-size: var(--font-size-sm);
  color: #222222;
  letter-spacing: 2.22;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _contact.scss
 style info : Contactセクション全体のスタイル
=================================================================== */
.p-contact {
  height: 21.85rem;
  background-color: #004E3C;
  color: #ffffff;
  background-image: url("../img/top/contact-bg.png");
  background-repeat: no-repeat;
  background-position: right 8.3333% center;
  background-size: 65%;
}
@media screen and (min-width: 768px) {
  .p-contact {
    height: 43.7rem;
    background-size: auto;
  }
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__en {
  padding-right: 2.89rem;
  font-family: "Noto Sans", sans-serif;
  font-size: var(--font-size-lg);
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contact__en {
    padding-right: 5.78rem;
  }
}
.p-contact__ja {
  padding: 0 2.85rem;
  font-size: var(--font-size-base);
  border-left: 1px solid #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contact__ja {
    padding: 0 5.7rem;
    border-right: 1px solid #fff;
  }
}
.p-contact__text {
  margin-top: 1.6285714286rem;
  font-size: var(--font-size-sm);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 0;
    margin-left: 5.7rem;
  }
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _privacy.scss
 style info : Privacyセクション全体のスタイル
=================================================================== */
.p-privacy:not(:first-of-type) {
  padding-top: 7.065rem;
}
@media screen and (min-width: 768px) {
  .p-privacy:not(:first-of-type) {
    padding-top: 14.13rem;
  }
}
.p-privacy .m-container > .p-privacy__text {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy .m-container > .p-privacy__text {
    margin-bottom: 9rem;
  }
}
.p-privacy__text {
  font-size: var(--font-size-sm);
  line-height: 2.22;
  letter-spacing: 0.1em;
}
.p-privacy__block:nth-of-type(n+2) {
  margin-top: 3.9rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__block:nth-of-type(n+2) {
    margin-top: 7.8rem;
  }
}
.p-privacy__heading {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-subheading);
  font-weight: 500;
  color: #004E3C;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-privacy__heading {
    margin-bottom: 3rem;
  }
}
.p-privacy__ordered-list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: var(--font-size-sm);
  line-height: 2.22;
  letter-spacing: 0.1em;
}
.p-privacy__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 2.2rem 2.45rem;
  margin-top: 1.6rem;
  border: 1px solid #004E3C;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__company-list {
    max-width: 788px;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4.4rem 4.9rem;
    margin-top: 3.2rem;
  }
}
.p-privacy__company-list > .p-privacy__box-title {
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__company-list > .p-privacy__box-title {
    padding-bottom: 0;
    padding-right: 4.75rem;
  }
}
.p-privacy__box-title {
  font-size: var(--font-size-sm);
  color: #004E3C;
  letter-spacing: 0.1em;
}
.p-privacy__company-group {
  padding-top: 2.375rem;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-privacy__company-group {
    padding-top: 0;
    padding-left: 4.75rem;
    border-top: none;
    border-left: 1px solid #C8C8C8;
  }
}
.p-privacy__company-group > .p-privacy__box-title:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__company-group > .p-privacy__box-title:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.p-privacy__list {
  padding-left: 2em;
}
.p-privacy__list > li {
  list-style: disc inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: var(--font-size-sm);
  line-height: 2.22;
  letter-spacing: 0.1em;
}
.p-privacy__contact-info {
  margin-top: 1.4rem;
  font-size: var(--font-size-sm);
  line-height: 2.22;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-privacy__contact-info {
    margin-top: 2.8rem;
  }
}
.p-privacy__contact-label {
  color: #004E3C;
  font-weight: 500;
}
.p-privacy__revision-date {
  padding-top: 2.175rem;
  margin-top: 2.175rem;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-privacy__revision-date {
    padding-top: 4.35rem;
    margin-top: 4.35rem;
  }
}
.p-privacy__revision-date .c-revision-date {
  font-size: var(--font-size-sm);
  letter-spacing: 0.1em;
}
.p-privacy#solicitation-policy .p-privacy__list > li:nth-child(n+2) {
  margin-top: 1em;
}

/* ===================================================================
SCSS information

 file name  : _header.scss
 style info : サイトのヘッダー部分（ナビゲーション、ロゴ周辺など）のスタイル。
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _contact-form.scss
 style info : Contactページ全体のスタイル
=================================================================== */
.p-contact-form .m-container {
  padding: 1.95rem 1rem 3.95rem;
  background-color: #fff;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form .m-container {
    padding: 3.9rem 1rem 7.9rem;
  }
}
.p-contact-form__lead {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: #222222;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact-form__lead {
    text-align: center;
  }
}
.p-contact-form__lead > small {
  font-size: var(--font-size-sm);
  font-weight: 400;
  color: #004E3C;
}
.p-contact-form__form {
  margin-top: 1.775rem;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-contact-form__form {
    margin-top: 3.55rem;
  }
}
.p-contact-form__message {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: #222222;
  text-align: center;
  line-height: 2.22;
  letter-spacing: 0.1em;
}