
@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #ffffff;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #ffffff;
	background-color: #24398C;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

h2 , section > h2 , strong {
	display: block;
	font-size: 48px;
	line-height: 71px;
	font-weight: 500;
	z-index: 1;
}

h2 , section > h2 {
	text-align: center;
	margin-bottom: 80px;
}

strong {
	font-size: 4vw;
  line-height: 6vw;
	margin-bottom: 24px;
	position: relative;
	word-break: keep-all;
}

@media screen and (min-width: 1190px) {
	strong {
		font-size: 48px;
    line-height: 71px;
	}
}

header span , .data span , section > span , .title span , .question span , .answer span {
	font-family: 'Interstate';
	font-size: 36px;
	line-height: 43px;
	font-weight: 400;
	font-style: normal;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}

h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 3.1vw;
  line-height: 5vw;
	word-break: keep-all;
	margin-bottom: 16px;
}
@media screen and (min-width: 1190px) {
	h3 {
		font-size: 40px;
		line-height: 59px;
	}
}

.big {
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}

p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-align: justify;
}

a {
	display: block;
	margin: 0 auto;
}

.wrap {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

section {
	display: block;
	margin: 0 auto;
	padding: 160px 0;
}

section > * {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
}

#about {
	color: #24398C;
	background-color: #ffffff;
}

@media screen and (max-width: 599px) {
	body {
		font-size: 18px;
		line-height: 27px;
		font-weight: 400;
	}
		
	strong {
		display: block;
		font-size: 28px;
		line-height: 41px;
	}
	
	h2 , section > h2 , strong {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 40px;
	}
	
	strong {
		margin-bottom: 16px;
	}
	
	header span , .data span , section > span , .title span , .question span , .answer span {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 0;
	}
	
	h3 {
		font-size: 24px;
		line-height: 36px;		
	}
	
/*
	.big {
		font-size: 18px;
		line-height: 26px;
	}
*/
	
	p {
		font-size: 16px;
		line-height: 23px;
	}

	section {
		padding: 80px 5%;
	}

	section > * {
		width: 100%;
	}
}

/*============
header
=============*/
header {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
}

.bg-img {
	/*height: 800px;
	background-image: url(./images/bg-img@2x.png);*/
	background-size: cover;
	background-position-x: center;
	background-repeat: no-repeat;
}

.firstword {
	max-width: 1080px;
  width: 80%;
  margin: 266px auto 168px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*position: absolute;
	top: 306px;*/
}
.firstword img {
	width: 100%;
	margin-top: -98px;
}

header > *:not(.bg-img , .bg-mask) {
	z-index: 1;
}

h1 {
	width: 80px;
	height: auto;
	position: absolute;
	top: 32px;
	left: 48px;
}

.btn-set p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 20px;
}

.btn-set {
	width: fit-content;
	text-align: center;
	position: relative;
}

.btn {
	width: 320px;
	height: 64px;
	border-radius: 40px;
	background-color: #ffffff;
	font-family: 'Inter';
	color: #24398C;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	padding: 21px;
	margin: 0;
}

.btn span {
	font-size: 14px;
	line-height: 21px;
}

.flex {
	display: flex;
}

.flex-problem {
	justify-content: space-between;
	flex-wrap: wrap;
}

.problem {
	width: 47%;
	height: 274px;
	background: #FFFFFF;
	border-radius: 40px;
	margin-bottom: 48px;
	padding: 48px 0;
}

.problem:nth-of-type(even) {
	margin-right: 0;
}

.problem:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.problem img {
	display: block;
	width: fit-content;
	height: 80px;
	margin: 0 auto 16px;
}

.problem:first-of-type img {
	width: fit-content;
	height: 80px;
	margin: 0 auto 40px;
}

.problem p {
	color: #24398C;
	font-size: /*28px*/2.4vw;
	line-height: 41px;
	text-align: center;
}

.center {
	margin: 80px auto 0;
}

.data {
	max-width: 1080px;
	width: 80%;
	margin: 80px auto;
}

.data strong {
	text-align: center;
	margin-bottom: 0;
}

.br-res {
	display: none;
}

.graph {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto 160px;
}

.graph div {
	display: flex;
	justify-content: space-between;
}

.graph div img {
	width: 43%;
	height: fit-content;
}
.graph div img:first-of-type {
	margin-top: 15px;
}

.graph > img {
	display: block;
	width: 35%;
	margin: -50px auto 0;
}

.graph-res {
	display: none;
}

@media screen and (max-width: 914px) {
	.firstword {
		display: block;
		margin: 128px auto 120px;
	}
	.firstword img {
		width: 100%;
		margin-top: 40px;
	}
	h1 {
		width: 56px;
		top: 20px;
		left: 26px;
	}
}

@media screen and (max-width: 599px) {
	.firstword strong {
		font-size: 28px;
		line-height: 41px;
	}
		
	.btn-set p {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 16px;
	}
	
	.btn-set {
		text-align: left;
	}
	
	.btn {
		width: 240px;
		height: 56px;
		font-size: 16px;
		line-height: 19px;
		padding: 18px;
	}
			
	.flex {
		display: block;
	}
	
	.problem {
		width: 100%;
		height: 187.57px;
		margin-bottom: 40px;
		padding: 35px 0;
	}
	
	.problem:nth-of-type(even) {
		margin-right: 0;
	}
	
	.problem:nth-last-of-type(-n+2) {
		margin-bottom: 40px;
	}

	.problem:last-of-type {
		margin-bottom: 60px;
	}

	.problem img {
		height: 54px;
		margin: 0 auto 11px;
	}
	
	.problem:first-of-type img {
		height: 54px;
		margin: 0 auto 27px;
	}
	
	.problem p {
		font-size: 5vw;
		line-height: 29px;
	}

	.center {
		margin: 40px auto 0;
	}

	.center {
		text-align: center;
	}

	.center .btn {
		width: 310px;
		margin: 0 auto;
	}
	
	.graph div {
		display: block;
	}

	.data {
		margin: 80px auto 40px;
	}

	.data strong {
		word-break: break-all;
		margin: 0 auto 40px;
	}

	.br-res {
		display: block;
	}
	
	.graph div img {
		display: block;
		width: 100%;
		margin: 0 auto 36px;
	}
	
	.graph > img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.graph {
		display: none;
	}

	.graph-res {
		display: block;
		width: 95%;
		margin: 0 auto 80px;
	}
}

@media screen and (min-width: 1190px) {
	.problem p {
    font-size: 28px;
	}
}

/*============
About
=============*/
.flex-about {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	gap: 60px;	
	margin-bottom: 120px;
}

.flex-about > div {
	position: relative;
}

.flex-about div img {
	width: auto;
	position: absolute;
	left: -40px;
}

.flex-about:first-of-type div img {
	height: 280px;
	top: -19px;
}

.flex-about:nth-of-type(2) div img {
	height: 284.4px;
	top: -21px;
}

.flex-about:nth-of-type(3) > img {
	max-width: 369.64px;
}

.flex-about:nth-of-type(3) div img {
	height: 288.8px;
	top: -23px;
}

.blue {
	background-color: #24398C;
	color: #ffffff;
}

@media screen and (max-width: 599px) {
	.flex-about {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 80px;
	}

	.flex-about > div {
		padding: 0 5%;
	}

	.flex-about div img {
		width: auto;
	}	
		
	.flex-about:first-of-type div img {
		width: auto;
		height: 240px;
		top: -28px;
		left: 30%;
	}

	.flex-about h3 , .flex-about p {
		margin-left: 0;
	}

	.flex-about p {
		margin-bottom: 40px;
	}

	.br-pc {
		display: none;
	}

	.flex-about:nth-of-type(2) {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.flex-about:nth-of-type(2) div img {
		width: auto;
		height: 240px;
		top: -16px;
		left: 15%;
	}
		
	.flex-about:nth-of-type(3) div img {
		width: auto;
		height: 240px;
		top: -16px;
		left: 20%;
	}
	
	#about .btn-set {
		margin: 0 auto;
	}

	#about .btn {
		width: 320px;
		margin: 0 auto;
	}
}

/*============
Introduction
=============*/
#introduction {
	background: url(./images/bg-intro@2x.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.flex-intro {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 80px;
}

.example {
	display: flex;
	align-items: center;
	color: #24398C;
	background: #fff;
	border-radius: 40px;
	padding: 28px 0;
}

.example p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 16px;
	padding: 0 48px;
}

.example:nth-child(4) .big {
	font-size: 22px;
	line-height: 33px;
}

.example .big:first-child {
	margin-bottom: 15px;
}

.example .big:last-child {
	margin-bottom: 0;
}

.nigyou {
	height: 80px;
	padding: 16px;
}

#introduction .btn-set {
	margin: 0 auto;
}

.center p {
	text-align: center;
}

@media screen and (max-width: 599px) {
	.flex-intro {
		gap: 30px;
		padding: 0 5%;
		margin-bottom: 60px;
	}
		
	.example p {
		text-align: justify;
		margin-bottom: 16px;
	}
		
	.nigyou {
		height: 72px;
		font-size: 16px;
		line-height: 23px;
	}

	.nigyou span {
		font-size: 14px;
		line-height: 21px;
	}
}

/*------------
Voice
------------*/
.voice {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title span {
	text-align: left;
}

.title h2 {
	word-break: keep-all;
	text-align: left;
	margin-bottom: 0;
}

.gutaiteki {
	display: flex;
	align-items: flex-end;
	margin-bottom: 48px;
}

.gutaiteki:nth-child(even) {
	flex-direction: row-reverse;
}

.gutaiteki:last-child {
	margin-bottom: 0;
}

.hukidashi {
	max-width: 440px;
	width: auto;
	min-width: 250px;
	color: #24398C;
	background: #fff;
	border-radius: 40px;
	padding: 32px;
	position: relative;
	z-index: 1;
}

.gutaiteki .hukidashi > img {
	width: 45px;
	height: auto;
	position: absolute;
	bottom: 10px;
	right: -80px;
	z-index: -1;
}

.gutaiteki .hantai > img {
	left: -80px;
	transform: scale(-1, 1);
}

.hukidashi > p {
	font-size: 2vw;
	line-height: 3vw;
	text-align: justify;
	margin-bottom: 16px;
}
@media screen and (min-width: 1190px) {
	.hukidashi > p {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width: 914px) {
	.voice {
		display: block;
    margin: 0px auto;
	}
	.title {
		margin-bottom: 30px;
	}
	.title span , .title h2 {
		text-align: center;
	}
	.hukidashi p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 8px;
	}
}

.hukidashi > a {
	width: fit-content;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	cursor: pointer;
	margin: 0 0 0 auto;
	z-index: 1;
}

.gutaiteki img {
	width: auto;
	height: 152px;
	margin: 0 50px;
}

.hide-area{
	display: none;
}

.popup-inner {
	padding: 26px 18px;
}

.popup-inner p {
	color: #24398C;
}

.modaal-content-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 480px;
	height: auto;
	background: #FFFFFF;
	border-radius: 40px;
	z-index: 2;
}

.popup-ttl {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}

.modaal-close {
	display: none;
}

.close-btn {
	position: absolute;
	top: 27px;
	right: 27px;
	width: 18px;
	height: auto;
	cursor: pointer;
}

.close-btn img {
	margin: 0;
}

.modaal-inner-wrapper {
	background-color: rgba(36, 57, 140, .8);
}

@media screen and (max-width: 599px) {
	.voice {
		display: block;
		margin-top: 0;
	}
			
	.gutaiteki {
		margin-bottom: 30px;
	}
	
	.gutaiteki:last-child {
		margin-bottom: 0;
	}
	
	.hukidashi {
		width: 100%;
		height: auto;
		border-radius: 24px;
		padding: 15px 10px;
		margin-bottom: 20px;
	}

	.gutaiteki .hukidashi > img {
		width: 35px;
		right: -20px;
	}
	
	.gutaiteki .hantai > img {
		left: -20px;
	}
			
	.gutaiteki img {
		height: 92.76px;
		margin: 0 0 0 25px;
		z-index: 1;
	}

	.gutaiteki:nth-child(even) img {
		margin: 0 25px 0 0;
	}

	.popup-inner {
		padding: 13px 9px;
	}
		
	.modaal-content-container {
		width: 100%;
	}
	
	.popup-ttl {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.close-btn {
		top: 23px;
		right: 28px;
	}
}

/*============
Flow
=============*/
#flow {
	color: #24398C;
	background-color: #EDEFF7;
}

.flow {
	display: flex;
	align-items: center;
	max-width: 760px;
	height: 88px;
	color: #ffffff;
	background: #24398C;
	border-radius: 32px;
	padding: 26px 40px;
	margin: 0 auto 40px;
	position: relative;
}

.flow::after {
	width: 24px;
	height: 24px;
	background: #24398C;
	transform: rotate(-45deg);
	bottom: -13%;
	left: 50%;
	border: solid transparent;
	content: "";
	position: absolute;
}

.flow:nth-of-type(4) {
	margin: 0 auto 80px;
}

.flow:nth-of-type(4)::after {
	content: none;
}

.flow > div {
	width: 100px;
}

.flow div img {
	width: fit-content;
	height: 50px;
}

.flow span {
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	margin-right: 24px;
	white-space: nowrap;
}

.flow p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}

#flow > img {
	display: block;
	width: 603.56px;
	height: 240px;
	margin: 0 auto;
}

@media screen and (max-width: 599px) {
	#flow {
		padding-bottom: 80px;
	}

	.flow {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		padding: 16px 14px 20px 23px;
		margin: 0 auto 37px;
	}

	.flow::after {
		left: 47%;
		bottom: -7%;
	}
	
	.flow:nth-of-type(4) {
		margin: 0 auto 40px;
	}

	.flow > div {
		width: 70px;
		margin-bottom: 16px;
	}	

	#flow > img {
		width: 100%;
		height: 100%;
	}
	
	.flow span {
		font-size: 24px;
		line-height: 36px;
		white-space: nowrap;
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	.flow p {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 26px;
	}
}

/*------------
Q&A
------------*/
#qa {
	color: #24398C;
	background-color: #fff;
}

.qa {
	margin-bottom: 80px;
}

.bottom {
	margin-bottom: 160px;
}

.question {
	display: flex;
	align-items: center;
	max-width: 880px;
	width: 100%;
	height: auto;
	background: rgba(36, 57, 140, 0.08);
	border-radius: 32px;
	padding: 31px;
	margin: 0 auto 36px;
}

.question span , .answer span {
	margin-right: 16px;
	margin-bottom: 0;
}

.question .big , .answer .big {
	text-align: left;
	margin-bottom: 0;
}

.answer {
	display: flex;
	align-items: center;
	max-width: 880px;
	margin: 0 auto 36px;
	padding-left: 32px;
}

.qa > p {
	max-width: 880px;
	margin: 0 auto;
	padding-left: 32px;
}

#form {
	width: 560px;
	height: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 599px) {
	.qa {
		margin-bottom: 30px;
	}
	
	.bottom {
		margin-bottom: 80px;
	}
	
	.question {
		width: 100%;
		height: auto;
		align-items: flex-start;
		padding: 20px 15px;
		margin: 0 auto 16px;
	}
	
	.question span , .answer span {
		font-size: 30px;
		line-height: 36px;
		margin-right: 10px;
	}

	.question p {
		font-size: 18px;
		line-height: 27px;
		text-align: justify;
	}
	
	.answer {
		width: 100%;
		align-items: flex-start;
		margin: 0 auto 16px;
		padding: 0 15px;
	}

	.answer p {
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	}
	
	.qa > p {
		width: 80%;
		margin: 0 auto;
		padding-left: 0;
	}
	
	#form {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/*============
footer
=============*/
footer {
	max-width: 880px;
	width: 80%;
	margin: 0 auto;
	padding: 32px 0;
}

footer p {
	font-style: normal;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: justify;
	opacity: 0.4;
}

footer .big {
	font-size: 22px;
	text-align: left;
}

.footer-flex {
	display: flex;
}

.footer-flex:last-of-type {
	margin-bottom: 32px;
}

.footer-flex p:first-child {
	width: 140px;
	margin-right: 15px;
}

footer > p {
	text-align: center;
}

@media screen and (max-width: 599px) {
	footer {
		padding: 28px 0;
	}
	
	footer p {
		font-size: 12px;
		line-height: 17px;
	}

	footer .big {
		font-size: 18px;
	}	

	.footer-flex p:first-child {
		width: 28%;
		margin-right: 5%;
	}
	.footer-flex p:last-child {
		width: 65%;
	}
}







.red {
	color: red;
}
