@charset "utf-8";

@font-face {
	font-family: "DIN Alternate";
	src: url(./font/DINAlternate-Bold.ttf);
}

/* -------------------------------------------------- */
/* 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: #393939; */
}

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

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

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

body {
	background: #FFFFFF;
	color: #393939;
	font-size: 16px;
	font-size: 1.6rem;
}

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

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.innerL {
	width: 1320px;
	max-width: 98%;
	margin: 0 auto;
}

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

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

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

.flexbox.box4col {
	column-gap: 2.266%;
	row-gap: 40px;
}

.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 {
	font-weight: 600;
	text-align: center;
}

.secTtl {
	font-size: 4.185rem;
	margin-bottom: 50px;
}

.colEmphasis {
	color: #0C7BC1;
}

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

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fwBold {
	font-weight: bold;
}

.fw800 {
	font-weight: 800;
}

.ls02 {
	letter-spacing: .02em;
}

.ls04 {
	letter-spacing: .04em;
}

.ls05 {
	letter-spacing: .05em;
}

.ls06 {
	letter-spacing: .06em;
}

.ls07 {
	letter-spacing: .07em;
}

.ls1 {
	letter-spacing: .1em;
}

.ls2 {
	letter-spacing: .2em;
}

/* contactLink */
/* -------------------------------------------------- */
.contactLink {
	border-top: 2px solid #393939;
	border-bottom: 2px solid #393939;
}

.contactLinkInner {
	padding: 65px 40px;
}

.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;
}

.telLink {
	font-family: "DIN Alternate";
	color: #B01C0F;
	font-weight: bold;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.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: #54B534;
}

.mailBox {
	background-color: #B01C0F;
}

.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 {
	background: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid #cdcdcd;
}

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

#headerLogo {
	max-width: 31.9%;
}

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

#headerTelBox {
	margin-right: 5px;
}

#headerTelLead {
	/* padding-top: 10px; */
	-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;
}

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

#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: 4rem;
}

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

.headerBtnBox {
	width: 180px;
	height: 100px;
	padding: 16px 11.5px 19px;
	transition: all .3s ease;
}

.headerBtnBox:hover,
.headerBtnBox:active {
	opacity: .8;
}

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

.headerBtnTxt .sub {
	margin-bottom: 11.5px;
	background: #FFFFFF;
	border-radius: 15px;
	line-height: 30px;
	font-size: 1.6rem;
}

.lineBox .headerBtnTxt .sub {
	color: #54B534;
}

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

.headerBtnTxt .main {
	padding-left: 35px;
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #FFFFFF;
	font-size: 2.2rem;
	line-height: 1.2;
	/* letter-spacing: .05em; */
}

.lineBox .headerBtnTxt .main {
	background-image: url(./img/icon_line_s.png);
}

.mailBox .headerBtnTxt .main {
	background-image: url(./img/icon_mail_s.png);
}

#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: 80px;
}

.gnavItem a {
	display: block;
	color: #393939;
	font-size: 1.3rem;
}

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

/* #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: #0C7BC1;
	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 {
	background: url(./img/mv_bg.jpg) top 32px center no-repeat;
}

#mvInner {
	padding-top: 69px;
}

#mvTtl {
	width: 100%;
	margin-bottom: 55px;
}

#mvTtl img {
	max-width: 40%;
}

#mvTxt {
	margin-bottom: 30px;
	text-align: center;
	text-decoration: underline;
	font-size: 3.23rem;
	line-height: 1.8;
}

/* #cat*/
/* -------------------------------------------------- */
#catInner {
	padding-top: 70px;
	/* padding-bottom: 10%; */
}

.catItem {
	border: 2px solid #393939;
	background: #393939;
}

.catImg {
	width: 100%;
}

.catImg img {
	width: 100%;
}

.catContent {
	padding: 20px 20px 25px;
	/* background: #393939; */
	color: #FFFFFF;
	position: relative;
}

.catContent::after {
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	background: #0C7BC1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.catName {
	margin-bottom: 10px;
	font-size: 2.8rem;
	text-align: center;
}

/* .catTxt {
	font-size: 1.6rem;
} */

/* #point */
/* -------------------------------------------------- */
#point {
	position: relative;
	z-index: 0;
	background: #E8E8E8;
	margin-top: 200px;
	text-align: center;
}

#point::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #E8E8E8;
	border-top: 1px solid #393939;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewY(-5deg);
	transform-origin: top left;
	z-index: -1;
}

#point::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #E8E8E8;
	position: absolute;
	bottom: -100px;
	left: 0;
	transform: skewY(-5deg);
	transform-origin: top left;
	z-index: -1;
}

#point img {
	margin: auto;
}

#pointInner {
	padding-top: 200px;
	padding-bottom: 40px;
}

#pointTtl {
	width: 100%;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}

#pointTtl img {
	max-width: 96vw;
}

#pointLead {
	margin-bottom: 36px;
}

#pointList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px 32px;
}

.pointItem {
	width: 44%;
}

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

/* #results */
/* -------------------------------------------------- */
#results {
	position: relative;
	z-index: 0;
	background: #2C2C2C;
	margin-top: 100px;
	text-align: center;
	color: #FFFFFF;
}

#results::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #2C2C2C;
	border-top: 1px solid #2C2C2C;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewY(-5deg);
	transform-origin: top left;
	z-index: -1;
}

#resultsInner {
	padding-top: 80px;
	padding-bottom: 106px;
}

#resultsTtl {
	font-size: 4.6rem;
	margin-bottom: 53px;
}

#resultsList {
	row-gap: 53.5px;
	margin-bottom: 110px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

	.resultsItem {
		margin-bottom: 80px;
	}
}

.resultsItem .imgBox {
	margin-bottom: 23.5px;
	position: relative;
}

.imgTag {
	/* padding: 8.5px 25px 9px; */
	padding: 2.2% 6.6% 2.4%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0C7BC1;
	color: #FFFFFF;
	font-size: 1.8rem;
}

.resultsName {
	font-size: 2rem;
}

/* #maker */
#maker {
	background: #FFFFFF;
	color: #393939;
}

#makerInner {
	padding: 47px 60px 66px;
}

#makerTtl {
	margin-bottom: 29px;
	padding-bottom: 14.5px;
	border-bottom: 1px solid #393939;
	font-size: 3.62rem;
}

#makerTtl span {
	font-size: 5.18rem;
}

#makerLogo {
	margin-bottom: 45px;
}

#makerLogo img {
	width: 81%;
	margin: auto;
}

#makerTxt {
	padding: 20px 20px 25px;
	background: #E1E1E1;
	font-size: 2rem;
}

/* #banner */
/* -------------------------------------------------- */
#banner {
	background: url(./img/banner_bg.jpg) center no-repeat;
	background-size: cover;
}

#bannerInner {
	padding-top: 54px;
	padding-bottom: 67px;
}

#bannerTxt {
	padding: 100px 65px;
	background: url(./img/banner_txt_bg.png) center no-repeat;
	background-size: 100%;
	mix-blend-mode: hard-light;
}

#bannerTxt img {
	width: 100%;
}

/* #strengths */
/* -------------------------------------------------- */
#strengths {
	background: #E8E8E8;
}

#strengthsInner {
	padding-top: 76px;
	padding-bottom: 100px;
}

/* #worries */
#worriesInner {
	padding-bottom: 94.5px;
}

#worriesTtl {
	margin-bottom: 45px;
	font-size: 4.6rem;
}

#worriesTtl .sizeS {
	font-size: 2.6rem;
}

/* #reasons */
#reasonsInner {
	padding: 45px 60px 74px;
	background: #FFFFFF;
}

#reasonsTtl {
	font-size: 6.47rem;
	line-height: 1.3;
	margin-bottom: 47.5px;
}

#reasonsTtl .sizeS {
	font-size: 2.6rem;
}

.reasonItem {
	border: 2px solid #707070;
	position: relative;
}

.reasonItem:not(:last-child) {
	margin-bottom: 48px;
}

.reasonNum {
	background: #393939;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
	line-height: 30px;
	width: 220px;
}

.reasonItemTtl {
	padding: 10px;
	background: #0C7BC1;
	color: #FFFFFF;
	font-size: 4.79rem;
	text-align: center;
}

.reasonTxt {
	padding: 15px 100px 15px;
	/* font-size: 1.6rem; */
}

.reasonImg {
	width: 100%;
	max-width: 1000px;
	margin: 15px auto 30px;
}

.reasonImg img {
	width: 100%;
	margin: auto;
}

.reasonImg img.sp {
	width: 70%;
	margin: auto;
}

.reasonPointList {
	padding: 15px 100px 30px;
}

.reasonPointTxt {
	padding: 5% 9% 5.1% 27%;
	border-radius: 38px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.3;
	background: #707070 url(./img/icon_caution.png) left 9% center no-repeat;
	background-size: 16.9%;
}

/* #free */
#freeInner {
	padding-top: 55px;
}

#freeTtl {
	font-size: 4.185rem;
	margin-bottom: 40px;
}

#freeTtl .sizeS {
	font-size: 2.6rem;
}

.freeItem {
	padding: 49px 15px 30px;
	background: #FFFFFF;
	border: 2px solid #393939;
	position: relative;
}

.freePointNum {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.freePointTtl {
	font-size: 2.6rem;
	margin-bottom: 15px;
	text-align: center;
}

/* #method */
/* -------------------------------------------------- */
#methodInner {
	padding-top: 100px;
	padding-bottom: 105px;
}

#methodFlowImg {
	margin-bottom: 48px;
	padding: 0 40px;
}

#methodFlowImg img {
	width: 100%;
}

/* #delivery */
#delivery {
	margin-bottom: 48px;
	background: #E8E8E8 url(./img/delivery_bg.jpg) top right no-repeat;
	background-size: 35.4%;
}

#deliveryInner {
	padding: 40px 40px 59px;
}

#deliveryTtl {
	padding-left: 85.5px;
	background: url(./img/icon_delivery.png) left center no-repeat;
	margin-bottom: 37px;
	background-size: 69px;
	font-size: 5.6rem;
}

#deliveryLead {
	font-size: 3.6rem;
	margin-bottom: 31px;
	letter-spacing: 0.00em;
}

#deliveryTxt {
	margin-bottom: 35px;
	line-height: 2;
}

#deliveryList {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 17.5px;
}

.deliveryItem {
	background: #393939;
	color: #FFD800;
	font-size: 2.6rem;
	line-height: 1.73;
	padding: 0 18px;
}

/* #corporation */
#corporation {
	border: 2px solid #0C7BC1;
}

#corporationInner {
	padding: 45px 40px 45px 26.1%;
	position: relative;
}

#corporationPoint {
	position: absolute;
	max-width: 21.3%;
	/* top: -20px; */
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

#corporationTtl {
	font-size: 3.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
}

#corporationTtl .sizeS {
	font-size: 2.3rem;
}

#corporationTtl .sizeL {
	font-size: 5.86rem;
}

#corporationTxt {
	line-height: 2;
}

/* #voice */
/* -------------------------------------------------- */
#voice {
	background: #E8E8E8;
	border-top: 2px solid #393939;
}

#voiceInner {
	padding-top: 100px;
	padding-bottom: 112px;
}

.voiceItem {
	padding: 45px 51px;
	background: #FFFFFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32.5px;
}

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

.voiceImg {
	width: 20.7%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.voiceImg {
		margin-right: 32.5px;
	}
}

.voiceContent {
	width: calc(100% - 20.7% - 32.5px);
}

.voiceLead {
	font-size: 3rem;
}

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

.voiceTxt {
	font-size: 1.8rem;
	line-height: 1.77;
}

/* #faq */
/* -------------------------------------------------- */
#faq {
	border-top: 2px solid #393939;
}

#faqInner {
	padding-top: 100px;
	padding-bottom: 106px;

}

.faqItem {
	padding: 0 17px;
	background: #EFEFEE;
}

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

.questionBox {
	border-bottom: 1px solid #393939;
}

.questionBox,
.answerBox {
	padding: 22px 0;


	-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: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	font-size: 2.6rem;
	margin-right: 15px;
}

.iconQ {
	background: #393939;
}

.iconA {
	background: #0C7BC1;
}

.questionTxt,
.answerTxt {

	font-size: 2rem;
}


/* 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 {
	padding: 0 45px;
	border: 2px solid #B01C0F;
	border-radius: 18px;
	background: #FFFFFF;
	color: #B01C0F;
	line-height: 35px;
	text-align: center;
	width: fit-content;
	position: absolute;
	top: -17.5px;
	left: 50%;
	transform: translateX(-50%);
}

.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: #0C7BC1;
	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;
}

.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;
}

@media(max-width: 1250px) {

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

	.btnTxt {
		font-size: 4rem;
	}

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

	/* header */
	#headerTelHours {
		display: none;
	}

	/* main*/
	#mv {
		background-size: 100%;
	}

	#makerTtl {
		font-size: 2.5rem;
	}

	#makerTtl span {
		font-size: 4rem;
	}

	.reasonTxt,
	.reasonImg,
	.reasonPointList {
		padding: 15px 20px;
	}

	.reasonPointTxt {
		font-size: 1.6rem;
	}

	#deliveryLead {
		font-size: 3rem;
	}

	#corporationTtl {
		font-size: 3rem;
	}

	#corporationTtl .sizeS {
		font-size: 1.9rem;
	}

	#corporationTtl .sizeL {
		font-size: 4.5rem;
	}
}

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

	.tbsp {
		display: block !important;
	}

	body {
		font-size: 1.4rem;
	}

	/* LAYOUT */
	.flexbox.box4col,
	.flexbox.box3col,
	.flexbox.box2col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.telLink {
		pointer-events: all;
	}

	/* TEXT */
	.secTtl {
		font-size: 3.5rem;
	}

	/* 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;
	}

	/* header */
	#headerInner {
		padding: 10px 0;
	}

	#headerLogo {
		max-width: 48%;
	}

	#headerLinkList {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		column-gap: 5px;
	}

	.headerLinkItem {
		display: block;
		width: 70px;
		height: 70px;
		border-radius: 50%;
	}

	.headerLinkItem.lineBox img,
	.headerLinkItem.mailBox img {
		width: 30px;
		margin: auto;
		padding: 21px 0;
	}

	.headerLinkTxt {
		font-size: 1.2rem;
		text-align: center;
	}

	/* main */
	#mvTxt {
		font-size: 2.6rem;
	}

	.catName {
		font-size: 2rem;
	}

	#pointInner {
		padding-top: 100px;
	}

	#resultsTtl {
		font-size: 4rem;
	}

	.resultsName {
		font-size: 1.6rem;
	}

	#makerInner {
		padding: 30px;
	}

	#makerTtl {
		font-size: 2.2rem;
	}

	#makerTtl span {
		font-size: 3rem;
	}

	#makerLogo img {
		width: 100%;
	}

	#makerTxt {
		font-size: 1.6rem;
	}

	#bannerInner {
		padding: 0em;
	}

	#worriesTtl {
		font-size: 4rem;
	}

	#reasonsTtl {
		font-size: 4.5rem;
	}

	.reasonItemTtl {
		font-size: 3rem;
	}

	.reasonPointTxt {
		font-size: 1.1rem;
	}

	#freeTtl {
		font-size: 3rem;
	}

	.freePointTtl {
		font-size: 1.8rem;
	}

	.freeItem {
		padding-top: 25px;
	}

	.freePointNum {
		top: -24px;
	}

	.freePointNum img {
		width: 80%;
		margin: auto;
	}

	#deliveryLead {
		font-size: 2rem;
	}

	.deliveryItem {
		font-size: 2rem;
	}

	#corporationInner {
		padding: 20px 20px 20px 24%;
	}

	#corporationPoint {
		left: 10px;
	}

	#corporationTtl {
		font-size: 2.2rem;
	}

	#corporationTtl .sizeS {
		font-size: 1.5rem;
	}

	#corporationTtl .sizeL {
		font-size: 3.5rem;
	}

	.voiceLead {
		font-size: 2rem;
	}

	.voiceTxt {
		font-size: 1.4rem;
	}

	.questionTxt,
	.answerTxt {
		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;
	}
}

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

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

	.sp {
		display: block !important;
	}

	/* LAYOUT */
	.item4col,
	.item3col.sp2col {
		width: 48.2%;
	}

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

	/* TEXT */
	.secTtl {
		margin-bottom: 30px;
	}

	.secTtl,
	.ttl {
		font-size: 2rem !important;
	}

	.ttl .sizeS {
		font-size: 1.6rem !important;
	}

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

	.contactLinkTtl {
		padding-bottom: 15px;
		margin-bottom: 15px;
		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: 3.5rem;
	}

	.telHours {
		font-size: 1rem;
	}

	.btnBox {
		/* font-size: 2rem;
		line-height: 2; */
		box-shadow: none;
		position: relative;
		height: 60px;
	}

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

	.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%);
	}

	/* header */
	.headerLinkItem {
		width: 40px;
		height: 40px;
	}

	.headerLinkItem.lineBox img,
	.headerLinkItem.mailBox img {
		width: 18px;
		padding: 12px 0;
	}

	#headerInner {
		padding: 0;
	}

	/* main */
	#mv {
		background-image: none;
	}

	#mvInner {
		padding-top: 30px;
	}

	#mvTtl {
		margin-bottom: 25px;
	}

	#mvTtl img {
		max-width: 80%;
		margin: auto;
	}

	#mvTxt {
		font-size: 1.8rem;
	}

	#mvTable {
		overflow: scroll;
	}

	#mvTable img {
		max-width: 200%;
	}

	#catInner {
		padding-top: 45px;
	}

	#point {
		margin-top: 100px;
	}

	#pointInner {
		padding-top: 80px;
		padding-bottom: 0;
	}

	#pointTtl {
		top: -25px;
	}

	#pointTtl img {
		max-width: 90vw;
	}

	#pointLead {
		width: 90%;
		margin: 0 auto 30px;
	}

	#pointList {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.pointItem {
		width: 80%;
	}

	#results {
		margin-top: 70px;
	}

	#resultsInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	#resultsList {
		margin-bottom: 60px;
	}

	.resultsName {
		font-size: 1.4rem;
	}

	.imgTag {
		font-size: 1.4rem;
	}

	#makerInner {
		padding: 15px;
	}

	#makerTtl span {
		font-size: 2.5rem;
	}

	#makerTxt {
		padding: 10px 10px 15px;
		font-size: 1.4rem;
	}

	#spBanner img {
		width: 100%;
	}

	#strengthsInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	#worriesInner {
		padding-bottom: 60px;
	}

	#reasonsInner {
		padding: 45px 15px 60px;
	}

	.reasonNum {
		width: fit-content;
		padding: 0 20px;
		font-size: 1.6rem;
	}

	.reasonItemTtl {
		font-size: 1.6rem;
	}

	.reasonPointList {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}

	.reasonPointTxt {
		font-size: 1.4rem;
		max-width: 300px;
		margin: auto;
		padding: 15px 27px 15px 81px;
	}

	.freePointTtl {
		font-size: 1.6rem;
	}

	#methodInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	#methodFlowImg {
		padding: 0;
		margin-bottom: 30px;
	}

	#delivery {
		background-image: none;
	}

	#deliveryInner {
		padding: 40px 15px;
	}

	#deliveryTtl {
		padding-left: 50px;
		margin-bottom: 20px;
		background-size: 40px;
		font-size: 2.5rem;
	}

	#deliveryLead {
		font-size: 1.55rem;
		margin-bottom: 25px;
	}

	#deliveryList {
		gap: 5px;
	}

	#deliveryTxt {
		margin-bottom: 25px;
	}

	.deliveryItem {
		font-size: 1.3rem;
		padding: 0 5px;
	}

	#corporationInner {
		padding: 20px 15px;
	}

	#corporationTtl {
		text-align: center;
	}

	#voiceInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.voiceItem {
		padding: 30px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.voiceImg,
	.voiceContent {
		width: 100%;
	}

	.voiceImg img {
		max-width: 50%;
		margin: auto;
	}

	.voiceLead {
		font-size: 1.45rem;
	}

	.voiceStatus {
		font-size: 1.4rem;
	}

	.voiceTxt {
		font-size: 1.2rem;
	}

	#faqInner {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.questionTxt,
	.answerTxt {
		font-size: 1.4rem;
		width: 87%;
	}

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

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

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

	.assessmentInner {
		padding: 0;
	}

	.assessmentTtl {
		font-size: 3rem;
	}

	/* #line */
	#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;
	}
}