@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0; }

blockquote,
q {
  quotes: none; }

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

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

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

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

input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/*==========　基本設定　==========*/
* {
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media screen and (max-width: 961px) {
    html {
      font-size: 16px; } }

body {
  -webkit-text-size-adjust: 100%;
  font: 500 16px "M PLUS 1p", "Noto Sans JP", sans-serif;
  color: #534741;
  width: 100%; }

.body_wrap {
  overflow-x: hidden; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.container {
  width: 100%;
  max-width: calc(1150px + 15px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (max-width: 961px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.inner {
  width: 100%;
  max-width: calc(1000px + 15px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (max-width: 961px) {
    .inner {
      padding-left: 15px;
      padding-right: 15px; } }
.prepare_inner {
  width: 100vw;
  margin: 2em calc(50% - 50vw) 0;
  padding: 15px;
  background-color: #f0f0f0;
  position: relative; }
  @media screen and (max-width: 961px) {
    .inner {
      padding-left: 15px;
      padding-right: 15px; } }

.inner_contents {
  width: 100%;
  max-width: calc(920px + 15px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (max-width: 961px) {
    .inner_contents {
      padding-left: 15px;
      padding-right: 15px; } }

.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1); }

/*========== レイアウト用 ==========*/
.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 961px) {
    .section {
      padding-top: 24px;
      padding-bottom: 24px; } }

.relative_box {
  position: relative; }

.absolute_box {
  position: absolute; }

.position_left {
  top: 0;
  left: 0; }

.position_right {
  top: 0;
  right: 0; }

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

.bg_yellow {
  background-color: #fffcdb; }

.bg_cream {
  background-color: #fffef0; }

.bg_gray {
  background-color: #e6e6e6; }

.bg_blue {
  background-color: #2e3192; }

.bg_lightblue {
  background-color: #eaf6fd; }

/*==========
フォント
==========*/
.underline_orange {
  display: inline;
  background: linear-gradient(transparent 80%, #f7931e 80%, #f7931e 95%, transparent 95%); }

.text_lightgreen {
  color: #00a99d; }

.text_orange {
  color: #f15a24; }

.text_yellow {
  color: #f7931e; }

.text_red {
  color: #e82609; }

.text_red_02 {
  color: #c1272d; }

.text_underLine {
  text-decoration: underline; }

.fw_light {
  font-weight: 300; }

.fw_regular {
  font-weight: 400; }

.fw_mid {
  font-weight: 500; }

.fw_bold {
  font-weight: 700; }

.fw_black {
  font-weight: 900; }

.fs_12 {
  font-size: 0.75rem; }
  @media screen and (max-width: 961px) {
    .fs_12 {
      font-size: 1rem; } }

.fs_13 {
  font-size: 0.8125rem; }
  @media screen and (max-width: 961px) {
    .fs_13 {
      font-size: 1rem; } }

.fs_14 {
  font-size: 0.875rem; }
  @media screen and (max-width: 961px) {
    .fs_14 {
      font-size: 1rem; } }

.fs_15 {
  font-size: 0.9375rem; }
  @media screen and (max-width: 961px) {
    .fs_15 {
      font-size: 1rem; } }

.fs_16 {
  font-size: 1rem; }

.fs_17 {
  font-size: 1.0625rem; }
  @media screen and (max-width: 961px) {
    .fs_17 {
      font-size: 1rem; } }

.fs_18 {
  font-size: 1.125rem; }
  @media screen and (max-width: 961px) {
    .fs_18 {
      font-size: 1rem; } }

.fs_19 {
  font-size: 1.1875rem; }
  @media screen and (max-width: 961px) {
    .fs_19 {
      font-size: 1rem; } }

.fs_20 {
  font-size: 1.25rem; }
  @media screen and (max-width: 961px) {
    .fs_20 {
      font-size: 1rem; } }

.fs_21 {
  font-size: 1.3125rem; }
  @media screen and (max-width: 961px) {
    .fs_21 {
      font-size: 1rem; } }

.fs_22 {
  font-size: 1.375rem; }
  @media screen and (max-width: 961px) {
    .fs_22 {
      font-size: 1rem; } }

.fs_24 {
  font-size: 1.5rem; }
  @media screen and (max-width: 961px) {
    .fs_24 {
      font-size: 1.125rem; } }

.fs_26 {
  font-size: 1.625rem; }
  @media screen and (max-width: 961px) {
    .fs_26 {
      font-size: 1.125rem; } }

.fs_27 {
  font-size: 1.6875rem; }
  @media screen and (max-width: 961px) {
    .fs_27 {
      font-size: 1.125rem; } }

.fs_28 {
  font-size: 1.75rem; }
  @media screen and (max-width: 961px) {
    .fs_28 {
      font-size: 1.125rem; } }

.fs_30 {
  font-size: 1.875rem; }
  @media screen and (max-width: 961px) {
    .fs_30 {
      font-size: 1.125rem; } }

.fs_32 {
  font-size: 2rem; }
  @media screen and (max-width: 961px) {
    .fs_32 {
      font-size: 1.25rem; } }

.fs_33 {
  font-size: 2.0625rem; }
  @media screen and (max-width: 961px) {
    .fs_33 {
      font-size: 1.25rem; } }

.fs_34 {
  font-size: 2.125rem; }
  @media screen and (max-width: 961px) {
    .fs_34 {
      font-size: 1.25rem; } }

.fs_36 {
  font-size: 2.25rem; }
  @media screen and (max-width: 961px) {
    .fs_36 {
      font-size: 1.25rem; } }

.fs_37 {
  font-size: 2.3125rem; }
  @media screen and (max-width: 961px) {
    .fs_37 {
      font-size: 1.25rem; } }

.fs_38 {
  font-size: 2.375rem; }
  @media screen and (max-width: 961px) {
    .fs_38 {
      font-size: 1.25rem; } }

.fs_40 {
  font-size: 2.5rem; }
  @media screen and (max-width: 961px) {
    .fs_40 {
      font-size: 1.25rem; } }

.fs_42 {
  font-size: 2.625rem; }
  @media screen and (max-width: 961px) {
    .fs_42 {
      font-size: 1.25rem; } }

.fs_48 {
  font-size: 3rem; }
  @media screen and (max-width: 961px) {
    .fs_48 {
      font-size: 1.25rem; } }

.fs_50 {
  font-size: 3.125rem; }
  @media screen and (max-width: 961px) {
    .fs_50 {
      font-size: 1.25rem; } }

.fs_54 {
  font-size: 3.375rem; }
  @media screen and (max-width: 961px) {
    .fs_54 {
      font-size: 1.25rem; } }

/*==========
汎用クラス
==========*/
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: left; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.block_center {
  margin-left: auto;
  margin-right: auto; }

.sp_only {
  display: none; }
  @media screen and (max-width: 961px) {
    .sp_only {
      display: block !important; } }

.pc_only {
  display: block; }
  @media screen and (max-width: 961px) {
    .pc_only {
      display: none !important; } }

span.pc_only {
  display: inline; }
  @media screen and (max-width: 961px) {
    span.pc_only {
      display: none; } }

.br_450 {
  display: none; }
  @media screen and (max-width: 450px) {
    .br_450 {
      display: block !important; } }

.inline-block {
  display: inline-block;
}

/*==========
余白指定
==========*/
.mt_1em {
  margin-top: 1.5em; }

.mt_08 {
  margin-top: 8px; }

.mt_16 {
  margin-top: 16px; }

.mt_24 {
  margin-top: 24px; }

.mt_32 {
  margin-top: 32px; }

.mt_40 {
  margin-top: 40px; }

.mt_56 {
  margin-top: 56px; }
  @media screen and (max-width: 961px) {
    .mt_56 {
      margin-top: 40px; } }

.mt_64 {
  margin-top: 64px; }
  @media screen and (max-width: 961px) {
    .mt_64 {
      margin-top: 40px; } }

.mt_80 {
  margin-top: 80px; }
  @media screen and (max-width: 961px) {
    .mt_80 {
      margin-top: 40px; } }

.mt_120 {
  margin-top: 120px; }
  @media screen and (max-width: 961px) {
    .mt_120 {
      margin-top: 80px; } }

.mt_160 {
  margin-top: 160px; }
  @media screen and (max-width: 961px) {
    .mt_160 {
      margin-top: 80px; } }

.mb_1em {
  margin-bottom: 1.5em; }

.mb_08 {
  margin-bottom: 8px; }

.mb_16 {
  margin-bottom: 16px; }

.mb_24 {
  margin-bottom: 24px; }

.mb_32 {
  margin-bottom: 32px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_56 {
  margin-bottom: 56px; }
  @media screen and (max-width: 961px) {
    .mb_56 {
      margin-bottom: 40px; } }

.mb_64 {
  margin-bottom: 64px; }
  @media screen and (max-width: 961px) {
    .mb_64 {
      margin-bottom: 40px; } }

.mb_80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 961px) {
    .mb_80 {
      margin-bottom: 40px; } }

.mb_120 {
  margin-bottom: 120px; }
  @media screen and (max-width: 961px) {
    .mb_120 {
      margin-bottom: 80px; } }

.mb_160 {
  margin-bottom: 160px; }
  @media screen and (max-width: 961px) {
    .mb_160 {
      margin-bottom: 80px; } }

.pt_08 {
  padding-top: 8px; }

.pt_16 {
  padding-top: 16px; }

.pt_24 {
  padding-top: 24px; }

.pt_32 {
  padding-top: 32px; }

.pt_40 {
  padding-top: 40px; }
  @media screen and (max-width: 961px) {
    .pt_40 {
      padding-top: 24px; } }

.pt_56 {
  padding-top: 56px; }
  @media screen and (max-width: 961px) {
    .pt_56 {
      padding-top: 40px; } }

.pt_64 {
  padding-top: 64px; }
  @media screen and (max-width: 961px) {
    .pt_64 {
      padding-top: 40px; } }

.pt_80 {
  padding-top: 80px; }
  @media screen and (max-width: 961px) {
    .pt_80 {
      padding-top: 40px; } }

.pt_120 {
  padding-top: 120px; }
  @media screen and (max-width: 961px) {
    .pt_120 {
      padding-top: 80px; } }

.pt_160 {
  padding-top: 160px; }
  @media screen and (max-width: 961px) {
    .pt_160 {
      padding-top: 80px; } }

.pb_08 {
  padding-bottom: 8px; }

.pb_16 {
  padding-bottom: 16px; }

.pb_24 {
  padding-bottom: 24px; }

.pb_32 {
  padding-bottom: 32px; }

.pb_40 {
  padding-bottom: 40px; }

.pb_56 {
  padding-bottom: 56px; }
  @media screen and (max-width: 961px) {
    .pb_56 {
      padding-bottom: 40px; } }

.pb_64 {
  padding-bottom: 64px; }
  @media screen and (max-width: 961px) {
    .pb_64 {
      padding-bottom: 40px; } }

.pb_80 {
  padding-bottom: 80px; }
  @media screen and (max-width: 961px) {
    .pb_80 {
      padding-bottom: 40px; } }

.pb_120 {
  padding-bottom: 120px; }
  @media screen and (max-width: 961px) {
    .pb_120 {
      padding-bottom: 80px; } }

.pb_160 {
  padding-bottom: 160px; }
  @media screen and (max-width: 961px) {
    .pb_160 {
      padding-bottom: 80px; } }

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

.youtube_wrap {
  position: relative;
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .youtube_wrap iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; }

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  padding: 2em;
  position: absolute;
  width: 100vw;
  height: 100vh; }

.modal_content {
  background: #fff;
  padding: 2em 2em 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - (15px * 2));
  max-width: 800px; }
  .modal_content .modal_close {
    cursor: pointer;
    line-height: 1;
    padding-left: 1.5em;
    position: absolute;
    bottom: 1em;
    left: 2em;
    font-size: 16px; }
    .modal_content .modal_close::before, .modal_content .modal_close::after {
      content: "";
      width: 1em;
      height: 0.25em;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 0; }
    .modal_content .modal_close::before {
      transform: translateY(-50%) rotate(-45deg); }
    .modal_content .modal_close::after {
      transform: translateY(-50%) rotate(45deg); }

/*==========
汎用レイアウト
==========*/
.layout_box {
  width: calc(100% + (10px* 2));
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .layout_box > * {
    margin: 0 10px; }
  .layout_box.col_2 > * {
    width: calc(50% - (10px* 2));
    margin: 10px; }
  .layout_box.col_3 {
    justify-content: flex-start; }
    .layout_box.col_3 > * {
      width: calc(33.333333% - (10px* 2));
      margin: 10px;
      margin-bottom: 60px; }
  .layout_box.justify_fs {
    justify-content: flex-start; }
  .layout_box.justify_sa {
    justify-content: space-around; }
  .layout_box.align_center {
    align-items: center; }
  .layout_box.align_bottom {
    align-items: flex-end; }
  @media screen and (max-width: 961px) {
    .layout_box {
      justify-content: center; }
      .layout_box > * {
        width: 100%; }
      .layout_box.col_2 > *, .layout_box.col_3 > * {
        width: 100%; } }

/*==========
汎用デザイン
==========*/
.ttl_arrow {
  margin-bottom: calc(0.5em + 38px);
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #333333;
  color: #000;
  line-height: 1.125;
  text-align: center;
  padding: 0.25em 0.25em 0.325em;
  margin-top: 0.5em;
  position: relative; }
  .ttl_arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translatey(100%); }
  @media screen and (max-width: 961px) {
    .ttl_arrow {
      font-size: 1.25em;
      margin-bottom: calc(0.5em + 20px); }
      .ttl_arrow::after {
        border-width: 20px 16px 0 16px; } }

.text_balloon {
  display: inline-block;
  padding: 0 2em 0.25em 2.5em;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1em;
  position: relative; }
  .text_balloon::before, .text_balloon::after {
    content: "";
    width: 2em;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .text_balloon::before {
    left: 0;
    transform: rotate(60deg); }
  .text_balloon::after {
    right: 0;
    transform: rotate(-60deg); }

.ttl_section {
  color: #333;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  padding: 0.25em 1em 0.4em;
  letter-spacing: 0.2em;
  text-indent: .2em;
  /* margin-bottom: 0.75em; */
  font-size: 2.63em;
  /* font-weight: 500; */
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1; }
  .ttl_section .small {
    display: block;
    font-size: 0.48em;
    /* line-height: 1; */
    line-height: 1.3;
    /* margin-top: 0.4em; */
    margin-top: .1em;
    letter-spacing: .12em;
    padding-bottom: 0.3em;
    text-indent: -.24em; }
  .ttl_section::after {
    content: "";
    width: 100%;
    height: 2px;
    max-width: 640px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 961px) {
    .ttl_section {
      font-size: 1.75em;
      margin-bottom: 1em;
      padding: 0.25em 0em 0.5em;
      letter-spacing: 0; }
      .ttl_section .small {
        display: inline-block;
        border-bottom: 1px solid; }
        .ttl_section .small.noline {
          border: 0; }
      .ttl_section::after {
        width: 80%; }}

.ttl_icon {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0px;
  font-size: 2em;
  font-weight: 700; }
  .ttl_icon img {
    margin: 0 24px; }
  @media screen and (max-width: 1121px) {
    .ttl_icon {
      padding: 0.25em 0;
      font-size: 1.75em; }
      .ttl_icon img {
        width: 32px; } }
  @media screen and (max-width: 961px) {
    .ttl_icon {
      padding: 0.5em 0;
      font-size: 1.25em; }
      .ttl_icon img {
        width: 24px;
        margin: 0 16px; } }

/*.ttl_icon_borderArea {
    border: 6px solid;
    border-top: none;
    @include mq {
        border: 4px solid;
    }
}*/
.btn_01 {
  background-color: #C91933;
  /* background-color: #c91933; */
  color: #fff;
  /*border: 2px solid #333;*/
  /*border-radius: 30px;*/
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  height: 56px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.3125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.25s; }
  .list_04 .btn_01 {
    max-width: 172px;
    height: 45px;
    font-size: 1em;
  }
  .btn_01:hover {
    background-color: #c91933;
    color: #fff; }
  .btn_01.color_brown {
    border: 2px solid #c91933; }
    .btn_01.color_brown:hover {
      background-color: #c91933;
      color: #fff; }
  .btn_01.green {
    background: #c91933;
    color: #fff;
    border-color: #c91933; }
    .btn_01.green:hover {
      color: #c91933;
      background: #fff; }
  @media screen and (max-width: 961px) {
    .btn_01 {
      font-size: 1em;
      height: 40px;
      max-width: 160px; } }
.list_04 .btn_01 {
  max-width: 172px;
  height: 45px;
  font-size: 1em;
}

.btn_02 {
  background-color: #C91933;
  color: #fff;
  width: 100%;
  max-width: 336px;
  height: 56px;
  margin: 1em auto 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em; }
  .btn_02.square {
    border-radius: 0;
    border: none; }
  .btn_02.orange {
    background-color: #f15a24; }
  .btn_02.yellow {
    background-color: #f7931e; }
  .btn_02.green {
    background-color: #C91933; }
  .btn_02::after {
    content: "";
    background: center/contain url("../img/common/link_arrow.svg") no-repeat;
    width: 130px;
    height: 10px;
    margin-left: 1em;
    margin-bottom: 0.125em;
    transition: all 0.25s; }
    #index_concept.btn_02::after {
      width: 120px;}
  .btn_02:hover::after {
    transform: translateX(0.125em); }
  @media screen and (max-width: 961px) {
    .btn_02 {
      max-width: 260px;
      font-size: 1em; }
      .btn_02::after {
        width: 65px;
        height: 5px;
        margin-left: 0.5em; } }

.btn_03 {
  background-color: #f7931e;
  border: 2px solid #f7931e;
  color: #fff;
  width: 100%;
  max-width: 170px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 auto;
  transition: all 0.25s; }
  .btn_03.color_01 {
    background-color: #f7931e;
    border: 2px solid #f7931e; }
    .btn_03.color_01:hover {
      background-color: #fff;
      color: #f7931e; }
  .btn_03.green {
    background: #c91933;
    border-color: #c91933; }
  .btn_03:hover {
    background-color: #fff;
    color: #000; }
  @media screen and (max-width: 961px) {
    .btn_03 {
      font-size: 0.875em;
      max-width: 120px;
      height: 32px; } }

.btn_04 {
  font-size: 1.6875em;
  padding: 0.25em 1.75em;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  background-color: #cccccc;
  color: #fff;
  border: none;
  border-radius: 5.6693px;
  background-color: #c91933; }
  @media screen and (max-width: 961px) {
    .btn_04 {
      font-size: 1em;
      width: 200px;
      height: 48px; } }

.btn_05 {
  border: 1px solid #c91933;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.3125em;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 100px;
  height: 56px;
  transition: all 0.5s; }
  .btn_05:hover {
    background-color: #c91933;
    color: #fff; }
  @media screen and (max-width: 961px) {
    .btn_05 {
      font-size: 1em; } }

.btn_06 {
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 28px;
  line-height: 28px;
  background-color: #f7931e;
  text-align: center;
  color: #fff; }
  .btn_06::after {
    content: "＞＞";
    display: inline-block;
    transition: transform 0.25s; }
  .btn_06:hover::after {
    transform: translateX(0.25em); }

.btn_07 {
  width: 336px;
  height: 37px;
  line-height: 37px;
  background-color: #c91933;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .btn_07::after {
    content: "〉";
    transform: rotate(90deg);
    font-size: 1em;
    margin-top: 1em;
    margin-left: 1em;
    transition: margin-top 0.5s; }
  .btn_07:hover::after {
    margin-top: 1.5em; }
  .btn_07 a {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 961px) {
    .btn_07 {
      font-size: 1.125em;
      max-width: 100%;
      width: 260px;
      height: 48px; } }

.btn_08 {
  font-size: 1.5rem;
  background-color: #f7931e;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 961px) {
    .btn_08 {
      font-size: 1.125rem; } }

.list_01 > * {
  margin-bottom: 2em; }
.list_01 .ttl {
  font-size: 2em;
  font-weight: 700;
  padding: 4px 40px 8px; }
.list_01 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em; }
.list_01 .text {
  width: 100%;
  max-width: 480px;
  font-size: 1.875em;
  font-weight: 500;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph; }
@media screen and (max-width: 961px) {
  .list_01 .ttl {
    font-size: 1.125em;
    padding: 0 1em 4px; }
  .list_01 .content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em; }
  .list_01 .text {
    font-size: 1em;
    margin-top: 0.5em; } }

.list_02 {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list_02 > * {
    width: calc(50% - 20px);
    margin: 0 10px 2em; }
  .list_02 .ttl {
    font-size: 1.3125em;
    padding: 0 1em 4px; }
  .list_02 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.5em; }
  .list_02 .text {
    margin-top: 1em;
    width: 60%;
    text-align: justify;
    text-justify: inter-ideograph; }
  @media screen and (max-width: 961px) {
    .list_02 > * {
      width: 100%; }
    .list_02 .ttl {
      font-size: 1.125em; }
    .list_02 .content {
      /* flex-wrap: wrap; */
      /* justify-content: center; */ }
    .list_02 .text {
      width: 100%; } }

.list_03 {
  width: calc(100% + 20px);
  margin: 40px 0 40px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list_03 > * {
    margin: 10px;
    width: calc(33.333333% - 20px); }
  .list_03 .ttl {
    font-size: 1.4375em;
    font-weight: 700;
    padding: 0 32px 4px;
    margin-top: 8px; }
  .list_03 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1em; }
  .list_03 .text {
    width: 60%;
    text-align: justify;
    text-justify: inter-ideograph; }
  @media screen and (max-width: 961px) {
    .list_03 {
      justify-content: center;
      margin-top: 0; }
      .list_03 > * {
        width: auto; }
      .list_03 .ttl {
        font-size: 1.125em; } }

.list_04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  row-gap: 16px;}
  .list_04::after {
    content: "";
    display: block;
    width: calc(33.333333% - 20px); }
  .list_04 .content {
    position: relative;
    width: calc(33.333333% - 20px);
    max-width: 280px;
    margin: 52px 10px;
    display: flex;
    flex-direction: column; }
    .list_04 .content.link_zoom .hide_box {
      width: 100%;
      padding-top: 66.6666%;
      position: relative; }
      .list_04 .content.link_zoom .hide_box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto; }
    .list_04 .content.link_zoom:hover .hide_box img {
      transform: translate(-50%, -50%) scale(1.025); }
    .list_04 .content .bg {
      padding: 0.5em 0.3em;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .list_04 .content .btn_01 {
      margin: auto auto 0; }
  .list_04 .img_area {
    position: relative; }
  .list_04 .img_area img {
    aspect-ratio: 1;
  }
  .list_04 .bg_line {
    width: 100%;
    position: relative;
    left: calc(50% - 75vw);
    z-index: -99; }
    .list_04 .bg_line::before, .list_04 .bg_line::after {
      content: "";
      display: block;
      top: 218px;
      width: 150vw;
      height: 156px;
      position: absolute;
      left: 0;
      /* background-color: #EAE1D2; */
      background-color: #e6e6e6; }
  @media screen and (max-width: 961px) {
    .list_04 {
      justify-content: center; }
      .list_04::after {
        display: none; }
      .list_04 .content {
        width: calc(100% - 8px);
        margin: 24px 4px; }
        .list_04 .content .ttl {
          font-size: 1.25em; } }

.list_05 .content {
  margin-bottom: 80px; }
.list_05 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7c6472;
  margin-bottom: 1.5em;
  padding: 0.25em 0; }
  .list_05 .ttl_wrap .ttl {
    font-size: 1.875em; }
  .list_05 .ttl_wrap .label {
    min-width: 172px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 0.5em;
    font-size: 14px;
    border: 1px solid #534741;
    margin-left: auto; }
.list_05 .left_sec {
  width: 41%;
  position: relative; }
  .list_05 .left_sec .sticker {
    width: 30%;
    max-width: 114px;
    position: absolute;
    top: 0;
    left: 0; }
.list_05 .right_sec {
  flex: 1;
  display: flex;
  flex-direction: column; }
.list_05 .btn_02 {
  margin: auto 0 0 auto; }
@media screen and (max-width: 961px) {
  .list_05 .ttl_wrap .ttl {
    font-size: 1.5em; }
  .list_05 .ttl_wrap .label {
    min-width: 100px;
    font-size: 12px; }
  .list_05 .left_sec {
    max-width: 400px; }
  .list_05 .left_sec,
  .list_05 .right_sec {
    width: 100%; }
  .list_05 .btn_02 {
    margin: 0 auto;
    height: 48px; } }

.list_tab {
  display: flex;
  justify-content: center;
  position: relative;
  /* &::after {
       content: "";
       background-color: $color_green;
       width: 100%;
       height: 2px;
       bottom: -2px;
       position: absolute;
       bottom: 0;
       left: 50%;
       transform: translateX(-50%);
   }*/ }
  .list_tab .tab_ttl {
    /* background-color: #ccc;*/
    border: 1px solid #333333;
    color: #333;
    font-weight: normal;
    line-height: 1.125;
    width: 250px;
    min-height: 40px;
    border-left: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .list_tab .tab_ttl:first-of-type {
      margin-left: 0;
      border-left: 1px solid #333; }
    .list_tab .tab_ttl:last-of-type {
      margin-right: 0; }
    .list_tab .tab_ttl.active {
      background-color: #c91933;
      color: #fff; }
    .list_tab .tab_ttl:not(.active):hover {
      opacity: 0.75;
      cursor: pointer;
      transition: opacity 0.5s; }
    @media screen and (max-width: 961px) {
      .list_tab .tab_ttl {
        margin: 0; } }

.list_event {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2.8em;
  margin-bottom: 2em;
  row-gap: 2em;}
  .list_event::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #534741;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .list_event .content {
    /* margin-bottom: 2em; */
    width: calc(50% - 30px);
 }
    .list_event .content:nth-of-type(odd) {
      margin-right: 30px; }
    .list_event .content:nth-of-type(even) {
      margin-left: 30px; }
  .list_event .row {
    display: flex; }
  .list_event .ttl {
    color: #333;
    /* text-align: center; */
    font-size: 1.44em;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 0.5em; }
  .list_event .img_area {
    width: calc(50% - 20px);
    margin-right: 20px; }
  .list_event .text_area {
    width: 50%;
    display: flex;
    flex-direction: column; }
  .list_event .date_wrap {
    display: flex;
    width: 100%;
    font-size: 1.3125em;
    line-height: 1.125;
    letter-spacing: 0.05em; }
    .list_event .date_wrap .label {
      padding: 0.5em;
      color: #fff;
      background-color: #333; }
    .list_event .date_wrap .date {
      flex: 1;
      padding: 0.5em;
      background-color: #e6e6e6; }
    .list_event .date_wrap .end {
      display: block; }
  .list_event .btn_01 {
    margin-top: auto; }
  @media screen and (max-width: 961px) {
    .list_event {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      justify-content: center; }
      .list_event::after {
        display: none; }
      .list_event .content {
        width: 100%; }
        .list_event .content:nth-of-type(odd) {
          margin-right: 0px; }
        .list_event .content:nth-of-type(even) {
          margin-left: 0px; }
        .list_event .content:last-of-type {
          margin-bottom: 1em; }
      .list_event .ttl {
        font-size: 1.125em; }
      .list_event .img_area {
        width: calc(50% - 10px);
        margin-right: 10px; }
      .list_event .date_wrap {
        font-size: 1em;
        flex-wrap: wrap; } }

.list_concept {
  margin-top: 40px;
  display: flex;
  justify-content: center; }
  .list_concept > * {
    margin: 0 24px;
    position: relative; }
  .list_concept .img_area {
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .list_concept .img_area::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
  .list_concept .insulation .img_area::after {
    background-color: #f6bfc5; }
  .list_concept .seismic .img_area::after {
    background-color: #feedc3; }
  .list_concept .storage .img_area::after {
    background-color: #f7931e; }
  .list_concept .text_area {
    width: 100%;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    line-height: 1.25;
    font-weight: 700;
    --stroke-color: #ffffff;
    --stroke-width: 3px;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
    z-index: 2; }
  @media screen and (max-width: 961px) {
    .list_concept {
      margin-top: 1em; }
      .list_concept > * {
        margin: 0 8px;
        width: calc(33.3333% - 16px);
        max-width: 200px; }
      .list_concept .text_area {
        font-size: 2em; } }
  @media screen and (max-width: 641px) {
    .list_concept > * {
      margin: 0 4px;
      width: calc(33.3333% - 8px);
      max-width: 160px; }
    .list_concept .link_zoom:hover img {
      transform: none; }
    .list_concept .text_area {
      font-size: 1.25em; } }

.list_construction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px; }
  .list_construction::after {
    content: "";
    display: block;
    width: calc(33.333333% - 20px); }
  @media screen and (max-width: 961px) {
    .list_construction {
      justify-content: center; }
      .list_construction::after {
        display: none; } }
  .list_construction .content {
    margin: 10px;
    width: calc(33.333333% - 20px);
    max-width: 300px;
    background-color: #fff; }
  .list_construction .border {
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 10px; }
  .list_construction .cat_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 0.5em 0;
    font-weight: 500;
    padding: 0 10px; }
    .list_construction .cat_list > *:not(:first-of-type):not(.plan)::before {
      content: "｜"; }
    .list_construction .cat_list > *.plan {
      padding-left: 1em; }
  .list_construction .ttl {
    text-align: center;
    font-size: 1.375em;
    margin-top: auto;
    font-weight: 500;
    padding: 0 10px; }
  .list_construction .btn_03 {
    margin: 0.5em auto; }
  #construction .list_construction {
    /* width: calc(68% + 20px); */
  }
  @media screen and (max-width: 961px) {
    #construction .list_construction {
      width: calc(100% + 20px);
    }
    .list_construction .content {
      width: calc(50% - 8px);
      margin: 0px 4px 1em; }
    .list_construction .ttl {
      font-size: 1em; }
    .list_construction .cat_list {
      font-size: 10px;
      margin: 0.5em auto; } }


.list_construction2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .list_construction2 {
      width: 90%;
      margin: 0px auto 40px; } }
  .list_construction2 .content {
    width: 49%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative; }
    .list_construction2 .content .rank_icn {
      position: absolute;
      width: 80px;
      height: 80px;
      top: 0px;
      left: 0px;
      z-index: 2; }
    .list_construction2 .content .img_after {
      position: relative;
      aspect-ratio: 5 / 3;
      margin-bottom: 10px;
      display: block; }
      .list_construction2 .content .img_after img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0; }
      .list_construction2 .content .img_after span {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: #C91933;
        font-weight: 700;
        letter-spacing: 0.2em;
        width: 80px;
        text-align: center; }
    .list_construction2 .content .flex {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: nowrap;
      margin-top: 10px; }
      .list_construction2 .content .flex .img_before {
        position: relative;
        display: block;
        width: 48%;
        min-height: 140px; }
        .list_construction2 .content .flex .img_before img {
          position: absolute;
          object-fit: cover;
          width: 100%;
          height: 100%;
          top: 0; }
        .list_construction2 .content .flex .img_before span {
          position: absolute;
          bottom: 0;
          /* right: 0; */
          left: 0;
          color: #fff;
          background: #4D4D4D;
          font-weight: 700;
          letter-spacing: 0.2em;
          width: 100px;
          text-align: center; }
      .list_construction2 .content .flex .spec {
        width: 48%; }
        .list_construction2 .content .flex .spec dl {
          display: flex;
          justify-content: flex-start;
          border-bottom: 1px solid #000; }
          .list_construction2 .content .flex .spec dl dt {
            width: 50%;
            background: #E8DFD0;
            padding: 10px 5px;
            box-sizing: border-box;
            font-weight: 700;
            font-size: 15px; }
            .list_construction2 .content .flex .spec dl dt span {
              transform: scaleX(0.7);
              display: block;
              white-space: nowrap;
              margin-left: -1.3em; }
          .list_construction2 .content .flex .spec dl dd {
            white-space: nowrap;
            width: 50%;
            padding: 10px 5px;
            box-sizing: border-box;
            font-weight: 700;
            font-size: 15px; }
      @media (max-width: 600px) {
        .list_construction2 .content .flex .img_before {
          width: 44%;
          height: auto !important; }
        .list_construction2 .content .flex .spec {
          width: 54%;
          height: auto !important; }
          .list_construction2 .content .flex .spec dl dt {
            font-size: 0.6rem; }
          .list_construction2 .content .flex .spec dl dd {
            font-size: 0.6rem; } }
    .list_construction2 .content .style {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-start;
      font-size: 12px; }
      .list_construction2 .content .style span {
        display: block;
        width: 49%;
        background: #E6E6E6;
        border-radius: 50px;
        margin-top: 10px;
        text-align: center;
        padding: 5px;
        box-sizing: border-box; }
        @media (max-width: 600px) {
          .list_construction2 .content .style span {
            font-size: .6rem; } }
    .list_construction2 .content .arrow {
      width: 30px;
      display: block;
      margin-top: 10px;
      margin-left: auto;
      margin-right: 0; }
      .list_construction2 .content .arrow img {
        width: 100%;
        display: block; }
  .list_construction2 .slick-arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%); }
    .list_construction2 .slick-arrow.next-arrow {
      right: -5%; }
    .list_construction2 .slick-arrow.prev-arrow {
      left: -5%; }
      .list_construction_ranking li.ranking1 p {
        padding: 10px 184px 0 10px;
      }
.list_construction_ranking {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .list_construction_ranking li.ranking1 p {
      padding: 10px 10px 0 10px;}
    .list_construction_ranking {
      width: 90%;
      margin: 0px auto 40px; } }
  .list_construction_ranking li {
    width: 48%;
    /* background: #eae1d2; */
    padding-bottom: 10px;
    position: relative; }
    .list_construction_ranking li:first-child {
      width: 100%;
      margin-bottom: 4%; }
    .list_construction_ranking li::before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 106px;
      height: 106px; }
      @media screen and (max-width: 961px) {
        .list_construction_ranking li::before {
          width: 60px;
          height: 60px;
          left: -10px;
          top: -10px; } }
    .list_construction_ranking li.ranking1::before {
      background: url(../img/common/construction_rank_01.png);
      background-size: cover;
      width: 153px;
      height: 153px; }
      @media screen and (max-width: 961px) {
        .list_construction_ranking li.ranking1::before {
          width: 80px;
          height: 80px; } }
    .list_construction_ranking li.ranking2::before {
      background: url(../img/common/construction_rank_02.png);
      background-size: cover; }
    .list_construction_ranking li.ranking3::before {
      background: url(../img/common/construction_rank_03.png);
      background-size: cover; }
    .list_construction_ranking li .img_after img {
      width: 100%;
      aspect-ratio: 64 / 32.5;
      object-fit: cover;
      max-width: none; }
    .list_construction_ranking .ranking1 .img_after img {
      aspect-ratio: 1000 / 390;
    }
    .list_construction_ranking li p {
      display: -webkit-box;
      -webkit-line-clamp: 2; /* 表示する行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal;
      word-wrap: break-word;
      padding: 10px 35px 0 10px;
      box-sizing: border-box;
      line-height: 1.4;
      font-size: 1.3em;
    }
    .list_construction_ranking li .arrow {
      width: 30px;
      height: 30px;
      display: block;
      margin-top: -1.9em;
      margin-left: auto;
      margin-right: 10px; }
      @media screen and (max-width:961px)  {
        .list_construction_ranking li .arrow {
          margin-top: 0;
        }
      }
      .list_construction_ranking li .arrow img {
        width: 100%; }
        @media screen and (max-width:641px) {
          .list_construction_ranking li p {
            font-size: 1em;
            -webkit-line-clamp: 5; /* 表示する行数 */
            padding: 10px 10px 0 10px;}
        }

.list_const_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% + 30px);
  margin: -15px; }
  .list_const_area > * {
    width: 313px;
    background-color: #534741;
    border: 2px solid #534741;
    color: #fff;
    font-size: 1.75em;
    font-weight: 700;
    text-align: center;
    margin: 15px;
    transition: background-color 0.5s, color 0.5s; }
    .list_const_area > * a {
      padding: 0.425em;
      display: block;
      width: 100%;
      height: 100%; }
    .list_const_area > *:hover {
      background-color: #fff;
      color: #534741; }
  @media screen and (max-width: 961px) {
    .list_const_area {
      width: calc(100% + 8px);
      margin: -4px; }
      .list_const_area > * {
        width: auto;
        font-size: 1em;
        margin: 4px; } }

.list_model {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 2em; }
  .list_model .content {
    width: calc(50% - 40px);
    margin: 0px 20px 3em;
    display: flex;
    align-items: center;
    background-color: #F2F2F2; }
  .list_model .img_area {
    width: 39%; }
  .list_model .text_area {
    color: #000;
    width: 61%;
    height: 100%;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column; }
  .list_model .address {
    font-size: 0.875em;
    margin-bottom: 0.5em; }
  .list_model .ttl {
    font-size: 1.3125em;
    margin-bottom: 0.75em;
    letter-spacing: -0.04em;
    line-height: 1.25;
    flex: 1; }
  .list_model .btn_03 {
    margin: auto auto 0;
    height: 40px; }
  @media screen and (max-width: 961px) {
    .list_model {
      width: calc(100% + 8px);
      margin-left: -4px;
      margin-bottom: 1em;
      justify-content: center; }
      .list_model .content {
        width: 100%;
        max-width: 320px;
        margin: 4px 4px 1em; }
      .list_model .text_wrap {
        padding: 0.5em; }
      .list_model .post_number {
        display: block; }
      .list_model .address {
        font-size: 0.75em; }
      .list_model .ttl {
        font-size: 1em; } }

.list_plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.7em; }
  .list_plan .content {
    position: relative;
    width: 49%;
    margin-bottom: 2%; }
    .list_plan .content img {
      width: 100%; }
  .list_plan .medal {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 25%; }
  .list_plan .text_area {
    color: #333;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    width: 180px;
    height: 132px;
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box; }
  .list_plan .text {
    font-size: 1.25em;
    line-height: 1.2;
    /* font-size: 1em; */
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .list_plan .ttl {
    /* font-size: 1.375em; */
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em; }
  @media screen and (max-width: 961px) {
    .list_plan {
      width: calc(100% + 8px);
      margin-left: -4px;
      margin-bottom: 1.5em; }
      .list_plan .content {
        width: 100%;
        /*max-width: 320px;*/
        margin: 4px; }
        .list_plan .content:nth-of-type(odd) {
          margin-right: 4px; }
        .list_plan .content:nth-of-type(even) {
          margin-left: 4px; }
      .list_plan .text_area {
        width: 140px;
        height: 80px;
        position: absolute;
        top: 6px;
        left: 6px; }
      .list_plan .ttl {
        font-size: 0.5em; }
        .list_plan .ttl .big {
          font-size: 1.25em; }
      .list_plan .text {
        font-size: 0.75em;
        margin-top: 0;
        padding-bottom: 5px;
        margin-bottom: 5px; } }

.list_plan_icon {
  margin-top: 1em;
  margin-bottom: 5em;
  display: flex;
  justify-content: center; }
  .list_plan_icon > * {
    width: 120px;
    background-color: #f7931e;
    border: 2px solid #f15a24;
    border-radius: 5.6278px;
    margin: 6px;
    display: flex;
    flex-direction: column;
    padding: 0.75em 0; }
  .list_plan_icon .img_area {
    padding: 0 0.5em;
    height: 100%;
    max-height: 80px;
    margin-bottom: 0.5em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .list_plan_icon .img_area img,
    .list_plan_icon .img_area svg {
      object-fit: contain;
      font-family: "object-fit: contain;";
      width: 100%;
      height: 100%; }
  .list_plan_icon .ttl {
    margin: auto 0 0 0;
    line-height: 1.25;
    font-size: 1.1875em;
    font-weight: 500;
    color: #fff;
    text-align: center; }
  .list_plan_icon .non_active {
    background-color: #e6e6e6;
    border: 2px solid #808080; }
    .list_plan_icon .non_active svg path,
    .list_plan_icon .non_active svg polygon,
    .list_plan_icon .non_active svg rect {
      fill: #333333; }
    .list_plan_icon .non_active .ttl {
      color: #333333; }
  .list_plan_icon.thin .ttl {
    font-size: 0.875em; }
  @media screen and (max-width: 961px) {
    .list_plan_icon {
      flex-wrap: wrap;
      margin-bottom: 1em; }
      .list_plan_icon .img_area {
        padding: 0 0.75em 0.5em; }
      .list_plan_icon .ttl {
        font-size: 0.625em; }
      .list_plan_icon > * {
        padding: 0.5em 0;
        width: 72px;
        margin: 2px;
        min-height: 85px; }
      .list_plan_icon.thin .ttl {
        font-size: 0.625em; } }

.list_befaft .row {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 2.5em; }
  .list_befaft .row.no_margin {
    margin-bottom: 0; }
    .list_befaft .row.no_margin .content {
      padding: 0; }
    .list_befaft .row.no_margin .ttl {
      margin: 0; }
  .list_befaft .row .content {
    border: 1px solid #1a1a1a;
    padding: 1em;
    width: 100%;
    max-width: 480px; }
    .list_befaft .row .content img {
      margin: 0 auto; }
  .list_befaft .row .text_wrap {
    padding: 1em;
    font-size: 0.9375em; }
  .list_befaft .row .arrow {
    display: block;
    align-self: center;
    margin: 0.5em; }
    .list_befaft .row .arrow::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 15px;
      border-color: transparent transparent transparent #3e3a39; }
@media screen and (max-width: 961px) {
  .list_befaft:not(.plan) .row {
    display: block;
    margin-bottom: 4em; }
    .list_befaft:not(.plan) .row .content {
      margin: 0 auto; }
    .list_befaft:not(.plan) .row .text_wrap {
      padding: 0.5em 0em; }
    .list_befaft:not(.plan) .row .arrow {
      margin: 1em auto; }
      .list_befaft:not(.plan) .row .arrow::after {
        margin: 0 auto;
        transform: rotate(90deg) scale(0.8); }
  .list_befaft.plan .row .content {
    padding: 0.5em; }
  .list_befaft.plan .row .arrow::after {
    transform: scale(0.4); } }

.list_cat_const {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .list_cat_const:not(:last-of-type) {
    border-bottom: 1px dashed #534741;
    padding-top: 1em; }
    .list_cat_const:not(:last-of-type) > * {
      padding-top: 0; }
  .list_cat_const > * {
    padding: 0.75em 0;
    font-size: 1.3125em; }
    .list_cat_const > *:not(:last-of-type)::after {
      content: "／";
      margin: 0 0.25em; }
    .list_cat_const > * a {
      transition: opacity 0.5s; }
      .list_cat_const > * a:hover {
        opacity: 0.5; }
  @media screen and (max-width: 961px) {
    .list_cat_const {
      padding: 0.5em 0; }
      .list_cat_const:not(:last-of-type) {
        padding-top: 0.25em; }
      .list_cat_const > * {
        padding: 0.25em 0;
        font-size: 0.875em; }
        .list_cat_const > *:not(:last-of-type)::after {
          content: "/"; } }

.list_flow_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 56px; }
  .list_flow_01 > * {
    font-size: 1.5em;
    font-weight: 700;
    width: calc(100% / 10);
    height: 320px;
    background: #e6e6e6;
    /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
    /* font-weight: 400; */
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*writing-mode: vertical-rl;*/
    text-align: center;
    position: relative; }
    .list_flow_01 > *:first-of-type {
      width: calc(calc(100% / 10) - calc(24px/ 2));
      padding-left: 10px; }
    .list_flow_01 > *:last-of-type {
      width: calc(calc(100% / 10) + calc(24px/ 2));
      padding-left: 10px; }
    .list_flow_01 > *:not(:first-child):not(:last-child) {
      padding-left: calc(24px + 10px); }
    .list_flow_01 > *:not(:last-of-type) {
      margin-right: 6px; }
    .list_flow_01 > *::before, .list_flow_01 > *::after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute; }
    .list_flow_01 > *::before {
      border: solid calc(320px/ 2) transparent;
      border-left: solid 24px #fff;
      top: 50%;
      left: -1px;
      z-index: 1;
      transform: translateY(-50%); }
    .list_flow_01 > *::after {
      border: solid calc(320px/ 2) transparent;
      border-left: solid 24px #e6e6e6;
      top: 50%;
      right: 1px;
      transform: translate(100%, -50%);
      z-index: 2; }
    .list_flow_01 > *:first-child::before, .list_flow_01 > *:last-child::after {
      content: none;
      /* 最初のliの左と最後のliの右は作らない */ }
    .list_flow_01 > *:nth-of-type(odd) {
      background-color: #cccccc; }
      .list_flow_01 > *:nth-of-type(odd)::after {
        border-color: #ccc transparent transparent transparent; }
  .list_flow_01 .number {
    font-style: italic;
    writing-mode: horizontal-tb;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: -0.1em;
    position: absolute;
    color: #fff;
    /* background-color: #004129; */
    background-color: #c91933;
    border-radius: 50%;
    text-shadow: none;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 10;
    transform: translateY(-50%);
    padding-right: 0.325em; }
  @media screen and (max-width: 641px) {
    .list_flow_01 {
      display: block;
      width: 264px;
      margin: 40px auto;
      margin-bottom: 2em; }
      .list_flow_01 > * {
        font-size: 1.125em;
        width: 100%;
        writing-mode: horizontal-tb;
        height: auto;
        padding: 0.25em 0;
        margin-bottom: calc(16px/ 2); }
        .list_flow_01 > *:first-of-type, .list_flow_01 > *:last-of-type, .list_flow_01 > *:not(:first-child):not(:last-child), .list_flow_01 > *:not(:last-of-type) {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
        .list_flow_01 > *:first-of-type {
          padding-top: 0.5em; }
        .list_flow_01 > *:not(:first-of-type) {
          padding-top: calc(16px + 0.5em); }
        .list_flow_01 > *:last-of-type {
          padding-bottom: 0.5em; }
        .list_flow_01 > *::before {
          border-width: 16px calc(264px/ 2) 0 calc(264px/ 2);
          border-color: #fff transparent transparent transparent;
          top: -1px;
          left: 50%;
          transform: translate(-50%, calc(-50% + calc(16px/ 2))); }
        .list_flow_01 > *::after {
          border-width: 16px calc(264px/ 2) 0 calc(264px/ 2);
          border-color: #e6e6e6 transparent transparent transparent;
          top: auto;
          left: 50%;
          bottom: 1px;
          transform: translate(-50%, 100%); }
      .list_flow_01 .number {
        font-size: 1em;
        line-height: 1.75;
        width: 32px;
        height: 32px;
        left: 0;
        top: 0;
        transform: translate(-50%, -25%); } }

.list_flow_02 {
  margin: 40px auto;
  display: flex; }
  .list_flow_02 .text,
  .list_flow_02 .arrow {
    height: 45px;
    padding: 0 0.5em;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    flex: 1; }
  .list_flow_02 .text {
    font-size: 1.2em;
    border: 1px solid #5d4d2b; }
    .list_flow_02 .text:not(:last-of-type) {
      margin-right: 10px; }
    .list_flow_02 .text:last-child {
      height: auto;
      line-height: 1;
      padding: 10px 0; }
  .list_flow_02 .arrow {
    flex: 1;
    font-size: 1.25em;
    font-weight: 500;
    background-color: #e6e6e6;
    margin-right: calc(35px + 10px);
    position: relative; }
    .list_flow_02 .arrow::before {
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-left: 35px solid #e6e6e6;
      top: 50%;
      right: 1px;
      z-index: 1;
      transform: translate(100%, -50%); }
  @media screen and (max-width: 961px) {
    .list_flow_02 .text,
    .list_flow_02 .arrow {
      height: 32px;
      line-height: 32px; }
    .list_flow_02 .text {
      font-size: 1.125em; }
    .list_flow_02 .arrow {
      font-size: 1em;
      margin-right: calc(24px + 8px); }
      .list_flow_02 .arrow::before {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 24px solid #e6e6e6; } }
  @media screen and (max-width: 641px) {
    .list_flow_02 {
      flex-wrap: wrap;
      justify-content: center;
      max-width: 264px;
      margin-top: 0;
      margin-bottom: 1em; }
      .list_flow_02 .text,
      .list_flow_02 .arrow {
        height: 32px;
        line-height: 32px;
        flex: none; }
      .list_flow_02 .text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em; }
        .list_flow_02 .text:not(:last-of-type) {
          margin-right: 0; }
      .list_flow_02 .arrow {
        width: calc(240px - 6em);
        height: auto;
        margin-right: 0;
        margin-bottom: calc(2em + 0.5em);
        line-height: 0;
        padding-top: 1em;
        padding-bottom: 0; }
        .list_flow_02 .arrow::before {
          border-top: 2em solid #e6e6e6;
          border-bottom: none;
          border-right: calc(240px/ 2) solid transparent;
          border-left: calc(240px/ 2) solid transparent;
          top: auto;
          bottom: 0;
          right: 50%;
          z-index: -1;
          transform: translate(50%, 100%); } }

.list_promise {
  max-width: 840px;
  margin: 0 auto; }
  .list_promise .row {
    display: flex;
    margin-top: 40px; }
    .list_promise .row .text_area {
      flex: 1;
      margin-right: 1.25em; }
    .list_promise .row .img_area {
      width: 350px; }
    .list_promise .row .ttl_sec {
      display: flex;
      align-items: center; }
    .list_promise .row .ttl_text {
      font-weight: 700;
      font-size: 1.5625em;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-left: 0.75em; }
    .list_promise .row .text {
      margin-top: 1em;
      letter-spacing: 0.025em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin-right: 1em; }
  @media screen and (max-width: 961px) {
    .list_promise .row {
      margin-top: 24px;
      display: block; }
      .list_promise .row .text_area {
        margin-right: 0em; }
      .list_promise .row .ttl_sec img {
        width: 32px;
        margin-left: 4px; }
      .list_promise .row .ttl_text {
        font-size: 1.25em;
        letter-spacing: 0em;
        margin-left: 8px; }
      .list_promise .row .text {
        margin: 0.5em 0;
        letter-spacing: 0; } }

.list_check {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0; }
  .list_check > * {
    width: 100%;
    position: relative;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0.125em 0;
    padding-left: calc(45px + 0.25em); }
    .list_check > *::before {
      content: "";
      background: center url("../img/child/flow/flow_icon_check.svg") no-repeat;
      position: absolute;
      left: 0;
      top: 0.35em;
      width: 33px;
      height: 26px; }
  .list_check.col_2 > * {
    width: 50%; }
  .list_check.col_3 > * {
    width: 33.3333%; }
  .list_check .small {
    font-size: 0.5333em;
    margin-bottom: 0.5em; }
  @media screen and (max-width: 961px) {
    .list_check > * {
      /* font-size: 1.125em; */
      font-size: 0.9em;
      padding-left: calc(24px + 0.25em); }
      .list_check > *::before {
        width: 24px;
        height: 18px; }
    .list_check.col_3 > * {
      width: 50%; } 
    .list_check.small > *{
      font-size: 0.9em;
      width: 50%; } }

.list_faq_index {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 40px; }
  .list_faq_index .question {
    font-size: 1.5em;
    border-bottom: 1px dashed #000;
    padding-bottom: 0.5em;
    position: relative;
    padding-left: 64px; }
    .list_faq_index .question::before {
      content: "Q";
      color: #0071bc;
      position: absolute;
      left: 0.5em;
      top: -2px; }
  .list_faq_index .answer {
    padding-top: 0.5em;
    position: relative;
    padding-left: 64px;
    margin-bottom: 24px; }
    .list_faq_index .answer::before {
      content: "A";
      color: #ff1e00;
      font-size: 1.5em;
      position: absolute;
      top: 0.125em;
      left: 0.65em; }
  @media screen and (max-width: 961px) {
    .list_faq_index .question {
      font-size: 1em;
      padding-left: 32px; }
      .list_faq_index .question::before {
        font-size: 17px;
        top: 0;
        left: 5px; }
    .list_faq_index .answer {
      padding-left: 32px;
      font-size: 0.875em; }
      .list_faq_index .answer::before {
        font-size: 17px;
        top: 4px;
        left: 7px; } }

.list_faq .question {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.3125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 24px 0;
  position: relative;
  padding-left: 32px; }
  .list_faq .question::before {
    content: "Q.";
    position: absolute;
    left: 0; }
.list_faq .answer {
  color: #000;
  font-size: 0.9375em;
  padding: 16px 0;
  margin-bottom: 32px; }
@media screen and (max-width: 961px) {
  .list_faq {
    padding-top: 0px; }
    .list_faq .question {
      font-size: 1.125em;
      letter-spacing: 0em;
      padding: 8px 16px;
      padding-left: calc(16px + 1.5em); }
      .list_faq .question::before {
        left: 16px; }
    .list_faq .answer {
      letter-spacing: 0em;
      padding: 8px 16px;
      margin-bottom: 16px; } }

.dl_01 {
  color: #000;
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  font-size: 1.1875em; }
  .dl_01 > .row {
    display: flex;
    align-items: flex-start;
    padding: 0.75em 0; }
    .dl_01 > .row:not(:last-of-type) {
      border-bottom: 1px solid #000; }
    .dl_01 > .row > dt {
      padding-left: 2.5em;
      flex: 1; }
    .dl_01 > .row > dd {
      width: 588px;
      padding-left: 1em; }
  .dl_01 .inner_list {
    letter-spacing: 0.1em; }
    .dl_01 .inner_list > .row {
      width: 100%;
      display: flex; }
      .dl_01 .inner_list > .row:not(:last-of-type) {
        margin-bottom: 1em; }
      .dl_01 .inner_list > .row > dt {
        padding-right: 1em; }
      .dl_01 .inner_list > .row > dd {
        flex: 1;
        width: 100%;
        max-width: 440px;
        margin-left: auto; }
  @media screen and (max-width: 961px) {
    .dl_01 {
      font-size: 1em; }
      .dl_01 > .row {
        /* display: block; */ }
        .dl_01 > .row > dt {
          padding-left: 0em;
          /* margin-bottom: 0.25em; */
          font-size: 0.85em; }
        .dl_01 > .row > dd {
          font-size: 0.8em;
          /* width: 100%; */
          width: 82%;
          padding-left: 1em; }
      .dl_01 .inner_list > .row {
        flex-wrap: wrap; }
        .dl_01 .inner_list > .row > dt {
          width: 100%;
          padding-right: 0em; }
        .dl_01 .inner_list > .row > dd {
          width: 100%;
          flex: 0 1 auto; } }

.dl_02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1875em; }
  .dl_02 .row {
    width: 50%;
    display: flex;
    border-bottom: 1px solid #534741; }
    .dl_02 .row:nth-of-type(-n + 2) {
      border-top: 1px solid #534741; }
    .dl_02 .row dt,
    .dl_02 .row dd {
      padding: 0.5em 1em; }
    .dl_02 .row dt {
      background-color: #e6e6e6;
      width: 135px; }
    .dl_02 .row dd {
      flex: 1; }
  @media screen and (max-width: 961px) {
    .dl_02 {
      font-size: 1em; }
      .dl_02 .row {
        width: 100%;
        flex-wrap: wrap; }
        .dl_02 .row:first-of-type {
          border-bottom: none; }
        .dl_02 .row dt {
          width: 100%; }
        .dl_02 .row:nth-of-type(1) dt,
        .dl_02 .row:nth-of-type(1) dd {
          border-bottom: none; } }

.dl_03 {
  font-size: 1.8125em; }
  .dl_03 .row {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #534741;
    border-left: 1px solid #534741;
    border-right: 1px solid #534741; }
    .dl_03 .row:first-of-type {
      border-top: 1px solid #534741; }
    .dl_03 .row:not(:last-of-type) dt {
      border-bottom: 1px solid #fff; }
    .dl_03 .row dt,
    .dl_03 .row dd {
      padding: 0.7em 1em 0.5em; }
    .dl_03 .row dt {
      background-color: #534741;
      color: #fff;
      width: 190px;
      font-weight: 700; }
    .dl_03 .row dd {
      color: #333;
      background-color: #fff;
      flex: 1; }
  @media screen and (max-width: 961px) {
    .dl_03 {
      font-size: 1em; }
      .dl_03 .row {
        flex-wrap: wrap; }
        .dl_03 .row dt {
          width: 100%; } }

.dl_04 {
  max-width: 950px;
  margin: 24px auto; }
  .dl_04 .row {
    display: flex;
    padding: 40px 0;
    border-top: 3px solid #fff; }
    .dl_04 .row:last-of-type {
      border-bottom: 3px solid #fff; }
    .dl_04 .row dt {
      font-size: 1.5625em;
      font-weight: 700;
      flex: 1;
      text-align: center; }
    .dl_04 .row dd {
      width: 100%;
      max-width: 480px;
      margin: 0 24px; }
  @media screen and (max-width: 961px) {
    .dl_04 .row {
      padding: 1em 0;
      display: block; }
      .dl_04 .row dt {
        font-size: 1.25em; }
      .dl_04 .row dd {
        margin: 0.5em 0 0; } }

.dl_05 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #534741;
  margin-bottom: 24px;
  font-size: 1.25em; }
  .dl_05.border_top_none {
    border-top: none; }
  .dl_05 .row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #534741; }
  .dl_05 .half {
    width: 50%; }
  .dl_05 dt {
    width: 116px;
    background-color: #e6e6e6;
    padding: 0.5em 0.75em; }
  .dl_05 dd {
    flex: 1;
    padding: 0.5em 0.5em; }
  @media screen and (max-width: 961px) {
    .dl_05 {
      font-size: 0.875em; }
      .dl_05 .half {
        width: 100%; } }

.dl_06 .row {
  display: flex;
  border: 1px solid #808080;
  font-size: 1.25em; }
  .dl_06 .row:not(:first-of-type) {
    border-top: none; }
.dl_06 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 260px;
  padding: 0.5em 0.75em;
  background-color: #e6e6e6;
  border-right: 1px solid #808080;
  text-align: center; }
  .dl_06 dt .asterisk {
    text-align: left; }
.dl_06 dd {
  flex: 1;
  padding: 0.5em 0.5em;
  background-color: #fff; }
.dl_06 .row_foot {
  font-size: 1.25em;
  display: flex;
  margin-top: 0.5em; }
  .dl_06 .row_foot dt {
    border: 1px solid #808080;
    background-color: #fff;
    margin-right: 8px; }
  .dl_06 .row_foot dd {
    border: 1px solid #808080; }
@media screen and (max-width: 961px) {
  .dl_06 .row,
  .dl_06 .row_foot {
    display: block;
    font-size: 1em; }
  .dl_06 dt {
    display: block;
    width: 100%;
    padding: 0.5em 0.75em;
    border-right: none; }
  .dl_06 .row_foot dt {
    border-bottom: none; } }

.dl_staff .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em; }
  .dl_staff .row dt {
    padding-right: 1em;
    width: 4.5em;
    text-align-last: justify; }
  .dl_staff .row dd {
    flex: 1; }
  @media screen and (max-width: 961px) {
    .dl_staff .row {
      margin-bottom: 0.125em; }
      .dl_staff .row dt {
        width: 3.5em; } }

.ol_01 {
  counter-reset: ol_01; }
  .ol_01 > * {
    counter-increment: ol_01;
    padding-left: 1em;
    position: relative; }
    .ol_01 > *::before {
      content: counter(ol_01) ".";
      position: absolute;
      left: 0; }

.list_dot {
  text-indent: -1em;
  padding-left: 1em; }
  .list_dot > *::before {
    content: "・"; }

.list_check_02 {
  display: flex;
  flex-wrap: wrap; }
  .list_check_02 > * {
    color: #000;
    width: 100%;
    position: relative;
    font-size: 1.5625em;
    padding: 0.25em 0;
    padding-left: calc(48px + 0.625em);
    border-bottom: 1px dashed #42210b; }
    .list_check_02 > *::before {
      content: "";
      background: center/contain url("../img/common/icon_check_02.svg") no-repeat;
      position: absolute;
      left: 0.5em;
      top: 0.35em;
      width: 48px;
      height: 33px; }
  @media screen and (max-width: 961px) {
    .list_check_02 > * {
      font-size: 1em;
      padding-left: calc(24px + 0.125em); }
      .list_check_02 > *::before {
        top: 0.5em;
        left: 0;
        width: 24px;
        height: 18px; } }

.table_01 {
  width: 100%;
  margin: 40px 0;
  text-align: center;
  font-weight: 700; }
  .table_01 th,
  .table_01 td {
    border: 2px solid #fff;
    height: 74px;
    vertical-align: middle; }
  .table_01 thead th {
    background-color: #0090c8;
    color: #fff;
    font-size: 1.75em; }
    .table_01 thead th:nth-child(3) {
      background-color: #fbb03b; }
  .table_01 tbody {
    font-size: 2em; }
    .table_01 tbody tr:nth-of-type(odd) {
      background-color: #b3b3b3; }
      .table_01 tbody tr:nth-of-type(odd) td:nth-child(3) {
        background-color: #fbce7c; }
    .table_01 tbody tr:nth-of-type(even) {
      background-color: #e6e6e6; }
      .table_01 tbody tr:nth-of-type(even) td:nth-child(3) {
        background-color: #feefe7; }
    .table_01 tbody td {
      width: 240px; }
  @media screen and (max-width: 961px) {
    .table_01 thead th {
      font-size: 0.75em; }
    .table_01 tbody {
      font-size: 0.875em; }
      .table_01 tbody td {
        width: 88px; }
      .table_01 tbody th {
        width: 80px; }
    .table_01 th,
    .table_01 td {
      height: 40px; } }

#pagination {
  font-size: 1.3125;
  padding: 2em 0;
  margin: 0px auto;
  display: flex;
  justify-content: center; }
  #pagination .page-numbers {
    padding: 0.5em 1em;
    margin: 0 0.5em;
    transition: background-color 0.5s; }
    #pagination .page-numbers:not(.current):not(.dots):hover {
      background-color: #e6e6e6; }
  #pagination .current {
    border-bottom: 1px solid #000; }
  @media screen and (max-width: 961px) {
    #pagination .page-numbers {
      padding: 0.25em 0.5em;
      margin: 0 0.25em; } }

/*==========
バナー
==========*/
.banner_01 {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #fff; }
  .banner_01 > * {
    margin: 0px 4px;
    position: relative; }
    .banner_01 > *:first-of-type {
      margin-left: 0px; }
    .banner_01 > *:last-of-type {
      margin-right: 0px; }
  .banner_01 .banner {
    display: flex;
    align-items: center;
    transition: opacity 0.25s; }
    .banner_01 .banner .text_area {
      margin-left: 0.5em; }
    .banner_01 .banner .normal {
      font-size: 10px; }
    .banner_01 .banner .big {
      font-size: 12px; }
    .banner_01 .banner:hover {
      opacity: 0.75; }
  .banner_01.size-big {
    margin-right: 1em; }
    .banner_01.size-big .banner {
      width: 234px; }
      .banner_01.size-big .banner .normal {
        font-size: 12px; }
      .banner_01.size-big .banner .big {
        font-size: 15px; }

.banner_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 1em 0; }
  .banner_02 .banner {
    width: 100%;
    max-width: 300px;
    margin: 5px;
    margin-bottom: 70px;
    background: #948049; }
    .banner_02 .banner > a {
      display: flex;
      height: 100%; }
    .banner_02 .banner.orange {
      background-color: #f15a24; }
      .banner_02 .banner.orange .link_arrow {
        color: #f15a24; }
    .banner_02 .banner.green {
      background-color: #22b573; }
      .banner_02 .banner.green .link_arrow {
        color: #22b573; }
    .banner_02 .banner.blue {
      background-color: #0071bc; }
      .banner_02 .banner.blue .link_arrow {
        color: #0071bc; }
  .banner_02 .img_area {
    width: 38%;
    height: 100%; }
    .banner_02 .img_area img {
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  .banner_02 .border {
    flex: 1;
    height: calc(100% - 16px);
    margin: 8px 6px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column; }
  .banner_02 .text_area {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    flex: 1;
    padding: 0em 4px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .banner_02 .text_area .big {
      font-size: 2.25em; }
    .banner_02 .text_area .mid_01 {
      font-size: 1.6875em; }
    .banner_02 .text_area .mid_02 {
      font-size: 1.4375em; }
    .banner_02 .text_area .small {
      font-size: 1.1em;
      letter-spacing: 0;
      line-height: 1.4;
      font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      padding: 10px; }
      .banner_02 .text_area .small:first-of-type {
        margin-top: 0; }
      .banner_02 .text_area .small:last-of-type {
        margin-bottom: 0; }
  .banner_02 .link_arrow {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    background-color: #fff;
    padding: 0.75em 0;
    margin-top: auto; }
    .banner_02 .link_arrow::after {
      content: "＞";
      margin-left: 2px; }
  @media screen and (max-width: 961px) {
    .banner_02 {
      justify-content: center; }
      .banner_02 .banner {
        transform: scale(0.9);
        margin-bottom: 10px; } }

/*==========
ヘッダー
==========*/
#header {
  width: 100%;
  background-color: #fff;
  color: #333; }
  #header .container {
    height: 100%;
    max-width: 1500px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    padding-left: 3%;
    padding-right: 2%; }
    @media screen and (max-width: 961px) {
      #header .container {
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 15px; } }

.header_top {
  padding: 8px 0px;
  background-color: #fff; }
  @media screen and (max-width: 961px) {
    .header_top {
      display: none; } }

.header_mid {
  padding-top: 1.5em;
  background-color: #fff;
  color: #333; }
  .header_mid .txt p {
    font-size: 13px; }
    @media (max-width: 1200px) {
      .header_mid .txt p {
        font-size: 11px; } }
    @media screen and (max-width: 961px) {
      .header_mid .txt p {
        font-size: .2em; } }
  @media screen and (max-width: 961px) {
    .header_mid {
      padding-top: 0;
      height: 64px; } }
  .header_mid .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header_logo {
  margin-right: 1em; }
  @media (max-width: 1200px) {
    .header_logo {
      /* margin-right: .2em; */
      margin-right: .5em; } }
  @media screen and (max-width: 961px) {
    .header_logo {
      /* height: 100%; */
      height: 60%; }
      .header_logo img {
        width: auto;
        height: 100%; } }
.header_text {
  color: #4d4d4d; }
  @media (max-width: 1200px) {
    .header_text {
      font-size: .8em; } }
.header_tel {
  margin-left: auto;
  color: #000;
  margin-right: 0.8em;
  line-height: 1;
  display: flex;
  justify-content: flex-end; }
  .header_tel .header_tel_inner {
    /* margin-right: 10px; */
    margin-right: 5px; }
  .header_tel .text_top,
  .header_tel .text_bottom {
    font-size: 0.75em;
    font-weight: 500; }
  .header_tel .text_bottom {
    margin-top: 0.25em; }
    @media screen and (max-width: 1121px) {
      .header_tel .text_bottom {
        font-size: 0.6em;
        white-space: nowrap; } }
  .header_tel .number_area {
    display: flex;
    align-items: center; }
    .header_tel .number_area .tel_text {
      font-size: 2.2em; }
    .header_tel .number_area .img_area {
      font-weight: 700;
      margin-bottom: 0px;
      width: 23px;
      margin-top: 5px;
      margin-right: 10px; }
    .header_tel .number_area .number {
      font-size: 1.75em;
      font-weight: 500;
      letter-spacing: -0.005em; }
  @media screen and (max-width: 1121px) {
    .header_tel .number_area .img_area {
      width: 15px;
      margin-right: .5em; }
    .header_tel .number_area .number {
      font-size: 1.7em; } }
  @media screen and (max-width: 961px) {
    .header_tel {
      display: none; } }

.banner_01.header_banner li {
  width: 146px; }
  @media (max-width: 1200px) {
    .banner_01.header_banner li {
      width: 110px; } }
@media screen and (max-width: 961px) {
  .banner_01.header_banner {
    display: none; } }

/*==========
グローバルメニュー
==========*/
@media screen and (max-width: 961px) {
  #gNav {
    display: none; } }

.header_menu {
  display: flex;
  font-size: 0.9375em;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  padding-top: 7px;
  padding-inline: 55px;
  justify-content: space-between; }
  .header_menu > * {
    /* flex: 1; */
    min-height: 60px;
    color: #000000;
    background-color: #FFF;
    border: 2px solid #fff;
    position: relative;
    transition: all 0.25s;
    font-size: .9em; }
    .header_menu > *:first-of-type {
      border-left: none; }
    .header_menu > *:last-of-type {
      border-right: none; }
    .header_menu > * > a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header_menu > *.red {
      background-color: #ed1c24; }
  .header_menu .child_menu {
    position: absolute;
    top: 100%;
    left: 0;
    /* width: 100%; */
    width: max-content;
    min-width: 100%;
    z-index: 99;
    display: none; }
    .header_menu .child_menu > li {
      color: #000;
      background-color: #fff;
      transition: background-color 0.25s; }
      .header_menu .child_menu > li > a {
        padding: 0.75em;
        display: block;
        text-align: left; }
      .header_menu .child_menu > li:hover {
        background-color: #d8d8d8; }

/*==========
ハンバーガーメニュー
==========*/
#hNav {
  display: none;
  width: 0;
  height: 64px;
  transition: all 0.5s; }
  @media screen and (max-width: 961px) {
    #hNav {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 99; } }
  #hNav .child_menu {
    display: block;
    position: static; }
  #hNav .shareArea {
    color: #000;
    /* background-color: #f0f0f0; */
    background-color: #fff;
    position: absolute;
    /* width: 250px; */
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 5px 20px 20px;
    margin: 0px 0px;
    top: 0;
    right: -100vw;
    opacity: 0;
    transition: all 0.2s;
    z-index: 9999; }
  #hNav .header_menu {
    display: block;
    padding-top: 0;
    background-color: inherit;
    color: inherit; }
    #hNav .header_menu > * {
      width: 100%;
      min-height: auto;
      background-color: inherit;
      color: inherit;
      border: none;
      border-bottom: 2px solid #fff; }
      #hNav .header_menu > *.red {
        background-color: inherit;
        color: inherit; }
      #hNav .header_menu > * a {
        position: relative;
        padding: 1em; }
        #hNav .header_menu > * a::before {
          content: "→";
          margin-right: 0.5em;
          position: absolute;
          top: 50%;
          right: 0.5em;
          transform: translateY(-50%); }
  #hNav .header_menu_sp {
  
  }
  #hNav .header_menu_sp .menu_group {
    margin-top: 5px; }
    #hNav .header_menu_sp .menu_group:first-child {
      margin-top: 0; }
  #hNav .header_menu_sp .menu_group .group_name {
    font-size: 1.1em;
    position: relative; }
    #hNav .header_menu_sp .menu_group .group_name::before {
      background: #333;
      content: '';
      height: 2px;
      left: 65%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1em; }
    #hNav .header_menu_sp .menu_group .group_name::after {
    background: #333;
    content: '';
    height: 1em;
    left: 65%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px; }
    #hNav .header_menu_sp .menu_group .menu_wrap {
    height: 0;
    margin-left: 1em;
    overflow: hidden; }
    #hNav .header_menu_sp .menu_group .menu_wrap .menu_child {
      margin-left: 1em; }
      #hNav .header_menu_sp .menu_group.open .menu_wrap {
    height: auto; }
    #hNav .header_menu_sp .menu_group.open .group_name::after {
    display: none; }
    #hNav .header_menu_sp .menu_group .menu_wrap .menu_child {
      font-size: 0.875em;
      margin-left: 1em;
    }
    #hNav .header_menu_sp .menu_child > *::before {
      content: "－";
      margin-right: 0.25em;
    }


  #hNav .banner_wrap {
    margin-top: 1.5em;
    padding: 0; }
  #hNav .banner_02 {
    width: 100%;
    margin: 0;
    padding: 0; }
    #hNav .banner_02 .banner {
      margin: 0 0 0.5em;
      max-width: 240px; }
    #hNav .banner_02 .img_area {
      max-height: 120px; }
    #hNav .banner_02 .text_area {
      font-size: 0.75em; }
      #hNav .banner_02 .text_area .big {
        font-size: 1.75em; }
    #hNav .banner_02 .link_arrow {
      font-size: 0.5em;
      letter-spacing: -1px; }
  #hNav #hNav_btn {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    padding: calc(22px) 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 999; }
    #hNav #hNav_btn span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000000;
      transition: all 0.5s; }
  #hNav.open {
    width: 100%; }
    #hNav.open .shareArea {
      right: 0;
      opacity: 1;
      transition: 0.25s ease-in 0.25s; }
    #hNav.open #hNav_btn {
      /* right: 250px; */
      right: 280px;
      transition: 0.25s ease-in 0.25s; }
      #hNav.open #hNav_btn span:nth-child(1) {
        width: 30px;
        transform: translateY(9px) rotate(45deg); }
      #hNav.open #hNav_btn span:nth-child(2) {
        height: 0;
        left: 50%;
        opacity: 0; }
      #hNav.open #hNav_btn span:nth-child(3) {
        width: 30px;
        transform: translateY(-9px) rotate(-45deg); }
    #hNav.open #hNav_bg {
      display: block;
      position: absolute;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      transition: 0.25s ease-in;
      z-index: 99; }

/*==========
フッター
==========*/
.foot_bnrBox {
  max-width: 980px;
  margin: 30px auto; }
  .foot_bnrBox .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .foot_bnrBox a {
    width: 50%; }

#footer {
  width: 100%;
  /* margin-top: 32px; */
  margin-top: 120px;
  color: #333333;
  padding: 24px 0; }
  @media screen and (max-width: 961px) {
    #footer {
      margin-top: 32px;
      padding: 24px 0 60px; } }

.footer_menu_wrap > .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 961px) {
    .footer_menu_wrap > .inner {
      max-width: 640px;
      margin: 0 auto; } }
.footer_menu_wrap .border {
  border-top: 2px solid #000;
  padding-top: 24px; }

.footer_menu_wrap.sp_only > .inner {
  display: block; }
.footer_menu_wrap.sp_only .menu_group .group_name {
  font-size: 1.1em;
  position: relative; }
  .footer_menu_wrap.sp_only .menu_group .group_name::before {
    background: #333;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1em; }
  .footer_menu_wrap.sp_only .menu_group .group_name::after {
    background: #333;
    content: '';
    height: 1em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
  }
.footer_menu_wrap.sp_only .menu_group .menu_wrap {
  height: 0;
  margin-left: 1em;
  overflow: hidden; }
  .footer_menu_wrap.sp_only .menu_group .menu_wrap .menu_child {
    margin-left: 1em; }
.footer_menu_wrap.sp_only .menu_group.open .menu_wrap {
  height: auto; }
.footer_menu_wrap.sp_only .menu_group.open .group_name::after {
  display: none; }


.footer_menu {
  font-size: 0.9375em;
  line-height: 1.75;
  font-weight: 500; }
  .footer_menu:not(:last-of-type) {
    margin-right: 2em; }
  @media screen and (max-width: 961px) {
    .footer_menu {
      width: 100%; } }
  .footer_menu .menu_child > *::before {
    content: "－";
    margin-right: 0.25em; }
  .footer_menu .menu_child .menu_child {
    margin-left: 1em; }
  @media screen and (max-width: 961px) {
    .footer_menu .menu_child {
      font-size: 0.875em; } }

.footer_company_wrap {
  padding: 60px 0 200px;
  font-weight: 500; }
  .footer_company_wrap > .inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media screen and (max-width: 961px) {
      .footer_company_wrap > .inner {
        max-width: 640px;
        margin: 0 auto; } }
  .footer_company_wrap .left_sec {
    width: 40%; }
    .footer_company_wrap .left_sec img {
      margin: 0 auto; }
    .footer_company_wrap .left_sec .logo_second {
      display: block;
      margin-top: 24px; }
    .footer_company_wrap .left_sec .sns_links {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      width: 183px;
      margin: 40px auto 0; }
      .footer_company_wrap .left_sec .sns_links a {
        width: fit-content;
        display: block;
        height: 30px; }
        .footer_company_wrap .left_sec .sns_links a img {
          width: auto;
          height: 100%; }
    @media screen and (max-width: 961px) {
      .footer_company_wrap .left_sec {
        width: 100%; }
        .footer_company_wrap .left_sec img {
          max-width: 160px;
          margin-top: 0; }
        .footer_company_wrap .left_sec .sns_links {
          margin-top: 20px; } }
  .footer_company_wrap .right_sec {
    width: 60%; }
    @media screen and (max-width: 961px) {
      .footer_company_wrap .right_sec {
        text-align: center;
        width: 100%; } }
  .footer_company_wrap .number_wrap {
    display: flex;
    align-items: flex-end; }
    .footer_company_wrap .number_wrap .tel_text {
      font-size: 2.5em;
      font-weight: 500;
      line-height: 1.05; }
    .footer_company_wrap .number_wrap img {
      width: 28px;
      margin-bottom: 4px;
      margin-right: 4px; }
    .footer_company_wrap .number_wrap .number {
      font-size: 2.3em;
      padding-top: 0.25em;
      /* font-weight: 500; */
      line-height: 1;
      font-family: "M PLUS 1p", sans-serif;
      font-weight: 400;
     }
  .footer_company_wrap .time {
    /* margin-top: 0.5em; */
    margin-top: 1.5em;
    margin-bottom: 0.5em; }
    .footer_company_wrap .permit{
      margin-top: 0.5em;
      line-height: 1.5;
    }
  @media screen and (max-width: 961px) {
    .footer_company_wrap .left_sec {
      margin-bottom: 1em; }
    .footer_company_wrap .happy {
      font-size: 0.75em;
      margin-right: 1em; }
    .footer_company_wrap .number_wrap {
      width: fit-content;
      margin: 0 auto 0.5em;
      margin-bottom: 0.5em; }
      .footer_company_wrap .number_wrap .tel_text {
        font-size: 1.5em;
        margin-bottom: 0.125em; }
      .footer_company_wrap .number_wrap img {
        width: 32px;
        margin-bottom: 5px; }
      .footer_company_wrap .number_wrap .number {
        font-size: 2.5em; }
    .footer_company_wrap .text_area .row {
      flex-wrap: wrap;
      margin-bottom: 0.25em; }
    .footer_company_wrap .text_area .company,
    .footer_company_wrap .text_area .address {
      width: 100%;
      text-align-last: left; }
      .footer_company_wrap .permit{
        font-size: 0.75em;
      } }

.footer_sponsors_wrap {
  /*background-color: $color_green;*/
  padding: 16px 0; }
  .footer_sponsors_wrap .title {
    text-align: center;
    font-size: 2.25em;
    font-weight: 700;
    color: #333; }
  @media screen and (max-width: 961px) {
    .footer_sponsors_wrap .title {
      font-size: 1.5em; } }

.list_sponsors {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-top: 8px; }
  .list_sponsors > * {
    width: calc((100% / 5) - 16px);
    height: 66px;
    margin: 8px;
    background-color: #fff;
    padding: 4px; }
  .list_sponsors a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 961px) {
    .list_sponsors {
      justify-content: flex-start;
      padding: 0; }
      .list_sponsors > * {
        width: calc((100% / 5) - 16px);
        height: 44px;
        max-width: 160px;
        padding: 0; } }

/*==========
コピーライト
==========*/
#footer_copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  padding: 0.25em 0em; }

/*==========
フッターナビ
==========*/
#foot_fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  /* background-color: #fff; */
  /* padding: 24px 0; */
  z-index: 20;

  /* top: 10%; */
  /* top: 7vh; */
  /* bottom: 7vh; */
  /* right: 0;  */
}
  #foot_fixed .inner_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    /* flex-direction: column; */
    gap: 1vh;
    padding: 0; }
  #foot_fixed .banner_01 {
    flex-direction:row;
    gap: 1vh;
    margin: 0; }
    #foot_fixed .banner_01 > * {
      margin: 0;
    }
    #foot_fixed .banner_01 .banner {
      /* width: 4em;
      width: 7vh; */
    }


  @media screen and (max-width: 961px) {
    #foot_fixed {
      bottom: 0;
      /* padding: 1em 0; */
      width: 100%; }
      #foot_fixed .inner_contents {
        flex-direction: row; }
      #foot_fixed .banner_01 {
        flex-direction: row;
        gap: 2px;
        margin-right: 0;
        width: 100%; }
        #foot_fixed .banner_01 > * {
          /* width: calc(33.33% - 4px); */
          width: calc(100% / 4);
          /* margin: 0 2px; */ }
        #foot_fixed .banner_01 .banner {
          font-weight: 400;
          width: 100%;
          /* height: 72px; */
          /* padding: 0.5em 6px 24px; */
          /* padding: 0.5em 2px 24px; */
          position: relative;
          line-height: 1.25; }
          #foot_fixed .banner_01 .banner .icon_area {
            width: 20px; }
          #foot_fixed .banner_01 .banner .normal {
            font-size: 10px;
            transform: scale(1, 1.125); }
          #foot_fixed .banner_01 .banner .big {
            line-height: 1.125;
            font-size: 0.825em;
            width: 100%;
            height: 24px;
            padding-bottom: 8px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0; }
          #foot_fixed .banner_01 .banner.event {
            padding: 0.5em 10px 26px; }
            #foot_fixed .banner_01 .banner.event .big {
              letter-spacing: -2px; }
          #foot_fixed .banner_01 .banner.document {
            padding: 0.5em 10px 24px; }
          #foot_fixed .banner_01 .banner.model {
            padding: 0.5em 10px 24px; }
            #foot_fixed .banner_01 .banner.model .big {
              font-size: 11px;
              transform: scale(1, 1.125);
              letter-spacing: -0.125em;
              padding-bottom: 12px; } }

/*==========
PageToTop
==========*/
#pageTop {
  /* background-color: #c91933; */
  /* background-color: #41479d; */
  background-color: #C91933;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  /* width: 4.44444em; */
  /* width: 4em; */
  width: 7vh;
  /* height: 4.44444em; */
  /* height: 4em; */
  height: 7vh;
  font-size: 1.125em;
  /* font-size: 1em; */
  font-size: 1.8vh;
  font-size: 1.5vh;
  padding-top: 0.5em;
  /* font-weight: 700; */
  text-align: center;
  line-height: 1.1666;
  color: #fff;
  transition: opacity 0.25s; }
  #pageTop::before {
    content: "";
    display: block;
    background: center/cover url("../img/common/pageTop_arrow.png") no-repeat;
    width: 1.333333em;
    height: 0.6666em;
    /* margin: 0.6em auto 0.2222em; */
    margin: 0.4em auto 0.1em; }
  #pageTop:hover {
    opacity: 0.75; }
  @media screen and (max-width: 961px) {
    #pageTop {
      position: absolute;
      right: 0;
      /* top: calc(-100% - 62px); */
      /* top: calc(-100% - 30px); */
      top: calc(-100% + 30px);
      /* transform: scale(0.75); */ } }

.banner_area {
  margin-top: 100px; }

.hide {
  position: absolute;
  left: -99999vw; }

.text_dot {
  display: inline-block;
  text-align: center;
  padding-top: 0.625em;
  margin-top: -0.325em;
  position: relative; }
  .text_dot::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.875em;
    margin-left: 0.125em; }

/*==========
Effect
==========*/
.link_zoom .img_area {
  overflow: hidden; }
  .link_zoom .img_area img {
    transition: transform 0.5s;
    margin: 0 auto;
    width: 100%;

  }
.link_zoom:hover .img_area img {
  transform: scale(1.025); }

.fadeIn {
  opacity: 0; }
  .fadeIn.trigger {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeUp {
  opacity: 0; }
  .fadeUp.trigger {
    animation-name: fadeUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

.fadeUpList > * {
  opacity: 0; }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes fadeUpLag {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeDown {
  opacity: 0; }
  .fadeDown.trigger {
    animation-name: fadeDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.slideLeft {
  transform: translateX(-200%);
  opacity: 0; }
  .slideLeft.trigger {
    animation-name: slideLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-200%); }
  25% {
    opacity: 0; }
  75% {
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.slideRight {
  transform: translateX(200%);
  opacity: 0; }
  .slideRight.trigger {
    animation-name: slideRight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(200%); }
  25% {
    opacity: 0; }
  75% {
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }






/* ****************************** */
    #sp-top_bnrBox .bnrBox {
      max-width: 1000px;
      display: flex;
      justify-content: space-between;
      margin: 50px auto 0;
      width: 90%; }
      @media screen and (max-width: 961px) {
        #sp-top_bnrBox .bnrBox {
          max-width: 660px;
          display: block; } }
      #sp-top_bnrBox .bnrBox a {
        margin-top: 15px;
        display: block;
        width: 32%; }
        @media screen and (max-width: 961px) {
          #sp-top_bnrBox .bnrBox a {
            width: 100%; } }
      #sp-top_bnrBox .bnrBox.sp_only {
        display: none; }
        @media screen and (max-width: 961px) {
          #sp-top_bnrBox .bnrBox.sp_only {
            display: block;
            justify-content: center; }
            #sp-top_bnrBox .bnrBox.sp_only .flex {
              display: flex; }
              #sp-top_bnrBox .bnrBox.sp_only .flex a {
                margin-top: 0 !important;
                width: 50% !important; }
            #sp-top_bnrBox .bnrBox.sp_only a {
              margin-top: 0;
              width: 50%; }
              #sp-top_bnrBox .bnrBox.sp_only a:last-child {
                width: 100%;
                margin-top: 10px; } }

.wpcf7-not-valid-tip {
  position: relative;
  z-index: 5;
}