/* common */

@charset "UTF-8";

/* ================= */
/* style CSS */
/* ================================================ */
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #7A5156;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  color: #7A5156;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*サイト全体の基準となるCSSを記述*/
html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (min-width: 1221px) {
  html {
    font-size: 62.5%;
    /* 1.0remの時、画面幅1221px幅まで10px固定 */
  }
}

@media screen and (max-width: 1221px) and (min-width: 768px) {
  html {
    font-size: calc(10 / 1221 * 100vw);
    /* 1.0remの時、画面幅1221px幅時に10pxになり、767pxまでvw縮小 */
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 / 375 * 100vw);
    /* 1.0remの時、画面幅767px幅から375pxになる時に10pxになる */
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  letter-spacing: 0.15rem;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

mark.mark-text {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.6em, #edb7d0), color-stop(0.6em, transparent));
  background: linear-gradient(0deg, #edb7d0 0.6em, transparent 0.6em);
  font-weight: 900;
}

.mt00 {
  margin-top: 0;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt75 {
  margin-top: 7.5rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt85 {
  margin-top: 8.5rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt95 {
  margin-top: 9.5rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt105 {
  margin-top: 10.5rem;
}

.mt110 {
  margin-top: 11rem;
}

.mt115 {
  margin-top: 11.5rem;
}

.mt120 {
  margin-top: 12rem;
}

.mt125 {
  margin-top: 12.5rem;
}

.mt130 {
  margin-top: 13rem;
}

.mt135 {
  margin-top: 13.5rem;
}

.mt140 {
  margin-top: 14rem;
}

.mt145 {
  margin-top: 14.5rem;
}

.mt150 {
  margin-top: 15rem;
}

.mt155 {
  margin-top: 15.5rem;
}

.mt160 {
  margin-top: 16rem;
}

.mt165 {
  margin-top: 16.5rem;
}

.mt170 {
  margin-top: 17rem;
}

.mt175 {
  margin-top: 17.5rem;
}

.mt180 {
  margin-top: 18rem;
}

.mt185 {
  margin-top: 18.5rem;
}

.mt190 {
  margin-top: 19rem;
}

.mt195 {
  margin-top: 19.5rem;
}

.mt200 {
  margin-top: 20rem;
}

.ml00 {
  margin-left: 0;
}

.ml5 {
  margin-left: 0.5rem;
}

.ml10 {
  margin-left: 1rem;
}

.ml15 {
  margin-left: 1.5rem;
}

.ml20 {
  margin-left: 2rem;
}

.ml25 {
  margin-left: 2.5rem;
}

.ml30 {
  margin-left: 3rem;
}

.ml35 {
  margin-left: 3.5rem;
}

.ml40 {
  margin-left: 4rem;
}

.ml45 {
  margin-left: 4.5rem;
}

.ml50 {
  margin-left: 5rem;
}

.ml55 {
  margin-left: 5.5rem;
}

.ml60 {
  margin-left: 6rem;
}

.ml65 {
  margin-left: 6.5rem;
}

.ml70 {
  margin-left: 7rem;
}

.ml75 {
  margin-left: 7.5rem;
}

.ml80 {
  margin-left: 8rem;
}

.ml85 {
  margin-left: 8.5rem;
}

.ml90 {
  margin-left: 9rem;
}

.ml95 {
  margin-left: 9.5rem;
}

.ml100 {
  margin-left: 10rem;
}

.ml105 {
  margin-left: 10.5rem;
}

.ml110 {
  margin-left: 11rem;
}

.ml115 {
  margin-left: 11.5rem;
}

.ml120 {
  margin-left: 12rem;
}

.ml125 {
  margin-left: 12.5rem;
}

.ml130 {
  margin-left: 13rem;
}

.ml135 {
  margin-left: 13.5rem;
}

.ml140 {
  margin-left: 14rem;
}

.ml145 {
  margin-left: 14.5rem;
}

.ml150 {
  margin-left: 15rem;
}

.ml155 {
  margin-left: 15.5rem;
}

.ml160 {
  margin-left: 16rem;
}

.ml165 {
  margin-left: 16.5rem;
}

.ml170 {
  margin-left: 17rem;
}

.ml175 {
  margin-left: 17.5rem;
}

.ml180 {
  margin-left: 18rem;
}

.ml185 {
  margin-left: 18.5rem;
}

.ml190 {
  margin-left: 19rem;
}

.ml195 {
  margin-left: 19.5rem;
}

.ml200 {
  margin-left: 20rem;
}

.mr00 {
  margin-right: 0;
}

.mr5 {
  margin-right: 0.5rem;
}

.mr10 {
  margin-right: 1rem;
}

.mr15 {
  margin-right: 1.5rem;
}

.mr20 {
  margin-right: 2rem;
}

.mr25 {
  margin-right: 2.5rem;
}

.mr30 {
  margin-right: 3rem;
}

.mr35 {
  margin-right: 3.5rem;
}

.mr40 {
  margin-right: 4rem;
}

.mr45 {
  margin-right: 4.5rem;
}

.mr50 {
  margin-right: 5rem;
}

.mr55 {
  margin-right: 5.5rem;
}

.mr60 {
  margin-right: 6rem;
}

.mr65 {
  margin-right: 6.5rem;
}

.mr70 {
  margin-right: 7rem;
}

.mr75 {
  margin-right: 7.5rem;
}

.mr80 {
  margin-right: 8rem;
}

.mr85 {
  margin-right: 8.5rem;
}

.mr90 {
  margin-right: 9rem;
}

.mr95 {
  margin-right: 9.5rem;
}

.mr100 {
  margin-right: 10rem;
}

.mr105 {
  margin-right: 10.5rem;
}

.mr110 {
  margin-right: 11rem;
}

.mr115 {
  margin-right: 11.5rem;
}

.mr120 {
  margin-right: 12rem;
}

.mr125 {
  margin-right: 12.5rem;
}

.mr130 {
  margin-right: 13rem;
}

.mr135 {
  margin-right: 13.5rem;
}

.mr140 {
  margin-right: 14rem;
}

.mr145 {
  margin-right: 14.5rem;
}

.mr150 {
  margin-right: 15rem;
}

.mr155 {
  margin-right: 15.5rem;
}

.mr160 {
  margin-right: 16rem;
}

.mr165 {
  margin-right: 16.5rem;
}

.mr170 {
  margin-right: 17rem;
}

.mr175 {
  margin-right: 17.5rem;
}

.mr180 {
  margin-right: 18rem;
}

.mr185 {
  margin-right: 18.5rem;
}

.mr190 {
  margin-right: 19rem;
}

.mr195 {
  margin-right: 19.5rem;
}

.mr200 {
  margin-right: 20rem;
}

.mb00 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb55 {
  margin-bottom: 5.5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb65 {
  margin-bottom: 6.5rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb75 {
  margin-bottom: 7.5rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb85 {
  margin-bottom: 8.5rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb95 {
  margin-bottom: 9.5rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mb105 {
  margin-bottom: 10.5rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mb115 {
  margin-bottom: 11.5rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.mb125 {
  margin-bottom: 12.5rem;
}

.mb130 {
  margin-bottom: 13rem;
}

.mb135 {
  margin-bottom: 13.5rem;
}

.mb140 {
  margin-bottom: 14rem;
}

.mb145 {
  margin-bottom: 14.5rem;
}

.mb150 {
  margin-bottom: 15rem;
}

.mb155 {
  margin-bottom: 15.5rem;
}

.mb160 {
  margin-bottom: 16rem;
}

.mb165 {
  margin-bottom: 16.5rem;
}

.mb170 {
  margin-bottom: 17rem;
}

.mb175 {
  margin-bottom: 17.5rem;
}

.mb180 {
  margin-bottom: 18rem;
}

.mb185 {
  margin-bottom: 18.5rem;
}

.mb190 {
  margin-bottom: 19rem;
}

.mb195 {
  margin-bottom: 19.5rem;
}

.mb200 {
  margin-bottom: 20rem;
}

/* 配置 */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* カラー */
.c-wht {
  color: #fff;
}

.c-blk {
  color: #333;
}

/* font */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.italic {
  font-style: italic;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fsp-50 {
  font-size: 50%;
}

.fsp-60 {
  font-size: 60%;
}

.fsp-70 {
  font-size: 70%;
}

.fsp-80 {
  font-size: 80%;
}

.fsp-90 {
  font-size: 90%;
}

.fsp-110 {
  font-size: 110%;
}

.fsp-120 {
  font-size: 120%;
}

.fsp-130 {
  font-size: 130%;
}

.fsp-140 {
  font-size: 140%;
}

.fsp-150 {
  font-size: 150%;
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.position-l {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}

.position-r {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}

.position-t {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

.position-b {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.dis-block {
  display: block;
}

.dis-inline-block {
  display: inline-block;
}

/*コンテナ*/
.container {
  max-width: calc(1110px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.page-container {
  max-width: calc(1110px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.page-container-S {
  max-width: calc(960px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-bottom {
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .section-bottom {
    padding-bottom: 3rem;
  }
}

.section-top {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .section-top {
    padding-top: 3rem;
  }
}

.main-top {
  margin-top: 12.0rem;
}

@media screen and (max-width: 767px) {
  .main-top {
    margin-top: 6.5rem;
  }
}

.main-page {
  margin-top: 12.0rem;
}

@media screen and (max-width: 767px) {
  .main-page {
    margin-top: 6.5rem;
  }
}

.article {
  margin-top: 12.0rem;
}

@media screen and (max-width: 767px) {
  .article {
    margin-top: 6.5rem;
  }
}

.bg-gry {
  background: #F9F9F9;
}

.relative--01 {
  position: relative;
  z-index: -1;
}

.relative00 {
  position: relative;
  z-index: 0;
}

.relative01 {
  position: relative;
  z-index: 1;
}

.relative02 {
  position: relative;
  z-index: 2;
}

.relative03 {
  position: relative;
  z-index: 3;
}

.relative04 {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .pconly480 {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sponly {
    display: block !important;
  }
}

.sponly480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .sponly480 {
    display: block !important;
  }
}

.sponly365 {
  display: none;
}

@media screen and (max-width: 365px) {
  .sponly365 {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0.1rem 0 0.5rem rgba(0, 0, 0, 0.15);
}

.header-inner {
  max-width: calc(1110px + 10%);
  margin: auto;
  height: 12.0rem;
  padding: 2rem 5%;
  transition: 0.2s all;
}

@media screen and (min-width: 768px) {
  .scrolled .header-inner {
    height: 8.0rem;
    padding: 1rem 5%;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    display: block;
    height: 6.5rem;
    padding: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
  }

  .header-inner.open {
    height: 100vh;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  /* width: calc(100% - 22.4rem); */
}

@media screen and (max-width: 767px) {
  .header-menu {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
  }
}

.header-menu .site-title-wrap {
  width: 8.8rem;
  transition: .2s all;
}

@media screen and (min-width: 768px) {
  .scrolled .header-menu .site-title-wrap {
    width: 6.8rem;
  }
}

@media screen and (max-width: 767px) {
  .header-menu .site-title-wrap {
    width: 5rem;
  }
}

.header-menu .site-title-wrap .site-logo-img {
  width: 100%;
  height: auto;
}

.header-nav {
  margin-left: 5rem;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: block;
    visibility: hidden;
    margin-left: 0;
    margin-top: 3rem;
  }

  .open .header-nav {
    visibility: visible;
  }
}

.header-nav-list .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header-nav-list .menu {
    display: block;
  }
}

.header-nav-list .menu-item {
  margin: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .header-nav-list .menu-item {
    margin: 1rem 0;
  }
}

.header-nav-list .menu-item a {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 1221px) {
  .header-nav-list .menu-item a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-list .menu-item a {
    width: 100%;
    opacity: 0;
    -webkit-transform: translatex(8rem);
    transform: translatex(8rem);
  }

  .open .header-nav-list .menu-item a {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(1) a {
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.4s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(2) a {
    -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
    transition: opacity 0.8s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
    transition: opacity 0.8s ease 0.4s, transform 0.4s ease 0.4s;
    transition: opacity 0.8s ease 0.4s, transform 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(3) a {
    -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
    transition: opacity 0.8s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
    transition: opacity 0.8s ease 0.6s, transform 0.4s ease 0.6s;
    transition: opacity 0.8s ease 0.6s, transform 0.4s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(4) a {
    -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.4s ease 0.8s;
    transition: opacity 0.8s ease 0.8s, -webkit-transform 0.4s ease 0.8s;
    transition: opacity 0.8s ease 0.8s, transform 0.4s ease 0.8s;
    transition: opacity 0.8s ease 0.8s, transform 0.4s ease 0.8s, -webkit-transform 0.4s ease 0.8s;
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(5) a {
    -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.4s ease 1s;
    transition: opacity 0.8s ease 1s, -webkit-transform 0.4s ease 1s;
    transition: opacity 0.8s ease 1s, transform 0.4s ease 1s;
    transition: opacity 0.8s ease 1s, transform 0.4s ease 1s, -webkit-transform 0.4s ease 1s;
  }
}

@media screen and (max-width: 767px) {
  .open .header-nav-list .menu-item:nth-child(6) a {
    -webkit-transition: opacity 0.8s ease 1.2s, -webkit-transform 0.4s ease 1.2s;
    transition: opacity 0.8s ease 1.2s, -webkit-transform 0.4s ease 1.2s;
    transition: opacity 0.8s ease 1.2s, transform 0.4s ease 1.2s;
    transition: opacity 0.8s ease 1.2s, transform 0.4s ease 1.2s, -webkit-transform 0.4s ease 1.2s;
  }
}

/* ナビのaを下線アニメーション */
#header-nav-list .menu>li>a {
  position: relative;
  display: inline-block;
  padding: 0.2em 0;
  text-decoration: none;
}

#header-nav-list .menu>li>a::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -0.5rem;
  width: 120%;
  height: 0.2rem;
  background: #122c89;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

@media screen and (max-width: 767px) {
  #header-nav-list .menu>li>a::after {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

#header-nav-list .menu>li>a:hover::after,
#header-nav-list .menu>li>a:focus-visible::after {
  transform: scaleX(1);
}

#header-nav-list .menu>li.current-menu-item>a::after,
#header-nav-list .menu>li.current_page_item>a::after,
#header-nav-list .menu>li.current-menu-ancestor>a::after {
  transform: scaleX(1);
}

.header .menu-trigger {
  width: 4rem;
  height: 2rem;
  position: absolute;
  top: 2.2rem;
  right: 5%;
  z-index: 1;
  display: none;
}

.header .menu-trigger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1.1rem;
}

.header .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}

.header .menu-trigger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0.7rem;
}

.header .menu-trigger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #000;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

.header .menu-trigger span:nth-child(1) {
  top: 0;
  left: 0;
}

.header .menu-trigger span:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.header .menu-trigger span:nth-child(3) {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header .menu-trigger {
    display: block;
  }
}

.footer {
  padding: 6.0rem 0 2.0rem;
  box-shadow: -0.1rem 0 0.5rem rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 3.5rem 0 2.0rem;
    box-shadow: -0.1rem 0 0.5rem rgba(0, 0, 0, 0.25);
  }

}

.footer-inner {
  max-width: calc(1110px + 10%);
  margin: auto;
  padding: 0 5%;
}

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 1.2rem;
}

/* 見出し */
.section__head {
  margin-bottom: 5.0rem;
}

.section__head--line {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #122c89;
}

.section__head--center {
  text-align: center;
}

.section__title {
  font-size: 2.8rem;
  /* margin-bottom:0.5rem; */
}

.section__kicker {
  font-size: 1.6rem;
  color: #122c89;
}

@media screen and (max-width:767px) {
  .section__head {
    margin-bottom: 3.0rem;
  }

  .section__head--line {
    gap: 1.0rem;
  }


  .section__title {
    font-size: 1.8rem;
  }

  .section__kicker {
    font-size: 1.4rem;
  }
}

/* WEBボタン*/
/* =============================== */
.web__cta_btn {
  display: block;
  max-width: 50rem;
  margin: auto;
  padding: 1.5rem 1.0rem;
  background: #122c89;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  border: 0.1rem solid #122c89;
  border-radius: 0.6rem;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
}

.web__cta_btn:hover {
  background: transparent;
  color: #122c89;
}

@media screen and (max-width:767px) {
  .web__cta.mt60 {
    margin-top: 3.0rem !important;
  }

  .web__cta_btn {
    padding: 1.3rem 1.0rem;
    font-size: 1.4rem;
  }
}

/* もっと見るボタン*/
/* =============================== */
.more__cta_btn {
  display: block;
  max-width: 50rem;
  margin: auto;
  padding: 1.5rem 1.0rem;
  background: #fecd1a;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  border: 0.1rem solid #fecd1a;
  border-radius: 0.6rem;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
}

.more__cta_btn:hover {
  filter: brightness(1.1) saturate(2);
  color: #333;
}

@media screen and (max-width:767px) {
  .more__cta_btn {
    padding: 1.3rem 1.0rem;
    font-size: 1.4rem;
  }
}

/* ページTOPに戻る */
.to_pagetop {
  width: 40px;
  height: 38px;
  background: #333;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(0, 0, 0, .8);
  position: fixed;
  bottom: 2.0rem;
  right: 2.0rem;
  z-index: 99;
  opacity: 0;
  transition: 0.5s all;
}

.scrolled .to_pagetop {
  opacity: 1;
}

.to_pagetop::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.to_pagetop::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

@media screen and (max-width:767px) {
  .to_pagetop {
    bottom: 1.5rem;
    right: 5%;
  }
}