@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: "Mulish", 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: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8px;
  }
}

.section__subTitle {
  font-family: "Mulish", sans-serif;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #007ec8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 2.6666666667vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 37.3333333333vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 10px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li {
  line-height: 1;
}
.header__nav ul li a {
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0 40px;
  line-height: 1;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    padding: 0 20px;
    font-size: 13px;
  }
}
.header__nav ul li + li {
  border-left: 1px solid #333;
}
.header__contact {
  width: 240px;
  padding: 40px 0;
  padding-left: 20px;
  text-align: center;
  color: #fff;
  background-color: #007ec8;
  border-bottom-left-radius: 20px;
  font-size: 17px;
  font-weight: bold;
  background-image: url(../img/common/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: 10%;
  transition: 0.3s ease;
  background-size: 19px;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    font-size: 14px;
    padding: 30px 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    width: 60px;
    height: 60px;
    padding: 0;
    background-position: center;
    border-radius: 0;
  }
}
.header__contact:hover {
  background-color: #fff;
  color: #007ec8;
  background-image: url(../img/common/icon_mail_blue.webp);
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 19px;
}
@media screen and (max-width: 768px) {
  .header__contact span {
    display: none;
  }
}
.header .on {
  display: none;
}
.header .off {
  display: block;
}
.header.is_active .on {
  display: block;
}
.header.is_active .off {
  display: none;
}

.header__btns {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    right: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 0 7px;
  }
}

.header__btn {
  display: block;
  width: 30px;
  height: 1px;
  background: #007ec8;
  margin: 4px auto;
  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(-10px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(3) {
    transform: translateY(-10px) 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: 50px 20px 50px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hamburger__nav--main {
  height: 100%;
  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;
  text-align: center;
}
.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: 180px 40px 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 21.3333333333vw 13.3333333333vw;
  }
}
.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__box {
    display: block;
  }
}
.footer__main {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 30px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 50.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.footer__address {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-bottom: 21.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.footer__nav {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    display: block;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    display: block;
  }
}
.footer__nav ul li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li {
    text-align: center;
    border: none !important;
    margin-bottom: 60px;
  }
}
.footer__nav ul li a {
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    padding: 0;
  }
}
.footer__nav ul li:last-child a {
  padding-right: 0;
}
.footer__nav ul li + li {
  border-left: 1px solid #333;
}
.footer__copy {
  margin: 0 auto;
  margin-top: 180px;
  text-align: center;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 24vw;
  }
}
.footer__copy small {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 2.6666666667vw;
  }
}

.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 */