@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");

/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.com-txt p {
  margin-bottom: 25px;
}

.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .com-txt p br {
    display: none;
  }
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

.com-tel span {
  position: relative;
  color: #444;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 20px;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 22px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -11px;
}

/*=========================================================
	header
=========================================================*/
#header {
  padding: 0 0 0 1%;
  position: fixed;
  background: #fff;
  height: 124px;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}

#header .hd-l {
  width: 55px;
}

#header .hd-r {
  width: 740px;
}

#header .hd-r .hd-info {
  margin-bottom: 10px;
  box-sizing: border-box;
  background: url(../img/common/hd-info-bg.jpg);
  width: 100%;
  height: 55px;
  padding-left: 15px;
  line-height: 1;
  border-radius: 0 0 0 25px;
}

#header .hd-r .hd-info .hd-address {
  text-align: center;
  font-weight: 500;
  width: 270px;
  font-size: 13px;
  margin-right: 15px;
}

#header .hd-r .hd-info .com-tel {
  width: 220px;
}

#header .hd-r .more-btn01 {
  border-radius: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  padding: 0;
  height: 55px;
}

#header #nav {
  margin-bottom: 10px;
}

#header #nav li {
  text-align: center;
  width: 130px;
  background: url(../img/common/gnav-line.png) no-repeat center right;
}

#header #nav li:last-child {
  background: none;
}

#header #nav li a {
  font-weight: 700;
  display: block;
  padding: 10px 0;
  color: #444;
}

#header #nav li a:hover {
  color: #1052ad;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 750px;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}

#mv li {
  height: 750px;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(4) {
  background: url(../img/mv/slider04-bg.jpg) no-repeat center/cover;
}

#mv {
  margin-top: 124px;
}

#mv .catch img {
  top: 0;
  right: auto;
  left: 10%;
  bottom: 0;
  z-index: 100;
}

/*=========================================================
	トップページ
=========================================================*/
/*下層ボックス
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

#contents-u .com-ttl {
  margin-bottom: 60px;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #1052ad 1px;
  background: #1052ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before,
.more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #1052ad 1px;
}

.more-btn01:hover span {
  color: #1052ad;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #1052ad 1px;
  background: #1052ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before,
.more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #1052ad 1px;
  background: #1052ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before,
.more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #1052ad 1px;
  background: #1052ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before,
.more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #1052ad 1px;
  background: #1052ad;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before,
.more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn01 {
  border-radius: 10px;
  width: 220px;
  box-sizing: border-box;
  padding: 15px 0;
}

.more-btn01 span {
  font-size: 16px;
}

.more-btn01:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  border: solid transparent 1px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: -4px;
  transform: rotate(45deg);
}

.more-btn01:hover:before {
  border-top: solid 1px #1052ad;
  border-right: solid 1px #1052ad;
  margin-top: -4px;
  transform: rotate(45deg);
}

.mail-btn {
  display: block;
  background: transparent;
  border: solid 1px #fff;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #1052ad;
}

.mail-btn:hover span {
  color: #fff;
}

.com-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
}

.com-ttl .main {
  margin-bottom: 10px;
  font-size: 40px;
  display: block;
}

.com-ttl .sub {
  border-radius: 30px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  background: #0ab5f5;
  padding: 5px 20px;
  color: #fff;
}

/*top-greeting
=========================================================*/
#top-greeting {
  padding: 100px 0;
  background: url(../img/top/top-greeting-bg.jpg) no-repeat center/cover;
}

#top-greeting .top-greeting-txtbx {
  text-align: center;
  line-height: 2.2;
}

/*top-works
=========================================================*/
#top-works {
  padding: 95px 0;
  background: url(../img/common/com-lblue-line-bg.jpg);
}

#top-works .top-works-catch-txt {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}

#top-works .top-works-catch-txt em {
  color: #0ab5f5;
}

.com-works-info {
  margin-bottom: 70px;
}

.com-works-info figure {
  text-align: center;
  width: 250px;
  margin-right: 50px;
}

.com-works-info figure:last-child {
  margin-right: 0;
}

.com-works-info figure figcaption {
  margin-top: 20px;
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 15px;
}

.com-works-info figure figcaption:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 3px;
  background: #0ab5f5;
  border-radius: 20px;
  margin-left: -65px;
}

/*top-recruit
=========================================================*/
#top-recruit {
  background: url(../img/top/top-recruit-bg.jpg) no-repeat center/cover;
  padding: 90px 0;
}

#top-recruit .top-recruit-bx {
  width: 630px;
  text-align: center;
  color: #fff;
}

#top-recruit .top-recruit-bx .top-recruit-ttl {
  position: relative;
  font-weight: 900;
  font-size: 98px;
  margin-bottom: 25px;
}

#top-recruit .top-recruit-bx .top-recruit-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 20px;
}

#top-recruit .top-recruit-bx .top-recruit-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 20px;
}

#top-recruit .top-recruit-list {
  margin-bottom: 50px;
}

#top-recruit .top-recruit-list li {
  width: 300px;
  line-height: 1.5;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: #0ab5f5;
  border-radius: 10px;
  padding: 15px 0;
}

#top-recruit .top-recruit-list li:last-child {
  margin-right: 0;
}

#top-recruit .more-btn01 {
  width: 260px;
}

/*top-news
=========================================================*/
#top-news {
  padding: 105px 0;
}

#top-news .top-news-post {
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
}

#top-news .top-news-post:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0ab5f5;
  border-radius: 20px;
}

#top-news .top-news-post:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0ab5f5;
  border-radius: 20px;
}

#top-news .top-news-post article a {
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

#top-news .top-news-post article a:hover {
  background: #0ab5f5;
  color: #fff;
}

#top-news .top-news-post article a:hover time {
  background: #fff;
  color: #0ab5f5;
}

#top-news .top-news-post article a time {
  margin-right: 15px;
  text-align: center;
  width: 130px;
  color: #fff;
  font-weight: 700;
  background: #0ab5f5;
  border-radius: 5px;
  padding: 5px 0;
}

/*aside
=========================================================*/
.aside-topic {
  padding: 80px 0;
  background: url(../img/common/com-gray-line-bg.jpg);
}

.aside-topic li {
  width: 515px;
  margin-right: 40px;
}

.aside-topic li:last-child {
  margin-right: 0;
}

.aside-topic li a {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  height: 90px;
  border-radius: 10px;
}

.aside-topic li a:hover {
  opacity: .8;
}

.aside-topic li .com-icon {
  margin-right: 15px;
}

.aside-topic li .facebook-banner {
  background: #1877f2;
}

.aside-topic li .line-banner {
  background: #00b900;
}

.gallery-banner-bg {
  background: url(../img/common/com-lblue-line-bg.jpg);
}

.gallery-banner-bg .gallery-banner-ttl-bx,
.gallery-banner-bg .gallery-img {
  height: 180px;
}

.gallery-banner-bg .gallery-banner:hover {
  opacity: .8;
}

.gallery-banner-bg .gallery-img {
  background: url(../img/common/gallery-banner-bg.jpg) no-repeat center/cover;
  width: 630px;
}

.gallery-banner-bg .gallery-banner-ttl-bx {
  width: 450px;
  background: #1052ad;
  text-align: center;
}

.gallery-banner-bg .gallery-banner-ttl-bx .gallery-banner-ttl {
  position: relative;
  padding: 25px 0;
  width: 370px;
}

.gallery-banner-bg .gallery-banner-ttl-bx .gallery-banner-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 20px;
}

.gallery-banner-bg .gallery-banner-ttl-bx .gallery-banner-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 20px;
}

.gallery-banner-bg .gallery-banner-ttl-bx span {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}

.gallery-banner-bg .gallery-banner-ttl-bx .ja {
  font-size: 35px;
}

.gallery-banner-bg .gallery-banner-ttl-bx .ja small {
  font-size: 30px;
}

/*=========================================================
	footer
=========================================================*/
#footer {
  padding-top: 60px;
  background: #0ab5f5;
}

#footer .ft-wrp {
  text-align: center;
}

#footer .ft-wrp .ft-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 50px;
}

#footer .ft-wrp .ft-info {
  margin-bottom: 25px;
}

#footer .ft-wrp .ft-info .ft-add-tel {
  width: 230px;
  margin-right: 25px;
}

#footer .ft-wrp .ft-info .ft-address {
  font-size: 12px;
  letter-spacing: 0;
}

#footer .ft-wrp .ft-info .more-btn01 {
  width: 230px;
  margin: 0 0 0 0;
}

#footer .ft-nav {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

#footer .ft-nav li {
  margin-right: 15px;
}

#footer .ft-nav li:last-child {
  margin-right: 0;
}

#footer .ft-nav li a {
  font-size: 13px;
}

#footer .ft-nav li a:hover {
  opacity: .8;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #222;
  font-size: 12px;
}

#footer #copyright small a {
  color: #222;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#sv {
  height: 380px;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#sv {
  margin-top: 124px;
  background: url(../img/common/sv-bg.jpg) no-repeat center/cover;
}

#sv .sv-inbox,
#sv .inbox {
  height: 100%;
}

#sv .sv-inbox {
  text-align: center;
  width: 645px;
  font-weight: 700;
}

#sv .sv-inbox .ja {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  min-width: 600px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 45px;
  background: #fff;
}

#sv .sv-inbox .ja:first-letter {
  color: #0ab5f5;
}

#sv .sv-inbox .eng {
  color: #fff;
  font-size: 20px;
  letter-spacing: .3rem;
  text-transform: uppercase;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-weight: 700;
  font-size: 30px;
  border-bottom: 2px solid #1052ad;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.ttl02 {
  line-height: 1.5;
  background: #0ab5f5;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #222;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #222;
}

/*共通テーブル
=========================================================*/
.com-dl>.in-dl {
  border-bottom: 1px solid #ccc;
}

.com-dl>.in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 15px 20px;
}

.com-dl>.in-dl>dt {
  font-weight: 700;
  background: url(../img/common/com-lblue-line-bg.jpg);
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

.com-dl>.in-dl>dd a {
  color: #222;
}

/*業務内容
=========================================================*/
#about-works .about-works-bx {
  margin-bottom: 80px;
}

#about-works .about-works-bx .about-works-img {
  width: 540px;
}

#about-works .about-works-bx .about-works-txt {
  width: 540px;
  line-height: 2;
}

#about-works .about-works-info .about-works-info-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 45px;
}

/*ギャラリー
=========================================================*/
#all-gallery .gallery-post article {
  width: 330px;
  margin: 40px 45px 0 0;
}

#all-gallery .gallery-post article:nth-child(3n) {
  margin-right: 0;
}

#all-gallery .gallery-post article:nth-child(-n + 3) {
  margin-top: 0;
}

#all-gallery .gallery-post article:last-child {
  margin-right: 0;
}

#all-gallery .gallery-post article .com-img {
  height: 330px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}

#all-gallery .gallery-post article .gallery-post-ttl {
  font-weight: 700;
  padding: 5px 0 5px 15px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 18px;
  border-left: 8px solid #0ab5f5;
}

/*求人について
=========================================================*/
#contents-u.recruit-u {
  padding-bottom: 0;
}

#about-recruit {
  padding-bottom: 100px;
}

#about-recruit .com-ttl {
  margin-bottom: 100px;
}

#about-recruit .about-recruit-info {
  width: 840px;
  margin: 0 auto;
}

#about-recruit .about-recruit-info article {
  padding: 40px 0 35px;
  position: relative;
  text-align: center;
  width: 405px;
  border-radius: 20px;
}

#about-recruit .about-recruit-info article p span {
  background: url(../img/common/com-lblue-line.jpg) repeat-x bottom left;
}

#about-recruit .about-recruit-info .about-recruit-info01 {
  padding: 65px 0 35px;
  border: solid 2px #0ab5f5;
  box-sizing: border-box;
  width: 460px;
  margin-bottom: 40px;
}

#about-recruit .about-recruit-info .about-recruit-info01 .about-recruit-info-ttl01 {
  width: 150px;
  background: #0ab5f5;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  font-size: 30px;
  letter-spacing: .3rem;
  font-weight: 700;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
}

#about-recruit .about-recruit-info .about-recruit-info01 .about-recruit-info-ttl01 span {
  display: block;
  position: relative;
}

#about-recruit .about-recruit-info .about-recruit-info01 .about-recruit-info-ttl01 span:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 10px #0ab5f5;
  margin-left: -10px;
}

#about-recruit .about-recruit-info .about-recruit-info01 p {
  font-weight: 700;
  font-size: 25px;
}

#about-recruit .about-recruit-info .about-recruit-info01 strong {
  font-size: 30px;
}

#about-recruit .about-recruit-info .about-recruit-info01 strong small {
  font-size: 25px;
}

#about-recruit .about-recruit-info02 {
  margin-right: 30px;
}

#about-recruit .about-recruit-info02,
#about-recruit .about-recruit-info03 {
  color: #fff;
  font-weight: 700;
}

#about-recruit .about-recruit-info02 .about-recruit-info-ttl02,
#about-recruit .about-recruit-info03 .about-recruit-info-ttl02 {
  position: relative;
  font-size: 35px;
  letter-spacing: .5rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}

#about-recruit .about-recruit-info02 .about-recruit-info-ttl02:before,
#about-recruit .about-recruit-info03 .about-recruit-info-ttl02:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 6px;
  background: #fff;
  border-radius: 20px;
  margin-left: -18px;
}

#about-recruit .about-recruit-info02 .about-recruit-info-txt02,
#about-recruit .about-recruit-info03 .about-recruit-info-txt02 {
  font-size: 23px;
}

#about-recruit .about-recruit-info02 {
  background: #0ab5f5;
}

#about-recruit .about-recruit-info03 {
  background: #1052ad;
}

#salary {
  padding: 100px 0;
  background: url(../img/common/com-lblue-line-bg.jpg);
}

#salary .salary-info {
  background: #fff;
  border-radius: 10px;
  padding: 45px 0;
  text-align: center;
  font-weight: 700;
}

#salary .salary-info dt {
  font-size: 40px;
  margin-bottom: 15px;
}

#salary .salary-info dt small {
  font-size: 30px;
}

#salary .salary-info dd {
  background: #1052ad;
  color: #fff;
  width: 480px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 22px;
  border-radius: 10px;
}

#flow {
  padding: 100px 0;
  background: url(../img/recruit/flow-bg.jpg) no-repeat center/cover;
}

#flow .flow-dl {
  padding: 25px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  width: 480px;
  margin: 0 auto;
}

#flow .flow-dl .in-dl {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}

#flow .flow-dl .in-dl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 19px transparent;
  border-top: solid 19px #1052ad;
  margin-left: -38px;
}

#flow .flow-dl .in-dl:last-child {
  margin-bottom: 0;
}

#flow .flow-dl .in-dl:last-child:before {
  display: none;
}

#flow .flow-dl .in-dl dt {
  width: 160px;
  background: #1052ad;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  padding: 5px 0;
}

#flow .flow-dl .level01 {
  background: #daf4fe;
}

#flow .flow-dl .level02 {
  background: #c2ecfc;
}

#flow .flow-dl .level03 {
  background: #a9e5fc;
}

#flow .flow-dl .level04 {
  background: #91defa;
}

#flow .flow-dl .level05 {
  background: #78d6fa;
}

#allowance {
  padding: 100px 0;
  background: url(../img/common/com-gray-line-bg.jpg);
}

#allowance .allowance-list li {
  text-align: center;
  font-weight: 700;
  width: 240px;
  border-radius: 10px;
  border: solid 3px #0ab5f5;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 0;
  font-size: 20px;
  line-height: 1.2;
  margin: 40px 40px 0 0;
}

#allowance .allowance-list li:nth-child(4n) {
  margin-right: 0;
}

#allowance .allowance-list li:nth-child(-n + 4) {
  margin-top: 0;
}

#allowance .allowance-list li:last-child {
  margin-right: 0;
}

#allowance .allowance-list li span {
  display: inline-block;
  vertical-align: middle;
}

#allowance .allowance-list li span:first-letter {
  color: #0ab5f5;
}

#allowance .allowance-list li small {
  font-size: 15px;
}

/*募集概要
=========================================================*/
#requirements-info .requirements-dl dt {
  text-align: center;
}

/*会社概要
=========================================================*/
#company-info .company-dl {
  display: block;
  margin-bottom: 90px;
}

#company-info .company-dl dt {
  text-align: center;
}

#company-info .map-iframe {
  height: 400px;
  background: #ccc;
  border: solid 1px #ccc;
}

#company-info .map-iframe iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}

.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #222;
  pointer-events: none;
}

.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  appearance: none;
}

.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px #1052ad;
  color: #1052ad;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #1052ad;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #1052ad;
}

.post-wrp .all-post-list article a {
  color: #222;
}

.post-wrp .all-post-list article a .tag-name {
  margin: 3px 5px 0 0;
  border: solid 1px #1052ad;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #1052ad;
}

.post-wrp .all-post-list article a time span {
  color: #1052ad;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #1052ad;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #1052ad;
}

#contents-u.s-post .sb_style h3 {
  background: #1052ad;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #1052ad;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #1052ad;
}

#contents-u.s-post .sb_style ul li:before {
  background: #1052ad;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #1052ad;
}

#contents-u.s-post .sb_style a {
  color: #1052ad;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #1052ad;
}

#contents-u.s-post .s-time-tag time {
  color: #1052ad;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #1052ad;
  line-height: 1;
  color: #1052ad;
}

#contents-u.s-post .tag-name span {
  color: #1052ad;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #0ab5f5;
  color: #fff;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="email"] {
  width: 100%;
}

.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  padding: 10px;
  box-sizing: border-box;
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  padding: 10px;
  box-sizing: border-box;
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  border: solid 1px #1052ad;
  background-color: #1052ad;
}

.contact-btn ul li:hover #form-btn {
  color: #1052ad;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #1052ad;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #1052ad 5px;
}

.page-btn .right a:before {
  border-left: solid #1052ad 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #1052ad;
}

#site-map ul li a {
  color: #222;
}

#site-map ul li a:before {
  border-left: 8px solid #1052ad;
}

#site-map ul li a:hover {
  color: #1052ad;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #1052ad;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/