@charset "UTF-8";
/* Scss Document */
/* color */
/* media queries*/
/* === 2024新規 === */
.geniee_head {
		background: url("../img/geniee_head_bg.jpg") no-repeat;
		background-position: 50% center;
		background-size: cover;
}

.box_qa .item {
		width: 32.6666666667%;
}
.box_qa .item:nth-of-type(1) .ques {
		background: url("../img/box_ques_ico01.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(1) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(2) .ques {
		background: url("../img/box_ques_ico02.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(2) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(3) .ques {
		background: url("../img/box_ques_ico03.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(3) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}

.about {
		margin: 3rem 5% 0 5%;
		/*-- end .about_sf --*/
}
.about .end {
		margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
		.about {
				margin: 3rem 5% 0 5%;
		}
}
@media screen and (max-width: 480px) {
		.about {
				margin: 3rem 0 0 0;
		}
}
.about h5 {
		font-size: 1.2rem;
		margin: 2rem 0 1rem 0;
		text-align: center;
}
.about .about_sf {
		margin: 0 1rem 0.5rem 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: #150D60 1px solid;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
}
@media screen and (max-width: 767px) {
		.about .about_sf {
				display: block;
		}
}
.about .about_sf:first-of-type {
		margin-top: 2rem;
}
.about .about_sf:nth-of-type(5) {
		margin-bottom: 2rem;
}
.about .about_sf .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #150D60;
		color: #fff;
		text-align: center;
		padding: 0.5rem;
		/*max-height: 4rem;*/
		width: 10%;
		/*display: table-cell;
		vertical-align: middle;*/
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.about .about_sf .title img {
		max-height: 2.5rem;
}
@media screen and (max-width: 767px) {
		.about .about_sf .title {
				width: 100%;
				display: block;
		}
}
.about .about_sf .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem 0.5rem;
		/*width: 200%;*/
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		font-size: 1.02rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
@media screen and (max-width: 767px) {
		.about .about_sf .text {
				width: 100%;
				padding: 1rem 0.5rem;
		}
}
.about .about_sf .text strong {
		font-size: 1.1rem;
}
.about .about_item {
		margin: 0 0 0.2rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (max-width: 767px) {
		.about .about_item {
				display: block;
		}
}
.about .about_item:first-of-type {
		margin: 2rem 0 0.2rem 0;
}
.about .about_item:last-of-type {
		margin: 0 0 2rem 0;
}
.about .about_item .title {
		background-color: #150D60;
		color: #fff;
		padding: 0.5rem;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
}
@media screen and (max-width: 767px) {
		.about .about_item .title {
				width: 100%;
				display: block;
		}
}
.about .about_item .text {
		padding: 0.5rem;
		width: 200%;
}
@media screen and (max-width: 767px) {
		.about .about_item .text {
				width: 100%;
		}
}


.merit {
		margin: 3rem 0;
}
.merit .merit_title {
		padding: 0.5rem;
		border-bottom: #F3DE28 3px solid;
		font-weight: bold;
		font-size: 1.1rem;
}
.merit .merit_title span {
		font-weight: bold;
		font-size: 0.9rem;
		display: block;
}
@media screen and (max-width: 640px) {
		.merit .merit_title span {
				display: inline;
				padding-right: 1rem;
		}
}
.merit .merit_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item {
				display: block;
				margin-bottom: 2rem;
		}
}
.merit .merit_item .box {
		padding: 0.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:first-of-type {
				text-align: center;
		}
}
.merit .merit_item .box:last-of-type {
		padding-top: 1.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:last-of-type {
				padding-top: 0.5rem;
		}
}
.merit .merit_item .box ul {
		margin: 0;
}
.merit .merit_item .box ul li {
		list-style: none;
		text-indent: -1rem;
		padding-left: 1rem;
}

.operation {
		margin: 3rem 3%;
		border: 1px #F3DE28 solid;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.operation .title {
		background-color: #F3DE28;
		font-size: 1.2rem;
		font-weight: bold;
		color: #47463b;
		padding: 0.5rem 1.5rem;
		margin-bottom: 2rem;
}
.operation ul {
		padding: 0 2rem;
		width: auto;
		margin: 0 auto 2rem;
}
.operation ul li {
		list-style: none;
		margin-bottom: 0.8rem;
		text-indent: -2rem;
		padding: 0 0 0 2rem;
		font-weight: bold;
}
.operation ul li:before {
		font-family: "Font Awesome 5 Free";
		content: " \f058";
		font-weight: 900;
		color: #f26628;
		margin-right: 0.5rem;
		font-size: 1.1rem;
}
.operation ul li:last-child {
		margin-bottom: 0;
}
@media screen and (max-width: 767px) {
		.operation ul li {
				text-indent: -2rem;
				margin-left: 2rem;
		}
}

p.link_more {
		background: none;
		text-align: left;
		padding: 0.5rem;
		margin: 0;
}
p.link_more:before {
		font-family: "Font Awesome 5 Free";
		content: " \f0da";
		font-weight: 900;
		color: #f26628;
		margin-right: 0.5rem;
}
p.link_more a {
		display: inline;
		color: #f26628;
		text-decoration: underline;
}
p.link_more a:hover {
		text-decoration: underline !important;
}