@charset "utf-8";
/* CSS Document */

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

       共有スタイル

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

.content-wrap {
	width: 100%;
	padding: 50px 0 ;
}
.content-wrap:first-child {
	margin-top: 100px;
}
.content-in {
  max-width:900px;
	width: 90%;
	margin: 0 auto;
}

.wrap-blue {
	background-color:#f1fbfb;
}

h2.icon {
	width: auto;
	margin: 0 auto 50px;
	text-align: center;
	padding-top: 60px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 45px;
}
h2.icon01 {	background-image: url(../img/h2_icon_01.png); }
h2.icon02 {	background-image: url(../img/h2_icon_02.png); }
h2.icon03 {	background-image: url(../img/h2_icon_03.png); }
h2.icon04 {	background-image: url(../img/h2_icon_04.png); }
h2.icon05 {	background-image: url(../img/h2_icon_05.png); }
h2.icon06 {	background-image: url(../img/h2_icon_06.png); }
h2.icon07 {	background-image: url(../img/h2_icon_07.png); }
h2.icon08 {	background-image: url(../img/h2_icon_08.png); }

h3.basic {
	width: auto;
	margin: 40px auto;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}
h3.underline {
	background-image: url(../img/h3_underline.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
h4.basic {
	color: #C11628;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

div.basic_table {
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #333;
}
div.basic_table dl {
	width: 100%;
}
div.basic_table dl dt {
  float:left;
  clear:left;
  width:20%;
	padding: 15px 0;
	font-size: 16px;
	border-top: 1px solid #333;
}
div.basic_table dl dd {
  float:left;
  width:80%;
	font-size: 16px;
	padding: 15px 0;
	border-top: 1px solid #333;
}
div.basic_table .no-border {
	border-top: none;
}

div.basic_text {
	margin: 40px auto 40px auto;
}
div.basic_text p {
	font-size: 16px;
	line-height: 28px;
}
.half {
	width: 48%;
	max-width: 430px;
}
.half img {
	width: 100%;
}

.half h3.basic {
	margin: 0 auto 40px auto;
	padding: 10px 0 20px 0;
}
.half h4.basic {
	margin: 30px auto 20px auto;
	text-align: center;
}
.half h5.basic {
	font-size: 16px;
	background-image: url(../img/half-h5.png);
	background-repeat: no-repeat;
	background-position:0 3px;
	background-size: 10px;
	padding-left: 15px;
	color: #333;
	font-weight: normal;
	margin: 25px 0 5px 0;
}
.half div.basic_text p  {
	line-height: 24px;
}

ul.list li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	background-image: url(../img/half-ul-li.png);
	background-repeat: no-repeat;
	background-position:0 5px;
	background-size: 10px;
	padding-left: 17px;
}
ul.list2 li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	background-image: url(../img/arrow-ul-li.png);
	background-repeat: no-repeat;
	background-position:0 3px;
	background-size: 15px;
	padding-left: 20px;
}

ul.arrow {
	margin-top: 20px;
}
ul.arrow li {
	font-size: 16px;
	margin-bottom: 10px;
}

.outline {
	background-color: #edf5f5;
}
.outline-in {
	padding: 20px 40px 40px 40px;
}
.outline h4 {
	color: #C11628;
	font-size: 18px;
	margin: 30px 0 10px 0;
	font-weight: normal;
}
.outline p {
	font-size: 16px;
	line-height: 26px;
}
.access-block p {
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
	line-height: 26px;
}
.googlegmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlegmap iframe,
.googlegmap object,
.googlegmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.outline-logo {
	background-repeat: no-repeat;
	background-size: 330px;
	background-position: center;
	width: 330px;
	height: 100px;
	margin: 20px auto 40px auto;
}
.service-contact {
	max-width: 400px;
	padding: 0 20px;
	margin:0 auto 40px auto;
}
.service-contact p {
	font-size: 16px;
	line-height: 24px;
	margin: 20px auto;
}
.service-contact img {
	width: 100%;
}
.radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.readmore {
	width: 90%;
	max-width: 900px;
	margin: 30px auto 0 auto;
}
.readmore a {
	width: 140px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/readmore.png);
	background-repeat: no-repeat;
	background-size: 140px;
	margin: 0 0 0 auto;
}
.readmore a:hover {
	background-image: url(../img/readmore_.png);
}

.bottan {
  width: 100%;
  margin: 20px 0;
}
.bottan a {
  border: 1px solid #707986;
  padding: 14px 30px 14px 20px;
  background-image: url(../img/bottan_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  display: inline-block;
  text-indent: 30px;
  color: #333;
  float: right;
}
.bottan a:hover {
  background-color: #dbe2ec;
  text-decoration: none;
}

.foot-deco-wrap {
	background-image: url(../img/foot_deco_wrap.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color:#f1fbfb;
}
.foot-deco-wrap .foot-deco {
	background-color: transparent;
}
.foot-deco {
	background-image: url(../img/foot_deco.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 100px !important;
}


/*-- HOME --*/

.index-pict-wrap {
	background-color: #F1F1F1;
}
.index-pict {
	background-image: url(../img/image_top_top5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 0 auto;
  max-width: 1200px;
pn}
.index-info {
	padding: 10px 20px 20px 20px;
	line-height: 160%;
}
.index-info h4 {
	border-bottom: #FF2F00 1px solid;
	color:#FF2F00;
	font-size: 18px;
	text-align: center;padding: 0 0 10px 0;
}

.index-info dl {
	width:auto;
	margin: 20px 0 0 0;
}
.index-info dt {
	float:left;
	clear:left;
	width: 150px;
	margin: 6px 0;
}
.index-info dd {
	float:left;
	/*width:70%;*/
	margin: 6px 0;
	width: -webkit-calc(100% - 155px) ;
	width: calc(100% - 155px) ;
}

#body-index .outline {
	background-color: #E6EDED;
	padding-top: 20px;
}
#body-index .outline .days {
	color: #C11628;
	margin-top: 20px;
}

h3.h3_news {
  background-image: url(../img/index_h3_news.png);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  text-indent: -9999px;
}

h3.h3_service {
  background-image: url(../img/index_h3_service.png);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  text-indent: -9999px;
}

ul#index_service_list li {
  width: 33%;
  /*width: calc(30% - 20px) ;*/
  float: left;
}
ul#index_service_list li a:hover{
  text-decoration: none;
}
ul#index_service_list li h4 {
  background-image: url(../img/isl_arrow.png);
  background-size: 30px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding: 15px 50px 15px 15px;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 100;
}
ul#index_service_list li .pict {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
}
ul#index_service_list li.service_list_second .pict {
  height: 240px;
}
ul#index_service_list li .logo {
  border: 1px solid #929ba8;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

ul#index_service_list li.isl_miyo {
  margin-right: 0.5%;
}
ul#index_service_list li.isl_miyo h4 {
  background-color: #f5ac3c;
}
ul#index_service_list li.isl_miyo .pict {
  background-image:url(../img/image_top_01-2.jpg);
}
ul#index_service_list li.isl_miyo .logo {
  background-image:url(../img/logo_miyomiyo.png);
}


ul#index_service_list li.isl_man {
  margin-right: 0.5%;
}
ul#index_service_list li.isl_man h4 {
  background-color: #00a85f;
}
ul#index_service_list li.isl_man .pict {
  background-image:url(../img/image_top_02.jpg);
}
ul#index_service_list li.isl_man .logo {
  background-image:url(../img/logo_mannaka.png)
}

ul#index_service_list li.isl_hare {}
ul#index_service_list li.isl_hare h4 {
  background-color: #187fc3;
}
ul#index_service_list li.isl_hare .pict {
  background-image:url(../img/image_top_03-1.jpg);
}
ul#index_service_list li.isl_hare .logo {
  background-image:url(../img/logo_harebare.png)
}

ul#index_service_list li.isl_rec {
  width: 100%;
  margin-top: 20px;
}
ul#index_service_list li.isl_rec h4 {
  background-color: #00aeeb;
}
ul#index_service_list li.isl_rec .pict1 {
  float: left;
  width: calc( 50% ) ;
  background-image:url(../img/image_top_04.jpg);
}
ul#index_service_list li.isl_rec .pict2 {
  float: right;
  width: calc( 50% ) ;
  background-image:url(../img/image_top_05.jpg);
}

.index-copy {
  font-size: 16px;
  line-height: 26px;
}
h3.h3_copy {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
}

/*-- 企業情報 --*/

.autograph {
	background-image: url(../img/pict03.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

/*-- スタッフ --*/

.pict06 img {
	width: 100%;
	margin-top: 30px;
}

h4.staff {
	text-align: center;
}

/*-- はればれ --*/
body#body-harebare h1 {
	background-image: url(../img/title_hare.png);
	background-repeat: no-repeat;
	background-size: 330px;
	width: 330px;
	height: 100px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

/*-- みよみよ --*/
body#body-miyomiyo .content-head {
	background-image:url(../img/miyomiyo_head.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	margin: 0 auto;
  max-width: 1200px;
}
body#body-miyomiyo h1 {
	background-image: url(../img/miyomiyo_title.png);
	background-repeat: no-repeat;
  background-position: bottom right;
	width: 100%;
  height: 350px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

/*-- 個人情報保護 --*/
#body-privacy	h4.basic {
		margin-top: 40px;
}
#body-privacy	ol {
	margin: 15px 0;
}
#body-privacy	ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
	list-style-position: inside;
	font-size: 14px;
}
#body-privacy	ol.privacy-kitei {
	margin: 0 0 40px 30px;
}
#body-privacy	ol.privacy-kitei li {
	margin-top: 30px;
	list-style-position: outside;
}


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

SP　スマホ
画面サイズが750px以下　

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

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

.content-wrap:first-child {
	margin-top: 70px;
}
	
h3.basic {
	/*max-width: 300px;*/
	width: 90%;
}

div.basic_table {
	margin: 0 auto;
	border-bottom: 1px solid #333;
}
div.basic_table dl {
	width: 100%;
}
div.basic_table dl dt {
  float: none;
  clear: none;
  width: auto;
	padding: 15px 0 5px;
	font-size: 16px;
	border-top: 1px solid #333;
	color: #C11628;
}
div.basic_table dl dd {
  float: none;
  width: auto;
	font-size: 14px;
	padding: 5px 0 15px;
	border-top: none;
}
div.basic_table .no-border {
	border-top: none;
}
.half {
	width: 100%;
	max-width: 750px;
}
.outline-in {
	padding: 20px;
}
.yurai {
	max-width: 400px;
	margin: 0 auto 20px auto;
}

.readmore {
	width: auto;
	margin: 20px auto 0 auto;
}
.readmore a {
	margin: 0 auto;
}
	
/*-- HOME --*/

.index-pict {
	background-size: 750px;
	height: 250px;
}
	
}

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

SP　スマホ
画面サイズが600px以下　

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

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

.index-pict {
	background-size: 600px;
	height: 200px;
}

.index-info dt ,
.index-info dd {
	width:auto;
	float: none;
}
  
ul#index_service_list li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
ul#index_service_list li.service_list_second .pict {
	height: 180px;
}
ul#index_service_list li.isl_miyo,
ul#index_service_list li.isl_man {
  margin-right: 0;
}
ul#index_service_list li .logo {
  background-size: 200px;
}
}


/*-- SNSbanner｜add 20250504 --*/

.sns_banner {
  width: 100%;
  padding-bottom: 50px;
}
.sns_instagram,.sns_x {
  width:48%;
  display: block;
  height: 165px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% auto;
  /*background-size: cover;*/
  text-indent: -9999px;
}
.sns_instagram {
  background-image: url("../img/sns_banner_instagram.jpg");
  float: left;
}
.sns_x {
  background-image: url("../img/sns_banner_x.jpg");
  float: right;
}

@media screen and (max-width:600px) {
  .sns_instagram,.sns_x {
    width:90%;
    height: 140px;
    float: none;
    margin: 0 auto 10px auto;
  }
}


/*-- nyusyokuCP｜add 202510 --*/

/*index.html*/
.n30cp_area {
  width: 100%;
  padding-bottom: 60px;
}
.n30cp_banner {
  aspect-ratio: 18 / 5;
  width: 100%;
  height: auto;
  
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% auto;
  text-indent: -9999px;
  background-image: url("../img/n30cp_banner.jpg");
}

/*recruit.html*/
div.n30cp p.renew_indent {
  margin-top: 20px;
}
div.n30cp div.basic_table {
  margin-bottom: 60px;
}
div.n30cp div.basic_table ul {
  /*text-indent: 0.5em;*/
}
div.n30cp div.basic_table ul li {
  list-style-type: disc;
  list-style: inside;
  text-indent:-1em;
  padding-left:1em;
  line-height: 1.6em;
}

@media screen and (max-width:600px) {
.n30cp_banner {
  aspect-ratio: 34 / 15;
  background-image: url("../img/n30cp_banner_sp.jpg");
}
}