@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  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;
}
a:hover {
  opacity: 0.8;
}

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Nunito Sans", 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;
  }
}

.btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  background: #00A63C;
  border-radius: 50px;
  padding: 20px 55px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 50px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 25px 30px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 60px;
    align-items: flex-start;
  }
}
.header__nav {
  background: #fff;
  border-radius: 70px;
  padding: 20px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 47px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 20px;
  }
}
.header__nav ul a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #F08F56;
  transition: 0.3 ease;
}
@media screen and (max-width: 768px) {
  .header__logo {
    display: block;
    width: 34.6666666667vw;
  }
}

.floating {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 100;
  transition: all 0.3s ease;
}
.floating a {
  width: 160px;
  height: 160px;
  color: #fff;
  background: #F08F56;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  gap: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .floating a {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
.floating a span {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .floating a span {
    font-size: 18px;
  }
}
.floating:hover {
  opacity: 1 !important;
  transform: scale(1.1);
}

.floating {
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .floating {
    display: none;
  }
}

.floating.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.sp__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__btn {
    display: block;
    padding: 8px 27px 8px;
    background: #F08F56;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sp__btn span {
    font-size: 18px;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
  }
}

/* CSS */
/* ベーシックなリセット */
.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: none;
  z-index: 102;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-flex;
    position: fixed;
    top: 25px;
    right: 20px;
  }
}

/* バー */
.bar {
  display: block;
  width: 28px;
  height: 3px;
  margin: 3px 0;
  border-radius: 2px;
  background-color: #F08F56;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.2s, top 0.28s;
  position: relative;
}

/* active時（×にする） */
.hamburger.active .bar1 {
  transform: translateY(8px) rotate(25deg);
}

.hamburger.active .bar2 {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active .bar3 {
  transform: translateY(-10px) rotate(-25deg);
}

/* メニュー本体（初期は隠す） */
.sp-menu {
  position: fixed;
  top: 0;
  /* ハンバーガーの下に表示したい場合 */
  right: 0;
  background: #F08F56;
  padding: 16px;
  transform-origin: top right;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  display: none;
  width: 100%;
  overflow-y: auto;
  z-index: 99;
  height: 100%;
  padding: 26.6666666667vw 10.6666666667vw 13.3333333333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu > ul {
  margin-bottom: 50px;
}
.sp-menu > ul > li:last-child {
  border: none;
}
.sp-menu > ul > li > a {
  padding: 20px 0;
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

/* 開いているとき */
.sp-menu.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* スマホのみで表示したい場合（例） */
@media (min-width: 768px) {
  /* デスクトップでは非表示 */
  .hamburger {
    display: none;
  }
  .sp-menu {
    display: none;
  }
}
.footer {
  background: #F08F56;
  padding: 75px 40px 70px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 18.6666666667vw 4vw 4vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    margin-bottom: 12vw;
  }
}
.footer__contact--title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer__contact--title span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 115px;
}
.footer__contact--title::after {
  content: "";
  height: 1px;
  width: calc(100% - 125px);
  background: #fff;
}
.footer__address {
  margin-bottom: 10px;
}
.footer__address p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer__address p {
    display: flex;
    gap: 10px;
  }
}
.footer__address p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__address p span {
    display: block;
    width: 15%;
  }
}
.footer__btns {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__btns {
    flex-direction: column;
  }
}
.footer__btns a {
  background: #fff;
  display: block;
  padding: 9px 34px 9px 18px;
  font-size: 14px;
  font-weight: bold;
  color: #F08F56;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .footer__btns a {
    width: -moz-max-content;
    width: max-content;
  }
}
.footer__btns a.map {
  background-image: url(../img/arrow_right_or.svg);
  background-repeat: no-repeat;
  background-position: 90%;
}
.footer__btns a.link {
  background-image: url(../img/icon_link_or.svg);
  background-repeat: no-repeat;
  background-position: 94%;
}
.footer__logo {
  display: block;
  margin-bottom: 45px;
}
.footer__right {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    display: block;
  }
}
.footer__right ul li {
  margin-bottom: 30px;
}
.footer__right ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.footer__sub nav {
  display: flex;
  gap: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .footer__sub nav {
    display: block;
  }
}
.footer__sub ul li {
  margin-bottom: 30px;
  width: 200px;
}
@media screen and (max-width: 1320px) {
  .footer__sub ul li {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub ul li {
    width: 100%;
  }
}
.footer__sub ul a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  display: block;
  line-height: 1.4;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.footer__copy {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__copy small {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
}

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

.fade-in01 {
  transition: opacity 1s 0.3s ease, transform 1s 0.3s ease;
  /* アニメーションの設定 */
}

.fade-in02 {
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in03 {
  transition: opacity 1s 0.5s ease, transform 1s 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in04 {
  transition: opacity 1s 0.7s ease, transform 1s 0.7s ease;
  /* アニメーションの設定 */
}

.fade-in05 {
  transition: opacity 1s 0.9s ease, transform 1s 0.9s ease;
  /* アニメーションの設定 */
}

.fade-in06 {
  transition: opacity 1s 1.1s ease, transform 1s 1.1s ease;
  /* アニメーションの設定 */
}

.fade-in07 {
  transition: opacity 1s 1.3s ease, transform 1s 1.3s ease;
  /* アニメーションの設定 */
}

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