@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;
  color: #2a2f4e;
  word-break: break-all;
  background: #f6f7fa;
}
body.is_fixed {
  overflow: hidden;
}

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

.img_space {
  max-width: 100%;
  height: 20vw !important;
  transition: all 0.3s ease;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .img_space {
    height: 38vw !important;
  }
}

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

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Poppins", sans-serif;
  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;
  }
}

.section__title {
  font-size: 88px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.section__title span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 12.8vw;
  }
}

.section__subTitle {
  font-size: 14px;
  display: inline-block;
  width: max-content;
  padding: 10px 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    font-size: 3.7333333333vw;
  }
}
.section__subTitle::before {
  content: "";
  background: url(../img/top/ashirai_blue01.svg) no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.section__subTitle::after {
  content: "";
  background: url(../img/top/ashirai_blue02.svg) no-repeat;
  background-position: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}
.section__subTitle.wh {
  color: #fff;
}
.section__subTitle.wh::before {
  content: "";
  background: url(../img/top/ashirai01.svg) no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.section__subTitle.wh::after {
  content: "";
  background: url(../img/top/ashirai02.svg) no-repeat;
  background-position: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}

.more__btn {
  display: block;
  width: 287px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 22px 40px;
  background: linear-gradient(to right, #148fe8, #0439bf);
  border-radius: 4px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 14px;
    padding: 19px 40px;
    width: 245px;
  }
}
.more__btn::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  display: block;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: 31px;
  right: 15px;
}

.contact {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.contact__inner {
  max-width: 1350px;
  margin: 0 auto;
  background: linear-gradient(to right, #148fe8, #0439bf);
  border-radius: 10px;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 10.6666666667vw 6.4vw;
    display: block;
  }
}
.contact .section__titleArea {
  color: #fff;
}
.contact__text {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.contact .arrow {
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .contact .arrow {
    margin-top: 17.0666666667vw;
    margin-left: auto;
  }
}
.contact .arrow img {
  width: 100%;
}

.news {
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.news__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.news .more__btn.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .news .more__btn {
    margin: 10.6666666667vw auto 0;
  }
  .news .more__btn.is-sp {
    display: block !important;
  }
}
.news__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news__top {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .news__top .more__btn {
    margin: 10.6666666667vw auto 0;
    display: none !important;
  }
}
.news__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    display: block;
  }
}
.news__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-bottom: 6.4vw;
  }
}
.news__list--img {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .news__list--img {
    margin-bottom: 4.2666666667vw;
  }
}
.news__list--img img {
  border-radius: 10px;
}
.news__list--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.news__list--head .date {
  font-size: 16px;
  color: #0439bf;
}
@media screen and (max-width: 768px) {
  .news__list--head .date {
    font-size: 4.2666666667vw;
  }
}
.news__list--head .tag {
  color: #fff;
  background: #0439bf;
  border-radius: 100px;
  padding: 6px 27px;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__list--head .tag {
    font-size: 3.2vw;
  }
}
.news__list--text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__list--text {
    font-size: 4.2666666667vw;
  }
}

.space {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .space {
    padding: 16vw 0 10.6666666667vw;
  }
}
.space__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.space .space__titleArea {
  text-align: center;
}
.space .more__btn {
  margin: 50px auto 0;
}
.space__lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .space__lists {
    display: block;
  }
}
.space__list {
  display: block;
  padding: 35px 50px 50px;
  border: 1px solid #bababa;
  position: relative;
}
@media screen and (max-width: 768px) {
  .space__list {
    border: none;
    padding: 8.8vw 8.5333333333vw 13.3333333333vw;
    border-bottom: 2px solid #bababa;
  }
}
.space__list--area {
  margin-left: -30px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .space__list--area {
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
}
.space__list--text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .space__list--text {
    font-size: 4.2666666667vw;
  }
}
.space__list--num {
  position: absolute;
  top: 25%;
  left: 20px;
  writing-mode: sideways-lr;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .space__list--num {
    left: 10px;
    top: 20%;
  }
}
.space__list--img {
  margin-bottom: 15px;
}
.space__list--img img {
  width: 100%;
  height: 20vw !important;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .space__list--img img {
    height: 38vw !important;
  }
}
.space__list--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .space__list--title {
    font-size: 5.3333333333vw;
  }
}
.space__list--detail {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1320px) {
  .space__list--detail {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .space__list--detail {
    display: flex;
  }
}
.space__list--detail .tag {
  color: #fff;
  background: #0439bf;
  border-radius: 100px;
  padding: 6px 27px;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1320px) {
  .space__list--detail .tag {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .space__list--detail .tag {
    margin-bottom: 0;
    font-size: 3.2vw;
  }
}
.space__list--detail .detail {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .space__list--detail .detail {
    font-size: 3.7333333333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4.2666666667vw 5.0666666667vw;
  }
}
.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 34px;
  border-radius: 8px;
  backdrop-filter: blur(28px);
  background-color: rgba(255, 255, 255, 0.4); /* 固定時の背景色など */
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 4.2666666667vw 5.3333333333vw;
    position: relative;
    border-radius: 4px;
  }
}
.header.active .header__inner {
  backdrop-filter: blur(0);
  background-color: transparent;
  border: 0;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li a {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 13.6vw;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__sns {
  display: flex;
  align-items: center;
  gap: 24px !important;
}
.header__sns img {
  vertical-align: bottom;
}
@media screen and (max-width: 1320px) {
  .header__sns {
    gap: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .header__sns {
    display: flex !important;
    gap: 16px !important;
  }
}
.header__contact {
  text-align: center;
  display: inline-block;
  padding: 14px 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  background: linear-gradient(to right, #148FE8, #0439BF);
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    padding: 14px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none !important;
  }
}

.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    z-index: 1000;
    width: 18px;
  }
}
.header__btns .border {
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  height: 2px;
  background: #000000;
}
.header__btns .border:nth-child(2) {
  margin: 5px 0;
}

.header__btns.active .border:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}

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

.header__btns.active .border:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -5px);
}

/* メニュー初期状態 */
.hamburger__menu {
  display: none;
  border: 1px solid #fff;
  position: fixed;
  top: 4.2666666667vw;
  left: 5.0666666667vw;
  width: calc(100% - 10.1333333333vw);
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 4px;
  padding: 120px 20px 32px;
  backdrop-filter: blur(28px);
  background-color: rgba(255, 255, 255, 0.4); /* 固定時の背景色など */
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
  }
}
.hamburger__menu--inner > ul {
  margin-bottom: 32px;
}
.hamburger__menu--inner > ul > li {
  margin-bottom: 32px;
}
.hamburger__menu--inner > ul > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 35px;
  color: #000;
}
.hamburger__menu--inner > ul > li > a::before {
  content: "";
  width: 16px;
  height: 1px;
  left: 0;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
}
.hamburger__menu--inner > ul > li ul li {
  margin-top: 14px;
  font-size: 12px;
}
.hamburger__menu--contact {
  text-align: center;
  display: inline-block;
  padding: 14px 25px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  background: linear-gradient(to right, #148FE8, #0439BF);
}

/* 開いた状態 */
.hamburger__menu.active {
  opacity: 1;
  z-index: 999;
}

.footer {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1350px;
  margin: 0 auto;
  border-top: 1px solid #D0D4D8;
  padding: 64px 0 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0;
    border: none;
    display: block;
  }
}
.footer__main {
  width: 50%;
}
@media screen and (max-width: 1320px) {
  .footer__main {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 9.0666666667vw;
  }
}
.footer__address {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-bottom: 12.8vw;
  }
}
.footer__text {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1320px) {
  .footer__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.footer__text span {
  color: #0439BF;
}
.footer__sub {
  width: 50%;
  border-left: 1px solid #D0D4D8;
  padding-left: 8%;
}
@media screen and (max-width: 1320px) {
  .footer__sub {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
.footer__nav {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding-bottom: 8.5333333333vw;
    border-bottom: 1px solid #D0D4D8;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav > ul {
    width: 50%;
  }
}
.footer__nav > ul > li {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li {
    margin-bottom: 6.4vw;
  }
}
.footer__nav > ul > lia {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > lia {
    font-size: 4.2666666667vw;
  }
}
.footer__nav > ul > li ul {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li ul {
    margin-bottom: 6.4vw;
  }
}
.footer__nav > ul > li ul li {
  margin-bottom: 16px;
}
.footer__nav > ul > li ul a {
  font-size: 14px;
  font-weight: 500;
  color: #9093A4;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li ul a {
    font-size: 3.7333333333vw;
  }
}
.footer__nav > ul > li.sns {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__nav > ul > li.sns {
    display: none !important;
  }
}
.footer__copy {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    gap: 0;
    justify-content: space-between;
  }
}
.footer__copy .policy a {
  color: #9093A4;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__copy .policy a {
    font-size: 3.7333333333vw;
  }
}
.footer__copy small {
  color: #9093A4;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 3.7333333333vw;
  }
}
.footer .more__btn {
  width: 207px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer .more__btn {
    display: none !important;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s 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.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

/*# sourceMappingURL=style.css.map */
