@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1100px;
	margin: 0 auto;
	font-size: 1rem;
	background: #ffd200;
}

header {
    width: 100%;
}

.header_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.header_contact {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

ul.header_contact li {
    margin-left: 15px;
}

section.header_menu {
	background: linear-gradient(180deg, #222 0%, #222 50%, #000 50%, #000 100%);
}

ul.header_menu_list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

ul.header_menu_list li {
    width: 20%;
}

ul.header_menu_list li a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #444;
    padding: 24px 0;
    font-size: 1.6rem;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

ul.header_menu_list li a:hover {
	background: rgba(255,255,255,0.3);
}

ul.header_menu_list li {
    border-right: 1px solid #444;
}

section.fv {
	background-image: url("../img/fv_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
}

.fv_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.header_logo {
    width: 380px;
    margin-bottom: 10px;
}

ul.header_contact li:first-child {
    width: 200px;
}

ul.header_contact li:last-child {
    width: 260px;
}

.concept_inner {
    max-width: 1100px;
    margin: 50px auto 30px;
    text-align: center;
}

.concept_head {
    width: 800px;
    margin: -30px auto 0;
}

.price_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.price_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 30px;
}

ul.price_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.price_list li {
    width: 32%;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}

section.price {
    margin-bottom: 80px;
}

section.reason {
	background-image: url("../img/stone_bg.jpg");
	background-size: 50%;
	background-position: center;
    padding-bottom: 80px;
}

.reason_inner {
    max-width: 900px;
    margin: 0 auto;
}

.reason_inner h2 {
    width: 600px;
    margin: 0 auto 60px;
}

ul.reason_contents li {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.reason_image {
    width: 48%;
    border: 3px solid #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,0.2);
}

.reason_cap {
    width: 47%;
}

.reason_cap h3 {
    width: 100%;
    margin-bottom: 20px;
}

.reason_cap p {
    font-size: 1.5rem;
    line-height: 26px;
}

ul.reason_contents li:nth-child(2) {
    flex-flow: row-reverse;
}

.hikaku_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.hikaku h2 {
    width: 500px;
    margin: -40px auto 60px;
}

.hikaku p {
    text-align: right;
    line-height: 26px;
}

section.hikaku {
    margin-bottom: 80px;
	position: relative;
}

.voice_inner h2 {
    max-width: 580px;
    margin: 0 auto 50px;
}

ul.voice_list {
    display: flex;
    justify-content: space-between;
    align-content: start;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

ul.voice_list li {
    width: 48%;
    background: #fff;
    margin-bottom: 3%;
    box-shadow: 3px 5px 6px #deb700;
    padding: 30px;
}

.voice_head {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.voice_thumb {
    width: 23%;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 5%;
    border: 2px solid #000;
}

.voice_head h3 {
    font-size: 2rem;
    width: 72%;
    font-weight: bold;
}

.voice_head h3 span {
    display: block;
    background: #000;
    color: #fff;
    width: max-content;
    padding: 2px 10px;
    margin-bottom: 10px;
}

ul.voice_list li p {
    font-size: 1.5rem;
    line-height: 27px;
}

section.staff {
    margin: 80px 0;
}

.staff_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.staff_inner h2 {
    margin: 0 auto 50px;
    width: 700px;
}

.staff_inner h2 img {
}

ul.staff_list li {
    padding: 30px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 5px solid #000;
}

.staff_thumb {
    width: 20%;
    position: relative;
}

.staff_message {
    width: 77%;
}

.staff_thumb span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.5rem;
}

.staff_prof {
    width: 110px;
    margin-bottom: 15px;
}

.staff_message h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.staff_message h3 span {
    font-weight: bold;
    font-size: 2.5rem;
    color: #d80000;
}

.staff_message p {
    line-height: 26px;
    font-size: 1.5rem;
}

section.flow h2 {
    background: #000;
    margin-bottom: 50px;
}

section.flow h2 img {
    width: 700px;
    margin: 0 auto;
}

.flow_inner {
    max-width: 1100px;
    margin: 0 auto;
}

ul.flow_list {
    margin-bottom: 40px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

ul.flow_list li {
    width: 30%;
}

ul.flow_list li p {
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 10px;
    font-weight: bold;
}

ul.flow_list_bottom {
    display: flex;
    width: 90%;
    margin-left: 10%;
    justify-content: space-between;
}

ul.flow_list_bottom li {
    width: 30%;
}

ul.flow_list_bottom li p {
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}

section.flow {
    margin-bottom: 100px;
}

.qa_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.qa_inner h2 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.contact {
	display: block;
}

.contact_sp {
	display: none;
}

.contact_inner {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

ul.contact_link {
    position: absolute;
    left: 44px;
    display: flex;
    bottom: 44px;
    width: 92%;
    justify-content: space-between;
}

ul.contact_link li {
    width: 49%;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	border-radius: 10px;
	overflow: hidden;
}

ul.contact_link li:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0,0,0,0.3)
}

footer {
    background: #000;
    padding: 40px 0 150px;
    text-align: center;
    margin-top: 80px;
}

small {
    display: block;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
}

footer a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
}

section.contact {
    margin-top: 30px;
}

/*アコーディオン*/
    .toggle {
    	display: none;
    }
    .Label {
    	padding: 20px;
    	display: flex;
    	font-size: 2rem;
    	border-radius: 8px;
    	align-items: center;
    	line-height: 38px;
    	font-weight: bold;
    	background: #fff;
		transition: all 0.25s ease;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
    }
	.Label:hover {
		opacity: 0.6;
	}
	.Label span {
		width: 40px;
		margin-right: 10px;
	}
    .Label::before{
    	content:"";
    	width: 12px;
    	height: 12px;
    	border-top: 4px solid #000;
    	border-right: 4px solid #000;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top: calc( 50% - 12px );
    	right: 30px;
    	transform: rotate(135deg);
    }
    .Label,
    .content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content {
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content {
    	height: auto;
    	padding:20px;
    	transition: all .3s;
    	line-height: 26px;
    	font-weight: bold;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    	top: calc( 50% - 5px );
    }
	.content p {
		font-size: 1.5rem;
		line-height: 28px;
	}

.menu-trigger {
	display: none!important;
}

.fix_btns {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0,0,0,0.5);
}

ul.fix_contact_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

ul.fix_contact_link li {
    width: 49%;
}

.company_inner {
    max-width: 800px;
    padding: 50px;
    background: #fff;
    margin: 60px auto 0;
    border: 5px solid #000;
}

.company_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
}

table.company_table {
    width: 100%;
}

table.company_table th {
    padding: 25px 0;
    border-bottom: 1px solid #000;
    width: 25%;
}

table.company_table td {
    border-bottom: 1px dashed #ccc;
    padding: 25px;
}

table.company_table td a {
    display: block;
    text-decoration: underline;
    color: #000;
}

.pc_disp {
	display: block;
}
	
.sp_disp {
	display: none;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
body {
    min-width: inherit;
}

.header_inner {}

ul.header_contact {
    display: none;
}

.header_logo {
    width: 90%;
    margin: 0 auto 10px;
}

section.header_menu {
    display: none;
}

.concept_head {
    width: 100%;
    margin: 0 auto;
}

.concept_inner {
    width: 100%;
    margin: 20px auto;
}

.price_inner h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

ul.price_list {
    display: block;
    width: 90%;
    margin: 0 auto;
}

ul.price_list li {
    width: 100%;
    margin: 0 auto 15px;
}

section.price {
    margin-bottom: 40px;
}

.reason_inner {}

.reason_inner h2 {
    width: 85%;
    margin: 0 auto 30px;
}

ul.reason_contents {
    width: 90%;
    margin: 0 auto;
}

ul.reason_contents li {
    margin-bottom: 30px;
    display: block;
}

.reason_image {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

.reason_cap {
    width: 100%;
}

.reason_cap h3 {
    width: 100%;
    margin-bottom: 14px;
}

.reason_cap p {
    font-size: 1.3rem;
    line-height: 24px;
}

section.reason {
    padding-bottom: 50px;
}

.hikaku h2 {
    width: 90%;
    margin: -30px auto 30px;
}

.hikaku_graph {
    width: 175%;
    padding: 0 5%;
    overflow-x: scroll;
}

.hikaku p {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 20px 5%;
    text-align: left;
}

.hikaku_inner {
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: scroll;
}

section.hikaku {
    margin-bottom: 50px;
}

.voice_inner {
    width: 90%;
    margin: 0 auto;
}

.voice_inner h2 {
    margin-bottom: 30px;
}

ul.voice_list {
    display: block;
}

ul.voice_list li {
    width: 100%;
}

.voice_head h3 {
    font-size: 1.8rem;
    line-height: 26px;
}

.voice_head h3 span {
    padding: 0px 10px;
    margin-bottom: 5px;
}

ul.voice_list li p {
    font-size: 1.3rem;
    line-height: 24px;
}

section.staff {
    margin: 40px auto;
    width: 90%;
}

.staff_inner h2 {
    width: 100%;
    margin-bottom: 30px;
}

ul.staff_list li {
    display: block;
    padding: 20px;
    border: 3px solid;
}

.staff_message h3 {
    font-size: 1.8rem;
    margin-bottom: 13px;
}

.staff_message h3 span {
    font-size: 1.8rem;
}

.staff_message {
    width: 100%;
}

.staff_message p {
    font-size: 1.3rem;
    line-height: 22px;
}

.staff_prof {
    margin: 0 auto 10px;
    width: 90px;
}

.staff_thumb {
    width: 40%;
    margin: 0 auto 15px;
}

.staff_thumb span {
    padding: 5px;
}

section.flow h2 img {
    width: 100%;
}

section.flow h2 {
    margin-bottom: 30px;
}

.flow_inner {
    width: 90%;
}

ul.flow_list {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
	
ul.flow_list li {
    width: 90%;
    margin: 0 auto 25px;
}

ul.flow_list li p {
    font-size: 1.3rem;
    line-height: 22px;
}

ul.flow_list_bottom {
    display: block;
    margin: 0 auto 0;
}

ul.flow_list_bottom li {
    width: 100%;
    margin-bottom: 24px;
}

ul.flow_list_bottom li p {
    font-size: 1.3rem;
    line-height: 22px;
}

section.flow {
    margin-bottom: 50px;
}

.qa_inner {
    width: 90%;
    margin: 0 auto;
}

.qa_inner h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.Label {
    font-size: 1.5rem;
    line-height: 28px;
    padding: 10px;
}

.Label span {
    width: 26px;
    margin-right: 9px;
}

.Label::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    right: 14px;
    border-right: 2px solid #000;
    top: calc( 50% - 6px );
}

.content p {
    font-size: 1.3rem;
    line-height: 24px;
    font-weight: normal;
}

.contact_inner {
    width: 90%;
}

ul.flow_list li {
    width: 90%;
    margin: 0 auto 25px;
}

section.company {}

.company_inner {
    width: 90%;
    border: 3px solid #000;
    padding: 25px;
    margin-top: 30px;
}

.company_inner h2 {
    font-size: 2rem;
    margin-bottom: 0px;
}

table.company_table th {
    padding: 15px 0;
}

table.company_table td {
    padding: 20px;
}

table.company_table {
    margin-top: 10px;
}

section.contact {
	display: none!important;
}
	
.contact_inner_sp {
    width: 90%;
    position: relative;
    margin: 30px auto;
}

.contact_sp {
	display: block;
	position: relative;
}
	
ul.contact_link_sp {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: 7%;
}

ul.contact_link_sp li:first-child {
    margin-bottom: 2%;
}
	
.fix_btns {
    padding: 8px 3%;
}
	
footer {
    padding: 20px 0 100px;
    margin-top: 40px;
}

footer a {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

small {
    font-size: 1.1rem;
}
	
.pc_disp {
	display: none!important
}
	
.sp_disp {
	display: block!important;
}
	
}