@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.5em; /*=15px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
    overflow: hidden;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.inner {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 35%;
  float: left;
  margin: 0.9em 0.3em ;
}
    
/*ヘッダーの問い合わせボタン*/
.header_form {
  width: 55%;
  float: right;
  margin: 0.5em 0 0.5em;
}

.btn_header {
    font-size: 1.3em;
    padding: 0.5em ;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 1px;

}
    
    
/*--------------------------------------------------
ハンバーガーメニュー
-----------------------------------------------------*/
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 5px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 35px;
  height  : 2px ;
  left    : 6px;
  background : #2a424b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 33px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  display: block;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #2a424b;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  display: block;
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  display: block;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#f5f5f5;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #004ea2;;
  font-size: 1.3em;  
  padding: 1.5em 0;
  text-decoration :none;
      font-weight: 600;

    
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
    
.h-text {
	width:		50px;
	font-size:	10px;
	margin-top:	0px;
	color:		#2a424b;
	text-align:center;
	display:	inline-block;
    }
    
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }

 /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  padding: 0 ;
  margin: 1em 0;
  font-size: 1.8em;
}

h3 {
padding: 0 ;
margin: 0 0 1em;
text-align: center;
position: relative;
color: #004ea2;
font-weight: 600;
font-size: 1.7em;
line-height: 1.3;
letter-spacing: 1px;
}
h3:before {
position: absolute;
bottom: -10px;
left: calc(50% - 150px);
width: 300px;
height: 2px;
content: '';
border-radius: 1px;
background: #b49a60;
}

h4 {
  padding: 0 0 10px;
  margin: 0 0 0.5em;
  border-bottom: 2px solid #004ea2;
  position: relative;
  color: #004ea2;
  font-weight: 600;
  font-size: 1.7em;
  line-height: 1.3;
  letter-spacing: 1px;
}

h5 {
  padding: 2px 10px  ;
  margin: 0.5em 0;
  border-left: 3px solid #004ea2;
  position: relative;
  color: #004ea2;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
  letter-spacing: 1px;
}



/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
    background-color: #fff;
    padding: 2em 0em 0;
}

.section_02 {
  background-color: #def0fa;
  padding: 2em 0;
}

.section_03 {
  background-image: url("../images/bg_sec02.jpg");
    background-size: cover;
  padding: 2em 0em;
}

.section_04 {
  background-image: url("../images/bg_sec04.jpg");
    background-size: cover;
  padding: 2em 0em;
}

.section_05 {
  background-image: url("../images/bg_sec05.jpg");
    background-size: cover;
  padding: 2em 0em;
}
/*--------------------------------------------------
CTAの設定
-----------------------------------------------------*/



.area_cta {
    padding: 0 0 2em;
  
}
.box_cta {
  width: 95%;
  margin: 0 auto;
  padding: 2em 1em;
  text-align: center;
}

.btn_cta {
  background-color: #e030a2;
    padding: 1em ;
    width: 100%;
    display: block;
    margin: 1em auto 0;
    position: relative;

}
.btn_cta a{    
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
color: #fff;

}

.btn_cta::after{
  /* 擬似要素で三角アイコンをつくる */
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); /* translateYのみ */
}


/*--------------------------------------------------
悩み
-----------------------------------------------------*/
.img_nayami {
  float: none;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 2em;
}


.txt_nayami {
  float: none;
  width: 98%;
  margin: 0 auto;
}

ul.list-12 {
  position: relative;

}

.list-12 li  {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
font-weight: 600;
}


.list-12 li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #e030a2;/*アイコン色*/
  font-weight: 900;

}

/*--------------------------------------------------
受賞歴
-----------------------------------------------------*/
.sec_ranking {
  background-image: url("../images/bg_ranking.jpg");
  background-size: cover;
  padding: 0 0 2em ;
}


.sankaku {
    width: 20%;
    display: block;
    margin: 0 auto;
}

.awards {
  width: 45%;
  margin: 1em auto -1em;
}

.ctn_award {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.box_award {
  width: 100%;
  margin: 0.5em auto;
}




/*--------------------------------------------------
セカンドオピニオン
-----------------------------------------------------*/
.img_second {
  float: none;
  width: 75%;
  margin: 1em auto 0;
}


.txt_second {
  float: none;
  width: 95%;
  margin: 0 auto;
  padding: 1em 0;
}


/*--------------------------------------------------
サービスの特徴
-----------------------------------------------------*/
.tit_logo {
  width: 65%;
  margin: 1em auto -1em;
}
.ctn_future {
  padding: 0 0 2em;
  
}


.box_future {
  padding: 1em;
  width: 90%;
  margin: 1em auto;
}
.midashi_sv {
  width: 100%;
  margin: 0 0 10px;
}

.txt_future01 {
  float: none;
  width: 100%;
}
.img_future01 {
  width: 70%;
  margin: 0 auto;
  position :static;
  top: 0;
  right: 0;
}

.txt_future02 {
  float: none;
  width: 100%;
}
.img_future02 {
  width: 75%;
  margin: 0 auto;
  position :static;
  top: 0;
  right: 0;
}

.txt_future03 {
  float: none;
  width: 100%;
}
.img_future03 {
  width: 70%;
  margin: 0 auto;
  position :static;
  top: 0;
  right: 0;
}


/*--------------------------------------------------
お客さまの声
-----------------------------------------------------*/
.voice {
  width: 50%;
  margin: 1em auto -1em;
}
.ctn_voice {
  display: block;
}

.box_voice {
  width: 90%;
    padding: 2em 1em;
    margin: 1em auto 0;
}


.headingvoice {
	position: relative;
	padding-top: 30px;
	font-size: 22px;
  text-align: left;
	border-bottom: 1px solid rgba(5,62,98,1);
  margin: 0 0 0.5em;
}

.headingvoice span {
	position: relative;
	z-index: 2;
}

.headingvoice::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(0,140,214,0.2);
	font-size: 30px;
	text-transform: uppercase;
	z-index: 1;
}

/*--------------------------------------------------
挨拶
-----------------------------------------------------*/
.message {
  width: 55%;
  margin: 1em auto -1em;
}

.img_ceo {
  float: none;
  width: 70%;
  margin: 0 auto  ;

}
.box_message {
  width: 95%;
  margin: 2em auto 0em;
  padding: 1em 0.5em 2em;

}
.img_name {
  float: none;
  width: 100%;
  margin-top: 0em;
}
.txt_message {
  padding: 1em 0 0;
}

/*--------------------------------------------------
メディア
-----------------------------------------------------*/
.media {
  width: 45%;
  margin: 1em auto -1em;

}


.ctn_media {
  margin: 2em 0 ;
}
.box_media {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items:center;
  padding: 1em ;
  background-color: #f7f8f8;
  font-weight: 600;
  border-bottom: 2px solid #004ea2;
}
.box_media a{
  font-weight: 300;
  font-size: 13px;
}
.img_media {
  width: 15%;
  margin-right: 1em;
}
.txt_media {
  width: 85%;
}
/*--------------------------------------------------
依頼の流れ
-----------------------------------------------------*/
.flow {
  width: 22%;
  margin: 1em auto -1em;
}
.box_flow {
  width: 85%;
  margin: 0 auto;
}

/*--------------------------------------------------
FAQ
-----------------------------------------------------*/
.faq {
  width: 40%;
  margin: 1em auto -1em;
}

.box_faq {
    max-width: 100%;
    padding: 1em 0.5em 3em;

}


/* Question部分 */
.puest {
    display: block;
    padding: 1em 0em 1em 0.5em;
    border-bottom: 2px solid #ccc;
    margin: 10px 0px;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    color: #004ea2;
    
}

.faq_q {
    display: inline-block;
    width: 30px;
    height: 30px; 
    background-color: #004ea2;
    color: #fff;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 30px;/* ←文字を上下に中央揃え */
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.1em;
}


/* Answer部分 */
.answer {
    display: block;
    padding: 1em 0.5em;
    width: 100%;
    height: auto;
}
.answer_txt {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}


.faq_a {
    display: inline-block;
    width: 30px;
    height: 30px; 
    background-color: #fff;
    border: 2px solid #e030a2;
    color: #e030a2;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 30px;/* ←文字を上下に中央揃え */
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.1em;
}


/*--------------------------------------------------
フォーム
-----------------------------------------------------*/
.sec_company {
  padding: 4em 0 8em;
}

.contact {
  width: 40%;
  margin: 1em auto -1em;
}
.txt_form {
  margin: 1em;
  text-align: center;
}

.wrap_form {
  width: 95%;
background-color: #fff;
margin: 0 auto;
padding:  2em 1em;
border-radius: 15px;
margin-bottom: 2em;
}

    /*--------------------------------------------------
下部固定ヘッダー（PC）
-----------------------------------------------------*/
     
#pc_btn {
        display: none!important;
    }

    
    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
.fix_menu_smartphone {
    display: block!important;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .menu_left {
    float: left;
    width: 50%;
    padding: 1em 0;
  }
  .menu_right {
    float: left;
    width: 50%;
    padding: 1em 0;
  }
    
    
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 2em 7em;
  font-size: 1.2em;
}
}