@charset 'UTF-8';

html {
	font-family: 'Noto Sans JP', sans-serif;
	color: #292929;
	background: #E8EDE0;
}

p {}

body {
	position: relative;
}

/* === root === */
:root {
	--OR : #FF9A00;
	--LBL: #00648A;
	--BL : #0F5392;
	--YE : #CCFF00;
	--GY : #d5d5d5;
	--BK : #292929;
}
a{
	text-decoration: none;
	color: var(--BL);
}
@media screen and ( min-width: 900px) {
	a:hover{
		text-decoration: underline;
	}
}

/* === PC・SP出し分け === */
@media screen and ( min-width: 900px) {
	.sp{display: none !important;}
}
@media screen and ( max-width: 899.98px) {
	.pc{display: none !important;}
}


.header .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 25px;
}

header a img {
	width: 185px;
}
@media screen and ( max-width: 899.98px ) {
	.header .inner{
		padding: 20px 15px;
	}
	header a img {
		width: 139px;
	}
}

.kv {
	background-image: url(../img/kv_pc.png), url(../img/mvbg_pc.jpg);
	background-size: 1064px auto, cover;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom center, bottom center;
	height: 280px;
	text-align: center;
	position: relative;
}
@media screen and ( max-width: 899.98px ) {
	.kv {
		background-image: url(../img/kv_sp.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% auto;
		height: 130vw;
		/* aspect-ratio: 375 / 450; */
	}
}
.kv img {
	max-width: 1180px;
	width: 100%;
}
.kv .txt {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	text-align: center;
}
.kv .txt h1 {
	display: inline-block;
	font-size: 27px;
	font-weight: bold;
	height: 35px;
	margin: 0 auto;
	padding: 0 20px 5px;
	background: linear-gradient(transparent 70%, var(--YE) 70%);
}
.txt-small {
	font-size: 16px;
}
@media screen and ( max-width: 899.98px ) {
	.kv .txt {
		top: 10.667vw;
	}
	.kv .txt h1 {
		display: block;
		height: auto;
		font-size: 7.2vw;
		padding: 0 2.667vw 1.333vw;
		background: none;
	}
	.kv .txt h1 .sp-line{
		display: inline-block;
		background: linear-gradient(transparent 70%, var(--YE) 70%);
		padding: 0 5.333vw 1.333vw;
	}
	.kv .txt h1 .line2{
		margin-top: 2.667vw;
	}
	.txt-small {
		font-size: 14px;
	}
}
.kv .txt p {
	font-size: 19px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 2;
}
@media screen and ( max-width: 899.98px ) {
	.kv .txt p {
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
		margin-top: 9.067vw;
		line-height: 1.857;
	}
}



/* 共通 */
/*********************************/
section {
    margin: 70px auto 0;
    text-align: center
}

.content {
	max-width: 1300px;
	padding: 0 50px 80px;
	margin: 0 auto;
}
@media screen and ( max-width: 899.98px ) {
	.content {
		padding: 0 8vw 80px;
	}
}


.section-top .active,
.item-inner.active{
	background: #CCFE00 !important;
}
.pattern {
    position: relative;
}
.under-txt{
	line-height: 1.5;
	font-size: 16px;
	margin-top: 32px;
}

.pattern-title {
	font-size: 26px;
	position: relative;
	line-height: 1.5;
	padding-top: 18px;
}
@media screen and ( max-width: 899.98px ) {
	.pattern-title {
		font-size: clamp(20px, calc((100 * 14) / 375) * 1vw, 22px);
		padding-top: 4.8vw;
	}
}


span.arrow{
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: var(--BL) transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
}

@media screen and ( max-width: 899.98px ) {
	span.arrow{
		border-width: 1.867vw 1.333vw 0 1.333vw;
		bottom: 2.6vw;
	}
}


/*********************************/
/* section-top */
.section-top {
	text-align: center;
	margin-top: 68px;
}
.section-top-flex {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and ( max-width: 899.98px ) {
	.section-top {
		margin-top: 9.866vw;
	}
	.section-top-flex {
		margin-top: 5.333vw;
		justify-content: center;
		gap: 1.9vw;
	}
}
.section-top-item {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, .1);
	width: 19.17%;
	font-size: 19px;
	font-weight: bold;
	aspect-ratio: 230 / 175;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
    padding-top: 20px;
	padding-bottom: 43px;
	transition: all ease .5s;
}
.section-top-item:hover {
	cursor: pointer;
	opacity: .7;
}
@media screen and ( max-width: 899.98px ) {
	.section-top-item {
		border-radius: 2.667vw;
		width: 26.67vw;
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
		aspect-ratio: 100 / 125;
		padding-top: 1.866vw;
		padding-bottom: 6.133vw;
        gap: 4vw;
        align-items: center;
        justify-content: center;
	}
}
.section-top-item img {
	width: clamp(50px, calc(12.5vw - 50px), 70px);
	height: auto;
	margin-bottom: 17px;
}
@media screen and ( max-width: 1300px ) {
	.section-top-item img {
		margin-bottom: 0.7vw;
	}
}
@media screen and ( max-width: 899.98px ) {
	main.internet .section-top-item img {
		width: 50%;
		margin-bottom: 0;
	}
}

/* section-top */
.section-ico {
	text-align: center;
	margin-top: 68px;
}
.section-ico-flex {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and ( max-width: 899.98px ) {
	.section-ico-flex {
		justify-content: center;
		gap: 2.4vw;
	}
}
.section-ico-item {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, .1);
	width: 24.17%;
	font-size: 19px;
	font-weight: bold;
	aspect-ratio: 290 / 175;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
    padding-top: 20px;
	padding-bottom: 43px;
	transition: all ease .5s;
}
.section-ico-item:hover {
	cursor: pointer;
	opacity: .7;
}
.section-ico-item img {
	margin-bottom: 17px;
	width: clamp(50px, calc(12.5vw - 50px), 70px);
	height: auto;
}
@media screen and ( max-width: 899.98px ) {
	.section-ico-item {
		border-radius: 2.667vw;
		width: 39.47vw;
		aspect-ratio: 148 / 125;
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);;
        padding-top: 1.866vw;
        padding-bottom: 6.133vw;
        gap: 2.7vw;
        align-items: center;
        justify-content: center;
	}
	.section-ico-item img {
		margin-bottom: 0;
	}
}

.open {
    display: block !important;
}

.pattern1-flex,
.pattern2-flex,
.pattern3-flex,
.pattern4-flex,
.pattern5-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
	margin-top: 30px;
}
.pattern1-item,
.pattern2-item,
.pattern3-item,
.pattern4-item,
.pattern5-item {
	text-align: left;
}
.pattern1-item .item-inner,
.pattern2-item .item-inner,
.pattern3-item .item-inner,
.pattern4-item .item-inner,
.pattern5-item .item-inner {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, .1);
	position: relative;
	padding: 10px 5px;
	padding: 40px 0 60px;
	display: flex;
	align-items: center;
	transition: 0.5s;
}
.pattern1-item .item-inner:hover,
.pattern2-item .item-inner:hover,
.pattern3-item .item-inner:hover,
.pattern4-item .item-inner:hover,
.pattern5-item .item-inner:hover {
	cursor: pointer;
	opacity: 0.7;
}
.pattern1-item p,
.pattern2-item p,
.pattern3-item p,
.pattern4-item p,
.pattern5-item p {
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.833;
	padding: 0 1em;
}

@media screen and ( max-width: 899.98px ) {
	.pattern1-flex,
	.pattern2-flex,
	.pattern3-flex,
	.pattern4-flex,
	.pattern5-flex {
		gap: 2.4vw 0;
	}
	.pattern1-item .item-inner,
	.pattern2-item .item-inner,
	.pattern3-item .item-inner,
	.pattern4-item .item-inner,
	.pattern5-item .item-inner {
		border-radius: 2.4vw;
		padding: 0;
		width: 100%;
	}
	.pattern1-item p,
	.pattern2-item p,
	.pattern3-item p,
	.pattern4-item p,
	.pattern5-item p {
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
		line-height: 1.857;
		padding: 5.333vw 1.333vw 9.067vw;
	}
	.pattern1-item > a,
	.pattern2-item > a,
	.pattern3-item > a,
	.pattern4-item > a,
	.pattern5-item > a{
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
	}
}
.pattern1-item > a,
.pattern2-item > a,
.pattern3-item > a,
.pattern4-item > a,
.pattern5-item > a{
	padding-left: 8px;
	margin-top: 14px;
	position: relative;
	line-height: 1.3;
}
.pattern1-item > a .arroow-ico,
.pattern2-item > a .arroow-ico,
.pattern3-item > a .arroow-ico,
.pattern4-item > a .arroow-ico,
.pattern5-item > a .arroow-ico{
	display: inline-block;
	vertical-align: middle;
	color: var(--BL);
	line-height: 1;
	position: absolute;
	left: 0;
	top: 9px;
	width: 9px;
	height: 9px;
	transform: translate(0px,-25%) rotate(45deg);
}
.pattern1-item > a .arroow-ico::before,
.pattern2-item > a .arroow-ico::before,
.pattern3-item > a .arroow-ico::before,
.pattern4-item > a .arroow-ico::before,
.pattern5-item > a .arroow-ico::before,
.pattern1-item > a .arroow-ico::after ,
.pattern2-item > a .arroow-ico::after ,
.pattern3-item > a .arroow-ico::after ,
.pattern4-item > a .arroow-ico::after ,
.pattern5-item > a .arroow-ico::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.pattern1-item > a .arroow-ico::before ,
.pattern2-item > a .arroow-ico::before ,
.pattern3-item > a .arroow-ico::before ,
.pattern4-item > a .arroow-ico::before ,
.pattern5-item > a .arroow-ico::before {
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.pattern1-item > a .arroow-ico::after ,
.pattern2-item > a .arroow-ico::after ,
.pattern3-item > a .arroow-ico::after ,
.pattern4-item > a .arroow-ico::after ,
.pattern5-item > a .arroow-ico::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
}


/* === テキスト多めの3カラム === */
.pattern1-item{
	width: 31.67%;
}
.pattern1-item .item-inner{
	display: flex;
	align-items: center;
}
.pattern1-flex::after {
	content:"";
	display: block;
	width: 31.67%;
}
.pattern1-item p {
	width: 100%;
	text-align: center;
}
@media screen and ( max-width: 899.98px ) {
	.pattern1-flex{
		justify-content: center;
		gap: 2.67vw calc(100% - 39.47vw - 39.47vw);
	}
	.pattern1-item{
		width: 39.47vw;
	}
	.pattern1-item .item-inner{
		padding: 2.5vw 5px 4.5vw;
	}
	.pattern1-flex::after {
		display: none;
	}
	.pattern1-item p {
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
		line-height: 1.857;
		padding: 2.667vw 1.333vw 3.5vw;
	}
	.pattern1-item > a,
	.pattern2-item > a,
	.pattern3-item > a,
	.pattern4-item > a,
	.pattern5-item > a{
		margin-top: 7px;
	}
}

/* === テキスト少なめ　2カラム === */
.pattern2-item {
	width: 48.75%;
}
@media screen and ( max-width: 899.98px ) {
	.pattern2-item {
		width: 39.47vw;
	}
	.pattern2-item .item-inner{
		/* min-height: 90px; */
		aspect-ratio: 148 / 90;
	}
}


/* === テキスト多め　2カラム === */
.pattern3-item {
	width: 48.75%;
}
@media screen and ( max-width: 899.98px ) {
	.pattern3-item {
		width: 100%;
	}
	.pattern3-item .item-inner{
		aspect-ratio: 315 / 100;
	}
	.pattern3-flex.-sp-2col .pattern3-item {
        width: 39.47vw;
	}
}

/* === テキスト少なめ　3カラム === */
.pattern4-item{
	width: 31.67%;
}
.pattern4-flex::after {
	content:"";
	display: block;
	width: 31.67%;
}
@media screen and ( max-width: 899.98px ) {
	.pattern4-flex{
		justify-content: center;
		gap: 2.67vw calc(100% - 39.47vw - 39.47vw);
	}
	.pattern4-item{
		width: 39.47vw;
	}
	.pattern4-flex::after {
		display: none;
	}
}


/* === テキスト少なめ　4カラム === */
.pattern5-item{
	width: 23.08%;
}
.pattern5-flex::before,
.pattern5-flex::after {
	content:"";
	display: block;
	width: 23.08%;
	order: 2;
}
@media screen and ( max-width: 899.98px ) {
	.pattern5-flex{
		justify-content: center;
		gap: 2.67vw calc(100% - 39.47vw - 39.47vw);
	}
	.pattern5-item {
		width: 39.47vw;
	}
	.pattern5-item .item-inner{
		aspect-ratio: 148 / 90;
	}
	.pattern5-flex::before,
	.pattern5-flex::after {
		display: none;
	}
}




/* === 診断結果 === */
.result{
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
.result > .result-ttl{
	position: relative;
	background: #000;
	font-size: 30px;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px 5px;
	letter-spacing: 0.1em;
}
.result > .result-ttl::after {
	background-image: url(../img/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 5px;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 5px;
	content: "";
	display: block;
}
@media screen and ( max-width: 899.98px ) {
	.result > .result-ttl{
		font-size: 26px;
		padding: 0 30px 5px;
	}
}


.result .inner{
	text-align: center;
	padding: 83px 20px 90px;
	position: relative;
}
.result h3{
	font-size: 40px;
	font-weight: bold;
}
.result h3 span.color-or{
	color: var(--OR);
	margin: 0 14px;
}
.result .inner p{
	margin: 22px 0;
	line-height: 2.063;
	font-size: 19px;
	font-weight: bold;
}
.result .inner p + p{
	margin-top: 30px;
}
@media screen and ( max-width: 899.98px ) {
	.result .inner{
		padding: 40px 30px;
	}
	.result h3{
		font-size: clamp(24px, calc((100 * 26) / 375) * 1vw, 26px);
	}
	.result .inner p{
		font-size: clamp(14px, calc((100 * 16) / 375) * 1vw, 16px);
	}
}

a[target="_blank"]{
	display: inline-block;
}
a[target="_blank"]::after {
	background-image: url(../img/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center;
    line-height: inherit;
    width: 1em;
    height: 1em;
    content: "";
    display: inline-block;
    margin: 0 0.5em;
}


.result .btn{
	margin: 22px 0;
}
.result .btn a{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: var(--bk);
	position: relative;
	max-width: 386px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--YE);
	border: solid 1px var(--YE);
	margin: 0 auto;
	border-radius: 6px;
	transition: background-color 0.5s ease;
}
.result .btn a::after {
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url(../img/icon_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16.43px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 37px;
	height: 37px;
	content: "";
	display: block;
	transform: translateY(-50%);
}
.result .btn.btn__bg a{
	line-height: 1.3;
	max-width: 430px;
}
.result .btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
	margin: 30px auto;
}
.result .btn-wrap .attention {
    display: block;
    max-width: 432px;
    margin: 0.5em auto auto auto;
    text-align: left;
}
.result .btn-wrap .btn.btn__bg {
	margin: 0;
}
.result .btn-wrap .btn.btn__bg a{
	height: auto;
	padding: 0.5em;
	flex-direction: column;
    gap: 0.3em;
	width: 100%;
	max-width: initial;
}
@media screen and ( min-width: 900px) {
	.result .btn a:hover {
		background-color: #fff;
		border-color: #D5D5D5;
	}
	.result .btn a:hover::after {
		background-color: #BDFF00;
	}
}
@media screen and ( max-width: 899.98px ) {
	.result .btn{
		margin: 30px 0;
	}
	.result .btn a{
		font-size: clamp(14px, calc((100 * 20) / 375) * 1vw, 20px);
		max-width: 386px;
        height: 86px;
        border-radius: 6px;
	}
	.result .btn a::after {
		background-size: 13px 13.32px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.result .btn.btn__bg a{
		font-size: 20px;
	}
	.result .btn-wrap {
		grid-template-columns: 1fr;
	}
}

/* 矢印付きリンク */
.result .txt-link{
	font-size: 16px;
	margin-top: 32px;
}
.result .txt-link .arroow-ico{
	display: inline-block;
	vertical-align: middle;
	color: #2B435A;
	line-height: 1;
	position: relative;
	width: 9px;
	height: 9px;
}
.result .txt-link .arroow-ico::before,
.result .txt-link .arroow-ico::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.result .txt-link .arroow-ico::before {
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.result .txt-link .arroow-ico::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
}
/* 右向き矢印 */
.result .txt-link.arrow-r .arroow-ico{
	transform: translate(-15px,-25%) rotate(45deg);
}
/* 上向き矢印 */
.result .txt-link.pagetop .arroow-ico{
	transform: translate(-15px,3px) rotate(-45deg);
}
.result .txt-link.pagetop{
	margin-top: 75px;
}
.result .txt-link.arrow-r{
	line-height: 1.6;
}
.result .txt-nowrap {
	white-space: nowrap;
}
.result .txt-nowrap a[target="_blank"]{
	display: inline;
	word-break: break-word;
}
@media screen and ( max-width: 899.98px ) {
	.result .txt-link.arrow-r{
		text-align: left;
		text-indent: -9px;
		padding-left: 40px;
	}
	.result .txt-nowrap {
		margin-inline: -1em;
	}
}


footer {
	text-align: center;
	padding: 60px 0;
}

footer p {
	font-size: 12px;
}

/* モーダル */
.modal-open{
	display: inline;
    vertical-align: baseline;
    color: var(--BL);
	text-decoration: underline;
}
.modal-open:focus-visible {
    outline: none;
}

body.is-fixed {
	position: fixed;
	overflow: hidden;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}

.modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}

.modal.is-active{
	opacity: 1;
	visibility: visible;
}

.modal-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1200px;
	width: 90%;
}

.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -45px;
	right: 0;
	width: 35px;
	height: 35px;
	color: #fff;
	background: transparent;
	border: solid 2px #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
}

.modal-content{
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 70px 60px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, .1);
}
.modal-content > h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px ;
	margin-bottom: 1em;
}
@media screen and ( max-width: 899.98px ) {
	.modal-content{
		padding: 40px 30px;
	}
}
.faq-list-box {
	background-color: #F4F4F4;
	text-align: left;
	padding: 40px 30px;
	max-width: 800px;
	margin-inline: auto;
}
.faq-list-box-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
.faq-list {
	padding-left: 1em;
	list-style: disc;
	line-height: 2;
	color: var(--BL);
}
.faq-list-item {
	margin-bottom: 0.5em;
}
.faq-list-item:last-of-type {
	margin-bottom: 0;
}
.faq-list-item a[target="_blank"] {
	display: block;
}
.faq-list-item a[target="_blank"]::after {
	display: none;
}
@media screen and ( max-width: 899.98px ) {
	.faq-list-box-ttl {
		font-size: 18px;
		font-size: clamp(16px, calc((100 * 18) / 375) * 1vw, 18px);
	}
}
