@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.sp_only {
	display: none !important;
}
body {
letter-spacing: 0.1em;
line-height: 200%;
}
#container #content, #main,
.container .content, .main {
background: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#container {
position: relative;
overflow: hidden;
}
.content {
position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
}
.main {
position: relative;
background: none;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	border: none;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul, ol {
margin-top: 0;
}
.entry-content h3, .entry-content h4, .entry-content h5,
.article h3, .article h4, .article h5 {
    margin: 0;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
    display: none;
} 
/*エントリーカードカテゴリー名非表示*/
.cat-label {
    display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}
/*パンくず*/
#breadcrumb {
background: none;
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
div table th, div table td {
font-size: 1em;
}
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
.main {
padding: 0 3%;
}
.content {
	margin-bottom: 30px;
}
#breadcrumb {
	display: none;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/************************************
** ヘッダー
************************************/


#header-container {
position: relative;
background: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#header-container-in {
	padding: 0;
	margin: 0 auto;
}



#header-in {
	display: block;
	padding: 15px 15px;
}
@media screen and (max-width: 834px){
#header-in {
	display: block;
	padding: 0 15px;
}
}






h1 {
	margin: 0;
	padding: 0;
}

h1.logo {
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
h1.logo img {
	display: block;
	width: 320px;
	max-height: inherit !important;
}

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

h1.logo {
	display: inline-block !important;
}
h1.logo img {
	width: 50%;
	max-height: inherit !important;
}
}


.head_top_contact {
position: relative;
float: right;
display: flex;
margin-right:10%;
}

@media screen and (max-width: 1023px){
.head_top_contact {
	display: none;
}
}


ul.head_contact {
	margin: 0;
	margin-top: -15px;
	margin-left: 30px;
	padding: 0;
}

ul.head_contact li {
line-height: 150%;
display: inline-block;
vertical-align: top;
list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	white-space: nowrap;
}
ul.head_contact li a {
	display: block;
	margin: 0;
	padding: 12px;
	padding-top: 20px;
	min-width: 150px;
	text-decoration: none;
	background-color: #FFF;
	color: #2d6595;
	font-weight: 400;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

ul.head_contact li a:hover {
	text-decoration: none;
	padding-top: 35px;
    transition: all 0.7s;
}

/************************************
** グローバルメニュー
************************************/


/************************************
** フッター
************************************/
#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 0;
}
#footer-in {
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	padding-top: 20px;
text-align: center;
}

@media screen and (max-width: 1023px){
#footer {
	padding: 0 0;
	padding-top: 20px;
	margin-top: 20px;
}
#footer-in {
	padding: 0;
	padding-bottom: 20px;
}
}
.copyright {
font-size: 90%;
}
@media only screen and (max-width: 834px) {
.copyright {
font-size: 80%;
}
}

.logo-footer {
max-width: 250px;
margin-bottom: 0;
}
.logo.logo-footer.logo-image {
margin: 0;
padding: 0;
}
.logo-footer img {
display: block;
max-width: 100%;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
@media screen and (max-width: 1023px){
.logo-footer {
display: block;
margin: 0 auto;
padding: 0;
max-width: 40%;
}
.logo-footer img {
margin: 0 auto;
padding: 0;
}
}



/************************************
** タイトル
************************************/
#title {
position: relative;
z-index: -1;
	background-image: url(https://www.shin-ei-kai.com/recruit/wp-content/uploads/2024/08/title2_back-2.png);
	background-size: cover;
	background-position: top right;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.title {
position: relative;
	display: block;
	width: 1200px;
	height: 320px;
	margin: 0 auto;
color: #2d6595;
	text-shadow: 0 0 3px rgba(255,255,255,0.5);
}

.title_txt {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}

.title_txt h2 {
font-weight: 400;
	font-size: 260%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1023px){
.title {
	width: auto;
	padding: 10px;
	height: 320px;
}
}

@media screen and (max-width: 834px){
#title {
	margin-bottom: 20px;
}
.title {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 10px;
	height: 240px;
}
.title_txt h2 {
	font-size: 160%;
}
}
@media screen and (max-width: 640px){
.title {
	height: 200px;
}
}


/************************************
** メイン
************************************/
#main_head {
position: relative;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
#main_head .imagecenter00 {
width: 100%;
}

/************************************
** ページ全体
************************************/

main .content {
margin: 0;
padding: 0 1.5em
}
@media screen and (max-width: 834px){
main .content {
padding: 0 0.5em
}
}

/************************************
** トップページ
************************************/


h3.title_top {
  position: relative;
  padding: 0 65px;
  color: #2d6595;
  text-align: center;
  font-size: 230%;
  margin-bottom: 50px;
}

h3.title_top:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #2d6595;
}

h3.title_top span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
@media screen and (max-width: 834px){
h3.title_top {
  font-size: 160%;
  margin-bottom: 30px;
}
}

.main_top {
margin: 0 auto;
margin-bottom: 50px;
display: block;
}



@media screen and (max-width: 834px){
.main_top {
margin: 0 1em;
margin-bottom: 30px;
}
}



/**ニュース
************************************/

.top_main_news {
display: block;
margin-bottom: 80px;
}
@media screen and (max-width: 834px){
.top_main_news {
margin-bottom: 30px;
}
}



table.top_news {
table-layout: fixed;
width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
table.top_news tr, table.top_news th, table.top_news td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.top_news th, table.top_news td {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 1em;
	vertical-align: top;
font-weight: 400;
font-size: 100%;
}
table.top_news th {
	width: 160px;
	text-align: left;
	padding-right: 0;
}
table.top_news td p {
margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media screen and (max-width: 834px){
table.top_news {
	margin-bottom: 15px;
}
table.top_news th, table.top_news td {
display: block;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}
table.top_news th {
	width: auto;
	padding: 0 10px;
	line-height: 130%;
}
table.top_news td {
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
}

.top_news a{
	display: block;
	color: #333;
	text-decoration: none;
}
.top_news a:hover {
	text-decoration: underline;
}

p.daytime {
display: inline-block;
margin-right: 5px;
}
.tag_new {
	display: inline-block;
	margin: 0;
	font-size: 80%;
	padding: 5px 10px;
	background-color: #F00;
	color: #FFF;
	text-align: center;
	line-height: 100%;
}



.title_entry {
position: relative;
display: block;
margin-bottom: 20px;
border-bottom: 1px dotted #999;
padding: 0 1.3em;
}
.title_entry:before {
position: absolute;
  content: '\f138';
  font-family: "Font Awesome 5 Free";
margin-left: -1.3em;
 font-weight: 900;
 color: #2d6595;
 font-size: 1.5em;
}
.title_entry p {
margin-bottom: 0;
}

.title_entry h3,
.title_entry h4 {
font-size: 140%;
margin-bottom: 10px;
}
.title_entry h4 a {
color: #000;
text-decoration: none;
}
@media only screen and (max-width: 834px) {
.title_entry h3,
.title_entry h4 {
font-size: 3.5vw;
}
}
.list_pic {
float: right;
max-width: 32%;
margin-left: 5%;
}


.tag_category {
display: inline-block;
white-space: nowrap;
font-size: 80%;
}

.tag_category a {
display: block;
background-color: #232e87;
color: #FFF;
padding: 0 10px;
padding-top: 2px;
text-decoration: none;
}
.tag_category a:hover {
background-color: #999 !important;
color: #000;
}

.bt_top_news {
display: inline-block;
position: relative;
}
.bt_top_news a {
position: relative;
z-index: 10;
display: block;
padding: 0.5em 3em;
border: 1px solid #2d6595;
color: #2d6595;
background-color: #FFF;
text-decoration: none;
border-radius: 30px;
}
.bt_top_news a:after {
position: absolute;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-left: -1em;
 font-weight: 900;
 right: 1.5em;
}
.bt_top_news a:hover {
background-color: #2d6595;
border: 1px solid #2d6595;
color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bt_top_news a:after:hover {
position: absolute;
 right: 0.5em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 834px) {
.bt_top_news {
display: block;
margin: 0 10px;
}
.bt_top_news a {
text-align: center;
padding: 0.5em 0.5em;
}
}


/**メイン下
************************************/


.back_side {
position: absolute;
top: 0;
right: 2%;
width: 25%;
max-width: 834px;
}
@media screen and (max-width: 834px){
.back_side {
top: inherit;
bottom: 0;
right: 2%;
width: 25%;
}
}

.top_greeting {
clear: both;
margin-top: 50px;
padding:250px 0;
margin-bottom: 50px;
position:relative;
}
.top_greeting .content {
  padding:0 2em;
  margin-bottom: 0;
  position:relative;
}
.top_greeting .content:after {
  content:"";
  background:#2d6595;
  width:900px;
  height:900px;
  position:absolute;
  left:2em;
  top:50%;
  z-index:0;
  transform: translateY(-50%);
  display:block;
  border-radius:50%;
}
.top_greeting ._sec {
  width:600px;
  margin-right:auto;
  margin-left: 150px;
  position:relative;
  color: #FFF;
  z-index:2;
}



@media screen and (max-width: 834px){
.top_greeting {
margin-top: 0;
padding:100px 0;
padding-top: 70px;
margin-bottom: 30px;
}
.top_greeting .content {
position: relative;
  padding: 2.5em 2em;
}
.top_greeting .content:after {
  width:150%;
  height:150%;
  right: inherit;
  top:-10%;
  left: 50%;
	transform: translateY(-0%) translateX(-50%);
}
.top_greeting ._sec {
display: block;
  width:auto;
  margin: 0 auto;
}
.top_greeting .sec_left {
position: relative;
display: block;
  width:auto;
  transform: translateY(0%);
}
}



.circle_top001_txt h4 {
font-size: 240%;
}

@media screen and (max-width: 834px){
.circle_top001_txt h4 {
font-size: 160%;
}
}
@media screen and (max-width: 480px){
.circle_top001_txt h4 {
font-size: 4.5vw;
}
}

.top_greeting_title {
position: absolute;
z-index: 5;
  bottom: 0;
left: 50%;
display: inline-block;
text-align: center;
width: 250px;
}
.circle_title {
position: relative;
display: block;
padding: 0;
padding-bottom: 250px;
height: 0;
border: 1px solid #2d6595;
color: #2d6595;
text-decoration: none;
background-color: #FFF;
border-radius: 50%;
overflow: hidden;
}
.circle_title p {
  position: absolute;
  font-weight: 600;
  font-size: 150%;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
  text-align:center;
  width: 100%;
}

.circle_title img {
  position: absolute;
  object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px){
.top_greeting_title {
bottom: -60px;
left: inherit;
right: 15px;
width: 30%;
}
.circle_title {
padding-bottom: 100%;
}
.circle_title p  {
  font-size: 3.5vw;
}
}

@media screen and (max-width: 640px){
.top_greeting_title {
bottom: -50px;
left: inherit;
right: 15px;
width: 40%;
}
}

@media screen and (max-width: 480px){
.top_greeting_title {
bottom: 0;
left: inherit;
right: 15px;
width: 40%;
}
}


.flex_top_jigyoushoukai {
display: flex;
justify-content: space-between;
align-items: center;
}

.flex_top_jigyoushoukai_left {
display: block;
order: 2;
width: 50%;
}
.flex_top_jigyoushoukai_right {
display: block;
order: 1;
width: 50%;
}

@media screen and (max-width: 1034px){
.flex_top_jigyoushoukai {
display: block;
}

.flex_top_jigyoushoukai_left {
width: auto;
}
.flex_top_jigyoushoukai_right {
width: auto;
}
}


.top_jigyoushoukai {
padding: 50px 0;
padding-bottom: 100px;
position:relative;
z-index:2;
}
.top_jigyoushoukai .content {
  padding:0 2em;
  margin-bottom: 0;
  position:relative;
}
.top_jigyoushoukai .content:after {
  content:"";
  background:#F8F8F8;
  width:900px;
  height:900px;
  position:absolute;
  right:2em;
  top:50%;
  z-index:2;
  transform: translateY(-50%);
  display:block;
  border-radius:50%;
}
.top_jigyoushoukai ._sec {
  width:500px;
  margin-left:auto;
  margin-right: 150px;
  position:relative;
  z-index:4;
}

.top_jigyoushoukai .sec_left {
position: relative;
  z-index:5;
}
@media screen and (max-width: 1320px){
.top_jigyoushoukai .content:after {
  width:700px;
  height:700px;
  right: -2em;
}
.top_jigyoushoukai ._sec {
  width:90%;
  margin-right: 1em;
}
.top_jigyoushoukai .sec_left {
}
}

@media screen and (max-width: 1034px){
.top_jigyoushoukai {
padding:30px 0;
margin-bottom: 30px;
}
.top_jigyoushoukai .content {
  padding: 2.5em 2em;
}
.top_jigyoushoukai .content:after {
  width:110%;
  height:70%;
  right: inherit;
  top:-5%;
  left: 50%;
	transform: translateY(-0%) translateX(-50%);
}
.top_jigyoushoukai ._sec {
display: block;
  width:auto;
  margin: 0 auto;
}
}




.circle_top002_title {
display: block;
margin-bottom: 50px;
}
.circle_top002_title p {
color: #2d6595;
font-weight: 900;
line-height: 150%;
font-size: 260%;
}
.circle_top002_title h4 {
font-size: 160%;
margin-bottom: 0;
}


@media screen and (max-width: 1034px){
.circle_top002_title {
margin-bottom: 20px;
}
.circle_top002_title p {
font-size: 200%;
}
.circle_top002_title h4 {
font-size: 150%;
margin-bottom: 0;
}
}

@media screen and (max-width: 834px){
.circle_top002_txt {
width: 75%;
}
.circle_top002_title {
margin-bottom: 20px;
}
.circle_top002_title p {
font-size: 160%;
}
.circle_top002_title h4 {
font-size: 130%;
}
}

ul.top_business {
margin: 0;
padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	 justify-content: center;
	 align-content: flex-end;
}

ul.top_business li {
display: inline-block;
list-style: none;
position: relative;
overflow: hidden;
margin: 1%;
padding: 0;
width: 31.3%;
height: 0;
padding-bottom: 31.3%;
text-align: center;
background-color: #2d6595;
color: #FFF;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
ul.top_business li:nth-child(3) {
clear: both;
}

ul.top_business li a {
display: block;
color: #FFF;
text-decoration: none;
}



ul.top_business li p {
  position: absolute;
  font-weight: 600;
  font-size: 140%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  text-align:center;
  width: 90%;
}
@media screen and (max-width: 834px){
ul.top_business {
margin: 0 ;
text-align: center;
	 justify-content: center;
}
ul.top_business li p {
  font-size: 100%;
  line-height: 150%;
}
}

.top_business_img {
  position: absolute;
  display: block;
  object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  text-align:center;
  width: 100%;
  height: 100%;
}

a:hover .top_business_img {
  width: 150%;
  height: 150%;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
  }






.top_bumon {
position: relative;
display: block;
margin-bottom: 50px;
}
.top_bumon:before {
  position:absolute;
  content:"";
  background:#e7eddf;
  width:40%;
  height:0;
  padding-bottom: 40%;
  left:-5%;
  top:-20%;
  z-index: -1;
  border-radius:50%;
}
.top_bumon:after {
  position:absolute;
  content:"";
  background:#e5e5e5;
  width:30%;
  height:0;
  padding-bottom: 30%;
  right:-5%;
  bottom:-30%;
  border-radius:50%;
  z-index: -1;
}
@media screen and (max-width: 834px){
.top_bumon {
margin-bottom: 30px;
}
.top_bumon:before {
  width:40%;
  padding-bottom: 40%;
  left:-5%;
  top:-5%;
}
.top_bumon:after {
  width:30%;
  height:0;
  padding-bottom: 30%;
  right:-5%;
  bottom:-15%;;
}
}
.top_bumon_title {
display: block;
margin-bottom: 30px;
}
.top_bumon_title p {
color: #2d6595;
font-weight: 900;
line-height: 150%;
font-size: 260%;
}
.top_bumon_title h4 {
font-size: 160%;
margin-bottom: 0;
}
@media screen and (max-width: 834px){
.top_bumon_title {
margin-bottom: 15px;
}
.top_bumon_title p {
font-size: 160%;
}
.top_bumon_title h4 {
font-size: 130%;
}
}

.flex_business {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.flex_business_l {
display: block;
width: 47.5%;
}
.flex_business_r {
display: block;
width: 47.5%;
}
@media screen and (max-width: 834px){
.flex_business {
display: block;
margin-bottom: 30px;
}
.flex_business_l {
width: auto;
}
.flex_business_r {
width: auto;
}
}

.top_bumon_koumoku h4 {
margin-bottom: 10px;
font-size: 220%;
color: #2d6595;
}
.top_bumon_koumoku h5 {
margin-bottom: 5px;
margin-left: 1em;
font-size: 110%;
}

@media screen and (max-width: 834px){
.top_bumon_koumoku h4 {
font-size: 160%;
}
}

ul.list_koumoku {
margin: 0;
padding: 0;
margin-bottom: 20px
}

ul.list_koumoku li {
display: block;
list-style: none;
margin: 5px;
color: #2d6595;
padding: 0.5em 1em;
text-decoration: none;
border: 1px solid #2d6595;
background-color: #FFF;
border-radius: 30px;
}





/** 応募
************************************/

.top_oubo {
position: relative;
		background: url("../../uploads/2023/11/IMG_0320-scaled.jpg");
background-size: cover;
  background-attachment: fixed;
		background-position: top;
		background-repeat: no-repeat;
display: block;
margin: 0 2em;
margin-bottom: 30px;
padding: 80px 2em;
border-radius: 15px;
background-color: rgba(0,0,0,0.7);
color: #FFF;
overflow: hidden;
}
.top_oubo::after {
  content: '';
background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 834px){
.top_oubo {
		background: url("../../uploads/2022/04/back_top_oubo_sp-1.jpg");
background-size: cover;
background-repeat: no-repeat;
		background-position: right top;
background-color: rgba(0,0,0,0.5);
margin: 0 1em;
margin-bottom: 30px;
padding: 35px 1.5em;
padding-top: 50px;
}
}


.top_oubo_txt {
position: relative;
display: block;
z-index: 2;
text-align: center;
}
.top_oubo h3 {
text-align: center;
font-size: 250%;
}
.top_oubo h4 {
text-align: center;
font-size: 200%;
margin-bottom: 50px;
}
.top_oubo p {
margin-bottom: 0;
}

@media screen and (max-width: 834px){
.top_oubo h3 {
font-size: 180%;
text-align: left;
margin-bottom: 10px;
}
.top_oubo h4 {
text-align: left;
font-size: 140%;
margin-bottom: 30px;
}
.top_oubo_txt {
text-align: left;
}
}
@media screen and (max-width: 480px){
.top_oubo h3 {
font-size: 5vw;
}
.top_oubo h4 {
font-size: 4vw;
}
}

ul.bt_boshu_form {
   display:flex;
   flex-wrap:wrap;
   justify-content: center;
   list-style:none;
margin: 0;
padding: 0;
}

@media screen and (max-width: 834px){
ul.bt_boshu_form {
margin-bottom: 20px;
}
}

ul.bt_boshu_form li {
display: inline-block;
list-style: none;
position: relative;
overflow: hidden;
margin: 1.1%;
padding: 0;
width: 30%;
height: 0;
padding-bottom: 30%;
text-align: center;
color: #2d6595;
border: 1px solid #2d6595;
background-color: #FFF;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
ul.bt_boshu_form li a {
display: block;
text-decoration: none;
color: #2d6595;
}

ul.bt_boshu_form li:hover {
border: 1px solid #FFF;
color: #FFF !important;
background-color: #2d6595;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.bt_boshu_form li a:hover {
color: #FFF !important;
}



ul.bt_boshu_form li p {
  position: absolute;
  font-weight: 600;
  font-size: 120%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  text-align:center;
  width: 90%;
}

/**募集要項
************************************/
table.table_youkou {
table-layout: fixed;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid #CCC;
margin-bottom: 30px;
}
table.table_youkou tr, table.table_youkou th, table.table_youkou td {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.table_youkou th, table.table_youkou td {
border-top: 1px solid #CCC;
margin: 0;
padding: 1em 2em;
vertical-align: top;
}
table.table_youkou th {
border-color: #2d6595;
padding: 1em;
color: #2d6595;
width: 150px;
text-align: left;
font-size: 110%;
}

@media screen and (max-width: 834px){
table.table_youkou th, table.table_youkou td {
display: block;
padding: 0.5em 1em;
}
table.table_youkou th {
width: auto;
font-size: 110%;
padding-bottom: 0;
}
table.table_youkou td {
border: none;
padding-top: 0;
}
}


.top_pic_youkou {
display: block;
	transform: rotate(-5deg);
margin: 0;
max-width: 90%;
border: 10px solid #FFF;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

@media screen and (max-width: 834px){
.top_pic_youkou {
	transform: rotate(0deg);
margin: 0 auto;
max-width: 100%;
border: 5px solid #FFF;
}
}





.tab_wrap{
display: block;
margin:0 auto;
margin-bottom: 50px;
}
@media screen and (max-width: 834px){
.tab_wrap{
margin-bottom: 30px;
}
}

.tab_wrap input[type="radio"]{
display:none;
}

.tab_area{
font-size:0;
margin:0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
justify-content: center;
}
.tab_area label {
margin:0 5px;
display:inline-block;
width: calc(100% / 4 - 10px);
/* ↑元は100% / 4 */
padding:0.5em;
line-height: 150%;
color:#999;
background:#ddd;
text-align:center;
font-size:15px;
cursor:pointer;
transition:ease 0.2s opacity;
}
.tab_area label p {
display: inline-block;
margin-bottom: 0;
align-items: center;
}
@media screen and (max-width: 834px){
.tab_area{
display:block;
}
.tab_area label {
margin: 5px;
display:block;
width: auto;
padding:0.5em;
color:#999;
background:#ddd;
text-align:center;
font-size:15px;
}
}
.tab_area label:hover{
opacity:0.5;
}
.panel_area{
display: block;
padding: 2em 5em;
padding-top: 0;
background:#fff;
border-radius: 15px;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
border-top: 5px solid #2d6595;
}

@media screen and (max-width: 834px){
.panel_area{
padding: 2em 2em;
}
}
.tab_panel{width:100%; padding:2em 0; display:none;}
@media screen and (max-width: 834px){
.tab_panel{padding:1em 0;}
}
#tab1:checked ~ .tab_area .tab1_label{background:#2d6595; color:#FFF;}
#tab1:checked ~ .panel_area #panel1{display:block;}

#tab2:checked ~ .tab_area .tab2_label{background:#2d6595; color:#FFF;}
#tab2:checked ~ .panel_area #panel2{display:block;}

#tab3:checked ~ .tab_area .tab3_label{background:#2d6595; color:#FFF;}
#tab3:checked ~ .panel_area #panel3{display:block;}

#tab4:checked ~ .tab_area .tab4_label{background:#2d6595; color:#FFF;}
#tab4:checked ~ .panel_area #panel4{display:block;}

#tab5:checked ~ .tab_area .tab5_label{background:#2d6595; color:#FFF;}
#tab5:checked ~ .panel_area #panel5{display:block;}

#tab6:checked ~ .tab_area .tab6_label{background:#2d6595; color:#FFF;}
#tab6:checked ~ .panel_area #panel6{display:block;}

#tab7:checked ~ .tab_area .tab7_label{background:#2d6595; color:#FFF;}
#tab7:checked ~ .panel_area #panel7{display:block;}

#tab8:checked ~ .tab_area .tab8_label{background:#2d6595; color:#FFF;}
#tab8:checked ~ .panel_area #panel8{display:block;}

#tab9:checked ~ .tab_area .tab9_label{background:#2d6595; color:#FFF;}
#tab9:checked ~ .panel_area #panel9{display:block;}

#tab10:checked ~ .tab_area .tab10_label{background:#2d6595; color:#FFF;}
#tab10:checked ~ .panel_area #panel10{display:block;}

.tab_wrap h4{
color: #2d6595;
font-size: 150%;
}

.tab_wrap h5{
font-size: 130%;
}



/**新人紹介
************************************/

.top_title_newface {
  position:relative;
  background:linear-gradient(to bottom, #2d6595, #031948);
  width:100%;
padding: 80px 2em;
color: #FFF;
text-align: center;
font-weight: 600;
margin-bottom: 50px;
overflow: hidden;
}

.top_title_newface:before {
  content:"";
  background:rgba(255,255,255,0.05);
  width:50%;
  height:0;
  padding-bottom: 50%;
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius:50%;
}
.top_title_newface:after {
  content:"";
  background:rgba(255,255,255,0.05);
  width:75%;
  height:0;
  padding-bottom: 75%;
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius:50%;
}
.top_title_newface h3 {
font-size: 260%;
margin-bottom: 10px;
}

.top_title_newface p {
font-size: 120%;
margin-bottom: 10px;
}
@media screen and (max-width: 834px){
.top_title_newface {
padding: 40px 1em;
margin-bottom: 30px;
}
.top_title_newface h3 {
font-size: 160%;
}
}

@media screen and (max-width: 480px){
.top_title_newface {
text-align: left;
}
}

.newface_flex {
   display:flex;
   flex-wrap:wrap;
justify-content: space-between;
}

.box_newface {
display: block;
  width: calc(50% - 2%);
padding: 1.5em 2em;
border-radius: 15px;
background-color: rgba(255,255,255, 0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 50px;
}
@media screen and (max-width: 1200px){
.newface_flex {
margin: 0 2em;
}
}
@media screen and (max-width: 834px){
.newface_flex {
   display:block;
margin: 0 0;
}

.box_newface {
  width: auto;
padding: 1.5em;
margin-bottom: 30px;
}
}

.box_newface_title {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  border: 3px solid #2d6595;
  border-radius: 10px;
  background: #F5F5F5;
  color: #2d6595;
  margin-bottom: 20px;
}

.box_newface_title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #2d6595 transparent transparent transparent;
}

.box_newface_title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 12px 0 12px;
  border-style: solid;
  border-color: #F5F5F5 transparent transparent transparent;
}
.box_newface_title h4 {
  color: #2d6595;
  margin: 0;
}
.nf_kana {
font-weight: 400;
font-size: 75%;
color:  #000;
}



.box_newface h5 {
position: relative;
color: #2d6595;
margin-bottom: 5px;
padding-left: 1em;
}
.box_newface h5:before {
position: absolute;
  content: '\f3c9';
  font-family: "Font Awesome 5 Free";
  margin-left: -0.8em;
 font-weight: 900;
 font-size: 150%;
 color: #F60;
 }
 p.newface_yakushoku {
 display: inline-block;
 margin-bottom: 5px;
 background-color: #F60;
 color: #FFF;
 padding: 0.1em 1em;
 border-radius: 15px;
 }
.newface_pic {
float: right;
position: relative;
display: block;
width: 180px;
height: 0;
padding-bottom: 180px;
overflow: hidden;
border-radius: 50%;
margin-left: 15px;
margin-bottom: 15px;
}
.newface_pic img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 1034px){
.newface_pic {
width: 120px;
padding-bottom: 120px;
margin-left: 10px;
margin-bottom: 5px;
}
}
@media screen and (max-width: 834px){
.newface_pic {
width: 180px;
padding-bottom: 180px;
margin-left: 10px;
margin-bottom: 5px;
}
}
@media screen and (max-width: 560px){
.newface_pic {
width: 35%;
padding-bottom: 35%;
margin-left: 10px;
margin-bottom: 5px;
}
}

/**インタビュー
************************************/

.top_title_interview {
  position:relative;
  background:linear-gradient(to bottom, #2d6595, #031948);
  width:100%;
padding: 80px 2em;
color: #FFF;
text-align: center;
font-weight: 600;
margin-bottom: 50px;
overflow: hidden;
}

.top_title_interview:before {
  content:"";
  background:rgba(255,255,255,0.05);
  width:50%;
  height:0;
  padding-bottom: 50%;
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius:50%;
}
.top_title_interview:after {
  content:"";
  background:rgba(255,255,255,0.05);
  width:75%;
  height:0;
  padding-bottom: 75%;
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius:50%;
}
.top_title_interview h3 {
font-size: 260%;
margin-bottom: 10px;
}

.top_title_interview p {
font-size: 120%;
margin-bottom: 10px;
}
@media screen and (max-width: 834px){
.top_title_interview {
padding: 40px 1em;
margin-bottom: 30px;
}
.top_title_interview h3 {
font-size: 160%;
}
}

@media screen and (max-width: 480px){
.top_title_interview {
text-align: left;
}
}

.top_title_interview_tantou {
position: absolute;
right: 2em;
top: 50%;
	transform: translateY(-50%);
}
.top_title_interview_tantou p {
font-weight: 400;
text-align: center;
font-size: 80%;
margin-bottom: 0;
}
.top_title_interview_pic {
position: relative;
display: block;
width: 120px;
height: 0;
padding-bottom: 100%;
overflow: hidden;
border-radius: 50%;
}
.top_title_interview_pic img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 834px){
.top_title_interview_tantou {
right: 0;
}

.top_title_interview_pic {
width: 70px;
padding-bottom: 70px;
}
}



dl.list_top_interview {
margin: 0;
padding: 0;
}
dl.list_top_interview dt {
position: relative;
margin: 0;
margin-bottom: 10px;
padding: 0;
padding-left: 1.5em;
color: #2d6595;
font-size: 140%;
font-weight: 600;
}

dl.list_top_interview dt:before {
position: absolute;
  content: '\f02d';
  font-family: "Font Awesome 5 Free";
  margin-left: -1em;
 font-weight: 900;
 font-size: 150%;
 color: #F60;
 }
 
dl.list_top_interview dd {
position: relative;
margin: 0;
margin-bottom: 20px;
padding: 1em 2em;
border-radius: 10px;
border: 1px solid #999;
}
@media screen and (max-width: 834px){
dl.list_top_interview dt {
padding-left: 1.2em;
font-size: 120%;
}

dl.list_top_interview dt:before {
  margin-left: -1em;
 font-size: 120%;
 }
}




/**会社概要
************************************/
table.table_company {
table-layout: fixed;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid #CCC;
}
table.table_company tr, table.table_company th, table.table_company td {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.table_company th, table.table_company td {
border-top: 1px solid #CCC;
margin: 0;
padding: 1em 2em;
vertical-align: top;
}
table.table_company th {
border-color: #2d6595;
padding: 1em;
color: #2d6595;
width: 200px;
text-align: left;
}

@media screen and (max-width: 834px){
table.table_company th, table.table_company td {
display: block;
padding: 0.5em 1em;
}
table.table_company th {
width: auto;
font-size: 110%;
padding-bottom: 0;
}
table.table_company td {
border: none;
padding-top: 0;
}
}

/************************************
** ページャー
************************************/

table.table_postnavi {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_postnavi tr, table.table_postnavi th, table.table_postnavi td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_postnavi th {
font-weight: 400;
padding: 0 15px;
width: auto;
text-align: center;
white-space: nowrap;
}
table.table_postnavi th a {
padding: 15px;
}
table.table_postnavi td.left_post {
}
table.table_postnavi td.right_post {
text-align: right;
}





/************************************
** コンテンツ
************************************/

h3.title_content {
color: #333;
font-size: 180%;
font-weight: 400;
line-height: 150%;
margin-bottom: 20px;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
h3.title_content:first-letter {
  font-size: 1.3em;
color: #d476f7;
}
h3.title_content:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d476f7;
  bottom: -3px;
  width: 20%;
}




/************************************
** フォーム
************************************/


.input-mini { width:100px !important }
.input-small { width: 30% !important; display: inline-block; }
.input-medium { width: 50% !important }
.input-large { width: 100% !important }
.input-xlarge { width: 100% !important }
.input-xxlarge { width: 100% !important }

@media screen and (max-width: 834px){
.input-small { width: 50% !important }
.input-medium { width: 98% !important }
.input-large { width: 98% !important }
.input-xlarge { width: 98% !important }
}

table.form_table {
table-layout: fixed;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid #CCC;
margin-bottom: 30px;
}
table.form_table tr, table.form_table th, table.form_table td {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.form_table th, table.form_table td {
border-top: 1px solid #CCC;
margin: 0;
padding: 1.5em 2em;
vertical-align: middle;
}
table.form_table th {
vertical-align: top;
border-color: #2d6595;
padding: 1em;
color: #2d6595;
width: 280px;
text-align: left;
font-size: 110%;
}

@media screen and (max-width: 834px){
table.form_table th, table.form_table td {
display: block;
padding: 0.5em 1em;
}
table.form_table th {
width: auto;
font-size: 110%;
padding-bottom: 0;
}
table.form_table td {
border: none;
padding-top: 0;
}
}



table.form_table p {
	margin: 0;
	padding: 0;
}



 .hissu {
	border-radius: 0;
	font-size: 70%;
	line-height: 100%;
	padding: 5px 5px;
	margin-left: 10px;
	text-decoration:none;
	display:inline-block;
	color: #FFF !important;
	background-color: #C00;
	font-weight: 400;
	margin-top: -10px;
}

select,textarea,input[type="text"],input[type="email"],input[type="tel"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 5px;
	width: auto;
	min-width: inherit;
  border-radius:0;
}


select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding: 0.65em 1em;
padding-right: 30px;
  box-sizing:border-box;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}

.selectbox {
display: inline-block;
margin:0;
position:relative;
}
.selectbox::after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  position:absolute;
  right:10%;
  top:45%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}

.selectbox_souba {
position:relative;
display: block;
margin:0;
margin-bottom: 0;
}

.selectbox_souba select{
  width: 98%;
  padding: 0.65em 1em;
  box-sizing:border-box;
  border:#ccc 1px solid;
  border-radius:0;
  background:#edeceb;
}

.selectbox_souba::after{
  content:"▼";
  display:block;
  position:absolute;
  right:0;
  top: 5px;
  padding: 0.4em 1em;
  background-color: #f19ba5;
  color: #FFF;
}

select,textarea,input[type="text"],input[type="email"],input[type="tel"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 5px;
	width: auto;
	min-width: inherit;
  border-radius:0;
}

.box_mitsumorisousa input[type="text"], .box_mitsumorisousa input[type="email"], .box_mitsumorisousa input[type="tel"] {
	display:block;
	width: 98%;
}


.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 1em 100px !important;
	font-size: 130%;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#CCC;
	border-radius: 5px;
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.btn-primary{
	color:#FFF !important;
	background-color:#F00 !important;
}
@media only screen and (max-width: 834px) {
.btn {
	display: block !important;
	width: 95% !important;
	padding: 1em 1em !important;
	margin: 5px 15px !important;

}
}


/************************************
** ボタン
************************************/

.bt_center {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
a .bt_center {
	display: block;
}
a:hover .bt_center  {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity:0.70;
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}





.bt_more {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 5px;
padding: 0;
text-align: center;
line-height: 130%;
}

.bt_more a {
position: relative;
display: block;
font-weight: 400;
padding: 0.5em 5em;
color: #FFF;
text-decoration: none;
background-color: #2d6595;
border-radius: 50px;
}

.bt_more a:hover {
color: #2d6595;
background-color: #c6d2dd;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.bt_more a:after {
position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  right: 3em;
 font-weight: 900;
 color: #FFF;
}
.bt_more a:hover::after {
  right: 1em;
    transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
.bt_more {
display: block;
margin: 5px;
}
.bt_more a {
font-weight: 600;
padding: 0.7em;
}
.bt_more a:after {
  right: 1em;
}
.bt_more a:hover::after {
  right: 0.2em;
}
}


.bt_blue {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 5px;
padding: 0;
text-align: center;
line-height: 130%;
}

.bt_blue a {
position: relative;
display: block;
font-weight: 600;
padding: 5px 30px;
color: #FFF;
text-decoration: none;
background-color: #0168b7;
border-radius: 5px;
}

.bt_blue a:hover {
color: #FF0;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.bt_blue a:before {
position: absolute;
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  margin-left: -20px;
 font-weight: 400;
 font-size: 150%;
}
.bt_blue a:hover::before {
  margin-left: -10px;
  color: #FF0;
    transition: all 0.3s;
}

/************************************
** ボックス
************************************/


.box_white {
display: block;
vertical-align: top;
list-style: none;
background-color: #FFF;
margin: 0;
padding: 1.5em 2em;
border-radius: 15px;
margin-bottom: 30px;
}


.box_gray {
display: block;
padding: 1.5em 2em;
background-color: #F5F5F5;
margin-bottom: 20px;
}

.box_shadow {
display: block;
padding: 1.5em 2em;
border-radius: 15px;
background-color: rgba(255,255,255, 0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 20px;
}
@media screen and (max-width: 834px){
.box_gray {
padding: 1.5em;
margin-bottom: 15px;
}
.box_shadow {
padding: 1.5em;
margin-bottom: 15px;
}
}

/************************************
** 画像
************************************/
.pic_left_page {
	float: left;
	display: inline-block;
	max-width: 43%;
	margin-right: 5%;
}
.pic_right_page {
	float: right;
	display: inline-block;
	max-width: 43%;
	margin-left: 5%;
}
.pic_right_page img, .pic_left_page img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 834px) {
.pic_right_page, .pic_left_page {
	float: none;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
}

.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imageright_pc {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	max-width: 50%;
}
@media screen and (max-width: 834px){
.imageright_pc {
float: none;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
}

.imageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imagecenter {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.imagecenter00 {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/************************************
** 個別
************************************/


table.table_double {
table-layout: fixed;
margin: 0;
padding: 0;
border: none;
background: none;
width: 100%;
}
table.table_double tr, table.table_double th, table.table_double td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_double td:nth-child(odd) {
padding-right: 2%;
}
table.table_double td:nth-child(even) {
padding-left: 2%;
}
table.table_double td.w55 {
width: 55%;
}
table.table_double td.w60 {
width: 60%;
}
table.table_double td.w65 {
width: 65%;
}
table.table_double td.w70 {
width: 70%;
}
table.table_double td.w75 {
width: 75%;
}

@media screen and (max-width: 1023px){
table.table_double td.w55, table.table_double td.w60, table.table_double td.w65, table.table_double td.w70, table.table_double td.w75 {
width: 50%;
}
}
@media screen and (max-width: 834px){
table.table_double td {
display: block;
padding: 0;
margin-bottom: 20px;
}
table.table_double td:nth-child(odd) {
padding-right: 0;
}
table.table_double td:nth-child(even) {
padding-left: 0;
}
table.table_double td.w60, table.table_double td.w65, table.table_double td.w70, table.table_double td.w75 {
width: auto;
}
}


.right {
float: right;
}

.red {
color: #F00;
}
.pink {
color: #fc5987;
}
.yellow {
color: #f9d50b;
}
.blue {
color: #0168b7;
}

.green {
color: #53c0c7;
}
.navy {
color: #2f418f;
}
.pink02 {
color: #F9B;
}
.gold {
color: #eee06d;
}
.gray {
color: #555;
}
.wine {
color: #B07;
}
.f70 {
	font-size: 70%;
}
.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}

.f10 {
	font-size: 10px;
	line-height: 110%;
}
.f12 {
	font-size: 80%;
	line-height: 90% !important;
}

.f50 {
	font-size: 50px;
}

.mb001 {
	margin-bottom: 70px;
}

.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}
.t_right_pc {
	text-align: right;
}
.member_pic {
	width: 20%;
		margin-top: -10px;
}

@media only screen and (max-width: 834px) {
.t_center_pc {
	text-align: left;
}
.t_center_sp {
	text-align: center;
}
.t_right_pc {
	text-align: left;
}
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}	
/************************************
** ドロワーメニュー
************************************/

.p-sp-menu-icon {
	display: block;
	height: 40px;
	mix-blend-mode: difference;
	position: fixed;
	right: 0px;
	right: 1rem;
	top: 16px;
	top: 1rem;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 59px;
	z-index: 9000;
	z-index: 3000;
}

.p-sp-menu-icon.is-active .p-sp-menu-icon__bar1 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.p-sp-menu-icon.is-active .p-sp-menu-icon__bar2 {
	display: none;
}

.p-sp-menu-icon.is-active .p-sp-menu-icon__bar3 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.p-sp-menu-icon:hover {
	cursor: pointer;
}

.p-sp-menu-icon__bars {
	display: block;
	height: 54px;
	height: 3.375rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 51px;
	width: 3.1875rem;
	z-index: 1400;
}

.p-sp-menu-icon__bar1,
.p-sp-menu-icon__bar2,
.p-sp-menu-icon__bar3 {
	background: #fff;
	border-radius: 25px;
	height: 3px;
	height: 0.1875rem;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	width: 3.125rem;
	z-index: 1200;
}

.p-sp-menu-icon__bar1 {
	top: 0;
}

.p-sp-menu-icon__bar2 {
	top: 12px;
	top: 0.75rem;
}

.p-sp-menu-icon__bar3 {
	top: 24px;
	top: 1.5rem;
}

.p-sp-menu-logo {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 182px;
	max-width: 11.375rem;
	width: 100%;
}

.p-sp-menu-content {
	height: 100%;
	left: 0;
	margin-left:auto;
	max-width: 375px;
	max-width: 23.4375rem;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 20px;
	top: 1.25rem;
	-webkit-transition: all 0.3s;
	transition: all 0.5s;
	width: 100%;
	transform: translateX(375px);
}

.p-sp-menu-content.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2000;
	transform: translateX(0px);
}

.p-sp-menu-content__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-top: 10px;
}

.p-sp-menu-logo {
	margin: 0 auto;
	position: relative;
	width: 320px;
	width: 20rem;
	z-index: 1000;
}



.p-sp-menu-bg {
	background-color: rgba(255, 255, 255, .9);
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: -20px;
	width: 100%;
	max-width:375px;
	margin-left:auto;
	z-index: 100;
	transform: translateX(375px);
}

.p-sp-menu-bg.is-active {
	opacity: 1;
	transform: translateX(0px);
}

.p-sp-header__nav {
	text-align: center;
}

.p-sp-nav-item {
	color: #706A6A;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 12px;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
	list-style-type:none;
}

.p-sp-nav-item a{
	
}
