@charset "UTF-8";
/*
html, body {
overflow-x: hidden;
}
*/
html{
	height:100%;
}
body {
	min-height:100%;
	font-family: -apple-system, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #333333;
	background-color:#FFFFFF;
}
.wrapper {
	min-height: 100vh;
	position: relative;
	padding-bottom: 20px; /* フッターの高さ */
	box-sizing: border-box;
}
:root{
	--header: 130px;
	scroll-padding: var(--header);
}

/* Common */
.btn a {
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	*/
	display: block;
	margin: 0px auto 0;
	padding: 10px 20px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50vh;
	color: #FFFFFF;
	/* background-color: #D21D17; */
	border: solid 3px #D21D17;
	filter: drop-shadow(0px 3px 0px rgb(32 33 33 / 0.1));
	background-color: [object object];
	background-image: linear-gradient(0deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
.btn a:hover {
	transform: translateY(3px);
	filter: unset;
}
.text-shine {
	padding: 10px 0;
	margin: 0;
	font-size: 80px;
	font-weight: bold;
	background-image: linear-gradient(
		70deg,
		#FFF 45%, /* font color */
		#320043 50%,
		#FFF 55% /* font color */
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 5s infinite;
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 1rem;
	line-height: 1;
	z-index: 99;
}
.page-top a {
	display: block;
	width: 60px;
	padding: 28px 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-image: linear-gradient(315deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
}
.page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
/* //Common */


header {
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/kv.jpg);
	background-position-y: 1050px;
}
header.top {
	height: 1000px;
	background-position-y: top;
}
header .header_wrap .header_contents {
	position: fixed;
	width: 100%;
	height: 130px;
	/* background: rgb(255, 255, 255, 0.3); */
	z-index: 100;
}
header.top.headerColorScroll .header_wrap .header_contents {
	background: rgb(255, 255, 255, 0.5);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
header.headerColorScroll .header_wrap .header_contents {
	background: rgb(255, 255, 255, 0.9);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
header .header_wrap .header_contents .header_inner {
	display: flex;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
}
header .header_wrap .header_contents .header_left h1 img {
	width: 300px;
}
header .header_wrap .header_contents .header_right {
	margin: 0 0 0 auto;
}
header .header_wrap .header_contents .header_right .btn {
	width: fit-content;
	margin: 0 0 0 auto;
}
header .header_wrap .header_contents .header_right .btn a {
	width: 250px;
}
header .header_wrap .header_contents .header_right .btn_sp_inq {
	display: none;
}
header .header_wrap .header_contents .header_right .header_menu {
	margin: 20px 0 0 auto;
}
header .header_wrap .header_contents .header_right .header_nav ul {
	display: flex;
}
header .header_wrap .header_contents .header_right .header_nav ul li {
	margin: 0 15px 0 0;
}
header .header_wrap .header_contents .header_right .header_nav ul li:last-of-type {
	margin: 0;
}
header .header_wrap .header_contents .header_right .header_nav ul li a {
	padding: 0 1px;
	font-weight: 700;
	color: #1E2C5B;
}
header .header_wrap .header_contents .header_right .header_nav ul li a:hover , 
header .header_wrap .header_contents .header_right .header_nav ul li.select {
	border-bottom: solid 2px #d21d17;
}

.header_sp_nav {
	display: none;
}

header .header_wrap section {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	color: #ffffff;
}

header .header_wrap section.fv {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
}
header .header_wrap section.intrust {
	position: absolute;
	top: 600px;
	left: 50%;
	transform: translateX(-50%);
}
header .header_wrap section.fv h2 , 
header .header_wrap section.intrust h2 {
	font-family: "Sawarabi Mincho";
	font-size: 2.0rem;
	font-weight: 700;
}
header .header_wrap section.fv.sub_fv h2 {
	font-family: unset;
}
header .header_wrap section.fv p , 
header .header_wrap section.intrust p {
	margin: 30px auto 0;
	font-size: 1.1rem;
	line-height: 2.0em;
}


/* TOP */
#contents-top section.bg-blue , 
.contents section.bg-blue {
	width: 100%;
	background-color: #eff2fb;
}
#contents-top section .inner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
#contents-top section .inner h2 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	color: #1E2C5B;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.0em;
}
#contents-top section .inner h2::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 13px;
	height: 1.1em;
	background-image: url(../img/icon-title.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#contents-top section .inner h2 span {
	margin-left: 10px;
	color:#5B7ADA;
	font-size: 1.0rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#contents-top section .inner .sub_contents {
	width: calc(100% - 2rem);
	margin: 0 auto;
}

section.strength .inner .strength_contents div {
	position: relative;
	margin-top: 50px;
	height: 350px;
}
section.strength .inner .strength_contents div img {
	position: absolute;
	right: 70px;
	width: 50%;
	height: 350px;
	object-fit: cover
}
section.strength .inner .strength_contents div:nth-of-type(even) img {
	right: 30px;
}
section.strength .inner .strength_contents div::after {
	content: "";
	display: block;
	position: absolute;
	height: 150px;
	width: 150px;
	z-index: -50;
}
section.strength .inner .strength_contents div:nth-of-type(1)::after {
	top: -20px;
	right: 30px;
	background-image: linear-gradient(45deg, #08023f, #183387);
}
section.strength .inner .strength_contents div:nth-of-type(2)::after {
	top: -20px;
	right: calc(50% - 80px);
	background-image: linear-gradient(315deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
section.strength .inner .strength_contents div:nth-of-type(3)::after {
	bottom: -20px;
	right: 30px;
	background-image: linear-gradient(135deg, #08023f, #183387);
}
section.strength .inner .strength_contents div:nth-of-type(4)::after {
	bottom: -20px;
	right: calc(50% - 80px);
	background-image: linear-gradient(225deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
section.strength .inner .strength_contents div h3 {
	position: absolute;
	top: -10px;
	left: 30px;
	color: #1E2C5B;
	font-size: 1.8rem;
	line-height: 1.5;
}
section.strength .inner .strength_contents div h3 span.num {
	display: block;
	color: #5B7ADA;
	font-size: 2.5rem;
	line-height: 2;
}
section.strength .inner .strength_contents div h3 span.text {
	padding: 5px 10px;
	font-weight: 700;
	line-height: 1.0;
	background: #f3f5f9;
}
section.strength .inner .strength_contents div p {
	position: absolute;
	top: 170px;
	left: 50px;
	padding: 10px;
	width: 410px;
	line-height: 1.7;
	background: rgb(255 255 255 / 85%);
}

section.case .inner .case_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section.case .inner .case_contents div {
	width: 30%;
}
section.case .inner .case_contents div img {
	width: 100%;
}
section.case .inner .case_contents h3 {
	position: absolute;
	margin-top: -40px;
	padding: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	z-index: 50;
	border-radius: 0 10px 0 0;
}
section.case .inner .case_contents div:nth-of-type(odd) h3 {
	background-image: linear-gradient(270deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
section.case .inner .case_contents div:nth-of-type(even) h3 {
	background-image: linear-gradient(270deg, #08023f, #183387);
}
section.case .inner .case_contents h4 {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: 700;
}
section.case .inner .case_contents p {
	margin-top: 10px;
}

section.assistance .inner .assistance_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section.assistance .inner .assistance_contents ul::after {
	content:"";
	display: block;
	width: 45%;
}
section.assistance .inner .assistance_contents ul li {
	width: 45%;
	margin: 0 0 15px;
	border-radius: 1vh;
	filter: drop-shadow(4px 4px 1px rgb(33 33 33 / 0.2));
}
section.assistance .inner .assistance_contents ul li:hover {
	opacity: 0.7;
	transform: translateY(3px);
	filter: unset;
}
section.assistance .inner .assistance_contents ul li a {
	display: block;
	padding: 20px;
	color:#FFFFFF;
	font-weight: 700;
}
section.assistance .inner .assistance_contents ul li:nth-of-type(1) , 
section.assistance .inner .assistance_contents ul li:nth-of-type(4) , 
section.assistance .inner .assistance_contents ul li:nth-of-type(5) {
	/* background-color: #1E2C5B; */
	background-image: linear-gradient(270deg, #08023f, #183387);
}
section.assistance .inner .assistance_contents ul li:nth-of-type(2) , 
section.assistance .inner .assistance_contents ul li:nth-of-type(3) , 
section.assistance .inner .assistance_contents ul li:nth-of-type(6) {
	/* background-color: #D21D17; */
	background-image: linear-gradient(270deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}

section.inquiry .inner .inquiry_contents {
	padding: 50px 20px;
	border-radius: 1vh;
	background-color: #183387;
	/* background-color: #1E2C5B; */
}
section.inquiry .inner .inquiry_contents p {
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.5em;
	text-align: center;
}
section.inquiry .inner .inquiry_contents .btn {
	margin: 30px auto 0;
}
section.inquiry .inner .inquiry_contents .btn a {
	width: 500px;
	font-size: 1.3rem;
	filter: drop-shadow(3px 3px 2px rgb(256 256 256 / 0.3));
	/* filter: drop-shadow(2px 3px 0px rgb(256 256 256 / 0.3)); */
}
section.inquiry .inner .inquiry_contents .btn a:hover {
	filter: unset;
}

section.overview .inner table {
	margin: 0 auto;
}
section.overview .inner table th {
	min-width: 5rem;
	padding: 10px 20px;
	border-top: 2px solid #D21D17;
}
section.overview .inner table td {
	padding: 10px 20px;
	border-top: 1px solid #5B7ADA;
}
/* //TOP */

footer {
	width: 100%;
	padding: 10px 0;
	color:#FFFFFF;
	font-size: 0.9rem;
	background-color:#090057;
	/* background-color:#1E2C5B; */
	position:sticky;
	top:100vh;
	text-align: center;
}
.wrapper footer {
	position: absolute;
	top: unset;
	bottom: 0;
}
footer a {
	color:#FFFFFF;
}
footer div#footer-contents {
	width: 90%;
	margin: 0 auto;
}
footer div#footer-contents div#footer-info p {
	margin: 0 auto 20px;
	font-size: 14px;
}
footer div#footer-contents div#footer-menu {
	margin: 0 auto 30px;
}
footer div#footer-contents div#footer-menu ul {
	padding: 15px 0;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
}
footer div#footer-contents div#footer-menu ul li {
	display: inline-flex;
	width: 49%;
	line-height: 35px;
	font-weight: bold;
	text-decoration: underline;
}
footer div#footer-contents div#footer-menu ul li a, a:active {
	color: #FFFFFF;
}
footer div#footer-contents div#footer-info p {
	margin: 0;
}

/* MENU */
/*nav=====*/
header .header_wrap .header_contents .header_right .header_nav ul.nav-pc , 
.nav-sp2 , 
.nav {
	display: none;
}
/*header_pc_nav=====*/
.header_pc_nav {
	position: relative;
	padding-right: 25px;
}
.header_pc_nav a.a_header::after , 
.header_pc_nav.active a.a_header::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header_pc_nav.active a.a_header::after {
	transform: rotate(180deg);
}
header .header_wrap .header_contents .header_right .header_nav ul li.header_pc_nav {
	position: relative;
}
/*
header .header_wrap .header_contents .header_right .header_nav ul li.header_pc_nav.active>a {
	border-bottom: solid 2px #d21d17;
}
*/
ul.nav-pc {
	position: absolute;
	left: 0;
	width: 150px;
	margin: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	background: rgb(30, 44, 91, 0.7);
	/* background: rgb(255 255 255 / 70%); */
}
header .header_wrap .header_contents .header_right .header_nav ul.nav-pc li {
	width: 100px;
	padding: 10px 20px;
	border-bottom: unset;
}
header .header_wrap .header_contents .header_right .header_nav ul.nav-pc li.select a::before {
	content: "";
	margin-left: -8px;
	padding-right: 5px;
	border-left: solid 3px #d21d17;
}
header .header_wrap .header_contents .header_right .header_nav ul.nav-pc li a {
	color: #fff;
}
/*header_sp_nav=====*/
.header_sp_nav{
	width: 50px;
	height:50px;
	position: fixed;
	margin: auto;
	padding: 5px;
	cursor: pointer;
	background: #1E2C5B;
	border-radius: 5px;
	top: 10px;
	right: 20px;
	z-index: 5000;
}
.header_sp_nav.active{
	background: unset;
}
.header_sp_nav2 {
	position: relative;
}
.header_sp_nav2>a::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 85px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header_sp_nav2.active>a::after {
	transform: rotate(180deg);
}
/*menuボタン内側*/
.header_sp_nav span:nth-of-type(1) , 
.header_sp_nav span:nth-of-type(2) {
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	width: 60%;
	left: 11px;
}
.header_sp_nav span:nth-of-type(1) {
	top: 10px;
}
.header_sp_nav span:nth-of-type(2) {
	top: calc(50% - 4px);
}
.header_sp_nav span:nth-of-type(3) {
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	bottom: 28px;
	left: 8px;
}
.header_sp_nav span:nth-of-type(3)::after {
	content:"MENU";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	color: #fff;
	font-size: 0.85rem;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.header_sp_nav.active span:nth-of-type(1) {
	top: 15px;
	left: 15px;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}
.header_sp_nav.active span:nth-of-type(2){
	top: 27px;
	left: 15px;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}
.header_sp_nav.active span:nth-of-type(3)::after {
	content:"CLOSE";/*3つ目の要素のafterにClose表示を指定*/
}
/* MENU 領域外でも閉じるため */
.main_cover , 
.main_cover2 {
	position: fixed;
	width: 100%;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s;
}
.main_cover.active , 
.main_cover2.active {
	height:100%;
	top: 0;
	visibility: visible;
	z-index:10;
	/* z-index:1000; */
}
/* //MENU */



/* 下層ページ */
header .header_wrap section.fv.sub_fv {
	top: 190px;
}

header .header_wrap section.fv.sub_fv p a {
	color: #ffffff;
	border-bottom: solid 1px #d21d17;
}

.contents h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
.contents h3 {
	margin: 40px 0 0;
	font-size: 1.5rem;
}
.contents h4 {
	margin: 30px 0 0;
	font-size: 1.2rem;
}
.contents h5 {
	margin: 20px 0 0;
	font-size: 1.1rem;
}
.contents p {
	margin: 15px 0 0;
	padding: 0 1em;
	font-size: 1.0rem;
}

.contents p a {
	border-bottom: solid 1px #d21d17;
}

.contents section:last-of-type {
	margin: 0 auto 70px;
}
.contents section.bg-blue:last-of-type {
	margin: 0 auto;
	padding: 0 0 70px;
}
.contents section .inner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
.contents section .inner .sub_contents {
	padding: 0 1em;
}
.contents section .inner h3 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	color: #1E2C5B;
	font-weight: 700;
	line-height: 1.0em;
}
.contents section .inner h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 1.1em;
	background-image: url(../img/icon-title.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.contents section .inner h3 span {
	margin-left: 10px;
	color:#5B7ADA;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.contents section .inner div ul li {
	padding-left: 1rem;
	text-indent: -1rem;
}
.contents section .inner div .note {
	padding-left: 1rem;
	text-indent: -1rem;
	font-size: 0.95rem;
}

.contents section.consul {
	margin: 0 auto;
}
.contents section.consul.last {
	margin: 0 auto;
	padding: 0;
}
.contents section.consul.last .inner {
	padding: 50px 20px 70px;
}
.contents section.consul .consul_contents {
	width: 95%;
	margin: 0 auto;
}
.contents section.consul .consul_contents .consul_wrapper {
	display: flex;
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 1vw;
}
.contents section.consul .consul_contents .consul_left {
	width: 300px;
	margin: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background-image: url(../img/bg-consul01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 1vw 0 0 1vw;
}
.contents section.consul .consul_contents .consul_left h3 {
	margin: 0;
	padding: 0 30px;
	color: #ffffff;
}
.contents section.consul .consul_contents .consul_left h3 span {
	display: block;
	margin: 10px 0 0;
	color: #eff2fb;
}
.contents section.consul .consul_contents .consul_left h3::before {
	content: unset;
}
.contents section.consul .consul_contents .consul_right {
	padding: 20px 50px;
}
.contents section.consul .consul_contents .consul_right .consul_ttl {
	margin: 0;
	font-weight: 600;
	text-align: center;
}
.contents section.consul .consul_contents .consul_right .consul_copy {
	margin: 10px 0 0;
	color: #e7211a;
	font-weight: 600;
	text-align: center;
}
.contents section.consul .consul_contents .consul_right .consul_note {
	margin: 20px 0 0;
	font-size: 0.8rem;
	line-height: 1.75;
}
.btn_consul {
	width: fit-content;
	margin: 20px auto 0;
}
.btn_consul a {
	display: block;
	margin: 0px auto 0;
	padding: 10px 30px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.1em;
	text-align: center;
	border-radius: 50vh;
	color: #FFFFFF;
	/* background-color: #D21D17; */
	border: solid 3px #D21D17;
	filter: drop-shadow(0px 3px 0px rgb(32 33 33 / 0.1));
	background-color: [object object];
	background-image: linear-gradient(0deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
.btn_consul a:hover {
	transform: translateY(3px);
	filter: unset;
}
/* //下層ページ */



/* M&A */
section.case.sub .inner .case_contents h4 {
	position: absolute;
	margin-top: -40px;
	padding: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	z-index: 100;
	border-radius: 0 10px 0 0;
}
section.case.sub .inner .case_contents div:nth-of-type(odd) h4 {
	background-image: linear-gradient(270deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
}
section.case.sub .inner .case_contents div:nth-of-type(even) h4 {
	background-image: linear-gradient(270deg, #08023f, #183387);
}
section.case.sub .inner .case_contents h5 {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: 700;
}
section.case.sub .inner .case_contents p {
	margin-top: 5px;
	padding: 0;
}
section.steps .steps_contents h5 {
	position: relative;
	width: fit-content;
	padding: 10px;
	color: #ffffff;
	font-weight: 700;
	background-image: linear-gradient(270deg, #08023f, #183387);
	font-weight: 700;
	border-radius: 10px;
	z-index: 10;
}
section.steps .steps_contents .step {
	position: relative;
	width: calc(100% - 50px);
	margin: -20px 0 0 10px;
	padding: 30px 20px 10px;
	background: #F1F1F1;
}
section.steps .steps_contents .step::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #999999;
	bottom: -50px;
	left: calc(50% - 10px);
}
section.steps .steps_contents .step:last-of-type::after {
	display: none;
}
section.steps .steps_contents .step h4 {
	width: fit-content;
	margin: 0;
	padding: 0 5px 2px;
	color: #1E2C5B;
	font-weight: 700;
	border-bottom: 3px solid #D21D17;
}
section.steps .steps_contents .step p {
	margin: 10px 0;
	padding: 0 1rem;
}

section.reward .reward_contents table th , 
section.reward .reward_contents table td {
	padding: 10px 20px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
section.reward .reward_contents table th {
	font-weight: 700;
	background-color: #F1F1F1;
}
section.reward .reward_contents table td:nth-of-type(2) {
	text-align: center;
}

section.question .question_contents h4 {
	padding: 0 0 0 1rem;
	text-indent: -1rem;
	font-size: 1.1rem;
	font-weight: 700;
}
section.question .question_contents h4 span {
	color: #1E2C5B;
}
section.question .question_contents p {
	margin: 10px 0 0;
	padding: 15px 1rem 15px 2rem;
	text-indent: -1rem;
	background: #F1F1F1;
}
section.question .question_contents p span {
	color: #D21D17;
	font-weight: 700;
}
/* //M&A */





/* タブレットレイアウト : ～ 960px */
@media only screen and (max-width: 960px) {
	header {
		height: 300px;
	}
	header .header_wrap .header_contents {
		height: 80px;
	}
	header .header_wrap .header_contents .header_inner {
		padding: 10px 20px;
	}
	header .header_wrap .header_contents .header_left h1 img {
		width: 200px;
	}
	header .header_wrap .header_contents .header_right .btn {
		margin: 8px 70px 0 auto;
	}
	header .header_wrap .header_contents .header_right .header_nav {
		display: none;
	}
	header .header_wrap .header_contents .header_right .btn a {
		width: 200px;
	}
	.header_sp_nav {
		display: block;
	}

	/*nav=====*/
	.nav{
		display: none;
		position: fixed;
		width: 40%;
		margin: 0 0 0 auto;
		padding: 100px 0 50px 30px;
		text-align: left;
		top: 0;
		right: -20px;
		background: rgb(30, 44, 91, 0.7);
		z-index: 1000;
	}
	.nav ul li.select a {
		border-left: solid 3px #D21D17;
	}
	.nav a {
		display: block;
		width: fit-content;;
		height: 50px;
		padding: 0px 10px;
		color: #fff;
		font-weight: bold;
		line-height: 50px;
	}
	.nav a:hover {
		border-bottom: solid 2px #d21d17;
	}
	.nav ul li ul.nav-sp2 {
		padding-left: 1em;
	}
	/* //MENU */

	/* TOP */
	section.strength .inner .strength_contents div img {
		right: 30px;
		width: 60%;
	}
	section.strength .inner .strength_contents div:nth-of-type(even) img {
		right: 0px;
	}
	section.strength .inner .strength_contents div:nth-of-type(1)::after {
		top: -20px;
		right: 0px;
	}
	section.strength .inner .strength_contents div:nth-of-type(2)::after {
		top: -20px;
		right: calc(50% - 50px);
	}
	section.strength .inner .strength_contents div:nth-of-type(3)::after {
		bottom: -20px;
		right: 0px;
	}
	section.strength .inner .strength_contents div:nth-of-type(4)::after {
		bottom: -20px;
		right: calc(50% - 50px);
}
	section.strength .inner .strength_contents div h3 {
		left: 0;
	}
	section.strength .inner .strength_contents div p {
		left: 20px;
	}
	/* //TOP */

	/* 下層ページ */
	header .header_wrap section.fv.sub_fv {
		top: 110px;
	}
	.contents section.consul .consul_contents .consul_right {
		padding: 20px 30px;
	}
	section.inquiry .inner .inquiry_contents .btn a {
		width: 60%;
		font-size: 1.1rem;
	}
	/* //下層ページ */
}



/* タブレットレイアウト ver2 : ～ 650px */
@media only screen and (max-width: 650px) {
	/* 下層ページ */
	.contents section.consul .consul_contents .consul_wrapper {
		display: block;
	}
	.contents section.consul .consul_contents .consul_left {
		width: unset;
		display: flex;
		border-radius: 1vw 1vw 0 0;
	}
	.contents section.consul .consul_contents .consul_left h3 {
		padding: 50px 20px;
	}
	.contents section.consul .consul_contents .consul_right {
		padding: 20px 20px;
	}
	/* //下層ページ */
}



/* モバイルレイアウト : ～ 580px */
@media only screen and (max-width: 580px) {
	header {
		background-position: -100px 1000px;
	}
	header .header_wrap .header_contents {
		width: calc(100% - 20px);
		height: 60px;
		padding: 10px;
	}
	header .header_wrap .header_contents .header_inner {
		/* display: block; */
		width: 100%;
		padding: 0;
	}
	header .header_wrap .header_contents .header_left h1 img {
		width: 180px;
	}
	header .header_wrap .header_contents .header_right .btn {
		display: none;
		/*
		width: 90%;
		margin: 0 auto;
		*/
	}
	/*
	header .header_wrap .header_contents .header_right .btn a {
		padding: 10px 10px;
		font-size: 0.85rem;
	}
	*/
	header .header_wrap .header_contents .header_right .btn_sp_inq {
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 70px 0 0;
		padding: 5px;
		background-color: #D21D17;
		border-radius: 5px;
	}
	header .header_wrap .header_contents .header_right .btn_sp_inq img {
		width: 50px;
	}
	header .header_wrap section.fv {
		top: 180px;
	}
	header .header_wrap section.intrust {
		top: 500px;
	}
	header .header_wrap section.fv h2 , 
	header .header_wrap section.intrust h2 {
		font-size: 1.5rem;
	}
	header .header_wrap section.fv p , 
	header .header_wrap section.intrust p {
		font-size: 1.0rem;
		line-height: 1.7em;
	}
	
	/* TOP */
	#contents-top section .inner h2 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	#contents-top section .inner h2::before {
		width: 12px;
		top: 1px;
	}
	section.case .inner .sub_contents {
		width: 100%;
		margin: 0 auto;
	}

	section.strength .inner .strength_contents div {
		position: relative;
		margin-top: 30px;
		height: unset;
	}
	section.strength .inner .strength_contents div::after {
		height: 100px;
		width: 100px;
	}
	section.strength .inner .strength_contents div:nth-of-type(2)::after {
		top: -20px;
		left: 0;
	}
	section.strength .inner .strength_contents div:nth-of-type(3)::after {
		top: 120px;
	}
	section.strength .inner .strength_contents div:nth-of-type(4)::after {
		top: 120px;
		left: 0;
	}
	section.strength .inner .strength_contents div img {
		position: unset;
		display: block;
		width: 90%;
		height: 200px;
	}
	section.strength .inner .strength_contents div:nth-of-type(even) img {
		margin: 0 0 0 auto;
	}
	section.strength .inner .strength_contents div:nth-of-type(odd) img {
		margin: 0 auto 0 0;
	}
	section.strength .inner .strength_contents div h3 {
		position: unset;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	section.strength .inner .strength_contents div:nth-of-type(4) h3 {
		margin: 20px 0 0;
	}
	section.strength .inner .strength_contents div h3 span.num {
		font-size: 2.0rem;
		line-height: 1.5;
	}
	section.strength .inner .strength_contents div h3 span.text {
		padding: 5px;
	}
	section.strength .inner .strength_contents div p {
		position: unset;
		padding: 10px;
		width: 100%;
		line-height: 1.5;
	}

	section.case .inner .case_contents div img {
		display: block;
		margin: 0 auto;
		width: 90%;
		height: 250px;
		object-fit: cover;
	}	
	section.inquiry .inner .inquiry_contents .btn a {
		width: 80%;
	}
	section.case .inner .case_contents {
		display: block;
	}
	section.case .inner .case_contents div {
		width: 100%;
		margin: 0 auto 20px;
	}
	section.case .inner .case_contents div:last-of-type {
		margin: 0 auto;
	}
	section.assistance .inner .assistance_contents ul {
		display: block;
	}
	section.assistance .inner .assistance_contents ul li {
		width: 90%;
		margin: 0 auto 15px;
	}
	section.assistance .inner .assistance_contents ul li:last-of-type {
		margin: 0 auto;
	}
	section.assistance .inner .assistance_contents ul li:nth-of-type(odd) {
		background-image: linear-gradient(270deg, #08023f, #183387);
	}
	section.assistance .inner .assistance_contents ul li:nth-of-type(even) {
		background-image: linear-gradient(270deg, rgba(106, 10, 10, 1), rgba(210, 29, 23, 1));
	}
	section.overview .inner table th {
		min-width: 4rem;
	}
	/* //TOP */

	/* Footer */
	footer {
		font-size: 0.8rem;
		letter-spacing: 0.02em;
	}
	/* //Footer */

	/* MENU */
	/*header_sp_nav=====*/
	.header_sp_nav{
		right: 10px;
	}
	.nav {
		width: 60%;
		top: 0px;
		right: 0px;
	}
	/* //MENU */

	/* 下層ページ */
	.contents section:first-of-type .inner {
		width: calc(100% - 40px);
		padding: 20px 20px 25px;
	}
	.contents section .inner {
		width: calc(100% - 40px);
		padding: 25px 20px;
	}
	.contents section .inner h3 {
		line-height: 1.2em;
	}
	.contents section .inner h3::before {
		top: 1px;
		left: 0;
	}
	.contents section .inner .sub_contents {
		padding: 0;
	}
	.contents section:first-of-type .inner p {
		padding: 0;
	}
	/* //下層ページ */

	/* M&A */
	section.steps .steps_contents .step {
		width: calc(100% - 30px);
		margin: -20px 0 0 10px;
		padding: 30px 10px 10px;
	}
	section.steps .steps_contents .step p {
		padding: 0;
	}
	section.reward .reward_contents table th , 
	section.reward .reward_contents table td {
		padding: 10px 10px;
	}
	/* //M&A */
}
