/* CSS Remedy */
*,::after,::before{box-sizing:border-box}
html{line-sizing:normal}
body{margin:0}
h5{font-size:.83rem}
h6{font-size:.67rem}
h1{margin:.67em 0}
pre{white-space:pre-wrap}
hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}
audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}
canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

/* --------------- 共通CSS --------------- */
/* base */
body{
	font-size: 16px;
	line-height: 1;
	position: relative;
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
img{
	vertical-align: middle;
	max-width:100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container{
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.mt15 {
	margin-top:15px;
}

.mt30 {
	margin-top:15px;
}

.mt50 {
	margin-top:55px;
}

.mt80 {
	margin-top:80px;
}
.mt-40 {
	margin-top: -40px;
}
.txt30 {
	font-size:30px;
}

.txt12 {
	font-size:12px;
}

.blue {
	color:#1d2088;
}

.orange {
	color:#DD7E1F;
}



h2 {
	font-size:30px;
	color: #1D2088;
	border-left: 10px solid #ffe109;
	padding:10px 0 10px 10px;
}

h4 {
	font-size:22px;
	color: #1D2088;
	margin:0 0 10px 0;
	padding:0 0 16px 0;
	background: url(images/bg_h4.png);
	background-repeat: no-repeat;
}

/* header */
.header {
	display: flex;
	/*justify-content: flex-end;*/
	justify-content: space-between;
	align-items: center;
	padding:10px 0;
	height:90px;
}

.header h1 {
	/*margin-right: auto;*/
	width:290px;
	height:80px;
}
.header>h1>img {
	width:290px;
}

.header ul {
	display: flex;
	list-style: none;
	padding-top:16px
}

.header li {
	margin-right: 20px;
}

.header nav ul {
	font-size:11px;
	margin-top: auto;
}

.header nav ul img{
	display:inline-block;
	padding-left:16px;
	width:136px;
	margin-top: 5px;
}

.phone {
	font-size: 36px;
	font-weight: 700;
	color:#1d2088;
	text-decoration: none;
	padding-left: 50px;
	position: relative;
}

.phone:before{
	content:"";
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width:40px;
	height: 40px;
	background: url(../images/free_icon_g.svg)no-repeat center center / contain;
}


.phone_text{
	margin-top: -10px;
}

.header_inquary {
	display: block;
	border: 1px solid #1d2088;
	color:#1d2088;
	font-size: 10px;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 15px 8px 0 8px;
	line-height: 1.3;
}

/*main*/
.wrap_hero {
	background-color: #1D2088;
}
.wrap_hero_bottom {
	background-color: #ffe109;
	text-align: center;
	padding:10px 0;
	font-size:0.8rem;
}
.wrap_miaoshi {
	background-color: #E4F1F7;
}

.con_minaoshi {
	background: url(images/img_minaoshi.jpg);
	width:960px;
	height: 410px;
	background-size: cover;
}

a.btn_minaoshi {
	position:relative;
	top:250px;
	left:480px;
	display: block;
	width: 480px;
}

a.btn_minaoshi:hover{
	opacity: 0.8;
}

.wrap_txt {
	width:900px;
	margin: 0 auto;
}

.wrap_txt p {
	line-height: 2;
	padding:0 80px;
	font-size:16px;
}

a.btn_inquary {
	display: block;
	width: 937px;
	margin:0 auto;
}

a.btn_inquary:hover{
	opacity: 0.8;
}

a.btn_inquary_l {
	display: block;
	width: 937px;
	margin:80px auto 0;
}

a.btn_inquary_l:hover{
	opacity: 0.8;
}

.inquary_phone {
margin: 0 auto;
max-width: 800px;
margin-top:40px;
}

.box_reason {
	border:8px solid #BABABA;
	padding:50px;
	margin-top:60px;
	margin-left:30px;
	width:920px;
}
h3.box_reason_title {
	position: relative;
	top:-80px;
	left:-80px;
	font-size: 0;
}

.box_reason p {
	line-height: 1.5;
}

/*.box_reason_photo {
	display: -ms-grid;
  display: grid;
  gap: 40px;
  grid-template-column: repeat(3, 200px);s
  -ms-grid-column:  (200px)[3];
  margin-top:40px;
}*/

.box_reason_photo div {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	background-color: #f7fcfe;
	width:200px;
	float:left;
	height:210px;
	margin-right:60px;
}

.box_reason_photo_02 div {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	background-color: #f7fcfe;
	width:164px;
	float:left;
	height:280px;
	margin-right:60px;
}

.box_reason_photo ,.box_reason_photo_02 p {
	font-size:12px;
	text-align: center;
}

.wrap_flow {
	background-color:#f5f5f5;
padding:5px 0 50px;
margin-top:40px;
}

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

.flex-wrap-txt {
	width: 65%;
}
.flex-wrap-img {
	width: 30%;
}
.flex-wrap50 {
	width: 45%;
}

.flex-flow {
	width:900px;
/*	display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (270px)[3];
  grid-template-columns: repeat(3, 270px);*/
  margin-top:30px;
  margin-left:40px;
 }

.flex-flow-item{
	float:left;
	width: 270px;
	height: 350px;
	margin-top:30px;
  	margin-left:20px;
	border-left: 1px solid #708090;
	border-bottom: 1px solid #708090;
	background-color: rgb(255,255,255,0.3);
}

.flex-flow-item p {
	line-height: 1.5;
	padding:5px 16px;
}

.wrap_company {
	background: url(images/bg_flow.gif);
	background-repeat: no-repeat;
	background-position: right bottom

}

.wrap_company img {
margin-top:-20px;
}

table{
  border-collapse:collapse;
 width: 740px;
	margin: 20px auto;
	background-color: #ffffff;
}

td,th{
  border-top:1px solid #666;
  padding:20px;
  line-height: 1.5;
}
tr:last-child td,
tr:last-child th{
  border-bottom:2px solid #666;
}
tr:first-child td,
tr:first-child th{
  border-top:2px solid #666;
}

.box_reason_table table{
	width:100%;
}

.box_reason_table td {
	text-align:center;
	width:240px;
}

.box_reason_table td:not(:last-child){
	border-right:1px solid #000 ;
}

.box_reason_table td:nth-child(1) {
	text-align:left;
	background-color: #f4f4f4;
}

.box_reason_table td:nth-child(2) {
	background-color: #ffe109;
}

/* footer */
footer{
	padding: 38px 0;
	background-color: #1D2088;
}

.wrapper_footer {
/*	display: grid;
    gap: 10px;
    grid-template-columns: 250px 400px;*/
	width: 660px;
	margin: 0 auto;
}

.wrapper_footer .logo {
	width:250px;
	float:left;
}

.wrapper_footer_txt {
	width:400px;
	float:left;
}

.footer_phone {
	font-size: 30px;
	font-weight: 700;
	color:#fff;
	text-decoration: none;
	padding-left: 50px;
	position: relative;
}

.footer_phone:before{
	content:"";
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width:40px;
	height: 40px;
	background: url(../images/free_icon_w.svg)no-repeat center center / contain;
}

.wrapper_footer .logo>img {
	width:230px;
	padding:15px;
	background-color: #ffffff;
}
.wrapper_footer {
	font-size:12px;
	color:#ffffff;
}

.wrapper_footer a {
	color:#ffffff;
	text-decoration: none;
}

.copy{
	font-size:12px;
color:#ffffff;
text-align: center;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}



#pageTop i {
  padding: 6px 5px 0 0;
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #c0c0c0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:30px;
}





#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.worries{
	max-width: 960px;
	margin: 80px auto;
}


.inner{
	max-width: 100%;
	padding: 40px 55px 48px;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-size: 32px 32px;
    background-repeat: repeat;
    background-position: center center;
}


.img_container img{
	width: 100%;
}

.worries_list_wrap{
	display: flex;
	align-items: flex-end;
}

.worries_text_image{
	width: 106px;
}

.worries_list{
	margin: 0;
	padding: 0 0 0 31px;
}

.worries_list li{
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.worries_list li:last-child{
	margin-bottom: 0;
}

.worries_list_style{
	width: 24px;
	margin-right: 18px;
}

.worries_list li span{
	font-size: 17px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #231815;
}

.worries_image{
	width: 152px;
	transform: translateX(-30px);
}

.jisseki{
	max-width: 843px;
	margin: 53px auto 0;
	padding: 18px 0 36px;
	background: #fff;
	box-shadow: 0px 0px 7.72958px 0.9662px rgba(0, 0, 0, 0.10);
	position: relative;
}

.entrust{
	width: 90px;
	position: absolute;
	top: -6px;
	left: -6px;
}

.jisseki_head{
	padding-left: 96px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.3;
	margin: 0;
	color: #231815;
}

.jisseki_strong{
	color: #cc271f;
}

.jisseki_txt{
	padding: 0 20px;
	margin: 15px 0 0;
	letter-spacing: 0.025em;
	line-height: 1.5;
	font-size: 15px;
	color: #231815;
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.case{
	background: #1d2088;
	padding: 30px 5.8% 26px;
	position: relative;
}

.case_head{
	background: #ffe109;
	color: #1D2088;
	font-size: 23px;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 10px;
	width: 370px;
	display: block;
	text-align: center;
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translate(-50%,0);
}


.case_card_wrap{
	display: flex;
}


.case_card_container{
	background: #fff;
	width: calc(100% / 3);
	text-align: center;
	/*padding: 16px 0;*/
}
.case_card_container:nth-child(2){
	margin: 0 30px;
}
/*.case_card_container:last-child{
	padding: 24px 0 16px;
}*/

.case_txt{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
}

.case_strong{
	font-size: 17px;
	color: #cc271f;
}
.case_card_container:last-child .case_strong{
	font-size: 20px;
}

.num_big{
	display: inline-block;
	font-size: 26px;
	letter-spacing: 0.05em;
	transform: translateY(2px);
}

.case_txt_supplement{
	display: block;
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: 0;
}

.trust{
	text-align: center;
	margin-top: 20px;
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
.trust_txt{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #231815;
	position: relative;
}
.trust_txt::before{
	content: "";
	width: 102%;
	height: 8px;
	background: #ffe109;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%,0);
}

.trust_txt .small{
	font-size: 27px;
}

.trust_num{
	display: inline-block;
	font-size: 42px;
	transform: translateY(3px);
}

.btn_inquary_l img{
	animation:katakata 3s infinite ease-in-out alternate;
}

/*
@keyframes katakata {
	0% {transform:translate(0, 0) rotate(0deg);}
	21% {transform:translate(0, 0) rotate(0deg);}

	22% {transform:translate(0, 0) rotate(-2deg);}
	23% {transform:translate(0, -1px) rotate(0deg);}
	24% {transform:translate(0, -1px) rotate(3deg);}

	25% {transform:translate(1px, 0) rotate(-2deg);}
	26% {transform:translate(0, 1px) rotate(0deg);}
	27% {transform:translate(0, 0) rotate(2deg);}

	28% {transform:translate(0, 0) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(0deg);}
  }


  .pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}*/
