@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: 16px;
  line-height: 1.8;
  color: #333;
}

.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;
}

/*=========================================================
	総合TOP
=========================================================*/
.front-body {
  padding: 10vh 5vw;
  box-sizing: border-box;
  height: 100vh;
  position: relative;
  min-width: initial;
}

#front-header {
  width: 100%;
  padding: .5vw 1vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

#front-header .hd-l {
  width: 12.5vw;
}

#front-header .hd-r .com-tel span {
  font-size: 1.5vw;
  padding-left: 1.5vw;
}

#front-header .hd-r .com-tel span:before {
  width: 1vw;
  height: 2vw;
  margin-top: -1vw;
}

#front-header .hd-r .com-tel small {
  font-size: 1vw;
}

#contents.front article:hover {
  opacity: .8;
}

#contents.front .com-front-topic {
  display: block;
  height: 100%;
  padding: .2vw;
  box-sizing: border-box;
}

#contents.front .com-front-topic .com-front-bx {
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

#contents.front .com-front-topic .com-front-bx .com-front-ttl {
  margin-bottom: 1vh;
}

#contents.front .com-front-topic .com-front-bx .com-front-ttl .ja {
  font-size: 2vw;
  font-weight: 700;
}

#contents.front .com-front-topic .com-front-bx .more-btn {
  width: 280px;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 1vh 0;
  margin: 2vh auto 0;
}

#contents.front .com-front-topic .com-front-bx span {
  display: block;
  color: #fff;
}

#contents.front #official-banner {
  margin-bottom: 5vh;
  height: 40vh;
  background: url(../img/front/official-banner-bg.jpg) no-repeat center/cover;
}

#contents.front #works-banner {
  background: url(../img/front/works-banner-bg.jpg) no-repeat center/cover;
}

#contents.front #recruit-banner {
  background: url(../img/front/recruit-banner-bg.jpg) no-repeat center/cover;
}
#contents.front .front-link{
  flex-direction: column;
  gap: 15px;
}
#contents.front .front-link article {
  height: 40vh;
  /* width: 49%;
  margin-right: 2%; */
  width: 100%;
}

#contents.front .front-link article:last-child {
  margin-right: 0;
}

.aside-link {
  position: absolute;
  right: 1vw;
  top: 50%;
  width: 20px;
  margin-top: -25vh;
}

.aside-link li {
  border-bottom: #333;
  border-bottom: 1vw;
  padding-bottom: .5vw;
  margin-bottom: .5vw;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #333;
}

.aside-link li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.aside-link li a:hover {
  opacity: .8;
}

.aside-link li .icon {
  display: block;
  margin-bottom: .5vw;
}

.aside-link li .txt {
  align-items: center;
  writing-mode: vertical-rl;
}

#front-footer .ft-address {
  margin-top: 2vh;
  font-size: .8vw;
}

#front-copyright {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #150b66;
  color: #fff;
  padding: .5vh 0;
  font-size: .6vw;
}

#front-copyright small,
#front-copyright a {
  font-size: .6vw;
  color: #fff;
}

/*=========================================================
	header
=========================================================*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 20px 0;
  box-sizing: border-box;
}

#header h1 span {
  display: block;
}

#header .hd-l {
  width: 200px;
}

#header .hd-r {
  width: 850px;
  position: relative;
}

#header .hd-r .hd-nav-btn {
  position: absolute;
  right: -20px;
  top: 0;
}

#header .hd-r .hd-nav-btn:hover {
  opacity: .8;
}

#header .hd-r li {
  margin-right: 50px;
}

#header .hd-r li:last-child {
  margin-right: 0;
}

#header .hd-r li a {
  font-weight: 700;
}

#header .hd-r li a:hover {
  color: #150b66;
}

#header .hd-nav-btn {
  width: 185px;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 600px;
  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: 600px;
}

#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 .catch img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
.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 #000 1px;
  background: #000;
  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 #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.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 #000 1px;
  background: #000;
  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 #000 1px;
  background: #000;
  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 #000 1px;
  background: #000;
  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 #000 1px;
  background: #000;
  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;
  }
}

.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: #150b66;
}

.mail-btn:hover span {
  color: #fff;
}

.com-tel {
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
}

.com-tel span {
  padding-left: 30px;
  position: relative;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 33px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -16.5px;
}

.com-tel small {
  font-size: 24px;
}

/*header
=========================================================*/
#mv {
  height: 940px;
  background: url(../img/mv/mv-bg.png);
}

#contents.top {
  color: #000;
}

/*about
=========================================================*/
#about {
  padding: 40px 0 140px;
  background: url(../img/about/about-frame-bg.png) no-repeat center bottom, url(../img/about/about-bg.png);
  text-align: center;
}

#about .about-ttl {
  margin-bottom: 40px;
}

#about .about-catch {
  width: 700px;
  margin: 0 auto 20px;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  font-size: 24px;
  letter-spacing: 0;
  position: relative;
}

#about .about-catch:before {
  content: "";
  position: absolute;
  display: block;
  top: -49px;
  right: auto;
  bottom: auto;
  left: 120px;
  width: 65px;
  height: 49px;
  background: url("../img/about/about-catch.png") no-repeat center/contain;
}

#about .about-catch em {
  font-weight: 900;
  font-size: 32px;
}

/*charm
=========================================================*/
#charm {
  position: relative;
  background: url(../img/charm/charm-bg.jpg);
}

#charm .charm-catch {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  width: 520px;
  margin: 0 auto;
}

#charm #trust {
  padding: 215px 0 85px;
  text-align: center;
}

#charm #trust .charm-ttl {
  margin-bottom: 20px;
}

#charm #trust .charm-img {
  margin-bottom: 15px;
}

#charm #trust .charm-txt {
  background: #ffad1d;
}

#charm #trust .charm-txt .charm-intxt {
  position: relative;
  padding: 60px 0;
  background: #fff;
  top: -15px;
  font-size: 18px;
  left: -15px;
}

#charm #trust .charm-txt .charm-intxt p {
  margin-bottom: 25px;
}

#charm #trust .charm-txt .charm-intxt p:last-of-type {
  margin-bottom: 0;
}

#charm #trust .charm-txt .charm-intxt em {
  font-weight: 700;
}

#point {
  padding: 130px 0 30px;
  background: url(../img/point/point-bg.png);
  position: relative;
}

#point:before {
  content: "";
  position: absolute;
  display: block;
  top: -48px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 48px;
  background: url("../img/point/point-frame-top.png") no-repeat center/contain;
  background-position: bottom left;
}

#point:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: url("../img/point/point-frame-btm.png") no-repeat center/contain;
  background-position: bottom left;
}

#point .point-wrp {
  height: 955px;
  background: url(../img/point/point-bx-bg.png) no-repeat center top 100px;
  position: relative;
}

#point .point-wrp:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -150px;
  left: 50%;
  width: 97px;
  height: 164px;
  background: url("../img/point/point-arw.png") no-repeat center/contain;
  margin-inline-end: -48.5px;
}

#point .point-wrp .point01:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -90px;
  bottom: auto;
  left: auto;
  width: 147px;
  height: 145px;
  background: url("../img/point/blue-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point02 {
  top: -100px;
}

#point .point-wrp .point02:before {
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  right: auto;
  bottom: auto;
  left: -50px;
  width: 107px;
  height: 194px;
  background: url("../img/point/pink-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point03 {
  top: 75px;
}

#point .point-wrp .point03:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -95px;
  bottom: 0;
  left: auto;
  width: 187px;
  height: 212px;
  background: url("../img/point/red-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point04 {
  top: -70px;
}

#point .point-wrp .point04:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 117px;
  height: 145px;
  background: url("../img/point/grn-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point05 {
  right: 175px;
  top: -30px;
  margin-left: auto;
}

#point .point-wrp .point05:before {
  content: "";
  position: absolute;
  display: block;
  top: 60px;
  right: -140px;
  bottom: auto;
  left: auto;
  width: 242px;
  height: 156px;
  background: url("../img/point/ylw-ranger.png") no-repeat center/contain;
}

#point .point-wrp article {
  background: url(../img/point/point-txt-bg.png) no-repeat center/contain;
  width: 427px;
  height: 327px;
  position: relative;
  text-align: center;
}

#point .point-wrp article .num {
  position: absolute;
  top: -20px;
}

#point .point-wrp article .num-l {
  left: -20px;
}

#point .point-wrp article .num-r {
  right: -20px;
}

#point .point-wrp article .point-ttl {
  font-weight: 900;
  font-size: 36px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 5px dotted #333;
}

#point .point-wrp article p {
  line-height: 1.5;
}

#change {
  padding: 140px 0 105px;
  text-align: center;
  position: relative;
  background: url(../img/change/charm-bg-l.png) no-repeat left center/50%, url(../img/change/charm-bg-r.png) no-repeat right center/50%;
}

#change:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 1080px;
  height: 192px;
  background: url("../img/change/change-line-iframe.png") no-repeat center/contain;
  margin-left: -540px;
  z-index: 10;
}

#change .change-bx {
  position: relative;
}

#change .change-bx .change-ttl {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#change .change-txt {
  width: 960px;
  height: 160px;
  margin: 80px auto 0;
  background: url(../img/change/change-txt-bg.png) no-repeat center/contain;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}

#change .change-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -50px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../img/change/change-txt-arw.png") no-repeat center/contain;
  background-position: top left;
  margin-left: -25px;
}

#change .change-txt:after {
  content: "";
  position: absolute;
  display: block;
  top: -60px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 147px;
  height: 74px;
  background: url("../img/change/change-txt-frame.png") no-repeat center/contain;
  margin-left: -73.5px;
  z-index: 10;
}

#change .change-txt em {
  color: #ff1818;
  font-size: 48px;
}

/*flow
=========================================================*/
#flow {
  padding-bottom: 275px;
  background: url(../img/flow/flow-bg.jpg);
}

#flow .flow-ttl {
  margin-bottom: 45px;
}

#flow .flow-dl {
  background: url(../img/flow/flow-line.png) no-repeat center top 30px;
}

#flow .flow-dl .flow01:before {
  content: "";
  position: absolute;
  display: block;
  top: -145px;
  right: auto;
  bottom: auto;
  left: -100px;
  width: 108px;
  height: 169px;
  background: url("../img/flow/flow-red-ranger.png") no-repeat center/contain;
}

#flow .flow-dl .flow03:before {
  content: "";
  position: absolute;
  display: block;
  top: -120px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 168px;
  height: 113px;
  background: url("../img/flow/flow-ylw-ranger.png") no-repeat center/contain;
  margin-left: -89px;
}

#flow .flow-dl .flow04:before {
  content: "";
  position: absolute;
  display: block;
  top: -150px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 162px;
  height: 125px;
  background: url("../img/flow/flow-blue-grn-ranger.png") no-repeat center/contain;
  margin-left: -81px;
}

#flow .flow-dl .flow05:before {
  content: "";
  position: absolute;
  display: block;
  top: -165px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 141px;
  height: 147px;
  background: url("../img/flow/flow-pink-ranger.png") no-repeat center/contain;
  margin-left: -65.5px;
}

#flow .flow-dl .in-dl {
  position: relative;
  margin-right: 100px;
}

#flow .flow-dl .in-dl:last-child {
  margin-right: 0;
}

#flow .flow-dl .in-dl .txt {
  position: absolute;
}

#flow .flow-dl .in-dl dt {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #150b66;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 20px;
}

#flow .flow-dl .in-dl:nth-of-type(odd) dt {
  font-size: 24px;
  width: 100px;
  height: 100px;
  border: #28318a solid 5px;
  color: #28318a;
}

#flow .flow-dl .in-dl:nth-of-type(even) dt {
  width: 85px;
  height: 85px;
  border: #fff43e solid 5px;
  color: #ffad1d;
}

#flow .flow-dl .in-dl .time {
  text-align: center;
  font-weight: 700;
  color: #28318a;
  font-size: 24px;
}

#flow .flow-dl .in-dl .txt {
  position: absolute;
  top: 170px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
}

#flow .flow-dl .in-dl .txt p {
  position: relative;
  padding: 35px 0;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

#flow .flow-dl .in-dl .txt p:after {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 10;
}

/*recruit
=========================================================*/
#recruit {
  padding: 25px 0 100px;
  background: url(../img/recruit/recruit-iframe-bg.png) no-repeat center top/100%, url(../img/recruit/recruit-bg.png) no-repeat center/cover;
}

#recruit .recruit-ttl {
  text-align: center;
  margin-bottom: 20px;
}

#recruit .recruit-txt {
  text-align: center;
  width: 400px;
  line-height: 1;
  font-size: 36px;
  padding: 10px 0;
  margin: 0 auto 40px;
  color: #fff;
  font-weight: 900;
  background: #28318a;
}

#recruit .recruit-post .recruit-tab li {
  background: #57d114;
  width: 530px;
  font-size: 30px;
  font-weight: 900;
  height: 80px;
  color: #fff;
  border-radius: 30px 30px 0 0;
  cursor: pointer;
  margin-right: 20px;
}

#recruit .recruit-post .recruit-tab li span {
  padding-left: 25px;
  position: relative;
}

#recruit .recruit-post .recruit-tab li span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 12px solid #fff;
  z-index: 10;
  margin-top: -11px;
}

#recruit .recruit-post .recruit-tab li:last-of-type {
  margin-right: 0;
}

#recruit .recruit-post .recruit-tab .current {
  background: #fff;
  color: #000;
}

#recruit .recruit-post .recruit-tab .current span:before {
  border-left: 12px solid #ff1818;
}

#recruit .recruit-post .recruit-post-bx {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

/*company
=========================================================*/
#company {
  padding: 100px 0;
  background: url(../img/company/company-bg.jpg) no-repeat center/cover;
}

#company .company-ttl {
  text-align: center;
  width: 680px;
  margin: 0 auto 35px;
  padding-bottom: 15px;
  font-weight: 700;
  background: url(../img/company/company-ttl-line-bg.png) repeat-x bottom left;
}

#company .company-ttl span {
  display: block;
  color: #fff;
}

#company .company-dl {
  margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}

#company .company-dl .in-dl {
  border-bottom: 1px solid #ccc;
}

#company .company-dl .in-dl:last-child {
  border-bottom: none;
}

#company .company-dl dt,
#company .company-dl dd {
  padding: 20px 15px;
  display: table-cell;
}

#company .company-dl dt {
  width: 150px;
  color: #716736;
  font-weight: 700;
}

#company .company-dl dd {
  width: 870px;
}

#map .map-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
}

#map .map-ttl span {
  display: block;
}

#map .map-iframe {
  position: relative;
  height: 400px;
}

#map .map-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*entry
=========================================================*/
#entry {
  padding: 90px 0 140px;
  background: url(../img/entry/entry-bg.jpg) no-repeat center/cover;
}

#entry .entry-ttl {
  text-align: center;
  margin-bottom: 80px;
}

#entry .entry-ttl .eng {
  position: relative;
  z-index: 100;
}

#entry .entry-ttl .ja {
  width: 720px;
  height: 230px;
  margin: -70px auto 0;
  background: url(../img/entry/entry-txt-bg.png) no-repeat center/contain;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

#entry .entry-ttl .ja:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 50%;
  width: 132px;
  height: 95px;
  background: url("../img/entry/entry-arw.png") no-repeat center/contain;
  margin-left: -66px;
}

#entry .entry-ttl .ja small {
  display: block;
  font-size: 30px;
}

#entry .entry-tel {
  text-align: center;
  border: solid #150b66 5px;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 100px;
}

#entry .entry-tel dt {
  background: #150b66;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 20px 0;
  position: relative;
}

#entry .entry-tel dt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 20px;
  border-top: solid #150b66 20px;
  margin-left: -20px;
}

#entry .entry-tel dd {
  padding: 40px 0 35px;
  background: #fff;
}

.contact-form-sec .contact-form-bx {
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
}

.contact-form-sec .contact-ttl {
  background: #ffad1d;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 20px 0;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.contact-form-sec .contact-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 20px;
  border-top: solid #ffad1d 20px;
  margin-left: -20px;
  z-index: 100;
}

.contact-form-sec .contact-form-table {
  background: #fff;
  border-right: solid 8px #ffad1d;
  border-bottom: solid 8px #ffad1d;
  border-left: solid 8px #ffad1d;
  margin-bottom: 60px;
}

.contact-form-sec .cont-dl {
  padding: 40px 25px;
  position: relative;
}

.contact-form-sec .cont-dl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -100px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 40px;
  border-top: solid #ff1818 20px;
  margin-left: -40px;
}

.contact-form-sec .cont-dl .in-dl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.contact-form-sec .cont-dl .in-dl:last-of-type {
  border-bottom: none;
}

.contact-form-sec .cont-dl dt,
.contact-form-sec .cont-dl dd {
  display: table-cell;
  vertical-align: top;
}

.contact-form-sec .cont-dl dt {
  width: 220px;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: 700;
}

.contact-form-sec .cont-dl dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5px;
  height: 30px;
  background: #ff1818;
}

.contact-form-sec .cont-dl dt .hissu {
  background: #ff1818;
  color: #fff;
  position: static;
}

.contact-form-sec .cont-dl dd {
  width: 800px;
}

.contact-form-sec .cont-dl dd input[type="text"],
.contact-form-sec .cont-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-form-sec .cont-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-form-sec .contact-btn ul li #form-btn {
  border: solid 1px #150b66;
  background-color: #150b66;
}

.contact-form-sec .contact-btn ul li:hover #form-btn {
  color: #150b66;
  background: #fff;
}

#privacy-sec {
  position: relative;
  margin-bottom: 100px;
}

#privacy-sec:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -90px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 40px;
  border-top: solid #ff1818 20px;
  margin-left: -40px;
}

#privacy-sec .privacy-ttl {
  text-align: center;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 20px;
}

#privacy-sec .privacy-iframe {
  height: 235px;
  padding: 5px;
  border: solid 8px #ffad1d;
  box-sizing: border-box;
  background: #fff;
}

#privacy-sec .privacy-iframe iframe {
  width: 100%;
  height: 100%;
}

#chack-privacy {
  margin-bottom: 40px;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  text-align: center;
  position: relative;
  padding: 50px 0 0;
}

#footer a:hover {
  opacity: .8;
}

#footer .charactor {
  position: absolute;
  left: 0;
  right: 0;
  top: -95px;
  width: 100%;
}

#footer .ft-logo {
  display: inline-block;
  margin-bottom: 35px;
}

#footer .sns-list {
  margin-bottom: 30px;
}

#footer .sns-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#footer .sns-list li:last-child {
  margin-right: 0;
}

#footer .ft-banner {
  margin-bottom: 50px;
}

#footer .ft-banner li {
  width: 280px;
  margin-right: 40px;
}

#footer .ft-banner li:last-child {
  margin-right: 0;
}

#footer #copyright {
  background: #150b66;
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #fff;
  font-size: 12px;
}

#footer #copyright small a {
  color: #fff;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層ボックス
=========================================================*/
#contents-u {
  padding: 100px 0 200px;
  border-bottom: 8px solid #150b66;
}

/*下層サブビジュアル
=========================================================*/
#sv {
  height: 500px;
  background: url(../img/common/sv-bg.jpg) no-repeat center/cover;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  border: solid 5px #000;
  padding: 20px;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}

.com-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #333;
  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: #333;
}

/*共通テーブル
=========================================================*/
.com-dl>.in-dl {
  border-bottom: 1px solid #ccc;
}

.com-dl>.in-dl:last-child {
  border-bottom: none;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 15px 20px;
}

.com-dl>.in-dl>dt {
  vertical-align: top;
  background: #716736;
  color: #fff;
  width: 180px;
}

.com-dl>.in-dl>dd {
  width: 840px;
}

.com-dl>.in-dl>dd a {
  color: #333;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #150b66;
}

#site-map ul li a {
  color: #333;
}

#site-map ul li a:before {
  border-left: 8px solid #150b66;
}

#site-map ul li a:hover {
  color: #150b66;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #150b66;
}

/*リキャプチャ---------------*/
.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;
}

.sp-sitemap {
  margin-bottom: 30px;
}

.sp-sitemap li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333;
  line-height: 1;
}

.sp-sitemap li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.sp-sitemap li a {
  font-size: 12px;
}