@charset "UTF-8";
/* CSS Document */
body{
    width: 100%;
    height: auto !important;
	margin:0;
    padding:0;
	font-size:16px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333333;
	background-color: #fff;
    -webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

p{
	line-height: 2;
    color: #000;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
/*----------------------------------------------*/
/* 共通 */
.contens_title{
    color: #D1F1CC;
    padding: 130px 0 130px 0;
}
.contens_title h2{
    font-size: 5em;
    font-weight: bold;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
/*----------------------------------------------*/
/* nav */
#brand-logo{
    width: 180px;
}
#global-head {
    position: fixed;
    color: #033560;
    width: 230px;
    text-align: center;
    background-color: #ffffff;
    z-index: 100;
}

aside{
    overflow-y: scroll;
    display: block;
}
#sidebar {
    font-size: 18px;
    font-weight: bold;
    padding-top: 160px;
    width: 230px;
    height: 100vh;
    position: fixed;
    color: #333333;
    background: #fff;
    z-index: 90;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#sidebar span{
    font-size: 14px;
    padding-left: 15px;
    font-weight: normal;
}

#global-nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 30px;
}
#global-nav > ul > li {
    position: relative;
}
 
#global-nav a {
    color: #414A4E;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: background-color .3s linear;
}
.nav_foot{
    padding-top: 20px;
    padding-left: 30px;
}
.nav_foot p{
    font-size: 14px;
    color: #414A4E;
    line-height: 1.5;
    font-weight: bold;   
}
.sns_link{
    display: flex;
}
.sns_link img{
    width: 35px;
    margin-top: 10px;
    margin-right: 15px;
}
.nav_foot a{
    font-size: 12px;
    font-weight: bold;
}
.sct_link{
    margin-top: 12px;
}
.copy_right p{
    font-size: 11px;
    margin: 10px 0;
}
 
/* sub-menu */
#global-nav .sub-menu-nav {
    position: fixed;
    background: #033560;
    color: #fff;
    top: 0;
    padding-top: 90px;
    left: 230px;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width .2s ease-out;
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
    width: 230px;
}
 
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 55px;
    padding: 10px;
    background: #ffffff;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
    background: #ffffff;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333333;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle p {
	font-size: 10px;
    position: absolute;
    top: 25px;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

 
#overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*----------------------------------------------*/
/* main */
#main{
    width: calc(100% - 230px);
    margin: 0 0 0 auto;
    overflow: hidden;
}
/*----------------------------------------------*/
/* main_v */
.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.swiper-pagination-bullet {
  background-color: #ffffff !important;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-img img{
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}
/*----------------------------------------------*/
/* contents_01 */
#contents_01{
    width: 100%;
    height: 100vh;
    background-image: url(../img/contents/map_bak.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
}
.catch_txt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 100px;
    left: 10%;
}

#contents_01 p{
    line-height: 2.4;
    text-shadow: 0px 0px 5px #ffffff;
}
/*----------------------------------------------*/
/* contents_02 */
#contents_02{
    position: relative;
    z-index: 10;
    background-color: #ffffff
}
.item_wrap{
    text-align: center;
}
.item_wrap h3{
    font-weight: bold;
    margin-bottom: 50px;
}
.ice_box{
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item_box{
    width: 50%;
    margin: 80px auto;
}
.item_wrap img{
    width: 90%;
    margin: auto;
}
p.item_info{
    width: 100% !important;
    text-align: center !important;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px !important;
}
p.item_info span{
    font-size: 12px;
    font-weight: bold;
}
.contact_link{
    width: 300px;
    margin: auto;
    background-color: #BF97A9;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    display: block;
}
.contact_link a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.contact_link:hover{
    background-color: #DBC0CC;
    -webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.contact_link span{
    font-size: 12px;
}
/*----------------------------------------------*/
/* contents_03 */
#contents_03{
    position: relative;
    z-index: 10;
    background-color: #ffffff
}
.flex_wrap{
    margin-top: 130px;
    display: flex;
    justify-content: center;
}
.text_box{
    width: 50%;
    max-width: 385px;
    margin: 0 50px;
    text-align: justify;
}
/*----------------------------------------------*/
/* contents_04 */
#contents_04{
    position: relative;
    z-index: 10;
    background-color: #ffffff
}
.photo_wrap{
    width: 100%;
    max-width: 1000px;
    height: 190vh;
    margin: auto;
    position: relative;
}
.img_box{
    width: 50%;
    position: absolute;
    width: 50%;
    padding: 10px;
}
.img03{
    max-width: 420px;
    top: 40%;
}
.img04{
    top: 48%;
    right: 0;
}
.img05{
    top: 75%;
}
.img06{
    max-width: 450px;
    top: 70%;
    right: 0;
}
.text_box02{
    position: absolute;
    width: 50%;
    max-width: 385px;
    margin: 0;
    padding: 10px;
    top: 0;
    right: 0;
}
.photo_wrap .text_box02 h4{
}
.photo_wrap .text_box02 p{
    margin-bottom: 20%;
}

.flex-row-container {
    max-width: 1000px;
    margin: auto;
    display: flex;
}

.flex-column-container {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.flex-item {
    width: 100%;
    padding: 25px;
}
.flex-item p{
    margin-bottom: 30px;
}
/*----------------------------------------------*/
/* contents_05 */
#contents_05 .contens_title{
    position: relative;
    color: #D1F1CC;
    padding: 130px 0 130px 0;
    background-color: #ffffff;
    z-index: 10;
}
.youtube_bk{
  position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: #000000;
    background-size: cover;
}

/* ローディングアイコン設定 */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}


/* youtube設定 */

#youtube-area{
    position: fixed;
    z-index: 0;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}

/*下のコンテンツ*/
.container{
    width: 400px;
    margin: 0 8% 0 auto;
    position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 3;/*一番上に表示*/
    /*見た目の調整*/
    color: #fff;
    text-align: center;
}
.move_title{
    padding-bottom: 50px;
}
.point{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    color: #333333;
    text-align: justify;
    margin-bottom: 50px;
}
.point_title{
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}
.point_title h4{
    margin: 0 0 0 30px;
}
.youtube_link{
    display: block;
    position: relative;
    background-color: #ffffff;
    padding: 100px 0;
}
.youtube_link a{
    width: 400px;
    margin: auto;
    display: flex;
    padding: 20px;
    background-color: #333333;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
}
.youtube_link a:hover{
    background-color: #BABABA;
    -webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.youtube_link p{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
}
.corporate_point{
    position: relative;
    background-color: #ffffff;
}
.vertical_flexbox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 50px 0;
}
.vertical_txt{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    padding: 0 50px;
}
.application_wrap{
    position: relative;
    background-color: #ffffff;
    padding: 100px 0;
}
.application_inner{
    max-width: 1000px;
    margin: auto;
}
.application_title h3{
    font-weight: bold;
    margin-bottom: 60px;
}
.application_table {
width: 100%;
    margin-bottom: 50px;
}
.application_table th,
.application_table td {
border: 1px solid #ccc;
padding: 20px;
    line-height: 2;
}
.application_table th {
font-weight: bold;
background-color: #C3FFC7; 
}
.contact_link02{
    width: 300px;
    margin: auto;
    background-color: #34C73E;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    display: block;
}
.contact_link02 a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.contact_link02:hover{
    background-color: #75E37C;
    -webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.contact_link02 span{
    font-size: 12px;
}
/* scroll_guide */
.type {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.type::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
}
.type a {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    padding: 10px 10px 110px;
    color: #fff;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    overflow: hidden;
}
.type a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}
.type a:hover {
    opacity: .5;
}
#type01 a::after {
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/*----------------------------------------------*/
/* contents_06 */
#contents_06{
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    padding-bottom: 80px !important;
}
#contents_06 .contens_title{
    padding: 30px 0 130px 0;
}
.kaisha_inner{
    max-width: 1000px;
    margin: auto;
}
.kaisha {
    width: 100%;
}

.kaisha th,
.kaisha td {
    border: 1px solid #ccc;
    padding: 20px;
}

.kaisha th {
    font-weight: bold;
    background-color: #dedede; 
}
/*----------------------------------------------*/
/* contents_07 */
#contents_07{
    position: relative;
    z-index: 10;
    background-color: #ffffff
}
.contact_inner{
    max-width: 1000px;
    margin: auto;
}
.contact_guide{
    text-align: justify;
    border: 5px double #333333;
    padding: 30px;
}
.contact_guide h3{
    padding-bottom: 0px;
    margin-bottom: 10px !important;
    font-size: 20px;
}
.ice_info,.payment_info{
    
    margin-bottom: 30px;
}
.form_title{
    padding: 50px 0;
}
/*----------------------------------------------*/
/* SCT_wrap */
#sct_wrap{
    width: 90%;
    margin: auto;
    padding: 150px 0 0 0;
}
.sct_info h3{
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.sct_table{
    margin-bottom: 50px;
}
.contact_link03{
    width: 300px;
    margin: 0 auto 50px;
    background-color: #34C73E;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    display: block;
}
.contact_link03 a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.contact_link03:hover{
    background-color: #75E37C;
    -webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/*----------------------------------------------*/
/* thanks_wrap */
#thanks_wrap{
    width: 90%;
    margin: auto;
    padding: 150px 0 0 0;
}
.thanks_info{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}
.thanks_info h3{
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
/*----------------------------------------------*/
/* contact_wrap */
#contact_wrap{
    width: 90%;
    margin: auto;
    padding: 150px 0 0 0;
}
.contact_info{
    margin: auto;
    padding-bottom: 50px;
}
.contact_info h3{
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
/*----------------------------------------------*/
/* scroll_action */

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.scroll_txt {
    -webkit-transition: 1.8s ease-in-out;
    -moz-transition: 1.8s ease-in-out;
    -o-transition: 1.8s ease-in-out;
    transition: 1.8s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_txt.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}
