@charset "UTF-8";
/* home.css
================================================== */
/* define.css
========================================================== */
/* FONT */
/* ¥Ö¥ì¥¤¥¯¥Ý¥¤¥ó¥È(for MediaQuery - max-width(PC->sp)) : ¥ª¥ê¥¸¥Ê¥ë¤Ï scss/_variables.scss */
/* Ìå²Ã¹²Í¨ */
/* šøÓÃ¥«¥é©` */
/* Animation évßB */
/* šøÓÃ Mixin */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}
/*
==================================================
 1.0 - Page Header
--------------------------------------------------
*/
@media screen and (min-width: 520px) {
  /* ¿k¥á¥Ë¥å©`¥Ü¥¿¥ó */
  .nav_wrap.open {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
==================================================
 2.0 - Main Visual
--------------------------------------------------
*/
.sec_main_visual {
  position: relative;
  margin: 0;
}

/* Slick Slider
-------------------------------------------------- */
.hero_slider_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 860px;
}
.hero_slider_container .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: auto;
  height: 110px;
  background-color: rgba(40, 39, 40, 0.7);
}
.hero_slider_container .thumb .thumb_item {
  position: relative;
  display: block;
  margin: 0 8px;
  width: 120px !important;
  height: 80px !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.hero_slider_container .thumb .thumb_item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  content: "";
}
.hero_slider_container .thumb .thumb_item.slick-current::after {
  border-color: rgba(255, 255, 255, 0.9);
}
.hero_slider_container .thumb .slick-arrow {
  display: none !important;
}
.hero_slider_container .thumb .slick-track {
  width: auto !important;
  transform: unset !important;
}
.hero_slider_container .slick-dotted.slick-slider {
  margin: 0 !important;
}
.hero_slider_container .slick-dots {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .hero_slider_container > .thumb {
    display: none;
  }
  .hero_slider_container .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
  }
  .hero_slider_container .slick-dots li {
    display: block;
  }
  .hero_slider_container .slick-dots li button {
    background-color: #8cbdbc;
  }
  .hero_slider_container .slick-dots li button::before {
    display: none;
  }
  .hero_slider_container .slick-dots li.slick-active button {
    background-color: #04bdb6;
  }
}
@media screen and (max-width: 519px) {
  .hero_slider_container {
    min-height: 480px;
  }
  .hero_slider_container .slick-dots {
    right: 10px;
    bottom: 12px;
  }
}
/* Hero
-------------------------------------------------- */
.hero .main_visual_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 860px;
  height: calc( 100vh - 109px);
  background: url(/img/home/imb_hero_base.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.hero .main_visual_item .a_main_visual_item_link {
  position: relative;
  margin-bottom: 13%;
  padding: 25px 30px 25px 100px;
  width: 58%;
  background-color: #ffffff;
}
.hero .main_visual_item .a_main_visual_item_link::before {
  position: absolute;
  bottom: -60px;
  left: 60px;
  z-index: -1;
  width: 99%;
  height: 90px;
  background-color: #04bdb6;
  content: "";
}
.hero .main_visual_item .a_main_visual_item_link .hl_hero {
  margin-bottom: 0.5em;
  color: #000000;
  font-size: 2.8rem;
}
.hero .main_visual_item .a_main_visual_item_link .p_hero {
  margin: 0;
  color: #04bdb6;
}
.hero .main_visual_item .a_main_visual_item_link .main_visual_item_link {
  position: absolute;
  right: 15px;
  bottom: -40px;
}
.hero .main_visual_item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 220px;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0));
  content: "";
}

@media screen and (max-width: 1199px) {
  .hero .main_visual_item .a_main_visual_item_link {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 959px) {
  .hero .main_visual_item {
    height: calc( 100vh - 191px);
  }
  .hero .main_visual_item .a_main_visual_item_link {
    padding: 30px;
    width: 80%;
  }
  .hero .main_visual_item .a_main_visual_item_link::before {
    bottom: -50px;
    left: 30px;
    width: 102%;
    height: 70px;
  }
  .hero .main_visual_item .a_main_visual_item_link .hl_hero {
    font-size: 2.6rem;
  }
  .hero .main_visual_item .a_main_visual_item_link .p_hero {
    font-size: 1.6rem;
  }
  .hero .main_visual_item .a_main_visual_item_link .main_visual_item_link {
    right: -20px;
    bottom: -32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .hero .main_visual_item {
    min-height: 480px;
    height: calc( 100vh - 277px);
  }
  .hero .main_visual_item .a_main_visual_item_link {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 20px;
    width: calc(100vw - 30px);
  }
  .hero .main_visual_item .a_main_visual_item_link::before {
    bottom: -45px;
    width: calc(100vw - 30px);
    height: 60px;
  }
  .hero .main_visual_item .a_main_visual_item_link .hl_hero {
    font-size: 2.4rem;
  }
  .hero .main_visual_item .a_main_visual_item_link .p_hero {
    font-size: 1.5rem;
  }
  .hero .main_visual_item .a_main_visual_item_link .main_visual_item_link {
    right: -15px;
  }
}
/* Navigation
-------------------------------------------------- */
.nav_main {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 110px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.ul_gnav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: -1px 0 0;
  padding-left: 0;
  width: 100%;
  height: auto;
  list-style: none;
}
.ul_gnav .li_gnav_item {
  width: 50%;
  height: 70px;
  border-top: 1px solid #008580;
  border-left: 1px solid #008580;
}
.ul_gnav .li_gnav_item:first-child {
  border-left: none;
}
.ul_gnav .li_gnav_item .a_gnav_item_link {
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .ul_gnav {
    flex-wrap: wrap;
  }
  .ul_gnav .li_gnav_item {
    width: 33.3333333333%;
    height: 50px;
    border-left: 1px solid #008580;
  }
  .ul_gnav .li_gnav_item:first-child, .ul_gnav .li_gnav_item:nth-child(4n) {
    border-left: none;
  }

  .nav_main .ul_by_target {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .nav_main .ul_by_target li {
    width: 50%;
    padding: 0 15px;
  }
  .nav_main .ul_by_target li .a_by_target_item_link {
    margin: 0;
    padding: 8px 24px 8px 0;
    background: url(/img/common/ico_link_arrow02.svg) 95% 50% no-repeat;
    background-size: 16px 16px;
  }
  .nav_main .ul_by_target li .a_by_target_item_link::after {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .ul_gnav .li_gnav_item {
    width: 50%;
    border-left: 1px solid #008580 !important;
  }
  .ul_gnav .li_gnav_item:nth-child(2n+1) {
    border-left: none !important;
  }
}
/* Important Notice
-------------------------------------------------- */
.important_notice {
  margin-bottom: 0;
}
.important_notice .row {
  flex-wrap: nowrap;
}
.important_notice dl {
  margin-bottom: 0;
}
.important_notice .important_notice_hl {
  width: 280px;
  padding: 25px;
  color: #ffffff;
  background-color: #a84340;
}
.important_notice .important_notice_hl span {
  display: inline-block;
  background-color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
  vertical-align: middle;
  text-align: center;
}
.important_notice .important_notice_hl span .important_img {
  width: 50%;
  height: 70%;
  padding-top: -10%;
}
.important_notice .important_notice_item_wrap {
  width: calc(100vw - 280px);
  margin-bottom: 0;
}
.important_notice .important_notice_item_wrap ul {
  margin-left: 0;
  margin-bottom: 0;
}
.important_notice .important_notice_item_wrap ul li {
  list-style: none;
}
.important_notice .important_notice_item_wrap ul li a {
  position: relative;
  display: block;
  padding: 25px 50px 25px 25px;
  font-weight: bold;
}
.important_notice .important_notice_item_wrap ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 16px;
  height: 100%;
  background: url(/img/common/ico_link_arrow01.svg) 100% 50% no-repeat;
  background-size: 16px 16px;
}
.important_notice .important_notice_item_wrap ul li:nth-child(n+2) {
  border-top: 1px solid #008580;
}

@media (max-width: 960px) {
  .important_notice {
    padding-left: 0;
    padding-right: 0;
  }
  .important_notice .row {
    flex-wrap: wrap;
  }
  .important_notice dl {
    max-width: 100%;
    margin: 0;
  }
  .important_notice .important_notice_item_wrap,
.important_notice .important_notice_hl {
    width: 100%;
  }
}
/* Recent Stories
-------------------------------------------------- */
.recent_stories {
  color: #ffffff;
  background-color: #282728;
  overflow: hidden;
}
.recent_stories .title,
.recent_stories .item {
  height: 33vw;
  max-height: 500px;
}
.recent_stories .item {
  padding: 0;
}
.recent_stories .item > div {
  height: 16.5vw;
  max-height: 250px;
  padding: 0;
  background-position: center center;
  background-size: cover;
}
.recent_stories article {
  height: 100%;
}
.recent_stories article .info {
  position: relative;
  z-index: 20;
}
.recent_stories .title {
  position: relative;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  display: -ms-flexbox;
  /* for IE10 */
  -ms-flex-pack: center;
  /* for IE10 */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}
.recent_stories .title .anchor {
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
}
.recent_stories .title h2 {
  display: inline-block;
  width: 25vw;
  max-width: 500px;
  max-height: 100px;
  margin-bottom: 40px;
}
.recent_stories .title h2 img {
  background: #f9e5a9;
  background: linear-gradient(315deg, #f9e5a9 0%, #f9e5a9 8%, #f891f9 29%, #04bdb6 75%);
  transition: all 0.3s ease;
}
.recent_stories .title:hover h2 img {
  transform: scale(1.05, 1.05);
}
.recent_stories .hovered a,
.recent_stories .recent_stories_item:hover .hl {
  cursor: pointer;
  color: #a2d9d8 !important;
}
.recent_stories .recent_stories_item {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.recent_stories .recent_stories_item .info {
  position: absolute;
  padding: 25px;
  bottom: 0;
}
.recent_stories .recent_stories_item .info .hl {
  color: #ffffff;
  transition: color 0.3s ease;
}
.recent_stories .recent_stories_item .info .hl a {
  color: #ffffff;
}
.recent_stories .recent_stories_item .info .hl:hover {
  color: #a2d9d8;
}
.recent_stories .recent_stories_item .info .sub_hl {
  color: #04bdb6;
  margin-bottom: 0;
}
.recent_stories .recent_stories_item .thumbnail {
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}
.recent_stories .recent_stories_item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7));
  content: "";
  z-index: 10;
}
.recent_stories .hovered .thumbnail {
  transform: scale(1.1, 1.1);
}
.recent_stories .recent_stories_slider {
  margin-left: -25px;
  margin-right: -25px;
}
.recent_stories .recent_stories_slider .unit {
  margin: 0 10px;
}
.recent_stories .recent_stories_slider .recent_stories_item {
  height: 50vw;
}

@media (max-width: 1200px) {
  .recent_stories .title h2 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 960px) {
  .recent_stories {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .recent_stories .title,
.recent_stories .item,
.recent_stories .item > div {
    height: auto;
  }
  .recent_stories .item > div {
    padding-left: 0;
    padding-right: 0;
  }
  .recent_stories .title {
    display: block;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .recent_stories .title h2 {
    width: 55vw;
    margin-bottom: 40px !important;
  }
  .recent_stories .title p {
    margin-bottom: 40px;
  }
  .recent_stories .title .anchor {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
  }
  .recent_stories .recent_stories_slider {
    margin-bottom: 40px;
  }
  .recent_stories aside .anchor {
    bottom: auto;
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #008580;
    text-align: center;
  }
}
@media (max-width: 519px) {
  .recent_stories .title h2 {
    width: 90vw;
  }
  .recent_stories .recent_stories_item .info {
    padding: 15px;
  }
}
/* Home Common
-------------------------------------------------- */
.content_area section:not(.sec_main_visual) h2 {
  font-size: 3.8rem;
  font-weight: normal;
  margin-bottom: 40px;
}
.content_area section:not(.sec_main_visual) h2 small {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.25rem;
}

.lang-en .content_area section:not(.sec_main_visual) h2 small {
  display: none;
}

/* Home Pickup
-------------------------------------------------- */
/* Home Events & INFORMATION
-------------------------------------------------- */
.events, .information {
  display: flex;
  justify-content: space-between;
}
.events section, .information section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.events .box_link, .information .box_link {
  margin-top: auto;
}

/* Points
-------------------------------------------------- */
.points {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}
.points .lead {
  position: relative;
  text-align: right;
  padding: 0 30px;
  font-size: 1.6rem;
  margin-bottom: 80px;
  z-index: 10;
}
.points .unit {
  position: relative;
  margin-bottom: 80px;
  z-index: 10;
}
.points .unit .box {
  position: relative;
  display: flex;
  align-items: stretch;
  z-index: 15;
}
.points .unit .box .note {
  position: relative;
  width: 600px;
  background-color: #f0f0f0;
  padding: 40px;
}
.points .unit .box .note h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #008580;
  margin-bottom: 0.5em;
}
.points .unit .box .note p:last-child {
  margin-top: 80px;
  margin-bottom: 0;
  text-align: right;
}
.points .unit .box .note:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #008580;
  width: 70px;
  height: 70px;
  top: -35px;
  z-index: 10;
}
.points .unit .box .thumbnail {
  width: calc(100vw - 600px);
  overflow: hidden;
}
.points .unit .box .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.points .unit:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.points .point-1 .box {
  padding-left: 10vw;
}
.points .point-1 .box .note:before {
  left: -35px;
}
.points .point-1:after {
  height: 20vw;
  width: 20vw;
  max-height: 250px;
  max-width: 250px;
  right: 0;
  bottom: -160px;
  background-color: #282728;
}
.points .point-2 .box {
  padding-right: 10vw;
  text-align: right;
}
.points .point-2 .box .note {
  order: 2;
}
.points .point-2 .box .note:before {
  right: -35px;
}
.points .point-2 .box .thumbnail {
  order: 1;
}
.points .point-2:after {
  height: 30vw;
  width: 30vw;
  max-height: 350px;
  max-width: 350px;
  background-color: #a2d9d8;
  left: 25%;
  bottom: -80px;
}

.points:after,
.points:before {
  position: absolute;
  display: block;
  content: "";
  height: 40vw;
  width: 40vw;
  max-width: 600px;
  max-height: 500px;
  top: 80px;
}

.points:before {
  background-image: url(/img/common/logo_circle_white.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 150% 150%;
  opacity: 0.2;
  z-index: 1;
}

.points:after {
  background-color: #008580;
  background: linear-gradient(0deg, #8ddad5 0%, #339d99 100%);
  z-index: 0;
}

@media (max-width: 959px) {
  .points {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: #008580;
    background: linear-gradient(0deg, #8ddad5 0%, #339d99 100%);
  }
  .points .lead {
    text-align: center;
  }
  .points .lead h2 {
    color: #ffffff;
  }
  .points .lead p {
    color: #005d59;
    font-weight: bold;
  }
  .points .unit .box {
    flex-direction: column;
  }
  .points .unit .box .note {
    width: 100%;
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
  .points .unit .box .note p:last-child {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: right;
  }
  .points .unit .box .note:before {
    width: 35px;
    height: 35px;
    top: -217.5px;
  }
  .points .unit .box .thumbnail {
    width: 100%;
    height: 200px;
    order: 1;
    padding: 0 25px;
  }
  .points .point-1 .box {
    padding-left: 0;
  }
  .points .point-1 .box .note:before {
    left: 0;
  }
  .points .point-1:after {
    display: none;
  }
  .points .point-2 .box {
    padding-right: 0;
  }
  .points .point-2 .box .note {
    text-align: left;
  }
  .points .point-2 .box .note:before {
    right: 0;
  }
  .points .point-2:after {
    display: none;
  }

  .points:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: -30vw -30vw;
    background-size: 90vw 90vw;
    opacity: 0.1;
  }

  .points:after {
    display: none;
  }
}
/* Features
-------------------------------------------------- */
.features {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}
.features .lead {
  padding: 30px;
  min-width: 500px;
  display: inline-block;
  margin-bottom: 40px;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.features .lead h2 {
  margin-bottom: 15px !important;
}
.features .unit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.features .unit .note {
  display: flex;
  flex-direction: column;
  position: relative;
  order: 2;
  z-index: 5;
  top: -50px;
  width: 100%;
}
.features .unit .note h3 {
  font-size: 3rem;
  font-weight: 300;
  position: relative;
  background-color: #ffffff;
  width: 300px;
  padding: 25px 15px 15px;
  margin-bottom: 0;
}
.features .unit .note .subnote {
  display: flex;
  margin-top: auto;
}
.features .unit .note .subnote p {
  padding: 15px 15px;
  width: calc(100% - 130px);
}
.features .unit .note .subnote p:last-child {
  text-align: right;
  margin-top: auto;
  margin-left: auto;
  padding-left: 0;
  width: 130px;
}
.features .unit .thumbnail {
  position: relative;
  order: 1;
  width: 100%;
  height: 300px;
  background-color: gray;
  z-index: 1;
}
.features .unit-long .thumbnail {
  height: 200px;
}

.features:after {
  position: absolute;
  display: block;
  content: "";
  width: 90vw;
  height: 300px;
  background-color: #f0f0f0;
  background-image: url(/img/home/img_features_bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  top: 40px;
  left: 10vw;
  z-index: -1;
}

@media (max-width: 959px) {
  .features .lead {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    min-width: auto;
  }
  .features .unit .note {
    margin-bottom: -25px;
  }
  .features .unit .note h3 {
    width: calc(100% - 50px);
    padding-left: 0;
    padding-right: 15px;
  }
  .features .unit .note .subnote p {
    padding-left: 0;
    padding-right: 0;
  }
  .features .unit .thumbnail {
    height: 50vw;
    max-height: 250px;
  }
  .features .unit-long .thumbnail {
    height: 50vw;
    max-height: 250px;
  }
  .features .unit-long .thumbnail span {
    background-position: center right;
  }

  .features:after {
    width: 100vw;
    left: 0;
    background-size: cover;
  }
}
/* Bunners
-------------------------------------------------- */
.banners_slider {
  margin-bottom: 160px;
}
.banners_slider .unit {
  text-align: center;
}
.banners_slider .unit article a {
  position: relative;
  display: block;
  width: 15vw;
  height: 15vw;
  max-height: 250px;
  max-width: 250px;
  margin: auto;
  background-color: #f0f0f0;
}
.banners_slider .unit article a i {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 10px;
  right: 10px;
  padding: 1px 2px;
  border-radius: 2px;
}

@media (max-width: 959px) {
  .banners_slider .unit {
    text-align: center;
  }
  .banners_slider .unit article a {
    width: 25vw;
    height: 25vw;
  }
}
@media (max-width: 519px) {
  .banners_slider .unit {
    text-align: center;
  }
  .banners_slider .unit article a {
    width: 65vw;
    height: 65vw;
  }
}
/* primary
-------------------------------------------------- */
#primary .important_notice a .fas,
#primary .recent_stories a .fas,
#primary .stories_list a .fas,
#primary .pickup_list a .fas,
#primary .information_list a .fas,
#primary .events_list a .fas {
  padding-left: 6px;
}

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