@charset "utf-8";

#home .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
#home .bx-wrapper img {
    width: 100%;
}
#home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    margin: 0 6px;
}
#home .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #888;
}
#home .bx-wrapper .bx-pager,
#home .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

/*　sec1
---------------------------------------------------------*/
.sec1 {
	padding: 75px 0;
	text-align: center;
}
.sec1 .title_default_box {
    margin-bottom: 50px;
}
.sec1_lead {
	margin-bottom: 160px;
	font-size: 24px;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}
.sec1_lead ruby {
	position: relative;
}
.sec1_lead ruby > rt {
	position: relative;
	top: 0;
	text-align: center;
	ruby-align: center;
	letter-spacing: 0;
}
.sec1_list li {
	float: left;
	margin-left: 4%;
	width: 48%;
	text-align: center;
}
.sec1_list li:first-child {
	margin-left: 0;
}
.sec1_list figure {
	position: relative;
	margin: 0;
}
.sec1_list figure .visual img {
	width: 100%;
}
.sec1_list figure .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 25.8%;
    height: 45.11%;
}
.sec1_list div {
	position: relative;
	background: #F0F0F0;
	padding: 35px 40px 140px;
	min-height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_list div h3 {
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
.sec1_list div h3 .en {
	display: block;
	margin-top: 7px;
	color: #F35C7E;
	font-size: 11px;
	letter-spacing: 0;
}
.sec1_list div p {
	font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.sec1_list div a.btn {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 65px;
	display: block;
	background: #F35C7E;
	color: #FFF;
	margin: auto;
	padding: 0 30px;
	max-width: 350px;
	font-size: 20px;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: 0.08em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_list div a.btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
	padding: 70px 0 30px;
	text-align: center;
}
.sec2_lead {
	margin-bottom: 35px;
	font-size: 18px;
}
.sec2_slider_box {
	margin: 0 40px 65px;
}
.sec2_slider_box .bx-wrapper .bx-controls-direction a {
    margin-top: -28px;
    width: 56px;
    height: 56px;
}
.sec2_slider_box .bx-wrapper .bx-prev {
    left: -28px;
    background: url(../common/lib/jquery.bxslider/images/controls2.png) no-repeat 0 0;
}
.sec2_slider_box .bx-wrapper .bx-next {
    right: -28px;
    background: url(../common/lib/jquery.bxslider/images/controls2.png) no-repeat -56px 0;
}
.sec2_btn {
	position: relative;
	display: block;
	background: #F35C7E;
	color: #FFF;
	margin: auto;
	padding: 0 20px;
	max-width: 350px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 55px;
	letter-spacing: 0.08em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec2_btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*　sec3
---------------------------------------------------------*/
.sec3 {
	padding: 70px 0 20px;
}
.sec3 .title_default_box {
    margin-bottom: 35px;
}
.sec3_news {
	position: relative;
	float: left;
	padding-bottom: 65px;
	width: 54.6%;
	min-height: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec3_news dt,
.sec3_news dd {
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec3_news dt {
	position: absolute;
	padding: 19px 5px;
	width: 125px;
	font-size: 18px;
}
.sec3_news dd {
	border-bottom: 1px solid #EEE;
}
.sec3_news dd a {
	display: block;
	color: #F35C7E;
	padding: 20px 5px 20px 125px;
	font-size: 17px;
}

.sec3_fb {
	float: right;
	margin-left: 8.15%;
    width: 37.25%;
}

.sec3_btn {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
	display: block;
	background: #F35C7E;
	color: #FFF;
	margin: auto;
	padding: 0 20px;
	max-width: 315px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 55px;
	letter-spacing: 0.08em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec3_btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*　sec4
---------------------------------------------------------*/
.sec4 {
	padding: 70px 0 85px;
	text-align: center;
}
.sec4_lead {
	margin-bottom: 35px;
	font-size: 17px;
}
.sec4_lead span {
	margin-left: 1em;
}
.sec4_title {
	position: relative;
	color: #AAA;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.05em;
	z-index: 1;
}
#gmap {
    height: 530px;
    margin: 0 0 60px;
}

.sec4_btn {
	position: relative;
	display: block;
	border: 3px solid #F35C7E;
	margin: auto;
	padding: 0 30px;
	max-width: 675px;
	font-size: 24px;
	font-weight: 300;
	line-height: 75px;
	letter-spacing: 0.08em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec4_btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #F35C7E;
	border-right: 2px solid #F35C7E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


	/*　
	---------------------------------------------------------*/

.yoyaku-box {
	padding: 90px 0 0;
	font-size: 18px;
	text-align: center;
}
.yoyaku-box dl {
	margin-bottom: 50px;
}
.yoyaku-box dt {
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
}
.yoyaku-box dd ul li {
	position: relative;	
	margin-bottom: 30px;
	padding-left: 18px;
	font-weight: 300;
	text-align: left;
	line-height: 1.6;
}
.yoyaku-box dd ul li:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	background: #3D3938;
	margin: auto;
	width: 13px;
	height: 13px;
}
.yoyaku-box dd ul li span {
	color: #F35C7E;
}


.yoyaku-box_inner{
	border: 1px solid #F35C7E;
	padding: 50px 60px 70px;
}


.yoyaku-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 30px 0;
	border-radius: 10px;
}

.yoyaku-container .qr-code {
	flex-shrink: 0;
}

.yoyaku-container .qr-code img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
}

.yoyaku-container .yoyaku-text {
}

.yoyaku-container .yoyaku-text p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.yoyaku-container .yoyaku-btn {
	margin: 0;
}

.yoyaku-container .yoyaku-btn a {
	display: inline-block;
	padding: 12px 25px;
	background: #F35C7E;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.yoyaku-container .yoyaku-btn a:hover {
	background: #d14a6a;
}






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

	/*　sec1
	---------------------------------------------------------*/
	.sec1_list div {
	    padding: 35px 30px 120px;
	}
	.sec1_list div a.btn {
	    bottom: 45px;
	    width: 70%;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	#home #headerWrap {
		position: relative;
		height: auto !important;
	}
	/*#home .bxslider li {
		padding: 0 50%;
		width: 665px !important;
	}
	#home .bxslider img {
		margin: 0 -50% !important;
		min-height: 253px;
	}*/

	#home .bx-wrapper .bx-pager,
	#home .bx-wrapper .bx-controls-auto {
	    bottom: -5px;
	}

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 50px 0;
	}
	.sec1 .title_default_box {
	    margin-bottom: 35px;
	}
	.sec1_lead {
		margin-bottom: 80px;
		font-size: 19px;
		line-height: 2;
	}
	.sec1_list li {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.sec1_list li:first-child {
		margin-bottom: 35px;
	}
	.sec1_list div {
	    padding: 35px 30px 45px;
	    min-height: 100%;
	}
	.sec1_list div h3 {
		font-size: 26px;
	}
	.sec1_list div h3 .en {
		font-size: 10px;
	}
	.sec1_list div p {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.sec1_list div a.btn {
		position: relative;
	    bottom: 0;
		width: 90%;
		font-size: 18px;
	}

	/*　sec2
	---------------------------------------------------------*/
	.sec2 {
		padding: 50px 0 30px;
	}
	.sec2_lead {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.sec2_slider_box {
		margin: 0 20px 35px;
	}
	.sec2_slider_box .bx-wrapper .bx-controls-direction a {
	    margin-top: -21px;
	    width: 42px;
	    height: 42px;
	}
	.sec2_slider_box .bx-wrapper .bx-prev {
	    left: -18px;
	    background: url(../common/lib/jquery.bxslider/images/controls2.png) no-repeat 0 0;
	    background-size: 84px auto;
	}
	.sec2_slider_box .bx-wrapper .bx-next {
	    right: -18px;
	    background: url(../common/lib/jquery.bxslider/images/controls2.png) no-repeat -42px 0;
	    background-size: 84px auto;
	}
	.sec2_btn {
		width: 90%;
		font-size: 18px;
	}


	/*　sec3
	---------------------------------------------------------*/
	.sec3 {
		padding: 50px 0 20px;
	}
	.sec3 .title_default_box {
	    margin-bottom: 35px;
	}
	.sec3_news {
		float: none;
		padding-bottom: 0;
		width: 100%;
		min-height: 100%;
	}
	.sec3_news dl {
		margin-bottom: 30px;
	}
	.sec3_news dt {
		width: 105px;
		font-size: 16px;
	}
	.sec3_news dd a {
		padding: 20px 5px 20px 105px;
		font-size: 15px;
	}

	.sec3_fb {
		float: none;
		margin: 50px 0 0;
	    width: 100%;
	    text-align: center;
	}

	.sec3_btn {
		position: relative;
		font-size: 18px;
		width: 90%;
		max-width: 350px;
	}

	/*　sec4
	---------------------------------------------------------*/
	.sec4 {
		padding: 50px 0 40px;
	}
	.sec4_lead {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.sec4_lead span {
		display: block;
		margin: 5px 0 0;
	}
	.sec4_title {
		font-size: 21px;
	}
	#gmap {
	    height: 250px;
	    margin: 0 0 40px;
	}

	.sec4_btn {
		font-size: 20px;
		line-height: 65px;
		width: 90%;
	}
	.sec4_btn:before {
		width: 8px;
		height: 8px;
	}

}

/* 2023.12.04 */
.interviewSheetBlock_inner{
  padding: 70px 0 0;
}
.interviewSheetBlock_innerBox{
  max-width: 640px;
  margin: 0 auto;
}
.interviewSheetBlock_text{
  font-size: 16px;
  margin-bottom: 15px;
  color: #F35C7E;
}
@media screen and (max-width: 679px) {
  .interviewSheetBlock_inner{
    padding: 50px 0 0;
  }

	.yoyaku-box {
		font-size: 16px;
	}

	.yoyaku-container {
		flex-direction: column;
		text-align: center;
		gap: 20px;
		padding: 15px;
	}
	
	.yoyaku-container .qr-code img {
		width: 80px;
		height: 80px;
	}
	
	.yoyaku-container .yoyaku-text p {
		font-size: 14px;
	}

	.yoyaku-title {
		font-size: 24px;
	}

	.pickup-box_lead{
		text-align: left;
	}

}