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

 アセット - 関数

////////////////////////////////////////// */
/* map-getの配列指定を省略するための関数 */
/*
 * フォントサイズ
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ 足し引き計算
 * _fs() のラッパー関数
 *
 * @param  string $size 要求するフォントサイズ
 * @param  string $unit 単位
 * @return string       rem と px の場合、単位付きの値。 em の場合は em 値に加工。
 */
/*
 * フォントサイズ em 計算
 *
 *  @param  string $av 求める値 (基本的に、単位必須)
 *  @param  string $rv 参照値   (基本的に、単位必須)
 *  @return string     計算済み em
 */
/*
 * パーセント計算
 *
 * @param  string $av 求める値 ( 単位必須 )
 * @param  string $rv 参照値 ( 単位必須 )
 * @return string     割合 ( % )
 */
/*
 * ハーフ・リーディング (half-leading) 計算
 *
 *  @param  string  $line  行サイズ (単位なし)
 *  @param  string  $size  フォントサイズ (単位なし)
 *  @param  boolean $debug デバッグするしない
 *  @return string         ハーフ・リーディング
 */
/*
 * 行間計算 (line-height)
 *
 * @param  string $line 行サイズ (単位必須)
 * @param  string $size フォントサイズ (単位必須)
 * @return string       行間
 */
/*
 * 文字間 (letter-spacing)
 *
 * @param  string $trakking 文字間 (単位不要)
 * @return string 文字間
 */
/*
 * 重なり順
 *
 * @param  string $name 要素の配列名
 * @return string       重なり値
 */
/*
 * Round (四捨五入)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Ceil (切り上げ)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Floor (切り捨て)
 * _to-fixed のラッパー
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @return string
 */
/*
 * Round, Ceil, Floor より呼び出される
 * http://terkel.jp/archives/2012/12/decimal-digits-and-rounding-sass-function/
 *
 * @param  string $number 計算する数字
 * @param  string $digits 小数点
 * @param  string $round  計算方法
 * @return string
 */
/*
 * Helper function for str-to-num fn.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * Helper function for linear/radial-gradient-parsers.
 * Source: http://sassmeister.com/gist/9647408
 */
/*
 * cubic-bezier
 * http://www.knockknock.jp/archives/184
 * https://matthewlein.com/tools/ceaser
 *
 * @param  string $mode モード
 * @return string
 */
/*
 * テキストの境界線
 * 16分割して滑らか感をだす
 * https://www.chatwork.com/#!rid29164628-1972186661
 */
/*
 * SVGを背景として扱う場合のBase64処理
 * http://ithat.me/2016/11/20/sass-scss-function-svg-base64-encode
 */
/* //////////////////////////////////////////

 # アセット - 変数
 - テーマ = 案件 とする

////////////////////////////////////////// */
/*
 * # パス
 * - アセット関係のパスを管理
 */
/*
 * # コンテナ幅
 * - テーマごとの主要な幅を管理
 * - 主に Component で使用
 */
/*
 * # ブレークポイント
 * - lg: Tablet Landscape & PC
 * - md: Tablet Portrait
 * - sm: SmartPhone Large Landscape
 * - xs: Phablet Portrait
 * - base: テーマのメイン幅
 * - max: テーマ（PSD）の最大実寸幅
 */
/*
 * # カラー
 * - テーマの主要カラーを管理vv
 * - Utility でループするので8個程度にとどめる
 */
/*
 * # フォントファミリー
 * - $fontFamily: どれだけ増やしても大丈夫（メモ用）
 * - $familyTheme: テーマごとに管理（Utility でループする）
 * - $font-family: テーマの基本となるフォントファミリー
 */
/*
 * # フォントサイズ
 * - テーマのフォントサイズを管理
 */
/*
 * # フォントウェイト
 * - Utility でループ
 */
/* テーマベース */
/*
 * # スペース
 * - $font-size を基準に em に変換
 * - Component でループ
 */
/* 文字詰め */
/* 基礎余白 */
/* 基礎角丸 */
/* 余白リスト */
/* //////////////////////////////////////////

 アセット - Mixin

////////////////////////////////////////// */
/*
 * # メディアクエリー 横幅 以下
 */
/*
 * # メディアクエリー 横幅 以上
 */
/*
 * # メディアクエリー 横幅 自由
 */
/*
 * # メディアクエリー 縦幅 自由
 */
/*
 * # メディアクエリー 解像度
 */
/*
 * # メディアクエリー Orientation
 */
/*
 * # トリガーステータス
 */


/* AdobeBlank 空白のフォントを読み込む */
/* ローカルの源ノ角ゴシックを再定義 */
@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), local("Noto Sans CJK JP Regular"), local("源ノ角ゴシック Regular");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), local("Noto Sans CJK JP Medium"), local("源ノ角ゴシック Medium");
}

@font-face {
  font-family: "Noto-Sans-JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), local("Noto Sans CJK JP Bold"), local("源ノ角ゴシック Bold");
}

/* ローカルの源ノ明朝を再定義 */
@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP"), local("NotoSerifJP-Regular");
}

@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium");
}

@font-face {
  font-family: "Noto-Serif-JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold");
}

/* Yu Gothic, 游ゴシック */
@font-face {
  font-family: "Yu-Go";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "Yu-Go";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
}

@font-face {
  font-family: "Yu-Min";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho");
}

/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bh9trf");
  src: url("../fonts/icomoon.eot?bh9trf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bh9trf") format("truetype"), url("../fonts/icomoon.woff?bh9trf") format("woff"), url("../fonts/icomoon.svg?bh9trf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

/*
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 *
 * + original
 *
 */
@-ms-viewport {
  width: device-width;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* //////////////////////////////////////////

独自の初期化スタイル

////////////////////////////////////////// */
* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  list-style: none;
  border-spacing: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  min-width: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ecedf1;
  background-color: #ffffff;
}

body {
  height: 100%;
  text-align: left;
  color: #65513c;
  font-size: 1.5rem;
  font-family: YuGothicM_F, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-style: none;
}

img[src$=".svg"]:not([width]), img[src*=".svg?"]:not([width]) {
  width: 100%;
}

svg {
  flex: 0 0 auto;
  max-width: 100%;
  fill: currentColor;
}

a {
  color: #5d457b;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.pc a[href^="tel"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
}

.sp a:hover, .sp a:focus {
  text-decoration: none;
}

button,
[type="submit"],
label[for] {
  cursor: pointer;
}

img[align="left"] + p {
  margin-top: 0;
}

img[align="right"] + p {
  margin-top: 0;
}

input[type="url"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  border: 1px solid #b0b8c5;
  background-color: #f4f4f4;
  outline: none !important;
  width: 100%;
  padding: 0 16px;
  height: 44px;
  border-radius: 6px;
  transition: border-color .25s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
}

input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #457b45;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
}

input[type="url"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
input[type="text"]:not(:placeholder-shown),
input[type="number"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
input[type="password"]:not(:placeholder-shown),
input[type="search"]:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:not(:placeholder-shown) {
  background-color: #ffffff;
}

input[type="url"].not-valid,
input[type="tel"].not-valid,
input[type="text"].not-valid,
input[type="number"].not-valid,
input[type="email"].not-valid,
input[type="password"].not-valid,
input[type="search"].not-valid,
textarea.not-valid,
select.not-valid {
  border-color: #d82338;
  background-color: #ffffff;
}

input[type="url"].not-valid:focus,
input[type="tel"].not-valid:focus,
input[type="text"].not-valid:focus,
input[type="number"].not-valid:focus,
input[type="email"].not-valid:focus,
input[type="password"].not-valid:focus,
input[type="search"].not-valid:focus,
textarea.not-valid:focus,
select.not-valid:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 100, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(216, 35, 56, 0.5);
}

html.sp input[type="url"], html.sp
input[type="tel"], html.sp
input[type="text"], html.sp
input[type="number"], html.sp
input[type="email"], html.sp
input[type="password"], html.sp
input[type="search"], html.sp
textarea, html.sp
select {
  font-size: 1.6rem !important;
}

select {
  /* Firefox 36+ */
  -moz-appearance: none;
  /* Chrome 41+ */
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 16px;
  /* IE10以上 デフォルト矢印を消す */
}

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

input[type="file"] {
  cursor: pointer !important;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"] {
  border-radius: 3px;
}

input[type="radio"],
input[type="checkbox"] {
  background-color: gray;
  border-style: solid;
  color: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}

input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0b8c5;
  font-weight: 500;
}

.l-hero {
  width: 100%;
  height: 240px;
  margin-top: -30px;
  background: url("../images/hero.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-build {
  position: relative;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-content {
  width: 100%;
}

.l-content.content--post {
  padding-top: 40px;
}

.l-content.bg--introduction {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center top;
  background-size: 100%, 100%;
  padding-top: 40px;
  padding-bottom: 34px;
}

.l-content.bg--activities {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23eff5e9%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top center;
  background-size: 100%, 100%;
  padding: 40px 0;
}

.l-content.bg--green {
  background-color: #eff5e9;
}

.l-content.bg--blue {
  background-color: #ddebf0;
}

.l-content.bg--white {
  background-color: #fff;
}

.l-content.bg--silhouette {
  position: relative;
  background-image: url("../images/bg-silhouette1.png"), url("../images/bg-silhouette2.png"), url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 494px left, top 128px right, bottom center;
  background-size: 176px 205px, 176px 205px, 100%;
}

.l-content.bg--silhouette:before, .l-content.bg--silhouette:after {
  content: '';
  display: block;
  position: absolute;
}

.l-content.bg--silhouette:before {
  width: 294px;
  height: 216px;
  background: url("../images/bg-leaf1.png") no-repeat center center/cover;
  left: 0;
  top: 645px;
}

.l-content.bg--silhouette:after {
  width: 294px;
  height: 216px;
  background: url("../images/bg-leaf2.png") no-repeat center center/cover;
  right: 0;
  top: -25px;
}

.l-content__inner {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.l-content__inner.inner--1120 {
  width: 1160px;
  min-width: 320px;
  padding: 0 20px;
}

.l-content__inner.inner--960 {
  width: 1000px;
  min-width: 320px;
  padding: 0 20px;
}

.l-content__inner.inner--770 {
  width: 810px;
  min-width: 320px;
  padding: 0 20px;
}

.p-shape {
  width: 100px;
}

/* //////////////////////////////////////////
 # L フッター
////////////////////////////////////////// */
.l-footer {
  width: 100%;
  background: #eff5e9;
  padding-top: 70px;
}

.l-footer__inner {
  width: 1160px;
  max-width: 100%;
  min-width: 320px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__main {
  display: flex;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0 29px;
}

.l-footer__banner {
  width: 100%;
}

.l-footer__bannerDotted {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #457b45;
  position: relative;
}

.l-footer__bannerDotted:before, .l-footer__bannerDotted:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #457b45;
  border-radius: 100%;
  position: absolute;
  top: -50%;
  transform: translateY(-50%);
}

.l-footer__bannerDotted:before {
  left: 0;
}

.l-footer__bannerDotted:after {
  right: 0;
}

.l-footer__bannerList {
  padding: 28px 0;
  display: flex;
  justify-content: center;
}

.l-footer__bannerItem {
  padding: 0 12px;
}

.l-footer__bannerLink {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow .25s;
}

.l-footer__bannerLink:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 47, 87, 0.25);
}

.l-footer__mainCol {
  padding: 0 17.5px;
}

.l-footer__logo img {
  width: 202px;
}

.l-footer__tel {
  display: block;
  margin-bottom: 10px;
}

.l-footer__address {
  text-align: center;
}

.l-footer__cp {
  width: 100%;
  text-align: center;
  background-color: #457b45;
}

.l-footer__cp small {
  width: 1120px;
  margin: 0 auto;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
}

/* //////////////////////////////////////////
 # L フッターナビ
////////////////////////////////////////// */
.l-footerNav {
  display: flex;
}

.l-footerNav__item {
  display: flex;
  align-items: center;
  transition: background-color .25s;
}

.l-footerNav__link {
  color: #65513c;
  font-size: 15px;
  padding: 8.5px 20px 8.5px 0;
}

.l-footerNav__link:hover {
  text-decoration: none;
}

.l-footerNav svg[class^="ico-svg-arrow-right"] {
  width: 10px;
  height: 5px;
  margin-right: 8px;
  fill: #e7b930;
}

.l-footerNav svg[class^="ico-svg-directory-l"] {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-left: 18px;
  fill: #65513c;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-header {
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
}

.l-header__inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
}

.l-header__col {
  display: flex;
  align-items: center;
}

.l-header__col:nth-child(2) {
  margin-left: 5px;
  flex: 0 0 auto;
}

.l-header__col:nth-child(3) {
  flex: 1 1 auto;
  justify-content: flex-end;
}

.l-header__logo {
  transition: 0.3s;
}

.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__tel {
  padding: 0 20px;
}

.l-header__banner {
  overflow: hidden;
  border-radius: 500px;
  transition: box-shadow .25s;
}

.l-header__banner:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 47, 87, 0.25);
}

.l-header__banner + .l-header__banner {
  margin-left: 10px;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.l-main {
  width: 100%;
  position: relative;
  z-index: 0;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */
.l-mv {
  width: 100%;
  margin-top: -40px;
  z-index: -1;
  background: url("../images/img-mv.jpg") no-repeat 35% center/cover;
  padding-top: 44%;
  position: relative;
}

.l-mv__inner {
  width: 1160px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 9.5455%;
  left: 0;
  right: 0;
}

.l-mv__img {
  width: 613px;
  max-width: 100%;
  margin-left: auto;
}

/* //////////////////////////////////////////
 # Layout
////////////////////////////////////////// */

.l-nav {
  display: flex;
  transition: all 0.5s cubic-bezier(0, 0.54, 0.54, 0.99);
  position: relative;
  z-index: 1;
}

.l-nav:before, .l-nav:after {
  content: '';
  flex: 1;
  background: url("../images/nav-bg-space.png") repeat-x top left/1px 118px;
}

.l-nav::after {
  margin-left: -1px;
}

.l-nav__inner {
  width: 1500px;
  max-width: 100%;
  background: url("../images/nav-bg-center.png") no-repeat center center/1500px 118px;
}

.l-nav__list {
  width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  height: 95px;
  margin: 0 auto 23px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.l-nav__item {
  width: 100%;
  height: 67px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}

.l-nav__item--drawer {
  display: none;
}

.l-nav__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-nav__item:nth-child(1) {
  display: none;
}

.l-nav__item:nth-child(1):before {
  border-left: 1px dotted #457b45;
}

.l-nav__item:nth-child(2):before {
  border-left: 1px dotted #457b45;
}

.l-nav__item:nth-child(3) {
  transform: translateY(-10px);
}

.l-nav__item:nth-child(3):before {
  border-left: 1px dotted #457b45;
}

.l-nav__item:nth-child(4) {
  transform: translateY(-15px);
}

.l-nav__item:nth-child(4):before {
  border-left: 1px dotted #457b45;
}

.l-nav__item:nth-child(5) {
  transform: translateY(-20px);
}

.l-nav__item:nth-child(5):before {
  border-left: 1px dotted #457b45;
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(6) {
  transform: translateY(-15px);
}

.l-nav__item:nth-child(6):before {
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(7) {
  transform: translateY(-10px);
}

.l-nav__item:nth-child(7):before {
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(8):before {
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(9) {
  transform: translateY(-10px);
}

.l-nav__item:nth-child(9):before {
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(10) {
  transform: translateY(-10px);
}

.l-nav__item:nth-child(10):before {
  border-right: 1px dotted #457b45;
}

.l-nav__item:nth-child(11) {
  transform: translateY(-10px);
}

.l-nav__item:nth-child(11):before {
  border-right: 1px dotted #457b45;
}

.l-nav__link {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  transition: all .25s;
}

.l-nav__link--parent {
  transform: none !important;
  position: relative;
}

.l-nav__link--child {
  position: absolute;
  padding: 12px 25px 0;
  bottom: -115px;
  left: 50%;
  width: 140px;
  height: 111px;
  background-size: cover;
  background-image: url("../images/bg-nav.png");
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-50%);
}

.l-nav__link--child.is-show {
  visibility: visible;
  opacity: 1;
}

.l-nav__link--child a {
  display: block;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  position: relative;
}

.l-nav__link--child a:hover::before {
  left: 5px;
}

.l-nav__link--child a:first-of-type {
  border-bottom: 1px dotted #457b45;
}

.l-nav__link--child a::before {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: cover;
  background-image: url("../images/ico-arrow-orange.png");
  transition: 0.3s;
}

.l-nav__link--child a img {
  vertical-align: middle;
}

.l-nav__link:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px auto 0;
  border-radius: 100%;
  background-color: #96c53c;
  transition: all .4s;
}

.l-nav__link:hover {
  transform: scale(1.1);
}

.l-nav__link:hover:after {
  background-color: #e7b930;
}

.l-nav__spBtn {
  display: none;
}

.l-nav__spBtn__col {
  display: flex;
  justify-content: center;
  width: 100%;
}

.l-nav__spBtn__col:nth-child(2) {
  flex-direction: column;
}

.l-nav__spBtn__tel {
  display: inline-block;
  margin: 40px 0 0;
}

.l-nav__spBtn a {
  text-align: center;
  margin: 20px 0 0;
}

.l-nav__spBtn a:not(:first-child) {
  margin-left: 15px;
}

[id="drawer-state"]:checked ~ .l-wraper > div .l-nav__hoge {
  z-index: 9998;
}

[id="drawer-state"]:checked ~ .l-wraper > div .l-nav__hoge .l-nav {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background: #eff5e9;
}

[id="drawer-state"]:checked ~ .l-wraper > div .l-trigger .l-trigger__line {
  background: transparent;
}

[id="drawer-state"]:checked ~ .l-wraper > div .l-trigger .l-trigger__line:before {
  background-color: #457b45;
  transform: translateY(8px) rotate(135deg);
}

[id="drawer-state"]:checked ~ .l-wraper > div .l-trigger .l-trigger__line:after {
  background-color: #457b45;
  transform: translateY(-8px) rotate(-135deg);
}

/* //////////////////////////////////////////
 # Layout pagetop
////////////////////////////////////////// */
.l-pageTop {
  width: 100%;
  position: relative;
}

.l-pageTop a {
  padding-top: 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

html:not(.sp) .l-pageTop a:hover .l-pageTop__text, html:not(.sp) .l-pageTop a:focus .l-pageTop__text {
  top: 5px;
}

.l-pageTop__text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 15px;
  transition: .4s;
}

.l-recruit {
  position: fixed;
  right: 5px;
  bottom: 150px;
}

/* //////////////////////////////////////////
 # L スマホメニューのトリガー
////////////////////////////////////////// */
.l-trigger {
  width: 70px;
  height: 64px;
  border-radius: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  outline: none;
  z-index: 99999;
}

.l-trigger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

[id="drawer-state"]:checked + #body .l-main {
  margin-left: 70px;
}

[id="drawer-state"]:checked + #body .l-sub {
  width: 70px;
}

[id="drawer-state"]:checked + #body .l-nav__item {
  padding: 12px 0;
}

[id="drawer-state"]:checked + #body .l-nav__item:hover + .l-nav--children .l-nav__item .l-nav__text {
  display: block;
  display: block !important;
}

[id="drawer-state"]:checked + #body .l-nav__item[for]::after {
  display: none;
}

[id="drawer-state"]:checked + #body .l-nav__icon {
  flex-basis: 70px;
}

.l-trigger__line {
  margin: 12px 0;
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 2px;
  background-color: #457b45;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.l-trigger__line:before, .l-trigger__line:after {
  content: " ";
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-trigger__line:before {
  top: -8px;
}

.l-trigger__line:after {
  top: 8px;
}

/* //////////////////////////////////////////
 # Layout
 - レイアウト調整
////////////////////////////////////////// */
.l-wraper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 800px 800px;
  background-repeat: repeat;
  background-image: url("../images/bg-pattern-washi.jpg");
}

/* //////////////////////////////////////////

 # Component
 - 汎用グリッドレイアウト（Flexbox）

  ////////////////////////////////////////// */
.c-grid-wrapper {
  overflow: hidden;
}

.c-col-12 {
  width: 100%;
}

.c-col-11 {
  width: 91.66666667%;
}

.c-col-10 {
  width: 83.33333333%;
}

.c-col-9 {
  width: 75%;
}

.c-col-8 {
  width: 66.66666667%;
}

.c-col-7 {
  width: 58.33333333%;
}

.c-col-6 {
  width: 50%;
}

.c-col-5col {
  width: 20%;
}

.c-col-5 {
  width: 41.66666667%;
}

.c-col-4 {
  width: 33.33333333%;
}

.c-col-3 {
  width: 25%;
}

.c-col-2 {
  width: 16.66666667%;
}

.c-col-1 {
  width: 8.33333333%;
}

.c-col-auto {
  width: auto;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid > [class*="c-col"] {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  flex-direction: column;
  min-height: 1px;
  max-width: 100%;
}

.c-grid--fit > [class*="c-col"] {
  flex-direction: row;
}

.c-grid--x1 {
  margin-right: -1px;
  margin-left: -1px;
}

.c-grid--x1 > [class*="c-col"] {
  padding-right: 1px;
  padding-left: 1px;
}

.c-grid--y1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.c-grid--y1 > [class*="c-col"] {
  margin-top: 1px;
  margin-bottom: 1px;
}

.c-grid--x5 {
  margin-right: -5px;
  margin-left: -5px;
}

.c-grid--x5 > [class*="c-col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.c-grid--x5_ {
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.c-grid--x5_ > [class*="c-col"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.c-grid--y5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.c-grid--y5 > [class*="c-col"] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-grid--y5_ {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.c-grid--y5_ > [class*="c-col"] {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.c-grid--x10 {
  margin-right: -10px;
  margin-left: -10px;
}

.c-grid--x10 > [class*="c-col"] {
  padding-right: 10px;
  padding-left: 10px;
}

.c-grid--x10_ {
  margin-right: -5px;
  margin-left: -5px;
}

.c-grid--x10_ > [class*="c-col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.c-grid--y10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.c-grid--y10 > [class*="c-col"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-grid--y10_ {
  margin-top: -5px;
  margin-bottom: -5px;
}

.c-grid--y10_ > [class*="c-col"] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-grid--x15 {
  margin-right: -15px;
  margin-left: -15px;
}

.c-grid--x15 > [class*="c-col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.c-grid--x15_ {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.c-grid--x15_ > [class*="c-col"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.c-grid--y15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.c-grid--y15 > [class*="c-col"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-grid--y15_ {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.c-grid--y15_ > [class*="c-col"] {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.c-grid--x20 {
  margin-right: -20px;
  margin-left: -20px;
}

.c-grid--x20 > [class*="c-col"] {
  padding-right: 20px;
  padding-left: 20px;
}

.c-grid--x20_ {
  margin-right: -10px;
  margin-left: -10px;
}

.c-grid--x20_ > [class*="c-col"] {
  padding-right: 10px;
  padding-left: 10px;
}

.c-grid--y20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.c-grid--y20 > [class*="c-col"] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-grid--y20_ {
  margin-top: -10px;
  margin-bottom: -10px;
}

.c-grid--y20_ > [class*="c-col"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-grid--x25 {
  margin-right: -25px;
  margin-left: -25px;
}

.c-grid--x25 > [class*="c-col"] {
  padding-right: 25px;
  padding-left: 25px;
}

.c-grid--x25_ {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.c-grid--x25_ > [class*="c-col"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.c-grid--y25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.c-grid--y25 > [class*="c-col"] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-grid--y25_ {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}

.c-grid--y25_ > [class*="c-col"] {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

.c-grid--x30 {
  margin-right: -30px;
  margin-left: -30px;
}

.c-grid--x30 > [class*="c-col"] {
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid--x30_ {
  margin-right: -15px;
  margin-left: -15px;
}

.c-grid--x30_ > [class*="c-col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.c-grid--y30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.c-grid--y30 > [class*="c-col"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-grid--y30_ {
  margin-top: -15px;
  margin-bottom: -15px;
}

.c-grid--y30_ > [class*="c-col"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-grid--x35 {
  margin-right: -35px;
  margin-left: -35px;
}

.c-grid--x35 > [class*="c-col"] {
  padding-right: 35px;
  padding-left: 35px;
}

.c-grid--x35_ {
  margin-right: -17.5px;
  margin-left: -17.5px;
}

.c-grid--x35_ > [class*="c-col"] {
  padding-right: 17.5px;
  padding-left: 17.5px;
}

.c-grid--y35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.c-grid--y35 > [class*="c-col"] {
  margin-top: 35px;
  margin-bottom: 35px;
}

.c-grid--y35_ {
  margin-top: -17.5px;
  margin-bottom: -17.5px;
}

.c-grid--y35_ > [class*="c-col"] {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.c-grid--x40 {
  margin-right: -40px;
  margin-left: -40px;
}

.c-grid--x40 > [class*="c-col"] {
  padding-right: 40px;
  padding-left: 40px;
}

.c-grid--x40_ {
  margin-right: -20px;
  margin-left: -20px;
}

.c-grid--x40_ > [class*="c-col"] {
  padding-right: 20px;
  padding-left: 20px;
}

.c-grid--y40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.c-grid--y40 > [class*="c-col"] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-grid--y40_ {
  margin-top: -20px;
  margin-bottom: -20px;
}

.c-grid--y40_ > [class*="c-col"] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-grid--x45 {
  margin-right: -45px;
  margin-left: -45px;
}

.c-grid--x45 > [class*="c-col"] {
  padding-right: 45px;
  padding-left: 45px;
}

.c-grid--x45_ {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.c-grid--x45_ > [class*="c-col"] {
  padding-right: 22.5px;
  padding-left: 22.5px;
}

.c-grid--y45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.c-grid--y45 > [class*="c-col"] {
  margin-top: 45px;
  margin-bottom: 45px;
}

.c-grid--y45_ {
  margin-top: -22.5px;
  margin-bottom: -22.5px;
}

.c-grid--y45_ > [class*="c-col"] {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

.c-grid--x50 {
  margin-right: -50px;
  margin-left: -50px;
}

.c-grid--x50 > [class*="c-col"] {
  padding-right: 50px;
  padding-left: 50px;
}

.c-grid--x50_ {
  margin-right: -25px;
  margin-left: -25px;
}

.c-grid--x50_ > [class*="c-col"] {
  padding-right: 25px;
  padding-left: 25px;
}

.c-grid--y50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.c-grid--y50 > [class*="c-col"] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-grid--y50_ {
  margin-top: -25px;
  margin-bottom: -25px;
}

.c-grid--y50_ > [class*="c-col"] {
  margin-top: 25px;
  margin-bottom: 25px;
}

/*
#styleguide
wpedit

```
<div class="c-wpedit">
 記事内容
</div>
```
*/
.c-wpedit :first-child {
  margin-top: 0;
}

.c-wpedit :last-child {
  margin-bottom: 0;
}

.c-wpedit h1,
.c-wpedit h2,
.c-wpedit h3,
.c-wpedit h4,
.c-wpedit h5,
.c-wpedit h6 {
  clear: both;
  font-weight: 900;
  margin: 56px 0 28px;
}

.c-wpedit h1 {
  font-size: 33px;
  line-height: 1.2727272727;
}

.c-wpedit h2 {
  font-size: 28px;
  line-height: 1.25;
}

.c-wpedit h3 {
  font-size: 23px;
  line-height: 1.2173913043;
}

.c-wpedit h4,
.c-wpedit h5,
.c-wpedit h6 {
  font-size: 19px;
  line-height: 1.1052631579;
}

.c-wpedit h4 {
  letter-spacing: 0.13333em;
  text-transform: uppercase;
}

.c-wpedit h6 {
  font-style: italic;
}

.c-wpedit h1:first-child,
.c-wpedit h2:first-child,
.c-wpedit h3:first-child,
.c-wpedit h4:first-child,
.c-wpedit h5:first-child,
.c-wpedit h6:first-child {
  margin-top: 0;
}

.c-wpedit p {
  margin: 0 0 24px;
  line-height: 2;
}

.c-wpedit b,
.c-wpedit strong {
  font-weight: 700;
}

.c-wpedit dfn,
.c-wpedit cite,
.c-wpedit em,
.c-wpedit i {
  font-style: italic;
}

.c-wpedit blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  padding: 0 0 0 24px;
}

.c-wpedit blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}

.c-wpedit blockquote:before,
.c-wpedit blockquote:after {
  content: "";
  display: table;
}

.c-wpedit blockquote:after {
  clear: both;
}

.c-wpedit blockquote > :last-child {
  margin-bottom: 0;
}

.c-wpedit blockquote cite,
.c-wpedit blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}

.c-wpedit blockquote em,
.c-wpedit blockquote i,
.c-wpedit blockquote cite {
  font-style: normal;
}

.c-wpedit blockquote strong,
.c-wpedit blockquote b {
  font-weight: 400;
}

.c-wpedit blockquote.alignleft,
.c-wpedit blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}

.c-wpedit address {
  font-style: italic;
  margin: 0 0 28px;
}

.c-wpedit code,
.c-wpedit kbd,
.c-wpedit tt,
.c-wpedit var,
.c-wpedit samp,
.c-wpedit pre {
  font-family: Inconsolata, monospace;
}

.c-wpedit pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.c-wpedit code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}

.c-wpedit abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.c-wpedit mark,
.c-wpedit ins {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

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

.c-wpedit sub {
  top: -6px;
}

.c-wpedit sup {
  bottom: -3px;
}

.c-wpedit small {
  font-size: 80%;
}

.c-wpedit big {
  font-size: 125%;
}

.c-wpedit hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

.c-wpedit ul {
  list-style: disc;
}

.c-wpedit ol {
  list-style: decimal;
}

.c-wpedit li > ul,
.c-wpedit li > ol {
  margin-bottom: 0;
}

.c-wpedit li > ul,
.c-wpedit blockquote > ul {
  margin-left: 20px;
}

.c-wpedit li > ol,
.c-wpedit blockquote > ol {
  margin-left: 24px;
}

.c-wpedit dl {
  margin: 0 0 28px;
}

.c-wpedit dt {
  font-weight: bold;
}

.c-wpedit dd {
  margin: 0 0 28px;
}

.c-wpedit table,
.c-wpedit th,
.c-wpedit td,
.c-wpedit .mce-item-table,
.c-wpedit .mce-item-table th,
.c-wpedit .mce-item-table td {
  border: 1px solid #d1d1d1;
}

.c-wpedit table a {
  color: #007acc;
}

.c-wpedit table,
.c-wpedit .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

.c-wpedit table th,
.c-wpedit .mce-item-table th,
.c-wpedit table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

.c-wpedit table td,
.c-wpedit .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

.c-wpedit img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.c-wpedit a img {
  display: block;
}

.c-wpedit figure {
  margin: 0;
}

.c-wpedit del {
  opacity: 0.8;
}

.c-wpedit a {
  box-shadow: 0 1px 0 0 currentColor;
  color: #007acc;
  text-decoration: none;
}

.c-wpedit fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}

.c-wpedit .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.c-wpedit .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.c-wpedit .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

.c-wpedit .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.c-wpedit .wp-caption-text,
.c-wpedit .wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

.c-wpedit .mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}

.c-wpedit .gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}

.c-wpedit .gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.c-wpedit .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.c-wpedit .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.c-wpedit .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.c-wpedit .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.c-wpedit .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.c-wpedit .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.c-wpedit .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.c-wpedit .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.c-wpedit .gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
}

.c-wpedit .gallery-columns-6 .gallery-caption,
.c-wpedit .gallery-columns-7 .gallery-caption,
.c-wpedit .gallery-columns-8 .gallery-caption,
.c-wpedit .gallery-columns-9 .gallery-caption {
  display: none;
}

.c-wpedit .wp-audio-shortcode a,
.c-wpedit .wp-playlist a {
  box-shadow: none;
}

.c-wpedit .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}

.c-wpedit .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}

.c-wpedit .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}

.c-wpedit .mce-content-body .wp-playlist-item-length {
  top: 10px;
}

.c-wpedit .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}

.c-wpedit .rtl blockquote.alignleft,
.c-wpedit .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}

.c-wpedit .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}

.c-wpedit .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}

.c-wpedit .rtl li > ul,
.c-wpedit .rtl blockquote > ul {
  margin-right: 20px;
  margin-left: auto;
}

.c-wpedit .rtl li > ol,
.c-wpedit .rtl blockquote > ol {
  margin-right: 24px;
  margin-left: auto;
}

.c-wpedit .rtl table th,
.c-wpedit .rtl .mce-item-table th,
.c-wpedit .rtl table caption {
  text-align: right;
}

.c-wpedit .wp-video {
  width: 100% !important;
}

.c-wpedit .wp-video video {
  width: 100%;
  height: 100%;
}

.p-message {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;
  overflow: hidden;
}

.p-message__item__inner {
  padding: 35px 20px 60px !important;
}

.p-message__item__container {
  width: 980px !important;
}

.p-message__item__img {
  flex: 0 0 auto;
  width: 155px;
  max-width: 100%;
  margin-top: 10px;
  margin-right: 15px;
}

.p-message__item__textarea {
  width: 790px;
  max-width: 100%;
}

.p-message__item__h2 {
  width: 100%;
  color: #457b45;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 37px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.p-message__item__h2::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background-image: url("../images/page/activities/title-line.png");
}

.p-message__item__h2::after {
  content: "";
  width: 23px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/page/activities/title-icon.png");
}

.p-message__item__h3 {
  position: relative;
  color: #457b45;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 5px;
}

.p-message__item__h3::before {
  content: "";
  width: 11px;
  height: 11px;
  background-size: cover;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #96c53c;
}

.p-message__item__col + .p-message__item__col {
  margin-top: 15px;
}

.p-message__item__text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}

/* -------------------------------------------
  Project - activitie
s------------------------------------------- */
.p-activities {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-activities__inner {
  position: relative;
}

.p-activities__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: 0;
  background-image: url("../images/bg-activities-decoration-01.png"), url("../images/bg-activities-decoration-02.png"), url("../images/bg-activities-decoration-03.png"), url("../images/bg-activities-decoration-04.png");
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 80px 80px, 80px 80px, 80px 80px, 80px 80px;
}

.p-activities__itemWrapper {
  position: relative;
  padding: 6px;
}

.p-activities__item {
  box-shadow: 0 0 0 1px #cec9a4, 0 0 0 6px #ffffff, 1.286px 1.532px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.p-activities__link {
  border: 9px solid #ffffff;
  background: #ffffff;
  display: block;
}

.p-activities__link:hover {
  text-decoration: none;
}

.p-activities__img {
  width: 100%;
  height: 0;
  border-radius: 10px;
  padding-bottom: 60.71429%;
  position: relative;
  overflow: hidden;
}

.p-activities__img:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 17.85714%;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  bottom: -20.456%;
}

.p-activities__img img {
  width: 100%;
  transform: scale(1);
  transition: all .25s ease-in;
}

.p-activities__link:hover .p-activities__img img {
  transform: scale(1.1);
  opacity: .7;
}

.p-activities__text {
  color: #457b45;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
  transition: color .25s;
  padding: 12px 0 14px;
}

.p-activities__text.text--18 {
  font-size: 18px;
  padding: 5px 0 4px;
}

.p-activities__link:hover .p-activities__text {
  color: #e7b930;
}

.p-activities__btnWrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 41px;
  display: flex;
  justify-content: center;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  color: #ffffff;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 15px;
  background-color: #e7b930;
  border: 2px solid #e7b930;
  border-radius: 100px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  transition: all .25s ease;
  line-height: 36px;
}

.p-btn__wrapper {
  display: flex;
  justify-content: center;
}

.p-btn__wrapper.margin--service {
  margin-top: 30px;
  padding-bottom: 49px;
}

.p-btn__wrapper.margin--t50b41 {
  margin-top: 50px;
  margin-bottom: 41px;
}

.p-btn__wrapper.margin--life {
  margin-top: 15px;
  padding-bottom: 85px;
}

.p-btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #e7b930;
  color: #e7b930;
  box-shadow: 0px 6px 16px 0px rgba(0, 47, 87, 0.25);
}

.p-btn.btn--arrow span {
  margin-right: 25px;
}

.p-btn.btn--arrow > [class^="c-icon"] {
  width: 10px;
  height: 5px;
  margin-right: -25px;
}

.p-btn.btn--arrow.text--long span {
  margin-right: 15px;
}

.p-btn.btn--arrow.text--long > [class^="c-icon"] {
  margin-right: -15px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-heading {
  text-align: center;
}

.p-heading.heading--post {
  margin-bottom: 30px;
}

.p-heading__title {
  margin-bottom: 17px;
}

.p-heading__catch {
  font-weight: 500;
  font-size: 36px;
  color: #457b45;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: inline-block;
  padding: 0 25px 5px;
  position: relative;
}

.p-heading__catch:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/bg-mottled-green.jpg") no-repeat center bottom;
}

.p-heading__catch > span {
  font-size: 48px;
}

.p-heading__paragraph {
  margin: 17px 0 22px;
  font-size: 15px;
  line-height: 2;
  color: #65513c;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-heading__paragraph.paragraph--wrapper {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

.p-heading__paragraph.paragraph--w810 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.p-heading__paragraph.margin--62 {
  margin-bottom: 62px;
}

/* -------------------------------------------
  Project - introduction
------------------------------------------- */
.p-introduction {
  /*
	 * 説明：飾り花
	 */
}

.p-introduction__img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.p-introduction__img:before {
  content: '';
  display: block;
  width: 332px;
  height: 332px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("../images/image-introduction.png") no-repeat center center/cover;
}

.p-introduction__flower-01, .p-introduction__flower-02 {
  position: absolute;
}

.p-introduction__flower-01 {
  top: -60px;
  left: -94px;
}

.p-introduction__flower-02 {
  bottom: -40px;
  right: -70px;
}

/* -------------------------------------------
  Project
------------------------------------------- */
.p-life__list {
  margin-top: 38px;
}

.p-life__item {
  border-radius: 20px;
  height: 100%;
  border: 8px solid #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 16px;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  background: url("../images/bg-mottled-green.jpg") no-repeat center center/cover;
}

.p-life__item:before {
  content: '';
  width: 92px;
  height: 55px;
  display: block;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}

.p-life__item--01:before {
  background: url("../images/life-heading-icon01.png") no-repeat center center/cover;
}

.p-life__item--02:before {
  background: url("../images/life-heading-icon02.png") no-repeat center center/cover;
}

.p-life__item--03:before {
  background: url("../images/life-heading-icon03.png") no-repeat center center/cover;
}

.p-life__item--04:before {
  background: url("../images/life-heading-icon04.png") no-repeat center center/cover;
}

.p-life__title {
  color: #457b45;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-life__paragraph {
  font-size: 15px;
  line-height: 2;
  color: #65513c;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-align: justify;
}

.p-life__paragraph.bg--white {
  background-color: #fcfdfe;
  padding: 16px 28px;
  height: 100%;
}

/* -------------------------------------------
  Project - post
------------------------------------------- */
.p-post__list {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #457b45;
  position: relative;
}

.p-post__list:before, .p-post__list:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #457b45;
  border-radius: 100%;
  position: absolute;
  bottom: -2px;
}

.p-post__list:before {
  left: 0;
}

.p-post__list:after {
  right: 0;
}

.p-post__item {
  border-top: 1px dotted #457b45;
  position: relative;
  padding: 0 20px;
  transition: background-color .25s ease-out;
}

.p-post__item:hover {
  background-color: #f7faf4;
}

.p-post__item:hover .p-post__link {
  transform: translateX(15px);
}

.p-post__item:hover .p-post__label {
  text-decoration: underline;
  color: #5d457b;
}

.p-post__item:hover [class^="c-icon"] {
  fill: #5d457b;
}

.p-post__item:before, .p-post__item:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #457b45;
  border-radius: 100%;
  position: absolute;
  top: -2px;
}

.p-post__item:before {
  left: 0;
}

.p-post__item:after {
  right: 0;
}

.p-post__link {
  display: flex;
  align-items: center;
  transition: transform .25s ease-out;
  color: #65513c;
}

.p-post__link:hover {
  text-decoration: none;
}

.p-post__data {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.p-post__media {
  display: flex;
  align-items: center;
  padding: 12px 0;
  flex: 1;
}

.p-post__media [class^="c-icon"] {
  width: 10px;
  height: 5px;
  fill: #e7b930;
}

.p-post__time {
  font-size: 15px;
  color: #457b45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
}

.p-post__tag {
  font-size: 12px;
  width: 58px;
  text-align: center;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #457b45;
  border: 1px solid #457b45;
  background-color: #eff5e9;
  border-radius: 100px;
  display: inline-block;
  padding: 0 6px;
  margin: 0 10px;
}

.p-post__text {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
  color: #65513c;
  transition: -webkit-text-decoration .25s ease-out;
  transition: text-decoration .25s ease-out;
  transition: text-decoration .25s ease-out, -webkit-text-decoration .25s ease-out;
  flex: 1;
}

/* -------------------------------------------
  Project - service
------------------------------------------- */
.p-service {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.p-service:before, .p-service:after {
  content: '';
  width: 1050px;
  height: 78px;
  background: url("../images/bg-service-ribbon.png") no-repeat center center;
  position: absolute;
  transform: translate(-50%, -73%);
  z-index: -1;
}

.p-service:before {
  top: 50%;
  left: 50%;
  display: block;
}

.p-service:after {
  display: none;
}

.p-service__item {
  text-align: center;
}

.p-service__text {
  color: #457b45;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 15px;
  white-space: nowrap;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/* -------------------------------------------
  Project - p-topDanger
------------------------------------------- */
.p-topDanger {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-topDanger__inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 1000px;
  background: #eff5e9;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.p-topDanger__heading {
  background-color: #457b45;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-topDanger__heading span {
  width: 150px;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-topDanger__item {
  flex: 1;
}

.p-topDanger__link {
  display: flex;
  align-items: center;
  padding: 11px 0 11px 27px;
}

.p-topDanger__link:hover {
  text-decoration: none;
}

.p-topDanger__link:hover .p-topDanger__text {
  text-decoration: underline;
  color: #5d457b;
}

.p-topDanger__time {
  font-size: 15px;
  color: #457b45;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-topDanger__media {
  flex: 1;
  display: flex;
  align-items: center;
}

.p-topDanger__text {
  flex: 1;
  padding-left: 16px;
  font-size: 15px;
  color: #65513c;
}

.p-topDanger__icon {
  padding: 0 30px 0 12px;
  display: flex;
}

.p-topDanger [class^="c-icon"] {
  width: 10px;
  height: 5px;
  fill: #e7b930;
}

/* -------------------------------------------
  Project - fontawesome
  なるべくリロード時のガタツキを防ぐ
------------------------------------------- */
i[class*="fa-"] {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
}

i[class*="fa-"].fa-xs {
  width: .625em;
}

.p-access {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top center, center center;
  background-size: 100%, 100%, cover;
  padding: 40px 15px 100px;
}

.p-access__title {
  text-align: center;
  margin-bottom: 20px;
}

.p-access__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}

.p-access__item__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}

.p-access__item__textarea {
  width: 550px;
  max-width: 100%;
  margin-right: 40px;
}

.p-access__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #457b45;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.p-access__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/page/privacy/title-line.jpg");
}

.p-access__item__text {
  line-height: 1.6;
}

.p-access__item__text span {
  font-weight: 700;
  color: #457b45;
}

.p-access__item__col {
  margin-bottom: 25px;
}

.p-access__map {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}

.p-access__map__title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 15px;
}

.p-access__contact {
  padding: 40px 15px 70px;
  background-color: #ddebf0;
}

.p-access__contact__item {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 8px solid #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 16px;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  background: url("../images/bg-mottled-green.jpg") no-repeat center center/cover;
  position: relative;
}

.p-access__contact__item::before {
  content: "";
  width: 92px;
  height: 55px;
  background-size: cover;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/page/intro/contact-heading-icon.png");
}

.p-access__contact__item__title {
  color: #457b45;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-access__contact__item__textarea {
  background-color: #fcfdfe;
  padding: 30px 0px;
  text-align: center;
}

.p-access__contact__item__tel {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.p-access__contact__item__tel .p-small {
  font-size: 24px;
  font-size: 2.4rem;
}

#map iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.p-activitie {
  padding: 60px 15px;
}

.p-activitie__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}

.p-activitie__item__wrap:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-activitie__item__inner {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 15px 35px 15px 15px;
  display: flex;
  justify-content: space-between;
}

.p-activitie__item__img {
  width: 389px;
  max-width: 100%;
}

.p-activitie__item__textarea {
  width: 610px;
  max-width: 100%;
  padding-top: 15px;
  margin-left: 15px;
}

.p-activitie__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #457b45;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
}

.p-activitie__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/page/activities/title-line.png");
}

.p-activitie__item__title::after {
  content: "";
  width: 23px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/page/activities/title-icon.png");
}

.p-activitie__item__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.p-bnr {
  background-color: #eff5e9;
  padding-top: 70px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: -40px;
}

.p-bnr__item {
  display: block;
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
}

.p-bnr__item::before {
  content: "";
  width: 142px;
  height: 117px;
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -85px;
  background-image: url("../images/deco-bnr.png");
}

.p-evday__top {
  overflow: hidden;
  padding: 190px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.p-evday__top::before {
  content: "";
  width: 1046px;
  height: 527px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/page/everyday/bg-top.png");
  z-index: -1;
}

.p-evday__top__img {
  width: 180px;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: -10px;
}

.p-evday__top__item {
  padding: 0 15px;
}

.p-evday__top__item__title {
  width: 610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #457b45;
  position: relative;
  margin-bottom: 38px;
  padding-right: 35px;
}

.p-evday__top__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url("../images/page/everyday/title-line.png");
}

.p-evday__top__item__text {
  max-width: 600px;
  line-height: 2;
  font-feature-settings: normal;
}

.p-evday__flow {
  background-color: #fff;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-evday__flow__item {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-evday__flow__col {
  width: 100%;
  display: flex;
}

.p-evday__flow__col:first-of-type {
  margin-top: 30px;
}

.p-evday__flow__col:not(:last-of-type) {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}

.p-evday__flow__col:not(:last-of-type)::before {
  content: "";
  width: 6px;
  height: 29px;
  position: absolute;
  background-size: cover;
  background-image: url("../images/page/everyday/deco-dot.png");
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.p-evday__flow__col dt {
  width: 210px;
  max-width: 100%;
  flex: 0 0 auto;
  padding-left: 124px;
  font-size: 2.4rem;
  font-weight: 700;
  background-size: 800px 800px;
  background-repeat: repeat;
  background-image: url("../images/page/everyday/bg-pattern01.jpg");
  position: relative;
  border-radius: 50px 0 0 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-evday__flow__col dt.p-small {
  font-size: 1.8rem;
  line-height: 1.28;
  padding-top: 7px;
  padding-bottom: 7px;
}

.p-evday__flow__col dt img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.p-evday__flow__col dd {
  border-radius: 0 50px 50px 0;
  width: calc(100% - 210px);
  font-size: 2.4rem;
  font-weight: 700;
  color: #457b45;
  background-size: 800px 800px;
  background-repeat: repeat;
  padding-top: 12px;
  padding-left: 58px;
  padding-bottom: 8px;
  position: relative;
  background-image: url("../images/page/everyday/bg-pattern02.jpg");
}

.p-evday__flow__col dd img {
  position: absolute;
}

.p-evday__flow__col dd .p-deco01 {
  top: -15px;
  left: 50%;
}

.p-evday__flow__col dd .p-deco02 {
  top: -13px;
  left: 73%;
}

.p-evday__flow__col dd .p-deco03 {
  left: 50%;
  top: -10px;
}

.p-evday__flow__col dd .p-deco04 {
  left: 73%;
  top: -14px;
}

.p-evday__flow__col dd .p-deco05 {
  left: 50%;
  top: -8px;
}

.p-evday__flow__col dd .p-deco06 {
  left: 73%;
  top: -13px;
}

.p-evday__flow__col dd .p-deco07 {
  left: 50%;
  top: -14px;
}

.p-evday__flow__text {
  margin-top: 20px;
  text-align: center;
  font-feature-settings: normal;
}

.p-evday__event {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E), url(../images/bg-washi1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center;
  background-size: 101%, 101%, cover;
  padding-top: 30px;
  padding-bottom: 50px;
}

.p-evday__event__content {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.p-evday__event__item {
  width: 250px;
  max-width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-evday__event__item__top {
  padding: 0 10px;
}

.p-evday__event__item__wrap {
  width: 25%;
}

.p-evday__event__item__list {
  padding-top: 10px;
  width: 170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-evday__event__item__list li {
  line-height: 2;
  white-space: nowrap;
}

.p-evday__event__item__list--197 {
  width: 197px;
}

.p-evday__event__item__list--2col {
  display: flex;
  flex-wrap: wrap;
  width: 180px;
}

.p-evday__event__item__list--2col li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.p-evday__event__item__list.p-april span {
  color: #f688c1;
}

.p-evday__event__item__list.p-may span {
  color: #acd164;
}

.p-evday__event__item__list.p-july span {
  color: #ffc047;
}

.p-evday__event__item__list.p-august span {
  color: #fd9764;
}

.p-evday__event__item__list.p-september span {
  color: #d9ab51;
}

.p-evday__event__item__list.p-october span {
  color: #a97d43;
}

.p-evday__event__item__list.p-november span {
  color: #83c0f0;
}

.p-evday__event__item__list.p-december span {
  color: #6c91f1;
}

.p-evday__event__item__list.p-january span {
  color: #eb6348;
}

.p-evday__event__item__list.p-march span {
  color: #ffd43d;
}

.p-foster {
  overflow: hidden;
}

.p-foster__about {
  background-image: none !important;
}

.p-foster__about__text {
  font-feature-settings: normal;
  font-size: 1.8rem;
}

.p-foster__about__text span {
  color: #457b45;
}

.p-foster__children {
  padding-top: 30px;
  padding: 100px 15px 150px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../images/page/foster-parents/bg-children.jpg");
  z-index: 0;
}

.p-foster__children::before {
  content: "";
  width: 100%;
  height: 90px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  background-size: 100%, 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.p-foster__children__text {
  font-size: 1.8rem;
  font-feature-settings: normal;
  line-height: 2;
}

.p-foster__children__text span {
  color: #457b45;
}

.p-foster__type {
  padding-bottom: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  background-size: 100%, 100%;
}

.p-foster__type__wrap {
  background-position: top 470px left, top 200px right, bottom center !important;
}

.p-foster__type__wrap::before {
  top: 605px !important;
}

.p-foster__type__wrap::after {
  top: 40px !important;
}

.p-foster__type__item__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 35px 50px;
}

.p-foster__type__item__title {
  width: 100% !important;
  padding-left: 40px !important;
}

.p-foster__type__item__title::before {
  bottom: -5px !important;
}

.p-foster__type__item__col + .p-foster__type__item__col {
  margin-top: 30px;
}

.p-foster__type__item h3 {
  color: #457b45;
  font-weight: 700;
  padding-left: 17px;
  position: relative;
  margin-bottom: 5px;
}

.p-foster__type__item h3 span {
  color: #96c53c;
}

.p-foster__type__item h3::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #96c53c;
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 50%;
}

.p-foster__type__item ul li span {
  color: #96c53c;
}

.p-foster__qualifi {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}

.p-foster__qualifi__item {
  width: 610px;
  max-width: 100%;
}

.p-foster__qualifi__item + .p-foster__qualifi__item {
  margin-top: 25px;
}

.p-foster__qualifi__item__title {
  color: #457b45;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 43px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.p-foster__qualifi__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background-image: url("../images/page/activities/title-line.png");
}

.p-foster__qualifi__item__title::after {
  content: "";
  width: 25px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("../images/page/foster-parents/ico-check.png");
}

.p-foster__qualifi__item ul {
  margin-top: 30px;
}

.p-foster__qualifi__item ul li {
  padding-left: 1em;
  text-indent: -1.2em;
  line-height: 2;
}

.p-foster__qualifi__item ul li span {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #457b45;
}

.p-foster__qualifi__img {
  margin-bottom: 75px;
}

.p-foster__qualifi__img:first-of-type::before {
  background-image: url("../images/page/foster-parents/image-foster01.png");
}

.p-foster__qualifi__img:last-of-type::before {
  background-image: url("../images/page/foster-parents/image-foster02.png");
}

.p-foster__obligation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E") !important;
  padding-top: 35px !important;
  padding-bottom: 90px !important;
}

.p-foster__obligation__title {
  margin-bottom: 15px;
}

.p-foster__obligation__text {
  font-feature-settings: normal;
  margin-bottom: 20px;
}

.p-foster__obligation__container {
  width: 770px !important;
}

.p-foster__obligation__item__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 35px 50px;
}

.p-foster__obligation__item__title {
  width: 100% !important;
  padding-left: 40px !important;
}

.p-foster__obligation__item h3 {
  color: #457b45;
  font-weight: 700;
}

.p-foster__obligation__item h3 span {
  color: #96c53c;
}

.p-foster__obligation__item ul li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}

.p-foster__obligation__item ul li span {
  color: #96c53c;
}

.p-foster__obligation__item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #96c53c;
  position: absolute;
  left: 5px;
  top: 12px;
  border-radius: 50%;
}

.p-foster__contact {
  padding-top: 0 !important;
}

.p-foster__contact__top {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 65px;
}

.p-foster__contact__title {
  text-align: center;
  color: #457b45;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 16px;
}

.p-foster__contact__title span {
  position: relative;
}

.p-foster__contact__title span::before, .p-foster__contact__title span::after {
  content: "";
  bottom: 3px;
  width: 25px;
  height: 26px;
  background-image: url("../images/page/foster-parents/ico-contact-title.png");
  background-size: cover;
  position: absolute;
}

.p-foster__contact__title span::before {
  left: -42px;
}

.p-foster__contact__title span::after {
  right: -42px;
  transform: scale(-1, 1);
}

.p-foster__contact__text {
  font-size: 1.8rem;
  line-height: 1.6666667;
  font-feature-settings: normal;
}

.p-foster__link {
  margin-top: 40px;
}

.p-foster__link::before {
  content: none !important;
}

.p-foster__link__item ul {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.p-foster__link__item ul li {
  margin-left: 40px;
  margin-right: 40px;
}

.p-foster__link__item ul li a {
  color: #457b45;
  border-bottom: 1px solid #457b45;
  padding-bottom: 2px;
  position: relative;
  transition: 0.3s;
}

html:not(.sp) .p-foster__link__item ul li a:hover, html:not(.sp) .p-foster__link__item ul li a:focus {
  text-decoration: none;
}

.p-foster__link__item ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  background-image: url("../images/ico-link-green.png");
}

.p-frame {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-frame::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url(../images/bg-activities-decoration-01.png), url(../images/bg-activities-decoration-02.png), url(../images/bg-activities-decoration-03.png), url(../images/bg-activities-decoration-04.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 80px 80px, 80px 80px, 80px 80px, 80px 80px;
}

.p-frame__vertical {
  position: relative;
  width: 100%;
  padding: 20px;
}

.p-frame__vertical::before, .p-frame__vertical::after {
  content: "";
  width: 1px;
  height: calc(100% - 180px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-frame__vertical::before {
  left: 5px;
  border-left: 1px dotted #beb990;
}

.p-frame__vertical::after {
  right: 5px;
  border-right: 1px dotted #beb990;
}

.p-frame__horizontal {
  position: relative;
  width: 100%;
}

.p-frame__horizontal::before, .p-frame__horizontal::after {
  content: "";
  width: calc(100% - 180px);
  height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p-frame__horizontal::before {
  top: 5px;
  border-top: 1px dotted #beb990;
}

.p-frame__horizontal::after {
  bottom: 5px;
  border-bottom: 1px dotted #beb990;
}

.p-info {
  padding: 60px 15px 70px;
}

.p-info__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}

.p-info__item__wrap:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-info__item__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 60px 15px;
}

.p-info__pdf {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-info__pdf a {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-left: 40px;
  position: relative;
  color: #65513c;
  margin: 10px 30px;
}

.p-info__pdf a::before {
  content: "";
  width: 30px;
  height: 37px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../images/ico-pdf.png");
}

.p-info__evaluation {
  display: flex;
  justify-content: center;
}

.p-info__evaluation a {
  display: block;
  color: #65513c;
  padding-left: 28px;
  position: relative;
}

.p-info__evaluation a span {
  text-decoration: underline;
}

.p-info__evaluation a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../images/ico-link.png");
}

.p-intro__purpose {
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  background-size: 100%, 100%;
  padding: 25px 15px 140px;
  background-color: #eff5e9;
  margin-bottom: -1px;
}

.p-intro__purpose__text {
  text-align: center;
  line-height: 2;
  margin-top: 50px;
  position: relative;
  z-index: 0;
}

.p-intro__purpose__text::before {
  content: "";
  width: 210px;
  height: 180px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: -1;
  background-image: url("../images/page/intro/img-purpose.png");
}

.p-intro__idea {
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  padding-top: 260px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-intro__idea__wrap {
  background-color: #fff;
  padding-bottom: 100px;
  overflow: hidden;
}

.p-intro__idea__title {
  font-size: 2.4rem;
  color: #457b45;
  font-weight: 700;
  text-align: center;
}

.p-intro__idea__text {
  font-size: 1.8rem;
  text-align: center;
}

.p-intro__idea__img {
  width: 950px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.p-intro__basic__title {
  margin-bottom: 25px;
}

.p-intro__facility {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%;
  background-color: #eff5e9;
  padding: 40px 15px 100px;
}

.p-intro__facility__container {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-intro__facility__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-intro__facility__table th {
  width: 200px;
  background-color: #457b45;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #457b45;
  border-right: none;
  position: relative;
}

.p-intro__facility__table td {
  background-color: #fff;
  border: 1px dotted #97b397;
  border-right-color: #fff;
  border-top-color: #fff;
  border-left: none;
  padding: 5px 20px;
}

.p-intro__facility__table tr:last-of-type td {
  border-bottom-color: #fff;
}

.p-intro__facility__table tr:not(:last-of-type) th::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #6e966e;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}

.p-intro__history {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-image: url("../images/page/intro/bg-history.jpg");
}

.p-intro__history__inner {
  padding: 30px 15px 90px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top center, center center;
  background-size: 100%, 100%, cover;
}

.p-intro__history__container {
  width: 780px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted #91ae91;
  position: relative;
}

.p-intro__history__container::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #91ae91;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}

.p-intro__history__container::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #91ae91;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 0;
}

.p-intro__history__container dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #91ae91;
  position: relative;
}

.p-intro__history__container dl::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #91ae91;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}

.p-intro__history__container dl::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #91ae91;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 0;
}

.p-intro__history__container dl dt {
  width: 115px;
  max-width: 100%;
  flex: 0 0 auto;
  text-align: right;
  font-weight: 700;
  color: #457b45;
  padding-right: 15px;
}

.p-intro__history__container dl dd {
  padding: 20px 15px;
  position: relative;
}

.p-intro__history__container dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #96c53c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-intro__contact {
  padding: 40px 10px 70px;
  background-color: #ddebf0;
}

.p-intro__contact__item {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 8px solid #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 16px;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  background: url("../images/bg-mottled-green.jpg") no-repeat center center/cover;
  position: relative;
}

.p-intro__contact__item::before {
  content: "";
  width: 92px;
  height: 55px;
  background-size: cover;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/page/intro/contact-heading-icon.png");
}

.p-intro__contact__item__title {
  color: #457b45;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.p-intro__contact__item__textarea {
  background-color: #fcfdfe;
  padding: 30px 15px;
  text-align: center;
}

.p-intro__contact__item__textarea dl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
}

.p-intro__contact__item__textarea dl dt {
  width: 333px;
  max-width: 100%;
  text-align: left;
  color: #457b45;
}

.p-intro__contact__item__textarea dl dt span {
  font-size: 1.6rem;
}

.p-intro__contact__item__textarea dl dd {
  position: relative;
  padding-left: 43px;
}

.p-intro__contact__item__textarea dl dd span {
  font-size: 2.4rem;
}

.p-intro__contact__item__textarea dl dd::before {
  content: "";
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #96c53c;
}

.p-link {
  padding: 40px 15px 60px;
}

.p-link .p-frame {
  width: 825px;
}

.p-link__item {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}

.p-link__item ul {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 30px;
}

.p-link__item ul li:not(:last-of-type) {
  margin-bottom: 24px;
}

.p-link__item ul li a {
  color: #457b45;
  border-bottom: 1px solid #457b45;
  padding-bottom: 2px;
  position: relative;
  transition: 0.3s;
}

html:not(.sp) .p-link__item ul li a:hover, html:not(.sp) .p-link__item ul li a:focus {
  text-decoration: none;
}

.p-link__item ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  background-image: url("../images/ico-link-green.png");
}

.p-news {
  background-color: #fff;
  padding-bottom: 60px;
}

.p-news__container {
  width: 1045px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.p-news__content {
  display: flex;
  justify-content: space-between;
}

.p-news__list {
  width: 100%;
}

.p-news__list__wrap {
  width: 760px;
  max-width: 100%;
}

.p-news__list__col {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #eff5e9;
  margin-bottom: 25px;
}

.p-news__list__col a {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 25px 40px 30px;
  color: #457b45;
}

html:not(.sp) .p-news__list__col a:hover, html:not(.sp) .p-news__list__col a:focus {
  text-decoration: none;
}

.p-news__list__col a p {
  font-size: 2rem;
  font-weight: 700;
}

.p-news__list__col__inner {
  padding-left: 65px;
  padding-bottom: 15px;
  position: relative;
}

.p-news__list__col__inner::before {
  content: "";
  width: 50px;
  height: 57px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/page/news/deco-angel.png");
}

.p-news__article {
  width: 100%;
  border-radius: 20px;
  background-color: #eff5e9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #eff5e9;
}

.p-news__article__inner {
  background-color: #fff;
  padding: 25px 35px 40px;
  border-radius: 10px;
}

.p-news__article__heading {
  padding-left: 65px;
  padding-bottom: 15px;
  position: relative;
  color: #457b45;
}

.p-news__article__heading::before {
  content: "";
  width: 50px;
  height: 57px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/page/news/deco-angel.png");
}

.p-news__article__heading p {
  font-size: 2rem;
  font-weight: 700;
}

.p-news__sidebar {
  padding: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.p-news__sidebar__inner {
  width: 100%;
  border-radius: 20px;
  padding-bottom: 30px;
  background-size: cover;
  background-image: url("../images/page/news/bg-sidebar.jpg");
}

.p-news__sidebar__wrap {
  flex: 0 0 auto;
  width: 210px;
  max-width: 100%;
  margin-right: 15px;
}

.p-news__sidebar__title {
  color: #457b45;
  text-align: center;
  padding: 10px;
}

.p-news__sidebar__title--jp {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .025em;
}

.p-news__sidebar__title--en {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.p-news__sidebar__list {
  padding-left: 7px;
  padding-right: 7px;
  background-color: #fff;
}

.p-news__sidebar__list li:not(:last-of-type) {
  border-bottom: 1px dotted #7c9f7c;
  position: relative;
}

.p-news__sidebar__list li:not(:last-of-type)::before, .p-news__sidebar__list li:not(:last-of-type)::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7c9f7c;
  position: absolute;
  bottom: -2px;
}

.p-news__sidebar__list li:not(:last-of-type)::before {
  left: 0;
}

.p-news__sidebar__list li:not(:last-of-type)::after {
  right: 0;
}

.p-news__sidebar__list li a {
  color: #65513c;
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
}

html:not(.sp) .p-news__sidebar__list li a:hover, html:not(.sp) .p-news__sidebar__list li a:focus {
  text-decoration: none;
}

.p-news__sidebar__list li a svg[class^="ico-svg-arrow-right"] {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  margin-right: 8px;
  fill: #e7b930;
}

.p-breadcrumb {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  background-attachment: scroll;
  overflow-x: auto;
  white-space: nowrap;
  width: 1045px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-breadcrumb li {
  font-weight: 500;
  position: relative;
}

.p-breadcrumb li:first-of-type {
  padding-left: 25px;
}

.p-breadcrumb li:first-of-type::before {
  content: "";
  width: 17px;
  height: 16px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../images/page/news/ico-home.png");
}

.p-breadcrumb li:not(:last-of-type) {
  margin-right: 35px;
  flex: 0 0 auto;
}

.p-breadcrumb li:not(:last-of-type)::after {
  content: ">";
  font-size: 1.3rem;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.p-breadcrumb li a {
  color: #65513c;
  display: block;
  transition: .3s;
}

.p-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 695px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.p-pager__number {
  display: flex;
  align-items: center;
}

.p-pager__number a {
  display: block;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  height: 40px;
  border-radius: 50%;
  background-color: #e7b930;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-pager__number a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-pager__number p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e7b930;
}

.p-pager__single {
  width: 680px;
}

.p-pager__single__arrow {
  font-weight: 700;
  color: #65513c;
  position: relative;
}

.p-pager__single__arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/ico-arrow-circle.png");
}

.p-pager__single__arrow--next {
  padding-right: 22px;
}

.p-pager__single__arrow--next::before {
  right: 0;
}

.p-pager__single__arrow--prev {
  padding-left: 22px;
}

.p-pager__single__arrow--prev::before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

/*
 * @social
 * 説明：SNSボタン
 */
.p-social {
  margin-top: 40px;
  padding: 15px 15px 11px;
  background-color: #f1f0e6;
  border-radius: 10px;
}

.p-social__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-social__header {
  width: 100%;
  max-width: 215px;
  margin-top: -4px;
  margin-right: 5px;
  padding-left: 28px;
  position: relative;
}

.p-social__header::before {
  content: "";
  width: 21px;
  height: 14px;
  background-image: url("../images/page/news/ico-share.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-social__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 255px;
}

.p-social__list li:not(:last-of-type) {
  margin-right: 5px;
}

.p-privacy {
  padding: 60px 15px;
}

.p-privacy__title {
  text-align: center;
  margin-bottom: 25px;
}

.p-privacy__toptext {
  text-align: center;
  margin-bottom: 20px;
}

.p-privacy__content {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}

.p-privacy__content__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 30px 15px 50px;
}

.p-privacy__item {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.p-privacy__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #457b45;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.p-privacy__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/page/privacy/title-line.jpg");
}

.p-privacy__item__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.p-privacy__item__text span {
  display: inline-block;
}

.p-recruit {
  padding-bottom: 40px;
}

.p-recruit__text {
  font-size: 2.4rem;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-recruit__text span {
  font-size: 1.8rem;
}

.p-recruit__text span:first-of-type {
  padding-right: 15px;
}

.p-recruit__text span:last-of-type {
  padding-left: 15px;
}

.p-recruit__main {
  padding-top: 195px;
  padding-bottom: 195px;
}

.p-recruit__main__item {
  width: 995px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.p-recruit__main__item::before {
  content: "";
  width: 1168px;
  height: 688px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/page/recruit/bg-top.png");
  z-index: -1;
}

.p-recruit__main__item__textarea {
  width: 530px;
  max-width: 100%;
  margin-left: 25px;
  padding-bottom: 50px;
  flex: 0 0 auto;
}

.p-recruit__main__item__title {
  line-height: 2.4;
  font-size: 3rem;
  color: #457b45;
  padding-right: 60px;
  margin-bottom: 40px;
}

.p-recruit__main__item__title div {
  position: relative;
}

.p-recruit__main__item__title div::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background-image: url("../images/page/activities/title-line.png");
}

.p-recruit__main__item__text {
  line-height: 1.6;
  font-feature-settings: normal;
}

.p-recruit__btn {
  display: block;
  width: 470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #e7b930;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 2.4rem;
  padding: 27px 10px;
  box-shadow: inset 0 0 0 5px #e7b930, inset 0 0 0 6px #fff;
  transition: 0.3s;
}

html:not(.sp) .p-recruit__btn:hover, html:not(.sp) .p-recruit__btn:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0 8px #e7b930, inset 0 0 0 10px #fff;
}

.p-recruit__btn span {
  padding-left: 50px;
  position: relative;
}

.p-recruit__btn span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.p-recruit__btn__wrap {
  width: 1000px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.p-recruit__point {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2230.4px%22%20viewBox%3D%220%200%201500%2030.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2030.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v30.4c226.3%2C0%2C433.7-29.8%2C750-29.8s523.7%2C29.8%2C750%2C29.8V0H0z%22%2F%3E%3C%2Fsvg%3E), url(../images/bg-washi1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center;
  background-size: 101%, 101%, cover;
  padding-top: 40px;
}

.p-recruit__point__container {
  width: 1000px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.p-recruit__point__table:not(:last-of-type) {
  margin-bottom: 60px;
}

.p-recruit__point__table__wrap {
  margin-bottom: 120px;
}

.p-recruit__point__table td .p-pdf {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  color: #457b45;
  position: relative;
}

.p-recruit__point__table td .p-pdf::before {
  content: "";
  width: 20px;
  height: 25px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../images/ico-pdf.png");
}

.p-recruit__point .p-intro__contact__item__textarea {
  padding: 25px 15px 40px;
}

.p-recruit__point .p-intro__contact__item__textarea dl dt {
  width: 185px;
}

.p-recruit__point .p-intro__contact__item__title {
  white-space: normal;
  padding: 10px;
  line-height: 1.5;
}

.p-welfare {
  padding-top: 60px;
  overflow: hidden;
}

.p-welfare__top {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23DDEBF0%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top center, center center;
  background-size: 100%, 100%, cover;
  padding-bottom: 115px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-welfare__service {
  margin-bottom: 60px;
}

.p-welfare__service__text span {
  position: relative;
}

.p-welfare__service__text span::before {
  content: "";
  width: 10px;
  height: 4px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background-image: url("../images/page/welfare/ico-arrow.png");
}

html:not(.sp) .p-welfare__service a:hover, html:not(.sp) .p-welfare__service a:focus {
  text-decoration: none;
}

.p-welfare__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 1.286px 1.532px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}

.p-welfare__item__wrap:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-welfare__item__inner {
  border-radius: 20px;
  border: 1px solid #cec9a4;
  padding: 30px 15px;
}

.p-welfare__item__heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.p-welfare__item__container {
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-welfare__item__img {
  width: 315px;
  max-width: 100%;
  text-align: center;
  margin-left: 20px;
}

.p-welfare__item__textarea {
  width: 640px;
  max-width: 100%;
}

.p-welfare__item__title {
  width: 610px;
  max-width: 100%;
  color: #457b45;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.p-welfare__item__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/page/activities/title-line.png");
}

.p-welfare__item__title::after {
  content: "";
  width: 23px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/page/activities/title-icon.png");
}

.p-welfare__item__text {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-welfare__item__text.p-large {
  line-height: 1.6777777;
  font-size: 18px;
  font-size: 1.8rem;
  width: 610px;
  max-width: 100%;
  margin-bottom: 10px;
}

.p-welfare__item__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.p-welfare__item__table th {
  width: 200px;
  background-color: #457b45;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #457b45;
  border-right: none;
  position: relative;
}

.p-welfare__item__table td {
  border: 1px dotted #97b397;
  border-left: none;
  padding: 5px 20px;
}

.p-welfare__item__table tr:not(:last-of-type) th::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #6e966e;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}

/* //////////////////////////////////////////

Utility: color

////////////////////////////////////////// */
.u-color-white {
  color: #ffffff!important;
}

.u-color-black {
  color: #000000!important;
}

.u-color-key1 {
  color: #457b45!important;
}

.u-color-key2 {
  color: #96c53c!important;
}

.u-color-key3 {
  color: #eff5e9!important;
}

.u-color-accent {
  color: #e7b930!important;
}

.u-color-accent2 {
  color: #cec9a4!important;
}

.u-color-link {
  color: #5d457b!important;
}

.u-color-text1 {
  color: #65513c!important;
}

.u-color-text2 {
  color: #37404f!important;
}

.u-color-text3 {
  color: #54627a!important;
}

.u-color-text4 {
  color: #78859c!important;
}

.u-color-text5 {
  color: #b0b8c5!important;
}

.u-color-bg-blue {
  color: #ddebf0!important;
}

.u-color-success {
  color: #23ceab!important;
}

.u-color-point {
  color: #e7574c!important;
}

.u-color-danger {
  color: #d82338!important;
}

.u-color-warning {
  color: #ff6c00!important;
}

.u-bg-white {
  background-color: #ffffff!important;
}

.u-bg-black {
  background-color: #000000!important;
}

.u-bg-key1 {
  background-color: #457b45!important;
}

.u-bg-key2 {
  background-color: #96c53c!important;
}

.u-bg-key3 {
  background-color: #eff5e9!important;
}

.u-bg-accent {
  background-color: #e7b930!important;
}

.u-bg-accent2 {
  background-color: #cec9a4!important;
}

.u-bg-link {
  background-color: #5d457b!important;
}

.u-bg-text1 {
  background-color: #65513c!important;
}

.u-bg-text2 {
  background-color: #37404f!important;
}

.u-bg-text3 {
  background-color: #54627a!important;
}

.u-bg-text4 {
  background-color: #78859c!important;
}

.u-bg-text5 {
  background-color: #b0b8c5!important;
}

.u-bg-bg-blue {
  background-color: #ddebf0!important;
}

.u-bg-success {
  background-color: #23ceab!important;
}

.u-bg-point {
  background-color: #e7574c!important;
}

.u-bg-danger {
  background-color: #d82338!important;
}

.u-bg-warning {
  background-color: #ff6c00!important;
}

/* //////////////////////////////////////////

Utility: ディスプレイ

////////////////////////////////////////// */
.u-empty:empty {
  display: none !important;
}

.u-hidden {
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
}

.u-oh {
  overflow: hidden;
}

.u-d {
  display: inherit !important;
}

.u-b {
  display: block !important;
}

.u-ib {
  display: inline-block !important;
}

.u-f {
  display: flex !important;
}

.u-n {
  display: none !important;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-_1 {
  order: -1;
}

.u-flex-00auto {
  flex: 0 0 auto !important;
}

.u-flex-01auto {
  flex: 0 1 auto !important;
}

.u-flex-11auto {
  flex: 1 1 auto !important;
}

.u-flex-10auto {
  flex: 1 0 auto !important;
}

.u-align-self-auto {
  -ms-grid-row-align: auto;
      align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  -ms-grid-row-align: center;
      align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-items: stretch;
}

/* //////////////////////////////////////////

Utility: フォント関連（サイズ、ファミリー..etc）

////////////////////////////////////////// */
.u-100 {
  font-weight: 100!important;
}

.u-200 {
  font-weight: 200!important;
}

.u-300 {
  font-weight: 300!important;
}

.u-400 {
  font-weight: 400!important;
}

.u-500 {
  font-weight: 500!important;
}

.u-600 {
  font-weight: 600!important;
}

.u-700 {
  font-weight: 700!important;
}

.u-900 {
  font-weight: 900!important;
}

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

.u-family-yumin {
  font-family: YuMinchoM_F, YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
}

.u-family-mincho {
  font-family: "YakuHanJP", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", YuMinchoM_F, YuMincho, "游明朝", "HG明朝E", serif!important;
}

.u-family-noto {
  font-family: "YakuHanJP", "Noto-Sans-JP", "source-han-sans-japanese", "Noto Sans JP", HiraginoKakuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif!important;
}

.u-family-din-2014 {
  font-family: "din-2014", sans-serif!important;
}

.u-ime-inherit {
  ime-mode: inherit;
}

.u-ime-auto {
  ime-mode: auto;
}

.u-ime-normal {
  ime-mode: normal;
}

.u-ime-active {
  ime-mode: active;
}

.u-ime-inactive {
  ime-mode: inactive;
}

.u-ime-disabled {
  ime-mode: disabled;
}

.u-size-xxsmall {
  font-size: 1.2rem;
}

.u-size-xsmall {
  font-size: 1.3rem;
}

.u-size-small {
  font-size: 1.4rem;
}

.u-size {
  font-size: 1.5rem !important;
}

.u-size-large {
  font-size: 1.6rem;
}

.u-size-xlarge {
  font-size: 1.7rem;
}

.u-size-xxlarge {
  font-size: 1.8rem;
}

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

.u-pre {
  white-space: pre;
}

.u-nowrap {
  white-space: nowrap;
}

.u-feature-normal {
  font-feature-settings: normal;
}

.u-feature-palt {
  font-feature-settings: "palt" 1;
}

.u-font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-font-smoothing-n {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.u-of-auto {
  overflow: auto;
}

.u-of-hidden {
  overflow: hidden;
}

.u-of-visible {
  overflow: visible;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-textright {
  text-align: right;
}

.u-textcenter {
  text-align: center;
}

.u-textleft {
  text-align: left;
}

.u-textjustify {
  text-align: justify;
}

.u-top {
  vertical-align: top;
}

.u-middle {
  vertical-align: middle;
}

.u-bottom {
  vertical-align: bottom;
}

.u-baseline {
  vertical-align: baseline;
}

.u-underline {
  text-decoration: underline;
}

[class*="u-kome0.5"] {
  padding-left: .5em !important;
  text-indent: -.5em !important;
}

[class*="u-kome0.85"] {
  padding-left: .85em !important;
  text-indent: -.85em !important;
}

.u-kome {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

[class*="u-kome1.1"] {
  padding-left: 1.1em !important;
  text-indent: -1.1em !important;
}

[class*="u-kome1.2"] {
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
}

[class*="u-kome1.3"] {
  padding-left: 1.3em !important;
  text-indent: -1.3em !important;
}

[class*="u-kome1.4"] {
  padding-left: 1.4em !important;
  text-indent: -1.4em !important;
}

[class*="u-kome1.5"] {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

[class*="u-kome1.6"] {
  padding-left: 1.6em !important;
  text-indent: -1.6em !important;
}

[class*="u-kome1.7"] {
  padding-left: 1.7em !important;
  text-indent: -1.7em !important;
}

[class*="u-kome1.8"] {
  padding-left: 1.8em !important;
  text-indent: -1.8em !important;
}

[class*="u-kome1.9"] {
  padding-left: 1.9em !important;
  text-indent: -1.9em !important;
}

[class*="u-kome2"] {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

/* //////////////////////////////////////////

Utility: margin と padding

////////////////////////////////////////// */
.u-mt-n {
  margin-top: 0 !important;
}

.u-mr-n {
  margin-right: 0 !important;
}

.u-mb-n {
  margin-bottom: 0 !important;
}

.u-ml-n {
  margin-left: 0 !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-pt {
  padding-top: 1.65em!important;
}

.u-pt-n {
  padding-top: 0!important;
}

.u-pt-s {
  padding-top: 0.7em!important;
}

.u-pt-p {
  padding-top: 1em!important;
}

.u-pt-m {
  padding-top: 2em!important;
}

.u-pt-l {
  padding-top: 3em!important;
}

.u-pb {
  padding-bottom: 1.65em!important;
}

.u-pb-n {
  padding-bottom: 0!important;
}

.u-pb-s {
  padding-bottom: 0.7em!important;
}

.u-pb-p {
  padding-bottom: 1em!important;
}

.u-pb-m {
  padding-bottom: 2em!important;
}

.u-pb-l {
  padding-bottom: 3em!important;
}

.u-pt-n {
  padding-top: 0 !important;
}

.u-pr-n {
  padding-right: 0 !important;
}

.u-pb-n {
  padding-bottom: 0 !important;
}

.u-pl-n {
  padding-left: 0 !important;
}

@media screen and (max-width: 1499px) {
  /**/
}

@media screen and (max-width: 1119px) {
  /**/
}

@media screen and (max-width: 1023px) {
  /**/
  .l-mv {
    padding-top: 0;
    height: 500px;
    display: flex;
    align-items: center;
  }
  .l-mv__inner {
    position: static;
  }
  .l-mv__img {
    width: 350px;
    margin-right: auto;
  }
  .c-grid--lg-x {
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--lg-x > [class*="c-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--lg-x_ {
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--lg-x_ > [class*="c-col"] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--lg-x0 {
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--lg-x0 > [class*="c-col"] {
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--lg-y {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--lg-y > [class*="c-col"] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--lg-y_ {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--lg-y_ > [class*="c-col"] {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--lg-y0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--lg-y0 > [class*="c-col"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-message__item__h2 {
    font-size: 2.2rem;
    width: 100%;
  }
  .p-activities__inner:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  .p-introduction__img:before {
    width: 290px;
    height: 290px;
  }
  .p-activitie__item__inner {
    flex-direction: column;
    padding: 15px;
  }
  .p-activitie__item__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .p-activitie__item__textarea {
    width: 100%;
    margin-left: 0;
  }
  .p-activitie__item__title {
    font-size: 2.2rem;
  }
  .p-bnr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-bnr__item::before {
    width: 80px !important;
    height: 65px !important;
    top: -15px !important;
    right: -15px !important;
  }
  .p-evday__top {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .p-evday__top__img {
    width: 50%;
    order: -1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 0;
    padding: 0 10px;
  }
  .p-evday__top__img:first-of-type {
    text-align: right;
  }
  .p-evday__top__item__title {
    font-size: 2.2rem;
  }
  .p-evday__top__item__text {
    width: 610px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .p-evday__top__item__text .p-lg-n {
    display: none;
  }
  .p-evday__event__content {
    width: 770px;
  }
  .p-evday__event__item__wrap {
    width: 33.33333%;
  }
  .p-foster__qualifi__item {
    width: 100%;
  }
  .p-foster__qualifi__item__title {
    font-size: 2.2rem;
    width: 100%;
  }
  .p-foster__qualifi__item__title::after {
    top: 5px;
  }
  .p-foster__qualifi__item__img {
    flex-direction: row !important;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-foster__qualifi__img {
    order: 1;
    padding-top: 0;
    width: 250px;
    height: 250px;
    margin-bottom: 0;
  }
  .p-foster__qualifi__img::before {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .p-foster__contact__title {
    font-size: 2.6rem;
  }
  .p-info__pdf {
    flex-wrap: wrap;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-info__pdf__col {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-info__pdf a {
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
  }
  .p-intro__idea__wrap {
    padding-top: 15px;
  }
  .p-intro__idea__title {
    font-size: 2.2rem;
  }
  .p-intro__contact {
    padding-top: 70px;
    padding-bottom: 45px;
  }
  .p-intro__contact__item__textarea dl {
    font-size: 2.6rem;
  }
  .p-intro__contact__item__textarea dl dt {
    width: 280px;
  }
  .p-news__content {
    flex-direction: column-reverse;
  }
  .p-news__list__wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .p-news__sidebar__inner {
    background-size: 100% 100%;
  }
  .p-news__sidebar__wrap {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .p-privacy__toptext {
    text-align: left;
  }
  .p-privacy__item__title {
    font-size: 2.2rem;
  }
  .p-recruit__main__item__textarea {
    width: 500px;
  }
  .p-recruit__main__item__title {
    padding-right: 30px;
  }
  .p-welfare__item__img img {
    max-width: 55%;
  }
  .p-welfare__item__title {
    font-size: 2.2rem;
    width: 100%;
  }
  .p-welfare__item__text.p-large {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .u-lg-d {
    display: inherit !important;
  }
  .u-lg-n {
    display: none !important;
  }
  .u-lg-justify-content-start {
    justify-content: flex-start;
  }
  .u-lg-justify-content-end {
    justify-content: flex-end;
  }
  .u-lg-justify-content-center {
    justify-content: center;
  }
  .u-lg-justify-content-between {
    justify-content: space-between;
  }
  .u-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-lg-align-items-start {
    align-items: flex-start;
  }
  .u-lg-align-items-end {
    align-items: flex-end;
  }
  .u-lg-align-items-center {
    align-items: center;
  }
  .u-lg-align-items-baseline {
    align-items: baseline;
  }
  .u-lg-align-items-stretch {
    align-items: stretch;
  }
  .u-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-lg-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-lg-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-lg-textright {
    text-align: right;
  }
  .u-lg-textcenter {
    text-align: center;
  }
  .u-lg-textleft {
    text-align: left;
  }
  .u-lg-textjustify {
    text-align: justify;
  }
  .u-lg-ml-auto {
    margin-left: auto !important;
  }
  .u-lg-mr-auto {
    margin-right: auto !important;
  }
  .u-lg-mt {
    margin-top: 1.65em!important;
  }
  .u-lg-mt-n {
    margin-top: 0!important;
  }
  .u-lg-mt-s {
    margin-top: 0.7em!important;
  }
  .u-lg-mt-p {
    margin-top: 1em!important;
  }
  .u-lg-mt-m {
    margin-top: 2em!important;
  }
  .u-lg-mt-l {
    margin-top: 3em!important;
  }
  .u-lg-mr {
    margin-right: 1.65em!important;
  }
  .u-lg-mr-n {
    margin-right: 0!important;
  }
  .u-lg-mr-s {
    margin-right: 0.7em!important;
  }
  .u-lg-mr-p {
    margin-right: 1em!important;
  }
  .u-lg-mr-m {
    margin-right: 2em!important;
  }
  .u-lg-mr-l {
    margin-right: 3em!important;
  }
  .u-lg-mb {
    margin-bottom: 1.65em!important;
  }
  .u-lg-mb-n {
    margin-bottom: 0!important;
  }
  .u-lg-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-lg-mb-p {
    margin-bottom: 1em!important;
  }
  .u-lg-mb-m {
    margin-bottom: 2em!important;
  }
  .u-lg-mb-l {
    margin-bottom: 3em!important;
  }
  .u-lg-ml {
    margin-left: 1.65em!important;
  }
  .u-lg-ml-n {
    margin-left: 0!important;
  }
  .u-lg-ml-s {
    margin-left: 0.7em!important;
  }
  .u-lg-ml-p {
    margin-left: 1em!important;
  }
  .u-lg-ml-m {
    margin-left: 2em!important;
  }
  .u-lg-ml-l {
    margin-left: 3em!important;
  }
  .u-lg-pt {
    padding-top: 1.65em!important;
  }
  .u-lg-pt-n {
    padding-top: 0!important;
  }
  .u-lg-pt-s {
    padding-top: 0.7em!important;
  }
  .u-lg-pt-p {
    padding-top: 1em!important;
  }
  .u-lg-pt-m {
    padding-top: 2em!important;
  }
  .u-lg-pt-l {
    padding-top: 3em!important;
  }
  .u-lg-pr {
    padding-right: 1.65em!important;
  }
  .u-lg-pr-n {
    padding-right: 0!important;
  }
  .u-lg-pr-s {
    padding-right: 0.7em!important;
  }
  .u-lg-pr-p {
    padding-right: 1em!important;
  }
  .u-lg-pr-m {
    padding-right: 2em!important;
  }
  .u-lg-pr-l {
    padding-right: 3em!important;
  }
  .u-lg-pb {
    padding-bottom: 1.65em!important;
  }
  .u-lg-pb-n {
    padding-bottom: 0!important;
  }
  .u-lg-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-lg-pb-p {
    padding-bottom: 1em!important;
  }
  .u-lg-pb-m {
    padding-bottom: 2em!important;
  }
  .u-lg-pb-l {
    padding-bottom: 3em!important;
  }
  .u-lg-pl {
    padding-left: 1.65em!important;
  }
  .u-lg-pl-n {
    padding-left: 0!important;
  }
  .u-lg-pl-s {
    padding-left: 0.7em!important;
  }
  .u-lg-pl-p {
    padding-left: 1em!important;
  }
  .u-lg-pl-m {
    padding-left: 2em!important;
  }
  .u-lg-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .l-hero {
    height: 200px;
  }
  .l-hero__title {
    text-align: center;
  }
  .l-hero__title img {
    max-width: 80%;
  }
  .l-content.bg--silhouette:before, .l-content.bg--silhouette:after {
    display: none;
  }
  .l-content__inner {
    position: static;
  }
  .l-content__inner.inner--1120 {
    width: 100%;
  }
  .l-content__inner.inner--960 {
    width: 100%;
  }
  .l-content__inner.inner--770 {
    width: 100%;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer__main {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .l-footer__bannerList {
    flex-direction: column;
    align-items: center;
  }
  .l-footer__bannerItem {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .l-footer__mainCol {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .l-footer__cp small {
    width: 100%;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .l-header__inner {
    width: 100%;
    min-width: 320px;
    padding: 0;
    height: 64px;
    justify-content: center;
  }
  .l-header__col:nth-child(2) {
    margin-left: 0;
  }
  .l-header__col:nth-child(3) {
    display: none;
  }
  .l-header__logo {
    width: 140px;
  }
  .l-main {
    margin-top: 94px;
  }
  .l-mv {
    min-width: 320px;
    height: 450px;
  }
  .l-nav__hoge {
    position: fixed;
    padding-top: 64px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9999;
    height: 100%;
  }
  .l-nav {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: scroll;
  }
  .l-nav:before, .l-nav:after {
    display: none;
  }
  .l-nav__inner {
    width: 100%;
    min-width: 320px;
    background: transparent;
    background-color: #eff5e9;
  }
  .l-nav__list {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin: 0;
  }
  .l-nav__item {
    width: 50%;
    align-items: stretch;
    height: 115px;
    transform: translateY(0) !important;
  }
  .l-nav__item--last {
    display: none;
  }
  .l-nav__item--drawer {
    display: block;
  }
  .l-nav__item:before {
    display: none;
  }
  .l-nav__item:nth-child(1) {
    display: inherit;
  }
  .l-nav__item:nth-child(2) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item:nth-child(4) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item:nth-child(6) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item:nth-child(8) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item:nth-child(9) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item:nth-child(11) {
    border-left: 2px dotted #dde8d8;
  }
  .l-nav__item {
    border-bottom: 2px dotted #dde8d8;
  }
  .l-nav__link--parent {
    display: none;
  }
  .l-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eff5e9;
  }
  .l-nav__link img {
    padding-top: 26px;
  }
  .l-nav__spBtn {
    display: block;
    text-align: center;
  }
  .l-nav__spBtn a {
    margin: 20px 10px 0;
  }
  .l-trigger {
    height: 54px;
    width: 65px;
    display: flex;
  }
  .c-grid--md-x {
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--md-x > [class*="c-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--md-x_ {
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--md-x_ > [class*="c-col"] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--md-x0 {
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--md-x0 > [class*="c-col"] {
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--md-y {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--md-y > [class*="c-col"] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--md-y_ {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--md-y_ > [class*="c-col"] {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--md-y0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--md-y0 > [class*="c-col"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-message {
    padding-bottom: 60px;
  }
  .p-message__item__img {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-message__item__h2 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-message__item__h2::after {
    top: -5px;
  }
  .p-activities {
    width: 100%;
    padding: 30px;
  }
  .p-activities__text {
    font-size: 16px;
    font-size: 5vw;
  }
  .p-activities__text.text--18 {
    font-size: 16px;
    font-size: 5vw;
  }
  .p-heading__catch {
    font-size: 26px;
  }
  .p-heading__catch > span {
    font-size: 38px;
  }
  .p-heading__paragraph.paragraph--wrapper {
    text-align: left;
  }
  .p-introduction__item:nth-child(2) {
    order: -1;
    text-align: center;
    padding: 0 50px;
  }
  .p-introduction__item.item--img {
    position: relative;
  }
  .p-introduction__img:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .p-introduction__flower-01 {
    top: -19px;
    left: -62px;
  }
  .p-introduction__flower-01 img {
    width: 190px;
  }
  .p-introduction__flower-02 {
    right: -10px;
  }
  .p-introduction__flower-02 img {
    width: 190px;
  }
  .p-post__list {
    width: 100%;
  }
  .p-service:before {
    top: 30%;
    left: -24px;
    transform: translate(0%, -73%);
  }
  .p-service:after {
    display: block;
    bottom: 9%;
    right: -24px;
    transform: translate(0%, -73%);
  }
  .p-service {
    width: 100%;
  }
  .p-topDanger__inner {
    width: 100%;
  }
  .p-access__item__inner {
    flex-direction: column;
  }
  .p-access__item__textarea {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-access__item__img {
    text-align: center;
  }
  .p-access__map__title {
    margin-top: 40px;
  }
  .p-access__contact {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .p-access__contact__item__tel {
    font-size: 2.6rem;
  }
  .p-access__contact__item__tel .p-small {
    font-size: 2.2rem;
  }
  .p-access__contact__item__tel .p-md-n {
    display: none;
  }
  #map iframe {
    height: 350px;
  }
  .p-activitie__item__wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-activitie__item__title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-activitie__item__title::after {
    top: -5px;
  }
  .p-evday__top {
    padding-bottom: 150px;
  }
  .p-evday__top__item__title {
    font-size: 2rem;
  }
  .p-evday__flow__col {
    flex-direction: column;
  }
  .p-evday__flow__col dt {
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-evday__flow__col dt img {
    width: 60px;
    position: static;
    transform: translateY(0%);
    margin-right: 15px;
  }
  .p-evday__flow__col dd {
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .p-evday__flow__col dd img {
    position: static;
    margin-right: 15px;
  }
  .p-evday__flow__text {
    text-align: left;
  }
  .p-evday__event__content {
    width: 550px;
  }
  .p-evday__event__item__wrap {
    width: 50%;
  }
  .p-foster__about {
    padding-bottom: 80px;
  }
  .p-foster__about__text {
    font-size: 1.6rem;
  }
  .p-foster__about__text br.p-md-n {
    display: none;
  }
  .p-foster__children {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .p-foster__children__text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .p-foster__children__text br.p-md-n {
    display: none;
  }
  .p-foster__type__title {
    margin-bottom: 40px;
  }
  .p-foster__type__wrap {
    padding-top: 30px;
  }
  .p-foster__type__item__inner {
    padding: 25px 15px;
  }
  .p-foster__qualifi__item__title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-foster__obligation__text {
    text-align: left;
  }
  .p-foster__obligation__item__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-foster__contact {
    padding-top: 35px !important;
  }
  .p-foster__contact__title {
    font-size: 2.2rem;
  }
  .p-foster__contact__title {
    font-size: 2rem;
  }
  .p-foster__contact__text {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-foster__link__item {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .p-foster__link__item ul {
    font-size: 1.6rem;
    padding: 20px 0;
    display: block;
  }
  .p-foster__link__item ul li {
    margin-left: 0;
    margin-right: 0;
  }
  .p-foster__link__item ul li:first-of-type {
    margin-bottom: 15px;
  }
  .p-info__item__wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-info__item__inner {
    padding: 30px 25px;
  }
  .p-intro__purpose__text {
    margin-top: 35px;
    text-align: left;
  }
  .p-intro__idea {
    padding-top: 280px;
  }
  .p-intro__idea__wrap {
    padding-bottom: 60px;
  }
  .p-intro__idea__title {
    font-size: 2rem;
  }
  .p-intro__idea__text {
    font-size: 1.6rem;
  }
  .p-intro__idea__img {
    width: 700px;
  }
  .p-intro__contact__item__textarea {
    padding: 15px 15px 5px;
  }
  .p-intro__contact__item__textarea dl {
    font-size: 2.2rem;
  }
  .p-intro__contact__item__textarea dl dt {
    width: 235px;
  }
  .p-intro__contact__item__textarea dl dd span {
    font-size: 2rem;
  }
  .p-link__item ul {
    font-size: 1.6rem;
  }
  .p-news__list__col a p {
    font-size: 1.8rem;
  }
  .p-news__article__heading p {
    font-size: 1.8rem;
  }
  .p-privacy__item__title {
    font-size: 2rem;
  }
  .p-recruit__text {
    font-size: 2rem;
  }
  .p-recruit__main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-recruit__main__item__textarea {
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit__main__item__title {
    font-size: 2.4rem;
  }
  .p-recruit__main__item__img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit__btn {
    padding: 20px 15px;
    font-size: 2rem;
  }
  .p-recruit__btn__wrap {
    padding-bottom: 50px;
  }
  .p-recruit__point__table__wrap {
    margin-bottom: 80px;
  }
  .p-recruit__point .p-intro__contact__item__textarea {
    padding: 15px 15px 5px;
  }
  .p-recruit__point .p-intro__contact__item__title {
    font-size: 2rem;
  }
  .p-welfare__item__wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-welfare__item__heading {
    flex-direction: column-reverse;
  }
  .p-welfare__item__img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-welfare__item__title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .p-welfare__item__title::after {
    top: -5px;
  }
  .u-md-d {
    display: inherit !important;
  }
  .u-md-n {
    display: none !important;
  }
  .u-md-justify-content-start {
    justify-content: flex-start;
  }
  .u-md-justify-content-end {
    justify-content: flex-end;
  }
  .u-md-justify-content-center {
    justify-content: center;
  }
  .u-md-justify-content-between {
    justify-content: space-between;
  }
  .u-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-md-align-items-start {
    align-items: flex-start;
  }
  .u-md-align-items-end {
    align-items: flex-end;
  }
  .u-md-align-items-center {
    align-items: center;
  }
  .u-md-align-items-baseline {
    align-items: baseline;
  }
  .u-md-align-items-stretch {
    align-items: stretch;
  }
  .u-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-md-flex-11auto {
    flex: 1 1 auto !important;
  }
  .u-md-flex-10auto {
    flex: 1 0 auto !important;
  }
  .u-md-textright {
    text-align: right;
  }
  .u-md-textcenter {
    text-align: center;
  }
  .u-md-textleft {
    text-align: left;
  }
  .u-md-textjustify {
    text-align: justify;
  }
  .u-md-ml-auto {
    margin-left: auto !important;
  }
  .u-md-mr-auto {
    margin-right: auto !important;
  }
  .u-md-mt {
    margin-top: 1.65em!important;
  }
  .u-md-mt-n {
    margin-top: 0!important;
  }
  .u-md-mt-s {
    margin-top: 0.7em!important;
  }
  .u-md-mt-p {
    margin-top: 1em!important;
  }
  .u-md-mt-m {
    margin-top: 2em!important;
  }
  .u-md-mt-l {
    margin-top: 3em!important;
  }
  .u-md-mr {
    margin-right: 1.65em!important;
  }
  .u-md-mr-n {
    margin-right: 0!important;
  }
  .u-md-mr-s {
    margin-right: 0.7em!important;
  }
  .u-md-mr-p {
    margin-right: 1em!important;
  }
  .u-md-mr-m {
    margin-right: 2em!important;
  }
  .u-md-mr-l {
    margin-right: 3em!important;
  }
  .u-md-mb {
    margin-bottom: 1.65em!important;
  }
  .u-md-mb-n {
    margin-bottom: 0!important;
  }
  .u-md-mb-s {
    margin-bottom: 0.7em!important;
  }
  .u-md-mb-p {
    margin-bottom: 1em!important;
  }
  .u-md-mb-m {
    margin-bottom: 2em!important;
  }
  .u-md-mb-l {
    margin-bottom: 3em!important;
  }
  .u-md-ml {
    margin-left: 1.65em!important;
  }
  .u-md-ml-n {
    margin-left: 0!important;
  }
  .u-md-ml-s {
    margin-left: 0.7em!important;
  }
  .u-md-ml-p {
    margin-left: 1em!important;
  }
  .u-md-ml-m {
    margin-left: 2em!important;
  }
  .u-md-ml-l {
    margin-left: 3em!important;
  }
  .u-md-pt {
    padding-top: 1.65em!important;
  }
  .u-md-pt-n {
    padding-top: 0!important;
  }
  .u-md-pt-s {
    padding-top: 0.7em!important;
  }
  .u-md-pt-p {
    padding-top: 1em!important;
  }
  .u-md-pt-m {
    padding-top: 2em!important;
  }
  .u-md-pt-l {
    padding-top: 3em!important;
  }
  .u-md-pr {
    padding-right: 1.65em!important;
  }
  .u-md-pr-n {
    padding-right: 0!important;
  }
  .u-md-pr-s {
    padding-right: 0.7em!important;
  }
  .u-md-pr-p {
    padding-right: 1em!important;
  }
  .u-md-pr-m {
    padding-right: 2em!important;
  }
  .u-md-pr-l {
    padding-right: 3em!important;
  }
  .u-md-pb {
    padding-bottom: 1.65em!important;
  }
  .u-md-pb-n {
    padding-bottom: 0!important;
  }
  .u-md-pb-s {
    padding-bottom: 0.7em!important;
  }
  .u-md-pb-p {
    padding-bottom: 1em!important;
  }
  .u-md-pb-m {
    padding-bottom: 2em!important;
  }
  .u-md-pb-l {
    padding-bottom: 3em!important;
  }
  .u-md-pl {
    padding-left: 1.65em!important;
  }
  .u-md-pl-n {
    padding-left: 0!important;
  }
  .u-md-pl-s {
    padding-left: 0.7em!important;
  }
  .u-md-pl-p {
    padding-left: 1em!important;
  }
  .u-md-pl-m {
    padding-left: 2em!important;
  }
  .u-md-pl-l {
    padding-left: 3em!important;
  }
}

@media screen and (max-width: 567px) {
  /**/
  .l-hero {
    height: 160px;
  }
  .l-footer__mainCol {
    width: 100%;
    padding: 0;
  }
  .l-footerNav {
    flex-direction: column;
    border: 1px solid #cdddc8;
    border-radius: 10px;
    overflow: hidden;
  }
  .l-footerNav__list {
    width: 100%;
    flex-direction: column;
  }
  .l-footerNav__item {
    border-top: 1px solid #cdddc8;
  }
  .l-footerNav__item:hover {
    background-color: #e6efe1;
  }
  .l-footerNav__list:nth-child(1) .l-footerNav__item:nth-child(1) {
    border-top: none;
  }
  .l-footerNav__link {
    padding: 12px 20px 12px 15px;
    text-align: left;
    order: -1;
    flex: 1;
  }
  .l-header__inner {
    height: 54px;
  }
  .l-header__logo {
    width: 120px;
  }
  .l-header__logo a {
    display: block;
    margin-bottom: 6px;
  }
  .l-header__logo img {
    vertical-align: middle;
  }
  .l-main {
    margin-top: 84px;
  }
  .l-mv {
    height: 370px;
  }
  .l-nav__hoge {
    padding-top: 0px;
  }
  .l-nav {
    top: 54px;
  }
  .l-nav__spBtn a:not(:first-child) {
    margin-left: 0;
  }
  .c-grid--sm-x {
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-grid--sm-x > [class*="c-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-grid--sm-x_ {
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--sm-x_ > [class*="c-col"] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .c-grid--sm-x0 {
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--sm-x0 > [class*="c-col"] {
    padding-right: 0;
    padding-left: 0;
  }
  .c-grid--sm-y {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .c-grid--sm-y > [class*="c-col"] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-grid--sm-y_ {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .c-grid--sm-y_ > [class*="c-col"] {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .c-grid--sm-y0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-grid--sm-y0 > [class*="c-col"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-message__item__h2 {
    font-size: 1.8rem;
  }
  .p-activities {
    padding: 15px;
  }
  .p-heading__catch {
    font-size: 21px;
    padding: 0 0px 5px;
  }
  .p-heading__catch > span {
    font-size: 33px;
  }
  .p-introduction__item:nth-child(2) {
    order: -1;
    padding: 0 20px;
  }
  .p-post__item {
    padding: 0;
  }
  .p-post__link {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-post__data {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-post__media {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-post__time {
    margin-left: 0;
  }
  .p-post__text {
    margin-left: 0;
  }
  .p-service__text {
    font-size: 16px;
  }
  .p-topDanger__inner {
    border-radius: 12px;
    flex-direction: column;
  }
  .p-topDanger__heading {
    padding: 12px;
  }
  .p-topDanger__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 20px;
  }
  .p-topDanger__media {
    width: 100%;
  }
  .p-topDanger__text {
    padding-left: 0;
  }
  .p-topDanger__icon {
    padding-right: 0;
  }
  #map iframe {
    height: 300px;
  }
  .p-activitie__item__title {
    font-size: 1.8rem;
  }
  .p-activitie__item__text {
    line-height: 1.4rem;
    line-height: 1.8;
  }
  .p-bnr__item::before {
    width: 60px !important;
    height: 49px !important;
    top: -27px !important;
  }
  .p-evday__top__item__title {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .p-evday__top__item__text {
    line-height: 1.8;
  }
  .p-evday__event__item__wrap {
    width: 100%;
  }
  .p-foster__qualifi__item__title {
    font-size: 1.8rem;
  }
  .p-foster__qualifi__item__title::after {
    top: 0px;
  }
  .p-foster__qualifi__item__img {
    flex-direction: column !important;
  }
  .p-foster__qualifi__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .p-foster__contact__title span::before, .p-foster__contact__title span::after {
    width: 20px;
    height: 21px;
  }
  .p-foster__contact__title span::before {
    left: -30px;
  }
  .p-foster__contact__title span::after {
    right: -30px;
  }
  .p-info__pdf {
    width: 270px;
  }
  .p-info__pdf__col {
    width: 100%;
  }
  .p-info__pdf a {
    font-size: 1.6rem;
    padding-left: 35px;
  }
  .p-info__pdf a::before {
    width: 25px;
    height: 31px;
  }
  .p-intro__purpose {
    padding-bottom: 70px;
  }
  .p-intro__idea {
    padding-top: 200px;
  }
  .p-intro__idea__wrap {
    padding-bottom: 35px;
  }
  .p-intro__idea__title {
    font-size: 1.8rem;
  }
  .p-intro__idea__text {
    text-align: left;
  }
  .p-intro__idea__text .u-sm-n {
    display: none;
  }
  .p-intro__idea__img {
    width: 600px;
  }
  .p-intro__facility__table th {
    width: 100%;
    display: block;
  }
  .p-intro__facility__table td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 15px 20px;
  }
  .p-intro__facility__table tr:not(:last-of-type) th::before {
    content: none;
  }
  .p-intro__facility__table tr:not(:last-of-type) td {
    border-bottom: none;
  }
  .p-intro__history__container dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-intro__history__container dl dt {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
  }
  .p-intro__history__container dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .p-intro__history__container dl dd::before {
    left: 15px;
  }
  .p-intro__contact__item__textarea dl {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .p-intro__contact__item__textarea dl dd {
    padding-left: 25px;
  }
  .p-intro__contact__item__textarea dl dd::before {
    width: 10px;
    height: 10px;
  }
  .p-news__list__col {
    padding: 10px;
  }
  .p-news__list__col a {
    padding: 25px 10px 20px 15px;
  }
  .p-news__list__col a p {
    font-size: 1.6rem;
  }
  .p-news__list__col__inner {
    padding-left: 50px;
  }
  .p-news__list__col__inner::before {
    width: 40px;
    height: 46px;
  }
  .p-news__article {
    padding: 10px;
  }
  .p-news__article__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-news__article__heading {
    padding-left: 50px;
  }
  .p-news__article__heading::before {
    width: 40px;
    height: 46px;
  }
  .p-pager {
    flex-wrap: wrap;
  }
  .p-pager__number {
    margin: auto;
    margin-top: 15px;
  }
  .p-pager__number a {
    width: 30px;
    height: 30px;
  }
  .p-pager__single__btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-pager__single__arrow__wrap {
    width: 50%;
    order: -1;
    display: flex;
  }
  .p-pager__single__arrow__wrap .p-pager__single__arrow--next {
    margin-left: auto;
  }
  .p-social__inner {
    flex-direction: column;
  }
  .p-social__header {
    margin-right: 0;
  }
  .p-social__list {
    margin-top: 15px;
  }
  .p-privacy__item__title {
    font-size: 1.8rem;
  }
  .p-privacy__item__text {
    font-size: 1.4rem;
  }
  .p-recruit__text {
    font-size: 1.8rem;
  }
  .p-recruit__main__item__title {
    width: 320px;
    font-size: 1.8rem;
  }
  .p-recruit__btn {
    font-size: 1.8rem;
  }
  .p-recruit__point .p-intro__contact__item__title {
    font-size: 1.8rem;
  }
  .p-welfare__item__title {
    font-size: 1.8rem;
  }
  .p-welfare__item__text {
    font-size: 1.4rem;
  }
  .p-welfare__item__text.p-large {
    font-size: 1.5rem;
  }
  .p-welfare__item__table th {
    width: 100%;
    display: block;
  }
  .p-welfare__item__table td {
    width: 100%;
    display: block;
    border-left: 1px dotted #97b397;
    border-top: none;
  }
  .p-welfare__item__table tr:not(:last-of-type) th::before {
    content: none;
  }
  .p-welfare__item__table tr:not(:last-of-type) td {
    border-bottom: none;
  }
  .u-sm-d {
    display: inherit !important;
  }
  .u-sm-n {
    display: none !important;
  }
}

@media screen and (max-width: 411px) {
  /**/
  .p-frame::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  .p-frame__vertical {
    padding: 10px;
  }
  .p-frame__vertical::before {
    left: -7px;
  }
  .p-frame__vertical::after {
    right: -7px;
  }
  .p-frame__horizontal::before {
    top: -7px;
  }
  .p-frame__horizontal::after {
    bottom: -7px;
  }
  .p-social {
    padding: 15px 10px 11px;
  }
  .u-xs-d {
    display: inherit !important;
  }
  .u-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 412px) {
  /**/
  .u-over-xs-d {
    display: inherit !important;
  }
  .u-over-xs-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 568px) {
  /**/
  .c-col-sm-12 {
    width: 100%;
  }
  .c-col-sm-11 {
    width: 91.66666667%;
  }
  .c-col-sm-10 {
    width: 83.33333333%;
  }
  .c-col-sm-9 {
    width: 75%;
  }
  .c-col-sm-8 {
    width: 66.66666667%;
  }
  .c-col-sm-7 {
    width: 58.33333333%;
  }
  .c-col-sm-6 {
    width: 50%;
  }
  .c-col-sm-5col {
    width: 20%;
  }
  .c-col-sm-5 {
    width: 41.66666667%;
  }
  .c-col-sm-4 {
    width: 33.33333333%;
  }
  .c-col-sm-3 {
    width: 25%;
  }
  .c-col-sm-2 {
    width: 16.66666667%;
  }
  .c-col-sm-1 {
    width: 8.33333333%;
  }
  .c-col-sm-auto {
    width: auto;
  }
  .u-over-sm-d {
    display: inherit !important;
  }
  .u-over-sm-n {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  /**/
  .c-col-md-12 {
    width: 100%;
  }
  .c-col-md-11 {
    width: 91.66666667%;
  }
  .c-col-md-10 {
    width: 83.33333333%;
  }
  .c-col-md-9 {
    width: 75%;
  }
  .c-col-md-8 {
    width: 66.66666667%;
  }
  .c-col-md-7 {
    width: 58.33333333%;
  }
  .c-col-md-6 {
    width: 50%;
  }
  .c-col-md-5col {
    width: 20%;
  }
  .c-col-md-5 {
    width: 41.66666667%;
  }
  .c-col-md-4 {
    width: 33.33333333%;
  }
  .c-col-md-3 {
    width: 25%;
  }
  .c-col-md-2 {
    width: 16.66666667%;
  }
  .c-col-md-1 {
    width: 8.33333333%;
  }
  .c-col-md-auto {
    width: auto;
  }
  .p-message__item__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-access__contact__item__tel .u-ov-n {
    display: none;
  }
  .p-recruit__main__item {
    display: flex;
    align-items: center;
  }
  .u-over-md-d {
    display: inherit !important;
  }
  .u-over-md-n {
    display: none !important;
  }
  .u-over-md-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-md-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-md-order-0 {
    order: 0;
  }
  .u-over-md-order-1 {
    order: 1;
  }
  .u-over-md-order-_1 {
    order: -1;
  }
  .u-over-md-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-md-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-md-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1024px) {
  /**/
  .c-col-lg-12 {
    width: 100%;
  }
  .c-col-lg-11 {
    width: 91.66666667%;
  }
  .c-col-lg-10 {
    width: 83.33333333%;
  }
  .c-col-lg-9 {
    width: 75%;
  }
  .c-col-lg-8 {
    width: 66.66666667%;
  }
  .c-col-lg-7 {
    width: 58.33333333%;
  }
  .c-col-lg-6 {
    width: 50%;
  }
  .c-col-lg-5col {
    width: 20%;
  }
  .c-col-lg-5 {
    width: 41.66666667%;
  }
  .c-col-lg-4 {
    width: 33.33333333%;
  }
  .c-col-lg-3 {
    width: 25%;
  }
  .c-col-lg-2 {
    width: 16.66666667%;
  }
  .c-col-lg-1 {
    width: 8.33333333%;
  }
  .c-col-lg-auto {
    width: auto;
  }
  .u-over-lg-d {
    display: inherit !important;
  }
  .u-over-lg-n {
    display: none !important;
  }
  .u-over-lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  .u-over-lg-flex-wrap {
    flex-wrap: wrap;
  }
  .u-over-lg-order-0 {
    order: 0;
  }
  .u-over-lg-order-1 {
    order: 1;
  }
  .u-over-lg-order-_1 {
    order: -1;
  }
  .u-over-lg-flex-00auto {
    flex: 0 0 auto !important;
  }
  .u-over-lg-flex-01auto {
    flex: 0 1 auto !important;
  }
  .u-over-lg-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1120px) {
  /**/
}

@media print, screen and (min-width: 1500px) {
  /**/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .l-content.bg--silhouette {
    background-image: url("../images/bg-silhouette1@2x.png"), url("../images/bg-silhouette2@2x.png"), url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221500px%22%20height%3D%2231.4px%22%20viewBox%3D%220%200%201500%2031.4%22%20style%3D%22enable-background%3Anew%200%200%201500%2031.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M750%2C0C433.7%2C0%2C226.3%2C29.8%2C0%2C29.8v1.6h1500v-1.6C1273.7%2C29.8%2C1066.3%2C0%2C750%2C0z%22%2F%3E%3C%2Fsvg%3E");
  }
  .l-mv {
    background-image: url("../images/img-mv@2x.jpg");
  }
  .l-nav__link--child {
    background-image: url("../images/bg-nav@2x.png");
  }
  .l-nav__link--child a::before {
    background-image: url("../images/ico-arrow-orange@2x.png");
  }
  .l-wraper {
    background-image: url("../images/bg-pattern-washi@2x.jpg");
  }
  .p-message__item__h2::before {
    background-image: url("../images/page/activities/title-line@2x.png");
  }
  .p-message__item__h2::after {
    background-image: url("../images/page/activities/title-icon@2x.png");
  }
  .p-activities__inner:before {
    background-image: url("../images/bg-activities-decoration-01@2x.png"), url("../images/bg-activities-decoration-02@2x.png"), url("../images/bg-activities-decoration-03@2x.png"), url("../images/bg-activit\a 														ies-decoration-04@2x.png");
  }
  .p-heading__catch:after {
    background-image: url("../images/bg-mottled-green@2x.jpg");
  }
  .p-introduction__img:before {
    background-image: url("../images/image-introduction@2x.png");
  }
  .p-life__item {
    background-image: url("../images/bg-mottled-green@2x.jpg");
  }
  .p-life__item--01:before {
    background-image: url("../images/life-heading-icon01@2x.png");
  }
  .p-life__item--02:before {
    background-image: url("../images/life-heading-icon02@2x.png");
  }
  .p-life__item--03:before {
    background-image: url("../images/life-heading-icon03@2x.png");
  }
  .p-life__item--04:before {
    background-image: url("../images/life-heading-icon04@2x.png");
  }
  .p-access__item__title::before {
    background-image: url("../images/page/privacy/title-line@2x.jpg");
  }
  .p-access__contact__item {
    background-image: url("../images/bg-mottled-green@2x.jpg");
  }
  .p-access__contact__item::before {
    background-image: url("../images/page/intro/contact-heading-icon@2x.png");
  }
  .p-activitie__item__title::before {
    background-image: url("../images/page/activities/title-line@2x.png");
  }
  .p-activitie__item__title::after {
    background-image: url("../images/page/activities/title-icon@2x.png");
  }
  .p-bnr__item::before {
    background-image: url("../images/deco-bnr@2x.png");
  }
  .p-evday__top::before {
    background-image: url("../images/page/everyday/bg-top@2x.png");
  }
  .p-evday__top__item__title::before {
    background-image: url("../images/page/everyday/title-line@2x.png");
  }
  .p-evday__flow__col:not(:last-of-type)::before {
    background-image: url("../images/page/everyday/deco-dot@2x.png");
  }
  .p-evday__flow__col dt {
    background-image: url("../images/page/everyday/bg-pattern01@2x.jpg");
  }
  .p-evday__flow__col dd {
    background-image: url("../images/page/everyday/bg-pattern02@2x.jpg");
  }
  .p-foster__children {
    background-image: url("../images/page/foster-parents/bg-children@2x.jpg");
  }
  .p-foster__qualifi__item__title::before {
    background-image: url("../images/page/activities/title-line@2x.png");
  }
  .p-foster__qualifi__item__title::after {
    background-image: url("../images/page/foster-parents/ico-check@2x.png");
  }
  .p-foster__qualifi__img:first-of-type::before {
    background-image: url("../images/page/foster-parents/image-foster01@2x.png");
  }
  .p-foster__qualifi__img:last-of-type::before {
    background-image: url("../images/page/foster-parents/image-foster02@2x.png");
  }
  .p-foster__contact__title span::before, .p-foster__contact__title span::after {
    background-image: url("../images/page/foster-parents/ico-contact-title@2x.png");
  }
  .p-foster__link__item ul li a::before {
    background-image: url("../images/ico-link-green@2x.png");
  }
  .p-info__pdf a::before {
    background-image: url("../images/ico-pdf@2x.png");
  }
  .p-info__evaluation a::before {
    background-image: url("../images/ico-link@2x.png");
  }
  .p-intro__purpose__text::before {
    background-image: url("../images/page/intro/img-purpose@2x.png");
  }
  .p-intro__history {
    background-image: url("../images/page/intro/bg-history@2x.jpg");
  }
  .p-intro__contact__item {
    background-image: url("../images/bg-mottled-green@2x.jpg");
  }
  .p-intro__contact__item::before {
    background-image: url("../images/page/intro/contact-heading-icon@2x.png");
  }
  .p-link__item ul li a::before {
    background-image: url("../images/ico-link-green@2x.png");
  }
  .p-news__list__col__inner::before {
    background-image: url("../images/page/news/deco-angel@2x.png");
  }
  .p-news__article__heading::before {
    background-image: url("../images/page/news/deco-angel@2x.png");
  }
  .p-news__sidebar__inner {
    background-image: url("../images/page/news/bg-sidebar@2x.jpg");
  }
  .p-breadcrumb li:first-of-type::before {
    background-image: url("../images/page/news/ico-home@2x.png");
  }
  .p-pager__single__arrow::before {
    background-image: url("../images/ico-arrow-circle@2x.png");
  }
  .p-social__header::before {
    background-image: url("../images/page/news/ico-share@2x.png");
  }
  .p-privacy__item__title::before {
    background-image: url("../images/page/privacy/title-line@2x.jpg");
  }
  .p-recruit__main__item::before {
    background-image: url("../images/page/recruit/bg-top@2x.png");
  }
  .p-recruit__main__item__title div::before {
    background-image: url("../images/page/activities/title-line@2x.png");
  }
  .p-recruit__point__table td .p-pdf::before {
    background-image: url("../images/ico-pdf@2x.png");
  }
  .p-welfare__service__text span::before {
    background-image: url("../images/page/welfare/ico-arrow@2x.png");
  }
  .p-welfare__item__title::before {
    background-image: url("../images/page/activities/title-line@2x.png");
  }
  .p-welfare__item__title::after {
    background-image: url("../images/page/activities/title-icon@2x.png");
  }
}

@media screen and (max-width: 1120px) {
  .p-bnr__item::before {
    width: 110px;
    height: 90px;
    top: -15px;
    right: -30px;
  }
}

@media screen {
  .u-screen-d {
    display: inherit !important;
  }
  .u-screen-n {
    display: none !important;
  }
}

@media print {
  .u-print-d {
    display: inherit !important;
  }
  .u-print-n {
    display: none !important;
  }
}
