@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
;
	font-size: 62.5%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

/*リンク文字の設定*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #FE0206; }





/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 5.5em;
}

/*本体*/
.main{
	margin-bottom:0em;
}


/*カラム内部のサイズ*/
.main-contents .contents{
	margin-bottom:0em;
}

/*段落タグ*/
.main-contents p{ line-height:2em; }

/*全体のフォントサイズ*/
.main-contents{ font-size: 1.5em; }

/*ボタンホバー*/
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/


/*H2タグ*/
.main-contents h2 {
	color: #32415B;
	position: relative;
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
}
.main-contents h2:before {
	content: '';
	position: absolute;
	bottom: -13px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #32415B;
	border-radius: 2px;
}
/*H3タグ*/
.main-contents h3{
	color: #32415B;
	font-size: 1.4em;
	font-weight: bold;
}

/*H4タグ*/
.main-contents h4{
	color: #32415B;
	margin: 0 0 0.5em;
	padding: 0.4em;
	font-size: 1.6em;
	font-weight: bold;
	
}




/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

#header {
	background-color:#32415B;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#header-in {
	  max-width:1200px;
  margin: 0 auto;
	background-color: #32415B;
	position: relative;
	padding: 0em 0em 0.2em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 50%;
	margin-top: 1em;
	margin-left: 0px;
}
#header .header-logo {
	margin-bottom: 0em;
}
#header .header-logo img {
	width: 100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 20%;
	float: right;
	margin: 0.5em 0.3em 0.3em;
}
.header_mail img {
	width: 100%;
}



/*========= レイアウトのためのCSS ===============*/

body{
    vertical-align:middle; 
    padding: 100px 0;
    text-align: center;
}p{
    margin: 0 0 10px 0;
}

/*========= レイアウトのためのCSS ===============*/

body{
    vertical-align:middle; 
    padding: 100px 0;
    text-align: center;
}p{
    margin: 0 0 10px 0;
}

/*========= レイアウトのためのCSS ===============*/

body{
    vertical-align:middle; 
    padding: 100px 0;
    text-align: center;
	overflow-x: hidden;
	
}


p{
    margin: 0 0 10px 0;
}



#header_02 {
	display: none;
}


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

/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/


#main-image
{
	padding-top:0em;
	background:url(../images/top_image_back.jpg) center top no-repeat #fff;
	height:auto;
}
#main-image-in
{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}
#main-image img
{
	width: 100%;
	height: auto;
}


/* ------------------------------
お悩み
------------------------------ */	

.triangle2 {
  position: relative;
	
}

.triangle2:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 50px) solid transparent;
  border-left: calc(50vw - 50px) solid transparent;
  border-top:100px solid #E2E5EC;
}

.sec3 {
  padding: 10px 0px 10px;
  background-color: #E2E5EC;
}

.sec02_1 {
  padding-top: 5em;
  background-color: #E2E5EC;
}


.nayami {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nayami img {
	max-width: 800px;
	margin-bottom: 5em;
}

.nayami_1 {
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.nayami_1 img {
	max-width: 800px;
	text-align: center;
}


/* ------------------------------
３つのポイント
------------------------------ */	
.section_01{
	background:url(../images/back.jpg) center bottom/cover no-repeat;
    padding-top:10em;
	padding-bottom: 10em;
}


.wrap {
  display: flex;
  justify-content: space-between; 
}

.item {
  padding: 1.5em;
  width: 30%;
  background-color: #F2F5FC;
  border-radius: 10px;
　position: relative; 
 margin-bottom: 1em;
}
.item_inr {
	position: absolute;
text-align: center;
	margin: auto;
}
.item_inr img {
	max-width:70px;
	margin-top:-60px;

}
.item img {
	width: 100%;
}

.item p {
	text-align: left;
}

.tyuuki {
	margin: auto 0;
	text-align: center;
	max-width: 290px;
}

.tyuuki p {
	margin: auto 0;
	text-align: left;
	color: #fff;
}

/* ------------------------------
サポート理由
------------------------------ */

.section_02 {
   background-color:#F2F5FC;
   padding:10em 0;
}

.section_02_in {
   background-color:#fff;
   padding:10em 10em;
   border-radius: 20px;
}

.support {
	max-width: 600px;
	text-align: left;
	margin: auto;
}
.support p{
	font-size: 1.2em;
	margin-bottom: 5em;
}

.support_inr {
	margin: auto;
}

.support_inr img {
	max-width: 800px;
	margin-bottom: 3em;
}
/* ------------------------------
サポート内容
------------------------------ */
.section_04 {
   background-color:#FFFFFF;
   padding:10em 0;
}
.detail {
	margin: auto;
}

.detail img {
	max-width: 800px;
	margin-bottom: 3em;
}
.detail_inr {
	max-width: 700px;
	margin: auto;
	text-align: left;
}
.detail_inr p {
	font-size: 1.2em;	
	color: #32415B;
}
.detail_inr_01 img {
	filter: drop-shadow(2px 2px 4px gray); 
}



/* ------------------------------
流れ
------------------------------ */

.flow {
	margin: auto;
}
.flow img {
	max-width: 800px;
	margin-bottom: 3em;
}

.flow_inr {
	margin: auto 0;
	text-align: center;
}
.flow_inr img {
	max-width: 800px;
    margin-bottom: 1em;

}


/* ------------------------------
お問い合わせフォーム
------------------------------ */
.section_03{
    padding:10em 0;
	background: #32415b; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #32415b 0%, #0074c0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #32415b 0%,#0074c0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #32415b 0%,#0074c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32415b', endColorstr='#0074c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.section_03_in{
	background-color:#FFFFFF;
	padding:5em 5em;
	border-radius: 20px;

}

.form {
	margin-bottom: 3em;
}

.form p{
	font-size: 1.2em;
}


form { 
	max-width:600px;
	text-align: center;
	margin:50px auto;
	display: inline-block;
}

 .feedback-input {
  color:black;
  font-weight:500;
  font-size: 14px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #32415B;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #0074C0; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}
[type="submit"] {
 
  width: 100%;
  background:#32415B;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:15px;
  padding-bottom:15px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#0074C0; }
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

#header_02 {
	display: none;
}

/*========= レイアウトのためのCSS ===============*/

body{
    vertical-align:middle; 
    padding: 100px 0;
    text-align: center;
}


p{
    margin: 0 0 10px 0;
}



/* ------------------------------
   css3アニメーション
------------------------------ */


.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-----------------------------------------------------------------------------------------------------
プライバシーポリシー
-----------------------------------------------------------------------------------------------------*/


.contents_00 {
	max-width:800px;
	text-align: left;
	padding:10em 0;
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


.footer {
      width: 100%;
      text-align: center;
      background-color:#373737;
}


.footer_inr {
  max-width: 950px;
  margin: 0 auto;
  padding: 1em 0em;
  font-size: 1.4em;
  color: #FFFFFF;
}

.fot {
      width: 100%;
      text-align: center;
	  margin: 0 auto;
      background-color:#373737;
}
.fot p {
	padding-bottom: 1em;
	color: #FFFFFF;
}
		

