@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: 2;
  color: #333;
}

.body-wrp {
  overflow-x: hidden;
}

.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%);
}

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

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

@media screen and (max-width: 768px) {
  .common-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-btw {
  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 {
  font-size: 26px;
  font-weight: 700;
}

.com-tel span {
  position: relative;
  padding-left: 40px;
}

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

/*=========================================================
	header
=========================================================*/
#header {
  padding: 0 110px 0 50px;
  box-sizing: border-box;
  height: 120px;
}

#header .hd-wrp {
  height: 100%;
}

#header h1 span {
  display: block;
}

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

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

#header .hd-r .more-btn01 {
  margin: 0 0 0 30px;
}

/*Mainvisual
=========================================================*/
#mv {
  height: 810px;
  position: relative;
}

#mv .mv-wrp {
  height: 100%;
}

#mv .mv-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background: url(../img/mv/mv-bg.png) no-repeat left center/cover;
  border-radius: 60px 0 0 60px;
}

#mv .mv-inbox {
  position: relative;
  z-index: 10;
  margin-left: 8%;
}

#mv .mv-inbox p {
  color: #787878;
  font-size: 22px;
  margin-bottom: 55px;
}

#mv .catch {
  margin-bottom: 50px;
}

#mv .mv-list li {
  margin-right: 50px;
}

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

/*=========================================================
	トップページ
=========================================================*/
/*共通タイトル
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*共通ボタン
=========================================================*/
.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 #ff9d34 1px;
  background: #ff9d34;
  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 #ff9d34 1px;
}

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

.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 #ff9d34 1px;
  background: #ff9d34;
  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 #ff9d34 1px;
  background: #ff9d34;
  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 #ff9d34 1px;
  background: #ff9d34;
  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 #ff9d34 1px;
  background: #ff9d34;
  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: 5px;
  width: 180px;
  position: relative;
}

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

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

.more-btn01:hover:before {
  border-color: #ff9d34;
}

.more-btn01.blue-btn {
  background: #45c0ff;
  border: solid 1px #45c0ff;
}

.more-btn01.blue-btn:hover {
  background: #fff;
}

.more-btn01.blue-btn:hover span {
  color: #45c0ff;
}

.more-btn01.blue-btn:hover:before {
  border-color: #45c0ff;
}

.more-btn01.wht-btn {
  background: #fff;
  border: solid 1px #fff;
}

.more-btn01.wht-btn span {
  color: #003492;
}

.more-btn01.wht-btn:before {
  border-color: #003492;
}

.more-btn01.wht-btn:hover {
  background: #003492;
}

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

.more-btn01.wht-btn:hover:before {
  border-color: #fff;
}

.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: #003492;
}

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

.more-btn-line-start {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-start:before, .more-btn-line-start:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-start:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-start:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-start:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-start:hover:before, .more-btn-line-start:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.curtn-btn-top {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #003492;
  overflow: hidden;
}

.curtn-btn-top:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #45c0ff;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-top span {
  position: relative;
  z-index: 100;
}

.curtn-btn-top:before {
  left: 0;
  top: -100%;
}

.curtn-btn-top:hover:before {
  top: 0;
}

.curtn-btn-right {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #003492;
  overflow: hidden;
}

.curtn-btn-right:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #45c0ff;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-right span {
  position: relative;
  z-index: 100;
}

.curtn-btn-right:before {
  right: -100%;
  top: 0;
}

.curtn-btn-right:hover:before {
  right: 0;
}

.curtn-btn-bottom {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #003492;
  overflow: hidden;
}

.curtn-btn-bottom:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #45c0ff;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-bottom span {
  position: relative;
  z-index: 100;
}

.curtn-btn-bottom:before {
  left: 0;
  bottom: -100%;
}

.curtn-btn-bottom:hover:before {
  bottom: 0;
}

.curtn-btn-left {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #003492;
  overflow: hidden;
}

.curtn-btn-left:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #45c0ff;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-left span {
  position: relative;
  z-index: 100;
}

.curtn-btn-left:before {
  left: -100%;
  top: 0;
}

.curtn-btn-left:hover:before {
  left: 0;
}

.line-dash-btn-01 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-01:before, .line-dash-btn-01:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-01:before {
  right: 0;
  top: 0;
}

.line-dash-btn-01:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-01 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-01 span:before, .line-dash-btn-01 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-01 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-01 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-01:hover:before, .line-dash-btn-01:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-01:hover span:before, .line-dash-btn-01:hover span:after {
  transition-delay: 0.2s;
  height: 100%;
}

.line-dash-btn-02 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-02:before, .line-dash-btn-02:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-02:before {
  right: 0;
  top: 0;
}

.line-dash-btn-02:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-02 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-02 span:before, .line-dash-btn-02 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-02 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-02 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-02:hover:before, .line-dash-btn-02:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-02:hover span:before, .line-dash-btn-02:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.line-dash-btn-03 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-03:before, .line-dash-btn-03:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-03:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-03 span:before, .line-dash-btn-03 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #003492;
}

.line-dash-btn-03 span:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03 span:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03:hover:before, .line-dash-btn-03:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-03:hover span:before, .line-dash-btn-03:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

/*ごあいさつ
=========================================================*/
#greeting {
  padding: 85px 0 145px;
}

#greeting .greeting-box {
  width: 980px;
  margin: 0 auto 70px;
  border: solid 3px #45c0ff;
  border-radius: 15px;
  padding: 60px 0 70px;
  box-sizing: border-box;
  text-align: center;
  background: url(../img/greeting/greeting-txt-bg.png) no-repeat left -50px bottom;
}

#greeting .greeting-box .greeting-ttl {
  position: relative;
  width: 640px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: 0.3rem dotted #45c0ff;
}

#greeting .greeting-box .greeting-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: -35px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 60px;
  height: 24px;
  background: url("../img/greeting/greeting-ttl-icon.png") no-repeat center/contain;
  margin-left: -7px;
}

#greeting .greeting-movie {
  width: 860px;
  height: 470px;
  margin: 0 auto;
  background: url(../img/about/movie-bg.jpg) no-repeat center/cover;
}

/*ELVALの支援について
=========================================================*/
#about .about-ttl {
  background: #003492;
  text-align: center;
  height: 145px;
}

#about .about-ttl .box span {
  line-height: 1;
  position: relative;
}

#about .about-ttl .box .about-ttl01:before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -125px;
  width: 92px;
  height: 86px;
  background: url("../img/about/about-ttl-l-icon.png") no-repeat center/contain;
}

#about .about-ttl .box .about-ttl02:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -95px;
  bottom: 0;
  left: auto;
  width: 69px;
  height: 70px;
  background: url("../img/about/about-ttl-r-icon.png") no-repeat center/contain;
}

#about .about-wrp {
  background: #a0e8ff;
  padding: 90px 0 125px;
}

#about .about-wrp article {
  margin-bottom: 90px;
  position: relative;
  background: url(../img/about/about-bg.jpg) no-repeat center/cover;
}

#about .about-wrp article:last-child {
  margin-bottom: 0;
}

#about .about-wrp article .about-info-inbox {
  min-height: 415px;
  background: #fff;
  padding: 50px 25px;
  box-sizing: border-box;
  position: relative;
  left: -25px;
  top: -25px;
}

#about .about-wrp article .about-info-ttl {
  letter-spacing: 0;
  font-weight: 900;
  border-bottom: 1px solid #003492;
  color: #003492;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#about .about-wrp article .about-info-ttl small {
  color: #45c0ff;
  font-size: 30px;
}

#about .about-wrp article .about-info-ttl .num {
  margin-right: 15px;
}

#about .about-wrp article .about-txt {
  letter-spacing: 0;
}

#about .about-wrp article .about-img {
  position: absolute;
}

#about .about-wrp article:nth-child(1) .about-img {
  right: 35px;
  top: 20px;
}

#about .about-wrp article:nth-child(1) .about-info-ttl,
#about .about-wrp article:nth-child(1) .about-txt {
  width: 665px;
}

#about .about-wrp article:nth-child(2) .about-img {
  left: 35px;
  top: 60px;
}

#about .about-wrp article:nth-child(2) .about-info-ttl,
#about .about-wrp article:nth-child(2) .about-txt {
  width: 580px;
  margin-left: auto;
}

#about .about-wrp article:nth-child(3) .about-img {
  right: 35px;
  top: 50px;
}

#about .about-wrp article:nth-child(3) .about-info-ttl,
#about .about-wrp article:nth-child(3) .about-txt {
  width: 590px;
}

/*さらに！豊富な支援内容をご用意shております！
=========================================================*/
#benefit {
  padding: 90px 0 80px;
}

#benefit .benefit-ttl {
  text-align: center;
  width: 830px;
  margin: 0 auto 50px;
  position: relative;
}

#benefit .benefit-ttl .benefit-ttl01 {
  width: 100%;
  margin-bottom: 25px;
}

#benefit .benefit-ttl .benefit-ttl02,
#benefit .benefit-ttl .benefit-ttl03 {
  padding-bottom: 5px;
}

#benefit .benefit-ttl .benefit-ttl02 {
  background: url(../img/benefit/benefit-ttl-line.png) repeat-x left bottom/contain;
  line-height: 1;
  margin-right: 10px;
}

#benefit .benefit-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 2px;
  height: 110px;
  background: #ff9d34;
  transform: rotate(-25deg);
}

#benefit .benefit-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 110px;
  background: #ff9d34;
  transform: rotate(25deg);
}

#benefit .benefit-box {
  margin-bottom: 50px;
}

#benefit .benefit-box article {
  background: #45c0ff;
  border-radius: 10px;
  width: 330px;
  margin: 0 35px 0 0;
}

#benefit .benefit-box article:last-child {
  margin-right: 0;
}

#benefit .benefit-box article .benefit-txtbox {
  text-align: center;
  color: #fff;
  padding: 30px 20px 60px;
  box-sizing: border-box;
}

#benefit .benefit-box article .benefit-box-ttl {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

#benefit .more-btn01 {
  width: 300px;
  padding: 20px 0;
}

/*協賛してくださる方を募集しております！
=========================================================*/
#cosponsorship #cosponsorship-info01 {
  padding: 70px 0 60px;
  background: #e9f8ff;
}

#cosponsorship #cosponsorship-info01 .cosponsorship-ttl {
  width: 890px;
  margin: 0 auto 100px;
  text-align: center;
  background: #fff334;
  border-radius: 48px;
  position: relative;
}

#cosponsorship #cosponsorship-info01 .cosponsorship-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 30px;
  border-top: 30px solid #fff334;
  margin-left: -30px;
}

#cosponsorship #cosponsorship-info01 .cosponsorship-ttl .cosponsorship-ttl-box {
  width: 100%;
  border-radius: 48px;
  padding: 30px 0;
  position: relative;
  top: -15px;
  background: #ff9d34;
}

#cosponsorship #cosponsorship-info01 .cosponsorship-ttl .cosponsorship-ttl-box:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 30px;
  border-top: 30px solid #ff9d34;
  margin-left: -30px;
}

#cosponsorship .cosponsorship-trouble {
  width: 1030px;
  margin: 0 auto;
  border-style: none solid solid solid;
  border-color: #ff9d34;
  border-width: 5px;
  padding-bottom: 60px;
  position: relative;
}

#cosponsorship .cosponsorship-trouble:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 60px;
  height: 5px;
  background: #ff9d34;
}

#cosponsorship .cosponsorship-trouble:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -1px;
  bottom: auto;
  left: auto;
  width: 60px;
  height: 5px;
  background: #ff9d34;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-woman-img {
  position: absolute;
  right: 10px;
  top: -60px;
  z-index: 5;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl,
#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-list {
  margin: 0 0 0 95px;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl {
  position: relative;
  letter-spacing: 0;
  top: -30px;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl .uzu {
  position: relative;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl .uzu:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -60px;
  bottom: 0;
  left: auto;
  width: 53px;
  height: 53px;
  background: url("../img/cosponsorship/cosponsorship-trouble-icon.png") no-repeat center/contain;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-size: 30px;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-ttl span {
  background: url(../img/cosponsorship/cosponsorship-trouble-ttl-line.png) repeat-x bottom left;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-list li {
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("../img/common/check.png") no-repeat center/contain;
  margin-top: -13px;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-list li em {
  color: #ff9d34;
}

#cosponsorship .cosponsorship-trouble .cosponsorship-trouble-list li:last-child {
  margin-bottom: 0;
}

#cosponsorship .cosponsorship-trouble .arrow-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -105px;
  margin: 0 auto;
  z-index: 10;
}

#cosponsorship #cosponsorship-info02 .cosponsorship-without-ttl {
  text-align: center;
  background: #ff9d34;
}

#cosponsorship #cosponsorship-info02 .cosponsorship-without-ttl-inbox {
  padding: 50px 0;
  background: url(../img/cosponsorship/cosponsorship-without-ttl-woman.png) no-repeat right bottom;
}

#cosponsorship #cosponsorship-info02 #ceo-message {
  padding: 110px 0 75px;
  background: url(../img/cosponsorship/ceo-bg.png) no-repeat center/cover;
}

#cosponsorship #cosponsorship-info02 .ceo-message-box .ceo-imgbox {
  width: 350px;
  margin-right: 30px;
}

#cosponsorship #cosponsorship-info02 .ceo-message-box .ceo-imgbox .ceo-img {
  margin-bottom: 15px;
}

#cosponsorship #cosponsorship-info02 .ceo-message-box .ceo-imgbox .ceo-name {
  font-weight: 700;
  font-size: 20px;
}

#cosponsorship #cosponsorship-info02 .ceo-message-box .ceo-txt {
  font-weight: 500;
  width: 610px;
  letter-spacing: 0ch;
}

#cosponsorship #example {
  padding: 120px 0 90px;
  background: url(../img/example/example-bg.png) no-repeat center top/100%;
}

#cosponsorship #example .example-ttl {
  width: px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: .1rem;
  line-height: 2.2;
  margin-bottom: 80px;
  position: relative;
}

#cosponsorship #example .example-ttl:before {
  content: '例えば...';
  position: absolute;
  left: 50px;
  top: -1.5rem;
  font-size: 40px;
  color: #003492;
}

#cosponsorship #example .example-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: -70px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 190px;
  height: 198px;
  background: url("../img/example/example-ttl-curcle.png") no-repeat center/contain;
}

#cosponsorship #example .example-ttl em {
  color: #003492;
  font-size: 42px;
  position: relative;
}

#cosponsorship #example .example-ttl em:before {
  content: 'エレバル';
  position: absolute;
  left: 50%;
  top: -1.5rem;
  font-size: 16px;
  margin-left: -30px;
}

#cosponsorship .example-box {
  margin-bottom: 50px;
  position: relative;
}

#cosponsorship .example-box:after {
  content: "";
  position: absolute;
  display: block;
  top: -139px;
  right: 50px;
  bottom: auto;
  left: auto;
  width: 90px;
  height: 139px;
  background: url("../img/example/example-mens-icon.png") no-repeat center/contain;
}

#cosponsorship .example-box section {
  width: 500px;
  margin-right: 20px;
  padding: 30px 20px 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px rgba(0, 52, 146, 0.1);
}

#cosponsorship .example-box section:last-child {
  margin-right: 0;
}

#cosponsorship .example-box section .example-img {
  text-align: center;
  margin-bottom: 40px;
}

#cosponsorship .example-box section .example-box-ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#cosponsorship .example-box section .example-box-ttl em {
  color: #ff9d34;
}

#cosponsorship .example-box section .example-txt {
  letter-spacing: 0;
}

#cosponsorship .example-coution-txt {
  width: 990px;
  padding: 45px 0 30px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  border: solid #45c0ff 5px;
}

#cosponsorship .example-coution-txt p {
  font-weight: 500;
}

#cosponsorship .example-coution-txt span {
  background: #d7f1ff;
  margin-right: 5px;
  padding: 0 5px;
}

#cosponsorship .example-coution-txt .catch {
  color: #003492;
  font-size: 26px;
}

#cosponsorship .example-coution-txt .catch strong {
  padding-bottom: 10px;
  background: url(../img/example/example-txt-wave.png) repeat-x bottom left;
}

#cosponsorship .more-btn01 {
  width: 300px;
  padding: 20px 0;
}

/*児童発達支援・放課後デイサービスご利用の流れ
=========================================================*/
#flow {
  padding: 90px 0 80px;
  background: #a0e8ff;
}

#flow .flow-ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

#flow .flow-ttl span {
  display: block;
}

#flow .flow-ttl .main {
  margin-bottom: 15px;
}

#flow .flow-ttl .sub {
  width: 230px;
  margin: 0 auto;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 4px solid #003492;
}

#flow .flow-info article {
  width: 500px;
  background: url(../img/flow/flow-bg.png) repeat-y center top;
}

#flow .flow-info article .flow-info-ttl {
  width: 270px;
  margin: 0 auto 45px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
  border: solid 4px #fff;
}

#flow .flow-info article .common-flow-list .in-dl {
  margin-bottom: 50px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

#flow .flow-info article .common-flow-list dt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 700;
}

#flow .flow-info #have {
  margin-right: 20px;
}

#flow .flow-info #have .flow-info-ttl {
  background: #ff9d34;
}

#flow .flow-info #have .common-flow-list .in-dl {
  border: 5px solid #ff9d34;
}

#flow .flow-info #have .common-flow-list dt {
  color: #ff9d34;
}

#flow .flow-info #nothave .flow-info-ttl {
  background: #45c0ff;
}

#flow .flow-info #nothave .common-flow-list .in-dl {
  border: 5px solid #45c0ff;
}

#flow .flow-info #nothave .common-flow-list dt {
  color: #45c0ff;
}

#flow .subscription-start {
  background: url(../img/flow/flow-bg.png) repeat-y center top;
}

#flow .subscription-start article {
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 35px 30px;
  box-sizing: border-box;
  border: 5px solid #ff9d34;
  border-radius: 10px;
}

#flow .subscription-start article:last-of-type {
  margin-bottom: 0;
}

#flow .subscription-start article .subscription-ttl,
#flow .subscription-start article .start-ttl {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

#flow .subscription-start #subscription {
  background: #fff;
}

#flow .subscription-start #start {
  background: #ff9d34;
  color: #fff;
}

/*交流をしてくださる事業所さん
=========================================================*/
#recruitment {
  padding: 140px 0 120px;
}

#recruitment .recruitment-box {
  width: 1030px;
  margin: 0 auto;
  border-style: none solid solid solid;
  border-color: #003492;
  border-width: 5px;
  position: relative;
  padding-bottom: 60px;
}

#recruitment .recruitment-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 60px;
  height: 5px;
  background: #003492;
}

#recruitment .recruitment-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -1px;
  bottom: auto;
  left: auto;
  width: 60px;
  height: 5px;
  background: #003492;
}

#recruitment .recruitment-box .recruitment-start-ttl {
  position: relative;
  left: 125px;
  width: 560px;
  margin-bottom: 30px;
  top: -20px;
}

#recruitment .recruitment-box .recruitment-start-ttl .recruitment-start-ttl-box {
  padding: 0 0 10px 10px;
  background: url(../img/recruitment/recruitment-ttl-line.png) no-repeat center bottom/100%;
  position: relative;
}

#recruitment .recruitment-box .recruitment-start-ttl .recruitment-start-ttl-box:after {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: -30px;
  width: 55px;
  height: 36px;
  background: url("../img/recruitment/recruitment-ttl-fukidashi.png") no-repeat center/contain;
}

#recruitment .recruitment-box .recruitment-start-ttl .recruitment-ttl-icon {
  position: absolute;
  right: -230px;
  bottom: -30px;
}

#recruitment .recruitment-box .recruitment-start-txt {
  text-align: center;
}

/*お問い合わせ
=========================================================*/
#contact .contact-ttl {
  background: url(../img/contact/contact-bg.png) no-repeat center bottom/cover;
  height: 207px;
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box;
  margin-bottom: 55px;
}

#contact .contact-ttl .contact-ttl-wrp {
  position: relative;
}

#contact .contact-ttl .contact-ttl-wrp:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  width: 56px;
  height: 54px;
  background: url("../img/contact/contact-ttl-icon.png") no-repeat center/contain;
  margin-top: -27px;
}

#contact .contac-wrp .contact-info {
  margin-bottom: 40px;
}

#contact .contac-wrp .contact-info li {
  margin-right: 20px;
}

#contact .contac-wrp .contact-info li a span {
  font-size: 30px;
}

#contact .contac-wrp .contact-info .workstime {
  font-size: 20px;
}

#contact #contact-form-wrp .contact-form-ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

#contact #contact-form-wrp .contact-form-ttl span {
  position: relative;
  padding-left: 30px;
}

#contact #contact-form-wrp .contact-form-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 21px;
  height: 15px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7.5px;
}

/*新着情報はこちらをチェック！
=========================================================*/
#top-news {
  padding: 50px 0 80px;
  background: url(../img/news/top-news-bg.jpg) no-repeat center/cover;
}

#top-news .top-news-ttl-wrp {
  width: 430px;
  text-align: center;
}

#top-news .top-news-ttl-wrp .top-news-ttl {
  margin-bottom: 30px;
}

#top-news .top-news-post {
  width: 630px;
}

#top-news .top-news-post article {
  border-bottom: 1px solid #003492;
}

#top-news .top-news-post article .tag-list {
  margin-bottom: 10px;
}

#top-news .top-news-post article .tag-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background: #ff9d34;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
}

#top-news .top-news-post article a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

#top-news .top-news-post article time {
  margin-right: 15px;
}

#top-news .more-btn01 {
  width: 300px;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  padding-top: 35px;
  background: #45c0ff;
  color: #fff;
}

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

#footer .ft-wrp .ft-logo {
  width: 130px;
  margin-right: 25px;
}

#footer .ft-wrp .ft-info {
  width: 410px;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 15px;
  margin-right: 20px;
}

#footer .ft-wrp .ft-info .com-tel {
  font-size: 25px;
  color: #fff;
  margin-right: 5px;
}

#footer .ft-wrp .ft-info .com-tel span {
  padding-left: 30px;
}

#footer .ft-wrp .ft-info .com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 27px;
  background: url("../img/common/tel-icon-wht.png") no-repeat center/contain;
  margin-top: -13.5px;
}

#footer .ft-wrp .ft-worktime {
  /* width: 210px; */
  width: 250px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1;
}

#footer .ft-wrp .ft-worktime .ft-worktime-dl {
  margin-bottom: 10px;
}

#footer .ft-wrp .ft-worktime .in-dl {
  margin-bottom: 10px;
}

#footer .ft-wrp .ft-worktime .in-dl:last-child {
  margin-bottom: 0;
}

#footer .ft-wrp .ft-worktime dt {
  padding-right: 5px;
  border-right: 1px solid #fff;
  margin-right: 5px;
  width: 70px;
}

#footer .ft-wrp .ft-worktime a {
  color: #fff;
}

#footer .ft-wrp .others-link {
  width: 180px;
  margin-right: 15px;
}

#footer .ft-wrp .others-link li {
  margin-bottom: 10px;
}

#footer .ft-wrp .others-link li:last-child {
  margin-bottom: 0;
}

#footer .ft-wrp .others-link li .more-btn01 {
  padding: 5px 0;
}

#footer .ft-wrp .fb-icon {
  width: 30px;
}

#footer .ft-nav {
  margin-bottom: 30px;
}

#footer .ft-nav li {
  line-height: 1;
  margin-right: 20px;
  /* padding-right: 20px; */
  padding-right: 15px;
  border-right: 1px dashed #003492;
}

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

#footer .ft-nav li a {
  display: block;
  color: #fff;
  font-size: 12px;
}

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

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

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

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

#ma {
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

.ma-ttl {
  color: #003492;
  font-size: 45px;
  font-weight: 700;
  width: 640px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.ma-ttl .ma-ttl-inbox {
  padding: 50px 0;
  border-radius: 20px;
  border: dashed 0.2rem #003492;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  background: #003492;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  font-size: 30px;
}

.ttl02 {
  font-weight: 700;
  color: #003492;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #003492;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#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 {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(204, 204, 204, 0.5);
  padding: 25px 30px;
  box-sizing: border-box;
}

.com-dl > .in-dl {
  border-bottom: 1px solid #003492;
}

.com-dl > .in-dl:last-child {
  border-bottom: none;
}

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

/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*お知らせ一覧
=========================================================*/
.post-wrp .tag-change li a {
  border: solid 1px #003492;
  color: #003492;
  background: #fff;
}

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

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

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

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

.post-wrp .all-post-list article a .tag-name {
  border: solid 1px #003492;
}

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

.post-wrp .all-post-list article a time {
  background: #003492;
}

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

.post-wrp .all-post-list article a time span:before {
  border-left: #fff solid 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*お問い合わせ
=========================================================*/
#contact {
  padding-bottom: 120px;
}

#privacy-sec .privacy-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

#privacy-sec .privacy-iframe {
  height: 280px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px 5px rgba(51, 51, 51, 0.1);
}

#privacy-sec .privacy-iframe iframe {
  width: 100%;
  height: 100%;
}

.cont-dl .in-dl dt, .cont-dl .in-dl dd {
  padding: 15px 10px;
  box-sizing: border-box;
}

.cont-dl .in-dl dt .hissu {
  color: #45c0ff;
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.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: 5vw 0 !important;
  box-sizing: border-box;
  background: #a5efff;
}

.drawer-nav .drawer-menu {
  width: 700px;
  margin: 0 auto;
}

.drawer-nav .drawer-menu > li {
  border-bottom: 1px dashed #003492;
}

.drawer-nav .drawer-menu > li:last-child {
  margin-bottom: 0;
}

.drawer-nav .drawer-menu > li a {
  font-size: 15px;
  display: block;
  padding: .5vw .5vw .5vw 25px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  position: relative;
}

.drawer-nav .drawer-menu > li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-style: solid solid none none;
  border-width: 2px;
  border-color: #003492;
  transform: rotate(45deg);
  margin-top: -3px;
}

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important;
}

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  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: 35px;
  right: 1.5% !important;
  z-index: 1000000 !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #003492 !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: transparent !important;
  right: 1%;
  top: 35px;
}

.drawer-hamburger {
  width: 65px;
  box-sizing: border-box;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: -13px;
}

.drawer-hamburger-icon:after {
  top: 13px;
}

.sp-tel {
  margin: 1vw 0;
  text-align: center;
  box-sizing: border-box;
}

.sp-tel a {
  font-weight: 700;
  letter-spacing: .1rem;
}

.sp-link li {
  margin-right: 1vw;
}

.sp-link li:last-child {
  margin-right: 0;
}

.contact_banner{
 text-align: center;
 margin-bottom: 50px;
}
.contact_banner_txt{
 text-align: center;
 font-size: 2rem;
 font-weight: bold;
}
