@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%;
}

:root {
  --headerHeight: 120px;
  --paddingSection: 120px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 80px;
  }
}

/*==========　基本設定　==========*/
* {
  -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, Arial;
  color: #000;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(1324px + 24px * 2);
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.inner_02 {
  width: 100%;
  max-width: calc(800px + 24px * 2);
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

@media screen and (max-width: 959px) {
  .container .inner,
  .container .inner02,
  .container .inner_contents,
  .inner .inner02,
  .inner .inner_contents,
  .inner_02 .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);
}

.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;
}
@media screen and (max-width: 959px) {
  .mt_32 {
    margin-top: 24px;
  }
}

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

.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;
}
@media screen and (max-width: 959px) {
  .mb_32 {
    margin-bottom: 24px;
  }
}

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

.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;
}
@media screen and (max-width: 959px) {
  .pt_32 {
    padding-top: 24px;
  }
}

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

.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;
}
@media screen and (max-width: 959px) {
  .pb_32 {
    padding-bottom: 24px;
  }
}

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

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

/*========== 汎用オブジェクト ==========*/
@media screen and (max-width: 959px) {
  .js-scrollable {
    padding: 40px 24px;
    margin-top: 0;
  }
  .js-scrollable .scroll-item {
    min-width: 800px;
  }
}
/*==========
汎用デザイン
==========*/
.text_blue {
  color: #33668d;
}

.text_green {
  color: #01804f;
}

.text_gray {
  color: #bdbdbd;
}

.deco_panel {
  position: relative;
}
.deco_panel::after {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  height: 220px;
  width: 100vw;
  -webkit-transform: skew(-17.5deg);
          transform: skew(-17.5deg);
  z-index: -1;
}

/*==========
リスト
==========*/
.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 {
  min-height: 64px;
  border: 1px solid #b3b3b3;
  padding: 0.5em 1.625em;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl_01 dt:not(:last-of-type),
.dl_01 dd:not(:last-of-type) {
  margin-bottom: -1px;
}
.dl_01 dt {
  width: 120px;
  background-color: #f0f0f0;
  margin-right: -1px;
}
.dl_01 dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 959px) {
  .dl_01 dt,
  .dl_01 dd {
    width: 100%;
    margin-top: -1px;
  }
  .dl_01 dt:not(:last-of-type),
  .dl_01 dd:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .dl_01 dt {
    margin-right: 0px;
  }
}

/*==========
ボタン
==========*/
.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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 242px;
  min-height: 46px;
  border-radius: 22px;
  letter-spacing: 0.091em;
  background-color: #33668d;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.125em 1em;
  position: relative;
}
.btn_01::after {
  content: "";
  width: 1.75em;
  height: 0.25em;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain url("../img/common/icon_btn_01_white.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  .btn_01 {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn_01::after {
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .btn_01:hover {
    background-color: #01804f;
  }
  .btn_01:hover::after {
    right: 1em;
  }
}

.btn_contact {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 154px;
  min-height: 35px;
  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: #33668d;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .btn_contact {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn_contact:hover {
    background-color: #01804f;
  }
}
@media screen and (max-width: 959px) {
  .btn_contact {
    font-size: 1.125rem;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.title_01 .title_sub {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, Arial;
  margin-top: 0.25em;
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.5rem;
  }
}

.title_02 {
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
.title_02 + .title_02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 959px) {
  .title_02 {
    font-size: 1.25rem;
  }
}

.title_bg {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #33668d;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.25em;
  line-height: 1.125;
  position: relative;
}
.title_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .title_bg {
    font-size: 1.5rem;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
#header {
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: var(--headerHeight);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .logo_area {
  z-index: 30;
}
#header .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .menu_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .list,
#header .list_btn {
  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;
}
#header .list {
  color: #01804f;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#header .list a {
  display: block;
  padding: 0.5em;
}
@media screen and (min-width: 960px) {
  #header .list a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  #header .list a:hover {
    color: #33668d;
  }
}
#header .list > * {
  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;
  position: relative;
}
#header .list > *:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #01804f;
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}
#header .menu_area,
#header .list_btn {
  gap: 16px 24px;
}
#header .list_child {
  font-size: 0.875em;
  display: none;
  min-width: calc(100% - 1em);
  background-color: #01804f;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
#header .list_child > * {
  white-space: nowrap;
}
#header .list_child > * a {
  display: block;
  padding: 0.75em 1em;
}
@media screen and (min-width: 960px) {
  #header .list_child > * a {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  #header .list_child > * a:hover {
    background-color: #33668d;
    color: #fff;
  }
}

/*==========
ハンバーガーメニュー
==========*/
/*== ボタン ==*/
#hamburger_btn {
  display: none;
  width: calc(var(--headerHeight) / 2);
  height: calc(var(--headerHeight) / 3);
  -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: 1px;
  background-color: #01804f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform, margin;
}
#hamburger_btn span:not(:last-of-type) {
  margin-bottom: calc(25% - 1px);
}

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

/*== 全体に対するアニメーション準備 ==*/
.body_wrap main {
  -webkit-transition: -webkit-transform 0.25s 0s;
  transition: -webkit-transform 0.25s 0s;
  transition: transform 0.25s 0s;
  transition: transform 0.25s 0s, -webkit-transform 0.25s 0s;
  will-change: transform;
}

@media screen and (max-width: 959px) {
  #header .logo_area {
    max-width: 200px;
  }
  #header .menu_area {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    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;
    -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: 1.5em;
    padding: var(--headerHeight) 24px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
  }
  #header .list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
  }
  #header .list > * {
    text-align: center;
    display: block;
    width: 100%;
  }
  #header .list > *:not(:last-of-type)::after {
    display: none;
  }
  #header .list_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .list_child {
    display: block;
    background-color: #fff;
    position: static;
    -webkit-transform: none;
            transform: none;
    color: #01804f;
  }
  #header .list_child > * a {
    padding: 0.5em 1em;
  }
  #header .list_child > * a::before {
    content: "-";
    margin-right: 0.25em;
  }
  #hamburger_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #hamburger_btn span:not(:last-of-type) {
    margin-bottom: 25%;
  }
}
/*== オープン時 ==*/
.body_wrap.hamburger_open main {
  -webkit-transition: -webkit-transform 0.25s 0.25s;
  transition: -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform;
}
.body_wrap.hamburger_open #hamburger_bg {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 0.5;
}
.body_wrap.hamburger_open #hamburger_btn span {
  background-color: #33668d;
  margin-bottom: 0;
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(2) {
  height: 0;
}
.body_wrap.hamburger_open #hamburger_btn span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.body_wrap.hamburger_open #header .menu_area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*==========
フッター
==========*/
#footer .btn_01 {
  padding: 0.125em 3.5em 0.125em 1.5em;
}
#footer .footer_inner {
  padding: 40px 0;
  background-color: #fff;
}
#footer .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;
  gap: 40px;
}
#footer .logo_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer .company {
  margin-top: 24px;
}
#footer .company .name {
  font-size: 1.125rem;
  font-weight: 500;
}
#footer .company .text {
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
#footer .menu_area {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .menu_area .list {
  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;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
#footer .menu_area .list a {
  padding: 0 0.5em;
}
@media screen and (min-width: 960px) {
  #footer .menu_area .list a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  #footer .menu_area .list a:hover {
    color: #33668d;
  }
}
#footer .menu_area .list > *:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #01804f;
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}
#footer .menu_area .list_btn > *:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  #footer .btn_01 {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .logo_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  #footer .logo {
    max-width: 200px;
  }
  #footer .company .name {
    font-size: 1rem;
  }
  #footer .company .text {
    font-size: 0.875rem;
    letter-spacing: 0em;
  }
  #footer .menu_area {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .menu_area .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  #footer .menu_area .list a {
    padding: 0.25em 0.5em;
  }
  #footer .menu_area .list > *:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  #footer .menu_area .list > *:not(:last-of-type)::after {
    display: none;
  }
  #footer .menu_area .list_btn > *:not(:last-of-type) {
    margin-bottom: 1em;
  }
}

/*==========
コピーライト
==========*/
.copyright {
  padding: 1em;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

/*==========
PageToTop
==========*/
/*==========
Effect
==========*/
.fv_animation {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

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