@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333333;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "League Spartan", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  color: #333333;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 5px;
    font-size: 7.2vw;
  }
}

.section__subTitle {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 2.6666666667vw;
  }
}

.section__subTitle2 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section__subTitle2 {
    font-size: 2.6666666667vw;
    margin-bottom: 3.2vw;
  }
}

.contact {
  background: url(../img/top/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 16vw 5.3333333333vw;
  }
}
.contact__title {
  text-align: center;
  color: #fff;
}
.contact .section__subTitle {
  color: #fff;
}
.contact__text {
  text-align: center;
  margin: 30px auto 50px;
  font-size: 17px;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.4666666667vw;
    margin: 8vw auto 10.6666666667vw;
  }
}
.contact .more {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 100%;
  transform: translateX(15px);
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 15px;
  text-align: center;
  height: 52px;
  font-weight: bold;
  line-height: 52px;
  border-radius: 26px;
  background-image: url(../img/common/icon_mail_blue.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .more {
    width: 280px;
    font-size: 12px;
    background-size: 14px;
  }
}
.contact .more::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 20px;
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double.png);
  background-repeat: no-repeat;
}
.contact .more:hover {
  opacity: 1;
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5%;
  background-color: #0e224f;
  color: #fff;
}
.contact .more:hover::after {
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_wh.png);
  background-repeat: no-repeat;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 5px 10px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1320px) {
  .header__logo {
    margin-right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 37.3333333333vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li a {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 12px;
  }
}
.header__nav ul li ul {
  display: none;
}
.header__contact {
  height: 59px;
  width: 165px;
  background-color: #0e224f;
  background-image: url(../img/common/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: left 10% top 50%;
  background-size: 14px;
  border: 1px solid #0e224f;
  color: #fff;
  border-radius: 29px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.header__contact span {
  color: #fff;
  transition: all 0.3s ease;
}
.header__contact:hover {
  background-image: url(../img/common/icon_mail_blue.png);
  background-repeat: no-repeat;
  background-position: left 10% top 50%;
  background-size: 14px;
  background-color: #fff;
  opacity: 1;
}
.header__contact:hover span {
  color: #0e224f;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    background-position: center;
    padding: 0;
    background-size: 4.8vw;
    width: 48px;
    height: 48px;
  }
  .header__contact span {
    display: none;
  }
  .header__contact img {
    width: 20px;
  }
}
.header .on {
  display: none;
}
.header .off {
  display: block;
}
.header.is_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header.is_active .on {
  display: block;
}
.header.is_active .off {
  display: none;
}
.header.is_active .header__nav a {
  color: #0e224f;
}
.header.is_active .header__contact span {
  color: #fff;
}
.header.is_active .header__contact:hover span {
  color: #0e224f;
}

.header__btns {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    top: 0;
    right: 0;
    background: #fff;
    padding: 13px 12px;
  }
}

.header__btn {
  display: block;
  width: 28px;
  height: 1px;
  background: #0e224f;
  margin: 7px 0;
  transition: all 0.3s ease;
}

/* メニュー表示時のアニメーション（ハンバーガーが×になる） */
.header__btns.active .header__btn:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}

.header__btns.active .header__btn:nth-child(2) {
  opacity: 0;
}

.header__btns.active .header__btn:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* メニュー本体 */
.hamburger__nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -100;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s ease;
  overflow-y: auto;
  padding: 120px 20px 50px;
  box-sizing: border-box;
  width: 100%;
}
.hamburger__nav--main {
  width: 80%;
  margin: 0 auto;
}
.hamburger__nav--main li {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 40px;
}
.hamburger__nav--main li ul {
  margin-top: 15px;
}
.hamburger__nav--main li ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 25px;
  position: relative;
  background: url(../img/common/icon_arrow.webp) no-repeat;
  background-size: 8px;
  line-height: 1;
  background-position: left 0 top 70%;
}
.hamburger__nav--main li ul a {
  font-size: 14px;
  line-height: 1;
}

.hamburger__nav.active {
  z-index: 999;
  opacity: 1;
}

.footer {
  box-sizing: border-box;
  padding: 135px 40px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 18.6666666667vw 8vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.footer__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__box {
    display: block;
  }
}
.footer__main {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 34px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 64vw;
    margin-bottom: 5.3333333333vw;
  }
}
.footer__address {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-bottom: 21.3333333333vw;
    font-size: 3.2vw;
  }
}
.footer__nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .footer__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    display: block;
  }
}
.footer__nav > ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 768px) {
  .footer__nav > ul {
    display: block;
  }
  .footer__nav > ul.is-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li + li {
    margin-top: 13.3333333333vw;
  }
}
.footer__nav > ul > li a {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
  .footer__nav > ul > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li a {
    font-size: 3.7333333333vw;
  }
}
.footer__nav > ul > li ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__nav > ul > li ul li {
  padding-left: 25px;
  position: relative;
  background: url(../img/common/icon_arrow.webp) no-repeat;
  background-size: 7px;
  background-position: left;
}
.footer__nav > ul > li ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 1320px) {
  .footer__nav > ul > li ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li ul li a {
    font-size: 3.7333333333vw;
  }
}
.footer__copy {
  margin: 0 auto;
  margin-top: 140px;
  text-align: center;
  padding: 40px 0;
  max-width: 1024px;
  border-top: 1px solid #dce3f1;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 21.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.footer__copy small {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 2.6666666667vw;
  }
}

.top__btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top__btn {
    right: 15px;
    width: 11.2vw;
    height: 11.2vw;
  }
  .top__btn img {
    width: 11.2vw;
  }
}

.top__btn {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.top__btn.hide {
  opacity: 0;
  visibility: hidden;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(30px);
  /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションの設定 */
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */