@charset "utf-8";
/* CSS Document */
/* 汎用 */
html { font-size: 10px;}
body {
	font-family:'Zen Old Mincho',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #333;
	margin: 0 auto;
	max-width: 1920px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
a {text-decoration: none;}
li {list-style: none;}
img {max-width: 100%;}
.sp-only { display: none;}
.flex {display: flex;}
.row {flex-direction: row-reverse;}
.wrap {flex-wrap: wrap;}
.fftp {font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";}
.ffym {font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.fftg {font-family:"FOT-TsukuARdGothic Std", sans-serif;}
.fwb {font-weight: bold;}
.white {color: #fff;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs24 {font-size: 24px;}
.fs28 {font-size: 28px;}
.fs32 {font-size: 32px;}
.fs40 {font-size: 40px;}
.pt0{padding-top: 0!important;}

/*==================================================
header
===================================*/
#header {
	width: 100%;
	background: #fff;
	position: fixed;
	top:0;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
    height: 100px;
}
.header_wrap {
	display: flex;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	padding: 10px 0;
}
.header_left {
	width: 20%;
    z-index: 1;
	padding-left: 2em;
}
.header_right {
    width: 100%;
    position: absolute;
    top: 0em;
}
.header_right span,#gloval_nav{
	float: right;
}
.mr100
{
    margin-right: 116px;
}
/* ハンバーガーメニュー
---------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#f2f2f2;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
    font-size: 1.8rem;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:0;
  right: 0;
  cursor: pointer;
    width: 116px;
    height:100px;
    background: #6d4100;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 36px;
    height: 3px;
    border-radius: 2px;
  background-color: #FFFFFF;
    width: 40%;
  }

.openbtn1 span:nth-of-type(1) {
  top:40px; 
}

.openbtn1 span:nth-of-type(2) {
  top:48px;
}

.openbtn1 span:nth-of-type(3) {
  top:56px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 40px;
    left: 45px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 52px;
    left: 45px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*==================================================
main
===================================*/
.mainvisual {
	height: calc(100vh - 100px);
    background: url(../img/mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 10em;
}
.mainvisual h1 {
	position: absolute;
	top: 10rem;
	left: 15rem;
	width: 450px;
}
.catch_copy {
    position: absolute;
    top: 50%;
    left: 50%;
	letter-spacing: 0.5em;
    transform: translate(-50%,-50%);
    width: 100%;
}
.catch_copy h2 {
	color: #fff;
    font-size: 8rem;
    line-height: 1.5;
    text-align: center;
    font-family: "Zen Old Mincho";
}


/*==================================================
奄美創建について
===================================*/
#amamisouken_about{
	background-color: #f2f2f2;
    width: 100%;
	height: 54vw;
	padding: 8em 0;	
}
#amamisouken_about .wrap{
	width: 90%;
    margin: 0 auto;
	background-image:url("../img/COMPANY.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#amamisouken_about img{
	float: left;
	width: 45%;
	position: absolute;
    z-index: 1;
    padding: 10em 0;
}
#amamisouken_about ul{
	float: right;
	width: 48%;
}
#amamisouken_about .about_inner{
    width: 100%;
	height: 63vh;
	padding: 10em 0;
}
#amamisouken_about h3{
	font-size: 40px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #6d4100;
}
#amamisouken_about .about_inner li{
	width: 85%;
    font-size: 16px;
	font-family: "Zen Old Mincho";
    padding: 2em 0;
    line-height: 1.5em;
}
#amamisouken_about .about_inner .about_look{
	float: right;
    width: 20%;
    background-color: #6d4100;
    background-repeat: no-repeat;
    background-size: 30%;
    clear: both;
	margin: 1em 37em;
}
#amamisouken_about .about_inner .about_look li{
	font-family: "Zen Old Mincho";
    padding: 1em 1em;
    color: #fff;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 18px;
}
#amamisouken_about .about_inner .about_look img{
	float: right;
    width: 32px;
    padding: 0;
    clear: both;
    right: 49em;
    padding-top: 1.5em;
}
/*==================================================
WORKS
===================================*/
#amamisouken_works h2{
	text-align: center;
	font-size: 80px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #333333;
    letter-spacing: 0.2em;
	padding-top: 0.5em;
}
#amamisouken_works{
	width: 100%;
    margin: 0 auto;
	background-image: url("../img/works.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 100%;
	padding: 20em 0 0 0;	
}
#amamisouken_works .wrap{
	width: 85%;
	margin: 0 auto;
	font-family: "Zen Old Mincho";
	padding: 4em 0;
}

#amamisouken_works h3 {
    font-size: 40px;
    font-weight: bold;
    color: #6d4100;
}
#amamisouken_works p{
	font-size: 26px;
	font-weight: bold;
	margin-top: 1em;
}
#amamisouken_works .works_text{
	float: right;
	width: 50%;
	height: 40vh;
	padding: 8em 0 0;
}
#amamisouken_works .works_text li{
    width: 88%;
	font-size: 16px;
    line-height: 1.5em;
	margin-top: 1em;	
}
#amamisouken_works img{
	float: right;
	width: 50%;
}
#amamisouken_works .works_look{
	float: right;
    width: 20%;
    background-color: #6d4100;
    background-repeat: no-repeat;
    clear: both;
	margin: 0;
	position: relative;
    bottom: 20em;
}
#amamisouken_works .works_look li{
	font-family: "Zen Old Mincho";
    padding: 1em 1em;
    color: #fff;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 18px;
}
#amamisouken_works .works_look img{
	float: right;
    width: 32px;
	padding: 0;
    right: 38em;
    padding-top: 1.8em;
	padding-right: 0.8em;
}
/*==================================================
recruit
===================================*/
#amamisouken_recruit_ttl h2{
	text-align: center;
	font-size: 80px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #333333;
    letter-spacing: 0.2em;
	padding-top: 0.5em;
}
#amamisouken_recruit{
	width: 100%;
    margin: 0 auto;
	background-image: url("../img/recruit_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 75vh;
	padding: 8em 0;	
}
#amamisouken_recruit .wrap{
    float: right;
    width: 50%;
	margin: 0 auto;
	font-family: "Zen Old Mincho";
	padding: 4em 0;
}

#amamisouken_recruit h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
#amamisouken_recruit p{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin: 2em 0;
}
#amamisouken_recruit .recruit_text{
	float: right;
	width: 100%;
	height: 40vh;
	padding: 16em 0 0;
}

#amamisouken_recruit .recruit_text li{
    width: 88%;
	font-size: 16px;
	color: #fff;
    line-height: 1.5em;
	margin-top: 1em;
}
#amamisouken_recruit img{
	float: right;
	width: 50%;
}
#amamisouken_recruit .recruit_look{
	float: right;
    width: 35%;
    background-color: #6d4100;
    background-repeat: no-repeat;
	border: 1px solid #fff;
	margin-top: 2em;
}
#amamisouken_recruit .recruit_look li{
	font-family: "Zen Old Mincho";
    padding: 1em 1em;
    color: #fff;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 18px;
}
#amamisouken_recruit .recruit_look img{
	float: right;
    width: 32px;
	padding: 0;
    right: 38em;
    padding-top: 1.5em;
	padding-right: 0.8em;
}
/*==================================================
お知らせ NEWS
===================================*/
#amamisouken_news{
	width: 100%;
	background-color: #efefef;
	margin: 100px 0;
	padding: 5em 0;
}
#amamisouken_news h2{
	text-align: center;
	font-size: 40px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #333333;
    letter-spacing: 0.2em;
	padding-top: 0.5em;
}
#amamisouken_news p{
	color: #6d4100;
	text-align: center;
	font-size: 20px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	margin-top: 1em;
}
#amamisouken_news .wrap{
    width: 700px;
    margin: 0 auto;
    padding-top: 10em;
}
#amamisouken_news .news_text{
    width: 100%;
}
#amamisouken_news dl{
	font-size: 16px;
    font-family: "Zen Old Mincho";
}
#amamisouken_news dt {
    float: left;
	color: #6d4100;
	font-weight: bold;
    margin-right: 2em;
	padding-left: 2em;
}
#amamisouken_news dd {
    margin-bottom: 2em;
	border-bottom: 2px dotted #afafaf;
	padding-bottom: 1.5em;
}
#amamisouken_news hr{
	width: 7%;
    border-bottom: 2px solid #6d4100;
    margin-top: 3em;
}

/*==================================================
CONTACT
===================================*/
#amamisouken_contact h2{
	text-align: center;
	font-size: 80px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #fff;
    letter-spacing: 0.1em;
	padding-top: 1em;
}
#amamisouken_contact{
	width: 100%;
    margin: 0 auto;
	background-image: url("../img/contact_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
#amamisouken_contact p{
	text-align: center;
	font-size: 18px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #fff;
	padding-top: 2em;
}
#amamisouken_contact .wrap{
	width: 50%;
	margin: 0 auto;
	font-family: "Zen Old Mincho";
	padding: 8em 0;
	
}
.contact_tel,.contact_mail{
    background-color: #6d4100;
    width: 250px;

}
.contact_tel a,.contact_mail a{
	color: #FFFFFF;
}
.contact_tel img,.contact_mail img{
	margin-right: 1em;
}
.contact_tel span,.contact_mail span{
	margin-top: 0.2em;
}
.contact_tel{
	float: left;
	padding: 0.5em;
	font-family: futura-pt;
	font-weight: bold;
	font-size: 20px;
    height: 32px;
}
.contact_mail{
	float: right;
	padding: 0.5em;
	font-size: 18px;
	margin-left: 6vw;
    height: 32px;
}

/*==================================================
address
===================================*/
#amamisouken_address {
    width: 300px;
    margin: 0 auto;
    padding: 5em 0;
}

#amamisouken_address p{
    font-family: "Zen Old Mincho";
    text-align: center;
    font-size: 18px;
	margin: auto;
	padding-top: 1em;
}
#amamisouken_address .tel{
	font-family: futura-pt;
    font-weight: bold;
}

/*==================================================
footer copyright
===================================*/
#footer{
	width: 100%;
    background: #6d4100;

}
#footer .copyright {
	color: #FFFFFF;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
	margin: 0 auto;
}
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 52px;
    background: #fec910;
    border-radius: 50%;
    z-index: 999;
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


/*--- 下層 ---*/
/*mainvisual*/
.s-mainvisual {
	height: 50vh;
	background: url("../img/mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.s-mainvisual h1 {
	position: absolute;
	bottom: 5rem;
	right: 5rem;
	width: 350px;
}
.page-ttl {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%);
}
.page-ttl h2 {
	font-size: 4rem;
	line-height: 1.5;
}


/*service*/
#service01 {
	padding: 8rem 0;
}
.ttl02 {
	width: 300px;
	margin: auto;
	background: #B5D9F5;
	border-radius: 2rem;
	padding: 1rem 0;
}
.ttl02 p {
	text-align: center;
	color: #0A1E4D;
}








/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #0C3675;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
