@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%;
}

/*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  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;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 25%;
  float: left;
  margin: 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 30%;
  float: right;
  margin: 0.5em 0em 0em;
}
/*ヘッダーの電話ボタン*/
.header_tel {
  width: 35%;
  float: right;
  margin: 0.7em 0.5em 0em;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  padding: 0em;
  background-color: #fff;
}

.accomplishments{
  padding: 0em 0.5em 1em;
  font-weight: bold;
  text-align: center;
}
.subhead_accomplishments{
  margin-bottom: 0.5em;
  font-size: 22px;
}
.name{
  width: 50%;
  margin: 0 auto 0.5em;
}
.section_02 {
  background-color: #FFF;
  padding: 0.5em 0em;
}

.section_03 {
  padding: 2em 1em 2em 1em;
  background-color: #fff8f0;
}
.subhead_voice{
  margin-bottom: 2em;
}

.section_04{
  padding: 2em 0.5em 2em 0.5em;
}
.subhead_flow{
  margin-bottom: 2em;
}
.section_05{
  padding: 2em 0em 2em 0em;
  background-color: #f4f6f6;
}
.subhead_faq{
  margin-bottom: 2em;
}

  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.qa__list {
  margin: 1em 0 2em;
  padding: 0 1em;
}

.qaItem:not(:last-child) {
  margin-bottom: 20px;
}

.qaItem__q {
  padding: 20px 5px;
  padding-right: 40px;
  padding-left: 15px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qaItem__q::after {
  content: "";
  display: inline-block;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* map-get(マップ型変数, キー)で値を取得 */
}

.qaItem__q.is-active::after {
  background-image: url(../images/minus.svg);
}

.qaItem__q .q {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}

.qaItem__a {
  padding: 20px;
  
  font-weight: normal;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0 auto;
  font-size: 14px;
}

.qaItem__a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qaItem__a .a {
  font-size: 20px;
  font-weight: bold;
  color: #E55A57;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy_section_01{
	padding: 1.5em 3em;
	background-image: url("../images/bg_privacy.png");	
}
	

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.cta_box{
  padding: 2em 0 ;
}
.micro_copy{
  padding-bottom: 0.5em;
  width: 80%;
  margin: 0 auto;
}
.cta_btn{
  margin: 0 3em;
  text-align: center;
  padding: 0em;
  display:inline-block;
  position:relative;
  overflow:hidden;
}

/*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
.fix_menu_smartphone {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 3px #594a42;
}
.fix_menu_smartphone img {
  width: 100%;
}
.menu_left {
  background-color: #D55669;
  float: left;
  width: 50%;
  padding: 0em 0;
}
.menu_right {
  background-color: #099614;
  float: left;
  width: 50%;
  padding: 0em 0;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #fe8008;
  padding: 2em 0em; 
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.footer a {
  color: #fff;
}
	
	

}






