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

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================================
	header
=========================================================*/
#header {
  background: #fff;
  border-bottom: 5px solid #13809e;
}

#header .inbox {
  width: 1080px;
}

#header .hd-wrp {
  padding: 15px 0;
}

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

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

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

#header .hd-r .mail-btn {
  width: 200px;
}

#header .hd-r .hd-worktime {
  margin-bottom: 5px;
}

#header .hd-nav {
  background: #ecf9fd;
}

#header .hd-nav li {
  text-align: center;
  width: calc(100%/5);
  box-sizing: border-box;
}

#header .hd-nav li:last-child a span {
  border-right: 1px solid #999;
}

#header .hd-nav li a {
  padding: 15px 0;
  font-weight: 500;
  display: block;
  line-height: 1;
}

#header .hd-nav li a span {
  border-left: 1px solid #999;
  display: block;
  padding: 10px 0;
}

#header .hd-nav li a:hover {
  background: #13809e;
  color: #fff;
}

.com-workstime {
  line-height: 1;
}

.com-workstime dt {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}

.com-workstime .worktime {
  margin-right: 15px;
}

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

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

/*=========================================================
	トップページ
=========================================================*/
/*下層ボックス
=========================================================*/
#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 #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 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #13809e;
  border-radius: 50px;
  padding: 15px 50px;
  min-width: 180px;
  text-align: center;
  font-weight: 700;
  transition: .1s all ease-in;
}

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

.more-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 21px;
  background: url("../img/common/arw-wht.png") no-repeat center/contain;
  margin-top: -10.5px;
}

.more-btn:hover {
  background: #ea7160;
}

.mail-btn {
  display: block;
  background: #13809e;
  border: solid 1px #13809e;
  border-radius: 50px;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  transition: 0.1s 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 {
  border: solid 1px #ea7160;
  background: #ea7160;
}

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

.others-btn {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  padding: 15px 30px;
  border: solid 1px #13809e;
  line-height: 1;
  border-radius: 50px;
}

.others-btn:hover {
  background: #ecf9fd;
}

.others-btn span {
  color: #13809e;
  position: relative;
  padding-right: 20px;
}

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

.line-btn {
  background: #06c755;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  padding: 15px 30px;
  min-width: 210px;
}

.line-btn span {
  position: relative;
  padding-left: 50px;
  color: #fff;
  font-weight: 700;
}

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

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

.com-tel {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}

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

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

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

#top-greeting .com-ttl {
  margin-bottom: 25px;
}

#top-greeting .top-greeting-txt {
  margin-bottom: 30px;
}

#top-greeting .top-greeting-txt p {
  margin-bottom: 10px;
  font-size: 18px;
}

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

/*top-trouble
=========================================================*/
#top-trouble {
  position: relative;
  z-index: 5;
  padding: 80px 0 130px;
  background: url(../img/top/top-trouble-bg.png) no-repeat center bottom/cover;
  text-align: center;
}

#top-trouble .top-trouble-ttl {
  text-align: center;
  margin-bottom: 50px;
}

#top-trouble .top-trouble-info {
  width: 810px;
  margin: 0 auto;
}

#top-trouble .top-trouble-info figure {
  width: 215px;
  margin: 40px 80px 0 0;
}

#top-trouble .top-trouble-info figure:nth-child(3n) {
  margin-right: 0;
}

#top-trouble .top-trouble-info figure:nth-child(-n + 3) {
  margin-top: 0;
}

#top-trouble .top-trouble-info figure:last-child {
  margin-right: 0;
}

#top-trouble .top-trouble-info figure figcaption {
  margin-top: 10px;
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #13809e;
}

#top-trouble .top-trouble-info figure figcaption span {
  text-shadow: 0px 2px 2px #fff;
  padding: 0 15px 5px 15px;
}

/*top-solution
=========================================================*/
#top-solution {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -100px;
  padding: 135px 0 80px;
  background: url(../img/top/top-solution-bg.jpg) no-repeat center/cover;
}

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

#top-solution .top-solution-txt {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: .2rem;
  font-weight: 500;
}

#top-solution .top-solution-iframe {
  width: 800px;
  height: 450px;
  margin: 0 auto 50px;
}

#top-solution .top-solution-iframe video {
  width: 100%;
  height: 100%;
}

/*top-others
=========================================================*/
.top-others {
  padding: 75px 0;
  background: #fff;
}

.top-others .inbox {
  width: 1080px;
}

.top-others .top-com-others {
  width: 520px;
  margin: 40px 40px 0 0;
}

.top-others .top-com-others:nth-child(2n) {
  margin-right: 0;
}

.top-others .top-com-others:nth-child(-n + 2) {
  margin-top: 0;
}

.top-others .top-com-others:last-child {
  margin-right: 0;
}

.top-others .top-com-others a:hover .top-others-ttl {
  background: #ecf9fd;
  padding-left: 15px;
}

.top-others .top-com-others .top-others-ttl {
  transition: .1s all ease-in;
  box-sizing: border-box;
  padding: 15px 0;
}

.top-others .top-com-others .top-others-ttl .main {
  margin-bottom: 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 35px;
}

.top-others .top-com-others .top-others-ttl .main:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 21px;
  background: url("../img/common/arw-blue.png") no-repeat center/contain;
  margin-top: -10.5px;
}

.top-others .top-com-others .top-others-ttl .eng {
  font-size: 12px;
}

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

#top-contact-banner .top-contact-banner-ttl {
  text-align: center;
  margin-bottom: 50px;
}

#top-contact-banner .top-contact-banner-dl {
  text-align: center;
}

#top-contact-banner .top-contact-banner-dl .in-dl {
  width: 360px;
  border-right: 1px solid #13809e;
}

#top-contact-banner .top-contact-banner-dl .in-dl:last-child {
  border-right: none;
}

#top-contact-banner .top-contact-banner-dl .in-dl > dt {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}

#top-contact-banner .top-contact-banner-dl .com-workstime {
  margin-bottom: 10px;
}

#top-contact-banner .mail-btn {
  width: 300px;
  margin: 0 auto;
}

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

#top-news .com-ttl {
  text-align: center;
  margin-bottom: 50px;
}

#top-news .top-news-post {
  margin-bottom: 40px;
}

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

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

#top-news .top-news-post article a {
  display: block;
  background: #ecf9fd;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

#top-news .top-news-post article a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 21px;
  background: url("../img/common/arw-blue.png") no-repeat center/contain;
  margin-top: -10.5px;
}

#top-news .top-news-post article a:hover {
  background: #ea7160;
}

#top-news .top-news-post article a:hover:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 21px;
  background: url("../img/common/arw-wht.png") no-repeat center/contain;
  margin-top: -10.5px;
}

#top-news .top-news-post article a:hover time,
#top-news .top-news-post article a:hover .top-news-post-ttl {
  color: #fff;
}

#top-news .top-news-post article .top-news-post-time-tags {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}

#top-news .top-news-post article .top-news-post-time-tags time {
  padding: 5px 0;
  width: 100px;
  box-sizing: border;
}

#top-news .top-news-post article .top-news-post-time-tags .tag-list {
  width: 940px;
}

#top-news .top-news-post article .top-news-post-time-tags .tag-list li {
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

#top-news .top-news-post article .top-news-post-ttl {
  font-weight: 500;
}

#top-news .news-btn {
  text-align: center;
}

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

/*=========================================================
	footer
=========================================================*/
#footer {
  background: #f5f3f4;
}

#footer .ft-wrp {
  padding: 40px 0;
}

#footer .ft-l {
  width: 465px;
}

#footer .ft-l .ft-logo {
  margin-right: 15px;
}

#footer .ft-l .ft-address {
  font-size: 15px;
  margin-bottom: 5px;
}

#footer .ft-r {
  width: 580px;
}

#footer .ft-r .ft-contact-info {
  margin-bottom: 10px;
}

#footer .ft-r .ft-contact-info .ft-contact-worktime {
  margin-right: 15px;
}

#footer .ft-r .ft-contact-info .ft-worktime {
  margin-bottom: 10px;
}

#footer .ft-banner-sns .ft-banner-list {
  width: 400px;
  margin-right: 20px;
}

#footer .ft-banner-sns .ft-banner-list li {
  margin-right: 15px;
}

#footer .ft-banner-sns .ft-banner-list li:last-child {
  margin-right: 0;
}

#footer .ft-banner-sns .ft-banner-list .interview-banner {
  width: 240px;
}

#footer .ft-banner-sns .ft-banner-list .interview-banner a:hover {
  opacity: .8;
}

#footer .ft-banner-sns .ft-sns {
  width: 160px;
}

#footer .ft-banner-sns .ft-sns li {
  width: 40px;
  margin-right: 15px;
}

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

#footer .ft-banner-sns .ft-sns li:hover {
  opacity: .8;
}

#footer .ft-nav .inbox {
  padding: 10px 0;
  border-top: 1px solid #13809e;
  border-bottom: 1px solid #13809e;
  width: 1080px;
}

#footer .ft-nav li {
  margin-right: 10px;
  padding-right: 10px;
  border-image: 1px solid #13809e;
}

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

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

#footer #copyright {
  margin-top: 50px;
  text-align: center;
  padding: 10px 0;
  background: #13809e;
}

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

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

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

#sv .inbox {
  width: 1080px;
  height: 100%;
}

#sv .sv-ttl {
  color: #ea7160;
  font-weight: 700;
  line-height: 1;
  padding: 30px 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px 2px rgba(51, 51, 51, 0.1);
}

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

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

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

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

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

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-weight: 700;
  color: #13809e;
  font-size: 30px;
  border-top: 1px solid #13809e;
  border-bottom: 1px solid #13809e;
  padding: 15px 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

.ttl02 {
  font-weight: 700;
  color: #ea7160;
  border-bottom: 2px solid #ea7160;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.com-ttl {
  margin-bottom: 35px;
  letter-spacing: .4rem;
}

.com-ttl span {
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.com-ttl .eng {
  line-height: 1;
  color: #ea7160;
  font-size: 18px;
  margin-bottom: 5px;
}

.com-ttl .main {
  color: #13809e;
  font-size: 36px;
}

.line-bg {
  background: url(../img/common/ywl-line.jpg) repeat-x bottom left;
}

.com-ttl-u {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
  color: #13809e;
  font-size: 36px;
  letter-spacing: .5rem;
}

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

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

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

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

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

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

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

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

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

.com-dl > .in-dl > dt {
  background: #f2f2f2;
}

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

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

.com-list {
  background: #ecf9fd;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}

.com-list li {
  border-bottom: 1px dotted #a6a6a6;
  padding: 0 0 15px 30px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
}

.com-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/common/com-check.png") no-repeat center/contain;
}

.com-list li:last-child {
  margin-bottom: 0;
}

.com-list li small {
  display: block;
}

/*さくら施術院について
=========================================================*/
#sv.sv-about-bg {
  background: url(../img/about/sv-about-bg.jpg) no-repeat center/cover;
}

#concept {
  padding: 100px 0;
  background: #e5f6ff;
}

#concept .concept-wrp .concept-img {
  width: 520px;
}

#concept .concept-wrp .concept-txt {
  width: 525px;
}

#feature {
  padding: 100px 0;
}

#feature .feature-info article {
  margin-bottom: 70px;
}

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

#feature .feature-info article .feature-img {
  width: 520px;
}

#feature .feature-info article .feature-txtbx {
  width: 525px;
}

#feature .feature-info article .feature-txtbx .com-ttl {
  letter-spacing: .2rem;
}

#feature .feature-info article .feature-txtbx .com-ttl .eng {
  font-size: 12px;
}

#feature .feature-info article .feature-txtbx .com-ttl .main {
  font-size: 24px;
}

#feature .feature-info article .feature-txtbx .com-list {
  margin: 20px 0;
}

#feature .feature-info article:nth-child(even) {
  flex-direction: row-reverse;
}

/*スポーツ障がい・疾患
=========================================================*/
#sv.sv-service-bg {
  background: url(../img/service/sv-service-bg.jpg) no-repeat center/cover;
}

#recommend {
  background: #e5f6ff;
  padding: 100px 0 0;
  position: relative;
}

#recommend:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -63px;
  left: 0;
  width: 100%;
  height: 63px;
  background: url("../img/service/recommend-arw.png") no-repeat center/contain;
  background-position: top left;
}

#recommend .recommend-list-info .recommend-list {
  width: 520px;
  margin-right: 40px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
}

#recommend .recommend-list-info .recommend-list:last-child {
  margin-right: 0;
}

#recommend .recommend-list-info .recommend-list .recommend-list-ttl {
  text-align: center;
  margin-bottom: 20px;
  color: #13809e;
  font-weight: 700;
  font-size: 20px;
}

#recommend .recommend-list-info .recommend-list .recommend-list-ttl em {
  font-size: 24px;
  background: url(../img/common/pink-line.jpg) repeat-x bottom;
}

#recommend .recommend-list-info .recommend-list .com-list {
  padding: 0;
  background: #fff;
}

#recommend .recommend-list-info .recommend-list .com-list li {
  font-size: 18px;
  width: 200px;
  margin: 15px 20px 0 0;
}

#recommend .recommend-list-info .recommend-list .com-list li:nth-child(2n) {
  margin-right: 0;
}

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

#recommend .recommend-list-info .recommend-list .com-list li:last-child {
  margin-right: 0;
}

#recommend .recommend-list-info .etc-txt {
  font-size: 18px;
  margin-top: 15px;
}

#recommend .recommend-solution-txt {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #13809e;
  margin-top: 40px;
}

#recommend .recommend-solution-txt em {
  color: #ea7160;
  width: 175px;
  height: 79px;
  font-size: 40px;
  background: url(../img/service/recommend-solution-txt-bg.png) no-repeat center/contain;
}

#slowing-down {
  padding: 150px 0 100px;
}

#slowing-down .slowing-down-wrp {
  margin-bottom: 100px;
}

#slowing-down .slowing-down-wrp .slowing-down-img {
  width: 520px;
}

#slowing-down .slowing-down-wrp .slowing-down-txtbx {
  width: 520px;
}

#slowing-down .slowing-down-wrp .slowing-down-txtbx .slowing-down-ttl {
  color: #13809e;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ea7160;
}

#slowing-down .com-slowing-down {
  margin-bottom: 90px;
}

#slowing-down .com-slowing-down:last-of-type {
  margin-bottom: 0;
}

#slowing-down .com-slowing-down .com-slowing-down-ttl {
  font-weight: 700;
  font-size: 24px;
  color: #13809e;
  margin-bottom: 40px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #13809e;
  border-bottom: 1px solid #13809e;
}

#slowing-down .com-slowing-down .benefit-ttl,
#slowing-down .com-slowing-down .benefit-txt {
  text-align: center;
}

#slowing-down .com-slowing-down .benefit-txt {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 2;
  letter-spacing: .2rem;
}

#slowing-down .com-slowing-down .com-list {
  width: 765px;
  margin: 0 auto;
}

#slowing-down .com-slowing-down .com-list li {
  width: 195px;
  margin: 15px 20px 0 0;
}

#slowing-down .com-slowing-down .com-list li:nth-child(3n) {
  margin-right: 0;
}

#slowing-down .com-slowing-down .com-list li:nth-child(-n + 3) {
  margin-top: 0;
}

#slowing-down .com-slowing-down .com-list li:last-child {
  margin-right: 0;
}

#slowing-down .com-slowing-down .skill-img {
  width: 280px;
}

#slowing-down .com-slowing-down .skill-txt {
  width: 770px;
}

/*出張施術/料金
=========================================================*/
#sv.sv-price-bg {
  background: url(../img/price/sv-price-bg.jpg) no-repeat center/cover;
}

#business-trip {
  padding: 100px 0;
  background: #e5f6ff;
}

#business-trip .business-trip-wrp {
  margin-bottom: 60px;
}

#business-trip .business-trip-wrp .business-trip-img {
  width: 520px;
}

#business-trip .business-trip-wrp .business-trip-txtbx {
  width: 530px;
}

#business-trip .business-trip-wrp .business-trip-txtbx .business-trip-ttl {
  font-weight: 700;
  color: #13809e;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #13809e;
}

#business-trip .area {
  position: relative;
  padding: 55px 50px 0 0;
  height: 370px;
  box-sizing: border-box;
  background: #bfddad url(../img/price/osaka-txt.jpg) no-repeat left -130px center;
}

#business-trip .area .osaka-txt {
  position: absolute;
  left: 35px;
  top: 50px;
}

#business-trip .area .area-txtbx {
  width: 600px;
  margin-left: auto;
}

#business-trip .area .area-ttl {
  width: 185px;
  color: #13809e;
  font-weight: 700;
  font-size: 36px;
  position: relative;
  margin-bottom: 50px;
}

#business-trip .area .area-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 285px;
  height: 2px;
  background: #13809e;
}

#business-trip .area .area-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -50px;
  left: -211px;
  width: 111px;
  height: 111px;
  background: url("../img/price/map-icon.png") no-repeat center/contain;
}

#business-trip .area .area-txt {
  font-size: 18px;
}

#price {
  padding: 100px 0;
}

#price .price-info article {
  margin-bottom: 80px;
}

#price .price-info article:last-of-type {
  margin-bottom: 0;
}

#price .price-info article .ttl01 {
  font-size: 24px;
}

#price .price-info article .sub-txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

#price .price-info article .price-info-dl .in-dl {
  background: #ecf9fd;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#price .price-info article .price-info-dl .in-dl:nth-of-type(even) {
  background: #f5f5f5;
}

#price .price-info article .price-info-dl .in-dl dt,
#price .price-info article .price-info-dl .in-dl dd {
  font-size: 18px;
  padding: 25px 20px;
  box-sizing: border-box;
}

#price .price-info article .price-info-dl .in-dl dt {
  font-weight: 700;
  width: 60%;
}

#price .price-info article .price-info-dl .in-dl dd {
  text-align: right;
  width: 40%;
}

#price .price-info article .caution-txt {
  margin-top: 15px;
}

/*下層ページ
=========================================================*/
/*店舗概要
=========================================================*/
#sv.sv-shop-info-bg {
  background: url(../img/shop-info/sv-shop-info-bg.jpg) no-repeat center/cover;
}

#message {
  padding: 100px 0;
  background: #e5f6ff;
}

#message .message-img,
#message .message-txtbx {
  width: 520px;
}

#store-info {
  padding: 100px 0;
}

#store-info .store-dl .in-dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
}

#store-info .store-dl .in-dl:last-child {
  border-bottom: none;
}

#store-info .store-dl .in-dl dt,
#store-info .store-dl .in-dl dd {
  padding: 20px 30px;
  box-sizing: border-box;
}

#store-info .store-dl .in-dl dt {
  font-weight: 700;
  background: #ecf9fd;
  width: 200px;
  text-align: center;
}

#store-info .store-dl .in-dl dd {
  background: #f5f5f5;
  width: 880px;
}

#access {
  padding-top: 80px;
}

#access .com-ttl-u {
  margin-bottom: 40px;
}

#access .map-iframe {
  height: 400px;
  background: #ccc;
}

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

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

.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  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 #13809e;
  color: #13809e;
  background: #fff;
}

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

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

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

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

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

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

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

/*お知らせ個別
=========================================================*/
/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #ea7160;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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