html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

    box-sizing: border-box;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

	display: block;

}

body{

    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

	font-family: "Noto Sans JP", sans-serif;

	font-weight: 500;

}



img{

    width: 100%;

	vertical-align: middle;

}



a{

	color: #000;

	text-decoration: none;

}

a:hover{

	opacity: 0.8;

}



/* TOPへ戻る */



.pagetop {

    display: none;

    position: fixed;

	width: 10vw;

	min-width: 60px;

	max-width: 113px;

    bottom: 40px;

    right: 40px;

	z-index: 5;

}





/* header */



div.header{

	width: 100%;

	border-bottom: solid 4px #284563;

	padding:16px;

}



div.header_wrap{

	display: flex;

	justify-content: space-between;

	align-items: center;

	align-content: stretch;

	max-width: 1300px;

	margin: 0 auto;

}



div.header_inner2{

	display: flex;

	align-items: center;

}



div.header_inner2 img{

	margin: 0 0 0 24px;

}



div.header_inner1 img.logo{

	max-width: 161px;

}



div.header_inner2 img.telinfo{

	max-width: 312px;

}



div.header_inner2 img.conv_1{

	margin: -22px 0 0 24px;

	max-width: 401px;

}



/* top */

div.top{

	margin: 0 auto;

	max-width: 1300px;

}



hr{

	border: none;

	border-bottom: solid 4px #284563;

	margin: 0;

}



/* section */

div.section{

	margin: 60px auto;

	max-width: 1300px;

}



h2{

	text-align: center;

	margin: -20px 0 80px 0;

}



h3{

	text-align: center;

	margin: 0 0 40px 0;

}



div.reasons{

	display: flex;

	justify-content: center;

}



div.reasons a{

	margin: 0 3px;

}



img.reasonlogo{

	max-width: 531px;

}



div.box{

	max-width: 1200px;

	margin:60px auto;

	padding: 60px 100px;

	box-shadow: 0px 0px 10px #ccc;

	border-radius: 40px;

	text-align: center;

}



div.box_2{

	max-width: 1200px;

	margin:60px auto;

	box-shadow: 0px 0px 10px #ccc;

	border-radius: 40px;

	text-align: center;

}



div.box_inner{

	padding: 110px;

}



div.pd{

	padding: 50px!important;

}



div.telinfo_back{

	background-image: url(img/woman.png);

	background-position: right bottom;

	background-repeat: no-repeat;

	background-size: 343px;

}



div.inner_conv{

	display: flex;

	justify-content: center;

	margin: 60px 0 110px ;

	align-items: center;

	align-content: stretch;

	width: 100%;

}



img.hukidashi{

	max-width: 374px;

}



img.submit{

	max-width: 565px;

}



img.inner_telinfo{

	max-width: 746px;

	display: block;

	text-align: left;

}



/* Q&A */

div.qa{

	width: 100%;

	margin:0 auto;

}



ul.qalist{

	list-style: none;

	margin: -40px 0 0 70px;

}



img.faq{

	max-width: 327px;

}



details {

	width: 100%;

    margin: 0 auto 20px auto;

	padding: 40px 40px 30px 40px;

	font-size: 130%;

	text-align: left;

	box-shadow: 0px 0px 10px #ccc;

	border-radius: 2px;

}



summary {

	background: #fff;

	cursor: pointer;

	list-style: none;

	position: relative;

	padding: 0 35px 0 0;

}



summary::before{

	content: "Q";

	padding: 15px 22px;

	background: #ffff00;

	display: inline-block;

	border-radius: 100%;

	margin: 0 20px 0 0;

}



div.text{

	padding: 20px 0 0;

}



div.text::before{

	content: "A";

	padding: 15px 22px;

	background: #ffff00;

	display: inline-block;

	border-radius: 100%;

	margin: 0 20px 0 0;

}



hr.qa{

	border: none;

	width: 100%;

	border-top: 1px solid #000;

}



details summary::-webkit-details-marker {

	display: none;

  }

  

  .icon {

	display: block;

	position: absolute;

	right: 23px;

	font-size: 130%;

	top: 18%;

	margin-left: 6px;

	flex-shrink: 0;

  }

  

  .icon::before {

	content: "＋";

	position: absolute;

	display: block;

  }

  

  details[open] .icon::before {

	content: "－";

}



details[open] summary {

	padding-bottom:20px;

}



/* 提案ステップ・フォーム */

div.offer{

	max-width: 1200px;

	background-color: #fffaf8;

	margin: 0 auto;

	font-size: 140%;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	border-radius: 10px;

}



div.step h3{

	text-align: center;

	margin: 0 0 40px;

}



div.form h3{

	text-align: center;

	margin: 0 0 13px;

}



div.step{

	width: 48%;

}



div.form{

	width: 100%;
	margin: 40px 35px;

}



div.a_step{

	text-align: center;

	font-size: 80%;

	padding: 6px;

	border-radius: 8px;

	background: #f1f1f1;

	border: solid 1px #cccccc;

	margin: 0 0 10px;

}



div.a_step h4{

	position: relative;

	display: inline-block;

	margin-bottom: 1em;

}



div.a_step h4:before {

	content: '';

	position: absolute;

	bottom: -4px;

	display: inline-block;

	width: 60px;

	height: 2px;

	left: 50%;

	-webkit-transform: translateX(-50%);

	transform: translateX(-50%);

	background-color: black;

	border-radius: 2px;

  }



  div.a_q{

	font-size: 80%;

	margin: 0 0 30px;

}

div.a_q label{
	margin-bottom: 8px;
}

div.a_q label span{
	color: #f35827;
}


div.a_q label,div.a_q input,div.a_q select,div.a_q textarea {

	font-weight: bold;

	display: block;

	width: 100%;

}

div.a_q select{
	padding: 15px 20px;

	border-radius: 8px;

	box-sizing: border-box;

	border: none;

	font-size: 100%;

	color: #c9c9c9;
}




div.a_q input,div.a_q textarea{

	padding: 15px 20px;

	border-radius: 8px;

	box-sizing: border-box;

	background: #ffffff;

	border: none;

	font-size: 18px;

}

div.a_q input::placeholder,div.a_q textarea::placeholder{
	color: #c9c9c9;

	font-size: 18px;

	letter-spacing: 2px;
}



div.a_q input[type="checkbox"]{

	display: inline;

	width: auto;

	margin: 0px 10px 0 0;

	width: 20px;

	height: 20px;

	border: none;

}



input[type="submit"]{

	background: #f35827;

	border-radius: 50px;

	border: none;

	width: 33%;

	padding: 20px;

	color: #fff;

	font-size: 90%;

	cursor: pointer;

}



div.a_q span{

	font-size: 16px;

	font-weight: 400;
}



div.submit{

	text-align: center;

	font-weight: 500;

}



div.submit .comment{

	font-size: 80%;

	margin: 14px 0;

}



div.submit .tel{

	font-size: 130%;

	letter-spacing: 1px;

	background: linear-gradient(transparent 60%, #ffff00 60%);

	display: inline-block;

}



/* footer */

div.footer{

	max-width: 1000px;

	margin: 0 auto;

}



ul.link{

	display: flex;

	list-style: none;

	margin: 40px 0;

	font-size: 95%;

	font-weight: 400;

}



ul.link li{

	margin: 0 0 0 1.5em;

}



ul.link li a{

	border-bottom: #000 1px solid;

	padding: 0 0 5px;

}



img.linkicon{

	width: 14px;

	height: 14px;

	margin: 0 0 0 10px;

}



p.rights{

	text-align: center;

	margin: 20px 0;

	font-size: 110%;

	font-weight: 400;

}



span.red{

	color: #f00;

}



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

	img.reasonlogo {

		max-width: 70vw;

	}

	.pagetop {

		bottom: 20px;

		right: 20px;

	}

	h2 {

		text-align: center;

		margin: -20px 0 40px 0;

	}

	div.header_inner1 img.logo {

		max-width: 20vw;

	}

	div.header_inner2 img.telinfo {

		max-width: 30vw;

	}

	div.header_inner2 img.conv_1 {

		margin: 0 0 0 24px;

		max-width: 30vw;

	}

	div.box {

        padding: 5vw;

	}

	div.telinfo_back {

		background-size: 30vw;

	}

	div.box_inner {

        padding: 5vw;

	}

	div.inner_conv {

		margin: 60px 0 60px;

	}

	div.reasons {

		width: 90%;

		margin: 0 auto;

	}

	div.pd {

        padding: 5vw !important;

	}

	div.step,div.form{

		width: 90%;

		margin: 0 auto;

	}

	div.form{
		margin: 30px 35px;
	}

	div.a_q input,div.a_q textarea{
		font-size: 14px;
	}

	div.a_q input::placeholder,div.a_q textarea::placeholder{
		font-size: 14px;
	}

	div.a_q label span{
		font-size: 12px;
	}

	div.a_q span{
		font-size: 12px;
	}

	div.a_q input[type="checkbox"]{
		width: 10px;
		height: 10px;
	}

	input[type="submit"]{
		width: 80%;
	}

	img.inner_telinfo {

		max-width: 60vw;

	}

	.slick-prev, .slick-next {

        width: 8vw !important;

		height: 8vw!important;

	}

}

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

	div.telinfo_back {

		background-size: 40vw;

	}

	details {

		padding: 20px;

	}

	summary::before {

		padding: 4px 10px;

	}

	div.text::before {

		padding: 4px 10px;

	}

}



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

	body{

		font-size: 80%;

	}

    div.inner_conv {

        margin: 40px 0;

    }

	details {

		padding: 20px;

	}

	.slick-prev {

		left: 30px!important;

	}

	.slick-next {

		right: 30px!important;

	}

}

/* cta追従ボタンスタイル */
.cta__btn-inner {
  width: 1000px;
  margin-inline: auto;
}
.cta__btn-wrapper {
  position: fixed;
  bottom: 5%;
  right: 15%;
  display: flex;
  column-gap: 5px;
}

.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
	width: 230px;
  max-width: 100%;
  padding-block: 20px;
  color: #fff;
}
.cta__btn:hover {
  color: #fff;
}

.cta__btn:first-child {
  background-color: #0A46A2;
}
.cta__btn:nth-of-type(n + 2) {
  background-color: #F35827;
}

.cta__btn img {
  width: 24px;
  height: 24px;
}
.cta__btn span {
  display: block;
  font-size: 16px;
}

/* モーダル */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease; /* フェード */
}

/* 開いたとき */
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 背景 */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

/* コンテンツ：フェード＋軽いスライドアップ */
.modal__content {
  position: relative;
  width: min(92vw, 1100px);
  margin: 18vh auto 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}

/* 開いたときの最終状態 */
.modal.is-open .modal__content {
  transform: translateY(0);
  opacity: 1;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 32px;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal__content img {
  display: block;
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .modal,
  .modal__content {
    transition: none;
  }
}


/* 2025/8/13追加 */
@media (max-width: 768px){
	.pagetop{
		display: none!important;
	}

	.cta__btn-wrapper {
		bottom: 0%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		column-gap: 0px;
	}

	.cta__btn {
		width: 50vw;
		column-gap:10px;
		padding-block: 18px;
		-webkit-tap-highlight-color: transparent; /* iOS Safari & Android Chrome */
	}
	.cta__btn:hover {
		color: #fff;
	}


	.cta__btn img {
		width: 20px;
		height: 20px;
	}
	.cta__btn span {
		font-size: 14px;
	}
}

/* 共通UtilityCSS */
.pc-none {
	display: flex;
}
.sp-only {
	display: none;
}

@media (max-width: 768px){
	.pc-none {
		display: none;
	}
	.sp-only {
		display: flex;
	}
}