@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: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #050037;
}
body.is_fixed {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #9DE5FF 19%, #fff 81%);
  z-index: 1;
  background-size: 200% 100%;
  background-position: var(--bg-position, 0%) center;
}
body::after {
  content: "";
  position: fixed;
  top: 12%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fv-bg-active.webp) no-repeat;
  background-size: 100%;
  background-position: top;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body::after {
    background: url(../img/fv-bg-active.webp) no-repeat;
    background-size: cover;
    background-position: top left;
  }
}

.bg-white {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

section {
  position: relative;
  z-index: 5;
}

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

a:active {
  text-decoration: none;
  color: #000000;
}

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

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.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;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section__title {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 90px 80px 110px;
  background: url(../img/ashirai-title.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section__title {
    padding: 16vw 10.6666666667vw 18.6666666667vw;
  }
}
.section__title.section__title02 {
  background: url(../img/ashirai-title-02.svg) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 100px 63px;
}
@media screen and (max-width: 768px) {
  .section__title.section__title02 {
    padding: 21.3333333333vw 13.3333333333vw;
  }
}
.section__title h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #047CA9;
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 6.4vw;
  }
}

.section__text {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #fff;
}
@media screen and (max-width: 768px) {
  .section__text {
    font-size: 4vw;
    text-align: left;
  }
}

.more__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  width: 286px;
  background: #047CA9;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 36px;
  padding-right: 15px;
  border-radius: 50px;
  background-position: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .more__btn {
    padding: 17px 0;
    padding-right: 12px;
    background-size: 28px;
    font-size: 16px;
    width: 240px;
  }
}

.service {
  padding: 0 40px 70px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
.service .section__text {
  max-width: 777px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service .section__text {
    max-width: 100%;
  }
}
.service__lists {
  margin-top: 65px;
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .service__lists {
    margin: 10.6666666667vw auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.service__list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 23px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__list {
    border-radius: 16px;
  }
}
.service__list--contents {
  padding: 45px 40px;
}
@media screen and (max-width: 768px) {
  .service__list--contents {
    padding: 5.3333333333vw;
  }
}
.service__list--contents h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #047CA9;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__list--contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--contents ul {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .service__list--contents ul {
    margin: 5.3333333333vw 0;
  }
}
.service__list--contents ul li {
  color: #047CA9;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service__list--contents ul li {
    font-size: 3.7333333333vw;
  }
}
.service__list--contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service__list--contents p {
    font-size: 3.7333333333vw;
  }
}

.header {
  padding: 30px 20px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header__nav ul li {
  border-left: 1px solid #050037;
}
.header__nav ul li a {
  padding: 0 30px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 2;
}
.header__nav ul li a img {
  margin-bottom: 12px;
  display: block;
  margin: 0 auto;
}
.header__nav ul li:last-child {
  border-right: 1px solid #050037;
}

/* デフォルト非表示（PC） */
#hamburger {
  display: none;
}

#navMenu {
  display: none;
}

/* スマホのみ表示 */
@media screen and (max-width: 768px) {
  #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 34px;
    height: 20px;
    cursor: pointer;
    z-index: 1003;
    position: relative;
    position: fixed;
    right: 5.3333333333vw;
    top: 25px;
  }
  #hamburger span {
    display: block;
    height: 2px;
    background: #000;
    transition: 0.3s ease;
  }
  /* ナビ初期非表示 */
  #navMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #047CA9;
    transition: 0.4s ease;
    z-index: 1000;
    padding: 21.3333333333vw 5.3333333333vw;
    overflow-y: auto;
  }
  /* 開いた時 */
  #navMenu.active {
    right: 0;
  }
  #hamburger span:nth-child(2) {
    width: 100%;
    margin-left: auto;
  }
  #hamburger span:nth-child(3) {
    width: 100%;
    margin-left: auto;
  }
  /* ×に変形 */
  #hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(30deg);
    background: #fff;
  }
  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-30deg);
    width: 100%;
    background: #fff;
  }
  .hamburger__nav--main {
    margin-bottom: 13.3333333333vw;
  }
  .hamburger__nav--main > li > a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 4.2666666667vw;
  }
}
.sun {
  position: fixed;
  top: -40px;
  left: -60px;
  z-index: 4;
  max-width: 395px;
}
@media screen and (max-width: 768px) {
  .sun {
    max-width: 180px;
  }
}

.contact {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.contact .inner {
  padding: 60px 50px 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 23px;
}
@media screen and (max-width: 768px) {
  .contact .inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.contact__box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .contact__box {
    flex-direction: column;
    gap: 20px;
  }
}
.contact__box img {
  vertical-align: bottom;
}
.contact__box .ashirai01 {
  position: absolute;
  left: 10%;
  bottom: 100%;
}
@media screen and (max-width: 1320px) {
  .contact__box .ashirai01 {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact__box .ashirai01 {
    left: -5%;
  }
  .contact__box .ashirai01 img {
    width: 70px;
  }
}
.contact__box .ashirai02 {
  position: absolute;
  right: 10%;
  bottom: 100%;
}
@media screen and (max-width: 1320px) {
  .contact__box .ashirai02 {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact__box .ashirai02 img {
    width: 50px;
  }
  .contact__box .ashirai02 {
    right: -5%;
  }
}
.contact__title {
  text-align: center;
}
.contact__title span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0 35px;
  margin: 0 auto;
  color: #047CA9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__title span {
    font-size: 4.2666666667vw;
    padding: 0 27px;
  }
}
.contact__title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ashirai01.svg) no-repeat;
  background-size: contain;
  width: 20px;
  display: block;
  height: 22px;
}
.contact__title span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  display: block;
  background: url(../img/ashirai02.svg) no-repeat;
  background-size: contain;
}
.contact__title h2 {
  text-align: center;
  color: #047CA9;
  font-size: 44px;
  font-weight: bold;
  margin: 14px auto 22px;
}
@media screen and (max-width: 768px) {
  .contact__title h2 {
    font-size: 6.9333333333vw;
  }
}
.contact__title p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__title p {
    font-size: 3.7333333333vw;
  }
}
.contact__item {
  width: 48%;
  background: #fff;
  padding: 50px 25px;
  border: 4px solid #047CA9;
  border-radius: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__item {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}
.contact__item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 1320px) {
  .contact__item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact__item h3 {
    font-size: 4.8vw;
  }
}
.contact__item .num {
  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  color: #047CA9;
  margin-bottom: 14px;
}
@media screen and (max-width: 1320px) {
  .contact__item .num {
    font-size: 26px;
  }
  .contact__item .num img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__item .num {
    font-size: 6.9333333333vw;
  }
  .contact__item .num img {
    width: 40px;
  }
}
.contact__item p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__item p {
    font-size: 3.7333333333vw;
  }
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: 70px 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1200px;
  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%;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__sub {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__map {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__map iframe {
    height: 180px;
  }
}
.footer__address p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__address p {
    font-size: 4vw;
  }
}
.footer__nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 8vw;
  }
}
.footer__nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.footer__nav ul li a {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 4vw;
  }
}
.footer__logo {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  display: block;
}
.footer__logo span {
  font-size: 22px;
}
.footer__copy {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 500;
}

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

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-right {
  transform: translateX(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

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