@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.footer {
  background-color: #00a7e3;
}

@media screen and (min-width: 960px) {
  .footer {
    margin: 0 auto;
    /* max-width: 1366px */
  }
}
.footer_main {
  background-color: #00a7e3;
}
@media screen and (min-width: 769px) {
  .footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 124rem;
    height: 21rem;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_main {
    padding: 6.8rem 4rem 6.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 959px) {
  .footer_main {
    /* display: none */
  }
}
@media screen and (max-width: 768px) {
  .footer_main_info {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .footer_main_logo {
    width: 28.1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_logo {
    width: 56.2rem;
    margin: 0 auto;
  }
}

.footer_main_logo img {
  height: auto;
}

.footer_main_address {
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_main_address {
    padding-top: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_address {
    padding-top: 2.4rem;
    font-size: 2.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer_main_pagelistbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_main_pagelist {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer_main_pagelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 7.7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_pagelist li a {
    display: block;
    padding: 6rem 0 3.8rem 3rem;
    border-bottom: 1px solid #34b9e9;
  }
}

@media screen and (max-width: 768px) {
  .footer_main_pagelist li.footer_top a {
    display: block;
    padding: 0 0 3.8rem 3rem;
  }
}

@media screen and (min-width: 960px) {
  .footer_main_pagelist li {
    max-width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .footer_main_pagelist li a {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer_main_pagelist li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 960px) and (min-width: 769px) {
  .footer_main_pagelist > li {
    margin-left: 7rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 768px) {
  .footer_main_pagelist > li {
    margin-left: 12rem;
  }
}
@media screen and (min-width: 960px) {
  .footer_main_pagelist > li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .footer_main_pagelist > li:nth-child(7) {
    margin-bottom: 181px;
  }
}
.footer_main_pagelist > li > a {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .footer_main_pagelist > li > a {
    font-size: 1.6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_pagelist > li > a {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 960px) {
  .footer_main_pagelist_sub {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .footer_main_pagelist_sub li {
    line-height: 1;
  }
}
@media screen and (min-width: 960px) {
  .footer_main_pagelist_sub li + li {
    margin-top: 5px;
  }
}
.footer_bottom {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    padding: 6rem 0 3.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer_bottom_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 124rem;
    margin: 0 auto;
    padding: 2.3rem 2rem;
  }
}
.footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer_bottom_links {
    gap: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    width: 64.9rem;
    margin: 0 auto;
  }
}

.footer_bottom a,
.footer_bottom small {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .footer_bottom a,
  .footer_bottom small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom a,
  .footer_bottom small {
    font-size: 2.6rem;
  }
}

.footer_bottom a {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .footer_bottom a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer_bottom a:hover {
    opacity: 0.7;
  }
}
.footer_bottom a::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/footer-icon.svg) center/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .footer_bottom a::after {
    width: 1rem;
    height: 1rem;
    right: -1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom a::after {
    width: 2.3rem;
    height: 2.3rem;
    right: -3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_bottom .footer_terms {
    padding-right: 16rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer_bottom .footer_terms::after {
    right: 12.8rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_bottom .footer_cookie-policy {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer_bottom .footer_cookie-policy::after {
    right: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_bottom small {
    display: block;
    margin-top: 5rem;
    font-size: 2rem;
  }
}