/*----------------------------------------
	fv.scss
---------------------------------------- */
.p-home-fv {
  position: relative;
}
.p-home-fv .splide {
  position: relative;
  margin-bottom: 13.0208333333vw;
}
.p-home-fv .splide__arrow {
  background-color: #fff;
}
.p-home-fv .splide__arrow svg {
  fill: #145fa0;
}
.p-home-fv .splide__pagination {
  bottom: -7.8125vw;
}
.p-home-fv .splide__pagination__page {
  width: 2em;
  height: 4px;
  margin: 0 0.5em;
  border-radius: 0;
  background: #ccc;
}
.p-home-fv .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #145fa0;
}
.p-home-fv__catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-home-fv__catch .text {
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
}
.p-home-fv__catch img {
  vertical-align: bottom;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-fv .splide {
    margin-bottom: 7.2916666667vw;
  }
  .p-home-fv .splide__arrow {
    width: 3em;
    height: 3em;
    opacity: 0.8;
  }
  .p-home-fv .splide__arrow svg {
    width: 1.5em;
    height: 1.5em;
  }
  .p-home-fv .splide__pagination {
    bottom: -4.1666666667vw;
  }
  .p-home-fv .splide__pagination__page {
    width: 3em;
    height: 5px;
  }
  .p-home-fv__catch img {
    width: 45.5729166667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-fv .splide {
    margin-bottom: 54px;
  }
  .p-home-fv .splide__arrow {
    width: 3em;
    height: 3em;
    opacity: 0.8;
  }
  .p-home-fv .splide__arrow svg {
    width: 1.5em;
    height: 1.5em;
  }
  .p-home-fv .splide__pagination {
    bottom: -30px;
  }
  .p-home-fv .splide__pagination__page {
    width: 40px;
    height: 5px;
    margin: 0 6px;
  }
  .p-home-fv__catch .text {
    max-width: 960px;
  }
  .p-home-fv__catch img {
    width: 360px;
  }
}

/*----------------------------------------
	news.scss
---------------------------------------- */
.p-home-news {
  position: relative;
  max-width: 960px;
  margin: 19.53125vw auto 0;
}
.p-home-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-home-news .m-head--section {
  margin-bottom: 0;
  text-align: left;
}
.p-home-news .m-head--section .m-text--en {
  text-indent: 0.1em;
}
.p-home-news .m-link--more {
  margin: 0 6.5104166667vw 1.0416666667vw 0;
}
.p-home-news__text {
  margin-top: 5.2083333333vw;
  border-bottom: 1px #e3e3e3 solid;
}
.p-home-news__text li {
  border-top: 1px #e3e3e3 solid;
}
.p-home-news__text a {
  display: block;
  padding: 2.6041666667vw 0;
  text-align: left;
}
.p-home-news__text a:hover {
  background-color: #fbfcfc;
}
.p-home-news__text .date {
  margin-right: 3.90625vw;
  line-height: 1.5;
  font-family: ff-good-headline-web-pro, sans-serif;
}
.p-home-news__text .title {
  line-height: 1.4;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-news {
    margin: 12.5vw auto 0;
  }
  .p-home-news .m-link--more {
    margin: 0 5.2083333333vw 0.9375vw 0;
  }
  .p-home-news__text {
    margin-top: 3.125vw;
  }
  .p-home-news__text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875vw 0;
  }
  .p-home-news__text .date {
    margin-right: 3.125vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-news {
    margin: 120px auto 0;
  }
  .p-home-news .m-link--more {
    margin: 0 30px 4px 0;
  }
  .p-home-news__text {
    margin-top: 40px;
  }
  .p-home-news__text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 1em;
  }
  .p-home-news__text .date {
    margin-right: 40px;
  }
}

/*----------------------------------------
	covid19.scss
---------------------------------------- */
.p-home-covid19 {
  margin-top: 15.625vw;
  padding: 13.0208333333vw 0;
  background-color: #f2f6f8;
}
.p-home-covid19__inner {
  position: relative;
}
.p-home-covid19__inner::before {
  position: absolute;
  display: block;
  content: "";
}
.p-home-covid19 .head {
  margin-bottom: 2.6041666667vw;
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-home-covid19 .m-text {
  margin-bottom: 7.8125vw;
}
.p-home-covid19__figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -1.3020833333vw;
}
.p-home-covid19__figure li {
  width: calc(25% - 2.9947916667vw);
  margin: 1.3020833333vw;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-covid19 {
    margin-top: 12.5vw;
    padding: 10.4166666667vw 0;
  }
  .p-home-covid19 .head {
    margin-bottom: 1.0416666667vw;
    font-size: 2.9166666667vw;
  }
  .p-home-covid19 .m-text {
    margin-bottom: 3.125vw;
    text-align: center;
  }
  .p-home-covid19__figure {
    width: 80%;
    margin: 0 auto;
  }
  .p-home-covid19__figure ul {
    margin: -1.0416666667vw;
  }
  .p-home-covid19__figure li {
    width: calc(25% - 2.0833333333vw);
    margin: 1.0416666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-covid19 {
    margin-top: 120px;
    padding: 100px 0 115px;
  }
  .p-home-covid19__inner {
    padding-left: 190px;
  }
  .p-home-covid19__inner::before {
    width: 150px;
    left: 0;
    top: 1.1em;
    border-top: 1px #707070 solid;
  }
  .p-home-covid19 .head {
    margin-bottom: 10px;
    font-size: 2.4rem;
    text-align: left;
  }
  .p-home-covid19 .m-text {
    margin-bottom: 30px;
  }
  .p-home-covid19__figure {
    width: 580px;
  }
  .p-home-covid19__figure ul {
    margin: -10px;
  }
  .p-home-covid19__figure li {
    width: 130px;
    margin: 10px;
  }
}

/*----------------------------------------
	service.scss
---------------------------------------- */
.p-home-service {
  position: relative;
  padding: 15.625vw 0;
}
.p-home-service .m-head--section {
  margin-bottom: 5.2083333333vw;
}
.p-home-service .head {
  padding: 3.90625vw 0 2.6041666667vw;
  font-size: 4.6875vw;
  font-weight: 700;
  color: #145fa0;
}
@media print, screen and (min-width: 576px) {
  .p-home-service .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    white-space: nowrap;
  }
  .p-home-service .head::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 0.5em;
    border-top: 1px #145fa0 solid;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-service {
    padding: 12.5vw 0;
  }
  .p-home-service .m-head--section {
    margin-bottom: 3.125vw;
  }
  .p-home-service .head {
    padding: 20px 0 10px;
    font-size: 1.8rem;
  }
  .p-home-service .head::after {
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-service {
    padding: 120px 0;
  }
  .p-home-service .m-head--section {
    margin-bottom: 30px;
  }
  .p-home-service .head {
    padding: 20px 0 10px;
    font-size: 1.8rem;
  }
  .p-home-service .head::after {
    margin-left: 1em;
  }
}

/*----------------------------------------
	image.scss
---------------------------------------- */
.p-home-image {
  position: relative;
  width: 100%;
  height: 52.0833333333vw;
}
.p-home-image .image-parallax img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  width: 100%;
  height: 52.0833333333vw;
}
.p-home-image .p-home-image__catch {
  position: absolute;
  left: 50%;
  bottom: 3.90625vw;
  width: calc(100% - 10.4166666666vw);
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-home-image .p-home-image__catch img {
  width: 48.046875vw;
  height: 15.7552083333vw;
}
.p-home-image.--01 .p-home-image__catch {
  text-align: right;
}
.p-home-image.--02 .p-home-image__catch {
  text-align: left;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-image {
    height: 36.4583333333vw;
  }
  .p-home-image .image-parallax img {
    height: 36.4583333333vw;
  }
  .p-home-image .p-home-image__catch {
    bottom: 3.125vw;
  }
  .p-home-image .p-home-image__catch img {
    width: 38.4375vw;
    height: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-image {
    height: 500px;
  }
  .p-home-image .image-parallax img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 500px;
  }
  .p-home-image .p-home-image__catch {
    bottom: 50px;
  }
  .p-home-image .p-home-image__catch img {
    width: 370px;
    height: 122px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-home-image .image-parallax img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----------------------------------------
	point.scss
---------------------------------------- */
.p-home-point {
  padding: 15.625vw 0;
}
.p-home-point .head {
  margin-bottom: 7.8125vw;
  font-size: 5.9895833333vw;
  font-weight: 700;
}
.p-home-point .head::after {
  content: "";
  display: block;
  width: 1px;
  height: 6.5104166667vw;
  margin: 5.2083333333vw auto 0;
  background-color: #6077a0;
}
.p-home-point .l-contents {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
.p-home-point .l-contents::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 39.0625vw;
  height: 100%;
  background-color: #f2f6f8;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home-point__contents {
  margin-bottom: 13.0208333333vw;
}
.p-home-point__contents:last-child {
  margin-bottom: 0;
}
.p-home-point__contents .title {
  position: relative;
  margin-bottom: 5.2083333333vw;
  margin-left: -1.953125vw;
  padding-left: 13.0208333333vw;
  font-size: 4.6875vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
.p-home-point__contents .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 11.71875vw;
  height: 11.71875vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home-point__contents .figure {
  width: 80%;
  margin: 5.2083333333vw auto 0;
}
.p-home-point__contents.--01 .title::before {
  background: url(../images/common/number01.svg) center center no-repeat;
  background-size: contain;
}
.p-home-point__contents.--02 .title::before {
  background: url(../images/common/number02.svg) center center no-repeat;
  background-size: contain;
}
.p-home-point__contents.--03 .title::before {
  background: url(../images/common/number03.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-point {
    padding: 12.5vw 0;
  }
  .p-home-point .head {
    margin-bottom: 4.1666666667vw;
    font-size: 3.9583333333vw;
  }
  .p-home-point .head::after {
    height: 5.2083333333vw;
    margin: 3.125vw auto 0;
  }
  .p-home-point .l-contents {
    position: relative;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .p-home-point .l-contents::after {
    width: 31.25vw;
  }
  .p-home-point__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.4166666667vw;
  }
  .p-home-point__contents .item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 62%;
  }
  .p-home-point__contents .title {
    margin-bottom: 2.6041666667vw;
    margin-left: -1.0416666667vw;
    padding-left: 7.2916666667vw;
    font-size: 2.7083333333vw;
  }
  .p-home-point__contents .title::before {
    width: 6.9791666667vw;
    height: 6.9791666667vw;
  }
  .p-home-point__contents .figure {
    width: 35%;
    margin: 0;
  }
  .p-home-point__contents.--reverse .item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-point {
    padding: 120px 0;
  }
  .p-home-point .head {
    margin-bottom: 50px;
    font-size: 4rem;
  }
  .p-home-point .head::after {
    height: 50px;
    margin: 40px auto 0;
  }
  .p-home-point .l-contents {
    position: relative;
    padding: 20px 0;
  }
  .p-home-point .l-contents::after {
    width: 200px;
  }
  .p-home-point__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .p-home-point__contents .item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 440px;
  }
  .p-home-point__contents .title {
    margin-bottom: 30px;
    margin-left: -14px;
    padding-left: 68px;
    font-size: 2.4rem;
  }
  .p-home-point__contents .title::before {
    width: 67px;
    height: 67px;
  }
  .p-home-point__contents .figure {
    width: 440px;
    margin: 0;
  }
  .p-home-point__contents.--01 .figure img {
    width: 339px;
  }
  .p-home-point__contents.--02 .figure img {
    width: 326px;
  }
  .p-home-point__contents.--03 .figure img {
    width: 353px;
  }
  .p-home-point__contents.--reverse .item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*----------------------------------------
	access.scss
---------------------------------------- */
.p-home-access__photo {
  position: relative;
  z-index: 2;
}
.p-home-access__photo img {
  width: 100%;
  height: 53.3854166667vw;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-home-access .m-head--section {
  margin-bottom: 5.2083333333vw;
}
.p-home-access__text {
  position: relative;
  padding: 10.4166666667vw 5.2083333333vw;
  text-align: left;
  background-color: #f2f6f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-home-access__text .m-head--en {
  z-index: 1;
}
.p-home-access__text .m-head--en .text {
  font-size: 24.7395833333vw;
  opacity: 0.7;
}
.p-home-access__text .text-contents {
  position: relative;
  z-index: 2;
}
.p-home-access__text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  font-size: 4.9479166667vw;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.p-home-access__text .title::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 0.5em;
  margin-left: 0.5em;
  border-top: 1px #c7daea solid;
}
.p-home-access__text .item {
  margin-top: 10.4166666667vw;
}
.p-home-access__text .item article + article {
  margin-top: 1.5em;
}
.p-home-access__text .item p {
  position: relative;
  margin-bottom: 1.3020833333vw;
  padding-left: 5.2083333333vw;
  line-height: 1.375;
}
.p-home-access__text .item p::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
}
.p-home-access__text .item .name {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.p-home-access__text .item .map::before {
  top: 0.5208333333vw;
  width: 2.8645833333vw;
  height: 3.90625vw;
  background: url("../images/common/icon_map.svg") center center no-repeat;
  background-size: contain;
}
.p-home-access__text .item .phone::before {
  top: 0.5208333333vw;
  left: 0.2604166667vw;
  width: 3.125vw;
  height: 3.90625vw;
  background: url("../images/common/icon_phone.svg") center center no-repeat;
  background-size: contain;
}
.p-home-access__text .item .open {
  line-height: 1.5;
}
.p-home-access__text .item .open::before {
  top: 1.0416666667vw;
  width: 3.125vw;
  height: 3.125vw;
  background: url("../images/common/icon_open.svg") center center no-repeat;
  background-size: contain;
}
.p-home-access__text .item .open__season {
  display: inline-block;
  font-weight: 700;
}
.p-home-access__text .item .open__season:last-of-type {
  margin-top: 0.5em;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-home-access .m-head--section {
    margin-bottom: 3.125vw;
  }
  .p-home-access__text {
    padding: 8.1632653061vw 6.1224489796vw;
  }
  .p-home-access__text .m-head--en {
    z-index: 1;
  }
  .p-home-access__text .m-head--en .text {
    font-size: 14.5833333333vw;
  }
  .p-home-access__text .title {
    margin-bottom: 0.6em;
    font-size: 2.9166666667vw;
  }
  .p-home-access__text .item {
    margin-top: 5.2083333333vw;
  }
  .p-home-access__text .item + .item {
    margin-top: 5.2083333333vw;
  }
  .p-home-access__text .item article + article {
    margin-top: 1em;
  }
  .p-home-access__text .item p {
    margin-bottom: 1.0416666667vw;
    padding-left: 2.7083333333vw;
  }
  .p-home-access__text .item .name {
    margin-bottom: 0.3em;
  }
  .p-home-access__text .item .map::before {
    top: 0.3125vw;
    width: 1.5625vw;
    height: 2.0833333333vw;
  }
  .p-home-access__text .item .phone::before {
    top: 0;
    left: 0.1041666667vw;
    width: 1.9791666667vw;
    height: 2.3958333333vw;
  }
  .p-home-access__text .item .open::before {
    top: 0.5208333333vw;
    width: 1.9791666667vw;
    height: 1.9791666667vw;
  }
  .p-home-access__text .item .open__season:last-of-type {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-home-access .m-head--section {
    margin-bottom: 30px;
  }
  .p-home-access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-access__photo {
    width: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    background: url("../images/index_location_photo@2x.jpg") center center no-repeat;
    background-size: cover;
  }
  .p-home-access__photo img {
    opacity: 0;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .p-home-access__text {
    width: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 60px 80px;
  }
  .p-home-access__text .m-head--section {
    margin-left: -2px;
  }
  .p-home-access__text .m-head--en .text {
    font-size: 12.7551020408vw;
  }
  .p-home-access__text .title {
    margin-bottom: 0.6em;
    font-size: 2.2rem;
  }
  .p-home-access__text .item {
    margin-top: 0;
  }
  .p-home-access__text .item + .item {
    margin-top: 40px;
  }
  .p-home-access__text .item article + article {
    margin-top: 1em;
  }
  .p-home-access__text .item p {
    margin-bottom: 0;
    padding-left: 18px;
    font-size: 1.5rem;
  }
  .p-home-access__text .item .name {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
  }
  .p-home-access__text .item .map::before {
    top: 3px;
    width: 11px;
    height: 15px;
  }
  .p-home-access__text .item .phone::before {
    top: 3px;
    left: 1px;
    width: 12px;
    height: 15px;
  }
  .p-home-access__text .item .open::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
  .p-home-access__text .item .open__season {
    font-size: 1.4rem;
  }
  .p-home-access__text .item .open__season:last-of-type {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-home-access__text .m-head--en .text {
    font-size: 200px;
  }
}

/*// ============================================================
// home
// ============================================================*/