@charset "utf-8";

@media screen and ( max-width: 991px ) {
	body {
		padding-top: 55px;
	}
	.sec {
		padding: 8rem 0;
	}
	.header {
		padding: 9px 0 9px 2rem;
		border-bottom: solid 1px #eee;
	}
	.scrolled .header {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.hbg_btn {
		position: fixed;
		top: 0;
		right: 0;
		background: #1aa0ed;
		background-image: linear-gradient(to right, #1aa0ed 0%,#03639c 50%,#1aa0ed 100%);
		background-size: 200% 200%;
		background-position: left center;
		z-index: 10000;
		height: 55px;
		}
	.hbg_btn button {
		position: static;
		padding: 0 15px;
		height: 100%;
		width: auto;
		box-sizing: border-box;
	}
	.hbg_btn span {
		height: 2px;
		width: 30px;
		background: #fff;
		display: block;
		margin-bottom: 8px;
		transition: .4s ease-in-out;
	}
	.hbg_btn span.bar01 {
		margin-left: auto;
	}
	.hbg_btn span.bar02 {
		margin-right: auto;
		margin-left: auto;
	}
	.hbg_btn span:last-child {
		margin-bottom: 0;
	}

	.h_btn_wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 5rem;
	}
	.h_btn_wrap .btn {
		width: 49%;
	}
	.h_btn_wrap .btn:not(:nth-child(-n+2)) {
		margin-top: 2rem;
	}
	.h_btn_wrap .btn_01 {
		width: 100%;
	}
	.h_btn_wrap .pamph_btn_wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.h_btn_wrap .pamph_btn_wrap .btn {

	}
	/*drawer*/
	.drawer-hamburger {

	}
	.drawer.drawer-open .drawer-hamburger .bar01 {
		transform: rotate(-135deg) translate(-6px, -6px);
		margin-right: auto;
	}
	.drawer.drawer-open .drawer-hamburger .bar02 {
		opacity: 0;
	}
	.drawer.drawer-open .drawer-hamburger .bar03 {
		transform: rotate(135deg) translate(-8px, 8px);
		margin-right: auto;
		margin-left: auto;
	}
	.drawer--right .drawer-nav {
		width: 60%;
		background: #ffffff;
		z-index: 100;
		transition: 0.6s;
		transform: translateX(100%);
		right: 0;
	}
	.drawer--right.drawer-open .drawer-nav {
		transform: translateX(0);
	}
	.drawer-menu {
		padding: 55px 2rem 4rem;
	}
	.drawer--right.drawer-open .header_wrap .h_logo {
		display: none;
	}
	.drawer-overlay {
		background-color: rgba(0, 0, 0, .4);
		z-index: 99;
	}
	.drawer-menu ul {
	}
	.drawer-menu li {
		position: relative;
		margin-bottom: 0;
		width: 100%;
	}
	.drawer-menu .h_navi li {
		border-bottom: solid 1px #0E80C2;
	}
	.drawer-menu .h_navi .sub_list li {
		border-bottom: none;
		border-top: solid 1px #DFEFF5;
	}
	.drawer-menu li .hbg_nav_item {
		color: #000;
		/* font-size: 1.5rem; */
		display: block;
		padding: 1.5rem;
	}
	.drawer-menu li .sub_menu {
		padding: 0 1.5rem;
	}
	.drawer-menu li .sub_menu li:after {
		display: none;
	}
	.drawer-menu li .sub_menu li {
		border-top: solid 1px #eee;
	}
	.drawer-menu li .sub_menu li a {
		position: relative;
		padding-left: 2rem;
	}
	.drawer-menu li .sub_menu li a:before {
		content: '';
		width: 1.2rem;
		height: 1px;
		background: #144f9a;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.drawer-menu .contact_box {
		margin-top: 20px;
		text-align: center;
	}
	.drawer-menu .contact_box .h_contact {
		padding-left: 0;
	}
	.drawer-menu .contact_box .btn_primary {
		margin: 0 auto;
		display: block;
		width: 230px;
		position: relative;
	}
	.drawer-menu .contact_box .btn_primary .shape {
		transform: skewX(-32deg);
		width: 100%;
		left: 0;
	}
	.footer {
		padding-bottom: 3rem;
	}
	.footer .f_top .f_inner {
		padding-top: 5rem;
		padding-bottom: 3rem;
	}
	.sec_contact .contact_box {
		flex-wrap: wrap;
		padding: 3rem;
	}
	.sec_contact .contact_box .contact_l {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		text-align: center;
	}
	.sec_contact .contact_box .contact_r {
		margin-top: 2rem;
		width: 100%;
	}
	.sec_contact .btn_wrap {
		justify-content: space-between;
	}
	.sec_contact .btn_wrap .btn {
		width: 48%;
	}
	.sec_contact .btn_wrap .btn .btn_01 {
		width: 100%;
	}
	.sec_contact .contact_box .contact_l:before {
		display: none;
	}
	.sec_contact .contact_box .tel_link {
		justify-content: center;
	}

	/*PAGE CSS*/
	/*-----------------------------------------------------
	TOP PAGE
	------------------------------------------------------*/
	#top .mv .mv_inner {
		width: 92%;
	}
	#top .mv .mv_txt_sub {
		font-size: 2.5rem;
		margin-top: 2rem;
	}
	#top .mv .mv_txt_main {
		font-size: 4.2rem;
	}
	#top .sec_about .about_l {
		display: none;
	}
	#top .sec_about .about_r {
		width: 100%;
		padding-left: 0;
	}
	#top .sec_about .sec_txt {
		width: 100%;
	}
	#top .sec_recruit {
		padding-top: 15rem;
		padding-bottom: 8rem;
	}
	#top .sec_recruit:before {
		height: 20rem;
	}
	#top .sec_recruit .recruit_wrap {
		padding: 5rem 3rem 0;
	}
	#top .sec_recruit .recruit_ttl {
		font-size: 1.8rem;
	}
	#top .sec_recruit .recruit_item_list .txt_box:after {
		right: 1.5rem;
	}
	#top .sec_service .service_inner {
		padding-top: 22rem;
	}
	#top .sec_service .service_inner:before {
		height: 28rem;
	}
	#top .sec_service .service_wrap {
		flex-direction: column-reverse;
	}
	#top .sec_service .txt_box {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding: 4rem 4rem 0;
	}
	#top .sec_service .img_wrap {
		position: static;
		width: 100%;
		margin-top: 5rem;
		justify-content: center;
	}
	#top .sec_service .img_wrap .img_box {
		width: auto;
	}
	.recruit_navi {
		padding: 8rem 0;
	}
	.recruit_navi.bdt .inner_l {
		padding-top: 8rem;
	}
	.recruit_navi .navi_item_list .recruit_ttl {
		font-size: 1.6rem;
	}
	.recruit_navi .navi_item_list .txt_box:after {
		right: 1.5rem;
	}
	.recruit_navi .navi_item_list .txt_box {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	/*-----------------------------------------------------
	UNDER COMMON
	------------------------------------------------------*/
	.under .mv_inner {
		padding: 6.5rem 5%;
	}
	.under .mv_ttl {
		padding: 3rem 0;
		width: 80%;
	}
	.under .mv_ttl .mv_ttl_main {
		font-size: 3rem;
	}
	.under .mv_ttl .mv_ttl_sub {
		font-size: 1.6rem;
		margin-top: 1.5rem;
	}
	.under .sec_wrap {
		padding-top: 6.5rem;
	}
	.under .sec_wrap:before {
		display: none;
	}
	.under .sec_wrap .sec:first-of-type {
		padding-top: 0;
	}
	.under .sec_ttl {
		margin-bottom: 5rem;
	}
	.table_main th {
		width: 30%;
	}
	.table_main td {
		width: 70%;
	}
	.table_main th, .table_main td {
		padding: 2rem 1.5rem;
	}
	.under .column_box {
		flex-wrap: wrap;
	}
	.under .column_box_wrap .column_box:not(:first-child) {
		margin-top: 6rem;
	}
	.under .column_box .column_item {
		width: 100%;
	}
	.under .column_box .txt_box.column_l {
		padding-right: 0;
	}
	.under .column_box .txt_box.column_r {
		padding-left: 0;
	}
	.under .column_box .img_box {
		margin-top: 3rem;
	}
	.under .column_box .column_item_ttl {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	.form_wrap th .column_wrap {
		display: block;
	}
	#company .sec_access .access_wrap {
		flex-wrap: wrap;
	}
	#company .access_wrap .txt_box {
		width: 100%;
		padding-right: 0;
	}
	#company .access_wrap .img_box {
		width: 100%;
		margin-top: 3rem;
	}
	#company .access_wrap .img_box {
		width: 100%;
	}
	#company .sec_access .sec_ttl {
		text-align: center;
	}
	#business .sec_business {
		padding-bottom: 8rem;
	}
	#business .business_top {
		padding: 6.5rem 2rem;
		top: -10rem;
		z-index: 99;
	}
	#business .business_top .ttl_01 {
		line-height: 1.6;
		font-size: 3rem;
	}
	#business .business_top .sec_ttl {
		margin-bottom: 2.6rem;
	}
	#business .business_wrap {
		padding-left: 0;
		margin-top: 0;
	}
	#business .business_item .busness_ttl_main {
		font-size: 2.8rem;
	}
	#business .business_item .item_top .txt_box {
		padding-left: 3rem;
	}
	#business .business_item.place {
		margin-top: 6.5rem;
		padding: 6.5rem 0;
	}
	#business .business_item.place .place_inner {
		padding: 0 4rem;
	}
	#career .treatment_list li {
		width: calc((100% - 6rem) / 3);
	}
	#career .treatment_list li:not(:nth-child(-n+3)) {
		margin-top: 3rem;
	}
	#career .treatment_list .txt {
		font-size: 2rem;
	}
	#career .treatment_list .inner {
		padding: 3rem 0;
	}
	#career .sec_training .training_item {
		flex-direction: column-reverse;
	}
	#career .sec_training .training_item .img_box {
		margin-top: 3rem;
	}
	#introduction .job_item .txt_box {
		margin-top: 3rem;
	}
	#training .column_box .txt_box {
		margin-top: 3rem;
	}
	#schedule .schedule_wrap {
		padding-top: 100%;
	}


}

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

	( min-width: 768px ) and (max-width: 991px)

-------------------------------------*/
@media ( min-width: 768px ) and (max-width: 991px) {
}
/*-------------------------------------

	( min-width: 768px )

-------------------------------------*/
@media screen and (max-width : 767px ) {
	.ttl_01 {
		font-size: 3rem;
	}
	.drawer--right .drawer-nav {
		width: 100%;
	}
	.sec {
		padding: 6.5rem 0;
	}
	tr {
		display: block;
	}
	#top .sec_txt + .btn {
		margin-top: 3rem;
	}
	#top .mv .mv_txt_wrap {
		opacity: 1;
	}
	#top .mv .mv_txt_wrap span {
		opacity: 1;
	}

	#top .mv .mv_txt_main {
		font-size: 3.5rem;
	}
	#top .mv .mv_txt_sub {
		font-size: 1.8rem;
		opacity: 1;
	}
	#top .sec_recruit .recruit_item_list .txt_box {
		padding: 2.5rem 1rem;
	}
	#top .sec_recruit .recruit_ttl_en {
		margin-bottom: 1.2rem;
	}
	#top .sec_recruit .recruit_item_list li {
		width: 100%;
	}
	.under .mv_ttl  {
		width: 90%;
	}
	.under .sec_ttl {
		margin-bottom: 2.3rem;
	}
	.under .column_box_wrap .column_box:not(:first-child) {
		margin-top: 5rem;
	}
	.under .column_box .column_item_ttl {
		font-size: 2.5rem;
		margin-bottom: 1.8rem;
	}
	.table_main th, .table_main td {
		display: block;
		width: 100%;
		padding: 1.5rem;
	}
	.form_wrap input.long {
		width: 100%;
	}
	.form_wrap input[type="text"],
	.form_wrap select,
	.form_wrap textarea {
		width: 100%;
	}
	.recruit_navi {
		padding: 6.5rem 0;
	}
	.recruit_navi.bdt .inner_l {
		padding-top: 6.5rem;
	}
	.recruit_navi .navi_item_list {
		display: block;
	}
	.recruit_navi .navi_item_list .img_wrap img {
		width: 100%;
	}
	.recruit_navi .navi_item_list li:not(:first-child) {
		margin-top: 3rem;
	}
	#company .greeting_wrap .name {
		font-size: 1.4rem;
	}
	#company .sec_access .map_wrap {
		padding-top: 62.5%;
	}
	#business .business_top .ttl_01 {
		font-size: 2.6rem;
	}
	#business .business_item .busness_ttl_main {
		font-size: 2.4rem;
	}
	#business .business_item .business_item_list li {
		width: calc((100% - 3rem) / 2);
	}
	#business .business_item .business_item_list li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	#business .business_item .business_item_list li:nth-child(odd) {
		margin-right: 3rem;
	}
	#business .business_item .business_item_list li .img_box img {
		width: 100%;
	}
	#business .business_item .business_item_list li:not(:nth-child(-n+2)) {
		margin-top: 2.5rem;
	}
	#business .business_item .business_item_list .txt_box {
		margin-top: 1rem;
	}
	#business .business_item.place .place_inner {
		padding: 0 2rem;
	}
	#business .business_item.place .place_list li {
		width: calc((100% - 4.5rem) / 3);
	}
	#business .business_item.place .place_list .txt {
		font-size: 1.6rem;
	}
	#business .business_item.place .place_list li:not(:nth-child(-n+3)) {
		margin-top: 2rem;
	}
	#career .treatment_list li {
		width: calc((100% - 4.5rem) / 3);
	}
	#career .treatment_list li:not(:nth-child(-n+3)) {
		margin-top: 1.5rem;
	}
	#career .treatment_list .txt {
		font-size: 1.6rem;
	}
	#career .treatment_list .icon {
		padding: 0 1.5rem;
	}
	#training .anchor_wrap .anchor {
		margin: 0 2rem;
	}
	#training #training02 {
		padding-top: 0;
	}
	#training .anchor_wrap {
		justify-content: space-between;
	}
	#training .anchor_wrap .anchor {
		margin: 0;
		width: 48%;
	}
	#training .anchor_wrap .anchor .btn_01 {
		width: 100%;
	}
	#privacypolicy .privacy_item .privacy_ttl {
		font-size: 1.8rem;
	}
	#schedule .schedule_wrap {
		padding-top: 180%;
	}



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

	------------------------------------------------------*/
	/*-----------------------------------------------------
	お問い合わせ-contact-
	------------------------------------------------------*/
	/* .form_wrap table th,
	.form_wrap table td {
		display: block;
		width: 100%;
	}
	.form_wrap table th {
		font-size: 1.6rem;
		padding: 2.5rem 0 1rem;
	}
	.form_wrap table td {
		font-size: 1.4rem;
	} */
	.form_wrap input[type="text"], .form_wrap select, .form_wrap textarea {
		font-size: 1.4rem;
	}
	.form_wrap .must_fill {
		font-size: 1.2rem;
	}
	.radio_list > li {
		display: block;
	}
	.radio_list > li:not(:first-child) {
		margin-top: 1.2rem;
	}
	.radio_list > li > label input[type="radio"]:checked ~ span::after {
		width: 10px;
		height: 10px;
		top: 3px;
		left: 4px;
	}


}

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

	(max-width : 520px )

-------------------------------------*/
@media screen and (max-width : 575px ) {
	.sec {
		padding: 6rem 0;
	}
	.ttl_01 {
		font-size: 2.2rem;
	}
	.sec_ttl .sec_ttl_en + .ttl_01 {
		font-size: 2.2rem;
		margin-top: 1.5rem;
	}
	.sec_ttl + .sec_lead {
		font-size: 1.5rem;
	}
	.h_btn_wrap {
		margin-top: 3rem;
	}
	.sec_contact .btn_wrap {
		flex-wrap: wrap;
	}
	.sec_contact .btn_wrap .btn {
		width: 100%;
	}
	.sec_contact .btn_wrap .btn:nth-child(2) {
		margin-left: 0;
		margin-top: 2rem;
	}
	.sec_contact .contact_box .tel_link {
		font-size: 3rem;
	}
	.floating_btn .item {
		width: 4.5rem;
		height: 5rem;
	}
	#top .mv .mv_txt {
	}
	#top .mv .mv_txt_main {
		font-size: 2.5rem;
	}
	#top .mv .mv_txt_sub {
		font-size: 1.4rem;
		margin-top: 1.5rem;
		text-align: right;
		line-height: 1.3;
	}
	#top .sec_news .sec_ttl .ttl_01 {
		font-size: 2.2rem;
	}
	#top .sec_news .news_list .inner {
		flex-wrap: wrap;
		padding: 2rem 1rem;
	}
	#top .sec_news .news_date {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	#top .sec_news .news_ttl {
		max-width: 100%;
		width: 100%;
	}
	#top .sec_about:after {
		left: 10%;
		font-size: 6rem;
		bottom: 0;
	}
	#top .sec_about .sec_ttl .ttl_01 {
		font-size: 2.2rem;
		margin-top: 2rem;
	}
	#top .sec_recruit {
		padding-top: 10rem;
	}
	#top .sec_recruit:before {
		height: 13rem;
	}
	#top .sec_recruit .recruit_item_list {
		margin-top: 3.5rem;
	}
	#top .sec_recruit .recruit_item_list .txt_box:after {
		width: 5.5px;
		height: 15px;
		margin-top: -7.5px;
	}
	#top .sec_service .service_inner {
		padding-top: 10rem;
	}
	#top .sec_service .service_inner:before {
		height: 13rem;
	}
	#top .sec_service .txt_box {
		padding: 3rem 2rem 0;
	}
	.under .mv_ttl {
		width: 100%;
	}
	.under .mv_ttl .mv_ttl_main {
		font-size: 2.3rem;
	}
	.under .mv_ttl .mv_ttl_sub {
		font-size: 1.4rem;
	}
	.under .column_box .column_item_ttl {
		font-size: 1.9rem;
		margin-bottom: 1.5rem;
	}

	.under .column_box .img_box.column_r {
		padding-right: 2rem;
		padding-bottom: 2rem;
	}
	.under .column_box .img_box.column_l {
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.form_wrap .address > li {
		display: block;
	}
	.form_wrap .address > li .txt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.5em;
		display: block;
	}
	#company .access_wrap .img_box {
		padding-bottom: 2rem;
		padding-right: 2rem;
	}
	#business .sec_business {
		padding-bottom: 6.5rem;
	}
	#business .business_top .ttl_01 {
		font-size: 2rem;
	}
	#business .business_top .sec_ttl {
		margin-bottom: 1.8rem;
	}
	#business .business_item .item_top {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#business .business_item .item_top .img_box {
		width: 100%;
		margin-top: 2rem;
	}
	#business .business_item .item_top .img_box img {
		width: 100%;
	}
	#business .business_item .item_top .txt_box {
		width: 100%;
		padding-left: 0;

	}
	#business .business_item .busness_ttl_main {
		font-size: 2rem;
		margin-bottom: 2rem;
		text-align: center;
	}
	#business .business_item .business_item_list li:nth-child(odd) {
		margin-right: 1.5rem;
	}
	#business .business_item .business_item_list li {
		width: calc((100% - 1.5rem) / 2);
	}
	#business .business_item .business_item_list .txt_box {
		font-size: 1.3rem;
	}
	#business .business_item.place .place_list li {
		width: calc((100% - 1.5rem) / 2);
	}
	#business .business_item.place .place_list li:not(:nth-child(-n+2)) {
		margin-top: 1.5rem;
	}
	#career .treatment_list li {
		width: calc((100% - 1.5rem) / 2);
	}
	#career .treatment_list li:not(:nth-child(-n+2)) {
		margin-top: 1.5rem;
	}
	#introduction .sec_flow .schedule_list_wrap {
		display: block;
	}
	#introduction .sec_flow .schedule_list.list_l {
		width: 100%;
		padding-right: 0;
	}
	#introduction .sec_flow .schedule_list.list_r {
		width: 100%;
		margin-top: 0;
	}
	#introduction .sec_flow .schedule_list li {
		overflow: hidden;
	}
	#introduction .sec_flow .schedule_list li:not(:last-child) {
		padding-bottom: 0;
	}
	#introduction .sec_flow .schedule_list li {
		padding-top: 4rem;
	}
	#introduction .sec_flow .schedule_list .time:before {
		content: '';
		position: absolute;
		top: -4rem;
		z-index: -10;
		height: 4rem;
		width: 1px;
		background: #0E80C2;
		right: 50%;
	}
	#introduction .sec_flow .schedule_list.list_l li:first-child {

	}
	#introduction .sec_flow .schedule_list.list_l li:first-child .time:before {
		display: none;
	}
	#introduction .sec_flow .schedule_list.list_l li:not(:first-child):before {
		display: none;
	}
	#introduction .sec_flow .schedule_list.list_l li:not(:last-child):after {
		display: none;
	}
	#introduction .sec_flow .schedule_list .inner {
		padding: 3.5rem 2rem 3rem;
	}
	#introduction .sec_flow .schedule_list .time {
		font-size: 1.4rem;
	}
	#introduction .sec_flow .schedule_list .txt {
		font-size: 1.5rem;
	}
	#news .sec_news .news_list .inner {
		display: block;
		padding: 1.5rem;
	}
	#news .sec_news .news_date {
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	#news .sec_news .news_ttl {
		max-width: 100%;
	}
	#privacypolicy .privacy_item .privacy_ttl {
		font-size: 1.6rem;
	}

}
