@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	Site Name: 社会福祉法人 三恵会
	Description: -2026-php-only
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

th {
  text-align: left;
}

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

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

/* ============================================
   @font-face（サイトごとに設定）
   style.css はサイトルート直下に置かれる前提。
   url() は サイトルート相対の assets/fonts/... で統一する
============================================ */
/*カンプよりmemo
ベース Noto Sans JP Regular-400 Medium-700 Bold-900

//装飾英語
Roboto bold 700のみ 一応regular400も（.nf404 のみで使用）
*/
/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-700.woff2") format("woff2");
}
/* noto-sans-jp-900 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-900.woff2") format("woff2");
}
/*装飾英語*/
/* roboto-regular - latin */
/* 旧テーマは url('../fonts/...') で本番404していた。実ファイルの場所に合わせて修正済み */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/roboto-v29-latin-regular.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/roboto-v29-latin-700.woff2") format("woff2");
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* ============================================
   サイト宣言変数
   SITE_CONFIG.md と必ず同期させること
============================================ */
/**************************
  カラーパレット
  ※このサイトは旧テーマの配色をそのまま引き継ぐ。
    正本命名で定義し、旧変数名はエイリアスとして残す（移植コードのgrep可能性維持）
**************************/
/*--------------------------------------------
  旧変数名エイリアス（移植コードがこの名前で参照する）
--------------------------------------------*/
/* ============================================
   関数（定義はこのファイルだけ。mixinファイル内での重複定義禁止）
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   正本mixin（棚卸し確定版 2026-03）
   これ以外の旧mixinは _m-archive.scss にあり、新規使用禁止
============================================ */
/*------------------------------------
 メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定【全テキスト必須】
-----------------------*/
/*---------------------
 ★ 数値プロパティのvwシームレス可変
-----------------------*/
/*---------------------
 ★ リンク文字色 固定
-----------------------*/
/*---------------------
 ★ コンテナ
-----------------------*/
/*-------------------------------------
   レイアウト汎用（pp- = page-parts）
---------------------------------------*/
/*-----------------------------------
 上下余白（レスポンシブ2値）
-----------------------------------*/
/*-----------------------------------
 左余白（レスポンシブ）※左柱レイアウト採用サイトのみ
-----------------------------------*/
/*-----------------------------------
 改行制御
-----------------------------------*/
/*--------------------------------------------
 行数丸め…省略（複数行対応）
----------------------------------------------*/
/*-----------------------------------
 連続要素の間隔（段落間隔）
-----------------------------------*/
/* ============================================
   英字見出し用フォント ff-系mixin
============================================ */
/* ++++++++++++++++++++++++++++++++++++++++++
   グローバル既定
++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------
 ★ スムーズスクロール
-----------------------*/
html {
  scroll-behavior: smooth;
}

/*---------------------
 ★ 画像（サイト固有）
 旧テーマは reset で img に width:100% を当てており、
 レイアウトがこれに依存しているので維持する。
 等倍にしたい画像は個別に width:auto（reset の img.svg 等）
-----------------------*/
img {
  width: 100%;
}

/*---------------------
 ★ 太字強調
 ※旧テーマは strong を bold に戻していない（reset の font-weight:normal のまま）。
   本番の見た目に合わせて strong は含めない
-----------------------*/
.b {
  font-weight: bold;
}

/*---------------------
 ★ リンク既定: 下線消去+色固定
 旧テーマの linkColor は hover系で lighten(20%) していたので後置で再現する
-----------------------*/
a {
  color: #474747;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #474747;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #7a7a7a;
}

/*---------------------
 ★ リンク下線有効
-----------------------*/
a.under-line {
  transition: all 0.8s;
  color: #474747;
  text-decoration: none;
  text-decoration: underline;
}
a.under-line:visited, a.under-line:hover, a.under-line:active, a.under-line:focus {
  color: #474747;
  text-decoration: none;
}
a.under-line:visited, a.under-line:hover, a.under-line:active, a.under-line:focus {
  color: #7a7a7a;
}

/* *********************************
  GoogleMap対応
  旧CSSは iframe に width/height !important を付けていたが、
  HTML側の width/height 属性はプレゼンテーション属性で
  作者スタイルより弱いため !important なしで同じ描画になる
*************************************/
.access-map {
  position: relative;
  width: auto;
  padding-top: 60%;
}
.access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-- componentフォルダの中の_index.scss --*/
/* ++++++++++++++++++++++++++++++++++++++++++
   共通 ページタイトル
++++++++++++++++++++++++++++++++++++++++++*/
.c-page-ttl__area {
  max-width: 1400px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .c-page-ttl__area {
    margin-top: 50px;
  }
}
.c-page-ttl__area h1 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-page-ttl__area h1 {
    font-size: 30px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .c-page-ttl__area h1 {
    font-size: calc(8.3333333333vw + -10px);
  }
}
@media (max-width: 359px) {
  .c-page-ttl__area h1 {
    font-size: 20px;
  }
}

.c-section__ttl {
  position: relative;
}
.c-section__ttl span {
  display: inline-block;
  background-color: #2DB6AC;
  padding: 1.6em 1.5em;
  position: relative;
  z-index: 20;
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: white;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-section__ttl span {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-section__ttl span {
    font-size: calc(2.5vw + 12px);
  }
}
@media (max-width: 319px) {
  .c-section__ttl span {
    font-size: 20px;
  }
}
.c-section__ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: #2DB6AC;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-section__ttl span {
    display: block;
  }
}

/*------------------------------------
グループ各ページ共通タイトル 施設名-ページタイトル
＆
施設ジャンルと施設名セット
---------------------------------*/
.group-page__ttl,
.c-service__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(40 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .group-page__ttl,
  .c-service__ttl {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  .group-page__ttl,
  .c-service__ttl {
    font-size: 40px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .group-page__ttl,
  .c-service__ttl {
    font-size: calc(8.3333333333vw + 0px);
  }
}
@media (max-width: 359px) {
  .group-page__ttl,
  .c-service__ttl {
    font-size: 30px;
  }
}
.group-page__ttl span,
.c-service__ttl span {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (min-width: 480px) {
  .group-page__ttl span,
  .c-service__ttl span {
    font-size: 14px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .group-page__ttl span,
  .c-service__ttl span {
    font-size: calc(1.6666666667vw + 6px);
  }
}
@media (max-width: 359px) {
  .group-page__ttl span,
  .c-service__ttl span {
    font-size: 12px;
  }
}
.group-page__ttl span + span,
.c-service__ttl span + span {
  margin-top: 10px;
}

/*------------------------------------
上下マージンの定型セット（HTMLに直接付与して使う）
命名 = PC値 + SP値の連結（c-pp-mt12080 = PC120px/SP80px）
※旧テーマからのクラス名をそのまま維持（u- ではなく c- 接頭辞）
---------------------------------*/
.c-pp-mt12080 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt12080 {
    margin-top: 80px;
  }
}

.c-pp-mt8060 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt8060 {
    margin-top: 60px;
  }
}

.c-pp-mt6040 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt6040 {
    margin-top: 40px;
  }
}

.c-pp-mt4030 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt4030 {
    margin-top: 30px;
  }
}

.c-pp-mt3020 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt3020 {
    margin-top: 20px;
  }
}

.c-pp-mt2015 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .c-pp-mt2015 {
    margin-top: 15px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++
   共通 テーブル（dl を表組み風に見せる）
++++++++++++++++++++++++++++++++++++++++++*/
.c-table_v1 .dltable-set {
  position: relative;
  border-bottom: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table_v1 .dltable-set {
    border-bottom: none;
    display: block;
  }
  .c-table_v1 .dltable-set::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: #2DB6AC solid 1px;
  }
}
.c-table_v1 .dltable-set > dt {
  flex: 0 0 200px;
  padding: 45px 40px 45px 0px;
  align-self: stretch;
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-table_v1 .dltable-set > dt {
    padding: 22.5px 23px 22.5px;
    background-color: #F5F7FA;
  }
}
@media (min-width: 480px) {
  .c-table_v1 .dltable-set > dt {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-table_v1 .dltable-set > dt {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .c-table_v1 .dltable-set > dt {
    font-size: 16px;
  }
}
.c-table_v1 .dltable-set > dd {
  flex: 1;
  padding: 45px 40px 45px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-table_v1 .dltable-set > dd {
    padding: 30px 20px 55px 20px;
  }
}
@media (min-width: 480px) {
  .c-table_v1 .dltable-set > dd {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-table_v1 .dltable-set > dd {
    font-size: calc(1.25vw + 10px);
  }
}
@media (max-width: 319px) {
  .c-table_v1 .dltable-set > dd {
    font-size: 14px;
  }
}
.c-table_v1 .dltable-set.last_elements {
  border-bottom: none;
}
.c-table_v1 .dltable-set > dt {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.c-table_v1 .dltable-set > dd {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.c-table_v2 .dltable-set {
  position: relative;
  border-bottom: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set {
    border-bottom: none;
    display: block;
  }
  .c-table_v2 .dltable-set::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: #2DB6AC solid 1px;
  }
}
.c-table_v2 .dltable-set > dt {
  flex: 0 0 200px;
  padding: 45px 40px 45px 0px;
  align-self: stretch;
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set > dt {
    padding: 22.5px 23px 22.5px;
    background-color: #F5F7FA;
  }
}
@media (min-width: 480px) {
  .c-table_v2 .dltable-set > dt {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-table_v2 .dltable-set > dt {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .c-table_v2 .dltable-set > dt {
    font-size: 16px;
  }
}
.c-table_v2 .dltable-set > dd {
  flex: 1;
  padding: 45px 40px 45px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set > dd {
    padding: 30px 20px 55px 20px;
  }
}
@media (min-width: 480px) {
  .c-table_v2 .dltable-set > dd {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-table_v2 .dltable-set > dd {
    font-size: calc(1.25vw + 10px);
  }
}
@media (max-width: 319px) {
  .c-table_v2 .dltable-set > dd {
    font-size: 14px;
  }
}
.c-table_v2 .dltable-set.last_elements {
  border-bottom: none;
}
.c-table_v2 .dltable-set > dt {
  padding: 22.5px 23px 22.5px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.c-table_v2 .dltable-set > dd {
  padding: 22.5px 23px 22.5px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* ++++++++++++++++++++++++++++++++++++++++++
   共通 カラム
++++++++++++++++++++++++++++++++++++++++++*/
.c-activity-column_v1 {
  display: flex;
  flex-flow: row-reverse;
}
.c-activity-column_v1 .img__item {
  flex: 0 0 300px;
}
.c-activity-column_v1 .img__item img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-activity-column_v1 .txt__item {
  flex: 1;
}
.c-activity-column_v1 .txt__item > * {
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .c-activity-column_v1 {
    display: block;
  }
  .c-activity-column_v1 .img__item {
    flex: inherit;
  }
  .c-activity-column_v1 .txt__item > * {
    margin-right: 0;
    margin-top: 35px;
  }
}

.c-gallery_group figure {
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 840px) {
  .c-gallery_group figure img {
    width: 160px;
    height: 120px;
    object-fit: cover;
  }
}
.c-gallery_group figure a {
  min-width: 160px;
  width: 15%;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 840px) {
  .c-gallery_group figure {
    justify-content: space-between;
    margin-left: 0;
  }
  .c-gallery_group figure::before, .c-gallery_group figure:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
  .c-gallery_group figure::before {
    order: 1;
  }
  .c-gallery_group figure a {
    min-width: auto;
    width: calc((100% - 30px) / 3);
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery_group figure a {
    width: calc((100% - 15px) / 2);
  }
}

.c-half-column_v1 {
  display: flex;
  justify-content: space-between;
}
.c-half-column_v1 .left,
.c-half-column_v1 .right {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 480px) {
  .c-half-column_v1 {
    display: block;
  }
  .c-half-column_v1 .left,
  .c-half-column_v1 .right {
    width: 100%;
  }
  .c-half-column_v1 .right {
    margin-top: 35px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++
   共通 カードcard型
++++++++++++++++++++++++++++++++++++++++++*/
.c-photocard_v1 {
  max-width: 350px;
}
.c-photocard_v1 .img__item img {
  max-width: 350px;
}
@media screen and (max-width: 480px) {
  .c-photocard_v1 .img__item img {
    max-width: initial;
  }
}
.c-photocard_v1 .img__ttl {
  margin-top: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-photocard_v1 .img__ttl {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-photocard_v1 .img__ttl {
    font-size: calc(1.875vw + 7px);
  }
}
@media (max-width: 319px) {
  .c-photocard_v1 .img__ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-photocard_v1 {
    text-align: center;
    margin: 0 auto;
  }
}

.c-pdf-dltable .dl-set {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pdf-dltable .dl-set > dt {
  flex: 0 0 70px;
  padding: 16px;
  align-self: stretch;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-pdf-dltable .dl-set > dt {
    padding: 10px 16px 10px;
  }
}
@media (min-width: 480px) {
  .c-pdf-dltable .dl-set > dt {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-pdf-dltable .dl-set > dt {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .c-pdf-dltable .dl-set > dt {
    font-size: 16px;
  }
}
.c-pdf-dltable .dl-set > dd {
  flex: 1;
  padding: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-pdf-dltable .dl-set > dd {
    padding: 10px 16px 25px;
  }
}
@media (min-width: 480px) {
  .c-pdf-dltable .dl-set > dd {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-pdf-dltable .dl-set > dd {
    font-size: calc(1.25vw + 10px);
  }
}
@media (max-width: 319px) {
  .c-pdf-dltable .dl-set > dd {
    font-size: 14px;
  }
}
.c-pdf-dltable .dl-set > dd .ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-pdf-dltable .dl-set > dd .ttl {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-pdf-dltable .dl-set > dd .ttl {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .c-pdf-dltable .dl-set > dd .ttl {
    font-size: 16px;
  }
}
.c-pdf-dltable .dl-set > dd p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-pdf-dltable .dl-set > dd p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-pdf-dltable .dl-set > dd p {
    font-size: calc(0vw + 16px);
  }
}
@media (max-width: 319px) {
  .c-pdf-dltable .dl-set > dd p {
    font-size: 16px;
  }
}
.c-pdf-dltable .dl-set > dd p:not(:first-of-type) {
  margin-top: 10px;
}
.c-pdf-dltable .dl-set > dd .link a {
  display: inline-block;
  padding: 1.2em 1em;
  background-color: #ff6670;
  border-radius: 5px;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (min-width: 480px) {
  .c-pdf-dltable .dl-set > dd .link a {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-pdf-dltable .dl-set > dd .link a {
    font-size: calc(0vw + 16px);
  }
}
@media (max-width: 319px) {
  .c-pdf-dltable .dl-set > dd .link a {
    font-size: 16px;
  }
}
.c-pdf-dltable .dl-set > dd .link a:hover {
  background-color: #E64550;
}

/* ++++++++++++++++++++++++++++++++++++++++++
   共通 リスト
++++++++++++++++++++++++++++++++++++++++++*/
.c-group__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -35px;
}
.c-group__list li {
  margin-top: 35px;
  width: calc((100% - 35px) / 2);
  border-bottom: solid 2px #2DB6AC;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-group__list li {
    width: 100%;
    margin-top: 25px;
  }
}
.c-group__list li:hover {
  opacity: 0.7;
}
.c-group__list .detail-page a:before {
  content: url("img/detail-page_icon.svg");
  display: inline-block;
  height: 27px;
  margin-right: 10px;
}
.c-group__list a {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 0;
}
.c-group__list a .ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-group__list a .ttl {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-group__list a .ttl {
    font-size: calc(1.25vw + 14px);
  }
}
@media (max-width: 319px) {
  .c-group__list a .ttl {
    font-size: 18px;
  }
}
.c-group__list a .ttl span {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: calc(12 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .c-group__list a .ttl span {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .c-group__list a .ttl span {
    font-size: calc(1.25vw + 6px);
  }
}
@media (max-width: 319px) {
  .c-group__list a .ttl span {
    font-size: 10px;
  }
}
.c-group__list a:after {
  content: url("img/arrow_down_mini.svg");
  display: inline-block;
  margin-left: auto;
  margin-right: 10px;
  transform: rotateZ(-90deg);
}

/* ++++++++++++++++++++++++++++++++++++++++++
   共通 右寄せ角丸ボタン
   ※クラス名は旧テーマのまま（p- 接頭辞だが component層に置く）
++++++++++++++++++++++++++++++++++++++++++*/
.p-primary__button {
  max-width: 310px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-primary__button {
    margin-top: 30px;
  }
}
.p-primary__button a {
  position: relative;
  display: block;
  padding: 20px 40px;
  border: solid 3px #2DB6AC;
  border-radius: 10px;
  transition: all 0.3s;
}
.p-primary__button a:after {
  content: url(img/arrow_right.svg);
  position: absolute;
  right: 8.3%;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-primary__button a:hover {
  background: linear-gradient(89.62deg, #f1fcfb 0.33%, #ffffff 99.71%);
}
.p-primary__button a:hover:after {
  right: 6%;
}

/*-- utilityフォルダの中の_index.scss --*/
/*------------------------------------
ユーティリティ いろいろ
※クラス名は旧テーマのまま（u- 接頭辞なしのものも維持）
未使用だった .display-none / .fc-red / .fc-accent は削除
---------------------------------*/
.txt-right {
  text-align: right;
}

a.link-underline {
  text-decoration: underline;
  color: #1c197a;
}
a.link-underline:visited, a.link-underline:hover, a.link-underline:active, a.link-underline:focus {
  color: rgb(47.4285714286, 42.3469387755, 206.6530612245);
}

/*------------------------------------
ユーティリティ コンテンツの左余白確保（左柱レイアウト）
---------------------------------*/
.u-margin-left__base {
  margin-left: 11.6%;
}
@media screen and (max-width: 768px) {
  .u-margin-left__base {
    margin-left: 0;
  }
}

.u-margin-left__small {
  margin-left: 7.08%;
}
@media screen and (max-width: 768px) {
  .u-margin-left__small {
    margin-left: 0;
  }
}

/*------------------------------------
ユーティリティ リスト
旧 foundation/mixin/_list.scss のmixinは各1箇所でしか使われていないため
すべてインライン展開した（mixinファイルは廃止）
未使用だった .u-list__inline / .u-list___number_v1 / _v2 は削除
---------------------------------*/
.u-list__inline__disc {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.u-list__inline__disc * {
  margin-left: 15px;
  position: relative;
  padding-left: 15px;
}
.u-list__inline__disc *::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.u-list__disc > *:not([class]) {
  position: relative;
  padding-left: 1.5em;
}
.u-list__disc > *:not([class]):not(:first-of-type) {
  margin-top: 8px;
}
.u-list__disc > *:not([class])::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.u-list___reference-mark > *:not([class]) {
  position: relative;
  padding-left: 1.5em;
}
.u-list___reference-mark > *:not([class])::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.u-list___number_v3 > *:not([class]) {
  counter-increment: methodNo;
  position: relative;
  padding-left: 2.5em;
}
.u-list___number_v3 > *:not([class]):not(:first-of-type) {
  margin-top: 8px;
}
.u-list___number_v3 > *:not([class])::before {
  content: "(" counter(methodNo) ")";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/*-- layoutフォルダの中の_index.scss --*/
/* ++++++++++++++++++++++++++++++++++++++++++
   サイト特有ベース
++++++++++++++++++++++++++++++++++++++++++*/
html {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: inherit;
  line-height: 1.75;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  margin: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .body {
    overflow-x: hidden;
  }
}
/*---------------------
 コンテナ
-----------------------*/
.l-main-container {
  max-width: 1290px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.l-container-980 {
  max-width: 1005px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.l-unsize-container {
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

/*------------------------------------
ヘッダーメニュー 表示・非表示切り替え
※旧 .sp-view は本番HTMLで未使用のため削除
---------------------------------*/
.pc-view {
  display: block;
}
@media screen and (max-width: 1110px) {
  .pc-view {
    display: none;
  }
}

.header {
  min-height: 120px;
}
.header a {
  color: #474747;
  text-decoration: none;
}
.header a:visited, .header a:hover, .header a:active, .header a:focus {
  color: #474747;
  text-decoration: none;
}
.header a:visited, .header a:hover, .header a:active, .header a:focus {
  color: #7a7a7a;
}
@media screen and (max-width: 960px) {
  .header {
    min-height: 70px;
  }
}

.header-column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .header-column {
    min-height: 70px;
  }
}

.site-logo {
  max-width: 308px;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .site-logo {
    max-width: 200px;
  }
}

.pc-gmenu-block {
  margin-left: 50px;
}

.head-bt-gmenu {
  margin-left: auto;
}

.pc-gmenu {
  margin-left: -40px;
}
.pc-gmenu li.lv1 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  margin-left: 40px;
}
.pc-gmenu li.lv1 a {
  display: block;
  padding: 1em 0;
  position: relative;
}
.pc-gmenu li.lv1:hover > a:after {
  position: absolute;
  top: 80%;
  left: 0;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #2DB6AC;
}
.pc-gmenu .current_li .js-SPmenu-accordion-trigger {
  display: none;
}
.pc-gmenu .lv2_ul {
  transform: translateY(-65px);
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 400px;
  padding: 35px;
  background-color: #F1FCFB;
  pointer-events: none;
  z-index: 1000;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}
.pc-gmenu .lv2_ul .lv2:not(:first-of-type) {
  margin-top: 10px;
}
.pc-gmenu .lv2_ul .lv2 a {
  display: block;
  padding: 0.4em 1em;
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s;
}
.pc-gmenu .lv2_ul .lv2 a:hover {
  background-color: #2DB6AC;
  color: white;
  transition: all 0.3s;
}
.pc-gmenu .lv2_ul.is-active_slide-up {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.pc-gmenu .lv2_ul.is-active_slide-up .lv2 {
  display: block;
}
.pc-gmenu .lv2_ul.is-active_slide-up .lv2 a {
  pointer-events: auto;
}

/*-----------------------*/
.sp-hover_block {
  position: relative;
  pointer-events: none;
}
.sp-hover_block .sp-gmenu-cover_block {
  display: block;
  max-width: 400px;
  background-color: #f5f5f5;
  padding-bottom: 50px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s;
}
.sp-hover_block .sp-gmenu_block {
  margin-top: 20px;
}
.sp-hover_block .SP-gmenu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.sp-hover_block .SP-gmenu .lv1 {
  width: 100%;
  transition: 0.4s all;
  border-bottom: solid 1px #eee;
}
.sp-hover_block .SP-gmenu .lv1:hover {
  background: white;
}
.sp-hover_block .SP-gmenu .lv1 a {
  display: block;
  padding: 1.4em 2em;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .sp-hover_block .SP-gmenu .lv1 a {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .sp-hover_block .SP-gmenu .lv1 a {
    font-size: calc(0vw + 16px);
  }
}
@media (max-width: 319px) {
  .sp-hover_block .SP-gmenu .lv1 a {
    font-size: 16px;
  }
}
.sp-hover_block .SP-gmenu .lv1 > a:after {
  content: url("img/arrow_right_mini.svg");
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-hover_block .SP-gmenu .lv2 {
  margin-left: 20px;
  background-color: #ebf7f9;
  border-bottom: solid 1px white;
}
.sp-hover_block .SP-gmenu .lv2:hover {
  background: white;
}
.sp-hover_block .current_li .js-SPmenu-accordion-trigger {
  position: relative;
  display: block;
  padding: 1.4em 2em;
  margin-left: 20px;
  background-color: #cae8ee;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .sp-hover_block .current_li .js-SPmenu-accordion-trigger {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .sp-hover_block .current_li .js-SPmenu-accordion-trigger {
    font-size: calc(1.25vw + 8px);
  }
}
@media (max-width: 319px) {
  .sp-hover_block .current_li .js-SPmenu-accordion-trigger {
    font-size: 12px;
  }
}
.sp-hover_block .current_li .js-SPmenu-accordion-trigger:after {
  content: url("img/arrow_down_mini.svg");
  display: block;
  position: absolute;
  right: 11%;
  top: 46%;
  transform: translateY(-50%);
  height: 11px;
}
.sp-hover_block .current_li .js-SPmenu-accordion-trigger.js-SPmenu-accordion-isShow:after {
  top: 53%;
  transform: rotateZ(180deg);
}

.spHoverOpen_div {
  display: none;
}

.spMenuActive .sp-hover_block {
  opacity: 1;
  pointer-events: inherit;
}
.spMenuActive .sp-hover_block .sp-gmenu-cover_block {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s;
}

.head-bt-gmenu {
  width: 100px;
  height: 120px;
  background-color: #2DB6AC;
  position: relative;
}
.head-bt-gmenu::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(img/spMenu-icon--is-closed.svg);
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head-bt-gmenu.active::before {
  background: url(img/spMenu-icon--is-opened.svg);
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .head-bt-gmenu {
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .head-bt-gmenu::before {
    width: 44px;
    height: 44px;
  }
}

.spMenuTrigger_close {
  text-align: center;
  display: block;
  background-color: #2DB6AC;
  padding: 2em 1.4em;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: white;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .spMenuTrigger_close {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .spMenuTrigger_close {
    font-size: calc(0vw + 16px);
  }
}
@media (max-width: 319px) {
  .spMenuTrigger_close {
    font-size: 16px;
  }
}

.footer-pageup-field {
  --pageup-field-height: 60px;
  margin-top: calc(var(--pageup-field-height) * -1);
}
@media screen and (max-width: 768px) {
  .footer-pageup-field .l-main-container {
    padding: 0;
  }
}
.footer-pageup-field .footer-pageup {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: 0;
}

.footer-navi-field {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #F5F7FA;
}
@media screen and (max-width: 768px) {
  .footer-navi-field .l-main-container {
    padding: 0;
  }
}

.footer-navi__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-navi__link .js-SPmenu-accordion-trigger,
.footer-navi__link .lv2_ul {
  display: none;
}
.footer-navi__link li {
  width: calc((100% - 75px) / 4);
}
.footer-navi__link li:hover {
  background-color: #d9fcf9;
}
.footer-navi__link li a {
  display: block;
  padding: 1em 0;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-navi__link li {
    width: 100%;
  }
  .footer-navi__link li:not(:last-of-type) {
    border-bottom: solid 1px #ddd;
  }
}

/*-----------------------*/
.footer-top-field .footer-top-wrapper {
  display: flex;
}
.footer-top-field .footer-top-wrapper .left,
.footer-top-field .footer-top-wrapper .right {
  width: 50%;
}
.footer-top-field .footer-top-wrapper .left {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-top-field .footer-top-wrapper {
    display: block;
  }
  .footer-top-field .footer-top-wrapper .left,
  .footer-top-field .footer-top-wrapper .right {
    width: 100%;
  }
  .footer-top-field .footer-top-wrapper .right {
    margin-top: 50px;
  }
}

.footer-address_block .footer-logo {
  max-width: 142px;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .footer-address_block .footer-logo {
    margin-top: 60px;
  }
}
.footer-address_block .company-name,
.footer-address_block .add {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-address_block .footer-tel {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-address_block .footer-tel a {
  font-weight: 700;
}
.footer-address_block .policy {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (min-width: 480px) {
  .footer-address_block .policy {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-address_block .policy {
    font-size: calc(1.25vw + 6px);
  }
}
@media (max-width: 319px) {
  .footer-address_block .policy {
    font-size: 10px;
  }
}

/*-----------------------*/
.footer-under_field {
  background: #000000;
}

.copyright {
  padding: 1em 0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #E9E9E8;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/*-- projectフォルダの中の_index.scss --*/
/*--------------------------------
法人について corporate
---------------------------------*/
.corporate {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .corporate {
    padding-bottom: 100px;
  }
}

.p-corporate-message__area {
  max-width: 980px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-corporate-message__area {
    margin-top: 60px;
  }
}
.p-corporate-message__area p:not(:first-of-type) {
  margin-top: 20px;
}
.p-corporate-message__area p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-corporate-outline__area {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-corporate-outline__area {
    margin-top: 80px;
    padding-bottom: 30px;
  }
}
.p-corporate-outline__area .p-corporate-outline__body {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-corporate-outline__area .p-corporate-outline__body {
    margin-top: 40px;
    margin-left: 0%;
  }
}
.p-corporate-outline__area .p-corporate-outline__day {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-corporate-outline__area .p-corporate-outline__day {
    margin-top: 30px;
  }
}

.corporate-group__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .corporate-group__area {
    margin-top: 60px;
  }
}

/*--------------------------------
HOME
---------------------------------*/
.p-home-mainimg-area {
  width: 100%;
}

/*------------------------------------
お知らせ
---------------------------------*/
.p-home-news-area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-home-news-area {
    margin-top: 60px;
  }
}

.p-headline .p-home-news-ttl {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: calc(28 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-headline .p-home-news-ttl {
    font-size: 28px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .p-headline .p-home-news-ttl {
    font-size: calc(1.9607843137vw + 12.9411764706px);
  }
}
@media (max-width: 359px) {
  .p-headline .p-home-news-ttl {
    font-size: 20px;
  }
}

.p-home-news-list {
  border-top: #CCCCCC solid 1px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-news-list {
    margin-top: 40px;
  }
}
.p-home-news-list .card::after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 100%;
  border-top: #CCCCCC solid 1px;
}
.p-home-news-list .dayttl-set {
  margin-top: 18px;
  display: flex;
}
.p-home-news-list .dayttl-set .day {
  margin-top: 18px;
  flex: 0 0 125px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-home-news-list .dayttl-set .day {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .p-home-news-list .dayttl-set .day {
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media (max-width: 359px) {
  .p-home-news-list .dayttl-set .day {
    font-size: 14px;
  }
}
.p-home-news-list .dayttl-set .ttl {
  margin-top: 18px;
  flex: 1;
  padding-left: 30px;
  border-left: #CCCCCC solid 1px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 480px) {
  .p-home-news-list .dayttl-set .ttl {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .p-home-news-list .dayttl-set .ttl {
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media (max-width: 359px) {
  .p-home-news-list .dayttl-set .ttl {
    font-size: 14px;
  }
}
.p-home-news-list .dayttl-set .ttl a {
  text-decoration: underline;
}
@media screen and (max-width: 675px) {
  .p-home-news-list .dayttl-set {
    display: block;
  }
  .p-home-news-list .dayttl-set .day,
  .p-home-news-list .dayttl-set .ttl {
    border: none;
  }
}

/*------------------------------------
「わかバーガー」好評販売中
---------------------------------*/
.p-home-wakaburger__area {
  padding-top: 130px;
}
@media only screen and (max-width: 768px) {
  .p-home-wakaburger__area {
    padding-top: 140px;
  }
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper {
  position: relative;
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__img {
  max-width: 315px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right {
  background-color: #FCEFBB;
  border-radius: 35px;
  width: 100vw;
  margin-left: 20%;
  padding: 9.1666vw;
  padding-left: 21.7%;
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl {
    font-size: 30px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl {
    font-size: calc(10vw + -18px);
  }
}
@media (max-width: 359px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl {
    font-size: 18px;
  }
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl br {
  display: none;
}
@media screen and (max-width: 680px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl br {
    display: block;
  }
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body {
  margin-top: 40px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body {
    margin-top: 30px;
  }
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body p:not(:first-of-type) {
  margin-top: 20px;
}
.p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper {
    padding-top: 55px;
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__img {
    width: 20.8333vw;
    min-width: 200px;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right {
    width: 100%;
    margin-left: 0%;
    padding-left: 0vw;
    padding: 9.1666vw;
    padding-top: 120px;
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .ttl {
    text-align: center;
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body {
    margin-left: 0px;
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right {
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
  }
  .p-home-wakaburger__area .p-home-wakaburger__wrapper .p-home-wakaburger__right .body p {
    text-align: left;
  }
}

.p-home-wakaburger__area {
  position: relative;
}
.p-home-wakaburger__area:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F5F7FA;
  z-index: -1;
}

/*------------------------------------
三恵会グループ
---------------------------------*/
.p-home-mgroup__area {
  background-color: #F5F7FA;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-home-mgroup__area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-home-mgroup__body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-mgroup__body {
    margin-top: 40px;
  }
}
.p-home-mgroup__body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/*-- project/groupフォルダの中の_index.scss --*/
/*--------------------------------
各グループページ汎用まとめて指定
---------------------------------*/
.page.group {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .page.group {
    padding-bottom: 100px;
  }
}

.p-group-endlist__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-group-endlist__area {
    margin-top: 60px;
  }
}

.p-group__catchcopy {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-group__catchcopy {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-group__catchcopy {
    font-size: calc(6.25vw + 0px);
  }
}
@media (max-width: 319px) {
  .p-group__catchcopy {
    font-size: 20px;
  }
}

.p-group__f20-b {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-group__f20-b {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-group__f20-b {
    font-size: calc(1.25vw + 14px);
  }
}
@media (max-width: 319px) {
  .p-group__f20-b {
    font-size: 18px;
  }
}

.p-g-activity__subttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #2DB6AC;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-g-activity__subttl {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-g-activity__subttl {
    font-size: calc(1.25vw + 14px);
  }
}
@media (max-width: 319px) {
  .p-g-activity__subttl {
    font-size: 18px;
  }
}

.p-schedule-dltable .dl-set {
  position: relative;
  border-bottom: solid 1px #F1FCFB;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-schedule-dltable .dl-set {
    border-bottom: none;
    display: block;
  }
}
.p-schedule-dltable .dl-set > dt {
  flex: 0 0 250px;
  background-color: #F1FCFB;
  padding: 16px;
  align-self: stretch;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .p-schedule-dltable .dl-set > dt {
    padding: 10px 16px 10px;
  }
}
@media (min-width: 480px) {
  .p-schedule-dltable .dl-set > dt {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-schedule-dltable .dl-set > dt {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .p-schedule-dltable .dl-set > dt {
    font-size: 16px;
  }
}
.p-schedule-dltable .dl-set > dt::before {
  display: inline-block;
  margin-right: 1em;
  content: "▼";
  position: relative;
  top: -3px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 480px) {
  .p-schedule-dltable .dl-set > dt::before {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-schedule-dltable .dl-set > dt::before {
    font-size: calc(1.25vw + 8px);
  }
}
@media (max-width: 319px) {
  .p-schedule-dltable .dl-set > dt::before {
    font-size: 12px;
  }
}
.p-schedule-dltable .dl-set > dd {
  flex: 1;
  padding: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .p-schedule-dltable .dl-set > dd {
    padding: 10px 16px 25px;
  }
}
@media (min-width: 480px) {
  .p-schedule-dltable .dl-set > dd {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-schedule-dltable .dl-set > dd {
    font-size: calc(1.25vw + 10px);
  }
}
@media (max-width: 319px) {
  .p-schedule-dltable .dl-set > dd {
    font-size: 14px;
  }
}

/*--------------------------------
グループインデックスページ
---------------------------------*/
.p-group__index_top .c-group__list li a:after {
  transform: rotateZ(0deg);
}

.group-detail__list li {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .group-detail__list li {
    padding-bottom: 20px;
  }
}
.group-detail__list li:not(:first-of-type) {
  margin-top: 40px;
  border-top: solid 3px #2DB6AC;
}
@media screen and (max-width: 768px) {
  .group-detail__list li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.group-detail__list .c-table_v1 .dltable-set:last-of-type {
  border-bottom: none;
}

/*--------------------------------
各グループページ 個別 マージンなど
---------------------------------*/
.p-g-catchcopy__block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-g-catchcopy__block {
    margin-top: 20px;
  }
}

.p-g-message__body {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-g-message__body {
    margin-top: 60px;
  }
}
.p-g-message__body p:not(:first-of-type) {
  margin-top: 10px;
}
.p-g-message__body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-g-addmap__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-g-addmap__area {
    margin-top: 60px;
  }
}

.p-g-outline__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-g-outline__area {
    margin-top: 60px;
  }
}

.p-g-activity__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-g-activity__area {
    margin-top: 60px;
  }
}
.p-g-activity__area .activity__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-g-activity__area .activity__ttl {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-g-activity__area .activity__ttl {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .p-g-activity__area .activity__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-g-activity__area .activity__ttl {
    text-align: center;
  }
}

.p-g-flow__area {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-g-flow__area {
    margin-top: 60px;
  }
}

/*--------------------------------
公開情報 public_info
---------------------------------*/
.public_info {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .public_info {
    padding-bottom: 100px;
  }
}

.p-public_info__head .day {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-public_info__head .day {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  .p-public_info__head .day {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-public_info__head .day {
    font-size: calc(1.25vw + 8px);
  }
}
@media (max-width: 319px) {
  .p-public_info__head .day {
    font-size: 12px;
  }
}

.p-public_info__itemlist {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-public_info__itemlist {
    margin-top: 40px;
  }
}
.p-public_info__itemlist li {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-public_info__itemlist li {
    padding-bottom: 40px;
  }
}
.p-public_info__itemlist li:not(:first-of-type) {
  padding-top: 30px;
  border-top: solid 1px #CCCCCC;
}
@media screen and (max-width: 768px) {
  .p-public_info__itemlist li:not(:first-of-type) {
    padding-top: 40px;
  }
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dt {
  flex-shrink: 0;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dt img {
  width: 24px;
  height: auto;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd {
  flex: 1;
  display: flex;
  gap: 3px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl {
  flex: 1;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl {
    font-size: 16px;
  }
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl a {
  text-decoration: none;
  color: #474747;
  display: inline-block;
  padding-bottom: 1px;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl a:hover {
  padding-bottom: 0px;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .ttl a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9ec7dd;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  min-width: 200px;
}
@media screen and (max-width: 1100px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info {
    width: 100%;
    margin-top: 12px;
  }
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info p {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info p {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info p {
    font-size: calc(1.25vw + 6px);
  }
}
@media (max-width: 319px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info p {
    font-size: 10px;
  }
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .file-size,
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .update-date {
  color: #666;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link {
  margin: 0;
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link a {
  text-decoration: none;
  position: relative;
  padding: 4px 8px 4px 8px;
  background: #2174a1;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(12 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link a {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link a {
    font-size: calc(1.25vw + 6px);
  }
}
@media (max-width: 319px) {
  .p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link a {
    font-size: 10px;
  }
}
.p-public_info__itemlist .c-pdf-dltable .dl-pdf-content dd .meta-info .link a:hover {
  opacity: 0.8;
}

/*--------------------------------
プライバシーポリシー privacypolicy
---------------------------------*/
.privacypolicy {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy {
    padding-bottom: 100px;
  }
}

.p-privacypolicy__body > h2 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__body > h2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .p-privacypolicy__body > h2 {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-privacypolicy__body > h2 {
    font-size: calc(1.25vw + 12px);
  }
}
@media (max-width: 319px) {
  .p-privacypolicy__body > h2 {
    font-size: 16px;
  }
}
.p-privacypolicy__body > h2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #2DB6AC;
  margin-top: 10px;
}
.p-privacypolicy__body > h2 + p, .p-privacypolicy__body > h2 + ul, .p-privacypolicy__body > h2 + ol {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-privacypolicy__body > h2 + p, .p-privacypolicy__body > h2 + ul, .p-privacypolicy__body > h2 + ol {
    padding-top: 15px;
  }
}
.p-privacypolicy__body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (min-width: 480px) {
  .p-privacypolicy__body p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .p-privacypolicy__body p {
    font-size: calc(0vw + 16px);
  }
}
@media (max-width: 319px) {
  .p-privacypolicy__body p {
    font-size: 16px;
  }
}
.p-privacypolicy__body ol > *:not([class]) {
  counter-increment: methodNo;
  position: relative;
  padding-left: 1.5em;
}
.p-privacypolicy__body ol > *:not([class]):not(:first-of-type) {
  margin-top: 8px;
}
.p-privacypolicy__body ol > *:not([class])::before {
  content: counter(methodNo) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------
404
---------------------------------*/
.p-404__area {
  margin-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-404__area {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}

.p-404__body .nf404 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: calc(40 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-404__body .nf404 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .p-404__body .nf404 {
    font-size: 40px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .p-404__body .nf404 {
    font-size: calc(5.3921568627vw + -1.4117647059px);
  }
}
@media (max-width: 359px) {
  .p-404__body .nf404 {
    font-size: 18px;
  }
}
.p-404__body p {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-404__body p {
    margin-top: 40px;
  }
}
