@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif, "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.8vw;
  line-height: 1.8;
  color: #655646;
}

.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;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

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

/*=========================================================
	header
=========================================================*/
#header {
  padding: 0 3%;
  box-sizing: border-box;
  height: 70px;
  background: #fff;
}

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

#header h1 span {
  display: block;
}

#header .hd-l {
  width: 30%;
}

#header .hd-r {
  display: none;
}

#header .hd-r #nav {
  width: 600px;
  margin-right: 15px;
  line-height: 1.2;
}

#header .hd-r #nav li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #655646;
}

#header .hd-r #nav li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#header .hd-r #nav li a {
  font-size: 14px;
  font-weight: 700;
}

#header .hd-r #nav li a:hover {
  color: #ed7b2f;
}

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

.official-banner {
  text-align: center;
  width: 200px;
  display: block;
  padding: 15px 0;
  background: url(../img/COMMON/official-banner-bg.jpg) no-repeat left center/cover;
  border-radius: 5px;
}

.official-banner span {
  color: #fff;
  position: relative;
  padding-left: 45px;
}

.official-banner span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 36px;
  height: 24px;
  background: url("../img/common/ct-flug.png") no-repeat center/contain;
  margin-top: -12px;
}

.official-banner:hover {
  opacity: .8;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 60vw;
  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: 60vw;
}

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

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

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

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

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

#mv .bx-viewport {
  height: 100% !important;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
.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;
  }
}

.more-btn {
  text-align: center;
  display: block;
  background: #ec9923;
  background: linear-gradient(90deg, #ec9923 0%, #f97b48 100%);
  padding: 15px 0;
  transition: .2s all ease-in;
}

.more-btn:hover {
  opacity: .8;
}

.more-btn span {
  color: #fff;
  position: relative;
  padding-right: 30px;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  transform: rotate(45deg);
}

.mail-btn {
  display: block;
  background: #ec9923;
  background: linear-gradient(90deg, #ec9923 0%, #f97b48 100%);
  text-align: center;
  width: 180px;
  padding: 5% 0;
  transition: 0.3s all ease;
  border-radius: 5px;
}

.mail-btn span {
  font-size: 3.5vw;
  position: relative;
  padding-left: 6vw;
  color: #fff;
}

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

.wht-mail {
  background: #fff;
}

.wht-mail span {
  color: #ed7b2f;
}

.wht-mail span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 3vw;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

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

.zoom-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ed7b2f;
  position: relative;
  z-index: 100;
  line-height: 1;
  margin-top: -5vw;
  padding: 1vw 10px;
}

.zoom-icon span {
  color: #fff;
  font-size: 3vw;
  letter-spacing: 0;
  position: relative;
  padding-left: 5vw;
}

.zoom-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 2vw;
  height: 2vw;
  background: url("../img/common/zoom-icon.png") no-repeat center/contain;
  margin-top: -1vw;
}

/*top-news
=========================================================*/
#top-news {
  padding: 20% 0 10%;
  background: #faf8f1;
}

#top-news .top-news-ttl {
  text-align: center;
  margin-bottom: 10%;
  color: #ed7b2f;
  font-size: 4vw;
  line-height: 1.5;
}

#top-news .top-news-ttl span {
  display: block;
}

#top-news .top-news-ttl .main {
  font-size: 7vw;
}

#top-news .top-news-post {
  margin-bottom: 10%;
  overflow-x: scroll;
}

#top-news .top-news-post article {
  flex: 0 0 40%;
  margin-right: 5%;
}

#top-news .top-news-post article:last-child {
  margin-right: 0;
}

#top-news .top-news-post article .com-img {
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
  padding-top: 100%;
}

#top-news .top-news-post-ttl {
  font-size: 3vw;
  letter-spacing: .1rem;
  line-height: 1.2;
}

#top-news .top-news-tags {
  text-align: right;
  line-height: 1;
}

#top-news .top-news-tags li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  border-left: 1px solid #ed7b2f;
  border-right: 1px solid #ed7b2f;
  font-size: 10px;
  color: #ed7b2f;
}

#top-news .more-btn {
  width: 80%;
  margin: 0 auto;
}

/*top-concept
=========================================================*/
#top-concept {
  padding: 15% 0;
  text-align: center;
}

#top-concept .top-concept-ttl {
  color: #ed7b2f;
  margin-bottom: 10%;
}

#top-concept .top-concept-ttl .main {
  display: block;
  font-size: 6vw;
  font-weight: 700;
}

#top-concept .top-concept-ttl .sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
  padding: 0 5vw;
  margin-bottom: 3%;
  background: url(../img/top/top-concept-ttl-frame-l.png) no-repeat left center/contain, url(../img/top/top-concept-ttl-frame-r.png) no-repeat right center/contain;
}

#top-concept .top-concept-txt {
  margin-bottom: 10%;
  font-size: 4vw;
  text-align: left;
}

#top-concept .top-concept-txt p {
  margin-bottom: 3%;
}

#top-concept .top-concept-txt p:last-child {
  margin-bottom: 0;
}

#top-concept .more-btn {
  width: 80%;
  margin: 0 auto;
}

/*about-sri-lankan
=========================================================*/
#about-sri-lankan {
  padding: 50px 0 110px;
  background: url(../img/top/about-sri-lankan-frame-bg.png) no-repeat left 15% top -5vw/45%, url(../img/top/about-sri-lankan-bg.png) no-repeat bottom center/100%;
}

#about-sri-lankan .about-sri-lankan-wrp {
  display: block;
}

#about-sri-lankan .about-sri-lankan-img {
  width: 80%;
  margin: 0 auto 10%;
}

#about-sri-lankan .about-sri-lankan-txtbx .about-sri-lankan-ttl {
  color: #ed7b2f;
  font-size: 5vw;
  padding-bottom: 4%;
  margin-bottom: 5%;
  letter-spacing: 0;
  border-bottom: #f2f2f2 1px solid;
}

#about-sri-lankan .about-sri-lankan-txtbx .about-sri-lankan-ttl strong {
  color: #c84c1b;
}

#about-sri-lankan .about-sri-lankan-txt {
  font-weight: 500;
  padding-bottom: 8%;
  border-bottom: #f2f2f2 1px solid;
}

#about-sri-lankan .about-sri-lankan-txt span {
  color: #ed7b2f;
}

#about-sri-lankan .about-sri-lankan-img-list {
  margin-top: 10%;
  position: relative;
  display: block;
}

#about-sri-lankan .about-sri-lankan-img-list:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 15vw;
  height: 15vw;
  background: url("../img/top/about-sri-lankan-img-list-lt.png") no-repeat center/contain;
}

#about-sri-lankan .about-sri-lankan-img-list:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: -5vw;
  left: auto;
  width: 15vw;
  height: 15vw;
  background: url("../img/top/about-sri-lankan-img-list-rb.png") no-repeat center/contain;
}

#about-sri-lankan .about-sri-lankan-img-list li {
  width: 90%;
  margin: 0 auto;
}

/*top-guid
=========================================================*/
#top-guid {
  padding: 10% 0;
  background: url(../img/top/top-guid-bg.png);
}

#top-guid .top-guid-wrp {
  display: block;
  padding: 5% 5% 10%;
  box-sizing: border-box;
  background: #fff;
}

#top-guid .top-guid-ttl {
  text-align: center;
  padding: 15% 0;
  background: url(../img/top/top-guid-ttl-frame-tp.png) no-repeat center top/30%;
  font-size: 4vw;
  color: #ed7b2f;
  line-height: 1.5;
  font-weight: 700;
}

#top-guid .top-guid-ttl .sub {
  display: inline-block;
  background: url(../img/top/top-guid-line.png) no-repeat bottom center/100%;
  margin-bottom: 3%;
  padding-bottom: 3%;
  font-size: 4.2vw;
}

#top-guid .top-guid-ttl .flug,
#top-guid .top-guid-ttl .main {
  display: block;
}

#top-guid .top-guid-ttl .flug {
  margin-bottom: 6%;
}

#top-guid .main {
  font-size: 5vw;
}

#top-guid .top-guid-post-wrp .top-guid-post {
  margin-bottom: 8%;
  overflow-x: scroll;
}

#top-guid .top-guid-post-wrp article {
  flex: 0 0 43%;
  margin-right: 5%;
}

#top-guid .top-guid-post-wrp article:last-child {
  margin-right: 0;
}

#top-guid .top-guid-post-wrp article .com-img {
  padding-top: 100%;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

#top-guid .top-guid-post-wrp article .top-guid-post-ttl {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 3vw;
  color: #655646;
}

/*top-service
=========================================================*/
#top-service {
  padding: 15% 0 0;
}

#top-service .top-service-ttl {
  text-align: center;
  font-size: 6vw;
  color: #ed7b2f;
  margin-bottom: 10%;
}

#top-service .top-service-wrp {
  background: url(../img/top/top-service-wrp-bg.jpg) no-repeat center;
}

#top-service .top-service-wrp article {
  display: block;
  position: relative;
  margin-bottom: 15%;
}

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

#top-service .top-service-wrp article .com-service-img {
  padding-top: 50%;
  margin-bottom: 10%;
}

#top-service .top-service-wrp article .com-top-service-bx {
  width: 90%;
  margin: 0 auto;
}

#top-service .top-service-wrp article .com-top-service-bx .com-top-service-ttl {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 5%;
  line-height: 1.5;
  color: #ed7b2f;
}

#top-service .top-service-wrp article .com-top-service-bx .com-top-service-txt {
  margin-bottom: 10%;
}

#top-service .top-service-wrp article .more-btn {
  width: 80%;
  padding: 4% 5%;
  box-sizing: border-box;
  margin: 0 auto;
}

#top-service .top-service-wrp article .more-btn span {
  padding: 0 0 0 5vw;
}

#top-service .top-service-wrp article .more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1vw;
  height: 1vw;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  transform: rotate(45deg);
}

#top-service .top-service-wrp #top-enterprise .enterprise-img {
  background: url(../img/top/enterprise-img-bg.jpg) no-repeat center/cover;
}

#top-service .top-service-wrp #top-personal .personal-img {
  background: url(../img/top/personal-img-bg.jpg) no-repeat center/cover;
}

.com-schedule {
  margin-top: 15%;
}

.com-schedule .com-schedule-bx-wrp {
  border: solid 1px #ed7b2f;
  padding: 50% 5% 10%;
  box-sizing: border-box;
  background: #fff url(../img/top/top-schedule-bg-r.png) no-repeat right bottom/50%;
  position: relative;
}

.com-schedule .com-schedule-bx-wrp:before {
  padding-top: 40%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 0;
  background: url("../img/top/top-schedule-bg-l.png") no-repeat center/contain;
  background-size: cover;
}

.com-schedule .com-schedule-bx {
  height: 100%;
}

.com-schedule .com-schedule-bx .com-schedule-inbx .com-schedule-ttl {
  font-size: 4vw;
  margin-bottom: 5%;
  color: #ed7b2f;
  font-weight: 700;
}

.com-schedule .com-schedule-bx .com-schedule-inbx .com-schedule-ttl span {
  display: block;
  border-bottom: 1px solid #ed7b2f;
  position: relative;
}

.com-schedule .com-schedule-bx .com-schedule-inbx .com-schedule-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 1vw;
  bottom: -0.5vw;
  left: auto;
  width: 1px;
  height: 5vw;
  transform: rotate(-30deg);
  background: #ed7b2f;
}

.com-schedule .com-schedule-bx .com-schedule-inbx .com-schedule-ttl em {
  font-size: 5vw;
}

/*top-staff
=========================================================*/
#top-staff {
  padding: 15% 0;
}

#top-staff .top-staff-img {
  margin-bottom: 5%;
}

#top-staff .top-staff-bx {
  padding: 10% 5%;
  box-sizing: border-box;
  background: #ed7b2f;
  color: #fff;
  text-align: center;
  position: relative;
}

#top-staff .top-staff-bx:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -2vw;
  bottom: -2vw;
  left: auto;
  width: 30vw;
  height: 30vw;
  background: url("../img/top/top-staff-bx-frame.png") no-repeat center/contain;
}

#top-staff .top-staff-ttl {
  line-height: 1.4;
  font-size: 5vw;
  margin-bottom: 8%;
}

#top-staff .top-staff-ttl span {
  display: block;
}

#top-staff .top-staff-ttl .main {
  font-size: 6vw;
}

#top-staff .top-staff-txt {
  margin-bottom: 8%;
}

#top-staff .line-btn {
  padding: 6% 0;
  display: block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: relative;
  z-index: 100;
  transition: .1s all ease-in;
}

#top-staff .line-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

#top-staff .line-btn span {
  position: relative;
  color: #fff;
  padding-left: 25px;
}

#top-staff .line-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  transform: rotate(45deg);
}

/*top-company
=========================================================*/
#top-company {
  padding: 10% 0;
  background: url(../img/top/top-company-bg.png) no-repeat left bottom/100%;
}

#top-company .top-company-bx {
  text-align: center;
  background: url(../img/top/top-company-bx-bg.jpg) no-repeat center/cover;
  padding: 5px;
  box-sizing: border-box;
}

#top-company .top-company-bx .top-company-inbx {
  border: solid 1px #fff;
  padding: 15% 0;
}

#top-company .top-company-bx .top-company-ttl {
  color: #fff;
  font-size: 6vw;
  line-height: 1.5;
}

#top-company .top-company-bx span {
  display: block;
}

#top-company .top-company-bx .sub {
  display: inline-block;
  font-size: 4vw;
  position: relative;
  padding-left: 5vw;
}

#top-company .top-company-bx .sub:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  transform: rotate(45deg);
}

/*=========================================================
	footer
=========================================================*/
#line-fixed {
  display: none;
}

#footer {
  text-align: center;
  background: url(../img/common/ft-bg.png) no-repeat left center/cover;
}

#footer .ft-wrp {
  padding: 15% 0 6%;
}

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

#footer .ft-wrp .ft-banner {
  display: block;
  margin: 0 auto;
  width: 60%;
  background: #fff;
  border-radius: 5px;
  padding: 4% 0;
  position: relative;
}

#footer .ft-wrp .ft-banner:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 4vw;
  height: 4vw;
  background: url("../img/common/round-arw.png") no-repeat center/contain;
  margin-top: -2vw;
}

#footer .ft-wrp .ft-banner img {
  width: 40%;
}

#footer .ft-link {
  margin-top: 15%;
}

#footer .ft-link li {
  margin-right: 3%;
}

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

#footer .ft-link li img {
  width: 80%;
}

#footer .ft-link .mail-btn {
  width: 180px;
}

#footer .ft-nav {
  width: 90%;
  flex-wrap: wrap;
  margin: 10% auto;
}

#footer .ft-nav li {
  text-align: left;
  width: 50%;
  font-size: 3vw;
  line-height: 1.2;
  margin: 5% 0 0 0;
}

#footer .ft-nav li:nth-child(2n) {
  margin-right: 0;
}

#footer .ft-nav li:nth-child(-n + 2) {
  margin-top: 0;
}

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

#footer .ft-nav li a {
  color: #fff;
}

#footer #copyright {
  text-align: center;
  padding: 3% 0;
  background: #fff;
  letter-spacing: 0;
}

#footer #copyright small {
  color: #ed7b2f;
  font-size: 3vw;
}

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

/*=========================================================
	下層ページ
=========================================================*/
/*下層ボックス
=========================================================*/
#contents-u {
  padding: 15% 0 20%;
}

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

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

#sv .sv-ttl {
  text-align: center;
  background: url(../img/common/sv-bg.png) no-repeat center/cover;
  position: relative;
  color: #fff;
  width: 80%;
  padding: 5% 2%;
  box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

#sv .sv-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 20vw;
  height: 20vw;
  background: url("../img/common/sv-l-frame.png") no-repeat center/contain;
}

#sv .sv-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -5vw;
  bottom: -5vw;
  left: auto;
  width: 20vw;
  height: 20vw;
  background: url("../img/common/sv-r-frame.png") no-repeat center/contain;
}

#sv .sv-ttl span {
  position: relative;
  z-index: 100;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  text-align: center;
  font-weight: 700;
  color: #ed7b2f;
  line-height: 1.5;
  font-size: 6vw;
  margin-bottom: 5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #ed7b2f;
}

.ttl02 {
  line-height: 1.5;
  font-size: 5vw;
  border-left: 3px solid #f9b547;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding-left: 5%;
  color: #ed7b2f;
  font-weight: 700;
}

.ttl03 {
  text-align: center;
  margin-bottom: 5%;
}

.ttl03 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 5.5vw;
  color: #ed7b2f;
  font-weight: 700;
  position: relative;
  padding: 0 15vw;
}

.ttl03 span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 12vw;
  height: 4vw;
  background: url("../img/common/icon-ttl-l.png") no-repeat center/contain;
}

.ttl03 span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 12vw;
  height: 4vw;
  background: url("../img/common/icon-ttl-r.png") no-repeat center/contain;
}

.com-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 10%;
}

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

#bread-clumb li {
  position: relative;
  color: #655646;
  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: #655646;
}

/*共通テーブル
=========================================================*/
.com-dl > .in-dl dt,
.com-dl > .in-dl dd {
  vertical-align: top;
  padding: 3% 4%;
}

.com-dl > .in-dl > dt {
  background: #ed7b2f;
  color: #fff;
}

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

/*個人のお客様＆法人のお客様
=========================================================*/
.com-customer-u {
  background: url(../img/top/top-company-bg.png) no-repeat center bottom/100%;
}

.com-customer-u .com-customer-post article {
  display: block;
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: dashed 0.1rem #ed7b2f;
}

.com-customer-u .com-customer-post article:last-of-type {
  margin-bottom: 0;
}

.com-customer-u .com-img {
  padding-top: 70%;
  margin-bottom: 10%;
}

/*BLACK SEALとは
=========================================================*/
#contents-u.about-u {
  padding-bottom: 0;
}

#philosophy {
  padding: 0 0 15%;
  background: url(../img/about/philosophy-bg.png) no-repeat center bottom 100px/100%;
}

#philosophy .philosophy-ttl {
  position: relative;
  padding-bottom: 5%;
  margin-bottom: 10%;
}

#philosophy .philosophy-ttl .eng {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: .1;
  left: 0;
  bottom: 10px;
}

#philosophy .about-business-ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10%;
}

#philosophy .about-business-ttl span {
  display: block;
}

#philosophy .about-business-ttl .ja {
  font-size: 5.5vw;
  color: #ed7b2f;
}

#philosophy .about-business-ttl .ja em {
  color: #f9b547;
}

#philosophy .about-business-ttl .eng {
  color: #f9b547;
  font-size: 4.5vw;
}

#philosophy .about-business-info {
  position: relative;
  text-align: right;
}

#philosophy .about-business-info .etc-txt {
  color: #ed7b2f;
  font-size: 6vw;
}

#philosophy .about-business-info-list li {
  margin: 6% 6% 0 0;
  width: 46%;
  padding-top: 46%;
  font-size: 4vw;
  font-weight: 700;
  color: #ed7b2f;
  border-radius: 50%;
  border: solid 1px #ed7b2f;
  box-sizing: border-box;
  position: relative;
  display: block;
}

#philosophy .about-business-info-list li:nth-child(2n) {
  margin-right: 0;
}

#philosophy .about-business-info-list li:nth-child(-n + 2) {
  margin-top: 0;
}

#philosophy .about-business-info-list li:last-child {
  margin-right: 0;
}

#philosophy .about-business-info-list li p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#philosophy .caution-txt {
  margin-top: 15%;
  font-size: 4vw;
}

#feature {
  padding: 10% 0;
}

#feature .ttl01 {
  margin-bottom: 10%;
}

#feature .feature-info {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#feature .feature-info article {
  margin-bottom: 15%;
}

#feature .feature-info article:last-child {
  margin-bottom: 0;
}

#feature .feature-info article .point {
  font-weight: 700;
  width: 145px;
  display: block;
  margin: 0 auto;
  color: #ed7b2f;
  background: url(../img/common/num-icon-l.png) no-repeat left center, url(../img/common/num-icon-r.png) no-repeat right center;
}

#feature .feature-info article .point em {
  font-size: 5vw;
  margin-left: 5px;
}

#feature .feature-info article .icon {
  margin-bottom: 10%;
}

#feature .feature-info article .feature-info-ttl {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.3;
  color: #ed7b2f;
  padding-bottom: 5%;
  border-bottom: 2px solid #ed7b2f;
  margin-bottom: 10%;
}

#feature .feature-info article .feature-info-txt {
  letter-spacing: 0;
  text-align: left;
}

#movie {
  padding: 10% 0;
}

#movie .movie-iframe {
  width: 100%;
  padding-top: 56.256%;
  background: #000;
  margin: 0 auto 40px;
  position: relative;
}

#movie .movie-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#movie .more-btn {
  width: 95%;
  margin: 0 auto;
}

#movie .more-btn span {
  font-size: 4vw;
}

#about-schedule {
  padding: 15% 0 10%;
}

#about-schedule .about-schedule-txt {
  margin-bottom: 10%;
  text-align: center;
}

#about-schedule .google-curender iframe {
  width: 100%;
  height: 600px;
}

#to-sri-lankan {
  padding: 60px 0 150px;
  background: url(../img/about/to-sri-lankan-bg.png) no-repeat center bottom/cover;
}

#to-sri-lankan .to-sri-lankan-txt {
  padding: 6%;
  box-sizing: border-box;
  background: #fff;
}

/*スタッフ紹介一覧(詳細ページあり)
=========================================================*/
#all-staff .staff-post article {
  width: 48%;
  margin: 8% 4% 0 0;
}

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

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

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

#all-staff .staff-post article a:hover {
  opacity: .8;
}

#all-staff .staff-post article .com-img {
  padding-top: 100%;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 6vw;
}

#all-staff .staff-post article .staff-comment {
  position: relative;
  background: #ed7b2f;
  color: #fff;
  border-radius: 10px;
  padding: 5%;
  margin-bottom: 10%;
  box-sizing: border-box;
  font-size: 3vw;
}

#all-staff .staff-post article .staff-comment:before {
  content: "";
  position: absolute;
  display: block;
  top: -4vw;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 2vw;
  border-bottom: solid #ed7b2f 2vw;
  margin-left: -2vw;
}

#all-staff .staff-post article .staff-post-ttl-bx {
  padding: 6% 0;
  font-weight: 700;
  color: #ed7b2f;
  text-align: center;
  background: url(../img/common/staff-ttl-line.png) no-repeat top center/100%, url(../img/common/staff-ttl-line.png) no-repeat bottom center/100%;
}

#all-staff .staff-post article .staff-post-ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.8vw;
}

#all-staff .staff-post article .staff-tag-list li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 3vw;
}

#all-staff .staff-post .more-txt {
  text-align: right;
  color: #ed7b2f;
  font-size: 3vw;
}

#all-staff .staff-post .more-txt span {
  position: relative;
  padding-left: 15px;
}

#all-staff .staff-post .more-txt span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1vw;
  height: 1vw;
  border-top: solid #ed7b2f 1px;
  border-right: solid #ed7b2f 1px;
  transform: rotate(45deg);
}

#about-staff {
  background: url(../img/staff/staff-bg.png) no-repeat center/cover;
}

#about-staff .about-staff-ttl {
  text-align: center;
  line-height: 1.5;
  color: #ed7b2f;
  font-weight: 700;
  margin-bottom: 10%;
}

#about-staff .about-staff-ttl .eng {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
  padding: 0 6vw;
  position: relative;
  margin-bottom: 3%;
}

#about-staff .about-staff-ttl .eng:before {
  background: #ed7b2f;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 1px;
}

#about-staff .about-staff-ttl .eng:after {
  background: #ed7b2f;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 4vw;
  height: 1px;
}

#about-staff .about-staff-ttl .ja {
  display: block;
  font-size: 6vw;
}

#about-staff .about-staff-ttl .ja em {
  color: #f9b547;
}

#about-staff .about-staff-txtbx {
  display: block;
}

#about-staff .about-staff-txtbx .about-staff-img {
  text-align: center;
  margin-bottom: 8%;
}

#about-staff .about-staff-txtbx .about-staff-txt strong {
  color: #ed7b2f;
}

#about-staff .about-staff-imglist {
  margin-top: 10%;
  display: block;
}

#about-staff .about-staff-imglist li {
  text-align: center;
  margin-bottom: 5%;
}

#about-staff .about-staff-imglist li:last-of-type {
  margin-bottom: 0;
}

/*スタッフ詳細
=========================================================*/
#s-staff .staff-ttl-wrp {
  text-align: center;
  border-bottom: 1px solid #ed7b2f;
  margin-bottom: 10%;
  padding-bottom: 5%;
  font-weight: 700;
}

#s-staff .ttl01 {
  font-size: 5.5vw;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#s-staff .staff-tag {
  margin-top: 3%;
}

#s-staff .staff-tag li {
  display: inline-block;
  vertical-align: middle;
  color: #ed7b2f;
  font-size: 4.5vw;
}

#s-staff .com-img {
  width: 80%;
  padding-top: 80%;
  margin: 0 auto 10%;
}

#s-staff .staff-comment {
  text-align: center;
  margin-bottom: 10%;
}

#s-staff .staff-comment span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ed7b2f;
  color: #fff;
  border-radius: 10px;
  padding: 5% 6%;
  box-sizing: border-box;
  font-size: 4vw;
}

#s-staff .staff-comment span:before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 10px;
  border-bottom: solid #ed7b2f 10px;
  margin-left: -10px;
}

/*会社概要
=========================================================*/
#ceo-message {
  background: url(../img/company/ceo-message-bg.png) no-repeat bottom 100px center/100%;
  padding-bottom: 60px;
}

#ceo-message .ttl01 {
  margin-bottom: 10%;
}

#ceo-message .ceo-message-wrp {
  display: block;
}

#ceo-message .ceo-img {
  width: 80%;
  margin: 0 auto 10%;
  position: relative;
}

#ceo-message .ceo-img:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 0;
  padding-top: 30%;
  background: url("../img/company/ceo-img-frame.png") no-repeat center/contain;
}

#ceo-message .ceo-name {
  text-align: right;
  margin-top: 15%;
  font-weight: 700;
  font-size: 4vw;
}

#ceo-message .ceo-name span {
  position: relative;
  color: #ed7b2f;
}

#ceo-message .ceo-name span:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: -10vw;
  width: 10vw;
  height: 10vw;
  background: url("../img/company/ceo-name-icon.png") no-repeat center/contain;
}

#company-info {
  padding: 10% 0;
}

#company-info .company-dl {
  display: block;
  margin-bottom: 10%;
}

#map .map-iframe {
  padding-top: 200px;
  position: relative;
  background: #ccc;
}

#map .map-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#partner {
  padding: 10% 0 0;
}

#partner .ttl01 {
  margin-bottom: 15%;
}

#partner .com-partner {
  margin-bottom: 10%;
}

#partner .com-partner:last-child {
  margin-bottom: 0;
}

#partner .com-partner a {
  color: #ed7b2f;
  border-bottom: 1px solid #f9b547;
}

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

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

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

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

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

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

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

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

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

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

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

.post-wrp .all-post-list article a time span {
  border-bottom: none;
  color: #ed7b2f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 #ed7b2f;
  background-color: #ed7b2f;
}

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

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

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

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

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

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

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

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

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

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

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

/*リキャプチャ---------------*/
.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: 5%;
}

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 15% 6% 10% !important;
  box-sizing: border-box;
  background: url(../img/common/sv-l-frame.png) no-repeat left 2vw top 2vw/30%, #fff url(../img/common/sv-r-frame.png) no-repeat right 5vw bottom 5vw/30%;
}

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

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

.drawer-nav .drawer-menu > li a {
  font-size: 4vw;
  display: block;
  padding: 3% 5%;
  box-sizing: border-box;
  font-weight: bold;
  color: #ed7b2f;
}

.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: 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: #ed7b2f !important;
  right: 2% !important;
  top: 1%;
}

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

.drawer-hamburger:before {
  content: 'MENU';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 10px;
}

.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-logo {
  width: 40%;
  margin-bottom: 5%;
}

.sp-contact {
  margin: 10% 0;
}

.sp-contact .mail-btn {
  padding: 3% 0;
  margin: 0 auto;
}

.sp-sns {
  margin-top: 10%;
}

.sp-sns li {
  margin-right: 5%;
}

.sp-sns li img {
  height: 7vw;
}

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