@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* --------------
ヘッダー
-------------- */

header {
  background: #fff;
  padding: 0 40px;
  box-sizing: border-box;
}

.header-inner {
  display: flex;
  align-items: center; /* 必ずdisplay:flex;を指定した要素に指定する */
  height: 80px;  /* ここに高さを指定することで子要素の高さが同じになる */
}

.header-logo img {
	max-width: 200px;
	width: 100%;
}

/* 右に寄せるためにautoを指定 */
.header-nav {
  margin-left: auto;
}

.header-nav img {
	width: 200px;
}

header ul {
  display: flex; /* li要素を横並びにする */
}

header li {
	padding: 10px 0;
  list-style-type: none;
}

/* 2番目以降のliに適用させる記述の仕方 */
header li + li {
  margin-left: 10px;
}

a {
  display: block; /* paddingを効かせてクリック領域を広げるため */
}

/* sp */
@media screen and (max-width: 640px){
	header {
		padding: 0 5px;
	}

	.header-inner {
		display: flex;
		align-items: center;
		height: 40px;
	}

	.header-nav img {
		max-width: 150px;
		width: 90%;
	}

	.header-logo img {
		max-width: 120px;
		width: 100%;
		margin-right: 8px;
	}

	header li + li {
		margin-left: 0px;
	}
	
}

.fv-header {
	background-color: #2CAACE;
}

.fv-header img {
	width: 40%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}


/* --------------
FV
-------------- */
.fv {
	text-align: center;
}

.fv_img img {
	width: 100%;
}

.fv_content {
	text-align: center;
	padding: 20px 0;
	}

.fv_content img {
	width: 80%;
}

@media screen and (max-width: 640px){
	.fv_content {
		padding: 10px 0;
		}

	.fv_content img {
		width: 90%;
	}
}


/* --------------
Slide
-------------- */

/* スライドショー全体のコンテナ */
.swiper {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

/* アニメーションを滑らかにするための設定 */
.swiper-wrapper {
	transition-timing-function: linear !important;
}

/* 各スライドのスタイル */
.swiper-slide {
	width: auto;
}

/* スライド内の画像のスタイル (PC) */
.swiper-slide img {
	height: 270px;
	width: auto;
	display: block;
}

/* ▼▼▼ スマホ用のスタイルを追記 ▼▼▼ */
@media screen and (max-width: 640px) {
	/* スマホではコンテナの高さを自動調整 */
	.swiper {
			height: auto;
	}

	/* スマホでの画像スタイル */
	.swiper-slide img {
			max-width: 225px; /* 最大幅を225pxに設定 */
			width: 100%;
			height: auto;      /* 高さは自動で縦横比を維持 */
	}
}

/* --------------
CTA
-------------- */

#cta {
	background-color: #e1f3ff;
}

.cta_pc {
	padding: 30px 0;
}

.line-btn-pc {
	text-align: center;
	}

.line-btn-pc img {
	max-width: 960px;
	width: 100%;
}

.col-btn {
	display: flex;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 20px;
}

.left-btn img {
	max-width: 470px;
	max-width: 100%;
}

.right-btn img {
	max-width: 470px;
	max-width: 100%;
}

.cta-sp {
	padding: 30px 0;
}


/* --------------
authority
-------------- */

#authority {
	padding: 60px 0;
}

.authority-inner {
	width: 100%;
	margin: 0 auto;
}

.jmr {
	margin-bottom: 40px;
	text-align: center;
}

.jmr img {
	max-width: 960px;
	width: 100%;
}

.color-v {
	text-align: center;
	margin-bottom: 40px;
}

.color-v img {
	max-width: 700px;
	width: 100%;
}

.insure img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#authority {
		padding: 60px 0 0 0;
	}

	.jmr img {
		width: 90%;
	}

	.color-v img {
		width: 80%;
	}

	.color-v {
		margin-bottom: 0px;
	}
}


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

#nayami {
	padding-bottom: 60px;
}

.nayami-inner {
	text-align: center;
}

.nayami-inner img {
	max-width: 960px;
	width: 100%;
}

@media screen and (max-width: 640px){
	#nayami {
		padding-bottom: 0px;
	}	
}

/* --------------
実績
-------------- */

#results {
	background-color: #DDF3FE;
	padding-bottom: 60px;
}

.results-inner {
	text-align: center;
}

.results-inner img {
	max-width: 960px;
	width: 100%;
	margin-top: -40px;
}

@media screen and (max-width: 640px){
	#results {
		padding-top: 40px;
		background-color: #fff;
		padding-bottom: 0px;
	}
}

/* --------------
サービス一覧
-------------- */

#service {
	background-color: #EEF9FF;
}

.service-header {
	background-color: #0159A3;
	text-align: center;
	padding: 20px 0;
}

.service-header img {
	max-width: 600px;
	width: 100%;
}

.service-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0 40px;
}

.service-content img {
	width: 100%;
	margin-bottom: 60px;
}

@media screen and (max-width: 640px){
	#service {
		padding-bottom: 0px;
	}	

	.service-header {
		padding: 0px 0;
	}	

	.service-inner {
		max-width: 80%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.service-content img {
		margin-bottom: 30px;
	}
}


/* --------------
選ばれる理由
-------------- */

#reason {
	background-image: url(../images/pc/reason_bg_pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px;
}

.reason-header {
	text-align: center;
}

.reason-header img {
	max-width: 600px;
	width: 100%;
}

.reason-content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.reason-content img {
	max-width: 960px;
	width: 100%;
}

@media screen and (max-width: 640px){
	#reason {
		background-image: none;
		padding: 0px;
	}	
}

/* --------------
お客様の声
-------------- */
#voice {
	background-image: url(../images/pc/voice_bg_pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.voice-header {
	text-align: center;
}

.voice {
	text-align: center;
}

.voice-header img {
	max-width: 600px;
	width: 100%;
}

.voice-content {
	text-align: center;
	margin-bottom: 60px;
}

.voice-content img {
	max-width: 960px;
	width: 100%;
}

.voice-ba {
	text-align: center;
}

.voice-ba img {
	max-width: 960px;
	width: 100%;
}

@media screen and (max-width: 640px){
	#voice {
		background-image: none;
		padding: 0px;
	}
}

/* --------------
ステップ
-------------- */

#step {
	background-image: url(../images/pc/step_bg_pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.step-header {
	text-align: center;
	margin-bottom: 60px;
}

.step-header img {
	max-width: 600px;
	width: 100%;
}

.step-content {
	text-align: center;
	margin-bottom: 60px;
}

.step-content img {
	max-width: 960px;
	width: 100%;
}

@media screen and (max-width: 640px){
	#step {
		background-image: none;
		padding: 0;
	}
}

/* --------------
対応エリア
-------------- */

#area {
	padding: 80px 0;
}

.area-pc {
	text-align: center;
}

.area-pc img {
	max-width: 960px;
	width: 100%;
}

@media screen and (max-width: 640px){
	#area {
		padding: 0;
	}
}


/* --------------
よくある質問
-------------- */

#faq {
	background-color: #fff;
	padding: 0 0 80px 0;
}

.faq-header-pc {
	background-color: #0159A3;
	text-align: center;
	padding: 20px 0;
}

.faq-header-pc img {
	max-width: 600px;
	width: 100%;
}

/* SP用のヘッダー背景と画像サイズを調整 */
.faq-header-sp {
	background-color: #0159A3;
	text-align: center;
	padding: 10px 0;
}

.faq-header-sp img {
	max-width: 400px;
	width: 80%;
}

.faq-container {
	max-width: 814px;
	margin: 40px auto 0;
	padding: 40px 30px;
	background-color: #EFF8FF;
	border-radius: 10px;
}

.faq-category {
	font-size: 20px;
	font-weight: bold;
	color: #10579E;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
    margin-top: 40px;
}

.faq-category:first-of-type {
    margin-top: 0;
}

.faq-item {
	margin-bottom: 20px;
	background-color: #fff;
}

.faq-question {
	position: relative;
	display: block;
	background-color: #0159A3;
	color: #fff;
	padding: 10px 60px 10px 50px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	list-style: none;
	border-radius: 5px;
	border: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

/* 質問文の前に「Q」を追加 */
.faq-question::before {
	content: 'Q';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: bold;
}

/* 開閉アイコン（＋/－） */
.faq-question::after {
	content: '＋';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	transition: transform 0.2s;
}

details[open] > .faq-question::after {
	content: '－';
}

.faq-answer {
	padding: 30px 20px 30px 50px;
	background-color: #EFF8FF;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
}

/* 回答文の前に「A」を追加 */
.faq-answer::before {
	content: 'A';
	position: absolute;
	left: 20px;
	top: 30px;
	color: #0159A3;
	font-size: 20px;
	font-weight: bold;
}

/* SP styles */
@media screen and (max-width: 640px) {
	#faq {
		padding: 0 0 0 0;
	}

	.faq-container {
		margin-top: 0px;
		padding: 30px 15px;
	}

	.faq-category {
		font-size: 18px;
		padding-bottom: 8px;
		margin-bottom: 20px;
  	margin-top: 30px;
	}

	.faq-category-sec {
		background-color: #fff;
	}

	.faq-category-sec-answer {
		background-color: #fff;
	}

	.faq-question {
		padding: 15px 45px 15px 40px;
		font-size: 14px;
	}

	.faq-question::before {
		left: 15px;
		font-size: 16px;
	}

	.faq-question::after {
		right: 15px;
		font-size: 14px;
	}

	.faq-answer {
		padding: 20px 15px 20px 40px;
		font-size: 14px;
	}

	.faq-answer::before {
		left: 15px;
		top: 20px;
		font-size: 16px;
	}
}


/* --------------
お問い合わせフォーム
-------------- */
#form {
	padding: 80px 0;
	background-color: #fff;
}

.form-header-pc {
	background-color: #0159A3;
	text-align: center;
	padding: 30px 0;
}

.form-header-pc img {
	max-width: 600px;
	width: 100%;
}

.form-header-pc, .form-header-sp {
	text-align: center;
	margin-bottom: 80px;
}

#formWrap {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

.formTable {
	width: 100%;
}

/* PCでもSPのように項目と入力欄を縦に配置 */
.formTable th,
.formTable td {
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 0;
}

/* 項目（ラベル）のスタイル */
.formTable th {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
    padding-bottom: 10px; /* 項目と入力欄の間の余白 */
}

/* 入力欄のスタイル */
.formTable td {
	padding-bottom: 30px; /* 各設問の間の余白 */
}

.required-badge {
	background-color: transparent; /* 塗りをなしに変更 */
	color: #D90000;              /* 文字色を赤に */
	border: 1px solid #D90000;  /* 1pxの赤い枠線を追加 */
	font-size: 12px;
	padding: 2px 5px;           /* パディングを微調整 */
	margin-right: 8px;
	vertical-align: middle;
}

.formTable input[type="text"],
.formTable input[type="email"],
.formTable input[type="tel"],
.formTable textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background-color: #F5F5F5;
	box-sizing: border-box;
	font-size: 16px;
	font-family: inherit;
}

.formTable textarea {
	resize: vertical;
	font-size: 12px;
}

.example-text {
	font-size: 10px;
	font-weight: 100;
}

.formTable .radio-group label,
.formTable .checkbox-group label {
	margin-right: 25px;
	margin-bottom: 10px; /* 項目が改行された際の余白 */
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.formTable .checkbox-group label.full-width-label {
    display: flex;
    margin-bottom: 10px;
}

.formTable .other-input {
    margin-top: 5px;
}

.formTable input[type="radio"],
.formTable input[type="checkbox"] {
	margin-right: 8px;
    width: 16px;
    height: 16px;
}

.submit-button-wrapper {
	text-align: center;
	margin-top: 40px;
}

.submit-button-wrapper input[type="image"] {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	transition: opacity 0.3s;
}

.submit-button-wrapper input[type="image"]:hover {
	opacity: 0.8;
}


/* SP styles */
@media screen and (max-width: 640px) {
	#form {
		padding: 40px 0;
	}
    .form-header-sp {
        margin-bottom: 30px;
    }

	#formWrap {
		width: 90%;
	}

	.formTable th {
		font-size: 14px;
	}

	.formTable td {
		padding-bottom: 25px;
	}

    .formTable input[type="text"],
    .formTable input[type="email"],
    .formTable input[type="tel"],
    .formTable textarea {
        padding: 15px;
        font-size: 15px;
    }

    /* SPでは選択肢を縦に並べる */
    .formTable .radio-group label,
    .formTable .checkbox-group label {
        display: flex;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .formTable .checkbox-group label:last-child {
        margin-bottom: 5px;
    }
}

/* --------------
フッター
-------------- */
footer {
	padding: 40px 0 120px;
	background-color: #fff;
}

.footer-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* SPで改行させるため */
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	position: relative;
	padding: 0px;
}

/* 最後の項目以外に区切り線を表示 */
/* .footer-links li:not(:last-child)::after {
	content: '|';
	position: absolute;
	right: -2px;
	top: 0;
	color: #333;
} */

.footer-links a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer-links a:hover {
	opacity: 0.7;
}

/* SP styles for footer */
@media screen and (max-width: 640px) {
	.footer-links {
		/* display: block; */
		text-align: center;
	}

	.footer-links li {
		padding: 8px 0;
	}

	.footer-links a {
		font-size: 8px;
	}
}


/* --------------
固定フッター CTA
-------------- */
.fixed-footer-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #7BA4CB; /* デザインカンプから背景色を指定 */
	padding: 15px 0;
	z-index: 1000; /* 他の要素より手前に表示 */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-footer-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}

.fixed-btn-item {
	margin: 0 5px;
}

.fixed-btn-item img {
	max-width: 310px;
	width: 100%;
}

/* --------------
SP用 固定フッター CTA
-------------- */
.fixed-footer-cta-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	z-index: 1000;
}

.fixed-footer-cta-sp a {
	line-height: 0;
}

.fixed-footer-cta-sp img {
	width: 100%;
	height: auto;
	vertical-align: bottom; /* 画像下の隙間を消去 */
}

/* 各ボタンの幅を調整 */
.fixed-line-link {
	width: 50%;
}
.fixed-tel-link {
	width: 25%;
}
.fixed-mail-link {
	width: 25%;
}

@media screen and (min-width: 641px) {
	.fixed-footer-cta-sp {
		display: none;
	}
}

/* -----------------------
thanks.html
----------------------- */
.header-logo {
	margin: 0 auto;
}

.contact_text {
	text-align: center;
	padding: 30px;
}

.tel_dec {
	font-size: 26px;
}

.contact_footer {
	text-align: center;
	font-size: 12px;
}