@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@font-face {
  font-family: 'jomin';
	src: url(https://uraraka-kango.com/fontstyle/A-OTF-JominStd-Light.otf);
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-pageer-*/
.morePager{
	width:100%;
	clear:both;
	padding:50px0;
	font-size:15px;
	text-align:center;
}
.morePager a{
	display:inline-block;
	border:1px solid #000;
	color:#000;
	padding:0 15px;
	line-height:1.5em;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}
address {font-style: normal;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 50px;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*アニメーション*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ */
#scroll {
    position: fixed;
    right: 50px;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(130,90,50,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(130,90,50,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background-color: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}

}

/*----------------------
▼メイン_ナビゲーション▼
----------------------*/

@media (min-width:960px){

.full_wrap {
	position: relative;
	height: 100vh;
	margin: 0 0 80px;
	width: 100%;
}
.main_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	width: 100%;
}
.main_pic img {
	height: 100%;
	width: 100%;
}

#global_nav_pc {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.7);
	height: 160px;
	padding: 10px 0;
	width: 100%;
}

.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.left_nav_item {
	text-align: center;
	width: 330px;
}
.logo {
	text-align: center;
	transition: .4s;
	width: 300px;
}
.right_nav_item {
	text-align: center;
	width: 330px;
}
.left_nav_item li,
.right_nav_item li {
	transition: .4s;
}

#global_nav_pc ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
.logo:hover,
.right_nav_item li:hover,
.left_nav_item li:hover {
	opacity: .4;
}
.logo_sp {
	display: none;
}
.nav_sp {
	display: none;
}

/*ナビ上部固定_アクション*/
.nav_fixed {
	display: block;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,1);
	height: 50px;
	width: 100%;
	z-index: 10;
}
.nav_fixed ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px auto 0;
	width: 960px;
}
.nav_fixed a {
	color: rgba(255,255,255,1);
	transition: .4s;
}
.nav_fixed a:hover {
	opacity: .4;
}
/*ナビ上部固定_アクション*/

}

/*フルスクリーンリサイズ用*/
@media (min-width: 960px) and (max-width: 1025px) {
#global_nav_pc {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,1);
	height: 160px;
	padding: 10px 0;
	width: 100%;
}

}


@media (min-width: 600px) and (max-width: 959px) {
.full_wrap {
	position: relative;
	height: 570px;
	width: 100%;
}
.main_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	width: 100%;
}
.main_pic img {
	height: 100%;
	width: 100%;
}

#global_nav_pc {
	display: none;
}
.logo_sp {
	display: none;
}
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.left_nav_item {
	text-align: center;
	width: 330px;
}
.logo {
	text-align: center;
	transition: .4s;
	width: 300px;
}
.right_nav_item {
	text-align: center;
	width: 330px;
}
.left_nav_item li,
.right_nav_item li {
	transition: .4s;
}

#global_nav_pc ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}

.nav_sp {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,1);
	height: 40px;
	padding: 0 15px;
	width: 100%;
}
.nav_sp #global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 40px;
}
.nav_sp #global_nav ul a {
	color: rgba(255,255,255,1);
}

}

@media (max-width:599px){

#global_nav_pc {
	display: none;
}
.logo_sp {
	position: fixed;
	top: 5px;
	left: -45px;
	height: 60px;
	width: auto;
	z-index: 1000;
}
.logo_sp img {
	height: 55px;
	width: 100%;
}
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}

/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	font-size: 1.5rem;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}


#global_nav ul {
	z-index: 999;
}
#global_nav li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 50px;
}

#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}

#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}

#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}	
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲メイン_ナビゲーション▲
----------------------*/

/*----------------------
▼下層_メイン_ナビゲーション▼
----------------------*/

@media (min-width:960px){
#global_nav_pc_under {
	position: absolute;
	top: 0;
	background: rgba(255,255,255,.7);
	height: 155px;
	padding: 5px 0;
	width: 100%;
	z-index: 10;
}
#global_nav_pc_under ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
/*ナビ上部固定_アクション*/
.nav_fixed {
	display: block;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,1);
	height: 50px;
	width: 100%;
	z-index: 10;
}
.nav_fixed ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px auto 0;
	transition: .4s;
	width: 960px;
}
.nav_fixed a {
	color: rgba(255,255,255,1);
}

/*ナビ上部固定_アクション*/


/*下層_メインpic*/
.main_pic_under,
.main_pic_under_2,
.main_pic_under_company {
	position: relative;
	margin: 0 0 80px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.main_pic_under h1,
.main_pic_under_2 h1,
.main_pic_under_company h1 {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

}

@media (min-width: 600px) and (max-width: 959px) {
#global_nav_pc_under {
	display: none;
}

/*下層_メインpic_tb*/
.main_pic_under,
.main_pic_under_2,
.main_pic_under_company {
	position: relative;
	height: 500px;
	margin: 0 0 80px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.main_pic_under img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic_under_2 img:first-of-type {
	position: absolute;
	top: 50%;
	left: 80%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic_under_company img:first-of-type {
	position: absolute;
	top: 50%;
	left: 80%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.main_pic_under h1,
.main_pic_under_2 h1,
.main_pic_under_company h1 {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

}

@media (max-width:599px){
#global_nav_pc_under {
	display: none;
}

/*下層_メインpic_sp*/
.main_pic_under,
.main_pic_under_2,
.main_pic_under_company {
	position: relative;
	height: 300px;
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.main_pic_under img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic_under_company img:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.mainpic_spimg img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-35%) translateX(-10%);
}
.mainpic_spimg_2 img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-35%) translateX(-25%);
}

.main_pic_under h1,
.main_pic_under_2 h1,
.main_pic_under_company h1 {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 50%;
}
.main_pic_under h1 img,
.main_pic_under_2 h1 img,
.main_pic_under_company h1 img {
	height: auto;
	width: 100%;
}
.main_pic_under_company h1 {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 85%;
}

}

/*----------------------
▲下層_メイン_ナビゲーション▲
----------------------*/


/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
.top_midashi {
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
.top_midashi img {
	margin: 0 0 20px;
}
.top_midashi h1 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
}
.top_midashi span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

.top_txt {
	margin: 0 auto 40px;
	text-align: center;
	width: 960px;
}
.top_txt p {
	font-size: 1.6rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 35px;
}
/*リンク*/
.top_link {
	margin: 0 0 50px;
	text-align: center;
}
.top_link a {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.8rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 50px;
	text-align: center;
	transition: .4s;
}
.top_link a:hover {
	background: rgba(255,255,255,1);
	border: solid 3px rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}
/*バナー*/
.banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	max-width: 1050px;
}
.banner_box img:hover {
	opacity: .5;
}
/*ニュース_コラム*/
.news_wrapbox {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 400px;
	width: 100%;
}
.left_item_back {
	position: relative;
	background: rgba(255,255,0,1);
	width: 50%;
}
.left_item_back img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_item {
	position: absolute;
	right: 100px;
	top: 50px;
}
.news_item h2 {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(57,181,74,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 7px 30px;
}
.right_item_back {
	position: relative;
	background: rgba(255,123,172,1);
	width: 50%;
}
.right_item_back img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.column_item {
	position: absolute;
	left: 100px;
	top: 50px;
}
.column_item h2 {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 7px 30px;
}
.column_item dt a {
	color: rgba(255,255,255,1);
}
.column_item dd a {
	text-decoration: underline;
}

/*一覧*/
.news_item dl,
.column_item dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	height: 200px;
	overflow-y: scroll;
	width: 400px;
}
.news_item dl::-webkit-scrollbar,
.column_item dl::-webkit-scrollbar {
  width: 12px;
}
.news_item dl::-webkit-scrollbar-track,
.column_item dl::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.news_item dl::-webkit-scrollbar-thumb,
.column_item dl::-webkit-scrollbar-thumb {
  background: rgba(204,204,204,1);
  border-radius: 10px;
  box-shadow: none;
}
.news_item dt,
.column_item dt {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin: 0 0 20px;
	text-align: center;
	padding: 5px 10px;
	width: 100px;
}
.news_item dd,
.column_item dd {
	padding: 5px 10px;
	width: 280px;
}
/*map*/
.map {
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_midashi {
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
.top_midashi img {
	margin: 0 0 20px;
}
.top_midashi h1 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
	width: 100%;
}
.top_midashi span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

.top_txt {
	margin: 0 auto 40px;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
.top_txt p {
	font-size: 1.6rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 35px;
}
/*リンク_tb*/
.top_link {
	margin: 0 0 50px;
	text-align: center;
}
.top_link a {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.8rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 50px;
	text-align: center;
	transition: .4s;
}
.top_link a:hover {
	background: rgba(255,255,255,1);
	border: solid 3px rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}
/*バナー_tb*/
.banner_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 80px;
	width: 98%;
}
.banner_box a {
	width: 30%;
}
.banner_box img {
	height: auto;
	width: 100%;
}
/*ニュース_コラム_tb*/
.news_wrapbox {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 400px;
	width: 100%;
}
.left_item_back {
	position: relative;
	background: rgba(255,255,0,1);
	width: 50%;
}
.left_item_back img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_item {
	position: absolute;
	right: 10px;
	top: 50px;
}
.news_item h2 {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(57,181,74,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 7px 30px;
}
.right_item_back {
	position: relative;
	background: rgba(255,123,172,1);
	width: 50%;
}
.right_item_back img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.column_item {
	position: absolute;
	left: 10px;
	top: 50px;
}
.column_item h2 {
	display: inline-block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 7px 30px;
}
.column_item dt a {
	color: rgba(255,255,255,1);
} 

/*一覧_tb*/
.news_item dl,
.column_item dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	height: 200px;
	overflow-y: scroll;
	width: 98%;
}
.news_item dl::-webkit-scrollbar,
.column_item dl::-webkit-scrollbar {
  width: 12px;
}
.news_item dl::-webkit-scrollbar-track,
.column_item dl::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.news_item dl::-webkit-scrollbar-thumb,
.column_item dl::-webkit-scrollbar-thumb {
  background: rgba(204,204,204,1);
  border-radius: 10px;
  box-shadow: none;
}
.news_item dt,
.column_item dt {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin: 0 0 20px;
	text-align: center;
	padding: 5px 10px;
	width: 50%;
}
.news_item dd,
.column_item dd {
	margin: 0 0 20px;
	padding: 5px 10px;
	width: 100%;
}
/*map_tb*/
.map {
	text-align: center;
}
.map img {
	height: auto;
	width: 100%;
}

}

@media (max-width:599px){
.top_midashi {
	margin: 40px 0 30px;
	text-align: center;
	width: 100%;
}
.top_midashi img {
	height: auto;
	margin: 0 0 20px;
	width: 40%;
}
.top_midashi h1 {
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
	width: 100%;
}
.top_midashi span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

.top_txt {
	margin: 0 auto 40px;
	padding: 0 20px;
	width: 100%;
}
.top_txt p {
	font-size: 1.3rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*リンク_sp*/
.top_link {
	margin: 0 0 50px;
	text-align: center;
}
.top_link a {
	display: inline-block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 50px;
	text-align: center;
}
/*バナー_sp*/
.banner_box {
	margin: 0 auto 80px;
	width: 98%;
}
.banner_box a {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.banner_box img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
/*ニュース_コラム_sp*/
.news_wrapbox {
	width: 100%;
}
.left_item_back {
	background: rgba(255,255,0,1);
	width: 100%;
}
.left_item_back img {
	display: none;
}
.news_item {
	margin: 0 0 20px;
	padding: 20px 0;
}
.news_item h2 {
	display: block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(57,181,74,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 30px;
	padding: 7px 30px;
	text-align: center;
	width: 200px;
}
.right_item_back {
	background: rgba(255,123,172,1);
	width: 100%;
}
.right_item_back img {
	display: none;
}
.column_item {
	padding: 20px 0;
}
.column_item h2 {
	display: block;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 30px;
	padding: 7px 30px;
	text-align: center;
	width: 200px;
}
.column_item dt a {
	color: rgba(255,255,255,1);
} 

/*一覧_sp*/
.news_item dl,
.column_item dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	height: 200px;
	margin: 0 auto;
	overflow-y: scroll;
	width: 95%;
}
.news_item dl::-webkit-scrollbar,
.column_item dl::-webkit-scrollbar {
  width: 12px;
}
.news_item dl::-webkit-scrollbar-track,
.column_item dl::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.news_item dl::-webkit-scrollbar-thumb,
.column_item dl::-webkit-scrollbar-thumb {
  background: rgba(204,204,204,1);
  border-radius: 10px;
  box-shadow: none;
}
.news_item dt,
.column_item dt {
	display: inline-block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	margin: 0 0 5px;
	text-align: center;
	padding: 5px 10px;
}
.news_item dd,
.column_item dd {
	margin: 0 0 20px;
	padding: 5px 10px;
	width: 100%;
}
/*map_sp*/
.map {
	text-align: center;
	margin: 0 auto;
	width: 98%;
}
.map img {
	height: auto;
	width: 100%;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼下層コンテンツ▼
----------------------*/

@media (min-width:960px){
.top_midashi_under {
	margin: 0 0 30px;
	text-align: center;
}
.top_midashi_under h2,
.top_midashi_under h1 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
}
.top_midashi_under span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi_under span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

/*うららかについて*/
.about_txt_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 80px;
	width: 960px;
}
.about_txt_item {
	width: 45%;
}
.about_txt_item h3 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.resize {
	margin: 20px 0 0;
}
.about_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.about_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.about_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}

.about_txt_box_wrap {
	margin: 0 auto 80px;
}
.about_txt_box_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.about_item_2_txt {
	padding: 50px;
	width: 480px;
}
.back_yellow {
	background: rgba(225,123,172,1);
}
.back_pink {
	background: rgba(255,255,0,1);
}
.about_item_2_txt h4 {
	color: rgba(255,255,255,1);
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	letter-spacing: .3rem;
	line-height: 35px;
	margin: 0 0 30px;
}
.about_item_2_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
}
.back_yellow h4,
.back_yellow p {
	color: rgba(255,255,255,1);
}
.back_pink h4,
.back_pink p {
	color: rgba(0,0,0,1);
}

/*うららかに寄せられた声*/
.voice_wrap {
	background: url(images/voice-backimg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	width: 100%; 
}
.voice_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 960px;
}
.voice_item {
	background: rgba(255,255,255,.8);
	border-radius: 20px;
	width: 450px;
}
.voice_item_midashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.voice_item_midashi_box p {
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	text-align: center;
	padding: 20px 0;
	font-size: 2rem;
	width: 33.3%;
}
.voice_item_midashi_box p:first-of-type {
	background: rgba(255,123,172,1);
	border-radius: 20px 0 0 0 / 20px 0 0 0;
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.voice_item_midashi_box p:last-of-type {
	border-right: none;
}
.voice_item_txt p {
	font-size: 1.3rem;
	padding: 20px;
}
/*お申込みの流れ*/
.flow_wrap {
	margin: 50px auto;
	width: 960px;
}
.flow_number {
	position: relative;
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	height: 50px;
	margin: 0 0 30px;
	width: 960px;
}
.flow_number img {
	position: absolute;
	top: -10px;
	left: -10px;
}
.flow_number p {
	position: absolute;
	top: 13px;
	left: 80px;
	font-size: 1.5rem;
	font-weight: bold;
}
.flow_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 800px;
}
.flow_box img {
	margin: 0 40px 0 0; 
}
.flow_box p {
	font-size: 1.5rem;
	margin: 60px 0 0;
}
.flow_arrow {
	text-align: center;
}
/*よくあるご質問*/
.qa_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.accordion ul {
	margin: 30px auto 0;
	width: 100%;
	padding: 0;
}
.accordion li {
	position:relative;
	border-radius: 20px;
	list-style:none;
}

.accordion li > img {/*qustion*/
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

.accordion > ul > li > a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 30px;
}
.accordion > ul > li > a h5 {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
}
.accordion > ul > li > p {
	display: none;
	border-radius: 20px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	width: 90%;
}
.balloon {/* 吹き出し本体 */
	position: relative;
	height: auto;
	padding: 20px;
	background: rgba(234,234,234,1);
	width: 100%;
}
.balloon::after{/* balloonにbeforeで本体の三角を表現 */
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -12px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(234,234,234,1);
	border-left: 15px solid transparent;
}
.balloon_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.balloon_box .img {
	text-align: center;
	width: 10%;
}
.balloon_box .txt {
	width: 85%;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion li .accordion_icon {
	position: absolute;
	top: 49%;
	right: 20px;
	width: 50px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background: rgba(51,51,51,1);
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*求人*/
.recruit_wrap {
	margin: 0 auto;
	width: 960px;
}
.recruit_wrap h3 {
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.backpink {
	background: rgba(255,123,172,1);
}
.backgreen{
	background: rgba(140,198,63,1);
}
.recruit_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 960px;
}
.recruit_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	width: 210px;
}
.recruit_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	width: 750px;
}
/*-20200428追加-*/
.recruit_wrap .navMenu{
	padding:50px 0;
	text-align:center;
	font-size:16px;
}
.recruit_wrap .navMenu a{
	margin:0 5px;
}
.recruit_wrap .navMenu a:hover{
	color:#666;
}
.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ff7c5c;/*左線*/
	color: #ff7c5c;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
#job_a, #job_b{
	padding:50px 0 0 0;
}
.recruit_wrap .jobTtl{
	color: #000000;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 15px 0;
	padding: 10px 0;
	text-align: center;
	border:1px solid #000;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}

/*料金*/
.price_wrap_tbsp {
	display: none;
}

.price_wrap {
	margin: 80px auto;
	width: 960px;
}
.price_mdiashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.price_mdiashi_box h3 {
	color: rgba(255,123,172,1);
	font-size: 2em;
	font-weight: bold;
}
.price_mdiashi_box p {
	font-size: 1.3rem;
}
.price_wrap h4 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_wrap h4 span {
	font-size: 1.3rem;
}
.price_mdiashi_2 h3 {
	color: rgba(140,198,63,1);
	font-size: 2em;
	font-weight: bold;
}
/*料金_table*/
.price_wrap table {
	margin: 0 0 50px;
}
.price_1 tr {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_1 .price_1_1 th {
	background: rgba(255,123,172,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 40px;
	width: 960px;
}
.price_1 .price_1_2 th:first-of-type {
	background: rgba(255,123,172,1);
	border: none;
	color: rgba(255,255,255,1);
	width: 960px;
}
.price_1 .price_1_2 th:nth-of-type(n+2) {
	background: rgba(247,201,221,1);
	border: none;
	color: rgba(233,82,142,1);
	width: 33%;
}
.price_1 .price_1_2 {
	border: solid thin;
	text-align: center;
}
.price_1_3 td {
	border: solid thin rgba(255,123,172,1);
	border-radius: 5px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_2 tr {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_2 .price_2_1 th {
	background: rgba(255,123,172,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 40px;
	width: 960px;
}
.price_2_2 th:first-of-type {
	background: rgba(255,123,172,1);
	border: none;
	color: rgba(255,255,255,1);
}
.price_2_2_3 {
	background: rgba(240,240,240,1);
	color: rgba(255,123,172,1);
	width: 200px;
}
.price_2_2_4 {
	background: rgba(247,201,221,1);
	border: none;
	color: rgba(233,82,142,1);
}
.price_2_3 td {
	border: solid thin rgba(255,123,172,1);
	border-radius: 5px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_2_3_2 td {
	background: rgba(250,219,222,1);
	border: solid thin rgba(255,123,172,1);
	border-radius: 5px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_3 {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_3_2 th:first-of-type {
	background: rgba(255,123,172,1);
	border: none;
	color: rgba(255,255,255,1);
	width: 340px;
}
.price_3_2 th:nth-of-type(n+2) {
	background: rgba(247,201,221,1);
	border: none;
	color: rgba(233,82,142,1);
}
.price_3_3 td {
	border: solid thin rgba(255,123,172,1);
	border-radius: 5px;
	color: rgba(255,123,172,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_4 tr {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_4 .price_4_1 th {
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 40px;
	width: 960px;
}
.price_4 .price_4_2 th:first-of-type {
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	width: 960px;
}
.price_4 .price_4_2 th:nth-of-type(n+2) {
	background: rgba(203,227,174,1);
	border: none;
	color: rgba(110,186,68,1);
	width: 33%;
}
.price_4 .price_4_2 {
	border: solid thin;
	text-align: center;
}
.price_4_3 td {
	border: solid thin rgba(110,186,68,1);
	border-radius: 5px;
	color: rgba(110,186,68,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_5 tr {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_5 .price_5_1 th {
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 40px;
	width: 960px;
}
.price_5_2 th:first-of-type {
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
}
.price_5_2_3 {
	background: rgba(240,240,240,1);
	color: rgba(110,186,68,1);
	width: 200px;
}
.price_5_2_4 {
	background: rgba(203,227,174,1);
	border: none;
	color: rgba(110,186,68,1);
}
.price_5_3 td {
	border: solid thin rgba(140,198,63,1);
	border-radius: 5px;
	color: rgba(140,198,63,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_5_3_2 td {
	background: rgba(230,231,127,1);
	border: solid thin rgba(230,231,127,1);
	border-radius: 5px;
	color: rgba(140,198,63,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.price_6 {
	height: 40px;
	font-size: 1.8rem;
	width: 960px;
}
.price_6_2 th:first-of-type {
	background: rgba(140,198,63,1);
	border: none;
	color: rgba(255,255,255,1);
	width: 340px;
}
.price_6_2 th:nth-of-type(n+2) {
	background: rgba(203,227,174,1);
	border: none;
	color: rgba(140,198,63,1);
}
.price_6_3 td {
	border: solid thin rgba(140,198,63,1);
	border-radius: 5px;
	color: rgba(140,198,63,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.top_midashi_under {
	margin: 0 0 30px;
	text-align: center;
}
.top_midashi_under h2,
.top_midashi_under h1 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
}
.top_midashi_under span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi_under span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

/*うららかについて_tb*/
.about_txt_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 80px;
	width: 98%;
}
.about_txt_item {
	width: 45%;
}
.about_txt_item h3 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.resize {
	margin: 20px 0 0;
}
.about_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.about_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.about_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}

.about_txt_box_wrap {
	margin: 0 auto 80px;
}
.about_txt_box_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 98%;
}
.about_item_2_txt {
	padding: 30px;
	width: 50%;
}
.back_yellow {
	background: rgba(225,123,172,1);
}
.back_pink {
	background: rgba(255,255,0,1);
}
.about_item_2_txt h4 {
	color: rgba(255,255,255,1);
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.3rem;
	letter-spacing: .3rem;
	line-height: 30px;
	margin: 0 0 30px;
}
.about_item_2_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
}
.back_yellow h4,
.back_yellow p {
	color: rgba(255,255,255,1);
}
.back_pink h4,
.back_pink p {
	color: rgba(0,0,0,1);
}
.about_item_2_img {
	width: 50%;
}
.about_item_2_img img {
	height: auto;
	width: 100%;
}

/*うららかに寄せられた声_tb*/
.voice_wrap {
	background: url(images/voice-backimg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	width: 100%; 
}
.voice_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 98%;
}
.voice_item {
	background: rgba(255,255,255,.8);
	border-radius: 20px;
	width: 48%;
}
.voice_item_midashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.voice_item_midashi_box p {
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	text-align: center;
	padding: 20px 0;
	font-size: 2rem;
	width: 33.3%;
}
.voice_item_midashi_box p:first-of-type {
	background: rgba(255,123,172,1);
	border-radius: 20px 0 0 0 / 20px 0 0 0;
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.voice_item_midashi_box p:last-of-type {
	border-right: none;
}
.voice_item_txt p {
	font-size: 1.3rem;
	padding: 20px;
}
/*お申込みの流れ_tb*/
.flow_wrap {
	margin: 50px auto;
	width: 98%;
}
.flow_number {
	position: relative;
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	height: 50px;
	margin: 0 auto 30px;
	width: 98%;
}
.flow_number img {
	position: absolute;
	top: -10px;
	left: -10px;
}
.flow_number p {
	position: absolute;
	top: 13px;
	left: 80px;
	font-size: 1.5rem;
	font-weight: bold;
}
.flow_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 95%;
}
.flow_box img {
	margin: 0 40px 0 0; 
}
.flow_box p {
	font-size: 1.5rem;
	margin: 60px 0 0;
}
.flow_arrow {
	text-align: center;
}
/*よくあるご質問_tb*/
.qa_wrap {
	margin: 0 auto 80px;
	width: 98%;
}
.accordion ul {
	margin: 30px auto 0;
	width: 100%;
	padding: 0;
}
.accordion li {
	position:relative;
	border-radius: 20px;
	list-style:none;
}

.accordion li > img {/*qustion_tb*/
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

.accordion > ul > li > a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 30px;
}
.accordion > ul > li > a h5 {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
}
.accordion > ul > li > p {
	display: none;
	border-radius: 20px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	width: 90%;
}
.balloon {/* 吹き出し本体_tb */
	position: relative;
	height: auto;
	padding: 20px;
	background: rgba(234,234,234,1);
	width: 100%;
}
.balloon::after{/* balloonにbeforeで本体の三角を表現 */
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -12px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(234,234,234,1);
	border-left: 15px solid transparent;
}
.balloon_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.balloon_box .img {
	text-align: center;
	width: 10%;
}
.balloon_box .txt {
	width: 85%;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion li .accordion_icon {
	position: absolute;
	top: 49%;
	right: 20px;
	width: 50px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background: rgba(51,51,51,1);
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*求人_tb*/
.recruit_wrap {
	margin: 0 auto;
	width: 98%;
}
.recruit_wrap h3 {
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.backpink {
	background: rgba(255,123,172,1);
}
.backgreen{
	background: rgba(140,198,63,1);
}
.recruit_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 100%;
}
.recruit_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	width: 25%;
}
.recruit_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	width: 75%;
}
/*-20200428追加-*/
.recruit_wrap .navMenu{
	padding:50px 0;
	text-align:center;
	font-size:16px;
}
.recruit_wrap .navMenu a{
	margin:0 5px;
}
.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ff7c5c;/*左線*/
	color: #ff7c5c;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
#job_a, #job_b{
	padding:50px 0 0 0;
}
.recruit_wrap .jobTtl{
	color: #000000;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 15px 0;
	padding: 10px 0;
	text-align: center;
	border:1px solid #000;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}

/*料金_tb*/
.price_wrap {
	display: none;
}
.price_mdiashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.price_mdiashi_box h3 {
	color: rgba(255,123,172,1);
	font-size: 2em;
	font-weight: bold;
}
.price_mdiashi_box p {
	font-size: 1.3rem;
}
.price_wrap h4 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_wrap h4 span {
	font-size: 1.3rem;
}
.price_mdiashi_2 h3 {
	color: rgba(140,198,63,1);
	font-size: 2em;
	font-weight: bold;
}
/*料金img_tb_sp*/
.price_wrap_tbsp {
	margin: 0 auto 50px;
	width: 98%;
}
.price_wrap_tbsp img {
	height: auto;
	margin: 0 0 30px;
	width: 100%;
}
.price_wrap_tbsp h4 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_wrap_tbsp h4 span {
	font-size: 1.3rem;
}

}

@media (max-width:599px){
.top_midashi_under {
	margin: 0 0 30px;
	text-align: center;
}
.top_midashi_under h2,
.top_midashi_under h1 {
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	margin: 0 0 10px;
}
.top_midashi_under span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto;
	width: 100px;
}
.top_midashi_under span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}

/*うららかについて_sp*/
.about_txt_box {
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 80px;
	width: 90%;
}
.about_txt_item {
	margin: 0 0 30px;
	width: 100%;
}
.about_txt_item h3 {
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.resize {
	margin: 20px 0 40px;
}
.about_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.about_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.about_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}

.about_txt_box_wrap {
	margin: 0 auto 80px;
}
.about_txt_box_2 {
	margin: 0 auto;
	width: 98%;
}
.about_item_2_txt {
	padding: 30px;
	width: 100%;
}
.back_yellow {
	background: rgba(225,123,172,1);
}
.back_pink {
	background: rgba(255,255,0,1);
}
.about_item_2_txt h4 {
	color: rgba(255,255,255,1);
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.3rem;
	letter-spacing: .3rem;
	line-height: 30px;
	margin: 0 0 30px;
}
.about_item_2_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
}
.back_yellow h4,
.back_yellow p {
	color: rgba(255,255,255,1);
}
.back_pink h4,
.back_pink p {
	color: rgba(0,0,0,1);
}
.about_item_2_img {
	width: 100%;
}
.about_item_2_img img {
	height: auto;
	width: 100%;
}
.sp_box {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}

/*うららかに寄せられた声_sp*/
.voice_wrap {
	background: url(images/voice-backimg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	width: 100%; 
}
.voice_box {
	margin: 0 auto 30px;
	width: 98%;
}
.voice_item {
	background: rgba(255,255,255,.8);
	border-radius: 20px;
	margin: 0 0 20px;
	width: 100%;
}
.voice_item_midashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.voice_item_midashi_box p {
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	text-align: center;
	padding: 20px 0;
	font-size: 1.5rem;
	width: 33.3%;
}
.voice_item_midashi_box p:first-of-type {
	background: rgba(255,123,172,1);
	border-radius: 20px 0 0 0 / 20px 0 0 0;
	border-bottom: solid thin rgba(102,102,102,1);
	border-right: solid thin rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.voice_item_midashi_box p:last-of-type {
	border-right: none;
}
.voice_item_txt p {
	font-size: 1.3rem;
	padding: 20px;
}
/*お申込みの流れ_sp*/
.flow_wrap {
	margin: 50px auto;
	width: 98%;
}
.flow_number {
	position: relative;
	border: solid thin rgba(51,51,51,1);
	border-radius: 30px;
	height: 50px;
	margin: 0 auto 30px;
	width: 98%;
}
.flow_number img {
	position: absolute;
	top: -10px;
	left: -10px;
}
.flow_number p {
	position: absolute;
	top: 13px;
	left: 65px;
	font-size: 1.5rem;
	font-weight: bold;
}
.flow_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 95%;
}
.flow_number {
	width: 95%;
}
.flow_box_imgitem {
	width: 35%;
}
.flow_box_imgitem img {
	height: auto;
	width: 100%;
}
.flow_box p {
	font-size: 1.3rem;
	width: 60%;
}
.flow_arrow {
	text-align: center;
}
/*よくあるご質問_sp*/
.qa_wrap {
	margin: 0 auto 80px;
	width: 98%;
}
.accordion ul {
	margin: 30px auto 0;
	width: 100%;
	padding: 0;
}
.accordion li {
	position:relative;
	border-radius: 20px;
	list-style:none;
}

.accordion li > img {/*qustion_sp*/
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

.accordion > ul > li > a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 30px;
}
.accordion > ul > li > a h5 {
	border: solid thin;
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 50px 10px 50px;
}
.accordion > ul > li > p {
	display: none;
	border-radius: 20px;
	font-size: 1.3rem;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	padding: 20px 40px 20px 20px;
	width: 90%;
}
.balloon {/* 吹き出し本体_sp */
	position: relative;
	height: auto;
	padding: 20px;
	background: rgba(234,234,234,1);
	width: 100%;
}
.balloon::after{/* balloonにbeforeで本体の三角を表現 */
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	top: -12px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(234,234,234,1);
	border-left: 15px solid transparent;
}
.balloon_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.balloon_box .img {
	text-align: center;
	width: 10%;
}
.balloon_box .img img {
	height: auto; 
	width: 100%;
}
.balloon_box .txt {
	width: 85%;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion li .accordion_icon {
	position: absolute;
	top: 49%;
	right: 20px;
	width: 50px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background: rgba(51,51,51,1);
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*求人_sp*/
.recruit_wrap {
	margin: 0 auto;
	width: 98%;
}
.recruit_wrap h3 {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.backpink {
	background: rgba(255,123,172,1);
}
.backgreen{
	background: rgba(140,198,63,1);
}
.recruit_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 100%;
}
.recruit_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	width: 25%;
}
.recruit_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	width: 75%;
}
/*-20200428追加-*/
.recruit_wrap .navMenu{
	padding:30px 0;
	text-align:center;
	font-size:16px;
}
.recruit_wrap .navMenu a{
	margin:0 5px;
}
.btn-sticky {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ff7c5c;/*左線*/
	color: #ff7c5c;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
#job_a, #job_b{
	padding:65px 0 0 0;
}
.recruit_wrap .jobTtl{
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 15px 0;
	padding: 10px 0;
	text-align: center;
	border:1px solid #000;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}

/*料金_sp*/
.price_wrap {
	display: none;
}
.price_mdiashi_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.price_mdiashi_box h3 {
	color: rgba(255,123,172,1);
	font-size: 2em;
	font-weight: bold;
}
.price_mdiashi_box p {
	font-size: 1.3rem;
}
.price_wrap h4 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_wrap h4 span {
	font-size: 1.3rem;
}
.price_mdiashi_2 h3 {
	color: rgba(140,198,63,1);
	font-size: 2em;
	font-weight: bold;
}
/*料金img_tb_sp*/
.price_wrap_tbsp {
	margin: 0 auto 50px;
	width: 98%;
}
.price_wrap_tbsp img {
	height: auto;
	margin: 0 0 30px;
	width: 100%;
}
.price_wrap_tbsp h4 {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_wrap_tbsp h4 span {
	font-size: 1.3rem;
}

}

/*----------------------
▲下層コンテンツ▲
----------------------*/

/*----------------------
▼会社概要_ページ追加▼
----------------------*/

@media (min-width:960px){
/*一覧*/
.company_list_wrap {
	margin: 50px auto 100px;
	width: 960px;
}
.company_list_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 960px;
}
.company_list_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	width: 210px;
}
.company_list_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	width: 750px;
}


/*経営理念*/
.company_txt_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 80px;
	width: 960px;
}
.company_txt_item {
	width: 50%;
}
.company_txt_item h3 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.company_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.company_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.company_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	padding: 0 0 0 130px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*一覧_tb*/
.company_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.company_list_wrap h3 {
	color: rgba(255,255,255,1);
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.company_list_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 100%;
}
.company_list_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	width: 25%;
}
.company_list_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	width: 75%;
}

/*経営理念_tb*/
.company_txt_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 80px;
	width: 98%;
}
.company_txt_item {
	width: 45%;
}
.company_txt_item h3 {
	font-size: 2rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.company_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.company_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.company_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	padding: 0 0 0 50px;
}

}

@media (max-width:599px){
/*一覧_sp*/
.company_list_wrap {
	margin: 0 auto;
	width: 98%;
}
.company_list_wrap h3 {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .4rem;
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}
.company_list_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 50px;
	width: 100%;
}
.company_list_wrap dt {
	background: rgba(102,102,102,1);
	border-right: solid 10px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	margin: 0 0 10px;
	padding: 10px 5px;
	text-align: center;
	width: 40%;
}
.company_list_wrap dd {
	background: rgba(204,204,204,1);
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	width: 60%;
}

/*経営理念_sp*/
.company_txt_box {
	border-top: solid thin rgba(204,204,204,1);
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 90%;
}
.company_txt_item {
	margin: 0 0 30px;
	width: 100%;
}
.company_txt_item h3 {
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: .3rem;
	text-align: center;
	margin: 0 0 10px;
}
.company_txt_item span {
	position: relative;
	display: block;
	border-bottom: solid 2px rgba(153,153,153,1);
	margin: 0 auto 40px;
	width: 100px;
}
.company_txt_item span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px rgba(255,123,172,1);
	width: 30%;
}
.company_txt_item p {
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	text-align: center;
}

}

/*----------------------
▲会社概要_ページ追加▲
----------------------*/


/*----------------------
▼ギャラリー_WP▼
----------------------*/

@media (min-width:960px){
.photo_wrap {
	margin: 50px auto 80px;
	width: 960px;
}
.photo_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.photo_item {
	position: relative;
	height: 320px;
	width: 320px;
	overflow: hidden;
	margin:0 0 15px 0;
	outline:2px solid #FFF;
}
.photo_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	/*-height: 100%;
	width: auto;-*/
	width:320px;
	height:320px;
	object-fit:cover;
}
.caption {
	color: rgba(0,0,0,1);
	font-size: 1.8rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	transition: .4s ease;
	padding-top: 40%;
}
.mask {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	height: 90%;
	opacity: 0;
	background: rgba(255,255,255,.7);
	-webkit-transition:	all 0.4s ease;
	transition: all 0.4s ease;
}
.photo_item:hover .mask {
	opacity: 1;
}
/*ギャラリー詳細ページ*/
.gallary_detail_wrap {
	margin: 0 auto 80px;
	width: 960px;
}
.gallary_detail_photo {
	margin: 50px 0 0;
}
.gallary_detail_photo img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.gallary_linktxt {
	margin: 40px 0 0;
}
.gallary_linktxt a {
	font-size: 1.5rem;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.photo_wrap {
	margin: 50px auto 80px;
	width: 98%;
}
.photo_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.photo_item {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 0 20px 0;
	overflow: hidden;
	outline:2px solid #FFF;
}

.photo_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	/*-height: 100%;
	width: auto;-*/
	width:200px;
	height:200px;
	object-fit:cover;
}
.caption {
	color: rgba(0,0,0,1);
	font-size: 1.5rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	padding-top: 30%;
}
.mask {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	height: 90%;
	background: rgba(255,255,255,.7);
}
/*ギャラリー詳細ページ_tb*/
.gallary_detail_wrap {
	margin: 0 auto;
	width: 90%;
}
.gallary_detail_photo img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.gallary_linktxt {
	margin: 30px 0 0;
}
.gallary_linktxt a {
	font-size: 1.5rem;
}
}

@media (max-width:599px){
.photo_wrap {
	margin: 50px auto 80px;
	width: 95%;
}
.photo_box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;

}
.photo_item {
	position: relative;
	height: 150px;
	width: 150px;
	margin: 0 0 10px;
	overflow: hidden;
	outline:2px solid #FFF;
}

.photo_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	/*-height: 100%;
	width: auto;-*/
	width:150px;
	height:150px;
	object-fit:cover;
}
.caption {
	color: rgba(0,0,0,1);
	font-size: 1.5rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	padding-top: 30%;
}
.mask {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	height: 90%;
	background: rgba(255,255,255,.7);
}
/*ギャラリー詳細ページ_sp*/
.gallary_detail_wrap {
	margin: 0 auto;
	width: 95%;
}
.gallary_detail_photo img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.gallary_linktxt {
	margin: 30px 0 0;
}
.gallary_linktxt a {
	font-size: 1.3rem;
}
}

/*----------------------
▲ギャラリー_WP▲
----------------------*/


/*----------------------
▼コラム_WP▼
----------------------*/

@media (min-width:960px){
.column_wrap {
	margin: 50px auto 80px;
	width: 960px;
}
.column_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 30px;
}
.column_box h3 {
/*	color: rgba(255,123,172,1);*/
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
	transition: .4s;
}
.column_wrap a:hover .column_box h3 {
	color: rgba(255,123,172,1);
}
.column_box p {
	font-size: 1.5rem;
}
/* ページネーション */
.about_pager {
	margin: 0 auto 50px;
	width: 900px;
}
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.5rem;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span {
	display:block;
	border-radius: 30px;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
.pagination a {
	display:block;
	border-radius: 50%;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
div.pagination a:hover{
	color:#fff ;
	background: #999;
}
div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #999;
	color:#fff ;
}
/*コラム詳細*/
.column_detail_wrap {
	margin: 0 auto 50px;
	width: 960px;
}
.column_detail_wrap h1 {
	font-size: 2rem;
}
.column_detail_wrap p {
	font-size: 1.5rem;
	margin: 0 0 20px;
}

.column_detai_footertxt {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 960px;
}
.column_detai_footertxt h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.column_detai_footertxt p {
	font-size: 1.3rem;
}

/*コラム詳細_ページネーション*/
.column_detai_nation {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 960px;
}
.column_detai_nation a {
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.column_wrap {
	margin: 50px auto 80px;
	width: 98%;
}
.column_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 30px;
}
.column_box h3 {
/*	color: rgba(255,123,172,1);*/
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.column_box p {
	font-size: 1.5rem;
}
/* ページネーション_tb */
.about_pager {
	margin: 0 auto 50px;
	width: 90%;
}
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.3rem;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span {
	display:block;
	border-radius: 30px;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
.pagination a {
	display:block;
	border-radius: 50%;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
div.pagination a:hover{
	color:#fff ;
	background: #999;
}
div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #999;
	color:#fff ;
}
/*コラム詳細_tb*/
.column_detail_wrap {
	margin: 0 auto 50px;
	width: 90%;
}
.column_detail_wrap h1 {
	font-size: 1.5rem;
}
.column_detail_wrap p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}

.column_detai_footertxt {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 30px;
	width: 90%;
}
.column_detai_footertxt h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.column_detai_footertxt p {
	font-size: 1.3rem;
}

/*コラム詳細_ページネーション_tb*/
.column_detai_nation {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 90%;
}
.column_detai_nation a {
	font-size: 1.3rem;
	font-weight: bold;
}

}

@media (max-width:599px){
.column_wrap {
	margin: 50px auto 80px;
	width: 98%;
}
.column_box {
	border: solid thin rgba(153,153,153,1);
	margin: 0 0 40px;
	padding: 30px;
}
.column_box h3 {
/*	color: rgba(255,123,172,1);*/
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
	transition: .4s;
}
.column_wrap a:hover .column_box h3 {
	color: rgba(255,123,172,1);
}
.column_box p {
	font-size: 1.5rem;
}
/* ページネーション_sp */
.about_pager {
	margin: 0 auto 50px;
	width: 90%;
}
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size: 1.3rem;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span {
	display:block;
	border-radius: 30px;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
.pagination a {
	display:block;
	border-radius: 50%;
	float:left ;
	margin: 10px 10px 10px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #CCC;
}
div.pagination a:hover{
	color:#fff ;
	background: #999;
}
div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #999;
	color:#fff ;
}
/*コラム詳細_sp*/
.column_detail_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.column_detail_wrap h1 {
	font-size: 1.5rem;
}
.column_detail_wrap p {
	font-size: 1.3rem;
	margin: 0 0 15px;
}

.column_detai_footertxt {
	border: solid thin rgba(204,204,204,1);
	margin: 0 auto 50px;
	padding: 20px;
	width: 98%;
}
.column_detai_footertxt h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.column_detai_footertxt p {
	font-size: 1.3rem;
}

/*コラム詳細_ページネーション_sp*/
.column_detai_nation {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 90%;
}
.column_detai_nation a {
	font-size: 1.3rem;
	font-weight: bold;
}

}

/*----------------------
▲コラム_WP▲
----------------------*/


/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.contact_top_txt {
	margin: 0 auto 50px;
	width: 960px;
}
.contact_top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_top_txt span {
	color: rgba(255,123,172,1);
}
/*フォームフォントサイズ*/
.form_wrap {
	margin: 10px auto 80px;
	width: 960px;
}
.form_wrap p {
	color: rgba(128,128,128,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	margin: 0 0 5px;
}
/*フォームレイアウト*/
.form_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.form_leftitem,
.form_leftitem_2 {
	width: 250px;
}
.form_leftitem p,
.form_leftitem_2 p {
	background: rgba(255,123,172,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	padding: 10px 0 10px 30px;
}
.form_rightitem {
	width: 650px;
}
.form_rightitem_2 {
	width: 700px;
}
.form_rightitem_2 .name,
.form_rightitem_2 .email {
	background: rgba(230,230,230,1);
	border: none;
	height: 45px;
}
.form_rightitem label {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	margin: 0 40px 5px 0;
	width: 100%;
}
.form_rightitem .radio {
	margin: 0 10px 0 0;
}

/*フォーム_パーツ*/
.name,.email,.subject {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.subject {
	height: 40px;
	width: 300px;
}
.tel {
	height: 40px;
	margin:0 0 10px;
	width: 100%;
}
.message {
	height: 45px;
	background: rgba(230,230,230,1);
	border: none;
	width: 100%;
}
.message_2 {
	height: 200px;
	background: rgba(230,230,230,1);
	border: none;
	width: 100%;
}

.radio_wrap,
.checkbox {
	margin: 0 0 30px;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_wrap {
	margin: 40px 0;
	text-align: center;
}
.sub_btn1 {
	background: rgba(255,123,172,1);
	border-radius: 10px;
	border: none;
	color: rgba(255,255,255,1);
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	height: 45px;
	transition: .5s;
	padding: 0 40px;
}
.sub_btn1:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_top_txt {
	margin: 0 auto 50px;
	width: 98%;
}
.contact_top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_top_txt span {
	color: rgba(255,123,172,1);
}
/*フォームフォントサイズ_tb*/
.form_wrap {
	margin: 10px auto 80px;
	width: 98%;
}
.form_wrap p {
	color: rgba(128,128,128,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	margin: 0 0 5px;
}
/*フォームレイアウト_tb*/
.form_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.form_leftitem,
.form_leftitem_2 {
	width: 30%;
}
.form_leftitem p,
.form_leftitem_2 p {
	background: rgba(255,123,172,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	padding: 10px 0 10px 30px;
}
.form_rightitem {
	width: 68%;
}
.form_rightitem_2 {
	width: 68%;
}
.form_rightitem_2 .name,
.form_rightitem_2 .email {
	background: rgba(230,230,230,1);
	border: none;
	height: 45px;
}
.form_rightitem label {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	margin: 0 40px 5px 0;
	width: 100%;
}
.form_rightitem .radio {
	margin: 0 10px 0 0;
}

/*フォーム_パーツ_tb*/
.name,.email,.subject {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.subject {
	height: 40px;
	width: 300px;
}
.tel {
	height: 40px;
	margin:0 0 10px;
	width: 100%;
}
.message {
	height: 45px;
	background: rgba(230,230,230,1);
	border: none;
	width: 100%;
}
.message_2 {
	height: 200px;
	background: rgba(230,230,230,1);
	border: none;
	width: 100%;
}

.radio_wrap,
.checkbox {
	margin: 0 0 30px;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_wrap {
	margin: 40px 0;
	text-align: center;
}
.sub_btn1 {
	background: rgba(255,123,172,1);
	border-radius: 10px;
	border: none;
	color: rgba(255,255,255,1);
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	height: 45px;
	padding: 0 40px;
}

}

@media (max-width:599px){
.contact_top_txt {
	margin: 0 auto 50px;
	width: 98%;
}
.contact_top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_top_txt span {
	color: rgba(255,123,172,1);
}
/*フォームフォントサイズ_sp*/
.form_wrap {
	margin: 10px auto 80px;
	width: 95%;
}
.form_wrap p {
	color: rgba(128,128,128,1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	margin: 0 0 5px;
}
/*フォームレイアウト_sp*/
.form_box {
}
.form_leftitem,
.form_leftitem_2 {
	width: auto;
}
.form_leftitem p,
.form_leftitem_2 p {
	background: rgba(255,123,172,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	padding: 10px 0 10px 10px;
}
.form_rightitem {
	width: 100%;
}
.form_rightitem_2 {
	width: 100%;
}
.form_rightitem_2 .name,
.form_rightitem_2 .email {
	height: 45px;
}
.form_rightitem label {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	margin: 0 40px 5px 0;
	width: 100%;
}
.form_rightitem .radio {
	margin: 0 10px 0 0;
}

/*フォーム_パーツ_sp*/
.name,.email,.subject {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.subject {
	height: 40px;
	width: 300px;
}
.tel {
	height: 40px;
	margin:0 0 10px;
	width: 100%;
}
.message {
	height: 45px;
	width: 100%;
}
.message_2 {
	height: 200px;
	width: 100%;
}

.radio_wrap,
.checkbox {
	margin: 0 0 30px;
}
.checkbox_2 {
	margin: 0 15px 0 0;
}
.sub_wrap {
	margin: 40px 0;
	text-align: center;
}
.sub_btn1 {
	-webkit-appearance: none;
	background: rgba(255,123,172,1);
	border-radius: 10px;
	border: none;
	color: rgba(255,255,255,1);
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	height: 45px;
	padding: 0 40px;
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/


/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.footer_wrap {
	background: rgba(204,204,204,1);
	padding: 40px 0 20px;
}
.footer_logo {
	margin: 0 0 30px;
	text-align: center;
}

.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 800px;
}
.footer_left_item {
	width: 100px;
}
.footer_center_item {
	width: 480px;
}
.footer_right_item {
	width: 150px;
}
/*中央アドレス*/
.footer_center_item p {
	font-size: 2rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	letter-spacing: .2rem;
	margin: 0 0 10px;
}
.address span {
	font-size: 1.3rem;
	margin: 0 20px 0 0;
}
.footer_tel_fax p {
	display: inline-block;
	font-size: 1.3rem;
}
.footer_tel_fax p:first-of-type {
	margin: 0 20px 0 0;
}
.footer_tel_fax span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.number p {
	font-size: 1.3rem;
}
.number span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}


/*お問い合わせ*/
.footer_right_item a {
	display: block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
	transition: .4s;
	width: 150px;
}
.footer_right_item a:hover {
	background: rgba(204,204,204,1);
	border: solid 3px rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}

small {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: rgba(204,204,204,1);
	padding: 40px 0 20px;
}
.footer_logo {
	margin: 0 0 30px;
	text-align: center;
}

.footer_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 98%;
}
.footer_left_item {
	width: 110px;
}
.footer_center_item {
	width: 480px;
}
.footer_right_item {
	width: 150px;
}
/*中央アドレス_tb*/
.footer_center_item p {
	font-size: 2rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	letter-spacing: .2rem;
	margin: 0 0 10px;
}
.address span {
	font-size: 1.3rem;
	margin: 0 20px 0 0;
}
.footer_tel_fax p {
	display: inline-block;
	font-size: 1.3rem;
}
.footer_tel_fax p:first-of-type {
	margin: 0 20px 0 0;
}
.footer_tel_fax span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.number p {
	font-size: 1.3rem;
}
.number span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

/*お問い合わせ_tb*/
.footer_right_item a {
	display: block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.5rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
	width: 150px;
}
small {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: rgba(204,204,204,1);
	padding: 40px 0 20px;
}
.footer_logo {
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
.footer_logo img {
	height: auto;
	width: 50%;
}

.footer_box {
	margin: 0 auto;
	width: 98%;
}
.footer_left_item {
	display: none;
}
.footer_center_item {
	margin: 0 auto;
	width: 98%;
}
.footer_right_item {
	width: 150px;
}
/*中央アドレス_sp*/
.footer_center_item {
	margin: 0 auto 40px;
}
.footer_center_item p {
	font-size: 1.5rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	letter-spacing: .2rem;
	margin: 0 0 10px;
}
.address span {
	font-size: 1.3rem;
	margin: 0 5px 0 0;
}
.footer_tel_fax p {
	display: inline-block;
	font-size: 1.3rem;
}
.footer_tel_fax p:first-of-type {
	margin: 0 20px 0 0;
}
.footer_tel_fax span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.number p {
	font-size: 1.3rem;
}
.number span {
	border: solid thin;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

/*お問い合わせ_sp*/
.footer_right_item {
	margin: 0 auto;
	width: 100%;
}
.footer_right_item a {
	display: block;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border: solid 3px rgba(0,0,0,1);
	border-radius: 30px;
	font-size: 1.3rem;
	font-family: jomin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
	width: 60%;
}
small {
	display: block;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	padding: 10px 0;
	text-align: center;
}

}

/*----------------------
▲フッター▲
----------------------*/


/*-202109追記 アンリッシュバナー-*/
@media (min-width:960px){
	.alsBanner{
		padding:0 0 80px 0;
		text-align:center;
	}
	.alsBanner img{
		max-width:650px;
		height:auto;
	}
}
@media (min-width: 600px) and (max-width: 959px) {
	.alsBanner{
		padding:0 0 50px 0;
		text-align:center;
	}
	.alsBanner img{
		max-width:500px;
		height:auto;
	}
}
@media (max-width:599px){
	.alsBanner{
		padding:0 0 50px 0;
		text-align:center;
	}
	.alsBanner img{
		max-width:85%;
		height:auto;
	}
}
