@charset "utf-8";
/* CSS Document */
/* 目次
* リセット
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
* TOP
* 下層共通 ※変更不可
* サービス案内/サービスページ
* 会社概要
* 代表メッセージ
* 経営理念
* 沿革
* 採用案内
* プライバシーポリシー
* 404
* WP投稿共通
* お問い合わせ
*/

/*=================== モバイルファースト ==================*/

/**************************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.pc { display: none; }
.tb { display: none; }
.sp { display: block; }
/*フッター位置調整*/
.wrapper {
  min-height: calc(100vh - 405px);
  padding: 0;
}

/*wrap共通*/
.wrap{
  margin: 0 auto;
  padding: 50px 0;
}
.wrap02{
  margin: 0 auto;
  padding: 30px 0;
}
.wrap-l{
  width: 100%;
}
.wrap-m{
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.wrap-s{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/*余白共通*/
.ma-b25{
  margin-bottom: 25px;
}
.ma-b30{
  margin-bottom: 30px;
}
.ma-b50{
  margin-bottom: 50px;
}
.pa-t25{
  padding-top: 25px;
}
.pa-t50{
  padding-top: 50px;
}
.pa-b25{
  padding-bottom: 25px;
}
.pa-b50{
  padding-bottom: 50px;
}

.flex-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*------------------------------
テキスト ※変更不可
------------------------------*/
p,li,a,th,td,dt,dd {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #222;
}
.font14{
  font-size: 1.4rem;
}
.font16{
  font-size: 1.6rem;
}
.font18{
  font-size: 1.8rem;
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h2,h3,h4,h5,h6{
  font-weight: 600;
  margin-bottom: 1em;
}
h1 {
  line-height: 1.5;
  font-size: 2.5rem;
}
h2 {
  line-height: 1.5;
  font-size: 2.2rem;
}
h3 {
  line-height: 1.5;
  font-size: 2.0rem;
}
h4 {
  line-height: 1.5;
  font-size: 1.8rem;
}
h5 {
  line-height: 1.5;
  font-size: 1.7rem;
}
h6 {
  line-height: 1.5;
  font-size: 1.6rem;
}

/*h2-ttl*/
.h2-ttl{
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.h2-ttl h2{
  width: auto;
  display: inline-block;
  margin: 30px auto 1em;
  position: relative;
}
.h2-ttl h2 .ja {
  display: block;
  width: auto;
  padding: 5px 0 15px 25px;
  font-size: 1.4rem;
  position: absolute;
  top: -30px;
  left: 0;
  background: url(../images/common/h2-icon-b.png) no-repeat left top/ 20px ;
}
.h2-ttl h2 .en {
  font-size: 4.0rem;
}
.h2-ttl.white h2 .ja {
  background: url(../images/common/h2-icon-w.png) no-repeat left top/ 20px ;
}
/*h2-ttl02*/
.h2-ttl02 h2{
  width: auto;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}
.h2-ttl02 h2 .ttl-s{
  font-size: 1.8rem;
}
.h2-ttl02 h2 .ttl-l{
  position: relative;
  font-size: 3.0rem;
}
.h2-ttl02 h2 .ttl-l:before,
.h2-ttl02 h2 .ttl-l:after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  content: '';
  border-top: solid 2px #fff;
}
.h2-ttl02 h2 .ttl-l:before {
  left: -30px;
}
.h2-ttl02 h2 .ttl-l:after {
  right: -30px;
}
/*h2-ttl03*/
.h2-ttl03 h2{
  width: auto;
  text-align: center;
  line-height: 1.8;
}
.h2-ttl03 h2 .ttl-s{
  font-size: 1.8rem;
}
.h2-ttl03 h2 .ttl-l{
  position: relative;
  font-size: 3.0rem;
}
.h2-ttl03 h2 .ttl-l:before,
.h2-ttl03 h2 .ttl-l:after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  content: '';
  border-top: solid 2px #a68f49;
}
.h2-ttl03 h2 .ttl-l:before {
  left: -30px;
}
.h2-ttl03 h2 .ttl-l:after {
  right: -30px;
}

/*h3*/
.h3-ttl h3{
  width: auto;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}
.h3-ttl h3 .ttl-s{
  font-size: 1.8rem;
}
.h3-ttl h3 .ttl-l{
  position: relative;
  font-size: 3.0rem;
}
.h3-ttl h3 .ttl-l:before,
.h3-ttl h3 .ttl-l:after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  content: '';
  border-top: solid 2px #a68f49;
}
.h3-ttl h3 .ttl-l:before {
  left: -30px;
}
.h3-ttl h3 .ttl-l:after {
  right: -30px;
}
/*------------------------------
ボタン ※変更不可
------------------------------*/
/*== ボタン共通設定 */
.btn-box .btn{
  margin: 25px auto;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #a68f49;
  border-radius: 6px;
  background:#a68f49;
  text-align: center;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn-box .btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}

.btn-box .btn:hover span{
  color:#a68f49;
}

/*== 背景が流れる（斜め） */
.btn-box .bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#fff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.btn-box .bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
/* スクロール途中でヘッダーが表示＆非表示するためのCSS */
#header {
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  position: fixed;/*fixedで上部固定*/
  z-index: 900; /*最前面へ*/
}
/*上に上がる動き*/
#header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}
/*下に下がる動き*/
#header.DownMove{
  animation: DownAnime 0.5s forwards;
}
  @keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header .head-inner {
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 0;
}
#header .logo {
  width: 150px;
}

/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 900;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #a68f49;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all .6s; /*0.6秒かけてアニメーション*/
}
.circle-bg.circleactive {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}
/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/.sp-nav
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
  display: block; /*クラスが付与されたら出現*/
}
/*ナビゲーション*/
#g-nav ul {
  opacity: 0; /*はじめは透過0*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;

}
/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}
#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
#g-nav li {
  text-align: center;
  list-style: none;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.3;
}
/*資料請求・説明会予約*/
/*お問い合わせ・電話*/
#g-nav li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-nav .g-nav-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 5% auto 0;
}
#g-nav .g-nav-btn a{
  display: block;
  border: 2px solid #a68f49;
  background: #fff;
  border-radius: 6px;
  color: #a68f49;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  top: 10px;
  right: 3%;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a68f49;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 9px;
  height: 3px;
  border-radius: 2px;
  background-color: #1a1a1a;
  width: 55%;
}
.openbtn span:nth-of-type(1) {
  top: 11px;
}
.openbtn span:nth-of-type(2) {
  top: 18px;
}
.openbtn span:nth-of-type(3) {
  top: 25px;
}
.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 9px;
  transform: translateY(6px) rotate(-45deg);
  width: 57%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
  width: 57%;
}
/*------------------------------
pagetopボタン ※変更不可
------------------------------*/
/*リンクを右下に固定*/
#page-top {
  width: 20px;
  height: 65px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
#page-top a {
  position: relative;
  display: block;
  width: 20px;
  height: auto;
  text-decoration: none;
}

/*------------------------------
フッター ※変更不可
------------------------------*/
#footer {
  background: #222;
}
#footer .wrap-m{
  padding: 80px 0 50px;
}
/* logo */
#footer .logo a{
  display: block;
  width: 150px;
  height: auto;
}
/* f-nav */
#footer .f-nav {
  margin-top: 15px;
}
#footer .f-nav ul li{
  width: 100%;
  padding-left: 30px;
}
#footer .f-nav ul li a{
  display: block;
  width: 100%;
  line-height: 2;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
#footer .f-nav ul li a::after {
  content: ">";
  position: absolute;
  top: calc(50% - 14px);
  left: -20px;
  margin: auto;
  color: #fff;
  vertical-align: middle;
  transition: all .3s;
}
#footer .f-nav ul li a:hover::after {
  left: -15px;
}

/* copyright */
#footer .copyright{
  padding-bottom: 100px;
  text-align: center;
}

/*------------------------------
.bottom-btn
------------------------------*/
.bottom-btn {
  background: #a68f49;
  padding: 10px 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.bottom-btn li a {
  display: block;
  background: #fff;
  text-align: center;
  color: #a68f49;
  padding: 12px 0;
  border-radius: 6px;
}

/*------------------------------
pageTopボタン ※変更不可
------------------------------*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 20px;
  height: 40px;
  z-index: 700;
}
/*------------------------------
contact-box
------------------------------*/
#contact-box{
  background: url(../images/common/contact-bg.jpg) no-repeat center/cover;
  padding: 50px 0 10px;
}
/* ボタン */
#contact-box .btn-link{
  position: relative;
  bottom: -35px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact-box .btn-link li{
  width: 100%;
}
#contact-box .btn-link a{
  display: block;
  width: 100%;
  height: 54px;
  line-height: 50px;
  border: 2px solid #a68f49;
  border-radius: 6px;
  text-align: center;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
}
#contact-box .btn-link .btn01 a{
  background: #fff;
  color: #a68f49;
}
#contact-box .btn-link .btn02 a{
  background: #a68f49;
  color: #fff;
}
/*ボタン内spanの形状*/
#contact-box .btn-link a span {
  position: relative;
  z-index: 3;/*文字を背景よりも手前に表示*/
}
#contact-box .btn-link .btn01 a:hover span{
  color: #fff;
}
#contact-box .btn-link .btn02 a:hover span{
  color: #a68f49;
}
/*== 背景が流れる（斜め） */
#contact-box .btn-link a.bgskew::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*形状*/
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
#contact-box .btn-link .btn01 a.bgskew::before {
  background: #a68f49;
}
#contact-box .btn-link .btn02 a.bgskew::before {
  background: #fff;
}
/*hoverした時のアニメーション*/
#contact-box .btn-link a.bgskew:hover::before {
animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left: -10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
/*------------------------------
ぱんくず ※変更不可
------------------------------*/
#breadcrumbs {
  padding: 15px 0 5px;
  border-bottom: 1px solid #a68f49;
}
#breadcrumbs .ellipsis{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumbs li {
  display: inline;
  font-size: 1.2rem;
  color: #000;
}
#breadcrumbs li a {
  font-size: 1.2rem;
  color: #000;
}
#breadcrumbs span a:hover {
  opacity: 0.7;
}
#breadcrumbs span {
  display: inline-block;
  margin-right: 1.5em;
  position: relative;
}
#breadcrumbs span::after{
  content: "/";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 7px);
  right: -15px;
  margin: auto;
}

/*------------------------------
.kv-area
------------------------------*/
/*ヘッダー下KV位置調整*/
.kv-area{
  display: block;
  padding-top: 60px;
  width: 100%;
  height: auto;
  margin: 0;
}
/**************************************************
* TOP
***************************************************/
/*------------------------------
kv
------------------------------*/
#top .kv-area{
  background: #f5f5f5;
}
#top .kv {
  display: block;
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
}

/*------------------------------
con01
------------------------------*/
#top #con01.bg01{
  background: linear-gradient(#a68f49 40%,#f2f0e6 0,#f2f0e6);
}
#top #con01 .bg02{
  background-image: url(../images/top/con01-bg.png);
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: left -150px top;
}
.ttl{
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#top #con01 h2{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  background: #fff;
  border-radius: 20px;
  font-size: 1.7rem;
}
#top #con01 .flex-box{
  justify-content: space-between;
}
#top #con01 .flex-box .box{
  width: 49%;
  margin: 0.5%;
  padding: 20px 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  background: #fff;
  text-align: center;
}
#top #con01 .flex-box .img{
  width: 50%;
  max-width: 120px;
  margin: 0 auto;
}
#top #con01 .flex-box h3{
  margin: 5px 0;
  font-size: 1.6rem;
  color: #a68f49;
}

/*------------------------------
con02
------------------------------*/
/* slick-slide */
#top #con02 .slider{
  width: 100%;
  height: auto;
  margin: 40px auto 20px;
}
#top #con02 .slider .img:nth-of-type(2n) img{
  position: relative;
  top: -20px;
}
/*------------------------------
con03
------------------------------*/
/*h2*/
#top #con03 .ttl-bg{
  padding: 50px 0;
  background-image: url(../images/top/features-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top #con03 .h2-ttl h2{
  margin-bottom: 0;
}
/*h3*/
#top #con03 .h3-ttl{
  margin-bottom: 3rem;
}
#top #con03 h3{
  background-image: url(../images/top/strength-h3bg.png);
}
/*flex-box*/
#top #con03 .flex-box{
  justify-content: space-around;
}
#top #con03 .flex-box .box{
  width: 100%;
  max-width: 500px;
}
#top #con03 .flex-box .text-box{
  padding: 20px 0 30px;
}
#top #con03 .text-box h4{
  padding: 35px 0 0 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
#top #con03 .flex-box.str01 .text-box h4{
  background-image: url(../images/top/strength-no01.png);
}
#top #con03 .flex-box.str02 .text-box h4{
  background-image: url(../images/top/strength-no02.png);
}
#top #con03 .flex-box.str03 .text-box h4{
  background-image: url(../images/top/strength-no03.png);
}
#top #con03 .fc-organize .inner-box{
	margin: 20px 0;
	padding: 10px;
}

/*------------------------------
con04
------------------------------*/
#top #con04.bg01{
  background: linear-gradient(#a68f49 20%,#f5f5f5 0,#f5f5f5);
}
#top #con04 .bg02{
  background-image: url(../images/top/reasons-bg.png);
  background-repeat: no-repeat;
  background-size: auto 20%;
  background-position: right -150px top;
}
/*h2-ttl02*/
#top #con04 .h2-ttl02 h2{
  background-image: url(../images/top/reasons-h3bg.png);
}
/*flex-box*/
#top #con04 .flex-box{
  justify-content: space-between;
  margin: 30px 0 ;
}
#top #con04 .flex-box .box{
  width: 49%;
  margin: 0.5%;
  padding: 10px 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  background: #fff;
  text-align: center;
}
#top #con04 .flex-box .number{
  text-align: left;
  color: #a68f49;
  line-height: 1;
  font-size: 1.6rem;
}
#top #con04 .flex-box .img{
  width: 50%;
  max-width: 120px;
  margin: 0 auto;
}
#top #con04 .flex-box h3{
  margin: 5px 0;
  font-size: 1.6rem;
  color: #a68f49;
}
@media screen and (max-width: 375px) {
#top #con04 .flex-box h3{
  font-size: 1.4rem;
  }
}

/**************************************************
* 下層共通 ※変更不可
***************************************************/
/* .page-kv */
.page .kv-area{
  background: linear-gradient(#f5f5f5 80%,#fff 0,#fff);
}
.page .kv-wrap{
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
  display: block;
}
/*page-ttl*/
.page-ttl{
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}
.page-ttl .ja {
  display: block;
  width: auto;
  padding: 5px 0 15px 25px;
  font-size: 1.4rem;
  background: url(../images/common/h2-icon-b.png) no-repeat left top/ 20px ;
}
.page-ttl .en {
  font-size: 4.0rem;
}
/*bg-grada*/
.page .bg-grada{
  background: linear-gradient(#a68f49 120px,#f5f5f5 0,#f5f5f5);
}
/*ttl-underline*/
.page .ttl-underline{
  padding-bottom: 0.5em;
  border-bottom: 2px solid #a68f49;
}
/**************************************************
* マイゴルとは
***************************************************/
/*con02*/
#about #con02 .h2-ttl02 h2{
  background-image: url(../images/about/service-h2bg.png);
  background-size: 240px;
}
#about #con02 .flex-box .box{
  max-width: 400px;
  margin: 15px auto;
}
/*con03*/
#about #con03{
  background: url(../images/about/tokucho-bg.png) no-repeat right bottom / 200px;
  padding-bottom: 90px;
}
#about #con03 .flex-box .box{
  position: relative;
  margin: 1% auto;
  max-width: 400px;
}
#about #con03 .flex-box .box h3{
  position: absolute;
  top:0;
  left: 0;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  background: #a68f49;
  color: #fff;
  font-size: 1.8rem;
}
#about #con03 .flex-box .box h3::after{
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 45px solid #a68f49;
}
#about #con03 .flex-box .box h3 span{
  margin-right: 0.5em;
}
/*con04*/
#about #con04 .flex-box .box{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  max-width: 400px;
  margin: 15px auto;
}
#about #con04 .flex-box h3 {
  padding-top: 0.5em;
}
#about #con04 .flex-box .box-inner{
  padding: 15px;
}
#about #con04 .flex-box h4 {
  margin-bottom: 0.5em;
}
/**************************************************
* マイゴルFCの特徴
***************************************************/
#features .lead{
  padding: 10px 8px;
}
#features .lead h3{
  margin: 0;
}
/*con02*/
#features #con02 .h2-ttl02 h2{
  background-image: url(../images/features/business-h2bg.png);
  background-size: 300px;
}
#features #con02 .model01-box{
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #a68f49;
}
#features #con02 .bg-white{
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#features #con02 .ttl-underline{
  padding: 15px 10px 0.5em 50px ;
  min-height: 40px;
  background: url(../images/common/h2-icon-g.png) no-repeat left 10px bottom 10px / 30px;
}
#features #con02 .box-inner{
  padding: 0 15px 20px;
}
#features #con02 .box-inner .box{
  padding: 20px 0 0;
  width: 100%;
}
#features #con02 .box-inner .img{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#features #con02 .box-inner h4{
  margin: 15px 0 10px;
}
/*con03*/
#features #con03 .box{
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*con04*/
#features #con04 .box{
  max-width: 400px;
  margin: 0 auto 30px;
}
#features #con04 .box h3{
  margin: 15px 0 10px;
}
#features #con04 .box .appstore{
  width: 45%;
}
#features #con04 .box .googleplay{
  width: 50%;
}

/**************************************************
* 開業資金・収支モデル
***************************************************/
/*con02*/
#model #con02 .h2-ttl02 h2{
  background-image: url(../images/model/simulation-h2bg.png);
  background-size: 350px;
}
#model #con02 .bg-white{
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #a68f49;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#model #con02 .con02-h3-ttl{
  padding: 30px 15px;
}
#model #con02 .con02-h3-ttl span.font-l {
  font-size: 120%;
}
#model #con02 .con02-h3-ttl p.fee{
  font-size: 250%;
  border-top: 1px solid #a68f49;
}
/*tabBox*/
.tabBox{
  padding: 25px 0;
}
.tabBox .tabArea {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 32.3333%;
  margin: 0.5%;
}
.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  background-color: #a68f49;
  border: 1px solid #a68f49;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 600;
  height: 60px;
  transition-duration: 0.3s;
}
.tabBox .tabArea .one_tab a:hover {
  background-color: #fff;
  color: #a68f49;

}
.tabBox .tabArea .one_tab .tab_inner {
  height: 60px;
}
.tabBox .tabArea .one_tab a .font-l{
  font-size: 120%;
}

/*tabContents*/
.tab_main {
  display: none;
  padding: 25px 0;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.tab_main .tab-ttl{
  color: #a68f49;
  text-align: center;
}
.tab_main .tab-ttl .font-l{
  font-size: 150%;
  padding: 0 5px 0 35px;
  background: url(../images/common/h2-icon-g.png) no-repeat left center / 30px;
}
/*table*/
.sp-scroll-t table {
  /*min-width: 480px;*/
}
table,thead,tbody,tfoot,tr{
  width: 100%;
  text-align: center;
}
table td{
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-weight: 600;
}

table thead th {
  width: 100%;
  background-color: #a68f49;
  border: 1px solid #a68f49;
  color: #fff;
  font-size: 2.0rem;
  padding: 5px;
}

table tbody th {
  width: 25%;
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-size: 1.4rem;
  line-height: 1.2;
}
table tbody td {
  width: 25%;
}
table tbody td span{
  font-size: 70%;
}
table tbody tr.total{
  border: 2px solid #a68f49;
}
table tbody tr.total th{
  background: #f2f0e6;
}
table tbody tr.total th,
table tbody tr.total td{
  border: 1px solid #a68f49;
  color: #a68f49;
}

/*model-t01
table.model-t01{
  margin-bottom: 30px;
}*/
table.model-t01 tbody td{
  border: 1px solid #a68f49;
  color: #a68f49;
  font-size:2.5rem;
}
/*model-t03~05*/

/*model-t05*/
table tbody tr.total02{
  margin-top: 20px;
  border: 3px double #a68f49;
}
table tbody tr.total02 th{
  background: #f2f0e6;
}
table tbody tr.total02 th,
table tbody tr.total02 td{
  border: 1px solid #a68f49;
  color: #a68f49;
}
/**************************************************
* 契約から開業までの流れ
***************************************************/
/*con02*/
#flow #con02{
  margin-top: 50px;
}
#flow #con02 .flow-h2-ttl{
  position: relative;
  padding-bottom: 100px;
}
#flow #con02 .flow-h2-ttl h2{
  width: 100%;
  padding: 20px 15px;
  position: absolute;
  top: -100px;
}
#flow #con02 .flow-h2-ttl .img{
  width: 35%;
  max-width: 130px;
  position: absolute;
  top: -25px;
  right: 0;
}
#flow #con02 .flex-box .box{
  width: 100%;
  max-width: 400px;
  margin: 2% auto;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#flow #con02 .flex-box .box .ttl-underline{
  padding: 10px 0 10px 60px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: left top;
}
#flow #con02 .flex-box .box01 .ttl-underline{
  background-image: url(../images/flow/flow-no01.png);
}
#flow #con02 .flex-box .box02 .ttl-underline{
  background-image: url(../images/flow/flow-no02.png);
}
#flow #con02 .flex-box .box03 .ttl-underline{
  background-image: url(../images/flow/flow-no03.png);
}
#flow #con02 .flex-box .box04 .ttl-underline{
  background-image: url(../images/flow/flow-no04.png);
}
#flow #con02 .flex-box .box05 .ttl-underline{
  background-image: url(../images/flow/flow-no05.png);
}
#flow #con02 .flex-box .box06 .ttl-underline{
  background-image: url(../images/flow/flow-no06.png);
}
#flow #con02 .flex-box .box07 .ttl-underline{
  background-image: url(../images/flow/flow-no07.png);
}
#flow #con02 .flex-box .box08 .ttl-underline{
  background-image: url(../images/flow/flow-no08.png);
}
#flow #con02 .flex-box .box .img{
  max-width: 260px;
  margin: 0 auto 20px;
}
#flow #con02 .flex-box .box .btn{
  margin-bottom: 0;
}
/**************************************************
* 事例紹介
***************************************************/
/*con02*/
#example #con02 .h2-ttl02 h2{
  background-image: url(../images/example/example-h2bg.png);
  background-size: 260px;
}
#example #con02 .bg-white{
  padding: 30px 15px;
  border-radius: 10px;
  border: 3px solid #a68f49;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#example #con02 .con02-h3-ttl{
  padding: 20px 15px;
}
/*con02-01*/
#example #con02-01 .flex-box .box{
  max-width: 500px;
  margin: 0 auto 30px;
}
/*con02-02*/
#example #con02-02 .text-box{
  max-width: 600px;
  margin: 30px auto 0;
  padding: 15px 10px;
  position: relative;
}
#example #con02-02 .text-box:before,
#example #con02-02 .text-box:after {
  position: absolute;
  content: '';
}
#example #con02-02 .text-box:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #a68f49;
  border-left: 2px solid #a68f49;
}

#example #con02-02 .text-box:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #a68f49;
  border-bottom: 2px solid #a68f49;
}

/**************************************************
* よくある質問
***************************************************/
/* con01 */
.page-subnav li {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
.page-subnav li a {
  display: block;
  width: 100%;
  height: auto;
  background: #a68f49;
  padding: 15px 0 25px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.page-subnav li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: calc(50% - 5px);
}

/* con02 */
#faq #con02 .wrap{
  padding-top: 25px;
}
#faq #con02 .faq-h2-ttl h2{
  width: 100%;
  padding: 20px 15px;
}
/* .qa-box */
#faq .qa-box dl {
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#faq .qa-box dt{
  font-weight: 600;
}
#faq .qa-box dt,
#faq .qa-box dd{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
#faq .qa-box dt .q,
#faq .qa-box dd .a{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;

}
#faq .qa-box dt .q{
  background: #a68f49;
  color: #fff;
}
#faq .qa-box dd .a{
  background: #cdbd8e;
}
#faq .qa-box dt .text,
#faq .qa-box dd .text{
  width: calc(100% - 40px);
  line-height: 1.8;
}
/**************************************************
* 会社概要
***************************************************/
/* con01 */
#company .con01.wrap{
  padding-bottom: 0;
}
#company .dl-box dl{
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#company .dl-box dl:last-of-type{
  border-bottom: 1px solid #ccc;
}
#company .dl-box dt,
#company .dl-box dd{
  width: 100%;
  padding: 10px;
}
#company .dl-box dt{
  font-weight: bold;
  background: #f2f0e6;
}
/* con02 */
#company #con02 .comp-h2-ttl h2{
  width: 100%;
  padding: 20px 15px 40px;
  position: relative;
  z-index: 2;
}
#company #con02 .comp-h2-ttl h2 span{
  display: block;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-size: 4.0rem;
  color: #998445;
  z-index: -1;
}
#company #con02 .flex-box{
  padding: 20px 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  margin-bottom: 50px;
  background: #fff;
}
#company #con02 .flex-box .box{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#company #con02 .flex-box h3{
  margin-top: 1em;
}
#company #con02 .flex-box h3 span{
  font-size: 80%;
  margin-right: 1em;
}
#company #con02 .flex-box .sns{
  display: flex;
  justify-content: center;
}
#company #con02 .flex-box .sns li {
  width: 35px;
  margin: 20px 5px 10px;
}
#company #con02 .flex-box.leader{
  margin-bottom: 20px;
}
#company #con02 .flex-box.leader .img-box{
  max-width: 250px;
}
/**************************************************
* プライバシーポリシー
***************************************************/
#policy .con h4 {
 margin: 1.5em 0 0.5em;
}

/**************************************************
* サイトマップ
***************************************************/
/* f-nav */
#sitemap .sitemap-nav ul li{
  width: 100%;
  padding-left: 30px;
}
#sitemap .sitemap-nav ul li a{
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 2;
  position: relative;
}
#sitemap .sitemap-nav ul li a::after {
  content: ">";
  position: absolute;
  top: calc(50% - 14px);
  left: -20px;
  margin: auto;
  color: #a68f49;
  vertical-align: middle;
  transition: all .3s;
}
#sitemap .sitemap-nav ul li a:hover::after {
  left: -15px;
}

/**************************************************
* 404
***************************************************/
#error .error-kv{
  margin-bottom: 25px;
  color: #b5b5b5;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#error p{
  text-align: center;
}
#error .btn-box{
  margin-top: 25px;
}

/**************************************************
* WP投稿共通
***************************************************/
/* 一覧ページャー */
.tablenav {
  margin: 50px auto 0;
  text-align:center;
  font-size: 1.4rem;
}
.tablenav a.page-numbers,
.tablenav .current {
  padding: 5px 8px;
  border: 1px solid #a68f49;
  border-radius: 4px;
  background: #a68f49;
  text-decoration:none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  transition: ease .2s;
}
.tablenav a.page-numbers:hover,
.tablenav .prev.page-numbers:hover ,
.tablenav .next.page-numbers:hover{
  opacity: 0.7;
}
.tablenav .current {
  background-color: #fff;
  color: #a68f49;
}
.tablenav a.page-numbers.next,
.tablenav a.page-numbers.prev {
  border: none;
  background: #fff;
  color: #a68f49;
  font-size: 1.4rem;

}
/* 詳細ページャー
.pagenav{
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagenav .prev a,
.pagenav .next a{
  display: block;
  width: 80px;
  text-align: center;
  font-weight: 600;
}
.pagenav .next a:link,
.pagenav .next a:visited,
.pagenav .prev a:link,
.pagenav .prev a:visited {
  color: #a68f49;
}
.pagenav .next a:hover,
.pagenav .next a:active,
.pagenav .prev a:hover,
.pagenav .prev a:active {
  opacity: 0.7;
}
.pagenav .backbtn a{
  margin: 0 5px;
  padding: 15px 50px;
  border: 2px solid #a68f49;
  border-radius: 5px;
  background: #a68f49;
  text-decoration:none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  transition: ease .2s;
}
.pagenav .backbtn a:hover{
  background: #fff;
  color: #a68f49;
}*/
/*------------------------------
 一覧
------------------------------*/
/* .news-list */
#news .news-list{
  margin: 10px 0;
}
#news .news-list li{
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#news .news-list li:first-of-type{
  border-top: 1px solid #ccc;
}
#news .news-list li a {
  display: block;
  width: 100%;
  position: relative;
}
#news .news-list li a::after {
  content: ">";
  position: absolute;
  top: calc(50% - 16px);
  right: 10px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #a68f49;
  vertical-align: middle;
  transition: all .3s;
}
#news .news-list li a:hover::after {
  right: 0;
}
#news .news-list .time,
#news .news-list .title{
  width: calc(100% - 25px);
}

/*------------------------------
詳細ページ
------------------------------*/
#news .news-content {
  padding-bottom: 20px;
}
#news .news-content .bg-gold {
  padding: 10px 0;
   margin-bottom: 30px;
}
#news .news-content .news-time,
#news .news-content .news-ttl {
  color: #fff;
  margin: 10px auto;
}
#news .news-content .news-ttl {
  font-size: 2.0rem
}
#news .news-content .news-text p{
  margin-bottom: 1em;
}
#news .news-content .news-text img{
  display:block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}


/**************************************************
* お問い合わせ
***************************************************/
/* .page-kv */
#contact .page-kv{
  background: url(../images/contact/kv-contact.png) no-repeat center/cover;
}

/*------------------------------
MW WP Form 共通
------------------------------*/
/*inputフォーカス時の影やborderを消す 必須*/
#mwwpform input:focus,
#mwwpform textarea:focus,
#mwwpform button[type="submit"]:focus{
  outline: 0;
  border: 1px solid #c0182a;
}
/*label影やborderを消す 必須*/
#mwwpform label[type=checkbox] {
  padding: 0!important;
  border: 0!important;
  background-color: #fff!important;
  box-shadow: none!important;
}
/*input placeholderの色を変える 必須*/
#mwwpform input::placeholder,
#mwwpform input:-ms-input-placeholder,
#mwwpform input::-ms-input-placeholder,
#mwwpform textarea::placeholder,
#mwwpform textarea:-ms-input-placeholder,
#mwwpform textarea::-ms-input-placeholder {
  color: #555!important;
}
/*iosフォーカス防止*/
#mwwpform input[type=text],
#mwwpform input[type=tel],
#mwwpform input[type=email],
#mwwpform select,
#mwwpform textarea {
  font-size: 14px;
  line-height: 1.8;
}


/*レスポンシブ*/
#mwwpform option,
#mwwpform textarea,
#mwwpform input[type=text],
#mwwpform input[type=email],
#mwwpform input[type=search],
#mwwpform input[type=url] {
  width: 100%;
  padding: 3px 5px;
  font-size: 14px;
}
#mwwpform .mwform-tel-field input[type=text],
#mwwpform .mwform-zip-field input[type=text] {
  width: 80px;
}
/*.mwform-checkbox-field*/
#mwwpform .mwform-checkbox-field.horizontal-item {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#mwwpform .mwform-checkbox-field input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: top;
}
#mwwpform dl .mwform-checkbox-field-text{
  display: inline-block;
  width: calc(100% - 30px);
}
#mwwpform .mwform-checkbox-field input,
#mwwpform .mwform-radio-field input {
  margin-right: 0px;
}
#mwwpform select{
  padding: 5px;
  min-width: 200px;
}
/*.mw_wp_form .error*/
.mw_wp_form .error{
  margin-top: 5px!important;
  display: block!important;
  font-size: 14px!important;
  color: #dc6363!important;
  font-weight: bold!important;
}
/*郵便番号*/
#mwwpform .mwform-zip-field{
  display: block;
  margin-bottom: 5px;
}
/*------------------------------
MW WP Form
------------------------------*/
#mwwpform {
  width: 100%;
}
#mwwpform dl {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#mwwpform dl:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
#mwwpform dl dt{
  width: 100%;
  font-weight: normal;
  padding: 5px 10px;
  background: #f2f0e6;
}
#mwwpform dl dd{
  width: 100%;
  padding: 10px 0;
}
#mwwpform .note{
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  display: block;
  line-height: 1.4;
}
/*必須*/
#mwwpform dl .required {
  margin: 0 0 0 10px;
  padding: 2px 5px;
  background: #c69d45;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/*個人情報リンク*/
#mwwpform dl .contact_agree{
  text-decoration: underline;
  text-underline-offset: 3px;
}
/*btn-submit*/
#mwwpform .btn-submit input {
  display: block;
  background: #222;
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
#mwwpform .btn-submit input:visited,
#mwwpform .btn-submit input:hover,
#mwwpform .btn-submit input:active{
  opacity: 0.7;
  border: none;
}
/*btn-back*/
#mwwpform .btn-back input {
  display: block;
  background: #999;
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
 font-size: 14px;
}
#mwwpform .btn-back input:hover {
  opacity: 0.7;
}

/*------------------------------
MW WP Form 完了画面
------------------------------*/
.mw_wp_form_complete #mwwpform h4,
.mw_wp_form_complete #mwwpform p{
  text-align: center;
}
.mw_wp_form_complete #mwwpform .btn-box{
  margin: 50px auto 0;
}
/*.mw_wp_form_complete #mwwpform .btn-box a{
  display: block;
  background: #222;
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 14px;
  font-size: 1.4rem;
}*/
