@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');


/* Setting-basic
-----------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
  vertical-align: middle;
}
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;";
}
p {
  margin: 0 0 20px;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 500;
}
h1 {font-size: 3.6rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.4rem;}
h4 {font-size: 2.1rem;}
h5 {font-size: 1.8rem;}
h6 {font-size: 1.6rem;}

ol,ul {
  list-style: none;
}
.liststyle_decimal {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.liststyle_decimal li {
  margin-bottom: 5px;
}
.liststyle_disc {
  list-style: disc;
  padding: 0 0 0 20px;
}
.liststyle_disc li {
  margin-bottom: 5px;
}

a:link,
a:visited {
  color: #004098;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #28b6f9;
}
a.linkstyle {
  color: #333;
  text-decoration: underline;
}
a:hover.linkstyle {
  color: #28b6f9;
}
.swap {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swap:hover {
  opacity: 0.7;
}

/* flexbaox
-----------------------------------------------------------*/
.flexbox {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col2 {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
}
.col2 > div {
	width: 49%;
	margin: 0 0 25px;
}
.col5 {
	justify-content :flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	margin: 0 0 0 -25px;
	width: calc(100% + 25px);
}
.col5 > div {
	width: calc(20% - 25px);
	margin: 0 0 20px 25px;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

/* width */
.width100 {width: 100%;}
.width90 {width: 90%;}
.width50 {width: 50%;}
.width40 {width: 40%;}
.width30 {width: 30%;}


/* font size */
.text75 {font-size: 75%;}
.text80 {font-size: 80%;}
.text85 {font-size: 85%;}
.text90 {font-size: 90%;}
.text110 {font-size: 110%;}
.text120 {font-size: 120%;}


/* color */
.c_000 {color: #000;}
.c_333 {color: #333;}
.c_555 {color: #555;}
.c_888 {color: #888;}
.c_fff {color: #fff;}
.c_red {color: #f00;}


/* font style */
.boldstyle {font-weight: bold;}
.normalstyle {font-weight: normal;}
.italicstyle {font-style: italic;}

/* text-align */
.aligncenter {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}


/* Table Module
-----------------------------------------------------------*/
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 15px 10px;
  line-height: 1.5;
  word-wrap: break-word;
}
.tbl_caption {
  margin-top: 5px;
  font-size: 85%;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	padding: 15px;
	border-radius: 5px;
	background: #eaeaea;
  color: #333;
}
select {
	padding: 15px 25px 15px 15px;
	border-radius: 5px;
	background: #fff url(../images/icon_arr4.svg) no-repeat 96% center;
	background-size: 16px 16px;
	cursor: s-resize;
}
select {
  color: #888;
  font-size: 1.4rem;
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.7;
}
label:hover {
	cursor: pointer;
	opacity: 0.7;
}
::placeholder{
  color: #aaa;
  font-size: 1.4rem;
}


/* inview
-----------------------------------------------------------*/
img.img_effect2 {
  opacity: 0;
  transition: transform 1.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.img-blur {
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

.fadein2 {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s;
}
.fadein2.active {
  opacity : 1;
  transform : translate(0, 0);
}

.effect_fadein {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
li.effect_fadein:nth-child(1) { transition: all .7s ease-out .1s; }
li.effect_fadein:nth-child(2) { transition: all .7s ease-out .3s; }
li.effect_fadein:nth-child(3) { transition: all .7s ease-out .5s; }
li.effect_fadein:nth-child(4) { transition: all .7s ease-out .7s; }
li.effect_fadein:nth-child(5) { transition: all .7s ease-out .9s; }
li.effect_fadein:nth-child(6) { transition: all .7s ease-out 1.1s; }
li.effect_fadein:nth-child(7) { transition: all .7s ease-out 1.3s; }

.effect_def {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}



/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}
.js-animated-image {
	position: relative;
	width: 100%;
	height: 100%;
  transform: scaleX(0);
	transform-origin: left;
}
.js-animated-image img {
	clip-path: inset(0 100% 0 0);
}
.js-animated-image.is-animated {
	transform: scaleX(1);
}
.js-animated-image.is-animated img {
	transform: scale(1);
	transition: transform .0s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s;
	animation: clip-to-right .8s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s forwards;
}
@keyframes clip-to-right {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	99% {
		clip-path: inset(0 -2% 0 0);
	}
	to {
		clip-path: unset;
	}
}


/* layout_common
-----------------------------------------------------------*/
.sp_only {
  display: none;
}

/* drawer */
.drawer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transition: .3s;
  opacity: 0;
}
.drawer.active {
  visibility: visible;
  opacity: 1;
}
.drawer_menu {
  position: absolute;
  right: -500px;
  left: auto;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 100px 50px;
  overflow-y: scroll;
  background: #66CCC2;
  transition: .3s;
}
.active .drawer_menu {
  right: 0px;
  left: auto;
  font-size: 0;
  transition: 0.3s;
}
.drawer_menu_list {
  width: 100%;
  margin: 0 0 50px;
}
.drawer_menu_list li {
  position: relative;
	border-bottom: 1px dotted #fff;
}
.drawer_menu_list li:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
  background: url(../images/icon_arr2.svg) no-repeat;
  background-size: contain;
}
.drawer_menu_list li:last-child {
	border-bottom: 0;
}
.drawer_menu_list li a {
	display: block;
  padding: 15px 30px 15px 0;
	color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.drawer_menu_list li a:hover {
	color: #28b6f9;
}
.drawer_btn {
  display: none;
  position: absolute;
  top: 17px;
  right: 2%;
  z-index: 21;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.drawer_btn_trigger,
.drawer_btn_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.drawer_btn_trigger {
  position: relative;
  width: 36px;
  height: 12px;
  top: 15px;
}
.drawer_btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #555;
}
.drawer_btn_trigger span:nth-of-type(1) {
  top: 0;
}
.drawer_btn_trigger span:nth-of-type(2) {
  bottom: 0;
}
.active .drawer_btn_trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
  background: #fff
}
.active .drawer_btn_trigger span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
  background: #fff;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}


/* header */
.header_cover {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
}
.header_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 90px;
  margin: 0 auto 0;
  transition: .3s;
}
.header_logo {
  width: 240px;
  z-index: 4;
  transition: .3s;
}
.header_cover.fade_active {
  height: 60px;
}
.header_cover.fade_active .header_wrap {
  height: 60px;
}
.header_cover.fade_active .header_logo {
  width: 180px;
}
.header_cover.fade_active .drawer_btn {
  position: absolute;
  top: 2px;
  right: 2%;
}
.global {
  position: absolute;
  right: 5%;
  z-index: 3;
}
.global li {
  display: inline;
}
.global li a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  color: #333;
  font-size: 1.4rem;
}
.global li a:hover {
  color: #66CCC2;
}


/* footer */
.footer_area {
  width: 100%;
  padding: 30px 0 40px;
  background: #fff;
  text-align: center;
}
.footer_logo {
  width: 180px;
  margin: 0 auto 10px;
}
.footer_copyright {
  margin: 0;
  font-size: 1.1rem;
}


/* parts */
.pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 2;
}
.pagetop a {
  display: block;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  background: #66CCC2;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.pagetop a:hover {
  opacity: .7;
}


/* layout_index
-----------------------------------------------------------*/
.mainimg_wrap {
  position: relative;
  width: 100%;
	height: 850px;
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-position: center;
}
.mainimg_ttl {
  position: absolute;
  bottom: -50px;
  right: 10%;
  opacity: 0;
  transform: translateY(40px);
  transition: .8s;
  transition-delay: .8s;
}
.mainimg_ttl img {
  width: 300px;
}
.mainimg_ttl.show {
  opacity: 1;
  transform: translateY(0);
}
.mainimg_ttl3 {
  position: absolute;
  top: 100px;
  right: 10%;
}
.mainimg_ttl3 img {
  width: 600px;
}

.recruit_top_pickup_box {
  position: absolute;
  top: 50px;
  right: 5%;
  width: 720px;
}
.recruit_top_pickup {
  position: relative;
  width: 100%;
  height: 480px;
}
.recruit_top_pickup li:nth-child(1) {
  position: absolute;
  top: 100%;
  right: 10%;
  width: 34%;
}
.recruit_top_pickup li:nth-child(2) {
  position: absolute;
  top: 100%;
  right: 45%;
  width: 34%;
}
.contents_wh1 {
  width: 100%;
  padding: 150px 0;
  background: #fff url(../images/bg01.jpg) no-repeat center top;
  background-size: 100%;
}
.contents_wh2 {
  width: 100%;
  padding: 150px 0;
  background: #fff url(../images/bg03.jpg) no-repeat center top;
  background-size: 100%;
}
.contents_gr {
  width: 100%;
  padding: 150px 0;
  background: #f9f9f9 url(../images/bg02.jpg) no-repeat center top;
  background-size: 100%;
}
.contents_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents_title {
  margin: 0 0 60px;
  text-align: center;
}
.contents_title img {
  width: 450px;
}
.contents_title .title {
  margin: 0;
  font-family: 'Noto Serif JP',serif;
  font-size: 2.8rem;
  font-weight: 400;
}


.about_list>li:last-child {
	margin-bottom: 0;
}
.about_list_wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.about_list_img {
	width: 50%;
	height: 420px;
}
.about_list_text {
	width: 50%;
	max-width: 600px;
	margin: 0 auto 0 0;
  padding: 0 0 0 50px;
}
.about_list > li:nth-child(odd) .about_list_text {
	margin: 0 0 0 auto;
  padding: 0 50px 0 0;
}
.about_list_title {
  margin-bottom: 30px;
  color: #66CCC2;
  font-family: 'Noto Serif JP',serif;
	font-size: 3rem;
	font-weight: 400;
  line-height: 1.6;
}
.about_list_subtext {
	position: relative;	
  margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2.4;
}
.contents_philosophy {
  width: 80%;
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
  background: url(../images/bg_philosophy.png?20250701) no-repeat center top;
 
}
.contents_philosophy_detail {
  margin: 0 0 60px;
  text-align: center;
}
.contents_philosophy_detail img {
  width: 250px;
}
.contents_philosophy_detail .title {
  margin-top: 10px;
  font-family: 'Noto Serif JP',serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #6c8687;
}
.philosophy_area:nth-of-type(1){
	padding: 30px 40px;
	font-size: 1.6rem;
	background: #fff;
  width: 60%;
  max-width: 1200px;	
  margin: 80px auto 0px;	
}
.philosophy_area:nth-of-type(2){
	padding: 30px 40px;
	font-size: 1.6rem;
	background: #fff;
  width: 60%;
  max-width: 1200px;	
  margin: 20px auto;	
}

.ribbon-box {
  background: #d9f6fc;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.2);
  display: block;
  margin: 0 0 20px 15px;
  padding: 7px 10px 10px;
  position: relative;
}
.ribbon-box p { 
	margin: 0 0 0px;
}	
.ribbon {
  background: #5eb8c7;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  box-sizing: border-box;
  color: #fff;
  display: block;
  left: 2px;
  margin: 0 0 10px -20px;
  padding: 10px;
  position: relative;
  width: calc(100% + 28px);
}
.ribbon::before {
  border-bottom: 10px solid transparent;
  border-right: 8px solid #004956;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
}
.business_list li {
	margin-bottom: 100px;
	transition: all 1.0s;
}
.business_list li:last-child {
	margin-bottom: 0;
}
.business_list_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.business_list_inner > div.business_list_img {
	width: 48%;
}
.business_list_img img {
	width: 100%;
  object-fit: cover;
}
.business_list_inner > div.business_list_text {
	width: 48%;
}
.business_name {
  margin-bottom: 30px;
  color: #66CCC2;
  font-family: 'Noto Serif JP',serif;
	font-size: 3.6rem;
	font-weight: 400;
  line-height: 1.6;
}
.business_name span {
  display: block;
	font-size: 2.2rem;
}
.business_list_read {
  margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2.4;
}
.business_list a.btn1 {
  position: relative;
	display: block;
  width: 300px;
  padding: 5px 20px;
  border: 1px solid #66CCC2;
  border-radius: 30px;
  color: #66CCC2;
	font-size: 1.4rem;
}
.business_list a.btn1::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
  background: url(../images/icon_arr01.svg) no-repeat center center;
  background-size: contain;
  transition: .3s;
}
.business_list a.btn1:hover {
  background: #66CCC2;
  color: #fff;
}
.business_list a.btn1:hover::after {
	content: '';
  background: url(../images/icon_arr02.svg) no-repeat center center;
  background-size: contain;
}
.business_list a.btn2 {
  position: relative;
	display: block;
  width: 300px;
  padding: 5px 20px;
  background: #FD79C2;
  border: 1px solid #FD79C2;
  border-radius: 30px;
  color: #fff;
	font-size: 1.4rem;
}
.business_list a.btn2::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
  background: url(../images/icon_arr02.svg) no-repeat center center;
  background-size: contain;
  transition: .3s;
}
.business_list a.btn2:hover {
  background: #66CCC2;
  border: 1px solid #66CCC2;
}

.recruit_headimg_wrap {
  position: relative;
  width: 100%;
  margin: 0 0 60px;
  z-index: 1;
}
.recruit_headimg_wrap > img {
  width: 100%;
  height: 480px;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.recruit_pickup_box {
  position: absolute;
  top: 0;
  right: 5%;
  width: 720px;
}
.recruit_pickup {
  position: relative;
  width: 100%;
  height: 480px;
}
.recruit_pickup li:nth-child(1) {
  position: absolute;
  top: -2%;
  left: 33%;
  width: 34%;
}
.recruit_pickup li:nth-child(2) {
  position: absolute;
  top: 24%;
  left: 0;
  width: 34%;
}
.recruit_pickup li:nth-child(3) {
  position: absolute;
  top: 24%;
  right: 0;
  width: 34%;
}
.recruit_pickup li:nth-child(4) {
  position: absolute;
  bottom: -2%;
  left: 33%;
  width: 34%;
}

.recruit_reason_title {
  margin-bottom: 30px;
  color: #66CCC2;
  font-family: 'Noto Serif JP',serif;
	font-size: 3rem;
	font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.recruit_reason_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 100px;
}
.recruit_reason_block > div {
  width: 48%;
}
.recruit_reason_list li {
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 25px;
}
.recruit_reason_list li:before {
  content:'●';
  margin-right: 5px;
  color: #66CCC2;
}
.recruit_list {
	margin-bottom: 100px;
}
.recruit_list li {
	margin-bottom: 100px;
	transition: all 1.0s;
}
.recruit_list li:last-child {
	margin-bottom: 0;
}
.recruit_list_img {
  position: relative;
	width: 60%;
  height: 400px;
	padding: 0;
}
.recruit_list_img img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit_list_text {
	position: relative;
	margin-top: -350px;
	padding: 0;
	text-align: right;
	z-index: 1;
}
.recruit_list li:nth-child(odd) .recruit_list_img {
  margin-left: 40%;
}
.recruit_list li:nth-child(odd) .recruit_list_text {
  text-align: left;
}
.recruit_list_text_inner {
	display: inline-block;
	width: 45%;
	padding: 50px 5%;
  background: #f9f9f9;
	text-align: left;
}
.recruit_list_title {
  margin-bottom: 30px;
  font-family: 'Noto Serif JP',serif;
	font-size: 3rem;
	font-weight: 400;
  line-height: 1.4;
}
.recruit_list_read {
  margin: 0;
	font-size: 1.6rem;
	line-height: 2.4;
}
.recruit_list_point {
  width: 150px;
  margin: -100px 0 0;
}

.recruit_entry_block {
  padding-top: 100px;
}
.recruit_entry_title {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP',serif;
	font-size: 2.4rem;
	font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.recruit_entry_block1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 100px;
}
.recruit_entry_block > a {
  width: 31%;
}
.recruit_entry_block2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.recruit_entry_block2 > a {
  width: 49%;
}

a.recruit_btn1 {
	display: inline-block;
  width: 31%;
  padding: 20px 10px;
  border: 1px solid #FD79C2;
  border-radius: 15px;
  font-family: 'Noto Serif JP',serif;
  text-align: center;
}
a.recruit_btn1 .name {
  margin: 0 0 5px;
  color: #333;
  font-size: 2rem;
  line-height: 1.4;
}
a.recruit_btn1 .name span {
  display: block;
  font-size: 1.4rem;
}
a.recruit_btn1 .title {
  margin: 0;
  color: #FD79C2;
  font-size: 2.8rem;
  line-height: 1.2;
}
a.recruit_btn1:hover {
  background: #FD79C2;
}
a.recruit_btn1:hover .name {
  color: #fff;
}
a.recruit_btn1:hover .title {
  color: #fff;
}
a.recruit_btn2 {
  position: relative;
	display: inline-block;
  padding: 20px 10px;
  background: #66CCC2;
  border: 1px solid #66CCC2;
  border-radius: 60px;
  color: #fff;
  font-family: 'Noto Serif JP',serif;
	font-size: 2rem;
  text-align: center;
}
a.recruit_btn2::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
  background: url(../images/icon_arr02.svg) no-repeat center center;
  background-size: contain;
  transition: .3s;
}
a.recruit_btn2:hover {
  background: #FD79C2;
  border: 1px solid #FD79C2;
}
a.recruit_btn3 {
  position: relative;
	display: inline-block;
  padding: 20px 10px;
  background: #FD79C2;
  border: 1px solid #FD79C2;
  border-radius: 60px;
  color: #fff;
  font-family: 'Noto Serif JP',serif;
	font-size: 2rem;
  text-align: center;
}
a.recruit_btn3::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
  background: url(../images/icon_arr02.svg) no-repeat center center;
  background-size: contain;
  transition: .3s;
}
a.recruit_btn3:hover {
  background: #66CCC2;
  border: 1px solid #66CCC2;
}
.salon_box {
	padding: 15px 10px 10px;
  border-radius: 0.5em;
	box-shadow: 0px 0px 6px 0px #6bdfd2;
	border-radius: 5px;
}
.salon_box .name {
	text-align: center;
	margin-bottom: 10px;
	color: #8a599b;
	font-size: 1.4rem;	
}
.salon_box2 {
	padding: 15px 10px 10px;
  border-radius: 0.5em;
	box-shadow: 0px 0px 6px #7a6a58;
	border-radius: 5px;
}
.salon_box2 .name {
	text-align: center;
	margin-bottom: 10px;
	color: #7b586b;
	font-size: 1.4rem;	
}
.salon_box3 {
	padding: 0 10px 10px;
  border-radius: 0.5em;
	box-shadow: 0px 0px 6px #959595;
	border-radius: 5px;
}
.salon_box3 .name {
	text-align: center;
	margin: 10px 0 10px;
	color: #333;
	font-size: 1.4rem;	
}
.salon_box4 {
	padding: 0 10px 10px;
  border-radius: 0.5em;
	box-shadow: 0px 0px 6px #ff8b94;
	border-radius: 5px;
}
.salon_box4 .name {
	text-align: center;
	margin: 10px 0 10px;
	color: #fb6295;
	font-size: 1.4rem;	
}
.salon_box5 {
	padding: 0 10px 10px;
  border-radius: 0.5em;
	box-shadow: 0px 0px 6px #ba813b;
	border-radius: 5px;
}
.salon_box5 .name {
	text-align: center;
	margin: 10px 0 10px;
	color: #df774e;
	font-size: 1.4rem;	
}
.salon_box_disabled {
	padding: 0 10px 10px;
  border-radius: 0.5em;
  background: #c2c2c2;
	box-shadow: 0px 0px 6px #959595;
	border-radius: 5px;

}
.salon_box_disabled .name {
	text-align: center;
	margin: 10px 0 10px;
	color: #333;
	font-size: 1.4rem;	
}
.salon_box .name span,
.salon_box2 .name span, 
.salon_box3 .name span, 
.salon_box_disabled .name span,{
	font-weight: 800;
}

.salon_box img,
.salon_box2 img,
.salon_box3 img,
.salon_box_disabled img {
	width: 100px ;	
}

.btn_tel {
	display: block;
	padding: 3px 0 3px;
	text-align: center;
	background: #66CCC2;
	border: 1px solid #66CCC2; 
	color: #fff;
	border-radius: 3px;	
	font-size: 1.2rem;
}
.btn_tel:hover {
  background: #fff;
  color: #66CCC2;
	border: 1px solid #66CCC2;  
}
.btn_hp {
	text-align: center;
	background: #af2c5d;
	border: 1px solid #af2c5d;
	color: #fff;
	border-radius: 3px;
	font-size: 1.2rem;
	padding: 1px 0 2px 0;
}
.btn_hp:hover {
	background: #732240;
	border: 1px solid #732240;	
}
.hp_logo_container img {
	width: 50px;
	height: 16px;
}

.btn_kezome {
	display: block;
	padding: 3px 0 3px;
	text-align: center;
	background: #f08600;
	border: 1px solid #f08600;
	color: #fff;
	border-radius: 3px;
	font-size: 1.2rem;	
}
.btn_kezome:hover {
  background: #fff;
  color: #f08600;
	border: 1px solid #f08600;  
}

.company_title {
  margin-bottom: 30px;
  color: #66CCC2;
  font-family: 'Noto Serif JP',serif;
	font-size: 3rem;
	font-weight: 400;
  line-height: 1.4;
}
.company_read {
  margin: 0 0 60px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.company_box_base {
  padding: 15px;
  background: linear-gradient(to right, #66CCC2, #84B8FF);
}
.company_box {
  padding: 5%;
  background: #fff;
}
.company_list li {
  display: flex;
  flex-flow: row wrap;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.company_list li:last-child {
  border-bottom: none;
}
.company_list li span.data {
  width: 200px;
  color: #66CCC2;
}
.company_list li span.item{
  width: calc(100% - 200px);
}
.company_list img.iso {
  width: 100px;
}
.sns_insta {
  width: 50px;
  margin: 50px auto 0;
}
