﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Anton');
@import url('//fonts.googleapis.com/css?family=Abril+Fatface');

@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');


/*=================================================
サービス案内ページ
=================================================*/
/*-------------------------
角丸ボックス
--------------------------*/
/*①*/
.box01 {
  width: 100%;
  max-width: 640px;
  padding: 15px;
  margin: 0 auto;
   border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border:2px solid #74A442;
}
/*②*/
.box02 {
  width: 100%;
  max-width: 640px;
  padding: 15px 20px;
  margin: 0 auto;
   border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border:2px solid #D1712D;
}
/*③*/
.box03 {
  width: 100%;
  max-width: 640px;
  padding: 15px 20px;
  margin: 0 auto;
   border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border:2px solid #489196;
}

dl {
  padding: 0;
  margin: 0;
}
dt{
  float: left;
}
dd{
  margin-left: 3.2em;
  margin-bottom: 10px;
}

/*-------------------------
線
--------------------------*/
/*緑*/
.greenhr {
  width: 100%;
  border-width: 5px 0 0 0; 
  border-style: solid;
  border-color: #74A442;
  margin: 20px 0;
}
/*赤*/
.redhr {
  width: 100%;
  border-width: 5px 0 0 0; 
  border-style: solid;
  border-color: #D1712D;
  margin: 20px 0;
}
.redhr2 {
  width: 100%;
  max-width: 640px;
  border-width: 2px 0 0 0; 
  border-style: solid;
  border-color: #D1712D;
  margin: 0 auto;
}
/*青*/
.bluehr {
  width: 100%;
  border-width: 5px 0 0 0; 
  border-style: solid;
  border-color: #489196;
  margin: 20px 0;
}
.bluehr2 {
  width: 100%;
  max-width: 640px;
  border-width: 2px 0 0 0; 
  border-style: solid;
  border-color: #489196;
  margin: 0 auto;
}

/*-------------------------
ご利用企業の声
--------------------------*/
.voicewrap {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.voice_img {
  width: 100%;
  max-width: 120px;
  margin:0 15px 0 0;
}
.voice_text {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 640px) {
.voice_img {
  width: 100%;
  max-width: 68px;
  margin:0 12px 0 0;
  }
}

/*吹き出し*/
.voiceballoon {
  position: relative;
  padding: 12px 12px 12px 18px;
  background-color: #EEE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.6;
}
.voiceballoon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-right: 15px solid #EEE;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media(max-width:640px){
.voiceballoon::before{
  left: -10px;
  top: 30px;
  margin-top: -10px;
  border-right: 10px solid #EEE;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  }
}

/*-------------------------
料金表
--------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table th{
  width: 25%;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #999;
  border: 3px solid #999;
  white-space: nowrap;
}
table td{
  width:75%;
  padding: 10px 20px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 3px solid #999;
}
/* 縦列切り替え */
@media screen and (max-width: 640px) {
.tableswitch th,
.tableswitch td {
  display:block;
  width:100%;
  border-top: none;
  }
.tableswitch th{
  white-space: normal;
  }
.tableswitch tr:first-child th {
  border-top: 3px solid #999;
  }
}

/*-------------------------
実績人数
--------------------------*/
.resultnumb {
  font-family: 'Abril Fatface', cursive, sans-serif;
  font-size:4em;
  line-height: 100%;
  color:#CC0000;
}

/*-------------------------
文字カラー
--------------------------*/
.text01 {
  color:#489196;
}
.text02 {
  color:#D1712D;
}
.text03 {
  color:#74A442;
}

/*=================================================
会社案内
=================================================*/
.profilebox {
  width: 100%;
  padding: 30px 0;
  margin: 0;
  background: #11335E;
}

/*ダイヤマーク付き箇条書き*/
.diamond {
	padding:0;
}
.diamond p {
	position: relative;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.diamond p::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: -1em;
	width: 0.5em;
	height: 0.5em;
	background-color: #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*=================================================
TOPページ
=================================================*/
/*-------------------------
TOPイメージ
--------------------------*/
.topimg {
  width: 100%;
  background: linear-gradient(#666, #999);
  padding: 0 20px;
  margin: 0;
}

/* 中身ボックス */
.topimgbox {
  width:100%;
  max-width: 960px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
}
.topimgbox li {
  width: 50%;
  margin:0 20px 0 0;
}
.topimgbox li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.topimgbox {
  flex-direction: column;
  display:block;
  text-align: center;
  }
.topimgbox li {
  width:100%;
  margin:0 0 0 0;
  }
.topimgbox li:last-child{
  margin:0 0 0 0;
  }
.genkai img{
  max-width: 240px;
  }
}

/*-------------------------
TOPウェーブ背景
--------------------------*/
.wavebg {
  width: 100%;
  background-image:url(../img/index/wave.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
}

/*-------------------------
人材採用の流儀にテコ入れ
--------------------------*/
.tekoire {
  padding: 40px 0 80px;
}
@media screen and (max-width: 640px) {
.tekoire {
  padding: 30px 0 60px;
  }
}


/*=================================================
共通ページ
=================================================*/
/*-------------------------
共通ヘッダー
--------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #11335E;
  text-align: center;
}
@media(max-width:640px){
header {
  padding: 10px;
  }
header img {
  max-width: 160px;
}
}
.headercomment {
  width: 100%;
  margin: 0;
  padding: 10px 20px 10px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  background: #F4C51D;
  color: #11335E;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.4;
}
@media(max-width:640px){
.headercomment {
  font-size: 1.3em;
  }
}

/*-------------------------
共通フッター
--------------------------*/
footer {
  width: 100%;
  margin: 0;
  padding: 20px 20px 15px;
  background: #11335E;
  text-align: center;
}
@media(max-width:640px){
footer {
  padding: 15px 20px 10px;
  }
footer img {
  max-width: 300px;
}
}

.footcomment {
  width: 100%;
  margin: 30px 0 0;
  padding: 10px 20px 10px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  border-top: 1px solid #11335E;
  color: #11335E;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.4;
}
@media(max-width:640px){
.footcomment {
  font-size: 1.2em;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#000;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:640px){
#jumptop{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 黒グラデ背景ボタン */
.btn {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.4em;
  cursor: pointer;
  padding: 15px 15px 10px;
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(#666, #444);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin:0 auto;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
a.btn:hover {
  background: #000;
}

/* 角丸ボタン */
.btn2 {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 8px 15px 8px;
  text-decoration: none;
  color: #FFF;
  background: linear-gradient(#666, #444);
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin:0 auto;
  display: inline-block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
a.btn2:hover {
  background: #000;
}

/* 角丸黄色ボタン */
.btn3 {
  width: 100%;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.2em;
  cursor: pointer;
  padding: 12px 15px 8px;
  text-decoration: none;
  color: #000;
  background: #F4C51D;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin:0 auto;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
a.btn3:hover {
  background: #000;
  color:#F4C51D;
}


/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* ---------------------------------------
フォームスタイリング
------------------------------------------ */
/* 項目名 */
.formitem {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #333;
}

/* 入力・選択欄 */
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
}
select::-ms-expand {
  display: none;
}
textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
  height:140px;
}
input:focus,
select:focus,
textarea:focus {
  background:#F5F5F5;
}

/* ラジオボタン・チェックボックス */
input[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  margin:0 10px 15px 3px;
}
label {
  margin-right:1em;
  cursor:pointer;
}
label {
  display: inline-block;
}
@media screen and (max-width: 980px) {
input[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  margin:0 5px 10px 3px;
  }
}

/* ボタン */
/* @import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.3em;
  cursor: pointer;
  padding: 10px 18px 12px 20px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  background: #FBB02D;
  line-height: 100%;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  letter-spacing: 1px;
  margin:20px 0 0;
}

/* 必須項目アイコン */
.hissu {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#CC3300;
  padding:2px 5px 1px;
  margin-left:7px;
  font-weight:normal;
  vertical-align:middle;
}