@charset 'utf-8';

/* 全体 */
body{font-family: 'Oswald', YakuHanJP ,游ゴシック体;}
body{font-family: 'Sawarabi Gothic', sans-serif;}
/* ヘッダーメニュー */

.header{
  position: fixed;
  transition: .5s;
  width: 100%;
  z-index: 100;
}
.header.contact{
  position: fixed;
  transition: .5s;
  width: 100%;
  z-index: 100;
    background: rgba(255,255,255,0.9);
  padding: 15px;
}
.header.transform{
  background: rgba(255,255,255,0.9);
  padding: 8px;
}
.header-inner{
  padding: 1% 3%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .gnav{}
.gnav-outer{} */
.top-logo{
	width: 250px;
	display: block;
}
/* .top-logo.logo-hide{
	display: none!important;
} */
.contact-link{
  color: #00A3EE;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.contact-link:hover{
 transition: .3s;
 opacity: 0.7;
}
.contact-link.white{
  color: #fff;
  /* font-weight: bold;
  text-align: right; */
}
/* ファーストビューのスタイル */
.firstViewSlider-inner{position: relative;width: 100%;}
.firstViewSlider img{
  max-height: 750px;   
}
.firstViewSlider-txt{
    position:absolute;
    top:12%;
    left:17%;
    transform:translate(-50%,-50%);
    z-index: 100;
}
.firstViewSlider-txt span{
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  /* font-family: serif; */
  position: relative;
}
/* .firstViewSlider-txt span:before{
  content: "";
  left: 10px;
  width: 15px;
  height: 40px;
  background-color: #fff;
  position: absolute;
} */
/* レイアウトのスタイル */
/* コンテンツレイアウト */
.contents-outer { position:relative; width:100%; padding: 8% 0; overflow: hidden;}
.contents-inner { position:relative; max-width:1120px; text-align:left; margin:0 auto;  }
.contents-inner2 { position:relative; max-width:50vw; text-align:left; margin:0 auto;  }
/* リンクスタイル */
.link1 {text-align: center; position: relative; display: inline-block; transition: .3s; text-decoration: underline;}
.exicon { font-weight: bold; font-size: 15px;}
.link1::after { position: absolute; bottom: 0; left: 0; content: ''; width: 0; height: 1px; background-color: #000; transition: .3s;}
.link1:hover { opacity: 0.7; transition: .3s;}
/* テキストのスタイル */
.txt1{
    line-height: 1.4rem;
    font-size: 1rem;
}
.txt2{
    line-height: 2rem;
    font-size: 1rem;
}
.txt3{
    font-size: 0.9rem;
    text-align: center;
}
/* ttl */
.ttl1{
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
}
.ttl2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15%;
    /* border-left: solid 5px #7db4e6; */
    padding: 0.25em 0.5em;/*上下 左右の余白*/
}

.ttl3 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 5%;
}
.ttl3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000  ;
    border-radius: 2px;
  }

  .ttl4{
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    line-height: 0.9;
    letter-spacing: 1px;
}

.ttl5{
  font-size: 1.1rem;
  /* text-align: center; */
  font-weight: bold;
  margin: 20px 0 8px 0;
  padding: 0.8rem 1.5rem;
  border-left: 4px solid #000;
}
/* .ttl5::before{
  font-family: "Font Awesome 5 Free";
  content: '\f13d';
  font-weight: 900;
  padding-right: 10px;
  color: #18A7F3;
} */
.en{
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0.03rem;
}
.ttl4 .en {
    position: relative;
    display: inline-block;
    padding: 0 30px;
  }
  .ttl4 .en:before, .ttl4 .en:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: black;
  }
  
  .ttl4 .en:before {
    left:0;
  }
  .ttl4 .en:after {
    right: 0;
  }

/* プロジェクトについて */
.aboutpjt-inner{
 max-width:1120px; text-align:left; margin:0 auto;
}
.aboutpjt-item{
  margin: 0 0 10rem;
  position: relative;
    /* width: 86vw; */
}
.aboutpjt-item:last-child{
    margin: 0;
}
.aboutpjt-photo{
    padding: 0 27rem 0 0;
}
.aboutpjt-txt{
    position: absolute;
    background: #fff;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    width: 37.69230vw;
    padding: 4rem 4rem;
    border: 3px solid #f5f5f5;
}
/* .aboutpjt-item:nth-of-type(even) {
    -webkit-transform: translateX(12.30769vw);
    transform: translateX(12.30769vw);
} */
.aboutpjt-item:nth-of-type(even) .aboutpjt-photo {
    padding: 0 0 0 27rem;
}
.aboutpjt-item:nth-of-type(even) .aboutpjt-txt {
    right: auto;
    left: 12%;
}
/* 吉田さんからのメッセージ */
.name::before {
  content: 'よしだ　　ただひろ';
  display: block;
  font-size: 8px;
  text-align: center;
}

/* 災害救助船を広げる取り組みはこちら */
.social-wrap{
    margin: 0 auto;
    text-align: center;
  }
  
  .social-button{
    text-align: center;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 28%;
    border: 1px solid #000;
    font-size: 20px;
    background-color: #00acee;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 30px;
  }
  
  .twitter{
    background-color: transparent;
  }
  
  .instagram{
    font-size: 25px;
    background-color: transparent;
  }
  
  .social-button:hover{
    border-color: grey;
    color: #000;
    filter: brightness(100%);
  }
  .youtube iframe{width: 100%;}

  /* スクロール時のフェードアクション */
  .fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 1s;
  }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 1s;
  }
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
  }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .tiktok-img:hover{opacity: 0.7; transition: .3s;}
 a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin: 5% auto;
  padding: 1rem 1.5rem;
  border: 2px solid #000;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #000;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 1rem;
}
a.btn_ao_b:hover .b__text {
  color: #fff;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  /* transition: 0.3s; */
}
a.btn_ao_b:hover .b__text::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* コンタクト関連スタイル */
  .ttl-contact{
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    line-height: 0.9;
    letter-spacing: 1px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.form{
max-width: 60rem;
margin: 0 auto;
}
.form-outer{
	border: 3px solid #f6f6f6;
	padding: 3rem;
	background-color: #fff;
}
.form-inner1{
	display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}
.form-inner2 {
display: flex;
  align-items: start;
  margin-bottom: 0;
}
.form-ttl{
	flex: 0 0 15rem;
    font-size: 0.9rem;
    color: #000;
	/* font-weight: bold; */
}
.form-ttl::after {
  content: "＊";
  color: #ce0f0f;
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.form-input{
	font-size: 1rem;
    appearance: none;
    width: 100%;
    border: solid 1px #000;
    padding: 0.6rem;
}
.input{
	vertical-align: middle;
    font: inherit;
}
.form-textarea{
	font-size: 1rem;
    appearance: none;
    width: 100%;
	height: 150px;
    border: solid 1px #000;
    padding: 1rem;
}
.form-btn {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.form-confirmation{
	display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3rem;
    border: solid 1px #000;
    color: #fff;
    border-color: #fff;
    background-color: #00acee;
}
.form-confirmation-inner{
    display: block;
    padding: 1.2rem 4rem;
    border-style: dotted;
    border-width: 1px;
    position: relative;
    border-radius: 3px;
    transition: 0.3s ease-out;
    transition-property: border, border-radius;
}
.form-confirmation:hover,.form-back:hover{
	opacity: 0.7;
	transition: 0.4s;
}
.form-back{
	display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3rem;
    border: solid 1px #000;
    color: #000;
    border-color: #000;
	margin-right: 20px;
}
.btn1-inner{
	display: block;
    padding: 1.2rem 4rem;
    border-style: dotted;
    border-width: 1px;
    position: relative;
    border-radius: 3px;
    transition: 0.3s ease-out;
    transition-property: border, border-radius;
}
.btn2-inner{
	display: block;
    padding: 1.2rem 5rem;
    border-style: dotted;
    border-width: 1px;
    position: relative;
    border-radius: 3px;
    transition: 0.3s ease-out;
    transition-property: border, border-radius;
}
  /* その他 */
  .slick-arrow{display: none!important;}
/* タブレッド表示 */
@media screen and (max-width: 1025px) {
  .contents-outer { width:100%; }
  .contents-outer.contact {padding: 20% 0; }
  .contents-inner { width:96%; }
  .txt2 {line-height: 1.5rem;}
  .ttl4{font-size: 1.8rem;}
  .firstViewSlider-txt span{left: 20%; font-size: 1.5rem;}
  /* プロジェクトについて */
  .aboutpjt-inner{
    width:96%; 
   }
  .aboutpjt-photo{padding: 0 4rem 0 0; }
  .aboutpjt-item{margin: 0 0 16rem;}
  .aboutpjt-wrap{margin-bottom: 30%;}
  .aboutpjt-txt{width: 67.6923vw; padding: 5% 5%; top: 120%; right: 2%;}
  .aboutpjt-item:nth-of-type(even) .aboutpjt-photo {padding: 0 0 0 4rem; }
  .aboutpjt-item:nth-of-type(even) .aboutpjt-txt { left: 0%; left: 2%;}
  .aboutpjt-item:nth-of-type(even){ margin: 0 0 16rem;}
    a.btn_ao_b .b__text {
    font-size: 0.8rem;
    padding-right: 20px;
  }
  a.btn_ao_b{max-width: 150px;}
}
/* スマホ表示 */
@media screen and (max-width: 600px) {
  
  .firstViewSlider-txt{ top: 5%;left: 25%;}
  .firstViewSlider-txt span{font-size: 0.9rem;}
  .firstViewSlider-inner img{height: 100vh!important; object-fit: cover;}
  .top-logo{width: 170px;}
  .header.transform{padding: 10px;}
  .header-inner{padding: 2% 4%;}
  .contact-link{font-size: 0.8rem;}
  .ttl4{ font-size: 1.2rem;}
  .en{ font-size: 0.8rem;}
  .txt1 {line-height: 1.3rem; font-size: 0.9rem;}
  .txt2{font-size:0.8rem; line-height: 1.2rem;}
  .ttl2{margin-bottom: 10%; padding: 0.25em 0.5em; font-size: 1rem;}
  .aboutpjt-photo{padding: 0; width: 85vw;}
  .aboutpjt-txt{top: 130%; width: 80.6923vw;}
  .aboutpjt-item{margin: 0 0 11rem;}
  .aboutpjt-wrap{margin:15% 0 50% 0;}
  .aboutpjt-item:nth-of-type(even) .aboutpjt-photo { transform: translateX(17%);}
  .aboutpjt-item:nth-of-type(even) .aboutpjt-photo {padding: 0;}
  .aboutpjt-item:nth-of-type(even){ margin: 0 0 13rem;}
  .form-inner1, .form-inner2 {flex-wrap: wrap;display: block;}
  .form-outer{padding: 1rem;}
  .form-ttl{margin-bottom: 2%;}
  .form-btn{    flex-wrap: wrap;}
  .form-back{margin-bottom: 20px; margin-right: 0;}
  .btn2-inner{padding: 1.2rem 5.7rem;}
  a.btn_ao_b{max-width: 200px;}

}