@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;
  color: #333333;
  word-break: break-all;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 45px;
  }
}
body.is_fixed {
  overflow: hidden;
}

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

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

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: "DM 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;
  }
}

.section__title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 5.8666666667vw;
  }
}
.section__title span {
  font-weight: bold;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #0058bc;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 2.6666666667vw;
  }
}

.linkArea {
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .linkArea {
    padding: 0 4.2666666667vw;
  }
}
.linkArea__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linkArea__inner {
    flex-direction: column-reverse;
  }
}
.linkArea__item {
  width: 50%;
  padding: 90px 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkArea__item {
    width: 100%;
    padding: 10.6666666667vw 4vw;
  }
}
.linkArea__item.contact {
  background: linear-gradient(to right, #0058bd, #053d7d);
  color: #fff;
}
.linkArea__item.contact h2 span {
  color: #fff;
}
.linkArea__item .tel {
  padding: 25px 20px 0;
}
@media screen and (max-width: 768px) {
  .linkArea__item .tel {
    text-align: center;
    padding: 25px 0 0;
  }
}
.linkArea__item .tel__text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .linkArea__item .tel__text {
    text-align: left;
  }
}
.linkArea__item .tel__btn {
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .linkArea__item .tel__btn {
    width: 315px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    font-size: 20px;
    height: 45px;
    border: 1px solid #0058bc;
    background: #fff;
    color: #0058bc;
    font-weight: bold;
  }
  .linkArea__item .tel__btn::before {
    content: "";
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-image: url(../img/common/icon_tel.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .linkArea__item .tel__btn::after {
    content: "";
    position: absolute;
    width: 15px;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background-image: url(../img/common/icon_arrow_right_bl.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
}
.linkArea__item .tel__box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .linkArea__item .tel__box {
    display: none;
  }
}
.linkArea__item .tel__box .num {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.linkArea__item .tel__time {
  font-weight: bold;
  font-size: 14px;
}
.linkArea__item .tel__time span {
  padding: 3px 6px;
  color: #0058bc;
  font-size: 12px;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .linkArea__item .tel__time span {
    margin-right: 0;
  }
}
.linkArea__item--text {
  margin: 20px 0;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .linkArea__item--text {
    font-size: 3.7333333333vw;
  }
}
.linkArea__item .more {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #fff;
  width: 150px;
  background: url(../img/common/icon_more_wh.webp) no-repeat;
  background-size: 44px;
  background-position: right;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .linkArea__item .more {
    right: 25px;
    bottom: 25px;
    width: 80px;
    background-size: 22px;
    font-size: 2.6666666667vw;
  }
}
.linkArea__item.information {
  background: url(../img/common/information-bg.webp) no-repeat;
}
.linkArea__item .information__table {
  margin-top: 15px;
}
.linkArea__item .information__table th {
  width: 23%;
  padding: 5px 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .linkArea__item .information__table th {
    width: 30%;
    font-size: 2.9333333333vw;
  }
}
.linkArea__item .information__table th span {
  background: #fff;
  padding: 10px 2px;
  display: block;
  border-radius: 3px;
}
.linkArea__item .information__table td {
  width: 77%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .linkArea__item .information__table td {
    width: 70%;
    font-size: 2.9333333333vw;
  }
}
.linkArea__item .information__table td img {
  width: 17px;
  margin-left: 8px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .linkArea__item .information__table td img {
    width: 12px;
  }
}

.tel__btn {
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tel__btn {
    width: 315px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    font-size: 20px;
    height: 45px;
    border: 1px solid #0058bc;
    background: #fff;
    color: #0058bc;
    font-weight: bold;
  }
  .tel__btn::before {
    content: "";
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-image: url(../img/common/icon_tel.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .tel__btn::after {
    content: "";
    position: absolute;
    width: 15px;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background-image: url(../img/common/icon_arrow_right_bl.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
}

.news {
  padding: 50px 40px 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8vw 5.3333333333vw 20vw;
  }
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news__titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .news__titleArea {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 5.3333333333vw;
  }
  .news__titleArea a {
    width: 26.6666666667vw;
  }
}
.news__titleArea a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0058bc;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__titleArea a {
    justify-content: flex-end;
    font-size: 10px;
  }
}
.news__titleArea a img {
  width: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .news__titleArea a img {
    width: 7px;
  }
}
.news__slider {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__slider {
    padding-bottom: 12vw;
  }
}
.news__slider .swiper-pagination {
  top: unset;
  bottom: 0;
}
.news__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0080cc;
}
.news__slider .swiper-pagination-progressbar {
  background: #ddd;
}
.news__slider .swiper-horizontal > .swiper-pagination-progressbar,
.news__slider .swiper-pagination-progressbar.swiper-pagination-horizontal,
.news__slider .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.news__slider .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.news__item--img {
  margin-bottom: 20px;
  border-radius: 10px;
}
.news__item--img img {
  width: 100%;
}
.news__item .date {
  display: block;
  color: #cacaca;
  font-size: 19px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .news__item .date {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.news__item .title {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .news__item .title {
    -webkit-line-clamp: 4;
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
  }
}
.news__item .text {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__item .text {
    -webkit-line-clamp: 3;
    font-size: 2.6666666667vw;
  }
}

.more__btn {
  width: 315px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 14px;
    height: 45px;
  }
}
.more__btn.bl {
  background: linear-gradient(to right, #0058bd, #053d7d);
  color: #fff;
  font-weight: bold;
}
.more__btn.bl::after {
  content: "";
  position: absolute;
  width: 15px;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-image: url(../img/common/icon_arrow_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.more__btn.bl:hover {
  border: 1px solid #0058bc;
  color: #0058bc;
  background: #fff;
  opacity: 1;
}
.more__btn.bl:hover::after {
  background-image: url(../img/common/icon_arrow_right_bl.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.more__btn.wh {
  border: 1px solid #0058bc;
  background: #fff;
  color: #0058bc;
  font-weight: bold;
}
.more__btn.wh::after {
  content: "";
  position: absolute;
  width: 15px;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-image: url(../img/common/icon_arrow_right_bl.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.more__btn.wh:hover {
  border: 1px solid #0058bc;
  color: #fff;
  background: #0058bc;
  opacity: 1;
}
.more__btn.wh:hover::after {
  background-image: url(../img/common/icon_arrow_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background: #fff;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
    padding-left: 4vw;
  }
}
.header__logo {
  width: 26.6666666667vw;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    gap: 0;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li {
  padding: 0 20px;
}
.header__nav ul li a {
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 12px;
  }
}
.header__nav ul li + li {
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .header__tel {
    background: #dbecff;
  }
}
@media screen and (max-width: 768px) {
  .header__tel {
    height: 45px;
    padding: 5px 6px;
  }
}
.header__tel .num {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: bold;
  font-size: 24px;
  color: #053e80;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__tel .num {
    font-size: 3.4666666667vw;
    gap: 2px;
  }
  .header__tel .num img {
    width: 14px;
  }
}
.header__tel p {
  font-size: 12px;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__tel p {
    font-size: 8px;
    margin-top: 8px;
  }
}
.header__tel p span {
  background: #0058bc;
  margin-right: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .header__tel p span {
    font-size: 8px;
    padding: 2px 4px;
  }
}
.header__contact {
  height: 90px;
  padding-left: 70px;
  padding-right: 50px;
  background: linear-gradient(to right, #0058bd, #053d7d);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__contact {
    padding-left: 40px;
    padding-right: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    width: 45px;
    height: 45px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__contact span {
    display: none;
  }
}
.header__contact img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .header__contact img {
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact img {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
  }
}

.header__btns {
  display: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 45px;
    height: 45px;
  }
}

.header__btn {
  display: block;
  width: 25px;
  height: 1px;
  background: #0058bc;
  margin: 3px 0;
  transition: all 0.3s ease;
}

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

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

.header__btns.active .header__btn:nth-child(3) {
  transform: translateY(-9px) 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: 100px 30px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hamburger__nav {
    width: 100%;
  }
}
.hamburger__nav--main {
  margin-bottom: 60px;
}
.hamburger__nav--main li {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.hamburger__nav .more__btn, .hamburger__nav .tel__btn {
  margin: 20px auto 0;
}

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

.footer {
  box-sizing: border-box;
  padding: 115px 40px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 26.6666666667vw 5.3333333333vw 0;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 0 5.3333333333vw 26.6666666667vw;
  }
}
.footer__logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 34.6666666667vw;
    margin-bottom: 16vw;
  }
}
.footer__nav {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    justify-content: space-between;
    gap: 0;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
  }
}
.footer__nav ul li a {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 3.4666666667vw;
  }
}
.footer__copy {
  text-align: center;
  border-top: 1px solid #e9e9e9;
  padding: 25px 0;
  text-align: center;
}
.footer__copy small {
  color: #646464;
  font-size: 10px;
}

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