@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&display=swap");
html, body {
  background: #fff;
  color: #282828;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.body-wrap {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
}

ul, ol, li, p, div, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

a {
  transition: 0.3s;
}

img, video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.img__autosize {
  width: auto;
  height: auto;
}

.relative {
  position: relative;
}

main {
  display: block;
  padding-top: 33.5vw;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60vw;
  }
}
main.home, main.page404 {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  main.home, main.page404 {
    padding-top: 60px;
  }
}
main.page404 {
  min-height: 80vh;
}
main.page404 .p404 {
  padding: 3rem 0;
}

.main-inner {
  background: #fff;
}

.bg--gray {
  background: #eef0ef;
}
.bg--white {
  background: #fff;
}

.max-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 959px) {
  .max-wrap {
    max-width: 100%;
  }
}

.content-read {
  line-height: 2.3em;
  margin: 5rem auto 10rem auto;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-red {
  color: #ce0f33;
}
.text-404 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10rem;
  color: #c7c7c7;
  line-height: 1em;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .pc-disp-none {
    display: none !important;
  }
}
.pc-disp-b {
  display: block;
}
@media (max-width: 959px) {
  .pc-disp-b {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: block;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-b {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-b {
    display: block;
  }
}

.pc-disp-i {
  display: inline;
}
@media (max-width: 959px) {
  .pc-disp-i {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: inline;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-i {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-i {
    display: inline;
  }
}

.pc-disp-ib {
  display: inline-block;
}
@media (max-width: 959px) {
  .pc-disp-ib {
    display: none;
  }
}

.tb-disp-b {
  display: none;
}
@media (max-width: 959px) {
  .tb-disp-b {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tb-disp-b {
    display: none;
  }
}

.sp-disp-ib {
  display: none;
}
@media (max-width: 767px) {
  .sp-disp-ib {
    display: inline-block;
  }
}

.pctb-disp-b {
  display: block;
}
@media (max-width: 767px) {
  .pctb-disp-b {
    display: none;
  }
}

.gl-btn-hmbg {
  display: none;
}

@media screen and (max-width: 959px) {
  .gl-btn-hmbg {
    content: "";
    position: fixed;
    top: 0.7rem;
    bottom: auto;
    left: auto;
    right: 0.7rem;
    width: 42px;
    height: 42px;
    margin: auto;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-decoration: none;
  }
  .gl-btn-hmbg__hans {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 3px;
    background-color: #1170dc;
    animation: fadeIn 0.3s;
  }
  .gl-btn-hmbg__hans--sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .gl-btn-hmbg__hans:before, .gl-btn-hmbg__hans:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
  }
  .gl-btn-hmbg__hans:before {
    top: -13px;
    animation: position-up 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg__hans:after {
    top: 13px;
    animation: position-down 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans {
    background-color: transparent;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:before,
.gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:after {
    top: 0;
    background-color: #1170dc;
    animation: fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:after {
    transform: rotate(-45deg);
    animation: rotate-right 0.3s, fadeIn 0.3s;
  }
  .gl-btn-hmbg[aria-expanded=true] .gl-btn-hmbg__hans:before {
    transform: rotate(45deg);
    animation: rotate-left 0.3s, fadeIn 0.3s;
  }
  @keyframes position-up {
    0% {
      top: 0;
    }
    100% {
      top: -13px;
    }
  }
  @keyframes position-down {
    0% {
      top: 0;
    }
    100% {
      top: 13px;
    }
  }
  @keyframes rotate-right {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes rotate-left {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
    }
  }
}
.site-header {
  height: 100px;
  width: 100%;
  position: fixed;
  background: #fff;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-logo {
  min-width: 200px;
  max-width: 200px;
  margin-left: 3rem;
}
.site-header .header-logo img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .site-header {
    height: 65px;
  }
  .site-header .header-logo {
    max-width: 150px;
    margin-left: 1rem;
  }
}
.site-header .gl-menu {
  display: flex;
  list-style: none;
  margin-right: 1em;
}
.site-header .gl-menu__item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .gl-menu__item > a {
  display: block;
  text-decoration: none;
  padding: 1em 2em;
  box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1em;
  font-weight: 400;
}
.site-header .gl-menu__item > a:hover {
  color: #1170dc;
  transition: 0.3s;
}
.site-header .gl-menu__item.haschild > a {
  padding-right: 3em;
}
.site-header .gl-menu__item.haschild > a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 9px;
  background: url("/asset/images/common/menu-allow.svg") no-repeat;
  bottom: 2rem;
  right: 1.5em;
  margin-left: -7.5px;
}
.site-header .gl-menu__item.haschild > a:hover::after {
  background: url("/asset/images/common/menu-allow-pink.svg") no-repeat;
}
@media screen and (max-width: 959px) {
  .site-header .gl-menu {
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    background: url("/assets/images/common/hm-bg.png") no-repeat;
    background-size: auto 100%;
    bottom: 0;
    width: 100vw;
    transform: translate(100%, 0);
    transition: all 0.5s;
    padding-top: 2rem;
  }
  .site-header .gl-menu.gl-menu--active {
    transform: translate(0, 0);
  }
  .site-header .gl-menu__item {
    padding: 0;
    background: #fff;
    margin: 0.5em 1rem;
    border-radius: 3px;
    display: block;
    position: relative;
  }
  .site-header .gl-menu__item.haschild::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    margin-left: -7px;
    background: url("/asset/images/common/menu-allow-white-down.svg") no-repeat;
    width: 14px;
    height: 7px;
    background-size: cover;
  }
  .site-header .gl-menu__item > a {
    padding: 1em 0.5em;
    display: block;
    min-height: auto;
    font-size: 2rem;
  }
  .site-header .gl-menu__item > a::after {
    content: none;
  }
}

.gl-submenu-group {
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  padding-top: 34px;
  min-height: 220px;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group {
    position: relative;
    padding: 0;
  }
}
.gl-submenu-group::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 4.5em;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #3e3e3e;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 959px) {
  .gl-submenu-group::before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .gl-submenu-group {
    position: relative;
    display: block;
    box-sizing: border-box;
    min-height: auto;
    max-width: 90%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: none;
  }
}

.gl-submenu {
  box-sizing: border-box;
  background: #3e3e3e;
  min-width: 460px;
  padding: 1em;
}
@media screen and (max-width: 959px) {
  .gl-submenu {
    min-width: auto;
    border-radius: 5px;
    padding: 0;
  }
}
.gl-submenu__item {
  list-style: none;
  padding: 0;
}
.gl-submenu__item > a {
  padding: 0.3em 0.5em 0.3em 2.5em;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: block;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .gl-submenu__item > a {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}
.gl-submenu__item > a::before {
  position: absolute;
  content: "";
  background: url("/asset/images/common/menu-allow-white-right.svg") no-repeat;
  left: 1.3em;
  top: 0.6em;
  width: 10.5px;
  height: 18.5px;
}
@media screen and (max-width: 959px) {
  .gl-submenu__item > a::before {
    top: 1.1em;
  }
}
.gl-submenu__item > a:hover, .gl-submenu__item > a:focus {
  opacity: 0.9;
  color: #adc94c;
}
.gl-submenu__item > a:hover::before {
  background: url("/asset/images/common/menu-allow-green-right.svg") no-repeat;
}
@media screen and (max-width: 959px) {
  .gl-submenu {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .gl-submenu__item {
    width: 100%;
  }
}

.js-header-menu {
  display: none;
}

.js-header-menu.open {
  display: flex;
}

.ttl-wrap {
  text-align: center;
  padding: 1px;
  overflow: hidden;
}
.ttl-wrap--page-start {
  background: rgba(255, 255, 255, 0.8);
}

.ttl-sideline {
  margin: 5rem auto;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #282828;
  line-height: 1em;
  font-weight: 700;
}
.ttl-sideline--mini {
  font-size: 2rem;
}
.ttl-sideline span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1em;
  font-weight: 300;
  display: block;
  margin-top: 1em;
}
.ttl-sideline::before, .ttl-sideline::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1.2rem;
  width: 4rem;
  height: 1px;
  background: #282828;
}
.ttl-sideline::before {
  left: -5.5rem;
}
.ttl-sideline::after {
  right: -5.5rem;
}

.ttl-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #282828;
  line-height: 1em;
  font-weight: 700;
  margin: 5rem auto;
}

.ttl-leftline {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: #282828;
  line-height: 1em;
  font-weight: 700;
  padding-left: 1em;
  text-align: left;
  line-height: 1.3em;
}
.ttl-leftline::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1.5em;
  background: #282828;
  border-radius: 7px;
  left: 0;
  top: 0;
}
.ttl-bottomline {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  color: #282828;
  line-height: 1em;
  font-weight: 700;
  padding-bottom: 5rem;
  padding-top: 3rem;
  line-height: 1.3em;
  width: 100%;
  text-align: center;
}
.ttl-bottomline::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 4px;
  background: #1170dc;
  border-radius: 7px;
  left: 50%;
  margin-left: -0.7em;
  bottom: 2.5rem;
}

.btn {
  text-decoration: none;
  display: block;
}
.btn-white-border {
  border: 1px solid #fff;
  padding: 1em;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
}
.btn-white-border::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -7px;
  width: 7px;
  height: 14px;
  background: url("/assets/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-white-border--hover-white:hover {
  background: #fff;
  color: #282828;
}
.btn-white-border--hover-white:hover::after {
  background: url("/assets/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-white-border--hover-cocolor:hover {
  background: #fff;
  color: #1170dc;
}
.btn-white-border--hover-cocolor:hover::after {
  background: url("/assets/images/common/menu-allow-cocolor-right.svg") no-repeat;
}
.btn-gray-border {
  border: 1px solid #282828;
  padding: 1em;
  color: #282828;
  margin-bottom: 8px;
  position: relative;
}
.btn-gray-border--bg-white {
  background: #fff;
}
.btn-gray-border--bg-gray {
  background: #282828;
  color: #fff;
}
.btn-gray-border--hover-gray:hover {
  background: #282828;
  color: #fff;
}
.btn-gray-border--hover-gray:hover::after {
  background: url("/assets/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-cocolor:hover {
  background: #1170dc;
  border: 1px solid #1170dc;
  color: #fff;
}
.btn-gray-border--hover-cocolor:hover::after {
  background: url("/assets/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-dgray:hover {
  background: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.btn-gray-border--hover-dgray:hover::after {
  background: url("/assets/images/common/menu-allow-white-right.svg") no-repeat;
}
.btn-gray-border--hover-white:hover {
  background: #fff;
  border: 1px solid #282828;
  color: #282828;
}
.btn-gray-border--hover-white:hover::after {
  background: url("/assets/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-gray-border--hover-white-no-arrow:hover {
  background: #fff;
  border: 1px solid #282828;
  color: #282828;
}
.btn-gray-border--hover-white-no-arrow:hover::after {
  content: none;
}
.btn-gray-border::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -9px;
  width: 10.5px;
  height: 18.5px;
  background: url("/assets/images/common/menu-allow-gray-right.svg") no-repeat;
}
.btn-gray-border--noallow::after {
  content: none;
}

.site-footer {
  display: block;
  background: #1170dc;
  padding: 2px 1px 1px 1px;
  color: #fff;
  box-sizing: border-box;
}
.site-footer .copy {
  font-size: 1rem;
  text-align: center;
  margin-top: 3em;
}

.footer-navis {
  margin: 0 auto;
  padding-top: 2em;
  text-align: center;
}
.footer-navis__company {
  max-width: 295px;
  margin: 0 auto;
}
.footer-navis__nav {
  margin-top: 2em;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.footer-navis .link-list {
  list-style: none;
  margin-left: 0;
  margin-top: 0.5em;
  display: flex;
}
.footer-navis .link-list__item {
  font-size: 1.6rem;
  margin-bottom: 1em;
  position: relative;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .footer-navis .link-list__item {
    font-size: 1.4rem;
  }
}
.footer-navis .link-list__item a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.footer-navis .link-list__item::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 0;
  width: 2px;
  height: 1em;
  top: 0.25em;
}
.footer-navis .link-list__item:last-child::after {
  content: none;
}

.footer-logo {
  max-height: 80px;
}

.page-top-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: -80px;
  z-index: 3;
  background: #1170dc;
  text-align: center;
  border-radius: 50px;
}
.page-top-btn a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.page-top-btn a::before {
  content: "";
  width: 30%;
  height: 30%;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  padding: 0;
  margin: 2em auto 0 auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.page-top-btn a::after {
  content: "PAGE TOP";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1rem;
  text-align: center;
}
.page-top-btn a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-top-btn {
    width: 40px;
    height: 40px;
  }
  .page-top-btn a::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
  }
  .page-top-btn a::after {
    content: none;
  }
}

.site-header {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .gl-btn-hmbg {
    z-index: 100;
  }
  .gl-btn-hmbg__hans {
    z-index: -1;
  }

  .gl-menu {
    z-index: 1000;
  }

  .gl-submenu {
    z-index: 1100;
  }
}
.main-bg-privacy {
  background: url("/assets/images/privacy/main-img_pc.jpg") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-privacy {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-privacy {
    background: url("/assets/images/privacy/main-img_sp.jpg") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.main-bg-contact {
  background: url("/assets/images/contact/main-img_pc.jpg") no-repeat;
  background-position: top 100px left 50%;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-bg-contact {
    background-position: top 60px left 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-bg-contact {
    background: url("/assets/images/contact/main-img_sp.jpg") no-repeat;
    background-size: contain;
    background-position: top 60px left 50%;
  }
}

.contact {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fff;
  text-align: center;
}

.contact-form-btn {
  max-width: 320px;
  margin: 7rem auto 0 auto;
}
