@charset "UTF-8";

/* ==========================================================================
   normalize.css（ベンダー提供のリセットCSS。内容は変更していません）
   ========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   基本設定（html / body / 全要素共通）
   ※ normalize.css の html{line-height:1.15} / sup{font-size:75%} を、
     ここで line-height:1 / font-size:62.5% に上書きしているため、
     このセクションは必ず normalize.css より後に置いてください。
   ========================================================================== */
html {
  line-height: 1;
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #221815;
  margin: 0;
}
body {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
.font-gothic {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-family: "ヒラギノ角ゴ ProN W3";
}
.font-mincho {
  /* font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif; */
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
img {
  max-width: 100%;
}
main img {
  vertical-align: top;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}
sup {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/* ==========================================================================
   ユーティリティクラス
   ========================================================================== */
.center {
  text-align: center;
}
.text-center {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb37 {
  margin-bottom: 37px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb114 {
  margin-bottom: 114px;
}
.ml20 {
  margin-left: 20px;
}
.pt10 {
  padding-top: 10px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fz12 {
  font-size: 1.2rem;
}
.fz14 {
  font-size: 1.4rem;
}
.fz16 {
  font-size: 1.6rem;
}
.fz70p {
  font-size: 70%;
}
.fz120p {
  font-size: 120%;
}
.fz140p {
  font-size: 140%;
}
.fz150p {
  font-size: 150%;
}
.fz180p {
  font-size: 180%;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.hidden {
  display: none;
}
.loaded {
  display: block;
}

/* ---- 表示切替: pc-only / sp-only ---- */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}

/* ---- tel リンク ---- */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ==========================================================================
   要素リセット / 汎用スタイル
   ========================================================================== */
.new {
  position: absolute;
  top: 0;
  right: 0;
}
.gnav-under-inner li {
  position: relative;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
th.center, td.center, th.center td {
  text-align: center;
}
tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ul, li {
  margin: 0;
  padding: 0;
}
picture {
  display: inline;
  max-width: 100%;
}
picture img {
  max-width: 100%;
  vertical-align: bottom;
}
.row_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn_box{
  max-width: 345px;
  width: 100%;
  background: #405347;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.btn_box::before{
  content: "";
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 10px;
  height: 10px;
}
.btn_box:hover{
  text-decoration: none;
}

/* ==========================================================================
   アニメーション: フェードイン（.aniFadeIn）
   ========================================================================== */
.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

/* ---- アニメーション: シャイン（.aniShine） ---- */
.aniShine::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, white), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation: shiny 3s ease-in-out infinite;
          animation: shiny 3s ease-in-out infinite;
}

/* ==========================================================================
   レイアウト共通コンテナ
   ========================================================================== */
.under_mainvisual,
.under_mainvisual picture,
.under_mainvisual img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を崩さずトリミングして敷き詰める */
}
.main-contents {
  max-width: 1280px;
  margin: auto;
  /* overflow-x: hidden; */
}
.common-page-note {
  text-align: justify;
  padding: 55px 0 100px;
  background: #fff;
}
.common-page-note .common-page-note-list{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.common-page-note .common-page-note-list > li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .common-page-note{
    padding: 20px 0 25px;
    margin: 0 auto;
  }
  .common-page-note .common-page-note-list > li {
    font-size: 11px;
  }
}

/* ==========================================================================
   ページヘッダー（下層ページ共通の見出し帯）
   ========================================================================== */
.page-header {
  height: 217px;
  border-bottom: solid 2px #bf9c47;
  margin-bottom: 30px;
}
.page-header .page-title {
  padding: 58px 38px;
  text-align: right;
}
.page-header .page-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  color: #b05f49;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
.page-header .page-title .title-sub {
  color: #b05f49;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
.page-header .page-title .title-text {
  color: #40220f;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 142px;
  }
  .page-header .page-title {
    padding: 40px 23px;
  }
  .page-header .page-title .title-main {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
  .page-header .page-title .title-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .page-header .page-title .title-text {
    font-size: 1rem;
  }
}

/* ==========================================================================
   ヘッダー / グローバルナビ・ローカルナビ
   ========================================================================== */
.header-body__title {
  font-size: 1rem;
  line-height: 1;
}
.header-nav__item-map .header-nav__link,
.header-nav__item-outline .header-nav__link {
  color: #005243;
  background: #fff;
  border: 1px solid #005243;
}
.header-nav__form_btn .header-nav__link {
  background: #005243;
  border: 1px solid #fff;
}
.localnav__list .localnav__link {
  line-height: 1.2;
}
.localnav__list .localnav__link.selected {
  background: #005243;
}
.localnav__list .localnav__link .en {
  font-size: 8px;
  letter-spacing: 0.16em;
}
.localnav__list .localnav__item {
  border: solid 1px #005243;
}
.localnav__list .localnav__item.last {
  border-right: solid 1px #005243;
}
.localnav__list .localnav__item.sp {
  display: none;
}
.localnav__item .localnav__link {
  color: #005243;
}
/* NEW マーク（ローカルナビの一部項目に付与） */
.localnav__list li {
  position: relative;
}
.localnav__list li:nth-child(8) a::after{
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  content: "NEW";
  background: #841313;
  color: #fff;
  padding: 1px 3px 1px;
  line-height: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .header-body {
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.last {
    border-top: none;
    border-left: none;
    border-right: solid 1px #C9BC9C;
  }
  .localnav__list .localnav__item.sp {
    display: block;
  }
}



/* ==========================================================================
   汎用サブページテンプレート（gen-*：下層ページの見出し・キャッチコピー等）
   ========================================================================== */
.gen-inner {
  max-width: 810px;
  margin: auto;
}
.gen-mv img {
  width: 100%;
}
.gen-catch {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.gen-catch__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.gen-catch__title .title1 {
  font-size: 2.8rem;
}
.gen-catch__title .title2 {
  font-size: 4rem;
}
.gen-catch__main {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.gen-catch__main.text-left {
  text-align: left;
}
.gen-catch__sub {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.gen-catch__sub.text-left {
  text-align: left;
}
.gen-catch__note {
  margin-top: 40px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch {
    margin-bottom: 20px;
  }
  .gen-catch__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .gen-catch__title .title1 {
    font-size: 1.4rem;
  }
  .gen-catch__title .title2 {
    font-size: 2rem;
  }
  .gen-catch__main {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .gen-catch__sub {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .gen-catch__note {
    margin-top: 20px;
    font-size: 1rem;
  }
  .gen-catch__note.sp-left {
    text-align: left;
  }
}

/* ---- gen-footer-banner ---- */
.gen-footer-banner {
  text-align: center;
  margin: 40px 0;
}
.gen-footer-banner .btn-request {
  display: block;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.gen-footer-banner .btn-request:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .gen-footer-banner {
    margin: 20px 0;
    padding: 0 20px;
  }
  .gen-footer-banner .btn-request {
    font-size: 2rem;
  }
}

/* ==========================================================================
   共通インフォメーションボックス（.common-information-box）
   ========================================================================== */
.common-information-box {
  color: #221815;
  background: #f5f2e7;
  padding: 40px 20px;
}
.common-information-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: auto;
}
.common-information-box__title {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
.common-information-box__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.common-information-box__button {
  margin: 0 0 0 auto;
}
.common-information-box__button .btn-request {
  display: block;
  text-align: center;
  width: 450px;
  color: #fff;
  background: #c9bc9c;
  padding: 20px;
}
.common-information-box__button .btn-request .btn-request-main {
  font-size: 3rem;
}
.common-information-box__button .btn-request .btn-request-sub {
  font-size: 1.8rem;
}
.common-information-box__button .btn-request:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .common-information-box__inner {
    display: block;
  }
  .common-information-box__title {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
  .common-information-box__text {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .common-information-box__button .btn-request {
    width: auto;
  }
  .common-information-box__button .btn-request .btn-request-main {
    font-size: 1.6rem;
  }
  .common-information-box__button .btn-request .btn-request-sub {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   汎用テキストクラス（title100 / text1xx 系）
   ※ 現状どのページHTMLからも参照されていません（未使用の可能性）。
   ========================================================================== */
.title100 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1.4em;
  margin-bottom: 1.3em;
}
.text101 {
  font-size: 19px;
  margin-bottom: 35px;
  text-align: center;
}
.text102 {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}
.text112 {
  padding-top: 2.9em;
  padding-bottom: 2.9em;
  color: #3B3B3B;
  width: 100%;
  background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
  font-size: 16px;
  text-align: center;
  line-height: 1.9em;
}
.text113 {
  width: 90%;
  margin: auto;
  margin-top: 2em;
  max-width: 650px;
  text-align: justify;
}
.text113r {
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-bottom: 2em;
}
.text113h {
  font-size: 2.4em;
  margin: auto;
  margin-top: 1.6em;
  margin-bottom: 1.1em;
}
.text114 {
  font-size: 2.2em;
  line-height: 1.5em;
}
.text115 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.text501 {
  font-size: 23px;
  margin-bottom: 4em;
  text-align: center;
  margin-top: 2em;
  line-height: 2em;
}
.text900 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}
.text901 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .text102 {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.7em;
  }
  .text112 {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
    color: #3B3B3B;
    width: 100%;
    background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
    font-size: 16px;
    text-align: center;
    line-height: 1.9em;
  }
  .text113 {
    width: 90%;
    margin: auto;
    margin-top: 2em;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .text113h {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: auto;
    margin-top: 1.6em;
    margin-bottom: 1.1em;
  }
  .text114 {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  .text501 {
    font-size: 16px;
    margin-bottom: 4em;
    text-align: center;
    margin-top: 2em;
    line-height: 2em;
  }
  .text901 {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.9em;
  }
}

/* ==========================================================================
   キャプション
   ========================================================================== */
.pic_caption {
  display: block;
  /* text-align: right;
  font-size: 12px;
  padding: 10px 1em 0 0; */
  /* max-width: 1280px; */
  width: 99%;
  padding: 10px 0 0;
  text-align: right;
  font-family: "ヒラギノ角ゴ ProN W3";

  /* position: absolute;
  right: 1em;
  bottom: 10px;
  z-index: 2; */
  font-size: 12px;
}
.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 4px;
}
.c-caption-target .c-caption.in.top {
  bottom: auto;
  top: 4px;
}
.c-caption-target .c-caption.in.right {
  right: 4px;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 4px;
  text-align: left;
}
.c-caption-target .c-caption.out {
  margin-top: 4px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.c-caption-target .c-caption.black {
  color: #000;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}
.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .pic_caption {
    text-align: right;
    font-size: 9px;
    padding-top: 5px;
    bottom: 5px;
    padding-right: 0.2em;
    width: 95%;
    margin: auto;
  }
  .c-caption-target .c-caption {
    font-size: 8px;
  }
}

/* ==========================================================================
  concept-mv
  ========================================================================== */
.concept-mv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh; /* 画面いっぱいに表示 */
  z-index: 0;    /* 重なり順を下に設定 */
  overflow: hidden;
}
.concept-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-section {
  position: relative;
  z-index: 10; /* メインビジュアル（z-index: 1）より上に配置 */
  min-height: 100vh;
  background: #fff;
}
@media screen and (max-width: 1024px) {
}

/* ==========================================================================
  info_block
  ========================================================================== */
.info_block{
  position: relative;
  border: 11px solid;
  border-image: linear-gradient(90deg, rgba(171, 134, 105, 1), rgba(235, 223, 173, 1) 28%, rgba(196, 168, 122, 1) 93%) 1;
  background: #fff;
}
.info_block .info_box{
  color: #231815;
  align-items: stretch;
}
.info_block .info_box .txt_box{
  width: 48%;
  padding: 60px 0 60px 120px;
  box-sizing: border-box;
}
.info_block .info_box .txt_box .sub_txt{
  font-size: 33px;
}
.info_block .info_box .txt_box .catch_ttl{
  font-size: 65px;
  color: #025143;
  margin: 15px 0 20px;
  font-weight: 400;
}
.info_block .info_box .txt_box .sub_catch{
  font-size: 55px;
  padding: 5px 0 0;
  position: relative;
  font-weight: 400;
}
.info_block .info_box .txt_box .sub_catch::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left:calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, rgba(171, 134, 105, 1) 22%, rgba(235, 223, 173, 1) 36%, rgba(212, 191, 143, 1) 93%) ;
  z-index: -1;
}
.info_block .info_box .txt_box .txt{
  font-size: 23px;
  margin: 35px 0 0;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.info_block .info_box .img_box{
  width: 52%;
}
.info_block .info_box .img_box img{
  height: 100%;
  object-fit: cover;
}
.bg_gray{
  background: linear-gradient(90deg, rgba(186, 181, 178, 0.5), rgba(225, 225, 228, 0.5) 50%, rgba(186, 181, 178, 0.5));
}
.info_block .info_list{
  gap: 35px;
  width: 90%;
  padding: 70px 0 0;
  margin: auto;
  align-items: stretch;
}
.info_block .info_list li{
  width: calc((100% - 70px) / 3);
  display: flex;
  flex-direction: column;
}
.info_block .info_list li .list_txt_wrap{
  gap: 15px;
  align-items: flex-start;
  flex: 1;
}
.info_block .info_list li .list_txt_wrap .icon_img{
  width: 80px;
  height: 80px;
}
.info_block .info_list li .list_txt_wrap .list_txt_box{
  width: calc(100% - 95px);
}
.info_block .info_list li .list_txt_wrap .list_txt_box .list_ttl{
  font-size: 33px;
  margin: 0 0 10px;
}
.info_block .info_list li .list_txt_wrap .list_txt_box .txt{
  font-size: 20px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.info_block .info_list li .img_box{
  margin: 20px auto 5px;
}
.info_block .info_list li .img_txt{
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.info_block .btn_wrap{
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 65px;
  gap: 55px;
}
.info_block .btn_wrap .btn_box{
  max-width: 438px;
  font-size: 24px;
  padding: 17px 0;
}
.info_block .btn_wrap .btn_box::before{
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 1200px) {
  .info_block .info_box .txt_box{
    padding: 60px 0 60px 60px;
  }
  .info_block .info_box .txt_box .sub_txt{
    font-size: 28px;
  }
  .info_block .info_box .txt_box .catch_ttl{
    font-size: 55px;
  }
  .info_block .info_box .txt_box .sub_catch{
    font-size: 45px;
  }
  .info_block .btn_wrap{
    gap: 25px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .info_block .info_box{
    flex-direction: column-reverse;
  }
  .info_block .info_box .txt_box,
  .info_block .info_box .img_box{
    width: 100%;
  }
  .info_block .info_box .txt_box{
    padding: 25px 25px 20px;
  }
  .info_block .info_box .txt_box .sub_txt{
    font-size: 20px;
  }
  .info_block .info_box .txt_box .catch_ttl{
    font-size: 40px;
    margin: 10px 0 15px;
  }
  .info_block .info_box .txt_box .sub_catch{
    font-size: 33px;
  }
  .info_block .info_box .txt_box .txt{
    font-size: 17px;
    margin: 15px 0 0;
  }

  .info_block .info_list{
    gap: 20px;
    padding: 20px 0 0;
  }
  .info_block .info_list li{
    width: 100%;
  }
  .info_block .info_list li .img_box{
    margin: 20px 0 10px;
  }
  .info_block .info_list li .img_box img{
    width: 100%;
    max-width: 100%;
  }
  .info_block .info_list li .img_txt{
    text-align: right;
  }

  .info_block .btn_wrap{
    flex-direction: column;
    gap: 17px;
  }
  .info_block .btn_wrap .btn_box{
    max-width: 335px;
    font-size: 19px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 640px) {
  .info_block .info_list li .list_txt_wrap .icon_img{
    width: 62px;
    height: 62px;
  }
  .info_block .info_list li .list_txt_wrap .list_txt_box{
    width: calc(100% - 80px);
  }
  .info_block .info_list li .list_txt_wrap .list_txt_box .list_ttl{
    font-size: 26px;
  }
  .info_block .info_list li .list_txt_wrap .list_txt_box .txt{
    font-size: 16px;
  }
}

/* ==========================================================================
   予告広告表記（main .yokoku）
   index.html / outline.html で使用
   ========================================================================== */
main .yokoku {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 0.25px solid #000;
  padding: 15px 1em 0;
  font-size: 12px;
}
main .yokoku__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main .yokoku{
    padding: 10px 0 0;
    font-size: 11px;
  }
}

/* ==========================================================================
   テキストインフォメーション（#text_info）
   ※ 現状どのページHTMLからも参照されていません（未使用の可能性）。
   ========================================================================== */
#text_info {
  width: 730px;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #text_info {
    width: 100%;
    margin-top: 0em;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
}

/* ==========================================================================
   キーフレームアニメーション
   ========================================================================== */
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
            transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
            transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
            transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
            transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
            transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
            transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
