/*
Theme Name: Wave･Village LP_sample
Theme URI: localhost/wordpress/
Description: sample-page
Author:amuys
Author URI: localhost/wordpress/
Version: 1.0.0
*/


@charset "UTF-8";

body{font-family: "Arial","YuGothic", "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ ProN W3", 
  "Hiragino Kaku Gothic ProN",sans-serif;}

/*----------------------------------------
| page
----------------------------------------
#inr{width:1080px;
;margin-left:auto;margin-right:auto}

body{text-align:center}

/*----------------------------------------
| page-header
----------------------------------------*/
/* 
.page-header__logo{
  width: 100px;
}
*/

/* 横並びのスタイルをinrクラスに付け替える */
.page-header__inr {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.catch{
  font-size: 2.4vw;
  font-weight: bold;
  color: #0071B5;
  margin-top:10%;
  margin-bottom: -1%;
}

.waverogo{
	width: 310px;
	height: auto;
  margin-top:5px;
  margin-bottom: 10px;
}

/* 横並び */
.page-header__info {
	margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.bn_top{
  position: absolute;
  top:18px;
  right: 20px;
}
.bn_top_img:hover{
  opacity: 0.6;
}

.page-header-info__btn{
	 width: 70px;
	 height: 70px;
   margin-top:30px;
	 margin-bottom: 0px;
   margin-right: 10px;
   margin-left:10px;
	 align-items: flex-start;
	 justify-content: flex-end;
}

.page-header-info__btn:hover {
  opacity: 0.6;
}

.page-header-info__btn_s{
  display: none ; 
}



/*スマホサイズ */
@media screen and (max-width:500px) {
  .catch{
  font-size: 3.4vw;
  margin-left:-1%;
  margin-top:2%;
  }

  .page-header-info__txt{
  display: none ;/* 非表示にする */
  }
  .page-header-info__btn{
  display: none ;/* 非表示にする */
  }
  .waverogo{
  width: 80%;
  height: auto;
  margin-bottom: 8px; 
  margin-left: 0%;
  }

  .page-header-info__btn_s{
   display: block !important; 
   width: 80px;
   height: auto;
   margin-top:20px;
   margin-bottom: 5px;
   margin-right: 5px;
   align-items: start;
 }
 .page-header-info__btn_s:hover {
  opacity: 0.6;
}
.bn_top{
  top:5px;
}
.bn_top_img{
  width: 45vw;
}
}

/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
  .catch{
  font-size: 2.7vw;
  text-align: center;
  margin-left:16%;
  }

  .page-header-info__txt{
  display: none ;/* 非表示にする */   
  }
  .page-header-info__btn{
  display: none ;/* 非表示にする */
  }
  .waverogo{
  width: 70%;
  height:auto;
  margin-bottom: 15px;
  margin-left: 21%;
  }
  .page-header-info__btn_s{
   display: block !important; 
   width: 60%;
   margin-top:50px;
   margin-bottom: 8px;
   margin-right: 55px;
   align-items: start; 
 }
  .page-header-info__btn_s:hover {
  opacity: 0.6;
}
.bn_top{
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.bn_top_img{
  width: 45vw;
}
}

/*----------------------------------------
| トップ
----------------------------------------*/

.topmain{ 
	position:relative;
	margin: 0px 0px 0px 0px;
}
.topimage{
  width: 100%;
  height: auto;
  margin-bottom: -35px;
}


.toptext1{
  position: absolute;
  width: 55%;
  left: 23%;
  top: 13%;
  text-align:center;
  animation-name: fadein;
  animation-duration: 1.5s;
}

@keyframes fadein {
from {
    opacity: 1;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.toptext2{
  position: absolute;
  width: 55%;
  left: 23%;
  top:30%;
  text-align:center;
  animation-name: fadein2;
  animation-duration: 2s;
}

@keyframes fadein2 {
from {
    opacity: 0.5;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*スマホサイズ */
@media screen and (max-width:500px) {
.topimage{
  max-width:100%;
  height: auto;
  margin-bottom: -35px; 
}
.toptext1{
  width: 68%;
  left: 17%;
  top:10%;
 
}
.toptext2{
  width: 62%;
  left: 19%;
  top:28%;
}
}

/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
.toptext1{
  position: absolute;
  width: 63%;
  left: 19%;
  bottom: 6%;
  text-align:center;
  }
}

/*----------------------------------------
| セクションの始まり
----------------------------------------*/
/* セクション初めの帯 */
.section-header {
  position: relative;
  padding: calc((87px - (30px * 1.6)) / 2) 0;
  text-align: center;
  background: #0071B5;
}

/* 帯下部の三角形 */
.section-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0071B5 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px ;
  transform: translate(-50%, 100%);
  content: "";
}

.section-header__ttl1 {
  margin-top: 1%;
  color: #FFFFFF;
  font-weight: lighter;
  font-size: 30px;
}


.section-header__ttl2 {
  color: #E8E33A;
  font-weight: lighter;
  font-size: 40px;
}


.boxline{
  border: solid 1px #FFFFFF;
  padding: 1%;
}

.section-header__ttl1 br{
  display: none;
}
.section-header__ttl2 br{
  display: none;
}

/*スマホサイズ */
@media screen and (max-width:500px) {
/* セクション初めの帯 */
  .section-header {
  position: relative;
  padding: calc((65px - (30px * 1.6)) / 2) 0;
  text-align: center;
  background: #0071B5;
}

/* 帯下部の三角形 */
  .section-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0071B5 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px ;
  transform: translate(-50%, 100%);
  content: "";
} 

.section-header__ttl1 br{
  display: block;
}
.section-header__ttl2 br{
  display: block;
}

  .section-header__ttl1 {
    top:-2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size:20px; 
    letter-spacing: 0.1em;/*文字づめ*/
    line-height: 180%;/*行間*/
  }
  .section-header__ttl2 {
    margin-bottom: 2%;
    margin-left: 4%;
    margin-right: 4%;
    font-size:20px;
    letter-spacing: 0.1em;/*文字づめ*/
    line-height: 120%;/*行間*/
    font-weight: bold;

  }
  .boxline{
  border: solid 0.5px #FFFFFF;
  padding: 0.7% 1.5% 0.7% 1.5% ;/*背景の大きさ調整*/
}

}


/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
/* セクション初めの帯 */
  .section-header {
  position: relative;
  padding: calc((65px - (30px * 1.6)) / 2) 0;
  text-align: center;
  background: #0071B5;
}

/* 帯下部の三角形 */
  .section-header:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0071B5 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px ;
  transform: translate(-50%, 100%);
  content: "";
}	
  .section-header__ttl1 {
    margin-top: 2%;
		font-size:25px;
}
	.section-header__ttl2 {
		font-size:35px;
}

.section-header__ttl1 br{
  display: none;
}
.section-header__ttl2 br{
  display: none;
}

}

/*----------------------------------------
| asking問いかけの部分
----------------------------------------*/
/* 問いかけの背景画像 */
.askingimage{
  position:relative; 
  width: 100%;
  margin-top: 8px;
  height: auto;
}

.asking{
  position:relative;
}

.intro-section__asking{
  position: absolute;
  top:13%;
  left:35%;
  right: 5%;
}
.askingtext{
  margin-top: 4%;
  color:#4D4D4D;
  font-size: 4.5vw;
  font-weight: lighter;
  letter-spacing: 0.08em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}


.askingcheckbox{ 
  margin-bottom: 2.5%;
  margin-right: 2%;
  width:5vw;
}



/* 帯下部の三角形 */
.asking:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

/*スマホサイズ */
@media screen and (max-width:500px) {
.asking:before{
  position: absolute;
  top: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0071B5 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px ;
  transform: translate(-50%, 100%);
  content: "";
  z-index: 10;/*重なり順*/
}

.intro-section__asking{
  z-index: 5;/*重なり順*/
}

.askingimage{
  position: relative;
  width: 100%;
  margin-top: -12px;
  height: auto;
  z-index:2;
}

/* 帯下部の下三角線 */
.asking:after {
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 25px;
  height: 25px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  z-index: 8;/*重なり順*/
}

}

/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
.askingimage{
  position: relative;
  width: 100%;
  margin-top: 0px;
  height: auto;
}
/* 帯下部の下三角線 */
.asking:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

  }






/*----------------------------------------
| セクション ナビゲーション
----------------------------------------*/
.section-content__ttl{
  color: #0071B5;
  font-size: 45px;
  line-height: 130%;/*行間*/
  text-align: center;
  margin-bottom: 26px;
  margin-left:50px;
  margin-right: 50px;
  letter-spacing: 0.08em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

 /* カウンセリングの部分はここから */

.counseling{
  position: relative;

}

.counselingimage{
  position: relative;
  width: 100%;
  height: auto;
}

.counselingimage2{
 display: none;
}

 /* ↓黄色の背景 */
.section-content__navback{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 84%;
  background: #E8E33A;
}

.counselingcontent{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
}

.checkimage{
  position: absolute;
  text-align: right;
  width:18%;
  margin-left: 83%;
  margin-bottom: 20%;
  z-index: 0;/*重なり順*/
}

.calloutline{
  margin-bottom: 10px;
}

.counselingcontent p{
  font-size: 4vw;
  font-weight: lighter;
  margin-left: 7%;
}

.calloutline_h{
  margin-bottom: 10px;
  transform: scale(-1, 1);/*反転*/
}


/*テキスト「キャリアカウンセリング」 */
.counselingcontent h2{
  position: relative;
  text-align: center;
  font-size: 4.5vw;
  color: #E2495F;
  line-height: 100%;/*行間*/
  letter-spacing: -0.1em;/*文字づめ*/
  z-index: 10;/*重なり順*/   
 }

.counselingcontent h3{
  text-align: center;
  font-size: 4vw;
  font-weight: lighter;
  margin-right: -25%;
  margin-top: 0%;
}


/*テキスト＿キャリアカウンセリングの文章 */
.counselingtext_set p{
  display: inline-block;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
  font-size: 3vw;  
  line-height: 130%;/*行間*/
  letter-spacing: 0.1em;/*文字づめ*/
  margin-right:7%;
}


/* メール申し込みのピンク背景 */

.mail-band:hover {
  opacity: 0.6;
}

.mail-back{
  position: relative;
}

.mail-back-img{
  width: 100%;
}

.mail-text{
  position: absolute;
  top: 6%;
  left:8%;
  text-align: center;
}


.mail-text img{
  width:6vw; 
  margin-bottom: 0.9%;
  margin-right:  8px;
}

.mail-text p{  
  color: white;
  font-size: 4vw;
  font-weight: bold;
}

/*スマホサイズ */
@media screen and (max-width:500px) {
 .section-content__ttl{
  color: #0071B5;
  margin-top: -10px;
  margin-bottom: 12px;
  margin-left:15px;
  margin-right: 15px;
  font-size: 21px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.1em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.counselingimage{
 display: none;
}

.counselingimage2{
  position: relative;
  display:block;
  width: 100%;
  height:auto;
}

 /* ↓黄色の背景 */
.section-content__navback{
  position: absolute;
  width: 63%;
  height: 74%;
  background: rgba(232,227,58,0.0);/*背景色（透明に）*/
}
  
.counselingcontent{
  position: absolute;
  top:38%;
  left:53%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
}

.checkimage{
  position: absolute;
  text-align: right;
  width:18%;
  margin-left: 86%;
  margin-top: 5%;
  z-index: 0;/*重なり順*/
}

.calloutline{
  width:16px;
  margin-bottom: 2px;
}
.counselingcontent p{
  text-align: center;
  font-size: 4vw;
  font-weight: lighter;
  margin-left: -70%;
}

.calloutline_h{
  width:16px;
  margin-bottom: 2px;
  transform: scale(-1, 1);/*反転*/
}

/*テキスト「キャリアカウンセリング」 */
.counselingcontent h2{
  position: relative;
  text-align: center;
  margin-top: 0%;
  font-size: 6vw;
  color: #E2495F;
  line-height: 110%;/*行間*/
  letter-spacing: -0.1em;/*文字づめ*/
  z-index: 10;/*重なり順*/
}

.counselingcontent h3{
  text-align: center;
  font-size: 4vw;
  font-weight: lighter;
  margin-right: -42%;
}

.counselingtext_set{
  text-align: center;
}

/*テキスト＿キャリアカウンセリングの文章 */
.counselingtext_set p{
  display: inline-block;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */ 
  font-size: 4vw;
  letter-spacing: 0.05em;/*文字づめ*/ 
  margin-left:7%;
  margin-right: 5%;
}



/* メール申し込み部分ピンク */
.mail-back{
  position: relative;
  text-align: center;
}

.mail-back-img{
  border-radius: 4px;/*角丸*/ 
  margin-top:2%;
  height: 83px;
  width: 91%;
}

.mail-text{
  position: absolute;
  top:28%;
  left:12%;

}
.mail-text img{
  width:7vw; 
  margin-bottom: 1.2%;
  margin-right:  2px;
}
.mail-text p{  
  color: white;
  font-size: 6vw;
  line-height: 115%;/*行間*/
  letter-spacing: 0.01em;/*文字づめ*/
  font-weight: bold;
  margin-right: 13%;
}
}



/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
  /* ↓黄色の背景 少し伸びる*/
  .section-content__navback{
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 83%;
  background: #E8E33A;
}
  .section-content__ttl{
  color: #0071B5;
  margin-top: -10px;
  margin-bottom: 12px;
  margin-left:20px;
  margin-right: 20px;
  font-size: 38px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.counselingcontent{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
}

.checkimage{
  position: absolute;
  text-align: right;
  width:18%;
  margin-left: 83%;
  margin-bottom: 20%;
  z-index: 0;/*重なり順*/
}

.calloutline{
  width:30px;  
  margin-bottom: 8px;
}

.counselingcontent p{
  text-align: center;
  font-size: 4vw;
  font-weight: lighter;
  margin-left: -50%;
}

.calloutline_h{
  width:30px;
  margin-bottom: 8px;
  transform: scale(-1, 1);/*反転*/
}

/*テキスト「キャリアカウンセリング」 */
.counselingcontent h2{
  position: relative;
  text-align: center;
  margin-top: 0%;
  font-size: 5vw;
  color: #E2495F;
  letter-spacing: -0.1em;/*文字づめ*/
  z-index: 10;/*重なり順*/
}

.counselingcontent h3{
  text-align: center;
  font-size: 4vw;
  font-weight: lighter;
  margin-right: -30%;
  margin-top: 0%;
}

.counselingtext_set{
  text-align: center;
}

/*テキスト＿キャリアカウンセリングの文章 */
.counselingtext_set p{
  display: inline-block;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
  font-size: 3vw;
  line-height: 130%;/*行間*/
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 4%; 
}

/* メール申し込みの部分 */

.mail-back{
  position: relative;
  top:-2px;
}
.mail-back-img{
  height: 60px;
  width: 100%;
}
.mail-text{
  top: 7%;
  left:7%;
}
}


/*----------------------------------------
| メインセクション-1
----------------------------------------*/
.wavepoint{
  margin-top: 3%;
  background: #FFFFFF;/*背景色*/
  padding: 0 0 140% 0 ;/*背景の大きさ調整*/
}

.titleback{
  position: relative;
}

.titleback-img{
  width:85vw; 
}

.titleback p{
  position: absolute;
  top:14%;
  left:9%;
  color:white;
  font-size: 7vw;
  line-height: 120%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  font-weight: bold;
  transform: rotate( -4deg );/*斜めに表示*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.wavepoint-content{
  position: relative;
}

/*ウェイブポイント1*/
.wavepoint-content_block1 img{
  position: absolute;
  width:30vw; 
  top:2%;
  left:4%;
}

.wavepoint-content_block1 h1{
  position: absolute;
  margin-top:-2%;
  left:28%;
  color:white;
  background: #0071B5;/*背景色*/
  padding: 0.2em 0.3em 0em 0.3em ;/*背景の大きさ調整*/
  font-size: 5vw;
  line-height: 120%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  transform: rotate( -7deg );/*斜めに表示*/

  font-family:"Adobe Caslon Pro", "Times New Roman";
}

.wavepoint-content_block1 h2{
  position: absolute;
  margin-top:8%;
  left:38%;
  color:#4D4D4D;
  font-size: 4.5vw;
  line-height: 100%;/*行間*/
  letter-spacing: 0.01em;/*文字づめ*/
  font-weight: bold;
}


.wavepoint-content_block1 p{
  position: absolute;
  margin-top:15%;
  left:38%;
  margin-right: 5%;
  color:black;
  font-size: 2.2vw;
  line-height: 135%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}


/*ウェイブポイント2*/
.wavepoint-content_block2 img{
  position: absolute;
  width:30vw; 
  margin-top:34%;
  left:66%;
}

.wavepoint-content_block2 h1{
  position: absolute;
  margin-top:34%;
  left:55%;
  color:white;
  background: #0071B5;/*背景色*/
  padding: 0.2em 0.3em 0em 0.3em ;/*背景の大きさ調整*/
  font-size: 5vw;
  line-height: 120%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  transform: rotate( -7deg );/*斜めに表示*/
  font-family:"Adobe Caslon Pro", "Times New Roman";
}

.wavepoint-content_block2 h2{
  position: absolute;
  margin-top:43%;
  left:8%;
  color:#4D4D4D;
  font-size: 4.5vw;
  line-height: 110%;/*行間*/
  letter-spacing:0.01em;/*文字づめ*/
  font-weight: bold;
}

.wavepoint-content_block2 p{
  position: absolute;
  margin-top:55%;
  left:8%;
  margin-right: 37%;
  color:black;
  font-size: 2.2vw;
  line-height: 135%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */

}

/*ウェイブポイント3*/
.wavepoint-content_block3 img{
  position: absolute;
  width:30vw; 
  margin-top:73%;
  left:4%;
}

.wavepoint-content_block3 h1{
  position: absolute;
  margin-top:72%;
  left:28%;
  color:white;
  background: #0071B5;/*背景色*/
  padding: 0.2em 0.3em 0em 0.3em ;/*背景の大きさ調整*/
  font-size: 5vw;
  line-height: 120%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  transform: rotate( -7deg );/*斜めに表示*/
  font-family:"Adobe Caslon Pro", "Times New Roman";
}

.wavepoint-content_block3 h2{
  position: absolute;
  margin-top:82%;
  left:38%;
  color:#4D4D4D;
  font-size: 4.5vw;
  line-height: 100%;/*行間*/
  letter-spacing: 0.01em;/*文字づめ*/
  font-weight: bold;
}

.wavepoint-content_block3 p{
  position: absolute;
  margin-top:89%;
  left:38%;
  margin-right: 5%;
  color:black;
  font-size: 2.2vw;
  line-height: 135%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

/*ウェイブポイント4*/
.wavepoint-content_block4 img{
  position: absolute;
  width:30vw; 
  margin-top:104%;
  left:66%;
}

.wavepoint-content_block4 h1{
  position: absolute;
  margin-top:104%;
  left:55%;
  color:white;
  background: #0071B5;/*背景色*/
  padding: 0.2em 0.3em 0em 0.3em ;/*背景の大きさ調整*/
  font-size: 5vw;
  line-height: 120%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  transform: rotate( -7deg );/*斜めに表示*/
  font-family:"Adobe Caslon Pro", "Times New Roman";
}

.wavepoint-content_block4 h2{
  position: absolute;
  margin-top:111%;
  left:8%;
  color:#4D4D4D;
  font-size: 4.5vw;
  line-height: 110%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  font-weight: bold;
}

.wavepoint-content_block4 p{
  position: absolute;
  margin-top:119%;
  left:8%;
  margin-right: 37%;
  color:black;
  font-size: 2.2vw;
  line-height: 135%;/*行間*/
  letter-spacing: 0.04em;/*文字づめ*/
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}


/*スマホサイズ */
@media screen and (max-width:500px) {
.wavepoint{
  margin-top: 3%;
  background: #FFFFFF;/*背景色*/
  padding: 0 0 238% 0 ;/*背景の大きさ調整*/
}

.titleback p{
  top:14%;
  left:8%;
  font-size: 7vw;
  letter-spacing: 0.04em;/*文字づめ*/
}

  .wavepoint-content img{
  	display: none;
}
  .wavepoint-content h1{
    left:6%;
    padding: 0.2em 0.3em 0.2em 0.3em ;/*背景の大きさ調整*/
  }
  .wavepoint-content h2{
    left:8%;
    font-size: 6vw;
}
  .wavepoint-content p{
  	left:8%;
    color: #4D4D4D;
  	margin-right: 8%;
  	font-size: 4vw;
    line-height: 145%;/*行間だよ*/
  }
  .wavepoint-content_block1{
  	margin-top: 6%;
  }
  .wavepoint-content_block2 h1{
  	margin-top: 63%;
  }
  .wavepoint-content_block2 h2{
  	margin-top: 75%;
  }
   .wavepoint-content_block2 p{
  	margin-top: 90%;
  }
    .wavepoint-content_block3 h1{
  	margin-top: 125%;
  }
  .wavepoint-content_block3 h2{
  	margin-top: 138%;
  }
   .wavepoint-content_block3 p{
  	margin-top: 146%;
  }
   .wavepoint-content_block4 h1{
  	margin-top: 175%;
  }
   .wavepoint-content_block4 h2{
  	margin-top: 187%;
  }
   .wavepoint-content_block4 p{
  	margin-top: 196%;
  }
}

/*----------------------------------------
| メインセクション-2
----------------------------------------*/
/* メール問合せピンク背景 */
.mail-band2:hover {
  opacity: 0.6;
}

.mail-back2{
  position: relative;
}
.mail-back-img2{
  width: 100%;
}
.mail-text2{
  position: absolute;
  top: 12%;
  left:26%;
}
.mail-text2 img{
  width:6vw; 
  margin-bottom: 2.5%;
  margin-right:  7px;
}
.mail-text2 span{  
  color: white;
  font-size: 4.5vw;
  font-weight: bold;
}

/* どんな理由でもOK!のところ */
.reason{
  background-image:url("images/reasonback.png");
  width: auto;
  height:100%;
  background-size: cover;
}

.reasontitle br{
  display: none;/*改行を無効にする*/
}

.reasontitle{
  margin-top:3%;
  text-align: center;
  color: #0071B5;
  font-size: 4vw;
  line-height: 110%;/*行間*/
  letter-spacing: 0.05em;/*文字づめ*/
  font-weight: bold;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.reason-circle {
	text-align: center;
	margin-top: 5%;
	margin-left:12%;
	margin-right: 10%;
	padding: 0em 0em 5em 0em ;/*背景の大きさ調整*/
}

/*黄色円↓*/
.circle{
  display: inline-block;
  margin-top: 1%;
  margin-left:1%;
  width: 170px;
  height: 170px;
  text-align:center;
  line-height: 170px;
  border-radius: 50%;/*角丸*/
  background: rgba(232,227,58,0.9);/*背景色（透過）*/
}

.circle p{
  margin-top:33px;
  font-size: 23px;
  line-height: 140%;/*行間*/
  letter-spacing: 0.02em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.reasonback_img{
  display: none;
}

/*スマホサイズ */
@media screen and (max-width:500px) {
/* メール申し込み部分ピンク */
.mail-back2{
  position: relative;
  text-align: center;
}

.mail-back-img2{
  border-radius: 4px;/*角丸*/ 
  margin-top:2%;
  height: 53px;
  width: 91%;
}

.mail-text2{
  position: absolute;
  top:28%;
  left:14%;

}
.mail-text2 img{
  width:7.3vw; 
  margin-bottom: 3%;
  margin-right:  2px;
}
.mail-text2 span{  
  color: white;
  font-size: 6vw;
  letter-spacing: 0.01em;/*文字づめ*/
  font-weight: bold;
  margin-right: 0%;
}


.reason{
  background-image:none;
}

.reasonback{
  position: relative;
}

.reasonback_img{
  display: block;
  margin-bottom:-7%;
  width: 100%;
  height:167px;
  object-fit: cover; /*画像のトリミング(縦を短く)*/
  object-position: 100% 0% /*トリミングの位置指定*/
}

.reasontitle br{
  display: block;/*改行を有効にする*/
}

.reasontitle{
  position:absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:27%;
  color: #0071B5;
  font-size: 5.8vw;
  text-shadow: 1px 1px 0 #FFFFFF,
             -1px 1px 0 #FFFFFF,
              1px -1px 0 #FFFFFF,
             -1px -1px 0 #FFFFFF;
  line-height: 130%;/*行間*/
  letter-spacing: 0.05em;/*文字づめ*/
  font-weight: bold;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.reason-circle {
  text-align: center;
  margin-top: 8%;
  width: 100%;
  margin-bottom: 0%;
  margin-left:-1%;
  margin-right: 0%;
  padding: 0em 0em 0em 0em ;/*背景の大きさ調整*/
}

.circle{
  display: block;
  border-radius: 0%;/*角丸*/
  width: 100%;
  height: auto;
  position: relative;
  padding:0.3em 0em;
  background: none;
}

.reason-circle br{
  display: none;/*改行を無効にする*/
}

.circle p:before {
  content:">>";
}

.circle p{
  margin-top:-3%;
  margin-bottom:1%;
  font-size:5vw;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(#f4f342 0%, #fad161 100%);
  padding: 0.7em 0.3em 0.7em 0.1em ;/*背景の大きさ調整*/
  line-height: 100%;/*行間*/
  letter-spacing: 0.02em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

}

/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:960px){
.reason{
  background-image:url("images/reasonback2.png");
  width: 100%;
  background-size: cover;
  margin-bottom: -5%;
}

.reason-circle {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0%;
  margin-left:20%;
  margin-right: 16%;
  margin-top: 3%;
  background: rgba(232,227,58,0.0);/*背景色（透過）*/
  padding: 0 0 12% 0 ;/*背景の大きさ調整*/
}

.circle{
  display: block;
  border-radius: 0%;/*角丸*/
  line-height:10px;
  width: 54vw;
  height: auto;
  text-align:center;
  position: relative;
  padding:0.25em 2em;
  background: none;
}

.reason-circle br{
  display: none;/*改行を無効にする*/
}
.reasontitle br{
  display: none;/*改行を無効にする*/
}

.circle p{
  margin-top:-2%;
  bottom:20%;
  font-size: 3.3vw;
  background: rgba(232,227,58,0.9);/*背景色（透過）*/
  padding: 0.28em 0em 0.2em 0em ;/*背景の大きさ調整*/
  line-height: 120%;/*行間*/
  letter-spacing: 0.02em;/*文字づめ*/
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.reasonback_img{
  display: none;
}
}




/*----------------------------------------
| メインセクション-2  * 所属エンジニアスキルの部分 *
----------------------------------------*/

.skill{
    position: relative;
}
.skillback{
  position: relative;
  width: 100%;
  top:-45px;
}

.skilltitleback{
  position: absolute;
  width: 90%;
  left:5%;
  top:5%;  
}

.skill h1{
  position: absolute;
  left:8%;
  top:7.5%;
  font-size: 3.7vw;
  color: #1B1464;
  letter-spacing: -0.03em;/*文字づめ*/
}

.skill h2{
  position: absolute;
  left:7%;
  top:22%;
  font-size: 3.7vw;
  color: #1B1464;
  background: #E8E33A;/*背景色*/
  padding: 0em 0.7em 0em 0.5em ;/*背景の大きさ調整*/

}

.skilltext{
  position: absolute;
  left:7%;
  top:32%;
  right:7%;
}

table{
  width: 87%;
  table-layout: fixed;
  border-collapse: collapse;
}

table tr {
  background:  rgba(255,255,255,0.7);/*背景色（透過）*/
}

table th,table td{
  color: #1B1464;
  font-size: 3.5vw;
  border:solid 2px #1B1464;
  text-align: center;
  padding: 2px 0;
}

.vertical{
  font-size: 2vw;
  vertical-align: top;/*文字の位置を上に*/
}
.skill br{
  display: none;
}
.skilltext_sp{
  display: none;
}

/*スマホサイズ 2 より小さいサイズ*/
@media screen and (max-width:380px) {
.skillback{
  position: relative;
  top:0px;
  width: 100%;
  height: 550px;
  object-fit: cover; 
}

.skill br{
  display: block;
}
.skilltitleback{
  display: none;
}
.skill h1{
  position: absolute;
  text-align: center;
  top:8%;
  left: 0;/*左右中央*/
  right: 0;/*左右中央*/
  margin: auto;/*左右中央*/
  line-height: 130%;/*行間*/
  font-size: 5.5vw;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 2px 0px #4f6aa7, 0px 3px 0px #5470ad;
}

.skill h2{
  top:19%;
  left:7%;
  font-size: 5vw;
}

.skilltext_sp{
  position: absolute;
  display: table;
  top:26%;
  left: 0;/*左右中央*/
  right: 0;/*左右中央*/
  margin: auto;/*左右中央*/
}

.skilltext{
  display: none;
}

table{
  width: 85%;
  table-layout: fixed;
  border-collapse: collapse;
}

table th,table td{
  font-size: 5vw;
  border:solid 1px #1B1464;
  padding: 1.5px 0;
}

.vertical{
  font-size: 3.5vw;
  vertical-align: 0.5em;/*文字の位置を上に*/
}
}

/*スマホサイズ 1 だいたいのスマホサイズ*/
@media screen and (min-width:381px) and (max-width:500px){
.skillback{
  position: relative;
  top:0px;
  width: 100%;
  height: 700px;
  object-fit: cover; 
}

.skill br{
  display: block;
}
.skilltitleback{
  display: none;
}
.skill h1{
  position: absolute;
  text-align: center;
  top:8%;
  left: 0;/*左右中央*/
  right: 0;/*左右中央*/
  margin: auto;/*左右中央*/
  line-height: 130%;/*行間*/
  font-size: 5.5vw;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 2px 0px #4f6aa7, 0px 3px 0px #5470ad;
}

.skill h2{
  top:19%;
  left:7%;
  font-size: 5vw;
}

.skilltext_sp{
  position: absolute;
  display: table;
  top:26%;
  left: 0;/*左右中央*/
  right: 0;/*左右中央*/
  margin: auto;/*左右中央*/
}

.skilltext{
  display: none;
}

table{
  width: 85%;
  table-layout: fixed;
  border-collapse: collapse;
}

table th,table td{
  font-size: 5vw;
  border:solid 1px #1B1464;
  padding: 1.5px 0;
}

.vertical{
  font-size: 3.5vw;
  vertical-align: 0.5em;/*文字の位置を上に*/
}
}


/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:768px){
  .skillback{
  position: relative;
  width: 100%;
  top:-16px;
}
.skill br{
  display: none;
}
.skilltext_sp{
  display: none;
}
}

/*----------------------------------------
| メインセクション-2  * 採用までの流れの部分 *
----------------------------------------*/
.flowmaintitle {
  position: relative;
  border-bottom: 2px solid #000;
  background: #ffffff;
  color: #000;
  text-align: center;
  padding: 10px 0 10px;
  margin: 0;
}

/* 三角形の部分*/
.flowmaintitle:before{
   content: "";
   position: absolute;
   bottom: -44px;
   left: 48%;
   margin-left: -2px;
   border: 22px solid transparent;
   border-top: 22px solid #ffffff;
   z-index: 2;
}
.flowmaintitle :after {
  position: absolute;
  border: 24px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  bottom: -25px;
  content: "";
  left: 47.6%;
  z-index: 1;
}

.flowmaintitle h1{
  font-size: 5vw;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.flow1{
  position: relative;
  display: inline-block;  
  margin: 4% 5%;
  padding: 1% 1%;
  background: #29A4DB;
}

.flow1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -60px;
  border: 35px solid transparent;
  border-top: 20px solid #29A4DB;
}

.flowtitle{
  position: absolute;
  width: 40%;
  margin-top:0%;
  margin-left: 0%;
}

.flowtitle h1{
  display: inline-block;
  position: absolute;
  margin-top:8%;
  left:2%;
  font-size: 3vw;
  font-weight: bold;
  color: #FFFFff;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.flowimage1{
  display: inline-block;
  position: absolute;
  width: 14%;
  margin-top:9%;
  left:69%;
}

.flowtextbox{
  position: relative;
  display: inline-block;
  margin: 0% 0% 0% 35% ;
  padding: 13px 15px;
  min-width: 50%;
  max-width: 90%;
  background: #ffffff;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */ 
  font-size: 2.2vw;
  letter-spacing: 0.04em;/*文字づめ*/
  color:black;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.flow2{
  position: relative;
  display: inline-block;  
  margin: 0% 5%;
  padding: 1% 1%;
  background: #2680BD;
}

.flow2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -60px;
  border: 35px solid transparent;
  border-top: 20px solid #2680BD;
}

.flowimage2{
  display: inline-block;
  position: absolute;
  width: 30%;
  margin-top:1%;
  left:54%;
}

.flow3{
  position: relative;
  display: inline-block;  
  margin: 4% 5%;
  padding: 1% 1%;
  background: #225CA0;
}

.flow3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -60px;
  border: 35px solid transparent;
  border-top: 20px solid #225CA0;
}

.flowimage3{
  display: inline-block;
  position: absolute;
  width: 20%;
  margin-top:6%;
  left:64%;
}

.flow4{
  position: relative;
  display: inline-block;  
  margin: 0% 5%;
  padding: 1% 1%;
  background: #1F3882;
}

.flow4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -60px;
  border: 35px solid transparent;
  border-top: 20px solid #1F3882;
}

.flowimage4{
  display: inline-block;
  position: absolute;
  width: 58%;
  margin-top:4%;
  left:24%;
}

.flow5{
  position: relative;
  display: inline-block;  
  margin: 4% 5%;
  padding: 1% 1%;
  background: #1B1464;
}

.flowimage5{
  display: inline-block;
  position: absolute;
  width: 58%;
  margin-top:1%;
  left:24%;
}


/*スマホサイズ */
@media screen and (max-width:500px) {
.flow{
  margin-top:10px;
}

.flowmaintitle {
  position: relative;
  top:-10px;
  border-bottom: 1px solid #000;
  background: #ffffff;
  color: #000;
  text-align: center;
  padding: 0px 0 7px;
  margin: 0;
}

.flowmaintitle h1{
  font-size: 6vw;
  letter-spacing: 0.02em;/*文字づめ*/
}


/* 三角形の部分*/
.flowmaintitle:before{
   content: "";
   position: absolute;
   bottom: -24px;
   left: 47.8%;
   margin-left: -2px;
   border: 12px solid transparent;
   border-top: 12px solid #FFFFff;
   z-index: 2;
}

.flowmaintitle :after {
  position: absolute;
  border: 13px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  bottom: -14px;
  content: "";
  left: 47%;
  z-index: 1;
}

.flow1:before,.flow2:before,.flow3:before,
.flow4:before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 9%;
  left: 68%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

.flowtitle{
  position: absolute;
  width: 90%;
  margin-top:0%;
  margin-left: 0%;
  letter-spacing: 0.05em;/*文字づめ*/
}

.flowtitle h1{
  display: inline-block;
  position: absolute;
  margin-top:0.5%;
  left:37%;
  font-size: 5vw;
  font-weight: bold;
  color: #FFFFff;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.flowtextbox{
  position: relative;
  display: inline-block;
  margin: 10% 0% 0.8% 0.3% ;
  padding: 10px 15px;
  font-size: 4.1vw;
  letter-spacing: 0.05em;/*文字づめ*/
  line-height: 1.4em;/*行間*/
}

.flowimage1{
  width: 9%;
  left:27%;
  margin-top: 2%;
}
.flowimage2{
  width: 12%;
  left:75%;
  margin-top: 0%;
}
.flowimage3{
  width: 9%;
  left:25%;
  margin-top: 0.8%;
}
.flowimage4{
  width: 22%;
  left:52%;
  margin-top: 1%;
}
.flowimage5{
  width: 22%;
  left:52%;
  margin-top: 0%;
}
}

/*----------------------------------------
| 問い合わせ・申し込みフォーム *
----------------------------------------*/

.contactform{
  padding: 2% 2%;
  margin: 4% 7%;
  border: solid 3px #E2495F;
}

  /* ページジャンプメールボタンでここへ */
#jumphere{
  text-align: center;
  margin-bottom: 2%;
  font-size:4vw;
  color: #E2495F;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}

.contactform_p{
  text-align: center;
  margin-bottom: 3%;
  font-size:2vw;
  -webkit-font-feature-settings: "palt";/* chrome safari */
  -moz-font-feature-settings: "palt";/* firefox */
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt";
  /* ベンダープレフィックス無し */
}


form{
  width:100%;
  margin:0 auto;
}

.item{
  overflow: hidden;
  margin-bottom: 10px;
}

.label{
  float: left;
  margin-top: 2px;
  margin-left:10%;
  margin-right: 2px;
  width:30% ;
  padding-left: 10px;
}

.inputs{
  margin-left:0px;
  float: left;
  width:300px;
}



input[type="text"],input[type="email"],input[type="number"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}

input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.mini{
  font-size:10px;
}

.must {
  background: #FF1A00;
  color: #FFFfff;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 8px;
  padding: 5px 6px;
  letter-spacing: 0.2em;
}

.sp_br{
  display: none;
}


.input-submit {
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

.input-submit input[type="submit"],
.input-submit button{
  appearance: none;
  background-color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #E2495F;
  background: #E2495F;
  font-size: 21px;
  color: #ffffff;
  padding: 0.8em 0.3em;
  transition: all .2s ease;
}

.input-submit input[type="submit"]:hover,
.input-submit button:hover:hover{
  background: #ffffff;
  color: #E2495F;
  cursor: pointer;
}


/*スマホサイズ */
@media screen and (max-width:720px) {
#jumphere{
  font-size:6vw;
  margin-bottom:1%;
}
.contactform_p{
  text-align: center;
  margin-bottom: 3%;
  font-size:4.3vw;
}

.label{
  float: left;
  margin-left:2%;
  margin-bottom: 2%;
  width:80% ;
  padding-left: 10px;
}

.inputs{
  margin-left:10px;
  float: left;
  width:80%;
}

.mini{
  font-size:12px;
}

.sp_br{
  display:block;
  }

.radioset{
  margin-left:7%;
  margin-top: -4%;
  float: left;
}

.input-submit input[type="submit"],
.input-submit button{
  font-size: 20px;
  padding: 0.6em 0.1em;
}

}


/* ipadサイズ */
@media screen and (min-width:721px) and (max-width:768px){
#jumphere{
  font-size:5vw;
  margin-bottom:1%;
}
.contactform_p{
  text-align: center;
  margin-bottom: 3%;
  font-size:2.5vw;
}

.label{
  float: left;
  margin-left:2%;
  margin-right: 2px;
  width:40% ;
  padding-left: 10px;
}

.inputs{
  margin-left:4px;
  float: left;
  width:300px;
}

.sp_br{
  display: none;
}

}

/*----------------------------------------
| フッター
----------------------------------------*/

.page-footer{
  background:url("images/pasohaikei.jpg") no-repeat center center;
  height: 380px;
  background-size:cover;
  position: relative;

}

.page-footer::after {
  content: '';
  background-color: rgba(0,113,181,0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-footer_text{
  text-align: left;
  margin-left:10vw;
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  z-index: 1;  
  -webkit-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
  -moz-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
  -ms-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
  filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
}

.footer_tel{
  font-size: larger;
}
.footer_text{
  line-height: 230%;/*行間*/
}

.footer_br{
  display: none;
}
.lp_bn{
  position: absolute;
  top:20px;
  left:50vw;
}
.bn_img{
  display: block;
  margin-bottom: 15px;
  width: 300px;
  border: 2px solid #FFFFFF;
}
.bn_img:hover{
  opacity: 0.8;
}

/*スマホサイズ */
@media screen and (max-width:500px) {
.page-footer{
  height: 750px;
}

.page-footer_text{
  top: 9%;
}
.page-footer_text h1{
  font-size: 6vw;
}
.page-footer_text h2{
  font-size: 5vw;
  margin-bottom: 1%;
}

.page-footer_text p{
  font-size: 4.5vw;
  line-height: 120%;/*行間*/
}
.footer_tel{
  font-size: larger;
  margin-top: 1%;
  margin-bottom: 2%;
  font-weight: bold;
}

.footer_text{
  margin-top: 1%;
  margin-bottom: 2%;
}
.footer_br{
  display: block;
}
.lp_bn{
  position: absolute;
  left:0px;
  top:320px;
}
.bn_img{
  display: inline-block;
  margin-right: 15px;
  width: 83vw;
}

}


/* ipadサイズ */
@media screen and (min-width:501px) and (max-width:900px){
.page-footer{
  height: 630px;
}

.lp_bn{
  position: absolute;
  left:0px;
  top:260px;
}
.bn_img{
  display: inline-block;
  margin-right: 15px;
}
}

/*----------------------------------------
| 体験談ボタン（追従タイプ）
----------------------------------------*/
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  height:12%;
  background:rgba(0,0,0,0.8);/*背景色（透明に）*/
  color:#ffffff; 
  border-top:0px solid #ffffff; /*ボタン上部の縁取りの色*/
  z-index:98;
}

.footer_fix_btn a {
  position:absolute;
  top:33%;
  margin-left:5%;
  font-size:2.5vw;
  font-weight: bold;
  line-height: 130%;/*行間*/
  text-align:left;
}

.footer_fix_btn br{
  display: none;
}

.input-taiken {
  position: absolute;
  top:20%;
  left:76%;
}

.input-taiken input[type="submit"],
.input-taiken button{
  appearance: none;
  background-color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #E2495F;
  background: #E2495F;
  font-size: 2.1vw;
  color: #ffffff;
  padding: 0.5em 0.8em;
  transition: all .2s ease;
}

.input-taiken input[type="submit"]:hover,
.input-taiken button:hover:hover{
  background: #ffffff;
  color: #E2495F;
  cursor: pointer;
}



/*スマホサイズ */
@media screen and (max-width:620px) {
.footer_fix_btn {
  height:10%;
}

.footer_fix_btn a {
  position:absolute;
  top:28%;
  margin-left:3%;
  font-size:3.2vw;
  line-height: 130%;/*行間*/
}
.footer_fix_btn br{
  display: block;
}
.input-taiken {
  position: absolute;
  top:23%;
  left:61%;
}

.input-taiken input[type="submit"],
.input-taiken button{
  font-size: 3.6vw;
  font-weight: bold;
  padding: 0.4em 0.5em;
}
}

/* ipadサイズ */
@media screen and (min-width:621px) and (max-width:900px){
.footer_fix_btn {
  height:10%;
}
}

/*----------------------------------------
| pagetop（上に戻るボタン）
----------------------------------------*/
.pagetop {
  color: #ffffff;
  background-color: rgba(0,113,181,0.7);
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 13%;
  right: 1rem;
  font-size: 0.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
  z-index:99;
}

.pagetop:hover {
  color: #ffffff !important;
  background-color: #0071B5;
  text-decoration: none;
}

.pagetop_e {
  color: #ffffff;
  background-color: rgba(0,113,181,0.7);
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 2%;
  right: 1rem;
  font-size: 0.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
  z-index:99;
}

.pagetop_e:hover {
  color: #ffffff !important;
  background-color: #0071B5;
  text-decoration: none;
}

/*スマホサイズ */
@media screen and (max-width:500px) {
.pagetop {
  bottom: 12%;
}
.pagetop_e {
  bottom: 2%;
}

}

/*----------------------------------------
| 体験談ページCSS（experience.php）
----------------------------------------*/
.e_topmain{
  position: relative;
  top:5px;
  margin-bottom: 20px;
}

.e_topmain img{
  width: 100%;
}

.e_topmain h1{
  position:absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 4.2vw;
  color:#ffffff;
}

.e_topmain h2{
  position:absolute;
  top: 29%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 5.5vw;
  color:#ffffff;
}

.e_topmain a{
  position:absolute;
  width: 70%;
  top: 68%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2vw;
  color:#ffffff;
  line-height: 120%;/*行間*/
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  margin-left:20px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #72a1f7;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.2em .8em;
  border-radius: 15px;
  text-decoration: none;
  color: #0071B5;
  background: #c6e2ff;
  font-size: 0.9em;
}

.breadcrumb li a:hover {
  background: #c9dbfb;
}


/*ここから体験談コンテンツ*/
.e_content{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-left: 15%;
  margin-right: 15%;
}

.pict {
  width: 100px;
  text-align: center;
  margin-top: 20%;
  margin-left: 3%;
  margin-right: 3%;

}
.pict img {
  width: 100%;
  height:auto;
}


.e-content_text,.e-content_text_2{
  position: relative;
  width: 80%;
  max-width: 1080px;
  padding: 2em 2em;
  margin: 3em 0;
  background: #FFFFFF;
  border: dashed 2.5px #0071B5;/*点線*/
  border-radius: 8px;/*角の丸み*/
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.e-content_text:before {
  content: "";
  position: absolute;
  top: 30%;
  right: -27px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-left: 16px solid #FFFFFF;
  z-index: 2;
}

.e-content_text:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -33px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-left: 18px solid #0071B5;
  z-index: 1;
}

.e-content_text_2:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -27px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-right: 16px solid #FFFFFF;
  z-index: 2;
}

.e-content_text_2:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -33px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 18px solid #0071B5;
  z-index: 1;
}


.e-content_text h1,.e-content_text_2 h1{
  font-size: 25px;
  color: #E2495F;
  margin-bottom:1%;
  text-align: left;
}

.e-content_text span,.e-content_text_2 span{
  display: inline-block;
  transform: scale(0.7, 1);
  transform-origin: left top;
  margin-right: -10px;
}

.e_content a{
  font-size: 20px;
  color: #1A1A1A;
}
.e_content h2{
  font-size: 25px;
  color: #FFFFFF;
  background: #0071B5;
  padding: 0.8% 1%;
  margin-top:2%;
  text-align: center;
  line-height: 120%;/*行間*/
}

.e_content:nth-child(even) {
  flex-direction: row-reverse;
}
.e_content:nth-child(even) .e-content_text,.e-content_text_2 {
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.e_content:nth-child(even) .pict {
  margin-left: 3%;
  margin-right: 3%;
}

.yobikake{
  margin-top:5%;
  margin-left:5%;
  margin-right: 5%;
}

.yobikake_title{
  position: relative;
  padding: 7vw 2vw;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.yobikake_title h1{
  position: absolute;
  left:4%;
  top: 20%;
  font-size: 3vw;
  color: #0071B5;
  text-shadow: 1px 1px 0 #FFFFFF,
             -1px 1px 0 #FFFFFF,
              1px -1px 0 #FFFFFF,
             -1px -1px 0 #FFFFFF;
  line-height: 140%;/*行間*/
}

.yobikake img{
  position: absolute;
  width: 32vw;
  right: 0;
  bottom: 0;
}

.yobikakebr_sp{
  display: none;
}

.yobikake_con{
  position: relative;
  margin-top:13%;
  margin-bottom: 8%;
}

.down{
  position: relative;
  width: 0;
  left:48px;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #0071B5;
}

.down:after{
  position: absolute;
  content: '';
  top: -80px;
  left: -25px;
  width: 50px;
  height: 50px;
  background: #0071B5;
}

.yobikake_con h1{
  background:linear-gradient(to bottom, transparent 50%,#fcfc60 50%);
  margin-top:-150px;
  margin-left:20vw;
  font-size: 3.2vw;
  width: 49vw;
  color: #0071B5
}

.yobikake_con a{
  font-size: 3vw;
  margin-left:20vw;
  color: #0071B5
}

/*スマホサイズ */
@media screen and (max-width: 768px) {
.e_topmain{
  background:linear-gradient(to bottom,#92C8E6, #0071B5 50%);
  width:auto;
  padding:16%;
  margin-bottom: -5px;
}
.e_topmain img{
  display: none;
}
.e_topmain h1{
  position:absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 6.5vw;
  color:#ffffff;
}
.e_topmain h2{
  position:absolute;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 9vw;
  color:#ffffff;
}
.e_topmain a{
  position:absolute;
  width: 80%;
  top: 62%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
  font-size: 3vw;
  color:#ffffff;
  line-height: 120%;/*行間*/
}
.e_topmain br{
  display: none;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  margin-top:30px;
  margin-left:20px;
  padding: 0;
  list-style: none;
}

/*ここから体験談コンテンツ*/
.e_content {
  flex-direction: column;
  margin-left:5%;
  margin-right:5%;
}
.e_content:nth-child(even) {
  flex-direction: column;
}
.e_content:nth-child(even) .e-content_text,.e-content_text_2 {
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.pict {
  width:100%;
  margin-left: 0;
  text-align: center;
  margin-top:-5%;
}
.e_content:nth-child(even) .pict {
  margin-left: 0%;
  margin-right: 0%;
}
.pict img {
  width: 82px;
  height:auto;
}

.e_content h2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFFFFF;
  z-index: 2;
}

.e_content h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0071B5;
  z-index: 1;
}

.e-content_text:before{
  display: none;
}
.e-content_text:after{
  display: none;
}
.e-content_text_2:before{
  display: none;
}
.e-content_text_2:after{
  display: none;
}

.e-content_text h1,.e-content_text_2 h1{
  font-size: 20px;
}
.e_content a{
  font-size: 17px;
}
.e_content h2{
  font-size: 20px;
  padding: 0.8% 1%;
  margin-top:2%;
  text-align: center;
  line-height: 120%;/*行間*/
}

.yobikake{
  margin-top:5%;
  margin-left:5%;
  margin-right: 5%;
  margin-bottom: 15%;
}

.yobikake_title{
  position: relative;
  padding: 25vw 2vw;
}

.yobikake_title h1{
  position: absolute;
  left:4%;
  right: 4%;
  top: 9%;
  font-size: 6vw;
}
.yobikakebr_sp{
  display:block;
}

.yobikakebr_pc{
  display: none;
}
.yobikake img{
  position: absolute;
  width: 55vw;
  right: -3%;
  bottom: 0;
}
.down{
  position: absolute;
  width: 0;
  left:45%;
  top:110%;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #0071B5;
}
.down:after{
  display: none;
}
.yobikake_con{
  text-align: center;
}
.yobikake_con h1{
  background:linear-gradient(to bottom, transparent 50%,#fcfc60 50%);
  margin-top:-30px;
  margin-left:0;
  margin-bottom: 10px;
  font-size: 6vw;
  width: 100%;
  text-align: center;
}

.yobikake_con a{
  font-size: 5vw;
  margin-left:0;
  color: #4D4D4D;
}

}


/*閉じるボタン 今は非表示*/
button {
    display: block;
    margin-bottom: 0; 
    line-height: 1.42857143;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 30px auto;
}
button:hover {
    background: #ffffff;
    color: #B3B3B3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
}
button {
    color: #333;
    background-color: #ffffff;
    border-color: #ccc;
}
button {
    padding: 17px 23px ;
    font-size: 23px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
    border: 1px solid #B3B3B3;
    color: #ffffff;
    background: #B3B3B3;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28),inset 0px 2px 0px -1px #B3B3B3;
}


