@charset "UTF-8";

/**********************************************************************


　　　　　　　　　　　　　　　　　　　共通CSS


**********************************************************************/
:root {
  --main-color: #E95383;
  --sub-color:  #6FBA2C;
  /*
  --sub2-color: #9de0cf;
  */
}
/*文字色*/
.mainColor{color: var(--main-color);}
.sub1Color{color: var(--sub-color);}

html,body {
  overflow-x: hidden;
}
html{
  /*bootstrapスムーススクロール無効*/
  /*scroll-behavior: auto!important;*/
}
/*フォント*/
body,p,dl,ol,ul,th,td,.wpforms-field-sublabel , select , input{
	font-size:1.2rem!important;
	line-height: 2;
	font-family: "TBUDゴシック E" , "新ゴ R" , "メイリオ";
}
.wpforms-field-label{
	font-size:1.4rem!important;
}
/*送信ボタン*/
.wpforms-submit {
	font-size:1.4rem!important;
}

.font_h4 {
	font-size: 1.5rem!important;
}
ul{
	padding-left:0;
	margin-bottom: 0;
}
li {
	list-style: none;
}
img {
	max-width:100%;
    vertical-align: top;
}
a {
	text-decoration:none;
	color: inherit;
}
@media screen and (max-width: 768px) {
	.container{
		width: 96%;
	}
}
.font-bg {
	font-size: 2rem;
}
/*各ページタイトル*/
.entry-header {
	margin:auto;
}
/*縦幅、横幅など*/
.mt-6 {
	margin-top: 5rem;
}
.mt-7 {
	margin-top: 10rem;
}
.mb-6 {
	margin-bottom: 5rem;
}
.mb-7 {
	margin-bottom: 10rem;
}
.mt-fixed{
	margin: auto;
}
.ml-auto {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
/*文字幅*/
.ml-05 {
	margin-left: 0.5rem;
}
.ml-1 {
	margin-left: 1.5rem;
}
.ml-2 {
	margin-left: 2.8rem;
}
.ml-3 {
	margin-left: 4.1rem;
}
.ml-4 {
	margin-left: 5.4rem;
}
.ml-7 {
	margin-left: 9.3rem;
}
.mr-1 {
	margin-left: 1.5rem;
}
.mr-2 {
	margin-left: 2.8rem;
}
/*sp(1399px以下)で非表示・表示*/
@media screen and (max-width: 1399px) {
	.tb-none {
	 display: none;
	}
}
.tb2-block {
	display: none;
}
/*sp(1199px以下)で非表示・表示*/
@media screen and (max-width: 1199px) {
	.tb2-none {
	 display: none;
	}
	.tb2-block {
		display: block;
	}
}
/*sp(768px以下)で非表示・表示*/
@media screen and (max-width: 768px) {
	.sp-none {
	 display: none;
	}
}
.sp-block {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-block {
	 display: block;
	}
}
/*hover時にmaincolorで出力*/
a:hover {
	color: var(--main-color);
}
.text-primary:hover {
	opacity: 0.5;
}
.img_hover:hover{
	opacity: 0.5;
}
/*このページの先頭に戻るボタン*/
.btn-choseien.big {
  transition-duration: .4s;
}
.btn-choseien.big:hover {
  transform: scale(1.1);
}
.link {
	 color: #0000ff;
}
.link:hover {
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
}
/**********************************************************************


　　　　　　　　　　　　　　　　　　　ヘッダー部


**********************************************************************/
/*上下の線*/
header {
	width: 100%;
}
/* トップ画像 */
.slick__bg {
    padding-bottom: 16.5%;
	height: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	transition: background-image 2.5S ease; /*背景画像をゆっくり変化させる*/
}
.carousel-control-prev {
  height: 110px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 5%;
  background-color: #000;
}
.carousel-control-next {
  height: 110px;
  top: 50%;
  right: 30px;
  width: 5%;
  transform: translateY(-50%);
  background-color: #000;
}
.top_sp{
	display: none;
}
@media screen and (max-width: 977px) {
	.ratio-sp{
	--bs-aspect-ratio:100%;
	}
	.top_sp {
	display: block;
	}
	.top_ratio{
	display: none;
	}
}
/*ヘッダーメニューコンテナ大きさ変更*/
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
	z-index: 200; /*メニューの重なりを調整*/
}
/*ヘッダーメニュー*/
.menu_box{
	width: 96%;
	margin: 3rem auto;
	border: solid 1px white;
	border-radius: 1rem;
	background-color: white;
}
/*メインロゴ*/
.mainlogo{
	max-width: 180px; /* 最大幅 */
    min-width: 100px; /* 最小幅 */
	margin-left: 20px;
	margin-top: 8px;
}
.mainlogo img { width: 100%!important; }

.current_page_item {
	color:var(--main-color);
}
@media screen and (max-width: 1384px) {
	.mainlogo{
	max-width: 140px;
	margin-top: 11.5px;
	margin-left: 10px;
	}
}
@media screen and (max-width: 1156px) {
	.mainlogo{
	max-width: 100px;
	margin-top: 18px;
	font-size:16px!important;
	margin-left:10px;
	}
}
@media screen and (max-width: 976px) {
	.choseien-nav ul{
	 display: none;
	}
	.mainlogo{
	margin: 0 auto;
	max-width: 160px; /* 最大幅 */
	margin-left: 20px;
	margin-top:16px;
	}
}
@media screen and (max-width: 1150px) {
	.mainlogo {
	margin-right: 15px;
	}
}
.choseien-nav ul{
	font-size: 18px!important;
    margin-top: 10px;
}
@media screen and (max-width: 1400px) {
		.choseien-nav ul{
		font-size: 15px!important;
	}
}
/* グローバルナビゲーション */
.choseien-nav li {
    display: inline-block;
    margin-right: 12px;
    width:8%;
    position: relative; /* 追加 */
}

.choseien-nav li a {
    text-decoration: none;
    white-space: nowrap;
}
.choseien-nav a:last-child {
    display: block;
}
/*　お問い合わせメニューの設定　*/
@media(min-width:976px){
	.menu_inquiry a{
		padding: 20px 0;
	}
	.menu_inquiry a:hover {
		color:var(--main-color);
		border-radius: 1rem;
		background-color: white;
	}
	.menu_inquiry:last-child {
		color: white;
		border: solid 1px #E95383;
		background-color: #E95383;
		border-radius: 1rem;
		margin-bottom: 10px;
		margin-left: 10px;
		width: 13%;
	}
}
/*採用情報のみ微調整*/
@media screen and (max-width: 1150px) {
	.header_recruit {
	margin-left: 10px;
	}
}
@media(max-width:750px){
    div.d-flex{
        display:block;/*コレ*/
    }
}
/*サブメニューの表示*/
@media screen and (max-width: 977px) {
	.menu_information{
		display: none;
	}
	.sub_sp_menu {
		display: block;
	}
}
.menu_information::after {
	content: "▼";
    display: inline; 
    margin-left: 5px;
    font-size: 0.8em; 
}
.menu_information:hover .sub-menu {
	display: block;
	margin-top: 0px;
	opacity: 1; /* 追加 */
    visibility: visible; /* 追加 */
}
.menu_information a:hover{
	color: black;
}
.sub-menu {
	display: block;
	position: absolute;
    top: 100%;
    background-color: white; /* 追加 */
    z-index: 1; /* 追加 */
    width: 180px; /* 追加 */
    list-style: none; /* 追加 */
    padding: 0px; /* 追加 */
    margin: 0px; /* 追加 */
    opacity: 0; /* 追加 */
    visibility: hidden; /* 追加 */
	transition: opacity 0.3s ease, visibility 0.3s ease; /* フェードインのトランジションを追加 */
}
.sub-menu a {
	background:#E0E7EE;
}
.sub-menu a:hover {
	background:var(--main-color);
	color: white!important;
	opacity: 0.8;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 追加 */
}
@media(min-width:1200px){
    .sub-menu{
    	left: 20%;
    }
}
@media(min-width:1199px){
    .sub-menu{
    	left: 18%;
    }
}

.sub-menu li {
    width: 100%; /* 追加 */
}

.sub-menu li a {
	margin-top:1px;
    padding: 5px 5px; /* 追加 */
    display: block; /* 追加 */
    white-space: nowrap; /* 追加 */
}


/*固定ページ トップ画像*/
.fixed_page_img{
	height:500px;
	width: auto;
	object-fit: cover;
}
@media(max-width:550px){
	.fixed_page_img{
		height:auto;
	}
	.title_text{
		top:60%!important;
	}
}
.fixed_page_img_opacity{
	position: relative;
	color: white;
}
.fixed_page_img_opacity::before{
	content: "";
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5); /* 黒の透過背景 */
	z-index:0; /* 背景をテキストの後ろに配置 */
}
.title_text{
	z-index: 1;
	font-size: 48px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media(max-width:400px){
    .title_text{
    font-size: 36px;
	white-space: nowrap;
	top:70%!important;
    }
	.title_text .-active{
    display: none;
    }
}
/**********************************************

　　　　　　　　　ハンバーガーメニュー

***********************************************/
.nav{
	display: none;
}
@media screen and (max-width: 976px) {
	.nav{
	 display: block;
	}
}
/* ここから下がハンバーガーメニューに関するCSS */  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:8%;
  right:15%;
  zoom:150%;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 350%;/*ハンバーガーメニューの一部が出ている時はここを調整*/
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(110, 110, 110);
  transition: .5s;
  text-align: center;
  padding-top: 20px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}
.nav_item li{
	margin-top: 30px;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
}
.hamburger {
    display: block;
    margin-left: auto;
    position: sticky;
	margin-top: 18px;
	top: 12%;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
}
.hamburger_choseien {
	position: relative;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 50%;
	margin-bottom: 15px;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  /*content: '閉じる';*/
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: white;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: white;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    /*content: "メニュー";*/
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
header {
	position: relative;
}
.header {
	width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 120vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
	left: 0;
	visibility: visible;
}
.global-navigation {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
	margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}
@media screen and (max-width: 1199px) {
	.read_none{
	 display: none;
	}
}
.sp-nav_mt {
	margin-top: 20px;
}

/**********************************************

　　　　　　　　　ページャー

***********************************************/
.page-numbers {
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers a {
	display: inline-block;
	padding: .5rem 1rem;
	margin: 0 .2rem .2rem 0;
	border: 1px solid #ccc;
}
.page-numbers .dots {
	display: inline-block;
	padding: .5rem;
	margin: .2rem;
}
.page-numbers li .current{
	background-color: var(--main-color);
	color: white;
	display: inline-block;
	padding: .5rem 1rem;
	margin: .2rem;
	border: 1px solid var(--main-color);
}
/*パンくずリスト*/
.breadcrumb {
	padding-left: 3rem;
}
.breadcrumb-color {
	/*border-top: solid 2px var(--main-color);*/
}
.breadcrumb li:last-child:after {
  content: '';
}
/*ボタン*/
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
.btn-choseien,
a.btn-choseien {
	color: #000;
	background-color: #fff;
	border-color: var(--main-color);
	border: solid 2px var(--main-color);
}
.btn-choseien:hover,
a.btn-choseien:hover {
	color: #fff;
	background: var(--main-color);
}

.link_item {
    padding: 20px 30px;
	margin: auto;
	border: 1px solid #000;
	border-color: inherit;
	min-width: 150px;
}
.link_item:first-child{
	margin-right: 20px;
}
@media screen and (max-width: 1199px) {
	.link_item:first-child{
		margin-right: 0px;
		margin-left: -20px;
	}
}
/*SP用*/
.link_item_sp {
	display: none;
}
@media screen and (max-width: 1199px) {
	.link_item_sp{
	display: block;
	}
}
.link_item_sp {
	margin-top: 30px;
	color: white;
}

/*文字の大きさ&背景*/
button {
	width: 60px;
	height: 30px;
}
legend {
	font-size: 17px!important;
}
.buttons_field__changing_font_size , .buttons_field__changing_bg_color {
	font-size: 17px!important;
}
@media screen and (min-width: 1399px) {
	.button_position {
		margin-top: 40px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	.buttons_field__changing_bg_color{
	 	white-space: nowrap;
	}
	.header-sp {
		margin-top: 4rem;
	}
	.button_position {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.none-sp {
		display: none;
	}
}
.block-sp {
	display: none;
}
@media screen and (max-width: 1199px) {
	.block-sp {
		display:flex;
	}
}
@media screen and (max-width: 480px) {
	.header-sp {
		margin-top: 3rem;
		margin:4.5rem auto 0;
		width: 100%;
	}
	.button_position {
		margin:10px 0px 0px 0px;
	}
}
@media screen and (min-width: 476px) and (max-width: 1199px) {
	.fields_of_controler{
	 display: flex;
	 flex-wrap: nowrap;
	}
}
.entry-content {
	/*border-top:2px solid var(--main-color);*/
}
.article_top_border{
	/*border-top:2px solid #999;*/
}
/**********************************************************************


　　　　　　　　　　　　　　　　　　　フッター部


**********************************************************************/
.mainlogo_2 {
	margin: auto;
	max-width: 180px; /* 最大幅 */
    min-width: 100px; /* 最小幅 */
	padding-top: 17px;
	margin-left: 20px;
}
.mainlogo_2 img { width: 100%!important; }
@media screen and (max-width: 999px) {
	.mainlogo_2{
	max-width: 140px;
	margin-top: 8px;
	margin-left: 0px;
	}
}
.footer_menu{
	border-left: 1px solid var(--main-color);
}
@media screen and (max-width: 991px) {
	.footer_menu{
	border-left: none;
	padding-top: 1rem!important;
	}
}
.footer_ul {	
	margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
	.footer_ul{
	margin: 0rem;
	}
}
@media screen and (max-width: 999px) {
	.footer_li{
	margin: 0rem 0rem 0rem 2rem;	
	}
}
.footer_li {
	width: 25%;
	display: inline-block;
	margin: 0rem 0rem 3rem 3rem;
}
@media screen and (max-width: 1199px) {
	.footer_li{
	margin: 0rem 0rem 3rem 2rem;
	white-space:nowrap;
	}
}
@media screen and (max-width: 767px) {
	.footer_li{
	margin: 0rem 3rem 3rem 3rem;
	}
}
@media screen and (max-width: 457px) {
	.footer_li{
	margin: 0rem 2rem 3rem 2rem;
	}
}
.site-branding {
	margin: 0rem 4rem 0rem 0rem;
}
@media screen and (max-width: 457px) {
	.site-branding{
	margin: 0rem 0rem 0rem 0rem;
	}
}

.footer-color{
	border-top:1px solid var(--main-color);
}
.choseien-footer-nav {
}
.copy_right {
	margin: 0 auto;
	background-color:var(--sub-color);;
	color: white;
}
/*トップへ戻るボタン*/
.to-pagetop {
  position: sticky;
  bottom: 0;
}
.to-pagetop.wrapper {
  position: relative;
}
.to-pagetop .btn_choseien{ 
  width:8rem;
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.google_bt {
	display: block;
	padding:10px 0;
	border: 1px solid var(--main-color);
}
.google_bt:hover {
	color: white;
	background: var(--main-color);
}


/**********************************************************************


　　　　　　　　　　　　　　　　　　トップページ


**********************************************************************/
/*トップ画像*/
.top-img{
	margin:auto;
}
.home_img{
	height: 700px;
	margin-left: 3rem;
}
.sp_home_img {
	display: none;
}
@media screen and (max-width: 1500px) {
	.home_img{
	margin-left: 3rem;
	object-fit:cover;
	}
}
@media screen and (max-width: 1399px) {
	.home_img{
	margin-left: 0rem;
	}
}
.mt-7_sp {
	margin-top: 10rem;
}
.home_text_1 {
	font-size:36px!important;
	color: var(--main-color);
}
@media screen and (max-width: 1199px) {
	.home_img{
	display: none;
	}
	.sp_home_img {
	width: 100%;
	display: block;
	text-align: center;
	}
	.home_text_1{
	margin-bottom: 2rem;
	font-size: 32px!important;
	}
	.mt-7_sp {
	margin-top: 3rem;
	text-align: center;
	}
}
/*リンクボタン*/
.link_item_btn {
	font-size: 1.5rem;
	text-align: center;
	min-width: 150px;
	border: solid 1px var(--main-color);
	border-radius: 50px;
	color: var(--main-color);
	background-color: white;
}
.link_item_btn:hover {
	color: white;
	background-color: var(--main-color);
}
.link_item_btn a , .link_item_btn_2 a {
	display: block;
	border-radius: 50px;
	padding: 20px 30px;
}
.link_item_btn_recruit a {
	display: block;
	border-radius: 50px;
	padding: 20px 30px;
}
.link_item_btn a:hover , .link_item_btn_2 a:hover , .link_item_btn_recruit a:hover  {
	color: white;
	background-color: var(--main-color);
}


.link_item_btn_2 {
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	border: solid 1px var(--main-color);
	border-radius: 50px;
	color: var(--main-color);
	background-color: white;
}
.link_item_btn_2 a {
	padding: 20px 30px;
	border-radius: 50px;
}
.link_item_btn_2:hover {
	color: white;
	background-color: var(--main-color);
}
/*見出し*/
.top_h2 {
	color: var(--main-color);
}
/*トップページのお知らせ*/
.top_news {
	border-top: dashed 1px #777;
	padding: 2rem 0 1.5rem 0;
}
/*お知らせ最下部の線*/
.news_border{
	border-top: dashed 1px #777;
}
.top_news_title{
	margin-bottom: 0;
}
/*お知らせの矢印*/
.arrow_position{
	margin-left: 6rem;
}
.custom_news_link{
	display: block;
	height: 100%;
}
/*トップページ - サブ背景色*/
.background_subcolor {
	background: rgba(111, 186, 44, 0.2);
	padding-bottom: 5rem;
	height: 100%;
}
/*トップページ - ボックス*/
.top_box{
	/*height: 600px;*/
}
@media screen and (max-width: 768px) {
	.top_box{
	width: 100%;
	text-align: center;
	}
}
.top_box:first-child{
	margin-left: 0rem;
}
.top_box {
	overflow:hidden; 
}
.top_box img {
	filter:grayscale(70%);
	object-fit: cover;
}
@media screen and (max-width: 834px) {
	.top_box img{
	filter:grayscale(0);
	}
}
.top_box :hover img  {
	filter:grayscale(0);
	transition:0.5s;
}
.top_information{
	max-height: 500px;
	width: 100%;
}
.top_information_textbox {
	width: 100%;
	background-color: white;
	height: 5rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_information_textbox {
	padding-top:1rem;
}
/*トップ - 連絡先*/
.contact_phone{
	color: var(--main-color);	
	font-size: 3rem;
	text-align: center;
}
.contact_text {
	color: var(--main-color);	
	font-size: 2rem!important;
	text-align: center;
}
.fa-phone {
	padding-right:1rem;
}
@media screen and (max-width: 464px) {
	.contact_phone{
	font-size: 2rem;
	}
	.contact_text{
	font-size: 1.5rem!important;
	}
}
/*トップ - リクルート*/
.background_recruit {
	width: 100%;
}
.background_recruit_text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space:nowrap;
    text-align: center;
}
.recruit_text {
	color: #232215;
	font-size: 2rem!important;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.background_recruit_text{
	top:35%;
	}
}
@media screen and (max-width: 700px) {
	.background_recruit_text{
	top:35%;
	}
	.recruit_text{
	margin-top: 1rem!important;
	font-size: 1.5rem!important;
	}
}
@media screen and (max-width: 400px) {
	.background_recruit_text{
	top:25%;
	}
	.top_h2{
	font-size: 1.5rem!important;
	}
	.recruit_text{
	margin-top: 1rem!important;
	font-size: 1.2rem!important;
	}
}
/*よくある質問ページへのリンクボタン*/
.link_item_2 {
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin: auto;
	border: 1px solid #804000;
	border-radius: 20px;
	width: 280px;
	height: 140px
}
.link_item_q {
	width: 50px;
	margin: 10px auto;
}
body.home .link_item_2{
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin: auto;
	border: 5px solid #804000;
	width: 280px;
	height: 280px;
}
.btn-q{
	font-size: 4rem!important;
	color: #d3b082;
	-webkit-text-stroke: 1px #804000; /* ベンダープレフィックス */
  	text-stroke: 1px #804000;
}
@media screen and (max-width: 1199px) {
	.link_item_2{
	 margin-top: 20px;
	}
}
.img_wrapb{
  border: 1px solid #ddd;
  width: 300px;
  height: 226px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}


/***********************************

        月間行事

************************************/
.monthevent_img {
	height: 200px;
	object-fit: cover;
}
.monthevent_img.thumbnail {
    cursor: pointer; /* クリック可能にするためのカーソル変更 */
}
.monthevent_img_big{
	height: 60vh;
	object-fit: cover;
}
@media (max-width:991px){
	.monthevent_img_big {
    height: 400px;
	}
	.monthevent_img {
	margin-bottom: 1rem;
	height: auto;
	object-fit: cover;
}
}
.month_meal{
	text-align: center;
	margin: auto auto 1.5rem auto;
	padding:1rem 2rem;
	width: 50%;
	color: white;
	border: 1px solid var(--sub-color);
	background-color: var(--sub-color);
}
@media (max-width:1200px){
	.month_meal {
	margin: auto auto 0.5rem auto;
	padding:0.5rem 1rem;
	width: 70%!important;
	}
}
@media (max-width:768px){
	.month_meal {
	margin: 1rem auto 0.5rem auto;
	padding:0.5rem 1rem;
	width: 100%!important;
	}
}
/***********************************

        生活について

************************************/
@media (max-width:1199px){
	.profession {
	margin-top: 1rem!important;
	text-align: center;
	}
}
/***********************************

        施設案内

************************************/
.background_graycolor{
	background-color: #eee;
	padding-top: 5rem;
	padding-bottom: 5rem;
	height: 100%;
}
.information_table {
	margin: 0 auto;
}
.information_text {
	color: #707070;
	border-bottom: 1px solid black;
}
@media (max-width:768px){
	.information_text {
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	}
	.information_text:first-child{
	border-top: 1px solid black;
	}
}
.information_text p {
	margin: 0;
}
.accessmap{
	width: 40%;
}
.floormap {
	width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.accessmap{
	width: 60%;
	}
}
@media screen and (max-width: 768px) {
	.accessmap{
	width: 80%;
	}
	.floormap{
	width: 100%;
	}
}
.top_box{
/*height: 600px;*/
}
@media screen and (max-width: 768px) {
	.top_box{
	width: 100%;
	text-align: center;
	}
}
.top_box:first-child{
	margin-left: 0rem;
}
.floormap_information{
	max-height: 500px;
	width: 100%;
}
.floormap_information_textbox {
	width: 100%;
	background-color: #eee;
	position: relative;
	display: flex;
}
.floormap_information_textbox {
}
.information_line_1{
	border-bottom: solid 1px var(--main-color);
}
/***********************************

        法人概要

************************************/
.summary_title {
	color: #707070;
	border-bottom: 1px solid #707070;
}
.summary_box{
	border: 1px solid var(--sub-color);
}
.arrow-clippath {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: var(--sub-color);
	clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}
@media screen and (max-width: 991px) {
  .arrow-clippath{
	  transform: rotate(90deg);
	  margin-top: 1rem;
    }
}
.facility_history {
	border-top: 1px solid #707070;
	padding: 1rem 0 0.5rem 0;
}
.facility_history_title{
}
.facility_history_border{
	border-top: 1px solid #707070;
}
.president_greet{
	text-align: right;
	padding-right: 0.5rem;
}
.daihyou_img {
}
@media(max-width:1199px){
    .daihyou_img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5rem;
    }
}
/***********************************

        採用情報

************************************/
.recruit_table_title {
	white-space: pre-wrap;
}
.recruit_line_1{
	border-bottom: solid 1px var(--main-color);
}
.recruit_table {
	padding: 1rem 0 0.5rem 0;
}
.recruit_table_border{
}
.link_item_btn_recruit {
	font-size: 1.5rem;
	text-align: center;
	border: solid 1px var(--main-color);
	border-radius: 50px;
	color: var(--main-color);
	background-color: white;
}
.link_item_btn_recruit:hover {
	color: white;
	background-color: var(--main-color);
}
/***********************************

       　お問い合わせ

************************************/
.contact_send {
	margin-top: 2rem!important;
	text-align: center;
	background-color: var(--main-color)!important;
	padding: 0 5rem!important;
}
div.wpforms-container-full button[type=submit]:hover {
	background-color: var(--main-color)!important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
}
/***********************************
　
       　　　　情報公開

************************************/
.disclosure_content::before {
   content:"";
   display:inline-block;
   width:3px;
   height:40px;
   background-color:white;
   position:absolute;
   top:10px;
   left:20px;
}
.disclosure_content {
    position:relative;
	background: var(--main-color);
	color: white;
	padding: 18px 26px 16px 36px;
	border-radius: 20px;
}
.linktext{
	border-bottom: solid 1px blue;
	color: blue;
	margin-bottom: 1rem;
}
.disclosure_pdf {
	margin: 1rem 1rem 0rem 0.5rem;
}
.disclosure_line_1{
	border-bottom: solid 1px var(--main-color);
}
.disclosure_line_2{
	border-bottom: dashed 1px #707070;;
}
/***********************************

        お知らせ

************************************/
.new {
	padding-top: 0rem;
	padding-bottom: 0rem;
	color: #f00;
    width: 100%;
    max-width: 70px;
	margin-top: 20px;
}
@media screen and (max-width: 470px) {
	.new{	
		margin-left: 0rem;
		padding: 0rem;
		padding-right: 1rem;
	}
}
.new-news {
	color: #f00;
	margin: 0 1rem;
}
@media screen and (max-width: 409px) {
	.post-custom{	
	}
}

/*トップページのお知らせ*/
.post-title {
	border: 1px solid #7f7f7f;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 20px;
}
/*個別ページのお知らせ*/

.news_post_line{
	
}

.custom_news_title {
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}
.post-custom{
	margin:8px 0;
	border-bottom: solid 1px #ccc;
	padding: 2rem 0;
}
.post-title-2 {
	padding-top: 0.42rem;
	width: 15rem;
	margin-bottom: 20px;
	/*margin-left: 20px;*/
	margin-right: 25px;
}
.post-title-3 {
	order: 3;
}
@media screen and (min-width: 991px) {
	.post-title-2{
		margin-left: 20px;
	}
	.post-title-3 {
		margin-left: 20px;
	}
}
.post-date{
	width: 15rem;
	margin: 0rem -3rem 0rem -4rem
}
@media screen and (max-width: 395px) {
	.post-news {
		order: 1;
	}
	.news-title {
		order: 2;
	}
}
@media screen and (max-width: 395px) {
	.post-date{
    width: 9rem;
    margin: -1rem 14rem -24rem 15rem;
	}
}
/*content.php部*/
.custom_news_title{
}
.link_item_news {
	background-color:var(--main-color);
	text-align: center;
    padding: 20px 30px;
	border-radius: 20px;
	border-color: inherit;
	min-width: 150px;
	margin-top: 20px;
}
.hovermemo:hover {
	color: inherit;
}
.link_item_news:hover, .clicked {
  background-color: #606060!important;
  color: white;
}

/*トップページの調整*/
.top-news-mt {
	margin-top: 10px;
}
/*日付*/
.top-news-date {
	display: inline-block;
	width: 14%;
}
.single-news-date {
	width: 12%;
}
@media (max-width:1399px){
	.top-news-date  {
    	width: 20%;
	}
}
@media (max-width:991px){
	.top-news-date  {
    	width: 40%;
	}
}
@media (max-width:471px){
	.top-news-date  {
    	width: 60%;
	}
}
.flex_box {
	display: flex; 
	flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
}

.news-cat-width {
	padding: 1rem;
	width: 13%;
}
.news-date-width{
	padding: 1rem;
	width: 15%;
}
.news-text {
	padding: 1rem;
	flex:1;
}
/*992px*/
@media (max-width:992px){
	.news-date-width {
    	width: 40%;
	}
	.news-cat-width {
		width: 60%;
		text-align: right;
	}
}
/*486px*/
@media (max-width:486px){
	.news-date-width {
    	width: 55%;
		padding-top: 2rem;
	}
	.news-cat-width {
		width: 45%;
		text-align: right;
	}
}
/***************************************************

		         　　 施設入所

***************************************************/
.admission_content::before {
   content:"";
   display:inline-block;
   width:3px;
   height:40px;
   background-color:white;
   position:absolute;
   top:10px;
   left:20px;
}
.admission_content {
    position:relative;
	background: var(--main-color);
	color: white;
	padding: 18px 26px 16px 36px;
	border-radius: 20px;
}
/***************************************************

		          お問い合わせ　フォーム

***************************************************/
/*placeholder*/
::placeholder {
  color: #C0C0C0;
  }

/*▼マーク*/
.lower_triangle{
  display: none;
  }

@media screen and (max-width: 768px) {
  .lower_triangle{
    display: inline-block;
    margin-right: 3px;
    }
	
	.sm_none{
		display: none!important;
		}
}

.inquiryForm-data{
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	}

.inquiryForm-data li{
	margin-bottom: 2rem;
  }

/****************************
.inquiryForm-data li:before{
  content: "\f14b";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 4px;
	}
******************************/

/*内容確認*/
.mw_wp_form_preview .inquiryForm-data li{
	border-bottom: dotted 1px var(--main-color);
	}

.inquiryForm-area select,
.inquiryForm-area textarea,
.inquiryForm-area input{
	padding: 10px 20px; /*ボックスを大きくする*/
	font-size: 1.2rem;
	border-radius: 1px; /*ボックス角の丸み*/
	border: 1px solid #D0D0D0; /*枠線*/
	box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
	}

.inquiryForm-area input[type=checkbox] {
  transform: scale(1.4);
}

.inquiryForm-area textarea,
.inquiryForm-area input[type="text"]{
	width: 100%; /*親要素いっぱい広げる*/
	}

.inquiryForm-area textarea:focus,
.inquiryForm-area input:focus {
	border: 1px solid #ff9900; 
	z-index: 10;
	outline: 0;
  background: #FFF0F0;
	}

/*送信ボタン */
.inquiryForm-area input[name="send_submit"]:hover,
.inquiryForm-area input[name="submitConfirm"]:hover{
  border: 1px solid var(--main-color);
	background-color: white!important;
	color: var(--main-color)!important;
	}

/*送信ボタン - disabled*/
.inquiryForm-area input[name="submitConfirm"]:disabled {
	opacity: .6;
	}

/*戻るボタン*/
.inquiryForm-area .backBtn {
  border: 1px solid var(--main-color);
	}

.inquiryForm-area .backBtn:hover {
  border: 1px solid var(--main-color);
	background-color: white!important;
	color: var(--main-color)!important;
	}

/*エラー*/
.inquiryForm-area .error{
  color: red;
	}
.sendBtn{
	padding: 1rem 4rem!important;
}
.js_body_dark .sendBtn{
	color: white;
}
.js_body_yellow .sendBtn{
	border: solid 1px black;
}
/*内容を修正する*/
.btn-repair {
	margin-top:0px!important;
	width: 180px!important;
	height: 51.5px!important;
	border-radius: 1px!important;
	border: 1px solid #D0D0D0;
	background-color: white;
	padding: 20px;
}
.js_body_dark .btn-repair{
	background-color: black;
	color:white;
}
.js_body_yellow .btn-repair{
	border: 1px solid black!important;
	background-color: yellow;
	color:black;
}
@media screen and (max-width: 413px) {
	.btn-repair{
    margin-bottom: 20px;
  }
}
.btn-repair:hover {
	border: 1px solid var(--main-color)!important;
    background-color: white!important;
    color: var(--main-color)!important;
}
.position-change-ab-1 {
	position: absolute;
	top:27%;
	left:6%;
}
.position-change-ab-2 {
	position: absolute;
	top:15%;
	left:20%;
}
/*必須*/
.inquiryForm-area .badge.bg-danger{
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
  }
/*プライバシーポリシー*/
.under_line {
	padding: 0.5rem 0rem 0rem 0rem;
	border-bottom: 2px solid #000;
}
.js_body_dark .under_line{
	border-bottom: 2px solid white;
}
.under_line_2 {
	margin: 0 auto;
	border-bottom: 5px double #000;
}
.under_line:hover {
	border-color:  var(--main-color);
}
.under_line_2:hover {
	border-color:  var(--main-color);
}
.mw_wp_form_complete .pp-text,
.mw_wp_form_preview	.pp-text{
	display: none;
	}

.mw_wp_form {
  width: 100%;
	}

.mw_wp_form_complete .mw_wp_form_complete_none,
.mw_wp_form_preview .mw_wp_form_preview_none{
	display: none!important;
	height: 0!important;
	}
.contact_frame {
	padding: 2rem 2rem .5rem 2rem;
	border: #AAA solid 1px;
}
/*進行状態表示*/
.mw_wp_form ol.form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 3rem 0;
  list-style: none;
	padding: 0;
	}

.mw_wp_form ol.form_step > li {
  display: block;
  position: relative;
  padding: .1rem 0;
  width: 31%;
  border: 1px solid currentColor;
  color: var(--main-color);
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
	}

.mw_wp_form ol.form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
	}

/*[>]表示*/
.mw_wp_form ol.form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  /*left: -1.8em;*/
  left: -10%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  transform: translateY(-50%) rotate(135deg);
  content: "";
	}
@media screen and (max-width: 768px) {
  .mw_wp_form ol.form_step>li:nth-of-type(n + 2):before {
    top: 50%;
    left: -12%;
  }
}

.mw_wp_form_input		ol.form_step > li:nth-of-type(1),
.mw_wp_form_preview		ol.form_step > li:nth-of-type(2),
.mw_wp_form_complete	ol.form_step > li:nth-of-type(3) {
  background-color: var(--main-color);
  color: white;
	}

/*エラーメッセージjQで制御*/
.mw_wp_form .form_error_msg{
  margin: 1rem 0 3rem;
  padding: 1rem;
  text-align: center;
  border: red solid 1px;
  color: red;
  }

/*アクセス*/
.company {
	line-height: 1.5;
	display: block;
}
.access-sp {
	display: none;
}
@media screen and (max-width: 767px) {
  .access-pc {
    display:none;
  }
  .access-sp {
	display: block;
  }
}
/***************************************************

		応募終了

***************************************************/

.dateContOff{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);

	text-align: center;
	margin-top: 4rem;
	margin-bottom: 5rem;
}



/***************************************************

		お試し

***************************************************/


.grad-btn::before {
  content: "続きを読む";
  font-weight: bold;
	cursor:pointer
}
.grad-btn:hover {
  color: var(--main-color);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 120px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*テスト*/
.triangle {
	background: #78be4b;
	height: calc(tan(60deg) * 85px / 2);
	width: 85px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin-left:auto;
	margin-right:auto;
}
.trapezoid {
	width: 160px;
	height: 60px;
	background-color: var(--sub-color);
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.border {
	border:1px solid white;
}
.ms {
	margin-left: 1rem;
}

.flex-vp {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.text {
	flex-grow: 0;
	width: 80%;
	margin-bottom: 0;
}
.shape {
	width: 20%;
	flex-grow: 1;
}
.shape-top {
	display: flex;
	align-items: bottom;
}
.shape-bottom {
	display: flex;
	justify-content: bottom;
	align-items:end;
}
.testdis{
	display: table-cell;
	vertical-align: middle;
}
/*トップページ上の文字*/
.neon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.neon p{
	background: transparent;
	font-family: futura,sans-serif;
	font-size: 36px!important;
	color: white;
	letter-spacing: 2px;
	text-shadow: 10px 10px 25px var(--sub-color) , 5px 5px 30px var(--sub-color) ;
}
.topimg_font{
	font-family:sans-serif!important;
    position: absolute;
    top:65%;
    left:50%;
    padding:0;
    margin:0;
    font-size:32px!important;
}
@media screen and (max-width: 1715px) {
  .neon p {
  font-size: 32px!important;
  }
}
@media screen and (max-width: 1540px) {
  .neon p {
  font-size: 28px!important;
  }
}
@media screen and (max-width: 1336px) {
  .neon p {
  font-size: 24px!important;
  }
}
@media screen and (max-width: 1160px) {
  .neon p {
  font-size: 22px!important;
  }
}
@media screen and (max-width: 1072px) {
  .topimg_font {
  left: 45%;
  }
}
@media screen and (max-width: 977px) {
  .neon p {
  display: none;
  }
}
