@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
@import url(../fonts/Noto/load.css);
/*==========================================
PC共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #3e2913;
  line-height: 1.7;
  text-align: center;
  letter-spacing: .08em;
  font-size: 16px;
  word-break: break-all;
  font-weight: 500;
}

#wrapper {
  min-width: 1200px;
}

/*==========================================
PC表示で電話番号リンクを無効
===========================================*/
a[href^="tel:"] {
  pointer-events: none;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  width: 1080px;
  margin: 0 auto;
}

.cmn-pd {
  padding: 75px 0;
}

.cmn-pt {
  padding-top: 75px;
}

.cmn-pb {
  padding-bottom: 75px;
}

.cmn-mb {
  margin-bottom: 75px;
}

/*==========================================
PC非表示
===========================================*/
.pc-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 10px;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  left: 0;
  top: 10px;
}
div .bread li {
  display: inline-block;
  color: #139f30;
}
div .bread li:after {
  content: " > ";
  padding: 0 2px;
  color: #999;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: #999;
}

/*==========================================
float
===========================================*/
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/*==========================================
Flexbox
===========================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cont-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cont-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-cnt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item-base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*==========================================
スマホ用ドロワー無効
===========================================*/
.drawer_menu {
  display: none;
}

#nav-toggle,
#global-nav {
  display: none;
}

.drawer_menu {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  background: #fff;
  padding-bottom: 10px;
}
#header .h1-txt {
  font-size: 11px;
  color: #958d85;
  text-align: left;
}

.cmn-wrap .h-right {
  width: 430px;
}
.cmn-wrap .tel {
  width: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #3e2913;
  line-height: 1.2;
  padding-left: 30px;
  background: url(../img/common/tel.png) left center no-repeat;
}
.cmn-wrap .mail {
  width: 145px;
  padding: 5px 5px 5px 25px;
  display: block;
  font-size: 14px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0461d4+0,49a0e1+100 */
  background: #0461d4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0461d4), to(#49a0e1));
  background: linear-gradient(to right, #0461d4 0%, #49a0e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0461d4', endColorstr='#49a0e1',GradientType=1 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.cmn-wrap .mail:before {
  position: absolute;
  content: '';
  background: url('../img/common/mail.png?1644904079');
  width: 20px;
  height: 15px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}
.cmn-wrap .open-closed {
  width: 325px;
  margin-left: auto;
  font-size: 14px;
  margin-top: 5px;
}
.cmn-wrap .open-closed dl dt {
  margin-right: 10px;
}
.cmn-wrap .open-closed dl:first-child dt {
  background: #cfe3f2;
}
.cmn-wrap .open-closed dl:last-child dt {
  background: #d7faa5;
}
.cmn-wrap address {
  text-align: right;
  font-size: 14px;
}

/*==========================================
メインビジュアル
===========================================*/
#main-visual {
  position: relative;
  height: 780px;
}
#main-visual #top-slider {
  height: 780px;
  position: relative;
}
#main-visual #top-slider li {
  height: 780px;
}
#main-visual #top-slider li:nth-child(1) {
  background: url(../img/top/mainv/slide01.png) center no-repeat;
  background-size: cover;
}
#main-visual #top-slider li:nth-child(2) {
  background: url(../img/top/mainv/slide02.png) center no-repeat;
  background-size: cover;
}
#main-visual #top-slider li:nth-child(3) {
  background: url(../img/top/mainv/slide03.png) center no-repeat;
  background-size: cover;
}
#main-visual #top-slider li:nth-child(4) {
  background: url(../img/top/mainv/slide04.png) center no-repeat;
  background-size: cover;
}
#main-visual .bx-wrapper {
  width: 100%;
  height: 780px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#main-visual .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#main-visual .bx-pager {
  display: none;
}
#main-visual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  z-index: 100;
}

/*==========================================
nav
===========================================*/
nav {
  background: #f3efe4;
}
nav li a {
  padding: 65px 43px 20px 43px;
  display: block;
}
nav li:nth-child(1) a {
  background: url(../img/common/nav_icon01.png) top 25px center no-repeat;
}
nav li:nth-child(2) a {
  background: url(../img/common/nav_icon02.png) top 25px center no-repeat;
}
nav li:nth-child(3) a {
  background: url(../img/common/nav_icon03.png) top 25px center no-repeat;
}
nav li:nth-child(4) a {
  background: url(../img/common/nav_icon04.png) top 25px center no-repeat;
}
nav li:nth-child(5) a {
  background: url(../img/common/nav_icon05.png) top 25px center no-repeat;
}
nav li:nth-child(6) a {
  background: url(../img/common/nav_icon06.png) top 25px center no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 30px;
  font-weight: 700;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  padding-top: 35px;
  letter-spacing: .2em;
  background: url(../img/common/ttl01_icon.png) top center no-repeat;
  margin-bottom: 30px;
}
.ttl01 span {
  display: block;
  font-size: 20px;
  color: #49a0e1;
  text-shadow: none;
}
.ttl01 span:first-letter {
  color: #139f30;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 25px;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

.cmn-btn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0461d4+0,49a0e1+100 */
  background: #0461d4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0461d4), to(#49a0e1));
  background: linear-gradient(to right, #0461d4 0%, #49a0e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0461d4', endColorstr='#49a0e1',GradientType=1 );
  /* IE6-9 */
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  font-size: 18px;
}
.cmn-btn span {
  position: relative;
}
.cmn-btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -30px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================
テーブルレイアウト
===========================================*/
.cmn-dl > dl {
  border-bottom: 1px solid #fff;
}
.cmn-dl > dl:last-child {
  border-bottom: none;
}
.cmn-dl > dl > dt, .cmn-dl > dl > dd {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.cmn-dl > dl > dt {
  padding: 15px 10px;
  width: 280px;
  background: #49a0e1;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
}
.cmn-dl > dl > dd {
  width: 800px;
  background: #f3efe4;
  padding: 15px 20px;
}
.cmn-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
トップページ
===========================================*/
#top01 {
  padding: 100px 0 90px 0;
  background: url(../img/top/sec01_bg.png) center no-repeat;
  background-size: cover;
}
#top01 .inbox {
  position: relative;
}
#top01 .inbox:before {
  position: absolute;
  content: '';
  background: url('../img/top/sec01_img01.png?1644904081');
  width: 171px;
  height: 123px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top01 .inbox:after {
  position: absolute;
  content: '';
  background: url('../img/top/sec01_img02.png?1644904081');
  width: 268px;
  height: 224px;
  top: auto;
  right: -100px;
  bottom: 0;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top01 p {
  margin-bottom: 30px;
}
#top01 p span {
  background: #d7faa5;
}
#top01 p:last-child {
  margin-bottom: 0;
}

#top02 {
  padding: 100px 0 95px 0;
}
#top02 .txt-blc {
  background: url(../img/top/sec02_icon.png) right bottom no-repeat;
}
#top02 .ttl01 {
  padding: 0 0 0 75px;
  background: url(../img/top/sec02_ttl-icon.png) left center no-repeat;
}
#top02 .ttl01 span {
  display: inline-block;
}
#top02 p:last-child {
  letter-spacing: .1em;
  font-size: 30px;
  font-weight: 500;
}
#top02 p:last-child:first-line {
  font-size: 30px;
  font-weight: 700;
}
#top02 p:last-child span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+55,d7faa5+55 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(55%, #d7faa5));
  background: linear-gradient(to bottom, #ffffff 55%, #d7faa5 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7faa5',GradientType=0 );
  /* IE6-9 */
}
#top02 p:last-child em {
  font-size: 45px;
  color: #e98f00;
  padding: 0 5px;
}

#top03 {
  padding: 100px 0;
  background: #f3efe4;
}
#top03 .inbox {
  width: 88.54%;
  max-width: 1720px;
  min-width: 1080px;
}
#top03 .ttl01 {
  margin-bottom: 65px;
}
#top03 .ttl01 em {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+55,d7faa5+55 */
  background: #f3efe4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #f3efe4), color-stop(55%, #d7faa5));
  background: linear-gradient(to bottom, #f3efe4 55%, #d7faa5 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3efe4', endColorstr='#d7faa5',GradientType=0 );
  /* IE6-9 */
}
#top03 li {
  width: 33.02%;
  position: relative;
}
#top03 li img {
  max-width: 100%;
}
#top03 li p {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  width: 345px;
  margin: 0 auto;
  background: #49a0e1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 0;
}
#top03 li p:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #49a0e1 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#top03 li span {
  display: block;
}
#top03 li span:before, #top03 li span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 25px;
}
#top03 li span:before {
  left: 40px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#top03 li span:after {
  right: 40px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#top03 .cmn-btn {
  width: 380px;
  margin: 0 auto;
  margin-top: 50px;
}
#top03 .cmn-btn:before {
  position: absolute;
  content: '';
  background: url('../img/top/sec03_btn-icon.png?1644904082');
  width: 56px;
  height: 28px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 35px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}

#top04 {
  padding: 140px 0 40px 0;
}
#top04 li {
  width: 330px;
}
#top04 li a {
  display: block;
  padding: 55px 20px 25px 20px;
  border-bottom: 5px solid #139f30;
  background: url(../img/top/sec04_box.png);
  position: relative;
  font-size: 24px;
  font-weight: 700;
  overflow: inherit;
}
#top04 li a:before {
  position: absolute;
  content: '';
  width: 93px;
  height: 93px;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
  z-index: 10;
}
#top04 li a span {
  position: relative;
}
#top04 li a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 3px solid #3e2913;
  border-right: 3px solid #3e2913;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top04 li a:first-letter {
  color: #139f30;
}
#top04 li a span {
  display: block;
  border-bottom: 2px dotted #3e2913;
  padding-bottom: 5px;
}
#top04 li:nth-child(1) a:before {
  background: url(../img/top/sec04_icon01.png) top center no-repeat;
}
#top04 li:nth-child(2) a:before {
  background: url(../img/top/sec04_icon02.png) top center no-repeat;
}
#top04 li:nth-child(3) a:before {
  background: url(../img/top/sec04_icon03.png) top center no-repeat;
}

#top05 {
  padding: 45px 0 105px 0;
}
#top05 .inbox {
  position: relative;
}
#top05 .ttl01 {
  width: 155px;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
  background: none;
}
#top05 .ttl01 span {
  display: inline-block;
  letter-spacing: .04em;
}
#top05 .news-lists {
  width: 875px;
}
#top05 .news-lists > li {
  text-align: left;
  border-bottom: 1px dotted #3e2913;
}
#top05 .news-lists > li a {
  padding: 15px 0;
  display: block;
}
#top05 .news-lists > li .category-label,
#top05 .news-lists > li .category-label li,
#top05 .news-lists > li time,
#top05 .news-lists > li h4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top05 .news-lists > li .category-label {
  margin-right: 25px;
}
#top05 .news-lists > li .category-label li {
  font-weight: 700;
  color: #fff;
  width: 70px;
  text-align: center;
}
#top05 .news-lists > li .category-label .news {
  background: #49a0e1;
}
#top05 .news-lists > li .category-label .blog {
  background: #139f30;
}
#top05 .news-lists > li time {
  margin-right: 10px;
}
#top05 .cmn-btn {
  width: 145px;
  position: absolute;
  left: 0;
  top: 120px;
  padding: 5px 0;
}

/*==========================================
下層共通
===========================================*/
#lower-visual {
  position: relative;
  height: 350px;
  background: url(../img/lower/lower_visual.png) center no-repeat;
  background-size: cover;
}
#lower-visual h2 {
  width: 700px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .2em;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  border: 15px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3efe4;
  padding: 25px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
#lower-visual h2 span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3efe4+55,d7faa5+55 */
  background: #f3efe4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #f3efe4), color-stop(55%, #d7faa5));
  background: linear-gradient(to bottom, #f3efe4 55%, #d7faa5 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3efe4', endColorstr='#d7faa5',GradientType=0 );
  /* IE6-9 */
}

.ttl02 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: .12em;
}
.ttl02:before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 25px;
  border-bottom: 25px solid #d7faa5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
}

.ttl03 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #49a0e1;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .12em;
  position: relative;
}
.ttl03:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #49a0e1 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.ttl03 span {
  position: relative;
}
.ttl03 span:before, .ttl03 span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px solid #fff;
  top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ttl03 span:before {
  left: -55px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.ttl03 span:after {
  right: -55px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.ttl04 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff+55,d7faa5+55 */
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(55%, #d7faa5));
  background: linear-gradient(to bottom, #ffffff 55%, #d7faa5 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d7faa5',GradientType=0 );
  /* IE6-9 */
}

/*==========================================
事業案内
===========================================*/
#business01 .top-cont {
  margin-bottom: 70px;
}
#business01 .txt-blc {
  width: 490px;
}
#business01 .wrap {
  margin-bottom: 85px;
}
#business01 .wrap:last-child {
  margin-bottom: 0;
}
#business01 .parts-box {
  position: relative;
  background: #f3efe4;
  border: 15px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
          box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
  padding: 60px 125px 25px 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 45px;
}
#business01 .parts-box .ttl03 {
  width: 345px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
#business01 .parts-box li {
  font-size: 20px;
  font-weight: 700;
  width: 33%;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#business01 .parts-box li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#business01 .parts-box li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #139f30;
  left: 0;
}

#business02 {
  background: #f3efe4;
}
#business02 .ttl01 {
  margin-bottom: 75px;
}
#business02 li {
  width: 330px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/business/sec02_box.png);
  position: relative;
}
#business02 li:nth-child(1):before {
  position: absolute;
  content: '';
  background: url('../img/business/sec02_icon01.png?1644904079');
  width: 93px;
  height: 93px;
  top: -45px;
  right: 0;
  bottom: auto;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}
#business02 li:nth-child(2):before {
  position: absolute;
  content: '';
  background: url('../img/business/sec02_icon02.png?1644904079');
  width: 93px;
  height: 93px;
  top: -45px;
  right: 0;
  bottom: auto;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}
#business02 li:nth-child(3):before {
  position: absolute;
  content: '';
  background: url('../img/business/sec02_icon03.png?1644904079');
  width: 93px;
  height: 93px;
  top: -45px;
  right: 0;
  bottom: auto;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}
#business02 li .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 10px 10px 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#business02 li .inner h4 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px dotted #3e2913;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#business02 li .inner h4 em {
  color: #139f30;
}
#business02 li .inner h4 span {
  font-size: 16px;
  font-weight: 500;
  background: #d7faa5;
}
#business02 li .inner p {
  text-align: left;
}

#business03 .txt-blc {
  width: 490px;
}

/*==========================================
個人のお客様へ
===========================================*/
#personal01 {
  background: url(../img/personal/sec01_bg.png) center no-repeat;
  background-size: cover;
}
#personal01 .box {
  background: url(../img/personal/sec01_icon.png) right 45px bottom 25px no-repeat, #f3efe4;
  border: 15px solid #fff;
  padding: 25px 40px;
  position: relative;
}
#personal01 .box:before {
  position: absolute;
  content: '';
  background: url('../img/personal/sec01_img.png?1644904081');
  width: 420px;
  height: 264px;
  top: -15px;
  right: -40px;
  bottom: auto;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#personal01 .box li {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
#personal01 .box li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  background: #139f30;
}
#personal01 .box li:last-child {
  margin-bottom: 0;
}

#personal02 {
  background: #f3efe4;
}
#personal02 .lead-txt {
  margin-bottom: 40px;
}
#personal02 li {
  width: 181px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  background: url(../img/personal/sec02_box.png);
}
#personal02 li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
#personal02 li span {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
}
#personal02 li span:first-letter {
  color: #139f30;
}

#flow .ttl01 {
  margin-bottom: 75px;
}
#flow li {
  -webkit-box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
          box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
  border: 15px solid #fff;
  background: #f3efe4;
  margin-bottom: 85px;
  padding: 35px 60px 30px 60px;
  position: relative;
}
#flow li:last-child {
  margin-bottom: 0;
}
#flow li h4 {
  width: 345px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}
#flow li .box-wrap {
  width: 765px;
  margin: 0 auto;
  margin-top: 20px;
}
#flow li .box-wrap .box {
  width: 260px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px dotted #3e2913;
}
#flow li .box-wrap .box:last-child {
  border: none;
}
#flow li .box-wrap .box .tel {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  color: #139f30;
  background: url(../img/personal/sec03_tel.png) left center no-repeat;
}
#flow li .box-wrap .box p {
  font-size: 15px;
}
#flow li .box-wrap .mail {
  width: 180px;
  margin: 0 auto;
  display: block;
  padding: 5px;
}
#flow li .box-wrap .mail:before {
  position: absolute;
  content: '';
  background: url('../img/common/mail.png?1644904079');
  width: 20px;
  height: 15px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}
#flow li .box-wrap .line {
  width: 180px;
  margin: 0 auto;
  display: block;
  padding: 5px;
  background: #06c755;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#flow li .box-wrap .line:before {
  position: absolute;
  content: '';
  background: url('../img/personal/sec03_line.png?1644904081');
  width: 27px;
  height: 27px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}
#flow li .documents {
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 5px;
  margin-top: 40px;
}
#flow li .documents:before {
  position: absolute;
  content: '';
  background: url('../img/personal/sec03_documents.png?1644904081');
  width: 20px;
  height: 20px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}

/*==========================================
必要書類について
===========================================*/
#documents01 {
  background: url(../img/documents/sec01_bg-left.png) center left no-repeat, url(../img/documents/sec01_bg-right.png) center right no-repeat;
  background-size: auto;
}
#documents01 p {
  margin-bottom: 30px;
}
#documents01 p:last-child {
  margin-bottom: 0;
}

.documents-wrap {
  padding: 50px;
  background: #f3efe4;
}
.documents-wrap .inner {
  margin-bottom: 70px;
}
.documents-wrap .inner:last-child {
  margin-bottom: 0;
}
.documents-wrap .lead-txt {
  text-align: left;
}
.documents-wrap .btn-wrap {
  width: 810px;
  margin: 0 auto;
  margin-top: 35px;
}
.documents-wrap .btn-wrap dl {
  width: 380px;
}
.documents-wrap .btn-wrap dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #139f30;
  margin-bottom: 10px;
  position: relative;
  text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.documents-wrap .btn-wrap dl dt:before, .documents-wrap .btn-wrap dl dt:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px solid #3e2913;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 10px;
}
.documents-wrap .btn-wrap dl dt:before {
  left: 45px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.documents-wrap .btn-wrap dl dt:after {
  right: 45px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.documents-wrap .btn-wrap .cmn-btn {
  font-size: 18px;
  width: 380px;
}
.documents-wrap .btn-wrap .cmn-btn:before {
  position: absolute;
  content: '';
  background: url('../img/personal/sec03_documents.png?1644904081');
  width: 20px;
  height: 20px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
}
.documents-wrap .box {
  border: 15px solid #fff;
  position: relative;
  padding: 45px 20px 25px 20px;
  -webkit-box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
          box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
  margin-bottom: 40px;
  margin-top: 80px;
}
.documents-wrap .box .ttl03 {
  width: 345px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
.documents-wrap .box li {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.documents-wrap .box li:last-child {
  margin-right: 0;
}
.documents-wrap .box li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #139f30;
  left: 0;
}
.documents-wrap .box .caution {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
}

#banner {
  background: url(../img/banner/bnr_bg.png) center no-repeat;
  background-size: cover;
}
#banner .box {
  border: 10px solid #fff;
  padding: 25px 30px 30px 30px;
  background: url(../img/banner/bnr_img.png) left center no-repeat, url(../img/banner/bnr_stripe.png) right center no-repeat;
  position: relative;
}
#banner .markup {
  position: absolute;
  left: -45px;
  top: -75px;
}
#banner .inner {
  width: 475px;
  margin-left: auto;
}
#banner .inner h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
  letter-spacing: .075em;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#banner .inner h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #d7faa5;
  position: relative;
}
#banner .inner h3 span:before, #banner .inner h3 span:after {
  position: absolute;
  content: '';
  border-left: 1px solid #d7faa5;
  width: 1px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 7px;
}
#banner .inner h3 span:before {
  left: -30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#banner .inner h3 span:after {
  right: -30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#banner .inner .tel {
  font-size: 52px;
  font-weight: 700;
  padding-left: 40px;
  color: #fff;
  background: url(../img/banner/tel.png) left center no-repeat;
  line-height: 1.1;
  margin-bottom: 5px;
}
#banner .inner .open-closed {
  font-size: 18px;
}
#banner .inner .open-closed dl dt {
  padding: 2px 5px;
  margin-right: 5px;
}
#banner .inner .open-closed dl:first-child dt {
  background: #cfe3f2;
}
#banner .inner .open-closed dl:last-child dt {
  background: #d7faa5;
}
#banner .inner .open-closed dl dd {
  color: #fff;
}
#banner .inner .mail {
  width: 100%;
  display: block;
  padding: 10px 5px;
  background: url(../img/banner/mail.png) center left 45px no-repeat, #d7faa5;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
#banner .inner .mail span {
  position: relative;
}
#banner .inner .mail span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -55px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 3px solid #3e2913;
  border-right: 3px solid #3e2913;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================
よくある質問
===========================================*/
#faq li {
  margin-bottom: 50px;
  background: #f3efe4;
  border: 15px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
          box-shadow: 0 0 8px rgba(27, 19, 9, 0.15);
  padding: 35px 30px;
  text-align: left;
}
#faq li:last-child {
  margin-bottom: 0;
}
#faq li dt {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dotted #3e2913;
  padding: 5px 55px;
  margin-bottom: 20px;
  background: url(../img/faq/question.png) left top no-repeat;
}
#faq li dd {
  padding: 5px 55px;
  background: url(../img/faq/answer.png) left top no-repeat;
}

/*==========================================
会社概要
===========================================*/
#company .frame {
  height: 330px;
}

/*==========================================
footer
===========================================*/
#footer .fixed-line {
  position: fixed;
  right: 25px;
  bottom: 15vh;
  z-index: 1001;
}
#footer .ft-top-wrap {
  background: #f3efe4;
  padding: 45px 0 20px 0;
}
#footer .ft-bottom-wrap {
  background: #49a0e1;
  padding-top: 25px;
}
#footer .ft-bottom-wrap .sns {
  width: 235px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#footer .ft-bottom-wrap .sns li {
  font-size: 14px;
}
#footer .ft-bottom-wrap .sns li a {
  color: #fff;
  padding: 7px 0 7px 40px;
}
#footer .ft-bottom-wrap .sns li:first-child a {
  background: url(../img/common/instagram.png) left center no-repeat;
}
#footer .ft-bottom-wrap .sns li:last-child a {
  background: url(../img/common/line.png) left center no-repeat;
}
#footer .ft-bottom-wrap .ft-nav {
  padding-bottom: 15px;
}
#footer .ft-bottom-wrap .ft-nav li {
  font-size: 14px;
}
#footer .ft-bottom-wrap .ft-nav li a {
  color: #fff;
  padding: 0 10px;
  display: block;
  position: relative;
}
#footer .ft-bottom-wrap .ft-nav li a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  width: 1px;
  height: 15px;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
}
#footer .ft-bottom-wrap .ft-nav li:last-child a:after {
  border: none;
}
#footer #copyright {
  background: #49a0e1;
  color: #fff;
  font-size: 10px;
}
#footer #copyright a {
  color: #fff;
}

/*==========================================
カテゴリー一覧
===========================================*/
.category {
  margin-bottom: 45px;
}
.category li {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  margin-right: 55px;
  margin-bottom: 15px;
}
.category li:last-child {
  margin-right: 0;
}
.category li a {
  padding: 15px 0;
  display: block;
  position: relative;
  z-index: 100;
  padding-bottom: 3px;
  color: #3e2913;
  display: block;
  position: relative;
  color: #ccc;
}
.category li a:before {
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #3e2913;
  position: absolute;
  display: block;
}
.category li a:after {
  content: '';
  width: 0;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #3e2913;
  position: absolute;
  display: block;
}
.category li a:hover:before {
  width: 50%;
  border-bottom: 1px solid #3e2913;
}
.category li a:hover:after {
  width: 50%;
  border-bottom: 1px solid #3e2913;
}
.category li a:hover {
  opacity: 1;
  color: #3e2913;
}
.category .current a {
  border-bottom: 1px solid #3e2913;
  color: #3e2913;
}

/*==========================================
ギャラリー
===========================================*/
#gallery .gallery-lists > li {
  width: 240px;
  margin-right: 40px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gallery .gallery-lists > li:nth-child(4n+1):nth-last-child(-n+4), #gallery .gallery-lists > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-lists > li:nth-child(4n), #gallery .gallery-lists > li:last-child {
  margin-right: 0;
}
#gallery .gallery-lists > li .thumb {
  width: 240px;
  height: 200px;
  margin-bottom: 10px;
}
#gallery .gallery-lists > li a {
  display: block;
}
#gallery .gallery-lists figcaption {
  text-align: left;
  font-size: 17px;
}
#gallery .img-eff {
  position: relative;
  width: 320px;
  height: 260px;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
#gallery .img-eff:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 260px;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0;
}
#gallery .img-eff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#gallery .img-eff:hover:before {
  opacity: 1;
}
#gallery .gallery-img .main-img {
  width: 550px;
  margin-bottom: 10px;
}
#gallery .gallery-img .main-img img {
  max-width: 100%;
  height: auto;
}
#gallery .gallery-img .gallery-img-lists li {
  width: 175px;
  height: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#gallery .gallery-img .gallery-img-lists li:nth-child(3n+1):nth-last-child(-n+3), #gallery .gallery-img .gallery-img-lists li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-img .gallery-img-lists li:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#gallery .gallery-img .gallery-img-lists li:nth-child(3n), #gallery .gallery-img .gallery-img-lists li:last-child {
  margin-right: 0;
}
#gallery .comment {
  width: 405px;
  text-align: left;
  padding-bottom: 10px;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap {
  padding: 70px 0;
}
.post-wrap .column-lists > li {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists > li a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}
.post-wrap .column-lists > li a:hover .more-btn {
  background: #fff;
  color: #139f30;
}
.post-wrap .column-lists > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 25px;
  font-weight: 500;
}
.post-wrap .column-lists .post-ttl time {
  color: #139f30;
  text-align: left;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 10px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #139f30;
  color: #fff;
  background: #139f30;
  padding: 2px 10px;
  margin-right: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-right: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .more-btn {
  width: 125px;
  font-size: 14px;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #139f30;
  border: 1px solid #139f30;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 210px;
  height: 200px;
}
.post-wrap .column-lists .post-area {
  width: 800px;
}
.post-wrap .post-content {
  padding: 20px 20px 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}
.post-wrap .post-content time {
  font-size: 10px;
  margin-top: 20px;
  display: block;
  color: #139f30;
  text-align: right;
}
.post-wrap .post-content .category-label {
  font-size: 10px;
  text-align: right;
}
.post-wrap .post-content .category-label dt, .post-wrap .post-content .category-label dd {
  display: inline-block;
  vertical-align: middle;
}
.post-wrap .post-content .category-label dt:after {
  content: ':';
}
.post-wrap .post-content .category-label li {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-wrap .post-content .category-label dd li:after {
  content: ',';
}
.post-wrap .post-content .category-label dd li:last-child:after {
  content: '';
}

.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
.contact-form {
  margin-bottom: 20px;
}
.contact-form dl dt {
  width: 320px !important;
  position: relative;
  vertical-align: top;
}
.contact-form dl dt em {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #49a0e1;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 11px;
}
.contact-form dl dd {
  width: 760px;
}
.contact-form dl dd li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-form dl dd li:last-child {
  margin-right: 0;
}
.contact-form .txtarea {
  width: 640px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form #post01,
.contact-form #post02 {
  width: 150px;
}
.contact-form #addr21 {
  margin-top: 15px;
}
.contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
.contact-form .error-text {
  color: #ff0000;
}

.g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 25px;
}

input[type='button'][disabled],
input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}

input[type='button'],
input[type='submit'],
.contact-submits-wrap button {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #49a0e1;
  color: #49a0e1;
  border-radius: 0;
}
input[type='button']:hover,
input[type='submit']:hover,
.contact-submits-wrap button:hover {
  background: #49a0e1;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.check-btn {
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
}

.back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}

.contact-submits-wrap {
  margin-top: 20px;
}

.send-btn {
  width: 240px;
  margin: 0 auto;
}

/*==========================================
プライバシーポリシー
===========================================*/
.privacy-cont {
  margin-bottom: 40px;
  text-align: left;
}
.privacy-cont:last-child {
  margin-bottom: 0;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont {
  padding: 75px 0;
}
#err-cont .txt-blc a {
  text-decoration: underline;
}
