@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	/* color: #333333; */
}

a:hover {
	text-decoration: none;
	/* color: #333333; */
}

a:active {
	text-decoration: none;
	/* color: #333333; */
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

main {
	background: #F6F6F6;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: .05em;
}

img {
	display: block;
	max-width: 100%;
}

/* LAYOUT */
/* -------------------------------------------------- */
.inner {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}

.sectionS {
	padding-top: 30px;
}

.sectionM {
	padding-top: 55px;
}

.sectionL {
	padding-top: 90px;
}

.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flexbox.box2col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 3.6%;
	row-gap: 20px;
}

.flexbox.box3col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 2.75%;
	row-gap: 20px;
}

.flexbox.box4col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 2.266%;
	row-gap: 20px;
}

.flexbox.boxWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item2col {
	width: 48.2%;
}

.item3col {
	width: 31.5%;
}

.item4col {
	width: 23.3%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.flexbox .item2col,
	.flexbox .item3col,
	.flexbox .item4col {
		margin-bottom: 20px;
	}
}

.imgBox img {
	width: 100%;
}

/* TEXT */
/* -------------------------------------------------- */
.ttl {
	text-align: center;
	font-weight: bold;
}

.secTtl {
	margin-bottom: 41px;
	text-align: center;
	font-size: 3.8rem;
	color: #ED7B2C;
	font-weight: bold;
}

.subSecTtl {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .12em;
	color: #999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.subSecTtl::before,
.subSecTtl::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
}

.subSecTtl::before {
	margin-right: 15px;
}

.subSecTtl::after {
	margin-left: 15px;
}

.secLead {
	margin-bottom: 34px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.colEmphasis {
	color: #ED7B2C;
}

.txtDot {
	text-emphasis: dot #333333;
	-webkit-text-emphasis: dot #333333;
}

.ffYumin {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.fwBold {
	font-weight: bold;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}

/* contactLink */
/* -------------------------------------------------- */
.contactLink {
	margin-top: 20px;
}

.contactLinkInner {
	padding: 30px;
	background: #FFFFFF;
}

.contactLinkTtl {
	padding-bottom: 28.5px;
	border-bottom: 2px solid #393939;
	font-size: 3rem;
	letter-spacing: .06em;
	line-height: 1;
}

.telBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactLogo {
	width: 32.68%;
}

.telNum {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 6.5px;
}

.telNum::before {
	content: "";
	display: block;
	width: 1px;
	height: 54px;
	margin: 0 22px;
	background: #393939;
}

.telNum>a {
	font-family: "DIN Alternate";
	font-family: "DIN Alternate";
	color: #B01C0F;
	color: #B01C0F;
	font-weight: bold;
	font-weight: bold;
	letter-spacing: -.02em;
	letter-spacing: -.02em;
	white-space: nowrap;
	white-space: nowrap;
	margin-right: 6px;
	font-size: 8rem;
	line-height: 1.8;
}

.telLink:link,
.telLink:visited,
.telLink:hover,
.telLink:active {
	color: #B01C0F;
}

/* .telNum .telLink {
	margin-right: 6px;
	font-size: 8rem;
	line-height: 1.8;
} */

.telHours {
	font-size: 2rem;
	white-space: nowrap;
}

.telHours .circle {
	display: block;
	background: #393939;
	border-radius: 16px;
	text-align: center;
	color: #FFFFFF;
	line-height: 2;
}

.btnBox {
	position: relative;
	width: 540px;
	max-width: 49%;
	border: none;
	border-radius: 0;
	box-shadow: 8.5px 8.5px 0px #08080826;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease;
}

.lineBox {
	background-color: #1cb720;
}

.mailBox {
	background-color: #B01C0F;
}

li.telBox {
	background-color: #ED7B2C;
}

.btnBox:hover,
.btnBox:active {
	transform: translate(8.5px, 8.5px);
	box-shadow: none;
}

.lineBox .btnTxt {
	background-image: url(img/icon_line.png);
}

.mailBox .btnTxt {
	background-image: url(img/icon_mail.png);
}

.btnTxt {
	display: block;
	padding: 4.8% 9% 4.7% 35%;
	background-position: center left 19%;
	background-size: 15.5%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 4.6rem;
	line-height: 1.2;
	text-align: left;
}

.btnTxt span {
	display: block;
	font-size: 2rem;
	letter-spacing: normal;
}

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
header {
	width: 100%;
	border-bottom: 1px solid #E2E2E2;
	background: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 50;
}

#headerInner {
	/* max-width: 98%;
	margin: 0 0 0 2%; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#headerLogo {
	max-width: 28.5%;
	max-height: 50px;
	/* padding: 20px 0 14px; */
	margin-right: 8px;
}

#headerContactLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#gnav {
	background-color: #e5e5e5;
	border-bottom: 1px solid #dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(220, 220, 220);
}

#gnavList {
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 50px;
	/* column-gap: 12px; */
	/* margin-right: 19px; */
}

.gnavItem a {
	display: block;
	color: #393939;
	font-size: 1.3rem;
	/* font-size: 0.93rem; */
	white-space: nowrap;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.gnavItem:not(:last-child) {
		margin-right: 50px;
	}
}

/* #headerContactLink */
#headerTelBox {
	margin-top: 5px;
	margin-right: 5px;
}

#headerTelLead {
	padding-top: 5px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin-right: 3px;
	font-size: 1.4rem;
	line-height: 1.2;
}

#headerTelLead::before {
	content: "●";
	color: #ED7B2C;
}

#headerTelLead::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	margin-left: 5px;
	background: #393939;
}

#headerTelNumBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#headerTelNum {
	margin-right: 5px;
	font-size: 3.2rem;
	line-height: 1.2;
}

#headerTelHours {
	font-size: 1.4rem;
	letter-spacing: -.02em;
	line-height: 1.1;
}

#headerTelHours span.ls06 {
	font-size: 1.1rem;
}

.headerBtnBox a {
	display: block;
	width: 160px;
	padding: 13px 23px 13.5px 17px;
	height: 70px;
	max-height: 100%;
	position: relative;
}

.headerBtnBox a::after {
	content: "→";
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.headerBtnBox:hover a::after {
	right: 5px;
}

.headerBtnTxt span {
	display: block;
	text-align: center;
}

.headerBtnTxt .sub {
	margin-bottom: 8px;
	background: #FFFFFF;
	border-radius: 8px;
	line-height: 1.5;
	font-size: 1.2rem;
}

.lineBox {
	background: #1cb720;
}

.lineBox .headerBtnTxt .sub {
	color: #1cb720;
}

.mailBox {
	background: #B01C0F;
}

.mailBox .headerBtnTxt .sub {
	color: #B01C0F;
}

.headerBtnTxt .main {
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 1;
	/* letter-spacing: .05em; */
}

/* #haderLinkList */
.headerLinkItem a {
	display: block;
	width: 48px;
	height: 48px;
	padding: 30px 5px 5px;
	background-position: center center;
	background-repeat: no-repeat;
	/* background-size: 20px;
	font-size: 1rem;
	line-height: 1; */
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.headerLinkItem.mailBox a {
	background-image: url(./img/icon_mail.png);
    background-size: 64%;
}

.headerLinkItem.lineBox a {
	background-image: url(./img/icon_line.png);
	background-size: 66%;
}

.headerLinkItem.telBox a {
	background-image: url(./img/icon_tel.png);
	background-size: 63%;
}

/* #hamburger */
#hamburger {
	position: relative;
	/* background: #FFFFFF; */
	/* border: 2px solid #393939; */
	/* border-radius: 5px; */
	cursor: pointer;
	width: 50px;
	height: 50px;
	z-index: 100;
}

#hamburger span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #ED7B2C;
	width: 45%;
}

#hamburger span:nth-of-type(1) {
	top: 15px;
}

#hamburger span:nth-of-type(2) {
	top: 23px;
}

#hamburger span:nth-of-type(3) {
	top: 31px;
}

#hamburger.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

#hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

#hamburger.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

/* #spNav */
#spNav {
	padding: 30px;
	position: fixed;
	z-index: 30;
	top: 50px;
	right: -120%;
	width: 80%;
	height: calc(100vh - 50px);
	background: rgba(57, 57, 57, .9);
	transition: all 0.3s;
}

#spNav.panelactive {
	right: 0;
}

#spNavList {
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spNavItem {
	text-align: center;
}

.spNavItem a {
	padding: 10px 0;
	display: block;
	color: #FFFFFF;
}

/* -------------------------------------------------- */
/* MAIN */
/* -------------------------------------------------- */

/* #mv */
/* -------------------------------------------------- */
#mv {
	width: 100%;
	height: 542px;
	background-image: url(./img/mv_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 100%;
	-webkit-animation: bgroop 50s linear infinite;
	animation: bgroop 50s linear infinite;
	position: relative;
}

@-webkit-keyframes bgroop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -1956px 0;
	}
}

@keyframes bgroop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -1956px 0;
	}
}

#mvInner {
	width: 800px;
	max-width: 85%;
	/* padding: 55px 0; */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mvTtl img {
	width: 100%;
	height: auto;
}

/* #strengths */
/* -------------------------------------------------- */

/* #worries */
#worries {
	/* letter-spacing: .05em; */
}

#worriesQ {
	width: 100%;
	margin-bottom: 75px;
	padding: 46px 30px 65px;
	background: #F5E4D8;
	position: relative;
}

#worriesQ::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 0 100px;
	border-color: #f5e4d8 transparent transparent transparent;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.worriesQTxt {
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
}

#worriesQList {
	width: fit-content;
	margin: auto;
}

.worriesQItem {
	padding-left: 52px;
	background: url(./img/checkbox.png) top left no-repeat;
	background-size: 42px;
	font-size: 2.4rem;
	line-height: 1.7;
}

.worriesQItem:not(:last-child) {
	margin-bottom: 12px;
}

/* 
.worriesQItem::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-right: 8.5px;
	background: url(./img/checkbox.png) center center no-repeat;
	background-size: cover;
} */

/* #worriesA {
	margin-bottom: 44.5px;
} */

.worriesATxt {
	font-size: 4.8rem;
	text-align: center;
}

.worriesATxt img {
	max-width: 66.4%;
	margin: auto;
	padding: 16px 0 23px;
}

/* #campaign */
#campaign {
	padding: 30px;
	background: #F5E4D8;
}

#campaignTtl {
	margin-bottom: 12px;
}

#campaignTtl img {
	margin: auto;
}

#campaignList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.campaignItem {
	padding: 15px 25px;
	max-width: 48.2%;
}

.campaignItem:first-child {
	border-right: 1px solid #AEAEAE;
}

/* #cat */
/* -------------------------------------------------- */
#catTtl {
	font-size: 3.6rem;
}

#catTtl .sizeL {
	font-size: 6rem;
}

/* #scene */
.sceneItem {
	position: relative;
	padding-top: 15px;
}

.sceneItemName {
	width: 138px;
	background: #ED7B2C;
	font-size: 1.5rem;
	/* letter-spacing: .05em; */
	color: #FFFFFF;
	text-align: center;
	line-height: 30.76px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* #price */
#priceList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.priceItem:not(:nth-child(3n)) {
		margin-right: 2.75%;
	}
}

/* #genre */
#genreList {
	row-gap: 33px;
	margin-bottom: 33px;
}

.genreItem:nth-child(-n+3) {
	width: 31.5%;
}

.genreItem:nth-child(n+4) {
	width: 23.3%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	#genreList {
		margin-bottom: 0;
	}

	.genreItem {
		margin-bottom: 33px;
	}
}

.genreTxt {
	border: 1px solid #333333;
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.9;
}

/* #reasons */
/* -------------------------------------------------- */
.reasonsItem {
	max-width: 356px;
}

.reasonsImg {
	margin-left: -20px;
	margin-bottom: 17px;
}

.reasonsItemTtl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.reasonsItemTxt {
	font-size: 1.6rem;
}

/* #flow */
/* -------------------------------------------------- */
#flowList {
	padding: 38px 35px;
	background: #FFFFFF;
	border: 3px solid #333333;
}

#flowTtl {
	margin-bottom: 16.5px;
}

.flowItem {
	width: 29.2%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flowImg {
	margin-bottom: 20px;
}

.flowItemTtl {
	height: 59px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.flowItemTxt {
	font-size: 1.4rem;
}

.flowCautionTxt {
	border: 1px solid #B01C0F;
	margin-top: 14px;
	padding: 3.5px 9.5px;
	font-size: 1rem;
	color: #B01C0F;
}

.flowArrow img {
	height: 100%;
}

/* #corporation */
/* -------------------------------------------------- */
#corporationInner {
	padding: 40px 0;
	background: url(./img/corporation_bg.jpg) repeat;
	position: relative;
}

#corporationInner::before {
	/* display: block; */
	background: rgba(237, 123, 44, .6);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#corporationInner .inner {
	position: relative;
}

#corporationTtl {
	margin-bottom: 10px;
	font-size: 3.6rem;
	color: #FFFFFF;
}

.corporationTxt {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.8rem;
}

/* #results */
/* -------------------------------------------------- */
#resultsList {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.resultsItem {
	width: 25%;
	padding: 25px 30px 18px;
	border: 2px solid #333333;
	background: #FFFFFF;
	border-right: none;
	border-bottom: none;
}

.resultsItem:nth-child(4n) {
	border-right: 2px solid #333333;
}

.resultsItem:nth-last-child(-n + 4) {
	border-bottom: 2px solid #333333;
}

.resultsInfoBox {
	font-size: 1rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A4A3A3;
}

.resultsStatus .light {
	color: #A4A3A3;
}

.resultImg {
	margin-bottom: 10px;
	width: 100%;
	height: 161px;
}

.resultImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
}

.resultsItemName {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

/* #voice */
/* -------------------------------------------------- */
.voiceItem {
	padding: 29.5px 21.5px 17px 27.5px;
	background: #FFFFFF;
	position: relative;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.voiceStatus {
	position: absolute;
	top: -8px;
	right: -8px;
}

.voiceImg {
	width: 26.7%;
}

.voiceImg img {
	width: 100%;
}

.voiceContent {
	width: 68%;
}

.voiceItemLead {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 9px;
}

.voiceTxt {
	font-size: 1.4rem;
}

/* #faq */
/* -------------------------------------------------- */
#faq {
	padding-bottom: 105px;
}

#faqList {
	padding: 31.5px;
	border: 3px solid #333333;
	background: #FFFFFF;
}

.faqItem {
	padding: 32px 0;
	border-bottom: 1px solid #A4A3A3;
}

.faqItem:first-child {
	padding-top: 0;
}

.faqItem:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.questionBox {
	margin-bottom: 15px;
}

.questionBox,
.answerBox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.iconQ,
.iconA {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin-right: 9px;
	line-height: 37px;
	border-radius: 50%;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
}

.iconQ {
	background: #333333;
}

.iconA {
	background: #B01C0F;
}

.questionTxt {
	font-size: 2rem;
	font-weight: bold;
}

.answerTxt {
	font-size: 1.4rem;
}

/* assessment共通 */
/* -------------------------------------------------- */
.assessment {
	background-color: #FFFFFF;
}

.assessment * {
	letter-spacing: .05em;
}

.assessmentInner {
	/* padding: 50px 150px 45px; */
}

.assessmentTtl {
	text-align: center;
	font-size: 3.4rem;
	margin-bottom: 30px;
}

.assessmentLead {
	text-align: center;
	margin-bottom: 37px;
}

/* #line */
/* -------------------------------------------------- */
#line {
	background-image: url(./img/line_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 3px solid #1cb720;
}

#line .assessmentTtl {
	color: #1cb720;
}

#lineTopBox {
	width: 48%;
	margin-bottom: 43px;
}

#lineTopTtl {
	width: 431px;
	max-width: 100%;
	margin-bottom: 15px;
}

#lineTopTtl img {
	width: 100%;
}

#lineFlowImg {
	width: 439px;
	max-width: 100%;
	margin-bottom: 23px;
}

#lineFlowImg img {
	width: 100%;
}

#lineTopTxt {
	width: 100%;
	background: #FFFFFF;
	line-height: 2.76;
	text-align: center;
	font-size: 1.7rem;
}

.lineItem {
	background: #FFFFFF;
	border: 2px solid #1cb720;
}

.lineItem:not(:last-child) {
	margin-bottom: 50px;
}

.lineItemTtl {
	padding: 15px 25px;
	background: #1cb720;
	color: #FFFFFF;
	font-size: 1.9rem;
}

.lineStep {
	margin-right: 15px;
	font-size: 2rem;
	letter-spacing: -.02em;
}

.lineContent {
	padding: 27px;
	gap: 20px 25px;
}

.lineContent .imgBox {
	width: 30%;
}

.lineContent .lineContentTxtBox {
	width: calc(100% - 30% - 25px);
}

.lineContentTxt {
	font-size: 1.4rem;
}

.lineFlowBox {
	border: 1px solid #393939;
}

.lineFlowBox:first-child {
	width: 35.46%;
}

.lineFlowBox:last-child {
	width: calc(100% - 35.46% - 25px);
}

.lineConetentPoint {
	position: relative;
	margin-top: 34px;
	padding: 45px 24px 31px;
	border: 1px solid #B01C0F;
}

.linePointTtl {
	width: 70%;
	padding: 4px;
	color: #b01c0f;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6rem;
	font-weight: 700;
	border: 2px solid #b01c0f;
	border-radius: 18px;
	text-align: center;
}

.linePointItem {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.linePointItem:not(:last-child) {
	margin-bottom: 21.5px;
}

.linePointNum {
	color: #B01C0F;
	font-size: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.linePointNum::after {
	content: "";
	height: 100%;
	border-right: 1px solid #F2C7C1;
	margin: 0 10px;
}

.linePointTxt {
	font-size: 1.4rem;
}

.lineFlowTtl {
	text-align: center;
	background: #393939;
	color: #FFFFFF;
	padding: 14px;
}

.lineFlowContent {
	padding: 18px 20px;
}

.lineFlowTxt {
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.lineFlowImg img {
	margin: auto;
}

/* #pagetop */
/* -------------------------------------------------- */
#pagetopWrap {
	position: fixed;
	bottom: 10%;
	right: 5%;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ED7B2C;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}

#pagetop a::before,
#pagetop a::after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 45%;
}

#pagetop a::before {
	transform: rotate(-45deg);
	left: 16px;
}

#pagetop a::after {
	transform: rotate(45deg);
	right: 16px;
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
	text-align: center;
}

#footerTelBox {
	background: #FFFFFF;
	padding: 23.5px 0 20px;
}

#footerTelBtn {
	margin-bottom: 10px;
}

#footerTelBtn img {
	width: 72px;
	margin: auto;
}

.footertelTxt {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#footerLogo {
	margin-bottom: 8px;
}

#footerLogo img {
	width: 323px;
	margin: auto;
}

#footerTelNum a {
	display: block;
	font-size: 4rem;
}

#footerTelHours {
	font-size: 1.2rem;
}

#footerInfoBox {
	padding: 34px 0 30px;
	background: #393939;
	color: #FFFFFF;
}

.footerList {
	margin-bottom: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footerItem a {
	display: inline-block;
	font-size: 1.4rem;
	color: #FFFFFF;
	cursor: pointer;
}

.footerItem:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: .6em;
	background: #FFFFFF;
	margin: 0 10px;
}

#copyright {
	font-size: 1.2rem;
	color: #CCCACA;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.pc,
.pctb {
	display: block !important;
}

.tbsp,
.sp {
	display: none !important;
}

.telLink {
	pointer-events: none !important;
}

@media(max-width: 1250px) {

	/* contactLink */
	.telNum .telLink {
		font-size: 6rem;
	}

	.btnTxt {
		font-size: 4rem;
	}

	.btnTxt span {
		font-size: 1.6rem;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}

	.tbsp {
		display: block !important;
	}

	.telLink {
		pointer-events: all;
	}

	/* TEXT */
	.secLead {
		font-size: 2.2rem;
	}

	/* contactLink */
	.contactLinkTtl {
		font-size: 2.4rem;
	}

	.telNum .telLink {
		font-size: 4rem;
	}

	.telHours {
		font-size: 1.4rem;
	}

	.btnTxt {
		padding: 3% 3% 3% 25%;
		background-position: center left 7%;
	}

	.btnTxt span {
		font-size: 1.4rem;
	}

	/* #headerContactLink */
	#headerTelLead {
		font-size: 1rem;
	}

	#headerTelNum {
		font-size: 2rem;
	}

	#headerTelHours {
		font-size: 1rem;
	}

	.headerBtnBox a {
		width: 114px;
		padding: 9px 16.5px 10px 9.5px;
		height: 50px;
	}

	.headerBtnTxt .sub {
		margin-bottom: 5px;
		border-radius: 6px;
		font-size: .86rem;
	}

	.headerBtnTxt .main {
		font-size: 1.28rem;
	}

	/* main */
	.worriesQTxt {
		font-size: 2.3rem;
	}

	.worriesATxt {
		font-size: 3.43rem;
	}

	#catTtl {
		font-size: 2.57rem;
	}

	#catTtl .sizeL {
		font-size: 4.29rem;
	}

	.reasonsItem {
		max-width: 254.6px;
	}

	.reasonsItemTtl {
		font-size: 1.72rem;
	}

	.flowItemTtl {
		height: 42px;
		font-size: 1.43rem;
	}

	.resultsItem {
		padding: 20px 13px 13px;
	}

	.voiceItemLead {
		font-size: 1.6rem;
	}

	/* #line */
	#lineTopBox {
		width: 70%;
		margin: auto;
	}

	.lineFlowTxt {
		font-size: 1.2rem;
	}

	#lineStep2 .lineContent {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	#lineStep2 .imgBox,
	#lineStep2 .lineContentTxtBox {
		width: 100%;
	}

	#lineStep2 .imgBox img {
		width: auto;
		margin: auto;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pctb {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* LAYOUT */
	.sectionL {
		padding-top: 50px;
	}

	.item4col,
	.item3col {
		width: 48.2%;
	}

	.item3col.sp1col,
	.item2col {
		width: 100%;
	}

	/* TEXT */
	.secTtl {
		font-size: 2.7rem;
		margin-bottom: 30px;
	}

	.secLead {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}

	/* header */
	#headerLogo {
		max-width: 45%;
	}

	/* * contactLink */
	.contactLinkInner {
		padding: 30px 15px;
	}

	.contactLinkTtl {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 1.3;
	}

	.telBox {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contactLogo {
		width: 100%;
	}

	.contactLogo img {
		margin: auto;
	}

	.telNum::before {
		display: none;
	}

	.telNum .telLink {
		font-size: 3rem;
	}

	.telHours {
		font-size: 1rem;
	}

	.btnBox {
		box-shadow: none;
		position: relative;
		height: 60px;
	}

	.btnTxt {
		padding: 5px 5px 5px 30px;
		background-position: left 5px center;
		background-size: 20px;
		white-space: nowrap;
		font-size: 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.btnBox:hover,
	.btnBox:active {
		transform: none;
	}

	/* main */
	#mv {
		height: 310px;
		background-image: url(./img/mv_bg_sp.jpg);
	}

	#mvTtl img {
		max-height: 200px;
	}

	#catTtl {
		font-size: 1.6rem;
	}

	#catTtl .sizeL {
		font-size: 2.2rem;
	}

	.genreItem:first-child {
		width: 100%;
	}

	.genreItem:first-child .imgBox {
		width: 48.2%;
		margin: auto;
	}

	.genreItem:not(:first-child) {
		width: 48.2%;
	}

	#worriesQ {
		padding: 30px 15px;
	}

	.worriesQTxt {
		font-size: 2rem;
	}

	.worriesQItem {
		padding-left: 25px;
		background-size: 20px 20px;
		font-size: 1.25rem;
	}

	.worriesATxt {
		font-size: 2rem;
	}

	#campaign {
		padding: 20px 15px;
	}

	.campaignItem {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.campaignItem:first-child {
		border: none;
	}

	#reasonList {
		row-gap: 35px;
	}

	.reasonsItem {
		margin: auto;
	}

	#flowList {
		padding: 25px;
		row-gap: 25px;
	}

	.flowItem {
		width: 100%;
	}

	#corporationTtl {
		font-size: 2rem;
	}

	.corporationTxt {
		font-size: 1.4rem;
		text-align: left;
	}

	.genreTxt {
		font-size: 1.4rem;
	}

	.resultsItem {
		width: 50%;
		/* padding: 25px 30px 18px; */
		/* border: 2px solid #333333;
		background: #FFFFFF; */
	}

	.resultsItem:nth-child(even) {
		border-right: 2px solid #333333;
	}

	.resultsItem:nth-last-child(-n + 4) {
		border-bottom: none;
	}

	.resultsItem:nth-last-child(-n + 2) {
		border-bottom: 2px solid #333333;
	}

	.voiceItem {
		width: 98%;
		padding: 25px 15px 20px;
	}

	#faqList {
		padding: 20px 15px;
	}

	.iconQ,
	.iconA {
		width: 30px;
		height: 30px;
		margin-right: 6.5px;
		line-height: 30px;
		font-size: 1.29rem;
	}

	.questionTxt {
		font-size: 1.43rem;
	}

	.questionTxt,
	.answerTxt {
		max-width: 87%;
	}

	.questionTxt {
		font-size: 1.6rem;
	}

	/* assessment */
	#assessmentWrapInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.assessmentTabItem a {
		font-size: 1.6rem;
	}

	.assessmentInner {
		padding: 0;
	}

	.assessmentTtl {
		font-size: 3rem;
	}

	#line {
		background-image: none;
	}

	#lineTopBox {
		width: 100%;
	}


	#lineTopTxt {
		position: relative;
		background-color: transparent;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
		z-index: 1;
	}

	#lineTopBox::after {
		content: "";
		width: calc(100% + 40px);
		height: 50vw;
		margin-top: -40px;
		display: block;
		background: transparent url(./img/line_bg.jpg) no-repeat center center / cover;
		transform: translateX(-20px);
	}

	.lineItem:not(:last-child) {
		margin-bottom: 30px;
	}

	.lineItemTtl,
	.lineContent {
		padding: 15px;
	}

	.lineItemTtl,
	.lineStep {
		font-size: 1.6rem;
	}

	.lineContent {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lineFlowBox,
	.lineContent .imgBox,
	.lineContent .lineContentTxtBox {
		width: 100% !important;
	}

	.linePointTtl {
		padding: 0 10px;
	}

	.linePointTxt {
		max-width: 88%;
	}

	.lineConetentPoint {
		padding: 35px 15px 20px;
	}

	.linePointNum {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}