@charset "UTF-8";


#history {}

#history .area__gray {
	padding: 100px;
}

#history .cell {
	margin: 0;
	border-left: solid 1px #034fa2;
	padding-left: 30px;
	padding-bottom: 40px;
}

#history .cell-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8rem;
}

#history .flex-child {
	width: 280px;
}

#history .cell dl {}

#history .cell dl dt {
	font-size: 2rem;
	margin-bottom: 20px;
}

#history .cell dl dd {
	font-size: 1.4rem;
}

#history .cell dl dd .text__mincho {
	font-size: 1.6rem;
	margin-bottom: 10px;
}



#solution {
	background: url("../image/business/bg_solution.svg") no-repeat top;
	background-size: 100%;
}

#solution dt {
	font-size: 4.6rem;
	color: #034fa2;
	font-family: "Oswald";
	margin-bottom: 10px;
}

#solution .area__flex a {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;

	font-family: "Oswald";
}

#solution .area__flex a:nth-child(2n) {
	margin-right: 0%;
}

#solution .area__flex a dd {
	padding: 10px 20px;
	background: url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;

	transition: 0.3s;
	-webkit−transition: 0.3s;
}

#solution .area__flex a:hover dd {
	background: url("../image/arrow_b.svg") no-repeat 97% center;
	background-size: 35px;
}

#solution .area__flex a dd p:last-child {
	font-size: 2.4rem;
	color: #000;
	font-weight: 700;
}




#read__business {}

#read__business .title_image {
	margin-bottom: 100px;
}

#read__business .title_image img {
	float: none;
	width: 100%;
}

#read__business .read {
	text-align: center;
	margin-bottom: 100px;
}

#read__business .read dt {
	font-size: 3.6rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 30px;
}

#read__business .read dd {
	font-size: 2rem;
	font-weight: 700;
}

#read__business img {
	float: left;
	width: 30%;
}

#read__business .area__border {
	float: right;
	width: 65%;
}

#read__business .area__border img {
	width: 90px;
	float: none;
}

#read__business .image_auto img {
	float: none;
	width: 600px;
	margin: 0 auto;
	margin-top: 60px;
}


#read__business #hoshizaki img {
	float: none;
	width: 100%;
}



#voice {
	padding: 80px 0;
	background: url("../image/bg_slash.gif") repeat center;
	margin: 0;
}

#voice .cell {
	margin-top: 80px;
}

#voice .cell:first-child {
	margin-top: 0;
}

#voice .release .area__text {
	width: 48%;
	float: right;
}

#voice .release .area__text {
	width: 48%;
	float: right;
}

#voice .release .area__photo {
	width: 48%;
	float: left;
}

#voice .release:nth-child(even) .area__text {
	width: 48%;
	float: left;
}

#voice .release:nth-child(even) .area__photo {
	width: 48%;
	float: right;
}

#voice dl {
	margin-bottom: 40px;
}

#voice dl dt {
	font-size: 3.6rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 10px;
}

#voice dl dt span {
	font-size: 2rem;
}

#voice .area__border {
	padding: 20px;
	position: relative;
}

#voice .area__border p {
	margin: 0;
	line-height: 1.4;
}

#voice .area__border p.name {
	font-size: 2rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 20px;
}

#voice .area__border img {
	width: 136px;
	height: auto;

	position: absolute;
	top: -30px;
	right: 20px;
}

#voice .fukidashi {
	margin-bottom: 10px;
	border-radius: 6px;
	background: #034fa2;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	padding: 10px 15px;

	width: 70%;
}





.list__people {}

.list__people .area__tab {
	background: #edf1f3;
	padding: 6px 0;
	margin-bottom: 50px;
}

.list__people .area__tab li {
	width: 16%;
	margin-right: 0.8%;
	text-align: center;
}

.list__people .area__tab li a {
	display: block;
	background: #FFF;
	padding: 15px;
}

.list__people .area__tab li:last-child {
	margin-right: 0%;
}

.list__people img {
	margin-bottom: 10px;
}

.list__people p {
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.list__people p.name {
	color: #034fa2;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}




#profile {
	position: relative;
	padding: 60px 0;
}

#profile p {
	margin: 0;
}

#profile .tt {
	font-size: 1.4rem;
	font-weight: 700;
	color: #e60112;
	margin-bottom: 20px;
}

#profile h1 {
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 40px;
}

#profile .job {
	font-weight: 900;
}

#profile .name {
	font-size: 3rem;
	font-weight: 900;
	color: #034fa2;
	margin-bottom: 10px;
}

#profile .btn {
	margin-top: 60px;
}

#profile .area__photo {
	margin-top: -150px;
}








#interview {}

#interview .area__text {
	width: 50%;
	padding: 100px 5% 30px 5%;
}

#interview .area__photo {
	width: 50%;
}

#interview .cell:nth-child(odd) .area__text {
	float: right;
}

#interview .cell:nth-child(odd) .area__photo {
	float: left;
}


#interview .area__text .tt {
	font-size: 1.4rem;
	color: #e60112;
	font-weight: 700;
}

#interview .area__text h2 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}




#day {
	padding: 60px 0;
	background: url("../image/bg_slash.gif") repeat center;
}

#day h2 {
	font-weight: 900;
	color: #034fa2;
	line-height: 1.4;
	background: url("../image/people/img_day.webp") no-repeat center left;
	background-size: 100px;
	padding: 50px 0 50px 120px;
}

#day h2 span {
	font-size: 1.6rem;
	display: block;
	color: #000;
}



#day dl {
	width: 19%;
	margin-right: 1.25%;
	background: #FFF;
	border-radius: 6px;
	padding: 20px;
}

#day dl:last-child {
	margin-right: 0%;
}

#day dl dt {
	font-size: 2.4rem;
	font-weight: 700;
	color: #e60112;
	margin-bottom: 10px;
}

#day dl dd {
	font-size: 1.4rem;
}





.guidelines {}

.guidelines h2 {
	font-size: 3.6rem;
	padding: 80px 0 60px 0;
}

.guidelines h2 span {
	display: block;
	font-size: 1.4rem;
	color: #034fa2;
	font-family: "Oswald";
}

.guidelines .area__flex a {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.guidelines .area__flex a:nth-child(2n) {
	margin-right: 0%;
}

.guidelines .area__flex a dt {
	margin-bottom: 20px;
}

.guidelines .area__flex a dd {
	color: #000;
}

.guidelines .area__flex a dd h3 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}



#new {
	background: url("../image/guidelines/title_new.webp") no-repeat top center;
	background-size: 100%;
}

#mid {
	background: url("../image/guidelines/title_mid.webp") no-repeat top center;
	background-size: 100%;
}

#part {
	background: url("../image/guidelines/title_part.webp") no-repeat top center;
	background-size: 100%;
}







#benefit {}

#benefit .title__headline {
	margin-top: 40px;
}

#benefit .area__flex div {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #edf1f3;
	padding: 30px;
	position: relative;
}

#benefit .area__flex div:nth-child(3n) {
	margin-right: 0%;
}

#benefit img {
	display: block;
	width: 30%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#benefit h3 {
	text-align: center;
	color: #034fa2;
	margin-bottom: 10px;
}

#benefit p {
	font-size: 1.4rem;
}

#benefit .limited {
	position: absolute;
	top: -15px;
	right: -15px;

	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #e60112;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;

	padding-top: 15px;
}

#benefit .limited.line02 {
	padding-top: 25px;
}

.seido {
	position: relative;
}

.seido .tit {
	text-align: center;

	font-size: 2.4rem !important;
	color: #034fa2;
	font-weight: 700;
	background: #FFF;
	padding: 10px;
}

.seido .area__flex div {
	background: #FFF !important;
}

.seido .arrow {
	font-size: 1.75rem;
	margin: auto 0rem;
	color: #333;
	flex: 0 0 auto;
	line-height: 1;
}





#program {}

#program dl {
	width: 48%;
	margin-right: 2.5%;
}

#program dl:last-child {
	margin-right: 0%;
}

#program dl dt {
	text-align: center;
	color: #034fa2;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#program dl dd {
	font-size: 1.4rem;
}

#program dl dd img {
	margin-bottom: 10px;
}


#career {}

#career .area__flex {
	margin-bottom: 20px;
}

#career dl {
	text-align: center;
	background: #edf1f3;
	padding: 30px 15px;
	width: 19%;
	margin-right: 1.25%;
	line-height: 1.4;
}

#career dl:last-child {
	margin-right: 0%;
}

#career dl dt {
	font-size: 1.2rem;
	color: #e60112;
	font-weight: 700;
}

#career dl dd {
	color: #034fa2;
	font-weight: 700;
}


#career .area__border dl {
	text-align: left;
	background: #FFF;
	padding: 0;
	width: 32%;
	margin-right: 2%;
	line-height: 1.4;
}

#career .area__border dl:last-child {
	margin-right: 0%;
}

#career .area__border dl dt {
	font-size: 1.8rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 10px;
}

#career .area__border dl dd {
	font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}


#career .flow {}

#career .flow h3 {
	text-align: center;
	font-size: 1.8rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 20px;
}

#career .flow img {
	display: block;
	width: 700px;
	margin: 0 auto;
}






#numbers {}

#numbers h2 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;
}

#numbers h2 strong {
	color: #e60112;
}


#numbers dt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;

	display: flex;
	align-items: center;
	margin-bottom: 30px;

}

#numbers dt:before,
#numbers dt:after {
	content: "";
	height: 3px;
	flex-grow: 1;
	background-color: #edf1f3;
}

#numbers dt:before {
	margin-right: 2rem;
}

#numbers dt:after {
	margin-left: 2rem;
}

#numbers img.tt {
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}


#numbers .area__flex span {
	display: block;
	font-weight: 700;
	margin: 0 0 30px 0;
}

#numbers .area__flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}






.section__title--numbers {
	text-align: center;
	padding: 150px 0;
	position: relative;
	background: url("../image/numbers/main.svg") no-repeat 5% center;
	background-size: 300px;
}

.section__title--numbers h1 {
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;
}

.section__title--numbers h1 strong {
	color: #e60112;
}

.section__title--numbers p {
	font-size: 2.8rem;
	font-family: "Oswald";
}

.section__title--numbers ul {
	font-size: 1.2rem;
	position: absolute;
	top: 220px;
	right: calc((100% - 1200px) / 2);
}

.section__title--numbers ul li {
	display: inline;
	margin-left: 10px;
}







#charm {
	background: #edf1f3;
}

#charm .section__area:last-child {
	margin-bottom: 0;
}

.section__title--charm {
	margin-bottom: 100px;
}

.section__title--charm img {
	display: block;
	padding-top: 100px;
	margin: 0 auto;
	width: 70%;
}

#charm h2 {
	text-align: center;
	font-size: 5rem;
	font-weight: 900;
	color: #034fa2;
	padding: 80px 0;
}

#charm h2 strong {
	font-weight: 900;
	color: #e60112;
}


#charm .read {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
	font-weight: 700;
}

#charm .area__box {
	background: #FFF;
	border-radius: 10px;
	padding: 50px;
}



#charm01 h2 {
	background: url("../image/charm/bg_charm01.svg") no-repeat center;
	background-size: 850px;
}

#charm02 h2 {
	background: url("../image/charm/bg_charm02.svg") no-repeat center;
	background-size: 850px;
}

#charm02 .shien {
	width: 40%;
	background: #edf1f3;
	padding: 30px;
}

#charm02 .shien h3 {
	text-align: center;
	color: #034fa2;
	margin-bottom: 15px;
}

#charm02 .hikaku {
	width: 60%;
	padding: 30px;
	text-align: center;
}

#charm02 .hikaku h3 {
	color: #034fa2;
	margin-bottom: 15px;
}

#charm02 .hikaku img {
	width: 80%;
}



#charm03 h2 {
	background: url("../image/charm/bg_charm03.svg") no-repeat center;
	background-size: 850px;
}





#charm04 h2 {
	background: url("../image/charm/bg_charm04.svg") no-repeat center;
	background-size: 850px;
}

#charm04 .area__flex dl {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

#charm04 .area__flex dl:nth-child(2n) {
	margin-right: 0%;
}

#charm04 .area__flex dl dt {
	margin-bottom: 20px;
}

#charm04 .area__flex dl dd h3 {
	color: #034fa2;
	margin-bottom: 10px;
}

#charm04 .area__flex dl dd p {
	text-align: left;
}






/*タブのスタイル*/
.tab_item {
	width: calc(100%/5);
	height: 50px;
	background-color: #edf1f3;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #034fa2;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;

	margin-bottom: 40px;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#insurance:checked~#insurance_content,
#auto:checked~#auto_content,
#food:checked~#food_content,
#rental-car:checked~#rental-car_content {
	display: block !important;
}

/*選択されているタブのスタイルを変える*/
input:checked+.tab_item {
	background-color: #034fa2;
	color: #fff;
}




@media only screen and (max-width: 960px) {


#history {}

#history .area__gray {
	padding: 8%;
}

#history .cell {
	margin: 0;
	border-left: solid 1px #034fa2;
	padding-left: 10px;
	padding-bottom: 40px;
}

#history .cell dl {
	float: none;
	width: 100%;
}

#history .cell dl dt {
	font-size: 2rem;
	margin-bottom: 10px;
}

#history .cell dl dd {
	font-size: 1.4rem;
}

#history .cell dl dd .text__mincho {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#history .cell img {
	float: none;
	width: 100%;
}




#solution {
	background: url("../image/business/bg_solution.svg") no-repeat top;
	background-size: 100%;
}

#solution dt {
	font-size: 3rem;
	color: #034fa2;
	font-family: "Oswald";
	margin-bottom: 10px;
}

#solution .area__flex a {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;

	font-family: "Oswald";
}

#solution .area__flex a:nth-child(2n) {
	margin-right: 0%;
}

#solution .area__flex a dd {
	padding: 5px 0;
	background: url("../image/arrow_b.svg") no-repeat 95% center;
	background-size: 35px;

	transition: 0.3s;
	-webkit−transition: 0.3s;
}

#solution .area__flex a dd p {
	margin-bottom: 5px;
}

#solution .area__flex a:hover dd {
	background: url("../image/arrow_b.svg") no-repeat 97% center;
	background-size: 35px;
}

#solution .area__flex a dd p:last-child {
	font-size: 2rem;
	color: #000;
	font-weight: 700;
}



#read__business {
	margin-bottom: 10%;
}

#read__business .title_image {
	margin-bottom: 5%;
}

#read__business .title_image img {
	float: none;
	width: 100%;
}

#read__business .read {
	text-align: left;
	margin-bottom: 10%;
}

#read__business .read dt {
	font-size: 2rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 5%;
}

#read__business .read dd {
	font-size: 1.4rem;
	font-weight: 700;
}

#read__business img {
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
}

#read__business .area__border {
	float: none;
	width: 100%;
}

#read__business .area__border img {
	width: 90px;
	float: none;
}

#read__business .image_auto img {
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
}





#voice {
	padding: 10% 0;
	background: url("../image/bg_slash.gif") repeat center;
	margin: 0;
}

#voice .cell {
	margin-top: 15%;
}

#voice .cell:first-child {
	margin-top: 0;
}

#voice .release .area__text {
	width: 100%;
	float: none;
}

#voice .release .area__photo {
	width: 100%;
	float: none;
}

#voice .release:nth-child(even) .area__text {
	width: 100%;
	float: none;
}

#voice .release:nth-child(even) .area__photo {
	width: 100%;
	float: none;
}

#voice dl {
	margin-bottom: 5%;
}

#voice dl dt {
	font-size: 2rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 10px;
}

#voice dl dt span {
	font-size: 1.2rem;
}

#voice .area__border {
	padding: 10px;
	position: relative;
}

#voice .area__border p {
	margin: 0;
	line-height: 1.4;
}

#voice .area__border p.name {
	font-size: 1.8rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 20px;
}

#voice .area__border img {
	width: 25%;
	height: auto;

	position: absolute;
	top: -10px;
	right: 10px;
}

#voice .fukidashi {
	margin-bottom: 10px;
	border-radius: 6px;
	background: #034fa2;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 15px;

	width: 70%;
}





.list__people {}

.list__people .area__tab {
	background: #edf1f3;
	padding: 10px 0;
	margin-bottom: 5%;
}

.list__people .area__tab li {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	text-align: center;
	background: #FFF;
}

.list__people .area__tab li a {
	display: block;
	padding: 15px 5px;
}

.list__people .area__tab li:nth-child(3n) {
	margin-right: 0%;
}

.list__people img {
	margin-bottom: 10px;
}

.list__people p {
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.list__people p.name {
	color: #034fa2;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}




#profile {
	position: relative;
	padding: 10% 0 0 0;
}

#profile p {
	margin: 0;
}

#profile .tt {
	font-size: 1.4rem;
	font-weight: 700;
	color: #e60112;
	margin-bottom: 10px;
}

#profile h1 {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 10%;
}

#profile .job {
	font-weight: 900;
}

#profile .name {
	font-size: 1.8rem;
	font-weight: 900;
	color: #034fa2;
	margin-bottom: 10px;
}

#profile .btn {
	margin-top: 5%;
}

#profile .area__photo {
	margin-top: 5%;
}








#interview {
	margin-bottom: 10%;
}

#interview .area__text {
	width: 100%;
	padding: 0% 5% 0% 5%;
}

#interview .area__photo {
	width: 100%;
	margin-bottom: 10%;
}

#interview .cell:nth-child(odd) .area__text {
	float: right;
}

#interview .cell:nth-child(odd) .area__photo {
	float: left;
}


#interview .area__text .tt {
	font-size: 1.4rem;
	color: #e60112;
	font-weight: 700;
}

#interview .area__text h2 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}




#day {
	padding: 10% 0;
	background: url("../image/bg_slash.gif") repeat center;
}

#day h2 {
	font-weight: 900;
	color: #034fa2;
	line-height: 1.4;
	background: url("../image/people/img_day.webp") no-repeat center left;
	background-size: 100px;
	padding: 50px 0 50px 120px;
}

#day h2 span {
	font-size: 1.6rem;
	display: block;
	color: #000;
}



#day dl {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
	background: #FFF;
	border-radius: 6px;
	padding: 20px;
}

#day dl:last-child {
	margin-right: 0%;
}

#day dl dt {
	font-size: 1.8rem;
	font-weight: 700;
	color: #e60112;
	margin-bottom: 10px;
}

#day dl dd {
	font-size: 1.2rem;
}





.guidelines {}

.guidelines h2 {
	font-size: 2rem;
	padding: 100px 0 40px 0;
}

.guidelines h2 span {
	display: block;
	font-size: 1.4rem;
	color: #034fa2;
	font-family: "Oswald";
}

.guidelines .area__flex a {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8%;
}

.guidelines .area__flex a:nth-child(2n) {
	margin-right: 0%;
}

.guidelines .area__flex a dt {
	margin-bottom: 20px;
}

.guidelines .area__flex a dd {
	color: #000;
}

.guidelines .area__flex a dd h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}



#new {
	background: url("../image/guidelines/title_new.webp") no-repeat top center;
	background-size: 100%;
}

#mid {
	background: url("../image/guidelines/title_mid.webp") no-repeat top center;
	background-size: 100%;
}

#part {
	background: url("../image/guidelines/title_part.webp") no-repeat top center;
	background-size: 100%;
}







#benefit {}

#benefit .area__flex div {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
	background: #edf1f3;
	padding: 5%;
	position: relative;
}

#benefit .area__flex div:nth-child(3n) {
	margin-right: 0%;
}

#benefit img {
	display: block;
	width: 30%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#benefit h3 {
	text-align: center;
	color: #034fa2;
	margin-bottom: 10px;
}

#benefit p {
	font-size: 1.4rem;
}

#benefit .limited {
	position: absolute;
	top: -15px;
	right: -15px;

	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #e60112;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;

	padding-top: 15px;
}

#benefit .limited.line02 {
	padding-top: 25px;
}

.seido {
	position: relative;
}

.seido .tit {
	text-align: center;

	font-size: 2rem !important;
	color: #034fa2;
	font-weight: 700;
	background: #FFF;
	padding: 10px;
}

.seido .area__flex div {
	background: #FFF !important;
}





#program {}

#program dl {
	width: 100%;
	margin-right: 0%;
}

#program dl:last-child {
	margin-right: 0%;
}

#program dl dt {
	text-align: center;
	color: #034fa2;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#program dl dd {
	font-size: 1.4rem;
}

#program dl dd img {
	margin-bottom: 10px;
}


#career {}

#career .area__flex {
	margin-bottom: 20px;
}

#career dl {
	text-align: center;
	background: #edf1f3;
	padding: 30px 15px;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	line-height: 1.4;
}

#career dl:nth-child(2n) {
	margin-right: 0%;
}

#career dl dt {
	font-size: 1.2rem;
	color: #e60112;
	font-weight: 700;
}

#career dl dd {
	color: #034fa2;
	font-weight: 700;
}


#career .area__border dl {
	text-align: left;
	background: #FFF;
	padding: 0;
	width: 100%;
	margin-right: 2%;
	line-height: 1.4;
	margin-bottom: 20px;
}

#career .area__border dl:last-child {
	margin-right: 0%;
	margin-bottom: 0;
}

#career .area__border dl dt {
	font-size: 1.8rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 10px;
}

#career .area__border dl dd {
	font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}


#career .flow {}

#career .flow h3 {
	text-align: center;
	font-size: 1.8rem;
	color: #034fa2;
	font-weight: 700;
	margin-bottom: 20px;
}

#career .flow img {
	display: block;
	width: 100%;
	margin: 0 auto;
}






#numbers {}

#numbers h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;
}

#numbers h2 strong {
	color: #e60112;
}


#numbers dt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;

	display: flex;
	align-items: center;
	margin-bottom: 30px;

}

#numbers dt:before,
#numbers dt:after {
	content: "";
	height: 3px;
	flex-grow: 1;
	background-color: #edf1f3;
}

#numbers dt:before {
	margin-right: 2rem;
}

#numbers dt:after {
	margin-left: 2rem;
}

#numbers img.tt {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}


#numbers .area__flex span {
	display: block;
	font-weight: 700;
	margin: 0 0 10px 0;
}

#numbers .area__flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}






.section__title--numbers {
	text-align: center;
	padding: 100px 0 200px 0;
	position: relative;
	background: url("../image/numbers/main.svg") no-repeat center 95%;
	background-size: 50%;
}

.section__title--numbers h1 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
	color: #034fa2;
}

.section__title--numbers h1 strong {
	color: #e60112;
}

.section__title--numbers p {
	font-size: 2rem;
	font-family: "Oswald";
}

.section__title--numbers ul {
	display: none;
	font-size: 1.2rem;
	position: absolute;
	top: 180px;
	right: 5%;
}

.section__title--numbers ul li {
	display: inline;
	margin-left: 10px;
}







#charm {
	background: #edf1f3;
}

#charm .section__area:last-child {
	margin-bottom: 0;
}

.section__title--charm {
	margin-bottom: 100px;
}

.section__title--charm img {
	display: block;
	padding-top: 70px;
	margin: 0 auto;
	width: 95%;
}

#charm h2 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	color: #034fa2;
	padding: 10% 0;
}

#charm h2 strong {
	font-weight: 900;
	color: #e60112;
}


#charm .read {
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 40px;
	font-weight: 700;
}

#charm .area__box {
	background: #FFF;
	border-radius: 6px;
	padding: 5%;
}



#charm01 h2 {
	background: url("../image/charm/bg_charm01.svg") no-repeat center;
	background-size: 100%;
}

#charm02 h2 {
	background: url("../image/charm/bg_charm02.svg") no-repeat center;
	background-size: 100%;
}

#charm02 .shien {
	width: 100%;
	background: #edf1f3;
	padding: 30px;
}

#charm02 .shien h3 {
	text-align: center;
	color: #034fa2;
	margin-bottom: 15px;
}

#charm02 .hikaku {
	width: 100%;
	padding: 30px;
	text-align: center;
}

#charm02 .hikaku h3 {
	color: #034fa2;
	margin-bottom: 15px;
}

#charm02 .hikaku img {
	width: 100%;
}



#charm03 h2 {
	background: url("../image/charm/bg_charm03.svg") no-repeat center;
	background-size: 100%;
}





#charm04 h2 {
	background: url("../image/charm/bg_charm04.svg") no-repeat center;
	background-size: 100%;
}

#charm04 .area__flex dl {
	width: 100%;
	margin-right: 4%;
	margin-bottom: 4%;
}

#charm04 .area__flex dl:nth-child(2n) {
	margin-right: 0%;
}

#charm04 .area__flex dl dt {
	margin-bottom: 20px;
}

#charm04 .area__flex dl dd h3 {
	color: #034fa2;
	margin-bottom: 10px;
}

#charm04 .area__flex dl dd p {
	text-align: left;
}



/*タブのスタイル*/
.tab_item {
	width: calc(100%/3);
	height: 50px;
	background-color: #edf1f3;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #034fa2;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin: 0;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	padding-top: 40px !important;
	display: none;
	clear: both;
	overflow: hidden;
}

}

#message .title__message {
	font-style: italic;
}

#message .message__image {
	width: 50%;
	position: absolute;
	right: 0;
}

#message .message__area {
	width: 100%;
	gap: 4rem;
}

#message .message__area img {
	width: 48%;
}

#message .message__area p {
	width: 48%;
}

#message .message__headline {
	font-size: 2.6rem;
	font-weight: medium;
	margin-bottom: 30px;
}

#message .message__text01 {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	line-height: 200%;
}

#message .message__text02 {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	line-height: 200%;
	width: 100% !important;
}

#message .message__text03 {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	line-height: 200%;
	width: 100% !important;
}

@media only screen and (max-width: 768px) {
	#message .message__image {
		width: 100%;
		position: relative;
	}
	#message .message__area {
		margin-top: 2rem;
	}
	#message .message__headline {
		font-size: 2.2rem;
		font-weight: medium;
		margin-bottom: 15px;
	}

	#message .message__text01 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
		line-height: 200%;
		width: 100% !important;
	}

	#message .message__text02 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
		line-height: 200%;
		width: 100% !important;
	}

	#message .message__text03 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
		line-height: 200%;
		width: 100% !important;
	}
}