@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;
  word-wrap: break-word;
}

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%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --headerHeight: 106px;
  --paddingSection: 64px;
  --paddingLR: 12px;
  --margin_negative: 72px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 40px;
    --margin_negative: 40px;
  }
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #2a2a2a;
  line-height: 1.625;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
  margin-top: var(--headerHeight);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc(900px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(840px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}
.padding_section + .padding_section {
  padding-top: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

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

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

/*==========
フォント
==========*/
.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: 959px) {
  .fs_12 {
    font-size: 1rem;
  }
}

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

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

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

.fs_16 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========
汎用クラス
==========*/
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
  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: 959px) {
  .sp_only {
    display: block;
  }
}

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

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

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

.mt_2em {
  margin-top: 2em;
}

.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: 959px) {
  .mt_56 {
    margin-top: 40px;
  }
}

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

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

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

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

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.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: 959px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

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

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

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

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

.pt_1em {
  padding-top: 1em;
}

.pt_2em {
  padding-top: 2em;
}

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

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

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

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

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

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

.pb_1em {
  padding-bottom: 1em;
}

.pb_2em {
  padding-bottom: 2em;
}

.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: 959px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

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

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

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

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

/*==========
Effect
==========*/
.trigger .fx_fadeIn,
.trigger.fx_fadeIn {
  -webkit-animation-name: fx_fadeIn;
  animation-name: fx_fadeIn;
}
.trigger .fx_fadeUp,
.trigger.fx_fadeUp {
  -webkit-animation-name: fx_fadeUp;
  animation-name: fx_fadeUp;
}
.trigger .fx_slideLeft,
.trigger.fx_slideLeft {
  -webkit-animation-name: fx_slideLeft;
  animation-name: fx_slideLeft;
}
.trigger .fx_slideRight,
.trigger.fx_slideRight {
  -webkit-animation-name: fx_slideRight;
  animation-name: fx_slideRight;
}

.fx_fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fx_slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fx_slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*========== 汎用オブジェクト ==========*/
/*==========
汎用デザイン
==========*/
/*========== バナー ==========*/
#float_banner {
  position: fixed;
  top: 60%;
  right: -100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  will-change: right;
}
#float_banner.view {
  right: 0;
}
@media screen and (max-width: 959px) {
  #float_banner {
    max-width: 160px;
    bottom: 0%;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

#float_banner_02 {
  position: fixed;
  top: 75%;
  right: -100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  will-change: right;
}
#float_banner_02.view {
  right: 0;
}
@media screen and (max-width: 959px) {
  #float_banner_02 {
    max-width: calc(47vw - 15px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 10px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  #float_banner_02 img {
    width: auto;
    max-height: 52px;
  }
  #float_banner_02.view {
    right: 10px;
  }
}

#float_banner_03 {
  position: fixed;
  top: calc(75% + 61px);
  left: -100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  will-change: left;
}
#float_banner_03.view {
  left: 0;
}
@media screen and (max-width: 959px) {
  #float_banner_03 {
    max-width: calc(53vw - 15px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 10px;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  #float_banner_03 img {
    width: auto;
    max-height: 52px;
  }
  #float_banner_03.view {
    left: 10px;
  }
}

/*========== ビデオモーダル ==========*/
.video_thumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
.video_thumb video,
.video_thumb img {
  pointer-events: none;
}
.video_thumb::after {
  content: "";
  width: 40px;
  height: 40px;
  background: center/contain url("../img/common/icon_play.svg") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.video_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.video_modal .modal_bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.video_modal .modal_wrapper {
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  padding: 80px var(--paddingLR);
  gap: 0.25em;
}
.video_modal .modal_contents {
  max-height: 100%;
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .video_modal .modal_contents {
    padding-top: 32px;
  }
}
.video_modal video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.video_modal .modal_close {
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.video_modal .modal_close::before,
.video_modal .modal_close::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.video_modal .modal_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.video_modal .modal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .video_modal .modal_close::before,
  .video_modal .modal_close::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .video_modal .modal_close:hover::before,
  .video_modal .modal_close:hover::after {
    opacity: 0.75;
  }
}
@media screen and (max-width: 959px) {
  .video_modal .modal_close {
    width: 24px;
    height: 24px;
  }
}

.map_area iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*==========
リスト
==========*/
.list_dots > * {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dots > *::before {
  content: "・";
}

.list_circle > * {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list_circle > *::before {
  content: "";
  width: 0.71428572em;
  height: 0.71428572em;
  margin-right: 0.78571428em;
  margin-top: 0.14285714em;
  background-color: #4caaa4;
  display: inline-block;
  border-radius: 50%;
}
.list_circle > *:not(:last-of-type) {
  margin-bottom: 0.25em;
}

.ol_01 {
  counter-reset: ol_01;
}
.ol_01 > * {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.ol_01 > *::before {
  counter-increment: ol_01;
  content: counter(ol_01) "．";
}
.ol_01 > *:not(:last-of-type) {
  margin-bottom: 0.25em;
}

.list_news {
  font-size: 0.9375rem;
}
.list_news .icon {
  color: red;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 0.5em;
  margin-top: 0.125em;
  display: inline-block;
}
.list_news .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.list_news time {
  padding-right: 1em;
  width: 17.2093%;
}
.list_news .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list_news .title a {
  color: #4caaa4;
  text-decoration: underline;
  font-weight: 500;
}
.list_news .title p {
  display: inline;
}
.list_news .disable {
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .list_news time {
    width: 100%;
  }
  .list_news .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    line-height: 1.25;
    margin-top: 4px;
  }
}

.dl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dl_01 > dt,
.dl_01 > dd {
  padding: 40px 0;
}
.dl_01 > dt:not(:last-of-type),
.dl_01 > dd:not(:last-of-type) {
  border-bottom: 1px solid #4caaa4;
}
.dl_01 > dt {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #4caaa4;
  width: 210px;
}
.dl_01 > dd {
  width: calc(100% - 210px);
}
.dl_01 > dd .title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: -0.125em;
}
.dl_01 > dd .title + .text {
  margin-top: 1em;
}
.dl_01 > dd .title_sub {
  font-size: 1.0625rem;
  font-weight: 700;
}
.dl_01 > dd .text {
  font-size: 0.9375rem;
}
.dl_01 > dd .text + .text {
  margin-top: 1em;
}
.dl_01 > dd .map_area {
  margin-top: 40px;
}
.dl_01 .link_underline {
  color: rgb(0, 120, 200);
}
@media screen and (max-width: 959px) {
  .dl_01 > dt,
  .dl_01 > dd {
    padding: 16px 0;
  }
  .dl_01 > dt {
    font-size: 1.25rem;
    width: 100%;
    padding-bottom: 0;
  }
  .dl_01 > dt:not(:last-of-type) {
    border-bottom: none;
  }
  .dl_01 > dd {
    padding-top: 0.5em;
    width: 100%;
  }
  .dl_01 > dd .title {
    font-size: 1.25rem;
    margin-top: 0em;
  }
  .dl_01 > dd .title_sub {
    font-size: 1rem;
  }
  .dl_01 > dd .text {
    font-size: 1rem;
  }
  .dl_01 > dd .map_area {
    margin-top: 24px;
  }
}

.dl_schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.dl_schedule::before {
  content: "";
  font-size: 1.25rem;
  width: 1px;
  height: calc(100% - 48px - 1em);
  border-left: 1px dotted #707070;
  position: absolute;
  top: calc(24px + 0.5em);
  left: 0.75em;
}
.dl_schedule > dt,
.dl_schedule > dd {
  padding: 24px 0;
}
.dl_schedule > dt {
  margin-top: 0.325em;
  padding-left: 2.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #959b9b;
  width: 160px;
  position: relative;
}
.dl_schedule > dt::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border: 0.5em solid #4caaa4;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 0;
}
.dl_schedule > dd {
  width: calc(100% - 160px);
}
.dl_schedule > dd .title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: -0.125em;
}
.dl_schedule > dd .title + .text {
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .dl_schedule::before {
    content: "";
    font-size: 1rem;
    height: calc(100% - 24px - 1em);
    top: calc(12px + 0.5em);
    left: 0.75em;
  }
  .dl_schedule > dt,
  .dl_schedule > dd {
    padding: 12px 0;
  }
  .dl_schedule > dt {
    margin-top: 0.25em;
    padding-left: 2em;
    font-size: 1rem;
    width: 80px;
  }
  .dl_schedule > dt::before {
    top: 12px;
  }
  .dl_schedule > dd {
    width: calc(100% - 80px);
  }
  .dl_schedule > dd .title {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

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

/*==========
ボタン
==========*/
.btn_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7c25d;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  max-width: 288px;
  min-width: 190px;
  min-height: 50px;
  padding: 0.25em 2em;
  line-height: 1.125;
  text-align: center;
  position: relative;
}
.btn_01::after {
  content: "";
  width: 0.625em;
  height: 1.125em;
  background: center/contain url("../img/common/icon_btn_01.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .btn_01 {
    -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    will-change: box-shadow, transform;
  }
  .btn_01:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
}

.btn_02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 620px;
  height: 80px;
  border-radius: 50px;
  font-size: 1.875rem;
  font-weight: 700;
  background-color: #f7c25d;
  border: 2px solid #f7c25d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.btn_02::after {
  content: "";
  width: 0.59375em;
  height: 1em;
  background: center/contain url("../img/common/icon_btn_02_white.svg") no-repeat;
  position: absolute;
  right: 0.866em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_02.white {
  color: #f7c25d;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn_02.white::after {
  background-image: url("../img/common/icon_btn_02.svg");
}
.btn_02.disabled {
  pointer-events: none;
  color: #ccc;
  border-color: #ccc;
}
.btn_02.disabled::after {
  background-image: url("../img/common/icon_btn_02_gray.svg");
}
@media screen and (min-width: 960px) {
  .btn_02 {
    -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    will-change: box-shadow, transform;
  }
  .btn_02:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
}
@media screen and (max-width: 959px) {
  .btn_02 {
    font-size: 1.125rem;
    max-width: 400px;
    height: 64px;
  }
}

.btn_sitemap {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 0.5625rem;
  padding: 0.125em 1em;
}
@media screen and (max-width: 959px) {
  .btn_sitemap {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .btn_sitemap {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    will-change: background-color, color;
  }
  .btn_sitemap:hover {
    background-color: #fff;
    color: #000;
  }
}

.btn_mg {
  font-size: 0.5625rem;
  color: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  position: relative;
  border-bottom: 1px solid #808080;
  line-height: 1.25;
}
.btn_mg::before {
  content: "▶︎";
}
@media screen and (max-width: 959px) {
  .btn_mg {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .btn_mg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    will-change: opacity;
  }
  .btn_mg:hover {
    border-bottom: none;
    opacity: 0.5;
  }
}

.btn_interview {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0em 0.5em;
}
@media screen and (min-width: 960px) {
  .btn_interview {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    will-change: background-color, color;
  }
  .btn_interview:hover {
    background-color: #fff;
    color: #4caaa4;
  }
}

.search_area {
  font-size: 0.75rem;
  width: 185px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_area .icon {
  width: 2.5em;
  border: 1px solid #000;
  border-right: none;
  border-radius: 40px 0 0 40px;
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.search_area .icon::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: center/contain url("../img/common/icon_search.svg") no-repeat;
}
.search_area .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search_area .input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.25em;
  border: 1px solid #000;
  border-radius: 0;
}
.search_area button {
  margin-left: -1px;
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 0 40px 40px 0;
  padding: 0 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .search_area {
    font-size: 1rem;
  }
}

.btn_facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-size: 0.625rem;
}
.btn_facebook img {
  width: 1.4em;
  height: 1.4em;
}
.btn_facebook .text {
  text-decoration: underline;
  color: #aaaaaa;
}
@media screen and (max-width: 959px) {
  .btn_facebook {
    font-size: 1rem;
  }
}

.link_pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: underline;
}
.link_pdf::after {
  content: "";
  width: 0.833333em;
  height: 1em;
  background: center/contain url("../img/common/icon_pdf.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}
@media screen and (min-width: 960px) {
  .link_pdf:hover {
    text-decoration: none;
  }
}

.link_underline {
  color: #4caaa4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .link_underline:hover {
    text-decoration: none;
  }
}

.text_underline {
  text-decoration: underline;
}

.btn_interimreport {
  width: 100%;
  max-width: 720px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25em;
  background-color: #fff;
  font-size: 1.8125rem;
  font-weight: 700;
  color: #ff601c;
  border: 1px solid #ff601c;
  border-radius: 16px;
  padding: 0.25em;
}
.btn_interimreport::before {
  content: "";
  width: 1em;
  height: 1em;
  background: center/contain url("../img/child/interimreport/icon_btn_interimreport.svg") no-repeat;
}
.btn_interimreport.disabled {
  pointer-events: none;
  color: #4caaa4;
  border-color: #4caaa4;
}
.btn_interimreport.disabled::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .btn_interimreport {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .btn_interimreport:hover {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
}
@media screen and (max-width: 959px) {
  .btn_interimreport {
    max-width: 480px;
    height: 64px;
    font-size: 1.25rem;
    border-radius: 8px;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0.25em 2em 0.25em 0;
  color: #fff;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.title_01::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #4caaa4;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.14285714em) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.14285714em) 100%, 0 100%);
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.25rem;
  }
}

.title_02 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4caaa4;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .title_02 {
    font-size: 1.25rem;
  }
}

.title_square {
  font-size: 2.5625rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}
.title_square::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (max-width: 959px) {
  .title_square {
    font-size: 1.5rem;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
#header {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: var(--headerHeight);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
}

.header_upper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.header_upper .flex {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header_upper .logo_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header_upper .logo_area .text {
  font-size: 0.625rem;
  line-height: 1.125;
  font-weight: 700;
}
.header_upper .btn_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .header_upper a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header_upper a:hover {
    opacity: 0.75;
  }
}

.header_lower {
  padding: 0.75em 0;
  background-color: #4caaa4;
  color: #fff;
  position: relative;
  z-index: 1;
}
.header_lower .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_lower .btn_interview {
  margin-left: auto;
}

.list_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 700;
}
.list_header > *:not(:last-of-type)::after {
  content: "｜";
}
@media screen and (min-width: 960px) {
  .list_header > * a {
    position: relative;
  }
  .list_header > * a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .list_header > * a:hover::before {
    width: 100%;
  }
  .list_header > * .btn_interview::before {
    display: none;
  }
}

/*==========
ハンバーガーメニュー
==========*/
/*== ボタン ==*/
.hamburger_btn_area {
  display: none;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

#hamburger_btn {
  width: calc(var(--headerHeight) / 2.5);
  height: calc(var(--headerHeight) / 2);
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 30;
  cursor: pointer;
}
#hamburger_btn span {
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4caaa4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform, margin;
}

/*== エリア外 ==*/
#hamburger_bg {
  width: 0px;
  height: 0px;
  background-color: rgb(204, 204, 204);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  will-change: opacity;
}

/*== メニュー部 ==*/
@media screen and (max-width: 959px) {
  .header_upper .flex {
    gap: 8px;
  }
  .header_upper .logo_area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }
  .header_upper .logo_area img {
    max-width: 120px;
  }
  .header_upper .logo_area .text {
    width: 100%;
    font-size: 10px;
    line-height: 1.125;
  }
  .header_upper .btn_area {
    display: none;
  }
  .header_lower {
    position: fixed;
    width: 100%;
    height: auto;
    max-height: calc(100vh - var(--headerHeight));
    max-height: calc(100vh - var(--headerHeight));
    max-height: calc(100vh - var(--headerHeight));
    overflow: auto;
    padding: 40px 0 0;
    top: var(--headerHeight);
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header_lower .flex {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .header_lower .btn_interview {
    margin-right: auto;
    margin-bottom: 24px;
  }
  .header_lower .btn_area {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 40px var(--paddingLR);
  }
  .list_header {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    gap: 0.75em;
  }
  .list_header > *:not(:last-of-type)::after {
    display: none;
  }
  .hamburger_btn_area {
    display: block;
  }
  /*== オープン ==*/
  #header.hamburger_open .header_upper .btn_area {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header.hamburger_open .header_lower {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #header.hamburger_open #hamburger_btn {
    gap: 0;
  }
  #header.hamburger_open #hamburger_btn span {
    margin-bottom: 0;
  }
  #header.hamburger_open #hamburger_btn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -1px;
  }
  #header.hamburger_open #hamburger_btn span:nth-of-type(2) {
    height: 0;
  }
  #header.hamburger_open #hamburger_btn span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header.hamburger_open #hamburger_bg {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    opacity: 0.5;
  }
}
/*==========
フッター
==========*/
.footer_upper {
  padding: 45px 0 30px;
}
.footer_upper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 0;
}
.footer_upper .company_area {
  margin-bottom: 30px;
}
.footer_upper .company_area .title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.64285em;
}
.footer_upper .company_area .text,
.footer_upper .company_area .mail {
  font-size: 0.75rem;
}
.footer_upper .company_area .text {
  line-height: 1.3333;
  margin-bottom: 0.41666em;
}
.footer_upper .company_area .mail {
  line-height: 1.6666;
}
.footer_upper .company_area .aside {
  font-size: 0.75rem;
}
.footer_upper .logo_area {
  margin-left: auto;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .footer_upper a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .footer_upper a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 959px) {
  .footer_upper {
    padding: 24px 0;
  }
  .footer_upper .flex {
    gap: 24px 0;
  }
  .footer_upper .company_area {
    margin-bottom: 0;
  }
  .footer_upper .logo_area {
    max-width: 100px;
    margin-right: auto;
  }
}

.footer_lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
}
.footer_lower .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_lower .copy {
  font-size: 0.75rem;
}
@media screen and (max-width: 959px) {
  .footer_lower .flex {
    display: block;
  }
  .footer_lower .copy {
    font-size: 10px;
    text-align: center;
    display: block;
  }
}

.list_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.list_footer > *:not(:last-of-type) {
  margin-right: 2em;
}
.list_footer > * a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 960px) {
  .list_footer > * a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 959px) {
  .list_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
  }
}

/*==========
コピーライト
==========*/
/*==========
PageToTop
==========*/
