@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2b2b2b;
}

main {
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
  }
  main img {
    max-width: 100%;
  }
}

/* リセットCSS */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: table;
}

.area-header {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .area-header {
    height: 100px;
  }
  .area-header ._logo {
    position: absolute;
    top: 27px;
    left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .area-header {
    height: 70px;
  }
  .area-header ._logo {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
.area-header img {
  width: 100%;
}
.area-header ._tel a {
  display: block;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .area-header ._tel {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }
  .area-header ._tel b {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .area-header ._tel {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }
  .area-header ._tel b {
    font-size: 18px;
  }
}

.mod-head-logo {
  display: block;
  width: 188px;
}
@media screen and (max-width: 767px) {
  .mod-head-logo {
    width: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .block-inner {
    position: relative;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.block-mv {
  position: relative;
}
.block-mv img {
  width: 100%;
}
.block-mv .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.13, 0.76, 0.41, 1.02);
}
.block-mv .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.75;
}
.block-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0000;
  opacity: 1;
}
.block-mv .swiper-button-next {
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
.block-mv .swiper-button-prev {
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
@media print, screen and (min-width: 768px) {
  .block-mv ._texts {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  }
  .block-mv ._texts ._texts-inner {
    position: absolute;
    left: 20px;
    bottom: 5%;
    z-index: 1;
  }
  .block-mv ._texts ._en {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.145em;
    color: #fff;
    font-weight: bold;
  }
  .block-mv ._texts h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .block-mv ._texts {
    padding: 20px;
    text-align: center;
  }
  .block-mv ._texts ._en {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.145em;
    font-weight: bold;
  }
  .block-mv ._texts h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .block-mv .swiper-button-next {
    top: 35%;
  }
  .block-mv .swiper-button-next::after {
    font-size: 32px;
  }
  .block-mv .swiper-button-prev {
    top: 35%;
  }
  .block-mv .swiper-button-prev::after {
    font-size: 32px;
  }
  .block-mv .swiper-horizontal > .swiper-pagination-bullets,
  .block-mv .swiper-pagination-bullets.swiper-pagination-horizontal,
  .block-mv .swiper-pagination-custom,
  .block-mv .swiper-pagination-fraction {
    bottom: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .block-main {
    padding: 80px 0;
    position: relative;
  }
  .block-main img {
    width: 100%;
  }
  .block-main ._cols {
    display: flex;
    gap: 40px;
  }
  .block-main ._cols > div:nth-child(1) {
    flex: 1;
  }
  .block-main ._cols > div:nth-child(2) {
    flex: 1;
  }
  .block-main ._item {
    display: flex;
    gap: 15px;
    flex-direction: column;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .block-main ._item:hover {
    opacity: 0.8;
  }
  .block-main ._item p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .block-main {
    padding: 20px;
    position: relative;
  }
  .block-main img {
    width: 100%;
  }
  .block-main ._cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .block-main ._item {
    display: flex;
    gap: 15px;
    flex-direction: column;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .block-main ._item:hover {
    opacity: 0.8;
  }
  .block-main ._item p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
  }
}

.block-link {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .block-link {
    padding: 20px 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-link {
    padding: 10px 0 40px 0;
  }
}

.mod-btn-more {
  display: inline-block;
  background: #004795;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition-duration: 0.2s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mod-btn-more {
    padding: 30px 40px;
    border-radius: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod-btn-more {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 14px;
  }
}
.mod-btn-more:before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  height: 5px;
  width: 5px;
  border: 2px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
.mod-btn-more:hover {
  opacity: 0.8;
}

.area-footer {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .area-footer {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .area-footer {
    padding: 40px 0;
  }
}/*# sourceMappingURL=index.css.map */