@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  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.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.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: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 45%;
  float: left;
  margin: 0.4em 0 0;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 23%;
  float: right;
  margin: 0.1em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
  width: 23%;
  float: right;
  margin: 0.1em;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.header_mail img,
.header_tel img {
  width: 100%;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/fv_bg_revised.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.top_image_in img {
  width: 100%;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  padding: 2em 1em 1em;
}

.question_title{
  margin: 0 4em 1em;
}

.questions{
  margin: 0 3em;
}

.section_02 {
  background-image: url(..//images/suggestion_bg.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
  padding: 0em 1em 2em;
  margin-bottom: 1em;
}

.section_03 {
  padding: 3em 1em 1em;
  background-color: #F2F4FF;
}

.features_title{
  margin: 0 4em 2em;
}

.features{
  margin: 0 4em 1em;
}

.section_04 {
  padding: 3em 1em 2em;
}

.voice_title{
  margin: 0 4em 3em;
}
.voices{
  padding: 0 3em;
}

.section_05{
  padding: 3em 1em 1em;
  background-color: #F2F4FF;
}

.rehab_title{
  margin: 0 4em 2em;
}

.section_06 {
  padding: 3em 1em 1em;
}

.faq_title{
  margin: 0 4em 1em;
}

.border{
  border: 2px solid #FAA916;
}

.section_07 {
  padding: 1em 1em 3em;
}

.section_08{
  padding: 4em 1em 1em;
  background-color: #F2F4FF;
}

.form_title{
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.form_subhead{
  text-align: center;
}

.google_map {
  display: flex;
  padding: 0em 0em 1em;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 24%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.qaItem__q {
  padding: 20px 10px;
  padding-left: 20px;
  background-color: #0095df;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  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: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 30px;
  -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: 26px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}

.qaItem__a {
  padding: 20px;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0 auto;
}

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

.qaItem__a .a {
  font-size: 26px;
  font-weight: bold;
  color: #E55A57;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.cta_area{
  background-color: #f46036;
padding-bottom: 2em;
}

.cta_inr{
  width: 850px;
  margin: 0 auto;
}

.cta_title{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1em 0;
  font-size: 2em;
}

.cta_box{
  background-color: #fff;
  padding: 1em 0 2em;
  border-radius: 20px;
}

.cta_pics{
  display: flex;
  justify-content: space-evenly;
  padding: 1em 0em 0;
}

.cta_btn{
  display: flex;
  justify-content: space-evenly;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #FAA916;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}

/*--------------------------------------------------
thanks page
-----------------------------------------------------*/
.thanks{
  height: 82vh;
	margin: 0;
background-image: url("../images/company_bg.jpg");
background-color:rgba(255,255,255,0.1);
background-blend-mode:lighten;
	background-size:cover;
	background-repeat: no-repeat;	
}

.inr{
	
	margin: 9em 15em 8em;
	padding: 1em 5em 2em;
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	font-size: 18px;
	border-radius: 15px;
	
}