@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  height: 520px;
  background: url("../img/home/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
.right_title {
  position: absolute;
  top: 196px;
  right: 40px;
  font-size: 92px;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
}
.main_text {
  position: relative;
  width: 100%;
  height: 520px;
  padding-top: 158px;
  padding-left: calc((100% - 1136px)/2);
}
.main_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
}
.main_text_bg img {
  width: 80%;
  height: 520px;
  object-fit: cover;
  object-position: right center;
}
.main_text h1, .main_text p {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
}
.main_text h1 {
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 1.3;
}
.main_text h1 span {
  display: block;
  margin-bottom: 35px;
  font-size: 1.4rem;
}
.main_text p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.mv_pc {
  display: block;
}
.mv_tb {
  display: none;
}
.mv_sp {
  display: none;
}
@media screen and (max-width: 1196px) {
  .right_title {
    right: 30px;
  }
  .main_text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .right_title {
    top: 63px;
    right: 20px;
    font-size: 79px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    position: relative;
    height: 110.4vw;
    background: url("../img/home/sp_mv_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .right_title {
    top: 70px;
    font-size: 40px;
  }
  .main_text {
    position: absolute;
    bottom: 30px;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_text_bg {
    top: auto;
    bottom: -30px;
    width: 100%;
  }
  .main_text_bg img {
    width: 100%;
    height: auto;
  }
  .main_text h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .main_text h1 span {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .main_text p {
    font-size: 14px;
  }
  .mv_pc {
    display: none;
  }
  .mv_tb {
    display: block;
  }
  .mv_sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #mv {
    height: 154.4vw;
  }
  .mv_tb {
    display: none;
  }
  .mv_sp {
    display: block;
  }
}
/*-----------------------------------------------------
	#pickup
------------------------------------------------------*/
#pickup {
  margin-bottom: 40px;
  padding-top: 15px;
}
#pickup .wrap {
  background: #E1F3F5;
  border-radius: 8px;
}
#pickup .wrap dl {
  position: relative;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 145px 15px 24px;
  line-height: 1.5;
}
#pickup .wrap .more {
  position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  padding-right: 24px;
  font-size: 1.4rem;
}
#pickup .wrap .more::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: cover;
}
#pickup .wrap dl dt {
  width: 18%;
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0EA4B3;
}
#pickup .wrap dl dt::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/home/pickup_icon.svg") no-repeat center center;
  background-size: cover;
}
#pickup .wrap dl dd {
  width: 80%;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 1196px) {
  #pickup {
    padding-right: 30px;
    padding-left: 30px;
  }
  #pickup .wrap {
    padding: 0;
  }
  #pickup .wrap dl dt {
    width: 150px;
  }
  #pickup .wrap dl dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 900px) {
  #pickup {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #pickup {
    margin-bottom: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #pickup .wrap dl {
    padding: 16px 16px 50px;
  }
  #pickup .wrap .more {
    top: auto;
    bottom: 20px;
    right: 16px;
    transform: none;
    -webkit-transform: none;
    padding-right: 20px;
    font-size: 12px;
  }
  #pickup .wrap .more::after {
    right: 0;
  }
  #pickup .wrap dl dt {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
  }
  #pickup .wrap dl dd {
    width: 100%;
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	#home_link
------------------------------------------------------*/
#home_link {
  padding: 40px 0 80px;
}
.home_link_child {
  width: 49%;
  padding: 24px 16px;
  background: #F5FBFF;
  border: 2px solid #0F76B9;
  border-radius: 8px;
  text-align: center;
}
.home_link_child:last-of-type {
  background: #FFFAF5;
  border: 2px solid #E67612;
}
.home_link_child h2 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0F76B9;
}
.home_link_child:last-of-type h2 {
  color: #E67612;
}
.home_link_child h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #767676;
}
.home_link_child p {
  margin-bottom: 20px;
}
.home_link_child p span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
.home_link_child p span::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: cover;
}
.home_link_child img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 950px) {
  .home_link_child h2 {
    font-size: 2.5rem;
  }
  .home_link_child p span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  #home_link {
    padding: 32px 0 46px;
  }
  .home_link_child {
    width: 100%;
    margin-bottom: 14px;
    padding: 16px;
  }
  .home_link_child h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .home_link_child h2 span {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .home_link_child p {
    margin-bottom: 14px;
  }
  .home_link_child p span {
    font-size: 14px;
  }
  .home_link_child img {
    margin-bottom: 14px;
  }
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #news {
    padding-bottom: 60px;
  }
}
/*-----------------------------------------------------
	#home_link_bottom
------------------------------------------------------*/
#home_link_bottom {
  padding-bottom: 80px;
}
.home_link_bottom_child {
  position: relative;
  width: 32.1%;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  text-align: center;
}
.home_link_bottom_child::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/home/explore.png") no-repeat center center;
  background-size: cover;
}
.home_link_bottom_child:nth-of-type(2)::before {
  background: url("../img/home/directions_boat.png") no-repeat center center;
}
.home_link_bottom_child:nth-of-type(3)::before {
  background: url("../img/home/water.png") no-repeat center center;
}
.home_link_bottom_child:nth-of-type(4)::before {
  background: url("../img/home/meeting_room.png") no-repeat center center;
}
.home_link_bottom_child:nth-of-type(5)::before {
  background: url("../img/home/ad_group.png") no-repeat center center;
}
.home_link_bottom_child:nth-of-type(6)::before {
  background: url("../img/home/storefront.png") no-repeat center center;
}
.home_link_bottom_child a {
  display: block;
  padding: 24px 24px 24px 55px;
}
.home_link_bottom_child:nth-of-type(2) a, .home_link_bottom_child:nth-of-type(3) a {
  padding: 14px 24px 14px 55px;
}
.home_link_bottom_child a h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.home_link_bottom_child a h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #767676;
}
.home_link_bottom_child a h3 span i {
  margin-left: 5px;
}
@media screen and (max-width: 950px) {
  .home_link_bottom_child::before {
    left: 12px;
  }
  .home_link_bottom_child a h3 {
    font-size: 1.3rem;
  }
  .home_link_bottom_child a {
    padding: 24px 24px 24px 45px;
  }
  .home_link_bottom_child:nth-of-type(2) a, .home_link_bottom_child:nth-of-type(3) a {
    padding: 14px 24px 14px 45px;
  }
}
@media screen and (max-width: 750px) {
  #home_link_bottom {
    padding-bottom: 60px;
  }
  .home_link_bottom_child {
    width: 100%;
    margin-bottom: 12px;
  }
  .home_link_bottom_child::before {
    left: 16px;
  }
  .home_link_bottom_child a {
    display: block;
    padding: 20px 16px 20px 55px;
  }
  .home_link_bottom_child:nth-of-type(2) a, .home_link_bottom_child:nth-of-type(3) a {
    padding: 11px 16px 11px 55px;
  }
  .home_link_bottom_child a h3 {
    font-size: 14px;
  }
  .home_link_bottom_child a h3 span {
    font-size: 11px;
  }
}
/*-----------------------------------------------------
	#home_gallery
------------------------------------------------------*/
#home_gallery {
  position: relative;
  height: 200px;
  padding: 30px 0;
  background: url("../img/home/gallery_bg.jpg") no-repeat left center;
  background-size: cover;
}
.home_gallery_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  background: rgb(14,164,179);
  background: linear-gradient(90deg, rgba(14,164,179,1) 0%, rgba(14,164,179,1) 63%, rgba(14,164,179,0) 64%);
  text-align: right;
}
@media screen and (min-width: 2600px) {
  .home_gallery_left {
    background: linear-gradient(90deg, rgba(14,164,179,1) 0%, rgba(14,164,179,1) 73%, rgba(14,164,179,0) 74%);
  }
}
.home_gallery_left img {
  height: 200px;
}
#home_gallery .wrap h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
}
#home_gallery .wrap h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
#home_gallery .wrap .link_btn {
  background: #fff;
  border: none;
}

@media screen and (max-width: 750px) {
  #home_gallery {
    height: auto;
    padding: 0 0 20px;
    background: none;
  }
  .home_gallery_left {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    text-align: center;
  }
  .home_gallery_left img {
    width: 100%;
    height: 32.133vw;
  }
  #home_gallery .wrap h2 {
    margin-bottom: 14px;
    font-size: 16px;
  }
  #home_gallery .wrap h2 span {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #home_gallery .wrap .link_btn {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 570px) {
  .home_gallery_left img {
    height: 42.133vw;
  }
}
@media screen and (max-width: 414px) {
  .home_gallery_left img {
    height: 52.174vw;
  }
}
/*-----------------------------------------------------
	#home_access
------------------------------------------------------*/
#home_access {
  padding-top: 80px;
  padding-bottom: 80px;
}
#home_access .wrap h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
}
.home_access_child {
  position: relative;
  width: 49%;
  padding-left: 15px;
}
.home_access_child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
.home_access_child:last-of-type::before {
  background: #E67612;
}
.home_access_child_contents {
  width: 49%;
}
.home_access_child_contents h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.home_access_child_contents .link_btn {
  margin-bottom: 20px;
}
.home_access_child_contents h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #767676;
}
.home_access_child_contents h4:last-of-type {
  margin-top: 15px;
}
.home_access_child_contents h4 i {
  margin-right: 5px;
}
.home_access_child_contents p {
  font-size: 1.6rem;
  line-height: 1.3;
}
.home_access_child_contents iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  #home_access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home_access .wrap h2 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .home_access_child {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .home_access_child::before {
    display: none;
  }
  .home_access_child:last-of-type {
    margin-bottom: 0;
  }
  .home_access_child_contents {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
  }
  .home_access_child_contents:last-of-type {
    margin-bottom: 0;
  }
  .home_access_child_contents:first-of-type, .flex .home_access_child:nth-of-type(2) .home_access_child_contents:first-of-type {
    padding-left: 18px;
  }
  .home_access_child_contents:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0F76B9;
    border-radius: 3px;
  }
  .flex .home_access_child:nth-of-type(2) .home_access_child_contents:first-of-type::before {
    background: #E67612;
  }
  .home_access_child_contents h3 {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .home_access_child_contents .link_btn {
    margin-bottom: 14px;
  }
  .home_access_child_contents h4 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .home_access_child_contents h4:last-of-type {
    margin-top: 15px;
  }
  .home_access_child_contents p {
    font-size: 14px;
  }
  .home_access_child_contents iframe {
    height: 250px;
  }
}