@charset "utf-8";
/* CSS Document */
body,
body * {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.6;
    font-family: source-han-sans-japanese,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    box-sizing: border-box;
}
body,
footer {
	width: 100%;
	min-width: 1280px;
	color: #222;
}
a {
    color: inherit;
    text-decoration: none;
}
.txt_center {
    text-align: center;
}
img{
	vertical-align: top;
}

.floating-btn a{	
	position: fixed;
    right: 0;
    top: 31.5%;
    background-color: #222222;
    color: #FFF;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 47px 22px 43px;
    text-decoration: none;
    border-radius: 20px 0 0 20px;
    z-index: 999;
    letter-spacing: 4px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 16%);
    font-weight: 400;
}
.floating-btn a:hover{
	opacity: .9;
}
/* footer */
/* フッター */
footer{
	padding-top: 64px;
	background-color: #FFFBF6;
}
footer .fNav{
	max-width: 1088px;
	display: flex;
    margin: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 43px;
}
footer .footerInfo{
	margin-right: 157px;
}
footer .footerInfo .logo{
	margin-bottom: 51px;
}
footer .footerInfo .logo img{
	max-width: 195px;
}
footer .footerInfo .logo2{
	margin-bottom: 16px;
	position: relative;
	font-size:11px;
}
footer .footerInfo .logo2 img{
	position: absolute;
	padding-left: 10px;
	margin-top: -1px;
}
footer .footerInfo address{
	line-height: 2;
	font-size: 12px;
	padding: 0;
    font-style: normal;
}
footer .list{
	width: 355px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
    margin-top: -7px;	
}
footer .f_list p a:before{
	background-color: #C30D23;
    border-radius: 20px; 
    content: "";
    display: inline-block;
	vertical-align: text-top;
    height: 2px;
    width: 8px;
	position: absolute;
	top: 0.65rem;
    left: 3px;
    transition: all 0.3s;
}
footer .f_list p a:hover::before{
    left: 5px;
}
footer .f_list p a{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.85;
	text-decoration: none;
	color: #222;
	position: relative;
	padding-left: 20px;
	margin-left: -20px;
}
footer .f_list p a:hover{
	text-decoration: underline;
    color: #C30D23;
}
footer .f_list ul{
	font-size: 12px;
	padding: 2px 0 10px 19px;
	line-height: 2;
	list-style: none;
}
footer .f_list ul a{
	text-decoration: none;
	color: #222;
}
footer .f_list ul a:hover{
	text-decoration: underline;
    color: #C30D23;
}
footer .copyright{
	font-size:12px;
	text-align: center;
	background-color:#F4EFE6;
	padding: 12px 0;
    margin: 0;
}

/* main */
#main_visual{
	padding:0;
	border-top:solid 20px #F08200;
		
}
#main_visual .top-cnt{
	display: flex;
	width: 100%;
	max-width: 1168px;
    margin: 60px auto 0;
    justify-content: space-between;
	align-items: center;
	transform: translate(-6px, 0px);
	z-index: 1;
    position: relative;
}
#main_visual h1{
	width: 100%;
	max-width: 849px;
    margin-top: -17px;
}
#main_visual .top-cnt p.sub{
	width: 100%;
	max-width: 275px;
}

#main_visual .top-point{
	display: flex;
	width: 100%;
	margin:-66px auto 0;
	justify-content: space-between;
	clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}
#main_visual .top-point > div{
	flex: 1;
	position: relative;
}
#main_visual .top-point > div img{
	width: 100%;
}
#main_visual .top-point > div p{
	background-color: rgba(240,131,0,0.8);	
	position: absolute;
	z-index: 1;
	color: #FFF;
	writing-mode: vertical-rl;
	bottom: 0;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
#main_visual .top-point > div.text1 p{
    left: 64px;
	padding: 29px 27px;
	clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
}
#main_visual .top-point > div.text2 p{
	left: 47px;
    top: 10%;
    bottom: inherit;
    padding: 29px 10px 37px;
	clip-path: polygon(0 0, 96% 0%, 100% 100%, 0% 96%);	
}
#main_visual .top-point > div.text3 p{
    left: 38px;
    padding: 55px 25px 32px;
	clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
}
#main_visual .top-point > div p span{
	writing-mode: horizontal-tb;
}
#main_visual .top-point > div.text2 p span,
#main_visual .top-point > div.text3 p span{
	margin-top: -7px;
}

#top_cnt01{
	padding: 88px 20px 95px;
}
#top_cnt01 .text_cnt{
	max-width: 865px;
	margin: auto;
}
#top_cnt01 .text_cnt p{
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.85;
}
#top_cnt01 .text_cnt .sub{
	font-weight: 700;
	font-size: 1.5rem;
	position: relative;
	display: flex;
    align-items: center;
    gap: 11px;
	line-height: 1.6;	
}
#top_cnt01 .text_cnt .sub::before,
#top_cnt01 .text_cnt .sub::after{
    content: "";
    display: block;
    height: 1px;
    width: 32px;
    background-color: #1A1311;
	margin-top: 2px;
	margin-left: -6px;	
}
#top_cnt01 .text_cnt .sub::before{
    transform: rotate(45deg);
}
#top_cnt01 .text_cnt .sub::after{
    transform: rotate(-45deg);	
}
#top_cnt01 h2{
    font-size: 2.3125rem;
    margin-top: 6px;
    line-height: 1.4;
	margin-bottom: 11px;	
}
#top_cnt01 h3{
	font-size: 1.875rem;
	color: #F08200;
	margin-bottom: 15px;
	padding-left: 44px;
}
#top_cnt01 p{
	line-height: 1.85;
}
#top_cnt01 p.orange{
	font-weight: 500;
    color: #F08200;
    font-size: 1.125rem;
    margin: 17px 0 6px;
    letter-spacing: -0.1px;
}
#top_cnt01 p.orange_box{
	line-height: 2;
}
#top_cnt01 p.orange_box span{
    background-color: #ED6B00;
    border-radius: 7px;
    color: #FFF;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 4px 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
#top_cnt01 ol{
	display: flex;
	flex-wrap: wrap;
	max-width: 865px;
	justify-content: space-between;
	margin: 75px auto 0;
	gap: 86px 15px;
}
#top_cnt01 ol li{
	max-width: 401px;
	width: 100%;	
}
#top_cnt01 ol{
	counter-reset: cnt;
}
#top_cnt01 ol li{
	position: relative;
	list-style: none;
	counter-increment: cnt;
}
#top_cnt01 ol li:before{
	position: absolute;
	top: 8px;
	left: 0;
	content: counter(cnt);
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-size: 1.5625rem;
	color: #FFF;
	background-color: #535252;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
    justify-content: center;
}

#top_cnt02{
	background-color: #F08200;
	padding: 98px 20px 68px;	
}
#top_cnt02 h2{
	font-size: 2.25rem;
	text-align: center;
	color: #FFF;
}
#top_cnt02 .flow{
	display: flex;
	width: 100%;
	max-width: 1080px;
	margin: 45px auto;
	justify-content: space-between;
	gap:10px;
}
#top_cnt02 .flow > div{
	background-color: #FFF;
	border-radius: 15px;
	max-width: 252px;
	padding: 51px 30px 37px;
	position: relative;
}
#top_cnt02 .flow > div:after{
	content:"";
	position: absolute;
	width:0;
	height:0;
	border-style:solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #FFFFFF;
	top:0;
	bottom:0;
	right: -16px;
	margin: auto;
}
#top_cnt02 .flow > div:last-of-type:after{
	content:none;
}
#top_cnt02 .flow > div .img{
	min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}
#top_cnt02 .flow > div h3{
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
    margin-bottom: 14px;
}
#top_cnt02 .flow > div h3 span{
	font-size: 1.125rem;	
}
#top_cnt02 .flow > div h3::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #F08200;
	margin: auto;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
/* form */
#top_cnt03 {
	padding: 98px 20px 92px;
	background-color:#FCE2C4;
}
#form h2{
	font-size: 2.25rem;
	text-align: center;
	color: #222;	
}
#form > p{
    max-width: 765px;
	width: 100%;
    margin: 42px auto 0;
    line-height: 1.85;
}
#form span.red{
	color:#B80000;
}
#form table{
	max-width: 945px;
	width: 100%;
	margin: 73px auto 0;
	empty-cells: hide;
	table-layout: inherit;	
}
#form table th,
#form table td{
	padding-bottom: 31px;
}
#form table tr:last-of-type th,
#form table tr:last-of-type td{
	padding-bottom: 18px;
}
#form table th span{
	font-weight: 700;
}
#form table td{
	padding-left: 23px;
	font-size: 0.875rem;
}
#form table tr:first-of-type th{
	font-size: 1rem;
	letter-spacing: 1.7px;
}
#form table th,
#form table th *{
	font-size: 0.875rem;
	text-align: right;
}
#form input[type="radio"]{
  opacity: 0;
  position: absolute;
}
#form .radio{
	padding-left: 40px;
}
#form .radio label span {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding-left: 20px;	
    margin-right: 26px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
}
#form .radio label span::before {
    content: "";
    display: inline-block;
    width: 14px;
    padding-top: 14px;
    left: -1px;
    border: none;
    position: absolute;
    top: 5px;
	background-color: #FFF;
	border-radius: 50%;
}
#form .radio label input:focus-visible ~ span::before{
	outline: 2px solid #000;
}
#form .radio label span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
	height: 10px;
	background-color: #222;
	top: 7px;
    left: 1px;
    opacity: 0;
	border-radius: 50%;
}
#form input[type="radio"]:checked + span::after {
    opacity: 1;
}
#form table th.txt_area{
	vertical-align: top;
    padding-top: 14px;
}
#form table th.txt_area,
#form table td.txt_area{
	padding-bottom: 28px;
}
#form input[type="text"],
#form input[type="email"] {
	font-size: 0.875rem;	
    height: 45px;
    padding: 0 18px;
    background-color: #FFF;
	width: 100%;
	border:none;
}
#form input[type="text"]{
    max-width: 334px;	
}
#form .address input[type="text"]{
    max-width: 587px;		
}
#form input[type="email"]{
    max-width: 489px;	
}
#form textarea{
	font-size: 0.875rem;
	border:none;
    padding: 13px 18px;
	width: 100%;
    background-color: #FFF;
	min-height: 222px;
    max-width: 587px;
}
#form table td p a{
	text-decoration: underline;
	margin-left: 23px;
	font-weight: 700;
}
#form input[type="checkbox"]{
  opacity: 0;
  position: absolute;
}
#form .checkbox{
	font-size: 1rem;	
}
#form .checkbox label span {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding-left: 13px;	
	font-size: 1rem;
}
#form .checkbox label span::before {
    content: "";
    display: inline-block;
    width: 21px;
    padding-top: 21px;
    left: 0;
    border: none;
    position: absolute;
    top: 2px;
	background-color: #FFF;
}
#form .checkbox label input:focus-visible ~ span::before{
	outline: 2px solid #000;
}
#form .checkbox label span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    padding-top: 7px;
	top: 6px;
    left: 4px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(-45deg);
    opacity: 0;
}
#form input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
#form .btn_cnt{
    display: flex;
    justify-content: flex-start;
    margin: 10px auto 0;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 420px;
}
#form .btn_cnt.center{
    padding-left: 0;	
}
#form .btn_cnt a,
#form .btn_cnt input,
#form .btn_cnt button{
	display: block;
    font-size:1.125rem;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
	padding: 24.5px 10px;
	width: fit-content;
    height: 100%;
    position: relative;
	cursor: pointer;
	border: none;
    background-color: #222;
    border-radius: 51px;
    text-align: center;
    margin: auto;
	line-height: 1;
	min-width: 215px;
}
#form .btn_cnt a:hover,
#form .btn_cnt input:hover,
#form .btn_cnt button:hover{
	opacity: .8;
}
.mw_wp_form #form .error{
	font-size: 0.9375rem;
	font-weight: 700;
}
.mw_wp_form_preview p.checkbox{
	font-weight: 400 !important;
	padding-left: 0 !important;
}
.mw_wp_form_preview #form table th.txt_area{
	padding-top: 0;
}
.mw_wp_form_preview #form .radio {
    padding-left: 23px;
}
.mw_wp_form_complete #form .btn_cnt{
	margin: 30px auto 0;
}
#form h3{
    font-size: 1.5rem;
	margin: 20px auto;
	text-align: center;
}