@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: 4vw;
  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: 4%;
}

.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: 0 5vw;
  box-sizing: border-box;
  position: relative;
  min-width: initial;
}

#front-header {
  width: 100%;
  padding: 3vw 1vw;
}

#front-header .hd-l {
  width: 30%;
}

#front-header .hd-r {
  display: none;
}

#contents.front .com-front-topic {
  display: block;
  height: 100%;
  padding: 2vw;
  box-sizing: border-box;
}

#contents.front .com-front-topic .com-front-inbx {
  width: 80%;
  margin: 0 auto;
}

#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: 5vw;
  font-weight: 700;
  line-height: 1.5;
}

#contents.front .com-front-topic .com-front-bx .com-front-ttl .eng img {
  height: 5vw;
}

#contents.front .com-front-topic .com-front-bx .more-btn {
  display: block;
  width: 100%;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 2vw;
  font-size: 2vw;
  margin: 2vh auto 0;
}

#contents.front .com-front-topic .com-front-bx span {
  display: block;
  color: #fff;
}

#contents.front #official-banner {
  margin-bottom: 2vh;
  height: 35vh;
  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 #works-banner .com-front-ttl span {
  font-size: 4vw !important;
}

#contents.front #recruit-banner {
  background: url(../img/front/recruit-banner-bg.jpg) no-repeat center/cover;
}

#contents.front #recruit-banner .com-front-ttl span {
  font-size: 4vw !important;
}

#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 {
  margin-top: 7vw;
}

.aside-link ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.aside-link li {
  border-right: #333;
  border-right: 1vw;
  padding-right: 5%;
  margin-right: 5%;
  text-align: center;
  line-height: 1.5;
  border-right: 1px solid #ccc;
}

.aside-link li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.aside-link li .icon {
  display: block;
  margin-bottom: .5vw;
}

.aside-link li .txt {
  display: none;
}

#front-footer .ft-address {
  margin-top: 2vh;
  font-size: 2vw;
}

#front-copyright {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #150b66;
  color: #fff;
  padding: 1vw 0;
  font-size: 2vw;
}

#front-copyright small,
#front-copyright a {
  font-size: 2vw;
  color: #fff;
}

/*=========================================================
	header
=========================================================*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding: 0 3%;
  box-sizing: border-box;
}

#header .hd-l {
  width: 40%;
}

#header .hd-r {
  position: relative;
}

#header .hd-r #nav {
  display: none;
}

#header .hd-nav-btn {
  width: 20%;
  position: fixed;
  right: 0;
  bottom: 13vh;
}

/*Mainvisual
=========================================================*/
#mv {
  height: 400px;
  text-align: center;
  background: url(../img/mv/mv-bg.png) no-repeat center/cover;
}

#mv .inbox {
  height: 100%;
}

#mv .catch {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#mv .catch img {
  width: 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: 7vw;
  line-height: 1;
}

.com-tel span {
  padding-left: 6vw;
  position: relative;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 6vw;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -3vw;
}

.com-tel small {
  font-size: 4vw;
}

/*header
=========================================================*/
#contents.top {
  color: #000;
}

/*about
=========================================================*/
#about {
  padding: 15% 0 25%;
  background: url(../img/about/about-frame-bg.png) no-repeat center bottom, url(../img/about/about-bg.png);
  text-align: center;
}

#about .about-ttl {
  width: 90%;
  margin: 0 auto 10%;
}

#about .about-catch {
  margin: 0 auto 10%;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  padding: 8% 0;
  font-size: 4vw;
  letter-spacing: 0;
  position: relative;
}

#about .about-catch:before {
  content: "";
  position: absolute;
  display: block;
  top: -8vw;
  right: auto;
  bottom: auto;
  left: 15vw;
  width: 15vw;
  height: 8vw;
  background: url("../img/about/about-catch.png") no-repeat center/contain;
}

#about .about-catch em {
  font-weight: 900;
  font-size: 6vw;
}

/*charm
=========================================================*/
#charm {
  position: relative;
  background: url(../img/charm/charm-bg.jpg);
}

#charm .charm-catch {
  position: absolute;
  left: 0;
  right: 0;
  top: -15vw;
  width: 60%;
  margin: 0 auto;
}

#charm #trust {
  padding: 20% 0 10%;
  text-align: center;
}

#charm #trust .charm-ttl {
  margin-bottom: 5%;
}

#charm #trust .charm-img {
  margin-bottom: 3%;
}

#charm #trust .charm-txt {
  background: #ffad1d;
}

#charm #trust .charm-txt .charm-intxt {
  text-align: left;
  position: relative;
  padding: 10% 6%;
  background: #fff;
  top: -2vw;
  font-size: 4.2vw;
  left: -2vw;
}

#charm #trust .charm-txt .charm-intxt p {
  margin-bottom: 4%;
}

#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: 10% 0 10%;
  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: top left;
}

#point .point-wrp {
  padding-top: 60%;
  background: url(../img/point/point-bx-bg.png) no-repeat center top/90%;
  position: relative;
}

#point .point-wrp:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -150px;
  left: 50%;
  width: 15vw;
  height: 40vw;
  background: url("../img/point/point-arw.png") no-repeat center/contain;
  margin-left: -7.5vw;
}

#point .point-wrp .point01:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -3vw;
  bottom: -3vw;
  left: auto;
  width: 30vw;
  height: 30vw;
  background: url("../img/point/blue-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point02:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -14vw;
  left: 5vw;
  width: 25vw;
  height: 35vw;
  background: url("../img/point/pink-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point03:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 3vw;
  bottom: -10vw;
  left: auto;
  width: 35vw;
  height: 35vw;
  background: url("../img/point/red-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point04:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -10vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  background: url("../img/point/grn-ranger.png") no-repeat center/contain;
}

#point .point-wrp .point05:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: -8vw;
  left: auto;
  width: 35vw;
  height: 30vw;
  background: url("../img/point/ylw-ranger.png") no-repeat center/contain;
}

#point .point-wrp article {
  background: #fff;
  position: relative;
  text-align: center;
  border: solid #000 8px;
  box-sizing: border-box;
  padding: 10% 6% 30%;
  margin-bottom: 15%;
}

#point .point-wrp article:last-child {
  margin-bottom: 0;
}

#point .point-wrp article .num {
  width: 40%;
  position: absolute;
  top: -5vw;
}

#point .point-wrp article .num-l {
  left: -5vw;
}

#point .point-wrp article .num-r {
  right: -5vw;
}

#point .point-wrp article .point-ttl {
  font-weight: 900;
  font-size: 6vw;
  padding-bottom: 3%;
  margin-bottom: 4%;
  line-height: 1.5;
  border-bottom: 5px dotted #333;
}

#point .point-wrp article p {
  text-align: left;
}

#change {
  padding: 20% 0 10%;
  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: 100%;
  height: 30vw;
  background: url("../img/change/change-line-iframe.png") no-repeat center/contain;
  margin-left: -50%;
  z-index: 10;
  background-position: bottom center;
}

#change .change-bx {
  position: relative;
}

#change .change-bx .change-ttl {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#change .change-img {
  padding-top: 10%;
}

#change .change-txt {
  margin: 10% auto 0;
  background: #fff;
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 900;
  padding: 8% 0 10%;
  position: relative;
}

#change .change-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -6vw;
  left: 50%;
  width: 6vw;
  height: 6vw;
  background: url("../img/change/change-txt-arw.png") no-repeat center/contain;
  background-position: top left;
  margin-left: -3vw;
}

#change .change-txt:after {
  content: "";
  position: absolute;
  display: block;
  top: -6vw;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 30vw;
  height: 8vw;
  background: url("../img/change/change-txt-frame.png") no-repeat center/contain;
  margin-left: -15vw;
  z-index: 10;
}

#change .change-txt em {
  color: #ff1818;
  font-size: 7vw;
}

/*flow
=========================================================*/
#flow {
  padding-bottom: 35%;
  background: url(../img/flow/flow-bg.jpg);
}

#flow .flow-ttl {
  width: 80%;
  margin-bottom: 10%;
}

#flow .flow-dl {
  display: block;
  position: relative;
}

#flow .flow-dl:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 5vw;
  width: 5vw;
  height: 100%;
  background: #fff43e;
}

#flow .flow-dl .flow01:before {
  content: "";
  position: absolute;
  display: block;
  top: -8vw;
  right: 0;
  bottom: auto;
  left: auto;
  width: 30vw;
  height: 30vw;
  background: url("../img/flow/flow-red-ranger.png") no-repeat center/contain;
}

#flow .flow-dl .flow03:before {
  content: "";
  position: absolute;
  display: block;
  top: -10vw;
  right: -2vw;
  bottom: auto;
  left: auto;
  width: 35vw;
  height: 30vw;
  background: url("../img/flow/flow-ylw-ranger.png") no-repeat center/contain;
}

#flow .flow-dl .flow04:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: 0;
  bottom: auto;
  left: auto;
  width: 30vw;
  height: 30vw;
  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: -8vw;
  right: 3vw;
  bottom: auto;
  left: auto;
  width: 30vw;
  height: 30vw;
  background: url("../img/flow/flow-pink-ranger.png") no-repeat center/contain;
  margin-left: -65.5px;
}

#flow .flow-dl .in-dl {
  position: relative;
  margin-bottom: 15%;
}

#flow .flow-dl .in-dl:last-child {
  margin-bottom: 0;
}

#flow .flow-dl .in-dl dt {
  padding: 3% 5%;
  font-weight: 700;
  line-height: 1.2;
  color: #150b66;
  background: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 5vw;
  margin-bottom: 5%;
}

#flow .flow-dl .in-dl dt br {
  display: none;
}

#flow .flow-dl .in-dl:nth-of-type(odd) dt {
  font-size: 24px;
  border: #28318a solid 5px;
  color: #28318a;
}

#flow .flow-dl .in-dl:nth-of-type(even) {
  margin-bottom: 20%;
}

#flow .flow-dl .in-dl:nth-of-type(even) dt {
  width: 50%;
  border: #fff43e solid 5px;
  color: #ffad1d;
}

#flow .flow-dl .in-dl .time {
  text-align: center;
  width: 30%;
  background: #28318a;
  color: #fff;
  font-weight: 700;
  font-size: 6vw;
}

#flow .flow-dl .in-dl .txt p {
  position: relative;
  padding: 5% 6%;
  box-sizing: border-box;
  background: #fff;
  font-weight: 700;
}

/*recruit
=========================================================*/
#recruit {
  padding: 10% 0 20%;
  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: 3%;
}

#recruit .recruit-txt {
  text-align: center;
  width: 60%;
  line-height: 1;
  font-size: 4vw;
  padding: 4% 0;
  margin: 0 auto 10%;
  color: #fff;
  font-weight: 900;
  background: #28318a;
}

#recruit .recruit-post .recruit-tab li {
  width: 40%;
  padding: 5% 0;
  background: #57d114;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  margin-right: 3%;
}

#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: 1.5vw solid transparent;
  border-left: 2vw solid #fff;
  z-index: 10;
  margin-top: -2vw;
}

#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: 2vw solid #ff1818;
}

#recruit .recruit-post .recruit-post-bx {
  background: #fff;
  padding: 4%;
  box-sizing: border-box;
}

/*company
=========================================================*/
#company {
  padding: 15% 0;
  background: url(../img/company/company-bg.jpg) no-repeat center/cover;
}

#company .company-ttl {
  width: 70%;
  text-align: center;
  margin: 0 auto 10%;
  padding-bottom: 3%;
  font-weight: 700;
  background: url(../img/company/company-ttl-line-bg.png) repeat-x bottom left/100%;
}

#company .company-ttl span {
  display: block;
  color: #fff;
}

#company .company-ttl .ja {
  width: 60%;
  margin: 0 auto;
}

#company .company-dl {
  margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}

#company .company-dl .in-dl {
  margin-bottom: 5%;
  padding-bottom: 6%;
  border-bottom: 1px solid #ccc;
}

#company .company-dl .in-dl:last-child {
  border-bottom: none;
}

#company .company-dl dt {
  color: #716736;
  font-weight: 700;
  margin-bottom: 2%;
}

#map .map-ttl {
  text-align: center;
  margin-bottom: 4%;
  font-weight: 900;
  color: #fff;
  font-size: 5vw;
}

#map .map-ttl span {
  display: block;
}

#map .map-iframe {
  position: relative;
  height: 300px;
}

#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: 15%;
}

#entry .entry-ttl .eng {
  position: relative;
  z-index: 100;
}

#entry .entry-ttl .ja {
  margin: -5vw auto 0;
  background: url(../img/entry/entry-txt-bg.png) no-repeat center/cover;
  font-size: 6vw;
  padding: 10% 0;
  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: -3vw;
  left: 50%;
  width: 20vw;
  height: 10vw;
  background: url("../img/entry/entry-arw.png") no-repeat center/contain;
  margin-left: -10vw;
}

#entry .entry-ttl .ja small {
  display: block;
  font-size: 4vw;
}

#entry .entry-tel {
  text-align: center;
  border: solid #150b66 5px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10%;
}

#entry .entry-tel dt {
  background: #150b66;
  color: #fff;
  font-size: 5.5vw;
  font-weight: 900;
  padding: 5% 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: 12% 0;
  background: #fff;
}

.contact-form-sec .contact-form-bx {
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.contact-form-sec .contact-ttl {
  background: #ffad1d;
  text-align: center;
  color: #fff;
  font-size: 5.5vw;
  font-weight: 900;
  padding: 5% 0;
  position: relative;
}

.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;
}

.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: 15%;
}

.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: -20vw;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 6vw;
  border-top: solid #ff1818 4vw;
  margin-left: -5vw;
}

.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 {
  position: relative;
  padding-left: 5%;
  box-sizing: border-box;
  font-weight: 700;
  margin-bottom: 3%;
}

.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;
}

.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 {
  margin-bottom: 8%;
}

#privacy-sec .privacy-ttl {
  text-align: center;
  font-weight: 900;
  margin-bottom: 3%;
  font-size: 4.2vw;
}

#privacy-sec .privacy-iframe {
  height: 300px;
  padding: 5px;
  border: solid 5px #ffad1d;
  box-sizing: border-box;
  background: #fff;
}

#privacy-sec .privacy-iframe iframe {
  width: 100%;
  height: 100%;
}

#chack-privacy {
  margin-bottom: 15%;
  position: relative;
}

#chack-privacy:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -15vw;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 6vw;
  border-top: solid #ff1818 4vw;
  margin-left: -5vw;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  text-align: center;
  position: relative;
  padding: 15% 0 0;
}

#footer .charactor {
  width: 20%;
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
  margin: 0 auto;
}

#footer .ft-logo {
  width: 45%;
  display: inline-block;
  margin-bottom: 10%;
}

#footer .sns-list {
  margin-bottom: 10%;
}

#footer .sns-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}

#footer .sns-list li:last-child {
  margin-right: 0;
}

#footer .ft-banner {
  margin-bottom: 20%;
}

#footer .ft-banner li {
  width: 48%;
  margin-right: 4%;
}

#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: 15% 0 30%;
  border-bottom: 2px solid #150b66;
}

/*下層サブビジュアル
=========================================================*/
#sv {
  height: 200px;
  background: url(../img/common/sv-bg.jpg) no-repeat center/cover;
}

#sv .sv-ttl {
  width: 70%;
  margin-top: 5vw;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  border: solid 3px #000;
  padding: 5%;
  font-weight: 900;
  font-size: 5vw;
  margin-bottom: 8%;
}

.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 dt,
.com-dl > .in-dl dd {
  padding: 2% 3%;
}

.com-dl > .in-dl > dt {
  vertical-align: top;
  background: #716736;
  color: #fff;
}

.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;
}

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 25% 5% 10% !important;
  box-sizing: border-box;
  background: url(../img/charm/charm-bg.jpg);
}

.drawer-nav .sp-drawer-bx {
  background: #fff;
  width: 100%;
  padding: 8%;
  box-sizing: border-box;
}

.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #c6beaf;
}

.drawer-nav .drawer-menu > li:last-child {
  margin-bottom: 0;
}

.drawer-nav .drawer-menu > li a {
  font-weight: 900;
  font-size: 4vw;
  display: block;
  padding: 3% 5%;
  box-sizing: border-box;
  color: #333;
}

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important;
}

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 4%;
  padding-left: 30px;
  box-sizing: border-box;
}

.drawer-dropdown-menu li:last-child {
  margin-bottom: 0;
}

.drawer-dropdown-menu li a {
  position: relative;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 1%;
  right: 2.5% !important;
  z-index: 1000000 !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: #ff1818 !important;
  right: 2% !important;
  top: 1%;
}

.drawer-hamburger {
  padding: 18px .75rem 24px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-tel {
  margin: 5vw 0;
  text-align: center;
}

.sp-ranger-img {
  text-align: center;
}

.ranger-ttl {
  width: 90%;
  margin: 0 auto;
}

.sp-sns-list {
  margin: 5vw 0;
}

.sp-sns-list li {
  margin-right: 5%;
}

.sp-sns-list li:last-child {
  margin-right: 0;
}

.sp-sitemap {
  margin-bottom: 15%;
}

.sp-sitemap li {
  margin-right: 5%;
  padding-right: 5%;
  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: 3vw;
}
