/*
Theme Name: monomania_child
Template: monomania
*/

/*------------------------------------------------------------
t：上（top）、r：右（right）、b：下（bottom）、l：左（left）
c：左右の中央（center）、m：上下の中間（middle）
-------------------------------------------------------------*/

/*------------------------------------------------------------
1、align・・・文字の横位置
-------------------------------------------------------------*/
.entry .wp-caption,
.entry table tr.alt {
  background: #f7f7f7;
}
.al-c {
  text-align: center;
} /*中央寄せ*/
.al-r {
  text-align: right;
} /*右寄せ*/
.al-l {
  text-align: left;
} /*左寄せ*/
/*------------------------------------------------------------
2、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t {
  vertical-align: top !important;
} /*上寄せ*/
.vl-m {
  vertical-align: middle !important;
} /*中央寄せ*/
.vl-b {
  vertical-align: bottom !important;
} /*下寄せ*/
/*------------------------------------------------------------
3、float・・・左右の回り込み
-------------------------------------------------------------*/

.fl-r,
.fl-rr {
  float: right;
} /*右に回り込み*/
.fl-l {
  float: left;
} /*左に回り込み*/
.fl-ll {
  float: left;
} /*左に回り込み*/
.fl-c {
  clear: both;
}

.entry table td.tb-bg1 {
  background: #ffe8ea;
}
.entry table td.tb-bg2 {
  background: #e8fdff;
}
.entry table td.b {
  font-weight: bold;
}
/*640px以下では回り込み解除*/
@media only screen and (max-width: 640px) {
  .fl-r,
  .fl-l {
    float: none;
  }
}
/*------------------------------------------------------------
4、margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0 {
  margin: 0 !important;
} /*周りからのmarginを0に*/
.m0-t {
  margin-top: 0 !important;
} /*上からのmarginを0に*/
.m0-r {
  margin-right: 0 !important;
} /*右からのmarginを0に*/
.m0-b {
  margin-bottom: 0 !important;
} /*下からのmarginを0に*/
.m0-l {
  margin-left: 0 !important;
} /*左からのmarginを0に*/
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
.m70 {
  margin: 70px !important;
}
.m70-t {
  margin-top: 70px !important;
}
.m70-r {
  margin-right: 70px !important;
}
.m70-b {
  margin-bottom: 70px !important;
}
.m70-l {
  margin-left: 70px !important;
}
.m80 {
  margin: 80px !important;
}
.m80-t {
  margin-top: 80px !important;
}
.m80-r {
  margin-right: 80px !important;
}
.m80-b {
  margin-bottom: 80px !important;
}
.m80-l {
  margin-left: 80px !important;
}
.m90 {
  margin: 90px !important;
}
.m90-t {
  margin-top: 90px !important;
}
.m90-r {
  margin-right: 90px !important;
}
.m90-b {
  margin-bottom: 90px !important;
}
.m90-l {
  margin-left: 90px !important;
}
.m100 {
  margin: 100px !important;
}
.m100-t {
  margin-top: 100px !important;
}
.m100-r {
  margin-right: 100px !important;
}
.m100-b {
  margin-bottom: 100px !important;
}
.m100-l {
  margin-left: 100px !important;
}
/*------------------------------------------------------------
5、padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}
.p70 {
  padding: 70px !important;
}
.p70-t {
  padding-top: 70px !important;
}
.p70-r {
  padding-right: 70px !important;
}
.p70-b {
  padding-bottom: 70px !important;
}
.p70-l {
  padding-left: 70px !important;
}
.p80 {
  padding: 80px !important;
}
.p80-t {
  padding-top: 80px !important;
}
.p80-r {
  padding-right: 80px !important;
}
.p80-b {
  padding-bottom: 80px !important;
}
.p80-l {
  padding-left: 80px !important;
}
.p90 {
  padding: 90px !important;
}
.p90-t {
  padding-top: 90px !important;
}
.p90-r {
  padding-right: 90px !important;
}
.p90-b {
  padding-bottom: 90px !important;
}
.p90-l {
  padding-left: 90px !important;
}
.p100 {
  padding: 100px !important;
}
.p100-t {
  padding-top: 100px !important;
}
.p100-r {
  padding-right: 100px !important;
}
.p100-b {
  padding-bottom: 100px !important;
}
.p100-l {
  padding-left: 100px !important;
}
/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
.big {
  font-size: 1.2em !important;
}
.big2 {
  font-size: 1.5em !important;
}
.big3 {
  font-size: 1.8em !important;
}
.small {
  font-size: 0.8em !important;
}
.ssmall {
  font-size: 0.6em !important;
}
.f08em {
  font-size: 0.8em;
}
.f09em {
  font-size: 0.9em;
}
.f10em {
  font-size: 1em;
}
.f11em {
  font-size: 1.1em;
}
.f12em {
  font-size: 1.2em;
}
.f13em {
  font-size: 1.3em;
}
.f14em {
  font-size: 1.4em;
}
.f15em {
  font-size: 1.5em;
}
.f16em {
  font-size: 1.6em;
}
.f17em {
  font-size: 1.7em;
}
.f18em {
  font-size: 1.8em;
}
.f19em {
  font-size: 1.9em;
}
.f20em {
  font-size: 2em;
}
.f21em {
  font-size: 2.1em;
}
.f22em {
  font-size: 2.2em;
}
.f23em {
  font-size: 2.3em;
}
.f24em {
  font-size: 2.4em;
}
.f8pt {
  font-size: 8.5pt !important;
}
.f9pt {
  font-size: 9pt !important;
}
.f10pt {
  font-size: 10pt !important;
}
.f11pt {
  font-size: 11pt !important;
}
.f12pt {
  font-size: 12pt !important;
}
.f13pt {
  font-size: 13pt !important;
}
.f14pt {
  font-size: 14pt !important;
}
.f15pt {
  font-size: 15pt !important;
}
.f16pt {
  font-size: 16pt !important;
}
.f17pt {
  font-size: 17pt !important;
}
.f18pt {
  font-size: 18pt !important;
}
.f19pt {
  font-size: 19pt !important;
}
.f20pt {
  font-size: 20pt !important;
}
.f21pt {
  font-size: 21pt !important;
}
.f22pt {
  font-size: 22pt !important;
}
.f23pt {
  font-size: 23pt !important;
}
.f24pt {
  font-size: 24pt !important;
}
/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red {
  color: #ff0000 !important;
} /*赤*/
.redr {
  color: #ee1616 !important;
} /*赤*/
.blue {
  color: #0000dd !important;
} /*青*/
.blueb {
  color: #0a3bda !important;
} /*青*/
.green {
  color: #008000 !important;
} /*緑*/
.yellow {
  color: #ffff00 !important;
} /*黄*/
.navy {
  color: #1f26a9 !important;
} /*紺*/
.orange {
  color: #ff6600 !important;
} /*橙*/
.pink {
  color: #cc6699 !important;
} /*ピンク*/
.purple {
  color: #660099 !important;
} /*紫*/
.olive {
  color: #808000 !important;
} /*黄土色*/
.lime {
  color: #00ff00 !important;
} /*黄緑*/
.aqua {
  color: #167fa6 !important;
} /*水色*/
.black {
  color: #000 !important;
} /*黒*/
.gray {
  color: #ccc !important;
} /*灰*/
.white {
  color: #fff !important;
} /*白*/
/*------------------------------------------------------------
8、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh10 {
  line-height: 1 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2 !important;
}
/*------------------------------------------------------------
9、width・・・テーブル・セルの横幅
-------------------------------------------------------------*/

#main table .w05 {
  width: 5%;
}
#main table .w10 {
  width: 10%;
}
#main table .w15 {
  width: 15%;
}
#main table .w20 {
  width: 20%;
}
#main table .w25 {
  width: 25%;
}
#main table .w30 {
  width: 30%;
}
#main table .w35 {
  width: 35%;
}
#main table .w40 {
  width: 40%;
}
#main table .w45 {
  width: 45%;
}
#main table .w50 {
  width: 50%;
}
#main table .w55 {
  width: 55%;
}
#main table .w60 {
  width: 60%;
}
#main table .w65 {
  width: 65%;
}
#main table .w70 {
  width: 70%;
}
#main table .w75 {
  width: 75%;
}
#main table .w80 {
  width: 80%;
}
#main table .w85 {
  width: 85%;
}
#main table .w90 {
  width: 90%;
}
#main table .w95 {
  width: 95%;
}
/*------------------------------------------------------------
10、下線や取消線の設定
-------------------------------------------------------------*/

.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
.noborder {
  border: 0 !important;
} /*枠線を無くす*/
/*------------------------------------------------------------
11、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z1 {
  z-index: 1 !important;
}
.z2 {
  z-index: 2 !important;
}
.z3 {
  z-index: 3 !important;
}
.z4 {
  z-index: 4 !important;
}
.z5 {
  z-index: 5 !important;
}
/*------------------------------------------------------------
12、ul.none・・・リスト先頭のアイコンを無くす
-------------------------------------------------------------*/

ul.none li {
  list-style-type: none;
}
/*------------------------------------------------------------
13、box・・・蛍光ペンのようなボックスの設定
-------------------------------------------------------------*/

.box-yellow {
  padding: 2px;
  background-color: #ff9 !important;
} /*黄色*/
.box-aqua {
  padding: 2px;
  background-color: #9ff !important;
} /*水色*/
.box-gray {
  padding: 2px;
  background-color: #eee !important;
} /*灰色*/
.box-red {
  padding: 2px;
  background-color: #fcc !important;
} /*赤色*/
/*------------------------------------------------------------
14、round・・・ボックスを角丸にする（IE8以前には適用されません）
-------------------------------------------------------------*/

.round {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/*------------------------------------------------------------
14、input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,
textarea:focus,
input.focus,
textarea.focus {
  background-color: #ffffe4 !important;
}
/*------------------------------------------------------------
15、left、right・・・画像を簡単に回り込ませる設定
-------------------------------------------------------------*/

/*左に画像、右に文章*/
.left {
  float: left;
  margin: 0 30px 20px 0 !important;
}
/*右に画像、左に画像*/
.right {
  float: right;
  margin: 0 0 20px 30px !important;
}

/*640pxでは回り込み解除*/
@media only screen and (max-width: 640px) {
  .left,
  .right {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/*------------------------------------------------------------
17、ノートのような線を引く
-------------------------------------------------------------*/

.noteline {
  display: inline !important;
  padding-bottom: 0.3em !important;
  border-bottom: 1px dashed #7070ba !important;
  line-height: 2.1em !important;
}
/*------------------------------------------------------------
18、テキストボックスのIME制御（IE＆Firefox）
-------------------------------------------------------------*/

.ime-active {
  ime-mode: active;
}
.ime-inactive {
  ime-mode: inactive;
}
.ime-disabled {
  ime-mode: disabled;
}
/*カスタマイズ*/
* {
  box-sizing: border-box;
}
body {
  font-family: Quicksand, fot-tsukuardgothic-std, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  color: rgb(51, 51, 51);
  font-weight: 500;
  background: #fff;

  font-weight: 400;

  font-style: normal;
}
.display_pc {
  display: block !important;
}
.display_sp {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.slick-slider {
  /* margin-top: 200px;*/
  margin-bottom: -5px;
}
.multiple-item.slick-slider {
  margin-top: 20px;
  padding-bottom: 40px !important;
}
.multiple-item .slick-slide {
  margin: 0 5px;
}

.home .entry .multiple-item h3.post-title a {
  font-size: 14px;
}
.item {
  width: 1920px;
  margin: 0 auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.page #nav-header,
.archive #nav-header,
.single #nav-header,
.search #nav-header,
.error404 #nav-header {
  background-color: rgba(255, 255, 255, 0.88) !important;
  top: 0 !important;
  width: 100%;
  height: 210px !important;
  border-bottom: 5px solid #ff0018;
}

ul#contact-nav {
  margin: 10px auto 0;
  max-width: 100%;
  float: right;
}
ul#contact-nav li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0 9px;
  color: #434343;
}
ul#contact-nav span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
ul#menu-headmenu-1 > li,
ul#contact-nav li {
}
#header .container-inner {
  margin-top: 25px;
}
.slick-dots {
  bottom: 15px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
/***********************
main
********************/
.home .main {
  padding-top: 0 !important;
}
.main {
  padding-top: 180px;
}
/***********************
contact
********************/
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 90%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.entry table.contact-form {
  text-align: left;
  font-size: 1.04em;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.entry table.contact-form th,
.entry table.contact-form td {
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.entry table.contact-form th {
  background: #ececec;
}
.entry table.contact-form td {
  background: #fff;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select {
  display: block;
  float: left;
  padding: 15px 10px;
  width: 100%;
  margin-top: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: san-selif;
}
.wpcf7 select {
  width: 50%;
}
input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm,
input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
  display: block;
  margin: 30px auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.88, #ffa220),
    color-stop(0.01, #f4dfa9)
  );
  background: -webkit-linear-gradient(top, #f4dfa9 1%, #ffa220 88%);
  background: -moz-linear-gradient(top, #f4dfa9 1%, #ffa220 88%);
  background: -o-linear-gradient(top, #f4dfa9 1%, #ffa220 88%);
  background: -ms-linear-gradient(top, #f4dfa9 1%, #ffa220 88%);
  background: linear-gradient(to bottom, #f4dfa9 1%, #ffa220 88%);

  border-color: #a88734 #9c7e31 #846a29;
  color: #000;
  font-weight: bold;
  padding: 20px;
}
.wpcf7 input[type="submit"] {
  width: auto;
  padding: 10px 20px;
  font-size: 18px;
}

.entry ul.contact-header {
  width: 80%;
  background: #ececec;
  list-style: none;
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  color: #afafaf;
}

.entry ul.contact-header li {
  list-style: none;
  width: 33.3%;
  float: left;
  padding: 20px 10px;
}
li.elm-step1 {
  background: #ff5555;
  color: #fff;
}
.custom-wpcf7c-confirmed li.elm-step1 {
  background: #ececec;
  color: #afafaf;
}
.custom-wpcf7c-confirmed li.elm-step2 {
  background: #ff5555;
  color: #fff;
}
.custom-wpcf7c-confirmed.sent li.elm-step3 {
  background: #ff5555;
  color: #fff;
}
.custom-wpcf7c-confirmed.sent li.elm-step2 {
  background: #ececec;
  color: #afafaf;
}

.wpcf7 form.custom-wpcf7c-confirmed input[type="text"],
.wpcf7 form.custom-wpcf7c-confirmed input[type="email"],
.wpcf7 form.custom-wpcf7c-confirmed textarea,
.wpcf7 form.custom-wpcf7c-confirmed input[type="tel"],
.wpcf7 form.custom-wpcf7c-confirmed input[type="date"] {
  border: none;
  background: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.wpcf7c-conf {
  background-color: none; /* 背景色 */
  color: inherit; /* 文字色 */
  border: none; /* 周りの線: 太さ　線種 線の色 */
}

input:focus,
textarea:focus,
input.focus,
textarea.focus {
  background-color: #ffffe4 !important;
  color: #000 !important;
  outline: 2px solid #ffefc6;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input.focus,
.contact-form textarea.focus {
  background-color: #fff !important;
  outline: 0px solid #ffefc6;
}
.s-cap {
  font-size: 0.9em;
  color: #8a8a8a;
  margin-top: 15px;
}
/***********************
page header
********************/
.content > .page-title {
  background: #fffff0;
}
.content > .page-title .container-inner {
  padding: 100px 0 60px;
}
.page .content > .page-title .container-inner,
.archive .content > .page-title .container-inner {
  background: url(images/header_bg_lt.png) no-repeat left -80px,
    url(images/header_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_bg_rt.png) no-repeat right -50px,
    url(images/header_bg_rb.png) no-repeat right 0px bottom -200px, #fffff0;
}

.archive .content > .page-title.textbook .container-inner {
  background: url(images/header_gr_bg_lt.png) no-repeat left -80px,
    url(images/header_gr_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_gr_bg_rt.png) no-repeat right -50px,
    url(images/header_gr_bg_rb.png) no-repeat right 0px bottom -200px, #ebfff7;
}
.archive .content > .page-title.growth .container-inner {
  background: url(images/header_pi_bg_lt.png) no-repeat left -80px,
    url(images/header_pi_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_pi_bg_rt.png) no-repeat right -50px,
    url(images/header_pi_bg_rb.png) no-repeat right 0px bottom -200px, #ffeeee;
}
.archive .content > .page-title.kagayakiblog .container-inner {
  background: url(images/header_bu_bg_lt.png) no-repeat left -80px,
    url(images/header_bu_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_bu_bg_rt.png) no-repeat right -50px,
    url(images/header_bu_bg_rb.png) no-repeat right 0px bottom -200px, #e7f5ff;
}

.page .container-inner h1.post-title.entry-title,
.archive .container-inner h1.entry-title,
.single .container-inner h1.entry-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #292929;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: -0.01em;
  padding: 20px 0;
}
.page .container-inner h1.post-title.entry-title span,
.single .container-inner h1.post-title.entry-title span,
.archive .container-inner h1.entry-title span {
  display: block;
  color: #ffbe00;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 2;
}
.single .container-inner h1.post-title.entry-title span,
.archive .container-inner h1.entry-title span {
  color: #ffbe00;
}
.single .textbook .container-inner h1.post-title.entry-title span,
.archive .textbook .container-inner h1.entry-title span {
  color: #00c53e;
}
.single .growth .container-inner h1.post-title.entry-title span,
.archive .growth .container-inner h1.entry-title span {
  color: #ed7171;
}
.single .kagayakiblog .container-inner h1.post-title.entry-title span,
.archive .kagayakiblog .container-inner h1.entry-title span {
  color: #5499e7;
}
.single .content > .page-title {
  background: #fffbdb;
}
.single .content > .page-title.textbook,
.archive .content > .page-title.textbook {
  background: #ebfff7;
}
.single .content > .page-title.growth,
.archive .content > .page-title.growth {
  background: #ffeeee;
}
.single .content > .page-title.kagayakiblog,
.archive .content > .page-title.kagayakiblog {
  background: #e7f5ff;
}
.single .container-inner h1.post-title.entry-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #292929;
}
.single .content > .page-title .container-inner {
  background: url(images/header_bg_lt.png) no-repeat left -80px,
    url(images/header_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_bg_rt.png) no-repeat right -50px,
    url(images/header_bg_rb.png) no-repeat right 0px bottom -200px, #fffbdb;
}
.single .content > .page-title.textbook .container-inner {
  background: url(images/header_gr_bg_lt.png) no-repeat left -80px,
    url(images/header_gr_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_gr_bg_rt.png) no-repeat right -50px,
    url(images/header_gr_bg_rb.png) no-repeat right 0px bottom -200px, #ebfff7;
}
.single .content > .page-title.growth .container-inner {
  background: url(images/header_pi_bg_lt.png) no-repeat left -80px,
    url(images/header_pi_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_pi_bg_rt.png) no-repeat right -50px,
    url(images/header_pi_bg_rb.png) no-repeat right 0px bottom -200px, #ffeeee;
}
.single .content > .page-title.kagayakiblog .container-inner {
  background: url(images/header_bu_bg_lt.png) no-repeat left -80px,
    url(images/header_bu_bg_lb.png) no-repeat left 0px bottom -200px,
    url(images/header_bu_bg_rt.png) no-repeat right -50px,
    url(images/header_bu_bg_rb.png) no-repeat right 0px bottom -200px, #e7f5ff;
}

.single h2.post-title.entry-title {
  font-size: 2em;
}
/***********************
content
********************/
.single .container-inner > .pad,
.archive .pad.group .container-inner {
  padding: 60px 0;
  font-size: 1.14em;
}
.entry .container-inner {
  padding: 60px 0;
  font-size: 1.14em;
}
.content01 {
  background: #feffee;
  padding: 40px 60px;
}
.content02 {
  padding: 30px 0 0;
  background: url(images/content02_bg_rt.png) no-repeat left -150px,
    url(images/content02_bg_rb.png) no-repeat left bottom,
    url(images/content02_bg_lb.png) no-repeat right bottom,
    url(images/content02_bg_lt.png) no-repeat right -100px, #d8fffb;
}
.content03 {
  padding: 30px 0 0;
  background: url(images/memphis-colorful.png) repeat;
  background-size: 40%;
}
.content04 {
  background: #fafafa;
  padding: 60px 0;
}
.content04 .container-inner {
  position: relative;
}
.content05 {
  background: #feffee;
  padding: 60px 0 20px;
}
.content05-inner {
  position: relative;
}
.content06 {
  background: #8afdf9;
  padding: 0;
  position: relative;
}
.content07 {
  padding: 40px 0 60px;
}
.content08 {
  padding: 60px 0;
  background: url(images/content07_bg.jpg) repeat;
}
.content09 {
  padding: 60px 0;
}
.content08-inner {
  background: #fff;
  width: 83%;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}
.content08 .content-ttl {
  position: absolute;
  top: -20px;
}
.entry .content08 h2.content-ttl::before,
.entry .content08 h2.content-ttl::after {
  content: none;
}
.content06::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: url(images/content06_bg_rt.png) no-repeat 15% -50px,
    url(images/content06_bg_lt.png) no-repeat 85% -50px;
  top: -50px;
  background-size: auto 180px, auto 150px;
}

.content06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: url(images/content06_bg_rb.png) no-repeat 10% bottom,
    url(images/content06_bg_lb.png) no-repeat 85% bottom;
  bottom: -50px;
}
.content02_txt {
  background: url(images/content02_bg1.png) no-repeat center top;
  padding: 50px 0 40px;
}

.content02_txt .f16em br,
.content02_txt .f12em br {
  display: none;
}
.content02 .container-inner {
  overflow: hidden;
  position: relative;
}

.content02 .container-inner::after {
  content: "";
  position: absolute;
  background: url(images/content02_bg_b.png) no-repeat right bottom;
  z-index: 2;
  bottom: -20px;
  right: 0;
  width: 556px;
  height: 430px;
  background-size: 95% auto;
}
.content02 .g_btn.btn02.p90-t.p30-b {
  padding-bottom: 0px !important;
}

.content .post-byline {
  padding-left: 0;
  color: #4b4b4b;
  font-size: 1.1em;
  /* font-weight: bold; */
  float: none;
  margin-bottom: 0;
}
.home .entry h3.post-title {
  line-height: 1;
}
.type-post .entry h3 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  margin: 60px 0 20px;
}
.type-post .entry h2 {
  margin: 60px 0 20px;
}
.home .entry h3.post-title a {
  color: #070707;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.home .grid-4.post {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.11);
}

.home .post_description {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 115px;
}

.entry h2.content-ttl {
  color: #375641;
  font-weight: bold;
  text-align: center;
  font-size: 33px;
  position: relative;
  display: inline-block;
  font-family: sketchnote-square, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}

.content-ttl span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #262626;
}
.entry .co-img img {
  border-radius: 50%;
  height: auto;
  border: 6px solid #f1ac62;
}

.entry .co-img:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.entry .content03 .grid-4:nth-of-type(2) .co-img img {
  border: 6px solid #9fec97;
}
.entry .content03 .grid-4:nth-of-type(3) .co-img img {
  border: 6px solid #57c2ff;
}
.entry .content03 .grid2 .grid-4:first-of-type .co-img img {
  border: 6px solid #e2a5f7;
}

.entry .content03 .grid2 .grid-4:nth-of-type(2) .co-img img {
  border: 6px solid #ff6868;
}

.entry .content03 .grid2 {
  text-align: center;
}
.content03 .grid-4 {
  padding: 0 20px;
}
.entry .content03 .grid2 .grid-4 {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.co-ttl {
  text-align: center;
  margin: 20px auto 10px;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 38px;
}

.co-det {
  text-align: center;
}
.co-ttl p span {
  font-size: 0.74em;
  display: block;
}
.content04_txt {
  background: url(images/content04_bg.png) no-repeat center bottom;
  padding: 0 0 300px;
  margin-top: 0;
}
.content04 .container-inner:first-of-type > .grid_box {
  margin-top: 60px;
}

.content04 .btn-ab {
  width: 100%;
  position: absolute;
  bottom: -60px;
}
.content05-inner {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
.content05-inner .content05_txt {
  font-weight: bold;
  padding: 20px 250px 20px 30px;
  background: #fff6c8;
  line-height: 2;
  position: relative;
}
.content05-inner .content05_txt::before {
  position: absolute;
  display: block;
  content: "";
  background: url(images/honda.png) no-repeat;
  width: 300px;
  height: 400px;
  background-size: 100% auto;
  right: -40px;
  bottom: -20px;
}
.content05-inner .content05_txt::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background: url(images/txt_bg.gif) repeat;
  right: -20px;
  bottom: -20px;
  left: 20px;
  top: 20px;
}
.entry .content06 .container-inner {
  background: url(images/nagare_bg.png) no-repeat left top,
    url(images/nagare_bg2.png) no-repeat right top;
  background-size: auto 100%;
}
.content06-inner {
  width: 100%;
  margin: 0 auto;
}
.content06-inn-bg {
}
p.nagare {
  padding: 100px;
}
p.map_ico {
  font-weight: bold;
  font-size: 1.2em;
  background: url(images/map_ico.png) no-repeat left center;
  padding-left: 30px;
  background-size: 20px;
}
.content07 hr {
  background: #070707;
  border-bottom: 2px solid #070707;
  margin: 0 auto 20px;
}

.entry h3.h3-ttl {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  margin: 30px 10px;
  background: url(images/h3_bg.png) repeat;
  padding: 10px;
  color: #070707;
}

ul.p_info {
  margin: 30px 20px;
}
ul.p_info li {
  list-style: none;
  margin: 0 10px 30px 0;
  font-size: 0.9em;
}
/****************
footer
*************/
#footer .pad {
  padding-bottom: 0;
}

#footer-bottom {
  background: #f0f0f0;
  margin-bottom: 0;
}
#footer-bottom #copyright,
#footer-bottom #credit {
  color: #333 !important;
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer#footer {
  background: #f1f1f1;
}

#footer .nav-wrap {
  background: #f1f1f1;
}
#footer .nav-wrap li {
  min-width: 11%;
  text-align: left;
  margin-left: -2px;
}
#footer .nav-wrap li a {
  color: #070707;
  position: relative;
  padding-left: 30px;
  letter-spacing: -1px;
}
#footer .nav-wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  position: absolute;
  content: "";
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
}
.container-inner.foot_det {
  padding-top: 29px;
  border-top: 1px solid #fff;
}
.foot_logo img {
  max-width: 100%;
  height: auto;
}
.foot_det .container-inner {
  padding-top: 30px;
  border-top: 1px solid #fff;
  margin-top: 30px;
}
ul#menu-footmenu {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  padding-top: 20px;
}

/****************
archive
*************/
.entry-inner {
  line-height: 1.6;
}
.post-list h2.post-title,
.post-list-3c h2.post-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 25px;
  text-align: left;
  background: url(images/bg_boder.gif) repeat, #d1f5de;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.post-list article:nth-of-type(5n) h2.post-title,
.post-list-3c article:nth-of-type(5n) h2.post-title {
  background: url(images/bg_boder.gif) repeat, #fffeaa;
}

.post-list article:nth-of-type(5n + 2) h2.post-title,
.post-list-3c article:nth-of-type(5n + 2) h2.post-title {
  background: url(images/bg_boder.gif) repeat, #ffebeb;
}

.post-list article:nth-of-type(5n + 3) h2.post-title,
.post-list-3c article:nth-of-type(5n + 3) h2.post-title {
  background: url(images/bg_boder.gif) repeat, #cce4ff;
}
.post-list article:nth-of-type(5n + 4) h2.post-title,
.post-list-3c article:nth-of-type(5n + 4) h2.post-title {
  background: url(images/bg_boder.gif) repeat, #ffe7b9;
}

.post-list h2.post-title a,
.post-list-3c h2.post-title a {
  color: #070707 !important;
}

/* ラベル部分 左上に表示 */
.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #92eb7a; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 0;
}
.post-list-3c article:nth-of-type(5n) h2.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #fff10c; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 0;
}
.post-list-3c article:nth-of-type(5n + 2) h2.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #ee636d; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 0;
}
.post-list-3c article:nth-of-type(5n + 3) h2.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #5499e7; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 0;
}
.post-list-3c article:nth-of-type(5n + 4) h2.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #ffaa06; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 0;
}
.archive .content .post-byline {
  font-weight: bold;
  font-size: 1em;
}
.post-list-3c .page,
.post-list-3c .post {
  width: 100%;
  float: none;
  margin-right: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}

.archive .post-inner .post-thumbnail {
  overflow: hidden;
  width: 40%;
  float: left;
}
.archive .post_description {
  text-align: left;
  padding: 10px 0 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  width: 60%;
}
.archive .excerpt {
  font-size: 1.04em;
  line-height: 1.6;
}
.pagination .current {
  padding: 10px 13px;
  color: #fff;
  background-color: #ff977a !important;
}
/******
top-blog
**********/
.blog-top {
  margin-top: 100px;
  overflow: hidden;
}
.multiple-item .slick-dots {
  bottom: 0px !important;
}
.multiple-item {
  overflow: hidden;
}
.multiple-item .slick-slide {
  margin: 0 5px;
}
.multiple-item {
  width: 90%;
  margin: 0 auto 80px;
  padding-bottom: 10px;
}
.blogwrap {
  width: 100%;
  overflow: hidden;
}

.home .multiple-item h3.post-title a {
  position: absolute;
  bottom: 2em;
  padding: 0.4em 0.9em 0.6em;
  font-size: 1.05em;
  color: #fff !important;
  z-index: 5;
  width: 100%;
}
.home .multiple-item h3.post-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.8em;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: 12px;
  opacity: 0.5;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.saiyo-nav {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}

.b_btn01,
.b_btn02 {
  padding-right: 20px;
}

/* ゆめのまち・田村淳バナー */

.top-bnr-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}

.top-bnr {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .top-bnr-wrap {
    display: block;
    margin-bottom: 40px;
  }

  .top-bnr + .top-bnr {
    margin-top: 40px;
  }

  .top-bnr {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
}

/********************
かがやきのまちとは
*********************/
.concept01 {
  background: url(images/bg_star_b.png) no-repeat right 0px bottom -80px,
    url(images/bg_star_t.png) no-repeat left 0px top -80px, #f6f593;
  position: relative;
  padding: 200px 100px 150px;
  line-height: 1.7;
  margin-top: 150px;
  background-size: 40%;
}
.concept01::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 280px;
  background: url(images/concept_t.png) no-repeat;
  right: 10px;
  top: -110px;
  background-size: 100%;
}

.concept01::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 260px;
  background: url(images/concept_b.png) no-repeat;
  left: 0;
  bottom: -110px;
  background-size: 100%;
}

.concept02 {
  position: relative;
  z-index: 0;
  line-height: 1.6;
}
.entry h2.page-h2-01 {
  margin: 300px auto 30px;
  position: relative;
}

.entry h2.page-h2-01 span {
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 100;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}

.entry h2.page-h2-01::before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  width: 70%;
  z-index: -1;
  background: url(images/bg_boder.gif) repeat, #ffc2c2;
}

.entry h2.page-h2-01::after {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -70px;
  width: 70%;
  z-index: -2;
  border-bottom: 200px solid #ffabab;
  border-left: 80px solid transparent;
  height: 0;
  right: 0;
}

.entry h3.page-h3-01 {
  position: relative;
  background: #8affdd;
  padding: 1em;
  text-align: center;
  margin: 100px 50px 30px;
  font-weight: bold;
  font-size: 1.3em;
  padding: 30px 0;
  letter-spacing: 1px;
}
.entry h3.page-h3-01 span.w-spanbox {
  background: #fff;
  padding: 5px 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 20px;
  position: absolute;
  left: 8%;
  top: 25px;
}
.toku_txt {
  font-size: 1.1em;
}

.entry h3.page-h3-01::before,
.entry h3.page-h3-01::after {
  border: none;
  border-bottom: solid 15px transparent;
  content: "";
  position: absolute;
  top: 0;
}
.entry h3.page-h3-01::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 45px 0 45px 15px;
  left: 0;
}
.entry h3.page-h3-01::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 45px 15px 45px 0;
  right: 0;
}

.entry p.txt-box {
  font-size: 0.95em;
  margin-top: 50px;
}
span.y-box-r {
  display: block;
  position: relative;
}
span.y-box-r a {
  background: #fff95e;
  color: #070707;
  padding: 20px 60px;
  font-weight: bold;
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: -30px;
  z-index: 100;
  border-radius: 50px;
}
h2.news-bar {
  background: #e8e8e8;
  font-size: 1.4em;
  font-weight: bold;
  padding: 30px 0;
}

h2.news-bar .container-inner {
  position: relative;
}
h2.news-bar span a {
  display: block;
  background: #fff;
  border-radius: 50%;
  color: #000;
  width: 50px;
  height: 50px;
  right: 0px;
  top: -15px;
  position: absolute;
}

h2.news-bar span a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #161616;
  border-right: 2px solid #161616;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.page .home .multiple-item h3.post-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.8em;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: 12px;
  opacity: 0.08;
  z-index: 1;
}

/****************
4つの療育コース
*************/

.course-box {
  position: relative;
  z-index: 0;
  margin: 60px 0;
}
.entry h3.course-h3 {
  position: absolute;
  top: 60%;
  background: rgba(217, 255, 100, 0.9);
  width: 60%;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 50px;
}
.entry h3.course-h3.c02 {
  background: rgba(255, 220, 144, 0.9);
  right: 0;
}

.entry h3.course-h3.c03 {
  background: rgba(125, 235, 255, 0.9);
  left: 0;
}

.entry h3.course-h3.c04 {
  background: rgba(255, 150, 147, 0.9);
  right: 0;
}
.entry h3.course-h3.c05 {
  background: rgba(223, 206, 255, 0.9);
  left: 0;
}
.entry h3.course-h3 span {
  display: block;
  background: #fff;
  width: 20%;
  text-align: center;
  font-size: 0.8em;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 15px;
}
.entry h3.course-h3 span.f07em {
  display: inline;
  background: none;
  width: auto;
  text-align: left;
  border-radius: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 0.7em;
}
.entry h3.course-h3::after {
  content: "";
  position: absolute;
  left: 10px;
  right: -10px;
  bottom: -10px;
  top: 10px;
  background: url(images/bg_boder.gif) repeat, rgba(212, 212, 212, 0.7);
  z-index: -1;
}
.course-img {
  z-index: -2;
  position: relative;
  width: 60%;
}

.txt_box {
  line-height: 1.6;
}

/****************
ご利用までの流れ、QA
*************/
.entry h2.page-h2-02 {
  margin: 50px 0 30px;
  font-weight: bold;
  font-size: 1.4em;
  padding: 30px 30px 10px;
  position: relative;
  background-size: 50px;
  border-bottom: 2px solid #bad34c;
}

.entry h2.page-h2-02::before {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #bad34c;
  top: 45%;
}

.entry h2.page-h2-03 {
  margin: 30px 0;
  font-weight: bold;
  font-size: 1.1em;
  padding: 30px 30px 10px;
  position: relative;
  background-size: 50px;
  border-bottom: 2px solid #da876b;
}

.entry h2.page-h2-03::before {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #da876b;
  top: 45%;
}

.entry h2.page-h2-04 {
  background: url(images/pb_b.png) repeat-x left bottom;
  margin: 50px 0 30px;
  font-weight: bold;
  font-size: 1.4em;
  padding: 30px 30px 20px;
  position: relative;
}

.entry h2.page-h2-04::before {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #7aa4c4;
  top: 45%;
}

.entry h2.page-h2-05 {
  margin: 50px 0 30px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 30px 0 0;
  position: relative;
  z-index: 0;
}

.entry h2.page-h2-05::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(
    -45deg,
    #d2f69f,
    #d2f69f 2px,
    #fff 2px,
    #fff 4px
  );
  z-index: -1;
}

.use-box {
  background: #f3f3f3;
  position: relative;
  margin-bottom: 120px;
  background-size: 100% 100%;
  padding: 100px 0;
}

.use-box::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 75px;
  background: url(images/step-sq.png) no-repeat;
  left: 49%;
  bottom: -90px;
}
.use-box.step02 {
  background-size: 100% 100%;
}
.use-box.step03 {
  background-size: 100% 100%;
}
.use-box.step04 {
  background-size: 100% 100%;
}
.use-box.step05 {
  background-size: 100% 100%;
}
.use-box.step06 {
  background-size: 100% 100%;
}
.use-box.step07 {
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.use-box.step05::after {
  content: none;
}
p.step {
  color: #fff;
  font-size: 1.4em;
  background: #2ec7f3;
  font-weight: bold;
  padding: 20px 0;
  width: 20%;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 10px;
}

.step02 p.step {
  background: #0c34e3;
  top: 20px;
}

.step03 p.step {
  background: #12b425;
  top: 30px;
}

.step04 p.step {
  background: #66b412;
  top: 10px;
}

.step05 p.step {
  background: #f2b100;
  top: 10px;
}

.step06 p.step {
  background: #960c98;
  top: 40px;
}

.step07 p.step {
  background: #f71b45;
  top: 10px;
}

p.step span {
  font-size: 1.5em;
  padding-left: 10px;
}
.entry table.step-tb {
  font-size: 1.2em;
  text-align: left;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0;
}
.entry table td.step-tb-r {
  text-align: left;
  width: 60%;
  line-height: 1.8;
  border-bottom: none;
  padding-left: 80px;
}
.entry td.step-tb-l {
  width: 30%;
  text-align: left;
  border-bottom: none;
  font-size: 1.2em;
  padding-left: 70px;
  line-height: 1.8;
  color: #2ec7f3;
}
.entry .step02 td.step-tb-l {
  color: #0c34e3;
}
.entry .step03 td.step-tb-l {
  color: #12b425;
}
.entry .step04 td.step-tb-l {
  color: #66b412;
}
.entry .step05 td.step-tb-l {
  color: #f2b100;
}
.entry .step06 td.step-tb-l {
  color: #960c98;
  padding-top: 10px;
}
.entry .step07 td.step-tb-l {
  color: #f71b45;
}
.entry table.step-tb tr.alt {
  background: #f3f3f3;
}

.accordionbox {
  width: 100%;
  background: none;
  margin: 10px auto 40px;
  padding: 30px 0;
  border-bottom: 1px solid #8c8c8c;
}
.accordionlist dt {
  display: block;
  background: #fff;
  padding: 20px 0 10px 0;
  border-top: 1px solid #8c8c8c;
  font-size: 1.2em;
}
.accordionlist dt:first-child {
  border-top: none !important;
}
.accordionlist dt .title {
  padding-left: 10px;
  float: left;
}
.accordionlist dd {
  display: none;
  background: #fff;
  padding: 0;
}
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 60px;
  height: 60px;
  float: right;
  margin-right: 5px;
  background: #e6e6e6;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 30%;
  height: 2px;
  background-color: #2b2b2b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  left: 27px;
}
.accordion_icon span:nth-of-type(2) {
  top: 28px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  left: 15px;
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  top: 28px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 27px;
}
.accordion_icon.active span:nth-of-type(2) {
  top: 28px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  left: 15px;
}

.hexagon span {
  color: #fff;
  text-align: center;
  background: url(images/qa_q.png) no-repeat center center;
  background-size: 100%;
  padding: 15px 20px 20px;
  margin-right: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.hexagon.hx_a span {
  background: url(images/qa_a.png) no-repeat center center;
  background-size: 100%;
  font-size: 1.4em;
  font-weight: bold;
}
p.hexagon {
  float: left;
  padding-top: 15px;
  position: relative;
  padding-left: 70px;
}
p.hexagon.hx_a {
  padding: 10px 0;
  padding-left: 70px;
}
.entry table.kubun {
  font-size: 1em;
  border-left: 2px solid #f5a533;
  border-right: 2px solid #f5a533;
}
.entry table.kubun th {
  background: #ffe26e;
  border-top: 2px solid #f5a533;
  border-bottom: 1px solid #f5a533;
  color: #fb9300;
  border-right: 2px solid #f5a533;
}
.entry table.kubun td {
  border-bottom: 1px solid #f5a533;
  padding: 10px;
  background: #fff;
  border-right: 2px solid #f5a533;
}

.entry table.kubun tr:last-child td {
  border-bottom: 2px solid #f5a533;
}

/****************
スタッフ
*************/
.staff_box {
  margin-top: 60px;
}
.staff_img {
  float: left;
  width: 35%;
  margin-right: 10px;
}
.staff_txt {
  float: right;
  width: 62%;
  background: #fff2ec;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  line-height: 1.6;
}
.staff_txt:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -60px;
  margin-top: -20px;
  border: 20px solid transparent;
  border-right: 40px solid #fff2ec;
}
.entry p.staff_position {
  color: #f75347;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1em;
}
.entry p.staff_name {
  color: #f75347;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.3em;
  margin-bottom: 30px;
}
.entry p.staff_name span {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 20px;
}
.entry p.staff_small span.staff_small_l {
  background: #ffdc73;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
.entry p.staff_small span.staff_small_r {
  margin-top: 5px;
}

.entry p.staff_small {
  font-size: 0.9em;
  display: inline-block;
  margin-right: 10px;
}

/****************
アクセス
*************/
.class_det01 {
  margin-left: 20px;
}
.flag {
  background: url(images/bg_flag.png) repeat-x left top,
    url(images/bg_flag2.png) repeat-x left bottom;
  padding: 80px 0 60px;
  margin: 50px 0;
  width: 100%;
}

p.y_box {
  font-weight: bold;
  font-size: 1.2em;
  background: #fff445;
  width: 40%;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
}
.class_img {
  position: relative;
  width: 25%;
}
.class_det {
  width: 68%;
  margin-left: 50px;
  line-height: 1.6;
}
.class_img::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: -10px;
  right: -10px;
  background: url(images/bg_boder.gif) repeat, #dedede;
  z-index: -1;
}

p.tel_box {
  background: url(images/icon_01.png) no-repeat;
  padding: 0 0 0 35px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 50px;
  background-size: 24px;
}
.map_area {
  position: relative;
  border: 10px solid #ff7979;
  margin: 80px 0;
  padding: 50px 20px;
}
.map_ttl {
  position: absolute;
  top: -35px;
  left: 38%;
  background: url(images/map_ico2.png) no-repeat left 35px center, #fff;
  padding: 20px 80px 20px 100px;
}
.yousu {
  width: 100%;
}

.yousu_txt {
  width: 100%;
  background: #2ca8ff;
  color: #fff;
  font-weight: bold;
  padding: 20px 15px;
  border-radius: 6px;
  line-height: 2;
}

/****************
1日の流れ
*************/

.entry ul.daily-link {
  list-style: none;
  text-align: center;
  display: inline-block;
  margin: 40px 0;
}
.entry ul.daily-link li a {
  color: #000;
  text-decoration: underline;
}
.entry ul.daily-link li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.entry ul.daily-link li::after {
  content: "\025bc";
  position: absolute;
  left: 0;
}
.daily-ttl {
  background: #fddf13;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 1.1em;
}
.daily-ttl span.normal {
  font-size: 0.84em;
}

.entry table.dairy-sche {
  border: 1px solid #ececec;
  margin: 30px auto;
  width: 60%;
}
.entry table.dairy-sche th {
  background: #fbf5ce;
  border: none;
  vertical-align: top;
  padding: 0px 4px;
  width: 60px;
}
.entry table.dairy-sche td {
  background: #fff;
  border: none;
  vertical-align: top;
  padding: 2em 1.5em;
  text-align: left;
  padding: 20px;
}
p.time-ico img {
  display: block;
  margin: auto;
}
p.time-block {
  font-weight: bold;
  border: 1px solid #777;
  padding: 5px 20px;
  border-radius: 50px;
  width: 150px;
  background: #fff;
}
p.time-ttl {
  color: #ea4a4a;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
.entry table.dairy-sche td.class-area01 {
  background: #f9e8ff;
}
.entry table.dairy-sche td.class-area02 {
  background: #daffe0;
}
.entry table.dairy-sche td.class-area03 {
  background: #caf9ff;
}
.entry table.dairy-sche td.class-area04 {
  background: #ffe8e8;
}
.entry table.dairy-sche td.bd-das {
  border-bottom: 2px dashed #e4e4e4;
}
p.b.ampm {
  background: #ffa3ac;
  padding: 3px 5px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 5px;
}

.entry table.dairy-sche td.illarea01,
.entry table.dairy-sche td.illarea02,
.entry table.dairy-sche td.illarea03,
.entry table.dairy-sche td.illarea04 {
  position: relative;
}
.entry table.dairy-sche td.illarea01::after,
.entry table.dairy-sche td.illarea02::after,
.entry table.dairy-sche td.illarea03::after,
.entry table.dairy-sche td.illarea04::after {
  position: absolute;
  content: "";
}
.entry table.dairy-sche td.illarea01::after {
  background: url(images/daily_01.png) no-repeat;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
}

.entry table.dairy-sche td.illarea02::after {
  background: url(images/daily_02.png) no-repeat;
  top: 50px;
  right: 30px;
  width: 120px;
  height: 100px;
}

.entry table.dairy-sche td.illarea03::after {
  background: url(images/daily_03.png) no-repeat;
  top: 15px;
  right: 30px;
  width: 120px;
  height: 100px;
}
.entry table.dairy-sche td.illarea04::after {
  background: url(images/daily_04.png) no-repeat;
  bottom: 60px;
  right: 30px;
  width: 130px;
  height: 100px;
}

/****************
g_btn
*************/

.g_btn a {
  background: #ff0f26;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 25%;
  margin: 30px auto;
  text-align: center;
  padding: 15px 30px;
  position: relative;
  border: 2px solid #ff0f26;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g_btn a:hover {
  background: #fff;
  color: #ff0f26;
  text-decoration: none;
  border: 2px solid #ff0f26;
}

.g_btn a::before {
  position: absolute;
  content: "";
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.g_btn a:hover::before {
  border-top: 2px solid #ff0f26;
  border-right: 2px solid #ff0f26;
}

.g_btn.btn_h a::before {
  top: 40%;
}

.g_btn.btn02 a {
  background: #30db85;
  border: 2px solid #30db85;
  z-index: 3;
  margin: 40px auto 0;
}
.g_btn.btn04 a {
  width: 42.5%;
  background: #fcff0f;
  border: 2px solid #fcff0f;
  color: #000;
  z-index: 2;
}

.g_btn.btn04 a::before {
  position: absolute;
  content: "";
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.g_btn.btn02 a:hover {
  background: #fff;
  color: #30db85;
}
.g_btn.btn04 a:hover {
  background: #fff;
}

.g_btn.btn02 a:hover::before {
  border-top: 2px solid #30db85;
  border-right: 2px solid #30db85;
}

.g_btn.btn03 a {
  background: #fff;
  border: 6px solid #57c2ff;
  width: 100%;
  color: #464646;
  text-align: left;
  padding: 30px 38px 30px 15px;
  font-size: 0.95em;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}
.g_btn.btn03 a::before {
  position: absolute;
  content: "";
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 6px solid #57c2ff;
  border-right: 6px solid #57c2ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
}
.g_btn.btn03 a:hover {
  color: #fff;
  background: #57c2ff;
}
.g_btn.btn03 a:hover::before {
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
}
.g_btn.btn05 a {
  background: #ff4448;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 40%;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border: 2px solid #ff4448;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g_btn.btn05 a::before {
  top: 40%;
}
.g_btn.btn05 a:hover {
  color: #ff4448;
  background: #fff;
}
.g_btn.btn05 a:hover::before {
  border-top: 2px solid #ff4448;
  border-right: 2px solid #ff4448;
}

/****************
b_btn
*************/
.b_btn01 a {
  background: url(images/blog-icon1.png) no-repeat 10px center, #5499e7;
  background-size: 30px auto;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border: 2px solid #5499e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b_btn01 a:hover {
  color: #5499e7;
  background: #fff;
}
.b_btn02 a {
  background: url(images/blog-icon2.png) no-repeat 10px center, #ed7171;
  background-size: 30px auto;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border: 2px solid #ed7171;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b_btn02 a:hover {
  color: #ed7171;
  background: #fff;
}
.b_btn03 a {
  background: url(images/blog-icon3.png) no-repeat 10px center, #0fc676;
  background-size: 30px auto;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border: 2px solid #0fc676;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b_btn03 a:hover {
  color: #0fc676;
  background: #fff;
}

.b_btn03 a br {
  display: none;
}

.content04 .grid_box .grid-6 .grid_box {
  margin-bottom: 0;
}

.g_btn.btn-orange a {
  background: #fa9c2d;
  border: 6px solid #fa9c2d;
  width: 100%;
  font-size: 1.35em;
  padding: 40px 0;
}
.g_btn.btn-orange a::before,
.g_btn.btn-blue a::before {
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  top: 40%;
  right: 25px;
}

.g_btn.btn-blue a {
  background: #57c2ff;
  border: 6px solid #57c2ff;
  width: 100%;
  font-size: 1.35em;
  padding: 40px 0;
}
.g_btn.btn-orange a:hover {
  background: #fff;
  color: #fa9c2d;
  border: 6px solid #fa9c2d;
}
.g_btn.btn-blue a:hover {
  background: #fff;
  color: #57c2ff;
  border: 6px solid #57c2ff;
}
.g_btn.btn-orange a:hover::before {
  border-top: 6px solid #fa9c2d;
  border-right: 6px solid #fa9c2d;
}
.g_btn.btn-blue a:hover::before {
  border-top: 6px solid #57c2ff;
  border-right: 6px solid #57c2ff;
}
/************************
文字装飾 高さ
*****************/
.t-pink {
  color: #f9274f;
}
.t-orange {
  color: #ff8a01;
}
.t-yellow {
  color: #ffbb29;
}
.t-green {
  color: #3db800;
}
.t-fgreen {
  color: #0b3f36;
}
.tlh-12 {
  line-height: 1.2;
}
.tlh-16 {
  line-height: 1.6;
}
.bg-slash {
  margin-top: 30px;
}
.bg-slash span {
  position: relative;
}
.bg-slash span::before {
  content: "";
  position: absolute;
  left: -50px;
  width: 14px;
  height: 14px;
  background: url(images/content06_txt_l.png) no-repeat center center;
  background-size: 100% auto;
}
.bg-slash span::after {
  content: "";
  position: absolute;
  right: -50px;
  width: 14px;
  height: 14px;
  background: url(images/content06_txt_r.png) no-repeat center center;
  background-size: 100% auto;
}
.tel_ico {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 2px;
  background: url(images/icon_02.png) no-repeat left center;
  padding-left: 50px;
  line-height: 2em;
}
.tel_ico2 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  background: url(images/icon_01.png) no-repeat left top;
  padding-left: 35px;
  background-size: 22px auto;
}
.tel_ico2 span {
  font-size: 10px;
  letter-spacing: 0.05em;
  display: block;
}

#footer .mail_ico a {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  background: url(images/icon_03.png) no-repeat 20px center, #fff;
  text-align: center;
  /* background: #fff; */
  padding: 15px 0;
  border: 1px solid #ececec;
  transition: all 0.3s ease-in-out;
  color: #000;
  width: 100%;
  display: block;
}

#footer .mail_ico a:hover {
  border: 1px solid #000;
}

a.alpha {
  transition: all 1s ease-in-out;
}

a.alpha img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

section.member-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.member-img img {
  border: 10px solid rgba(255, 231, 111, 0.4);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

section.member-wrap .member-list {
  width: 25%;
  padding: 40px 2%;
}
.member-name {
  text-align: center;
  font-weight: bold;
  color: #f75347;
}
.member-name p:first-child {
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: normal;
}
p.member-btn {
  background: #ffdc73;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  letter-spacing: -1px;
}

.member-hide {
  display: none;
  width: 250%;
  background: #fff4f4;
  padding: 20px;
  position: relative;
}

.member-list:nth-of-type(4n) .member-hide {
  margin-left: -150%;
}

p.staff_syozoku {
  font-weight: bold;
}
p.member-btn::before {
  position: absolute;
  content: "";
  left: 15px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #48382b;
  top: 36%;
}
p.member-btn::after {
  left: 20px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  position: absolute;
  content: "";
  top: 40%;
}
/************************
幅調整
*****************/
.wh33 {
  width: 33.3%;
  margin: 0 auto;
}
.wh50 {
  width: 50%;
  margin: 0 auto;
}
.wh55 {
  width: 55%;
  margin: 0 auto;
}
.wh60 {
  width: 60%;
  margin: 0 auto;
}
.wh70 {
  width: 70%;
  margin: 0 auto;
}
.wh83 {
  width: 83%;
  margin: 0 auto;
}

/***********************
タブレット以上
********************/

@media only screen and (min-width: 739px) {
  #nav-header .nav > li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: auto;
    transition: all 0.3s ease-in-out;
    background-color: #eaeaea !important;
  }
  .site-title img {
    display: block;
    max-width: 280px;
    max-height: 140px;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
  }
  #nav-header .container {
    max-width: 1120px;
    margin: 0 auto;
  }
  #header .container-inner {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #nav-header .nav > li > a {
    padding: 8px 0;
    color: #070707;
    text-shadow: none;
    font-weight: bold;
    font-size: 1em;
    min-height: 55px;
    border-right: 1px solid #070707;
    letter-spacing: -1px;
  }
  #nav-header .nav > li:first-child > a {
    border-left: 1px solid #070707;
  }

  #nav-header .nav > li {
    border-right: none;
    vertical-align: middle;
    text-align: center;
    margin-right: -1px;
    width: 12%;
  }
  .dispay_tab {
    display: none;
  }
  .dispay_ntab {
    display: block;
  }
  .entry .blog_description h3.post-title {
    font-size: 14px;
    margin-top: 5px;
  }

  .multiple-item .slick-prev,
  .multiple-item .slick-next {
    z-index: 5;
    top: 30%;
  }
  .multiple-item .slick-prev {
    left: 5px;
  }

  .multiple-item .slick-next {
    right: 22px;
  }
  .multiple-item .slick-prev:before,
  .multiple-item .slick-next:before {
    font-size: 40px;
  }
}
/***********************
モバイル
********************/

@media only screen and (max-width: 738px) {
  section.member-wrap .member-list {
    width: 50%;
    padding: 20px 2%;
  }
  .member-name p:first-child {
    font-size: 0.8em;
    margin-bottom: 0;
  }
  .member-img img {
    border: 5px solid rgba(255, 231, 111, 0.4);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
  }
  p.member-btn {
    background: #ffdc73;
    color: #000;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
  }
  .member-hide {
    width: 205%;
    font-size: 0.8em;
    padding: 10px;
  }

  .member-hide .entry p.staff_small span.staff_small_r {
    width: 80%;
  }

  .member-list:nth-of-type(2n) .member-hide {
    left: -108%;
  }
  .member-list:nth-of-type(4n) .member-hide {
    margin-left: -108%;
  }
  .member-hide .m80-t {
    margin-top: 40px !important;
  }

  p.member-btn::before {
    left: 5px;
  }
  p.member-btn::after {
    left: 10px;
  }

  .dispay_tab {
    display: block;
  }
  .dispay_ntab {
    display: none;
  }
  .post-inner .post-thumbnail {
    width: 22% !important;
  }
}

@media only screen and (max-width: 1120px) {
  .display_pc {
    display: none !important;
  }
  .display_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
}
/***********************
 grid system
********************/

.grid_box {
  text-align: left;
  margin: 0 0 20px 0;
}
.grid_box:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11 {
  float: left;
  overflow: hidden;
  padding: 0 0 0.1em 0;
  margin: 0 2% 0 0;
}

.grid-1 {
  width: 6.5%;
}
.grid-2 {
  width: 15%;
}
.grid-3 {
  width: 23.5%;
}
.grid-4 {
  width: 32%;
}
.grid-5 {
  width: 40.5%;
}
.grid-6 {
  width: 49%;
}
.grid-7 {
  width: 57.5%;
}
.grid-8 {
  width: 66%;
}
.grid-9 {
  width: 74.5%;
}
.grid-10 {
  width: 83%;
}
.grid-11 {
  width: 91.5%;
}
.grid-12 {
  width: 100%;
}

.grid-1:nth-last-child(2),
.grid-2:nth-last-child(2),
.grid-3:nth-last-child(2),
.grid-4:nth-last-child(2),
.grid-5:nth-last-child(2),
.grid-6:nth-last-child(2),
.grid-7:nth-last-child(2),
.grid-8:nth-last-child(2),
.grid-9:nth-last-child(2),
.grid-10:nth-last-child(2),
.grid-11:nth-last-child(2) {
  margin: 0;
}

.grid-1:last-child,
.grid-2:last-child,
.grid-3:last-child,
.grid-4:last-child,
.grid-5:last-child,
.grid-6:last-child,
.grid-7:last-child,
.grid-8:last-child,
.grid-9:last-child,
.grid-10:last-child,
.grid-11:last-child {
  float: right;
  margin: 0;
}

.saiyo_bnr img {
  margin: 0 auto;
  display: block;
}

.f_bnr {
  padding: 2.5% 2%;
  background: #f0f0f0;
}

.f_bnr .inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.f_bnr .inner figure {
  text-align: center;
  margin: 0 auto 2em;
}
.f_bnr .inner figure img {
  max-width: 220px;
  margin: 0 auto;
}
.f_bnr .inner ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.f_bnr .inner ul li {
  width: 19.5%;
  margin-bottom: 1.5em;
}
.f_bnr .inner ul li img {
  width: 100%;
}

.flex.prgg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.flex.prgg div {
  width: 48%;
}
/***************
mobile

********************/

@media only screen and (max-width: 1120px) {
  img {
    max-width: 100%;
  }
  .slick-slider {
    margin-top: 200px;
    margin-bottom: -5px;
  }
  .item {
    width: 100%;
    margin: 0 auto;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .tel_ico {
    letter-spacing: 0px;
  }
  .tel_ico2 {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .saiyo_bnr img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }

  .entry h3.course-h3 span {
    width: 40%;
  }
  .entry.pages-page .container-inner {
    padding: 20px 10px;
  }
  h2.news-bar {
    padding: 30px 20px;
  }
  .home .main {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding: 0;
  }
  .co-img {
    width: 50%;
    margin: 0 auto;
  }

  .content01 {
    padding: 20px;
  }
  .home .grid-4.post {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.11);
    background: #fff;
  }
  .g_btn a {
    background: #ff0f26;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 50%;
    margin: 30px auto;
    text-align: center;
    padding: 15px 0;
    position: relative;
    border: 2px solid #ff0f26;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wh50 {
    width: 90%;
    margin: 0 auto;
  }
  .site-title {
    display: block !important;
    width: 35% !important;
    padding-left: 10px !important;
  }
  #nav-header .nav > li > a {
    padding: 8px 0;
    color: #070707;
    text-shadow: none;
    font-weight: bold;
    font-size: 0.84em !important;
    min-height: 50px;
    border-right: 1px solid #070707;
    letter-spacing: -2px;
  }
  .slick-slider {
    margin-top: 200px;
    margin-bottom: -5px;
  }

  .content02 .p90-t {
    padding-top: 40px !important;
  }
  .content02 .container-inner::after {
    content: "";
    position: absolute;
    background: url(images/content02_bg_b.png) no-repeat right bottom;
    z-index: 2;
    bottom: 0;
    right: -90px;
    width: 456px;
    height: 430px;
    background-size: 100% auto;
  }
  .g_btn.btn02 a {
    margin: 50px auto 0;
  }

  .content02 .g_btn.btn02.p90-t.p30-b {
    padding-bottom: 0px !important;
  }
  .content03 .grid-4 {
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 60px;
  }
  .content04 {
    padding: 60px 0 30px;
  }
  .content04 .container-inner:first-of-type > .grid_box {
    margin-top: 40px;
  }
  .content04 .container-inner:first-of-type > .grid_box > .grid-6 {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .content04_txt {
    background: none;
    padding: 0 0 20px;
    margin-top: 0;
    text-align: center;
  }
  .grid_box.btn-ab {
    position: static;
  }
  .g_btn.btn-orange a,
  .g_btn.btn-blue a {
    margin: 10px auto;
  }

  .content05 .g_btn.m100-t {
    margin-top: 150px !important;
  }
  .content05 {
    background: #feffee;
    padding: 40px 0 40px;
  }
  .wh60 {
    width: 90%;
    margin: 0 auto;
  }
  .g_btn.btn04 a {
    width: 80%;
  }
  .content05-inner {
    width: 95%;
  }
  .content06::before {
    background: url(images/content06_bg_rt.png) no-repeat left -50px,
      url(images/content06_bg_lt.png) no-repeat 100% -50px;
  }
  .content06::after {
    background: url(images/content06_bg_rb.png) no-repeat left bottom,
      url(images/content06_bg_lb.png) no-repeat 100% bottom;
    bottom: -70px;
  }
  .content07 {
    padding: 40px 0;
  }
  .content07 .grid-1,
  .content07 .grid-10,
  .content07 .grid-6 {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .content07-inner.m60-t {
    margin-top: 30px !important;
  }
  .map_box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .content08 p.b.red.f20em.m40-t.m30-b {
    font-size: 1.5em;
  }
  .content08 .grid-6 {
    padding-left: 0 !important;
    width: 65%;
    float: none;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .entry p.tel_ico {
    padding-left: 50px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    background-size: 30px;
    letter-spacing: 0;
  }
  .content08-inner {
    padding-bottom: 20px;
  }
  ul#menu-footmenu {
    text-align: left;
  }
  #footer .nav-wrap li {
    width: auto;
    display: inline-block;
  }

  .foot_logo {
    width: 50%;
    margin: 0 auto;
  }
  .foot_det .grid-3 {
    float: none;
    width: 90%;
    margin: 25px auto 30px;
  }
  p.mail_ico {
    width: 80%;
    margin: 20px auto;
  }
  .foot_det .grid-3:nth-of-type(4) {
    text-align: center;
  }
  p.tel_ico2 {
    display: inline-block;
  }
  .content09 .dispay_tab .grid_box {
    margin: 0 auto;
    width: 90%;
  }
  .content09 iframe {
    width: 100% !important;
    margin: 20px auto;
  }
  .content09 img {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 738px) {
}
@media only screen and (max-width: 768px) {
  section.res-slide {
    margin-top: 0;
  }
  .member-list:nth-of-type(4n) .member-hide {
    margin-left: 0;
  }
  .f_bnr {
    padding: 3%;
  }
  .f_bnr .inner figure {
    margin-bottom: 0.6em;
  }
  .f_bnr .inner figure img {
    width: 50%;
  }
  .f_bnr .inner ul li {
    width: 49%;
    margin-bottom: 0.4em;
  }

  .yousu_txt {
    font-size: 0.9em;
  }

  .entry table.dairy-sche {
    width: 100%;
  }
  .entry table.dairy-sche th {
    width: 50px;
  }
  .entry table.dairy-sche td {
    padding: 20px 10px;
  }
  .daily-ttl {
    width: 95%;
    font-size: 1em;
  }
  .entry table.dairy-sche td.illarea01::after {
    background: url(images/daily_01.png) no-repeat;
    top: 30px;
    right: 10px;
    width: 100px;
    height: 100px;
  }
  .entry table.dairy-sche td.illarea02::after {
    background: url(images/daily_02.png) no-repeat;
    top: 110px;
    right: 5px;
    width: 120px;
    height: 100px;
  }
  .entry table.dairy-sche td.illarea03::after {
    background: url(images/daily_03.png) no-repeat;
    top: 15px;
    right: 10px;
    width: 120px;
    height: 100px;
  }
  .entry table.dairy-sche td.illarea04::after {
    background: url(images/daily_04.png) no-repeat;
    bottom: 10px;
    right: 10px;
    width: 130px;
    height: 100px;
  }
  .entry .content06 .container-inner {
    background-size: auto 75%;
  }
  p.nagare {
    padding: 50px;
  }
  .entry table.step-tb {
    font-size: 1em;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .use-box {
    position: relative;
    margin-bottom: 40px;
    background-size: 100% 100%;
    padding: 80px 0;
  }
  p.step {
    font-size: 1.2em;
    top: 20px;
  }
  .home .entry h3.post-title a {
    color: #070707;
    font-weight: bold;
    font-size: 15px;
  }
  .step03 p.step,
  .step04 p.step,
  .step07 p.step {
    top: 0;
  }
  .step06 p.step {
    top: 20px;
  }
  .use-box::after {
    bottom: -60px;
  }
  .entry table td.step-tb-r {
    padding-left: 20px;
  }
  .entry td.step-tb-l {
    padding-left: 30px;
  }
  .use-box.step02::after,
  .use-box.step06::after {
    bottom: -40px;
  }
}
@media only screen and (max-width: 738px) {
  p.nagare {
    padding: 20px 0;
    font-size: 0.8em;
  }
  .entry .content06 .container-inner {
    background: url(images/nagare_bg_sp2.png) no-repeat left -20px top 0,
      url(images/nagare_bg_sp.png) no-repeat right -10px top 0;
    background-size: auto 75%;
  }
  .b_btn01,
  .b_btn02 {
    padding-right: 0;
  }
  .use-box {
    margin-bottom: 80px;
    background-size: 100% 100%;
    padding: 40px 0 30px;
    font-size: 0.8em;
  }
  .use-box::after {
    bottom: -95px;
    background-size: 60%;
  }
  .use-box.step02 {
    background-size: 100% 100%;
  }
  .use-box.step03 {
    background-size: 100% 100%;
  }
  .use-box.step04 {
    background-size: 100% 100%;
  }
  .use-box.step05 {
    background-size: 100% 100%;
  }
  .use-box.step06 {
    background-size: 100% 100%;
  }
  .use-box.step07 {
    background-size: 100% 100%;
  }
  .use-box.step02::after {
    bottom: -90px;
  }
  .use-box.step03::after {
    bottom: -95px;
  }
  .use-box.step06::after {
    bottom: -95px;
  }

  .entry table.step-tb {
    width: 94%;
  }
  p.step span {
    font-size: 1.3em;
    padding-left: 5px;
  }
  .entry td.step-tb-l {
    font-size: 1.1em;
    padding-left: 0;
    width: 28%;
    letter-spacing: -1px;
  }
  .entry table td.step-tb-r {
    padding-left: 10px;
    width: 68%;
  }
  .entry .step05 td.step-tb-l {
    color: #f2b100;
    font-size: 1em;
  }
  p.step {
    font-size: 1.12em;
    top: 0px;
    left: 15px;
    padding: 12px 0;
  }
  .step05 p.step {
    background: #f2b100;
    top: 0;
  }
  .step06 p.step {
    top: 0;
  }
  .accordionbox {
    width: 100%;
    background: none;
    margin: 0 auto 40px;
    padding: 0 0;
    border-bottom: 1px solid #8c8c8c;
    font-size: 0.8em;
  }
  .accordionlist dt {
    padding: 10px 40px 10px 0;
    position: relative;
  }
  .hexagon span {
    padding: 10px 15px 15px;
    margin-right: 15px;
    display: block;
  }
  p.hexagon {
    float: left;
    padding-top: 10px;
    position: relative;
    padding-left: 55px;
  }
  p.hexagon.hx_a {
    padding-left: 55px;
  }
  .accordion_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    background: #e6e6e6;
    right: 0;
    top: 32px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 14px;
  }
  .accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    left: 8px;
  }

  .accordion_icon.active span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 14px;
  }

  .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    left: 8px;
  }

  .staff_box {
    margin-top: 60px;
    font-size: 0.8em;
  }
  .staff_txt:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -20px;
    margin-top: -60px;
    border: 10px solid transparent;
    border-right: 10px solid #fff2ec;
  }
  .staff_txt {
    float: right;
    width: 68%;
    background: #fff2ec;
    padding: 15px 15px 5px 15px;
    position: relative;
    border-radius: 5px;
    line-height: 1.4;
  }
  .entry p.staff_name {
    margin-bottom: 10px;
  }
  .staff_img {
    float: left;
    width: 30%;
    margin-right: 5px;
  }
  .staff_box .m80-t {
    margin-top: 20px !important;
  }
  .entry p.staff_small {
    width: 100%;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .entry p.staff_small span.staff_small_l {
    margin-right: 5px;
    width: 45px;
    display: block;
    float: left;
  }

  .entry p.staff_small span.staff_small_r {
    display: block;
    float: left;
    width: 70%;
    margin-top: 5px;
  }
  .entry p.staff_small::after {
    content: "";
    display: block;
    clear: both;
  }

  .concept01 {
    background: url(images/bg_star_b.png) no-repeat right 0px bottom -50px,
      url(images/bg_star_t.png) no-repeat left 0px top -50px, #f6f593;
    position: relative;
    padding: 100px 30px 70px;
    line-height: 1.7;
    margin-top: 100px;
    background-size: 70%;
    font-size: 0.8em;
  }
  .concept01::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 200px;
    background: url(images/concept_t.png) no-repeat;
    right: 10px;
    top: -90px;
    background-size: 100%;
  }
  .concept01::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 180px;
    background: url(images/concept_b.png) no-repeat;
    left: 0;
    bottom: -110px;
    background-size: 100%;
  }
  .entry h2.page-h2-01 {
    margin: 250px auto 30px;
    position: relative;
  }
  .entry h2.page-h2-01 span {
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 100;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  }
  .entry h2.page-h2-01::before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: -30px;
    width: 95%;
    z-index: -1;
    background: url(images/bg_boder.gif) repeat, #ffc2c2;
  }
  .entry h2.page-h2-01::after {
    content: "";
    position: absolute;
    top: -60px;
    bottom: -40px;
    width: 70%;
    z-index: -2;
    border-bottom: 160px solid #ffabab;
    border-left: 40px solid transparent;
    height: 0;
    right: 0;
  }
  .entry h3.page-h3-01 {
    position: relative;
    background: #8affdd;
    text-align: center;
    margin: 50px 10px 30px;
    font-weight: bold;
    font-size: 0.9em;
    padding: 50px 30px 20px;
    letter-spacing: -1px;
    min-height: 100px;
  }
  .entry h3.page-h3-01:first-of-type {
    margin: 100px 10px 30px;
  }
  .entry h3.page-h3-01 span.w-spanbox {
    background: #fff;
    padding: 4px 20px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    position: absolute;
    left: 8%;
    top: 15px;
    /* display: block; */
  }
  .toku_txt {
    font-size: 0.9em;
  }
  .txt_box {
    font-size: 0.84em;
  }
  .entry h3.course-h3 span {
    display: block;
    background: #fff;
    width: 30%;
    text-align: center;
    font-size: 0.8em;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 5px;
  }
  .entry h3.course-h3 {
    position: absolute;
    top: 72%;
    background: rgba(217, 255, 100, 0.9);
    width: 80%;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px;
  }
  .entry p.txt-box {
    font-size: 0.84em;
    margin-top: 30px;
  }
  .entry h3.page-h3-01::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 60px 20px 60px 0;
    right: 0;
  }
  .entry h3.page-h3-01::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 60px 0 60px 20px;
    left: 0;
  }
  .clearfix.m60-t > .grid-6.al-c.m60-b {
    margin-bottom: 30px !important;
  }
  span.y-box-r a {
    background: #fff95e;
    color: #070707;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: -20px;
    z-index: 100;
    border-radius: 50px;
    font-size: 0.8em;
  }
  h2.news-bar span a {
    width: 40px;
    height: 40px;
    right: 0px;
    top: -10px;
  }
  h2.news-bar span a::after {
    right: 15px;
    width: 10px;
    height: 10px;
    top: 15px;
  }
  h2.news-bar {
    background: #e8e8e8;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 20px;
  }
  .g_btn.btn05 a {
    width: 80%;
  }
  .map_area {
    border: 5px solid #ff7979;
    padding: 50px 20px;
    font-size: 0.84em;
  }
  .map_ttl {
    position: absolute;
    top: -45px;
    left: 16%;
    background: url(images/map_ico2.png) no-repeat left 35px center, #fff;
    padding: 20px 60px 20px 80px;
    font-size: 1.1em;
    background-size: 20px;
  }
  .gakko {
    font-size: 0.84em;
  }
  .entry h2.page-h2-02 {
    background: url(images/pb_g.png) repeat-x left bottom;
    margin: 20px 0 30px;
    font-size: 1.14em;
    padding: 30px 20px 20px;
  }
  .entry h2.page-h2-03 {
    margin: 20px 0 30px;
    font-size: 1.14em;
    padding: 30px 20px 20px;
  }
  .entry h2.page-h2-04 {
    margin: 20px 0 30px;
    font-size: 1.14em;
    padding: 30px 20px 20px;
  }
  p.tel_box {
    padding: 0 0 0 25px;
    font-size: 1.2em;
    margin-top: 0;
    background-size: 20px;
  }
  .class_img {
    position: relative;
    width: 30%;
  }
  .class_det {
    width: 60%;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 0.74em;
    letter-spacing: -1px;
  }
  .class_det01 {
    margin-left: 0;
  }
  .flag {
    font-size: 0.8em;
    padding: 60px 0 40px;
  }

  p.y_box {
    width: 100%;
    padding: 5px;
  }
  .menubnr-area img {
    width: 100%;
  }
  .menubnr-area a {
    margin: 10px;
    display: block;
  }
  .menubnr-area a.fb_bnr {
    display: block;
    background: #fff;
    padding: 10px 50px;
    margin: 30px 0;
  }

  .menubnr-area a.jikohyoka_bnr {
    display: block;
    background: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
    color: #333;
    font-size: 0.8em;
  }

  .multiple-item .slick-slide {
    margin: 0;
  }

  .multiple-item .slick-dots {
    bottom: 10px !important;
    width: 85%;
  }

  .blog-top {
    margin-top: 60px;
  }

  .home .page-widget {
    padding: 0 !important;
    margin-left: -25%;
  }
  .b_btn01 a,
  .b_btn02 a,
  .b_btn03 a {
    text-align: left;
    padding-left: 40px;
    height: 50px;
    background-size: 20px auto;
    padding-top: 12px;
    font-size: 0.8em;
    margin: 0 auto 30px;
  }
  .b_btn03 a {
    padding-top: 5px;
  }
  .b_btn03 a br {
    display: block;
  }

  #nav-header .nav > li > a {
    font-size: 0.84em;
  }
  .site-title {
    width: 64% !important;
    z-index: 100;
    margin: 0 auto;
    margin-left: 14%;
    top: 3px !important;
  }
  .site-title img {
    max-height: 65px;
    padding-right: 0;
    padding-left: 0px;
  }
  #logo-small {
    top: 5px;
    text-align: center;
    float: none;
    max-height: 55px;
    position: relative;
    opacity: 1 !important;
    z-index: 9999;
  }
  .home #nav-header {
    float: none;
    height: 50px;
    padding-top: 0 !important;
    top: 0 !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    width: 25px !important;
    height: 4px !important;
    content: " ";
    left: 5px !important;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.7);
    color: #000 !important;
    background: #a2c789 !important;
  }

  a.nav-toggle {
    background: #f6f6f6;
    border: 1px solid #ececec;
  }

  .nav-toggle span.menuname {
    bottom: -2px;
    background: none !important;
    font-weight: bold;
    font-size: 0.8em;
    left: 4px !important;
    color: #000;
    letter-spacing: -1px;
  }
  .nav-toggle span:nth-child(1) {
    top: 2px !important;
  }
  .nav-toggle span:nth-child(2) {
    top: 10px !important;
  }
  .tel-tap {
    border: 1px solid #ececec;
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 40px;
    width: 40px;
    height: 65px;
    padding: 30px 10px 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    background: url(images/sp/icon_02.png) no-repeat center 12px, #f6f6f6;
    background-size: 20px;
    color: #000;
  }
  .tel-tap span.menuname {
    bottom: 4px;
    position: absolute;
    left: 12px;
  }
  .page #nav-header,
  .archive #nav-header,
  .single #nav-header,
  .search #nav-header,
  .error404 #nav-header {
    background-color: rgba(255, 255, 255, 0.88) !important;
    top: 0 !important;
    width: 100%;
    height: 75px !important;
    border-bottom: none;
  }
  .slick-slider {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  article {
    margin: 0 !important;
  }
  .entry h2.content-ttl {
    color: #070707;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-top: 5px;
  }
  .entry .container-inner {
    padding: 20px 0;
    font-size: 1.14em;
  }
  .g_btn a {
    background: #ff0f26;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 80%;
    margin: 30px auto;
    text-align: center;
    padding: 15px 0;
    position: relative;
    border: 2px solid #ff0f26;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.8em;
  }

  .content01 {
    padding: 20px 10px;
  }
  .home .content01 .grid_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .home .grid-4.post {
    width: 100%;
    float: none;
    margin: 5px 0 !important;
  }
  .home .entry h3.post-title a {
    color: #070707;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
  }
  .home .post_description .post-meta {
    display: block !important;
    display: inline-block;
  }
  .post-inner .post_description {
    padding-top: 0;
    float: left;
    width: 75%;
    min-height: auto;
  }
  .entry h3.post-title {
    line-height: 1;
  }

  .content02 {
    padding: 30px 0 0;
    background: url(images/content02_bg_rt.png) no-repeat left -50px,
      url(images/content02_bg_rb.png) no-repeat left bottom,
      url(images/content02_bg_lb.png) no-repeat right bottom,
      url(images/content02_bg_lt.png) no-repeat right -80px, #d8fffb;
    background-size: 40%;
  }
  .content02 .container-inner::after {
    content: "";
    position: absolute;
    background: url(images/content02_bg_b.png) no-repeat right bottom;
    z-index: 2;
    bottom: 0px;
    right: -90px;
    width: 306px;
    height: 250px;
    background-size: 100% auto;
  }
  .content02_txt {
    background: url(images/content02_bg1.png) no-repeat center top;
    padding: 40px 0;
    background-size: 90% 90%;
    font-size: 0.8em;
  }

  .content02 p.b.f16em.m40-b {
    font-size: 1.2em;
    margin-bottom: 20px !important;
    line-height: 1.5;
  }
  .content02 p.b.f12em.m30-b {
    font-size: 1.2em;
    margin-bottom: 20px !important;
    line-height: 1.5;
  }
  .content02 p.wh50.tlh-16.m80-b {
    font-size: 0.86em;
    width: 95%;
    line-height: 1.8;
    margin-bottom: 40px !important;
  }
  .content02_txt .f16em br,
  .content02_txt .f12em br {
    display: block;
  }
  .content02 .p90-t {
    padding-top: 20px !important;
  }
  .content03 .f11em.m20-t.m50-b {
    font-size: 0.86em;
    width: 95%;
    margin: 0 auto 20px !important;
  }
  .content03 {
    padding: 30px 0 60px;
    background: url(images/memphis-colorful.png) repeat;
    background-size: 100%;
  }
  .content03 .grid-4 {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .co-ttl {
    text-align: center;
    margin: 20px auto 0;
    font-size: 1.1em;
    font-weight: bold;
    min-height: auto;
  }
  .co-img {
    width: 50%;
    margin: 0 auto;
  }
  .content04 {
    padding: 30px 0;
  }
  .content04_txt {
    font-size: 0.86em;
    width: 100%;
    margin: 0 auto !important;
  }
  .content04 .grid-6 {
    width: 100%;
  }
  .g_btn.btn03 a {
    background: #fff;
    border: 6px solid #57c2ff;
    width: 100%;
    color: #464646;
    text-align: left;
    padding: 20px 38px 20px 15px;
    font-size: 0.86em;
    letter-spacing: -1px;
    margin: 0 auto 10px;
  }
  .content04 .container-inner > .grid_box + .grid_box {
    margin-top: 0;
  }
  .content04 .container-inner .al-c + .grid_box {
    /* margin-top: 60px; */
    margin: 0 0 0;
  }
  .g_btn.btn-orange a,
  .g_btn.btn-blue a {
    margin: 5px auto;
    font-size: 1em;
    padding: 20px 0;
  }
  .content05-inner {
    overflow: hidden;
    width: 100%;
    padding: 0 20px 0 10px;
    margin-top: 40px;
  }
  .content05-inner .content05_txt {
    font-weight: bold;
    padding: 20px;
    background: #fff6c8;
    line-height: 2;
    position: relative;
    font-size: 0.8em;
    margin: 0 auto 20px;
  }
  .content05-inner .content05_txt::before {
    position: absolute;
    display: block;
    content: "";
    background: url(images/honda.png) no-repeat center top;
    width: 200px;
    height: 300px;
    background-size: 100% auto;
    right: -70px;
    bottom: -10px;
  }
  .content05-inner .content05_txt::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    background: url(images/txt_bg.gif) repeat;
    right: -10px;
    bottom: -10px;
    left: 10px;
    top: 10px;
  }

  .content06::before {
    background: url(images/content06_bg_rt.png) no-repeat left -50px,
      url(images/content06_bg_lt.png) no-repeat right -120px top -50px;
  }
  .content06::after {
    background: url(images/content06_bg_rb.png) no-repeat left -10px bottom 22px,
      url(images/content06_bg_lb.png) no-repeat left 100% bottom 20px;
    bottom: -70px;
    background-size: 30%;
  }
  .content06 p.t-fgreen.bg-slash.b.f12em {
    font-size: 0.8em;
  }
  .bg-slash span::before {
    left: -30px;
  }
  .bg-slash span::after {
    right: -30px;
  }
  .content06-inner {
    width: 95%;
    margin: 0 auto;
  }
  .content06 p.m40-t.m50-b.b.f20em {
    font-size: 1.4em;
    margin-bottom: 20px !important;
  }
  .content06 p.f11em.wh60.f11em {
    font-size: 0.86em;
    margin-top: 10px;
  }
  .content06 {
    background: #8afdf9;
    padding: 40px 0 10px;
    position: relative;
  }
  .content07 .grid-1 {
    display: none;
  }
  .content07 .grid-1,
  .content07 .grid-10,
  .content07 .grid-6 {
    float: none;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  p.map_ico {
    background-size: 15px;
  }
  .content07 .g_btn.btn02 a {
    margin: 10px auto 0;
  }
  .content08 {
    padding: 40px 0;
  }
  .content08-inner {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 0;
  }
  .content08 .content-ttl + p.b {
    font-size: 0.9em;
  }
  .content08 p.b.red.f20em.m40-t.m30-b {
    font-size: 1.14em;
    letter-spacing: -1px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .entry p.tel_ico {
    padding-left: 40px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    background-size: 30px;
    letter-spacing: -1px;
    font-size: 1.2em;
    color: #000;
  }
  .entry p.tel_ico a {
    color: #000;
  }
  .content09 {
    padding: 20px 0;
  }
  .fb_page_plugin_area {
    width: 90%;
    margin: 0 auto;
  }
  .foot_logo {
    width: 60%;
    margin: 20px auto;
  }
  .foot_det .grid-3 {
    float: none;
    width: 95%;
    margin: 0 auto;
    font-size: 0.9em;
    border-top: none;
    text-align: center;
  }

  .foot_det .grid-3:nth-of-type(3) {
    text-align: center;
  }
  .foot_det .grid-3:nth-of-type(3) img {
    width: 200px;
  }
  .foot_det p.m15-t {
    margin-top: 5px !important;
  }
  p.mail_ico {
    width: 80%;
    margin: 5px auto;
  }
  footer#footer {
    background: #f1f1f1;
    padding: 0;
    margin-bottom: 50px;
  }
  .map_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.tel_ico2 {
    font-size: 2.4em;
    display: inline-block;
    margin-top: 20px;
    color: #000 !important;
  }
  p.tel_ico2 a {
    color: #000 !important;
  }
  .container-inner.foot_det {
    padding-top: 0px;
    border-top: 1px solid #fff;
  }
  .co-det {
    text-align: center;
    font-size: 0.86em;
  }
  #foot_kotei {
    position: fixed;
    bottom: 0;
    margin-top: 50px;
    width: 100%;
    z-index: 10000;
  }
  #foot_kotei a {
    width: 49.9%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -2px;
  }

  #foot_kotei a img {
    width: 100%;
  }

  #sidr {
    background-color: rgb(255, 104, 104) !important;
    box-shadow: none !important;
  }
  .sidr ul {
    display: block;
    margin: 10px 0 15px !important;
    padding: 0;
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
  }
  .sidr ul li {
    display: block;
    margin: 0;
    line-height: 30px;
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
  }
  .sidr ul li a {
    padding: 10px 15px !important;
  }
  .sidr ul li a br {
    content: "";
  }

  .sidr ul li a br::after {
    margin-right: 5px;
    content: "";
  }
  .page .main,
  .single .main,
  .archive .main,
  .search .main,
  .error404 .main {
    margin-top: 10px !important;
    padding-top: 0 !important;
    padding: 0;
  }
  .page .page-title.pad,
  .single .page-title.pad,
  .archive .page-title.pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .page .content > .page-title .container-inner,
  .archive .content > .page-title .container-inner,
  .single .content > .page-title .container-inner {
    background: url(images/header_bg_lt.png) no-repeat left -60px top -70px,
      url(images/header_bg_lb.png) no-repeat left -40px bottom -90px,
      url(images/header_bg_rt.png) no-repeat right -80px top -50px,
      url(images/header_bg_rb.png) no-repeat right -40px bottom -90px, #fffbdb;
    background-size: 40%;
  }

  .single .content > .page-title.textbook .container-inner,
  .archive .content > .page-title.textbook .container-inner {
    background: url(images/header_gr_bg_lt.png) no-repeat left -60px top -70px,
      url(images/header_gr_bg_lb.png) no-repeat left -40px bottom -90px,
      url(images/header_gr_bg_rt.png) no-repeat right -80px top -50px,
      url(images/header_gr_bg_rb.png) no-repeat right -40px bottom -90px,
      #ebfff7;
    background-size: 40%;
  }

  .single .content > .page-title.kagayakiblog .container-inner,
  .archive .content > .page-title.kagayakiblog .container-inner {
    background: url(images/header_bu_bg_lt.png) no-repeat left -60px top -70px,
      url(images/header_bu_bg_lb.png) no-repeat left -40px bottom -90px,
      url(images/header_bu_bg_rt.png) no-repeat right -80px top -50px,
      url(images/header_bu_bg_rb.png) no-repeat right -40px bottom -90px,
      #e7f5ff;
    background-size: 40%;
  }
  .single .content > .page-title.growth .container-inner,
  .archive .content > .page-title.growth .container-inner {
    background: url(images/header_pi_bg_lt.png) no-repeat left -60px top -70px,
      url(images/header_pi_bg_lb.png) no-repeat left -40px bottom -90px,
      url(images/header_pi_bg_rt.png) no-repeat right -80px top -50px,
      url(images/header_pi_bg_rb.png) no-repeat right -40px bottom -90px,
      #ffeeee;
    background-size: 40%;
  }
  .content > .page-title .container-inner {
    padding: 20px 0 10px;
  }
  .page .container-inner h1.post-title.entry-title,
  .single .container-inner h1.post-title.entry-title,
  .archive .container-inner h1.entry-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #292929;
    padding: 0;
  }
  .entry ul.contact-header {
    width: 100%;
    background: #ececec;
    list-style: none;
    margin: 10px auto 40px;
    text-align: center;
    font-weight: bold;
    color: #afafaf;
  }
  .wpcf7c-elm-step1,
  .wpcf7c-elm-step2,
  .wpcf7c-elm-step3 {
    font-size: 0.86em;
    width: 90%;
    margin: 0 auto;
  }
  .entry table.contact-form tr,
  .entry table.contact-form th,
  .entry table.contact-form td {
    display: block;
    font-size: 0.86em;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea,
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="date"],
  .wpcf7 select {
    display: block;
    float: none;
  }

  input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm,
  input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    width: auto;
    max-width: 100%;
    font-size: 0.9em;
  }
  .entry table.contact-form {
    width: 95%;
    margin: 0 auto;
  }

  .single h2.post-title.entry-title {
    font-size: 1.4em;
  }
  .single .container-inner > .pad,
  .archive .pad.group .container-inner {
    padding: 60px 10px;
    line-height: 1.6;
  }
  .contactbtn a {
    background: url(images/sp/ico_mail.png) no-repeat center 8px,
      url(images/sp/btn_bg.gif) repeat;
    background-size: 30px auto, auto;
    height: 70px;
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    padding: 34px 11px 12px 12px;
    line-height: 1.4;
    z-index: 100000;
  }

  .content03 .f11em.m20-t.m50-b br {
    display: none;
  }
  .content04_txt br {
    display: none;
  }
  #head_space {
    margin-top: 65px !important;
  }
  .nav-toggle {
    cursor: pointer;
    height: 70px;
    width: 60px;
  }
  .nav-toggle div {
    margin: 10px !important;
    width: 30px !important;
    height: 30px !important;
    position: relative;
  }
  .sidr.left {
    z-index: 10000 !important;
  }
  .g_btn.btn-orange a::before,
  .g_btn.btn-blue a::before {
    border-top: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    top: 40%;
    right: 20px;
  }
  .archive .post-inner .post-thumbnail {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .archive .post_description {
    text-align: left;
    padding: 0;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .archive .excerpt {
    display: block;
  }
  .post-list .post,
  .post-list .page,
  .post-list-3c .post {
    width: 100%;
    box-sizing: border-box;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .flex.prgg div {
    width: 100%;
  }
  .class_img.fl-ll {
    float: none;
  }
  .class_img {
    position: relative;
    width: 87%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .class_det.fl-ll {
    float: none;
  }
  #head_space {
    margin-top: 65px !important;
  }
  .co-img {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {
  .site-title {
    width: 50% !important;
    z-index: 100;
    margin: 0 auto;
    margin-left: 20%;
    top: 10px !important;
  }
  .g_btn.btn-orange a,
  .g_btn.btn-blue a {
    margin: 5px auto;
    font-size: 0.8em;
    padding: 20px 0;
  }

  .content05 .g_btn.m100-t {
    margin-top: 200px !important;
  }
  .content06::after {
    background: url(images/content06_bg_rb.png) no-repeat left -10px bottom 40px,
      url(images/content06_bg_lb.png) no-repeat left 100% bottom 30px;
    bottom: -70px;
    background-size: 30%;
  }
  .content06 p.m40-t.m50-b.b.f20em {
    font-size: 1.2em;
    margin-bottom: 20px !important;
  }
  .entry p.tel_ico {
    padding-left: 40px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    background-size: 30px;
    letter-spacing: -1px;
    font-size: 1.08em;
    color: #000;
  }
  .g_btn.btn-orange a::before,
  .g_btn.btn-blue a::before {
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    top: 40%;
    right: 15px;
  }
  .content08 p.b.red.f20em.m40-t.m30-b {
    font-size: 1.1em;
    letter-spacing: -1px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
  }
  .g_btn.btn04 a {
    width: 98%;
  }
}

.content07-inner .grid-10 {
  background: #f9f9f9;
  padding: 20px;
}
.btn-pr a {
  margin: 60px auto;
  width: 320px;
  text-align: center;
  display: block;
  padding: 1em;
  text-decoration: none;
  background: #e75532;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 4px #b14709;
  border-radius: 10px;
}

.btn-pr a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.acarea {
  clear: both;
  padding-top: 10px;
}
#acMenu {
  margin-top: 10px;
}
#acMenu dt {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  /* border: #666 1px solid; */
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
  background: #f7f7e3;
  border-bottom: 3px solid #fff;
}

#acMenu dt::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 30%;
}
#acMenu dd {
  width: 100%;
  height: auto;
  text-align: left;
  border: #666 1px solid;
  display: none;
  padding: 10px;
}
#acMenu dt.active::after {
  content: "▲";
  position: absolute;
  right: 10px;
  top: 30%;
}

.wpcf7 p.attl {
  float: none;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 20px;
  padding-bottom: 5px;
  color: #f13543;
  border-bottom: 1px dotted #f13543;
}

.wpcf7 #acMenu dd p {
  float: none;
}

/*ここからはじまりのまち*/

.entry table.ju-tb td.ju-ttl {
  font-size: 1.1em;
  font-weight: bold;
  background: #f5f5f5;
}

.font-ad1 {
  font-family: sketchnote-square, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-ad2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-btop {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 20px auto 60px;
  font-weight: bold;
}

.btn-sq a {
  position: relative;
  display: block;
  padding: 1.5em 0.5em 1.5em 60px;
  text-decoration: none;
  color: #fff;
  background: #ff7742;
  border-bottom: solid 2px #6b341f;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  text-align: left;
  max-width: 320px;
  margin-top: 60px;
  font-size: 1.1rem;
  margin: 0 auto;
}

.btn-sq.gr a {
  position: relative;
  display: block;
  padding: 1.5em 0.5em 1.5em 60px;
  text-decoration: none;
  color: #fff;
  background: #4cc186;
  border-bottom: solid 2px #1d1f1e;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  text-align: left;
  max-width: 320px;
  margin-top: 60px;
  font-size: 1.1rem;
  margin: 0 auto;
}

.btn-sq a:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.btn-sq.gr a:active {
  border-bottom: solid 2px #78e27b;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.btn-sq a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

h3.sv-ttl {
  color: #ff7742;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}
.sv-item-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sv-item-inn figure {
  width: 30%;
}
.sv-txt {
  width: 67%;
  line-height: 1.8;
}
.sec002 {
  background: url(images/hajimari/sv_foot.png) no-repeat center 108%,
    url(images/hajimari/sv_bg.png) repeat;
  background-size: 80%, 100%;
  padding-bottom: 110px;
}

.sv-item {
  background: #fff;
  margin: 0 auto 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #aac393;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  position: relative;
}
p.ninen {
  position: absolute;
  right: -10px;
  width: 150px;
  top: -80px;
}
.entry p.ttl-b {
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  font-size: 1.3em;
}
.y-area {
  background: #ffffed;
  padding: 0 10px;
}

.sec003 {
  background: url(images/hajimari/news_bg.png) repeat;
}

.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
  background: #fff;
  /* font-size: 14px; */
  border-radius: 20px;
  border: 1px solid #333;
  min-height: 10em;
  position: relative;
}
a.tab-inn {
  position: absolute;
  display: inline-block;
  right: 10px;
  bottom: 20px;
  text-decoration: underline;
}
ul.top-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

ul.top-tab li {
  list-style: none;
}

ul.top-tab li a {
  color: #fff;
}

ul.top-tab li {
  list-style: none;
  width: 45%;
  background: #ff7742;
  padding: 10px;
  margin-bottom: -15px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.1rem;
}

ul.top-tab li.active {
  background: #375641;
}
.entry h3.post-title {
  font-size: 16px;
  border-bottom: dotted 1px #333;
  padding-bottom: 15px;
}
.content .tabContents .post-byline {
  font-size: 12px;
}
.tabContents .post-inner.post-hover {
  padding: 10px;
}

section.sec004 {
  background: url(images/hajimari/staff_bg.png) repeat;
  background-size: cover;
}

.sec004-inn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.sec004 .container-inner {
  padding: 60px 0 0;
}
.sec004-inn img {
  object-fit: cover;
}

.sec004-inn figure {
  width: 48%;
}

.sec004-inn .sec004-inn-r {
  width: 50%;
}

.sec004-inn-r .btn-sq a {
  margin-left: 0;
}

.content08 {
  padding: 60px 0;
  background: #f4f4f4;
}
.content08-inner {
  background: #fffdf3;
  width: 83%;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  border: 4px solid #92c3a3;
  padding: 40px;
}

.content08-inner::after {
  content: "";
  width: 200px;
  height: 0;
  padding-top: 26%;
  background: url(images/hajimari/contact_staff.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -4px;
}
.content09 .grid_box {
  text-align: center;
  margin: 0 0 20px 0;
}

.post-meta {
  display: block !important;
}
.page #nav-header,
.archive #nav-header,
.single #nav-header,
.search #nav-header,
.error404 #nav-header {
  border-bottom: 5px solid #72ba8b;
}

section.res-slide {
  margin-top: 200px;
}

.entry table.ju-tb th {
  background: #def39f;
  font-size: 1.1em;
  text-align: left;
  padding: 10px 20px;
}
.entry table.ju-tb td {
  font-size: 0.9em;
  background: #fff;
  text-align: left;
  padding: 10px;
}
.ju-tb p.tel_box {
  background: url(images/icon_01.png) no-repeat;
  padding: 0 0 0 35px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  background-size: contain;
}

.about-msg {
  padding: 10px 40px 300px;
  font-size: 16px;
  background: url(images/hajimari/about_1.png) no-repeat center bottom, #eef3f3;
  background-size: 90%;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  /* text-align: center; */
  line-height: 1.5;
}
.entry p.about-ttl {
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 4px 3px 0px #fff;
}
.entry p.about-ttls {
  font-weight: bold;
}

.sv-box {
  background: #fbf9f3;
  padding: 20px;
  margin: 30px 0;
  position: relative;
}
h2.type-sv {
  font-weight: bold;
  /* font-size: 1.6em; */
  color: #ff7742;
  text-align: center;
  margin: 0 0 30px;
}

.sv-box figure {
  margin: 0 auto 20px;
  text-align: center;
}

.entry .sv-box h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #ff7742;
}
.sv-prg .txt_box {
  margin-bottom: 30px;
}
.sv-prg {
  background: #fff;
  padding: 60px 20px;
  margin: 40px 0;
  position: relative;
}
p.prog-ttl {
  position: absolute;
  background: #3c630d;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px;
  top: -20px;
}
p.sv-big {
  text-align: center;
  background: #defab6;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.8em;
}
.use-box .btn-sq a {
  background: #ff2e3d;
  padding: 10px 0 10px 50px;
}
.v-img.fl-ll img {
  border-radius: 50%;
  display: block;
  width: 60%;
  padding: 20px;
  box-shadow: 1px 1px 6px #dedede;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 738px) {
  p.ninen {
    position: absolute;
    right: 20px;
    width: 60px;
    top: -25px;
  }
  .about-msg {
    padding: 10px 10px 150px;
    font-size: 14px;
    background: url(images/hajimari/about_1.png) no-repeat center bottom,
      #eef3f3;
    background-size: 90%;
  }

  .page #nav-header,
  .archive #nav-header,
  .single #nav-header,
  .search #nav-header,
  .error404 #nav-header {
    border-bottom: none;
  }
  .entry h2.content-ttl {
    font-size: 26px;
  }
  .entry .container-inner {
    padding: 20px 10px;
    font-size: 1.14em;
  }

  .sv-txt {
    width: 67%;
    font-size: 12px;
  }

  .btn-sq a {
    position: relative;
    display: block;
    padding: 1.2em 0.5em 1.2em 60px;
    text-decoration: none;
    color: #fff;
    background: #ff7742;
    border-bottom: solid 2px #6b341f;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
      0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align: left;
    max-width: 320px;
    margin-top: 60px;
    font-size: 1rem;
    margin: 0 auto;
  }
  .sec002 {
    background: url(images/hajimari/sv_foot.png) no-repeat center bottom,
      url(images/hajimari/sv_bg.png) repeat;
    background-size: 100%, 100%;
    padding-bottom: 80px;
  }
  ul.top-tab li {
    list-style: none;
    width: 48%;
    background: #ff7742;
    padding: 10px;
    margin-bottom: -15px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.8rem;
    height: 40px;
  }

  ul.top-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 15px 15px 15px;
  }

  .text-btop {
    font-size: 1rem;
    line-height: 1.7;
    margin: 20px auto 30px;
    font-weight: bold;
  }
  .sec004-inn-r .text-btop {
    font-size: 12px;
    margin: 20px auto;
  }
  .sec004-inn-r .text-btop br {
    display: none;
  }
  .sec004-inn figure {
    width: 60%;
    margin-left: -10px;
  }
  .sec004-inn .sec004-inn-r {
    width: 50%;
    margin-left: -5px;
  }
  .sec004-inn {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 0 10px;
  }
  section.sec004 .container-inner {
    padding: 40px 0 0;
  }
  .content08-inner {
    background: #fffdf3;
    width: 85%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    border: 4px solid #92c3a3;
    padding: 20px;
  }
  .content08-inner::after {
    content: "";
    width: 100px;
    height: 0;
    padding-top: 35%;
    background: url(images/hajimari/contact_staff.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: -4px;
  }
  #sidr {
    background-color: rgb(136 197 159) !important;
    box-shadow: none !important;
  }

  .contactbtn a {
    background: url(images/sp/ico_mail.png) no-repeat center 8px, #a2c789;
    background-size: 30px auto, auto;
    height: 70px;
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    padding: 34px 11px 12px 12px;
    line-height: 1.4;
    z-index: 100000;
  }
  .class_det {
    width: 90%;
    margin: 20px auto;
    line-height: 1.6;
    font-size: 0.74em;
    letter-spacing: -1px;
  }
  .entry table.ju-tb td,
  .entry table.ju-tb th {
    width: 100%;
    display: block;
  }
  .entry table.ju-tb td.ju-ttl {
    font-size: 1.1em;
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px 20px;
  }
  .entry h2.page-h2-03 {
    margin: 20px 0;
    font-size: 1em;
    padding: 30px 20px 20px;
    letter-spacing: -2px;
  }
  .v-img.fl-ll {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  section.res-slide {
    margin-top: 0px;
  }
}

/*追加*/

.prg-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prg-box {
  width: 30%;
  margin-bottom: 20px;
}
.entry .prg-box h2 {
  background: #ff7742;
  border-radius: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .prg-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 20px 20px !important;
}

@media only screen and (max-width: 768px) {
  .saboxplugin-wrap .saboxplugin-gravatar {
    padding: 20px !important;
  }
}

span.fn {
  font-weight: bold;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.saboxplugin-wrap .saboxplugin-authorname {
  font-size: 18px;
  line-height: 25px;
  text-align: center !important;
  margin: 0 !important;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  float: none !important;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .saboxplugin-wrap .saboxplugin-authorname {
  }
  .saboxplugin-wrap .saboxplugin-desc {
    margin: 0 10px 20px;
    text-align: left !important;
  }
}
section.group-wrap .dg {
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.flex-wrap_par {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

section.group-wrap .dg figure {
  width: 150px;
  margin: 15px;
}

section.group-wrap .dg div {
  font-weight: bold;
  font-size: 1.3em;
}

.btn-gr a {
  display: block;
  margin: 20px auto;
  background-color: #ee3a4c;
  background-image: linear-gradient(94deg, #e3251e 0%, #ff7e4d 85%);
  color: #fff;
  font-weight: bold;
  padding: 25px;
  width: 300px;
  position: relative;
}

.btn-gr.ggr a {
  background: #eeeeee;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #b2b2b2;
  border-radius: 6px;
  padding: 10px 15px;
}

.dg-gr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.dg-gr ul li {
  width: auto;
  height: 60px;
  margin: 15px;
}
.dg-gr ul li img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section.group-wrap .dg {
    align-items: center;
    display: flex;
  }

  section.group-wrap .dg figure {
    width: 150px;
    margin: 15px;
  }

  section.group-wrap .dg div {
    font-weight: bold;
    font-size: 1em;
  }
  .btn-gr.ggr a {
    background: #eeeeee;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #b2b2b2;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 0.8rem;
    width: 220px;
  }

  .dg-gr ul li {
    width: auto;
    height: 35px;
    margin: 8px 4px;
  }
}

img {
  max-width: 100%;
}

/* ポップアップ（popup maker）カスタム */

@media screen and (min-width: 501px) {
  .popup-wrap {
    /*追加*/
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.popup-img {
  text-align: center;
}

.popup-text {
  text-align: center;
  color: #000;
  margin-top: 40px; /*追加*/
}

.popup-font-l {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

.popup-font-s {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 15px;
}

/* 画像サイズ */
.popup-img {
  text-align: center;
  /* width: 70%;
    margin-left: auto;
    margin-right: auto; */
}

.sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp {
    display: block;
  }

  .pum-container.pum-responsive {
    top: 0 !important;
    height: 100vh !important;
    width: 100% !important;
    position: relative;
  }

  .pum-content {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .pum-container {
    left: 0 !important;
  }

  /* .popup-img {
        width: 90%;
    } */
}

/* フォントカラー */
.color {
  color: #009b7d;
}

.btn-popup,
a.btn-popup {
  color: #fff !important;
  background-color: #009b7d !important;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 18px; /*追加*/
  margin-bottom: 20px; /*追加*/
}

.btn-popup:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

/* 240709追加 */

.btn-popup,
a.btn-popup {
  width: 100%;
  max-width: 300px;
}

p.popup-font-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

p.popup-font-2 a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
}

a.btn-blue {
  background-color: #0000c8 !important;
  margin-top: 5px;
}

.popup-img {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}

.popup-img2 {
  max-width: 180px;
}

.pop-cta {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  color: #000;
  border: 2px solid #009b7d;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 4px 5px 0px 2px #009b7d;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  p.popup-font-2 {
    font-size: 15px;
  }

  .pop-cta {
    font-size: 16px;
    padding: 10px 0;
  }
}

.wp-image-1710 {
  width: 95%;
  max-width: 750px;
}

/* 説明会バナー追加 */

.foot_kotei {
  position: fixed;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 10px #ccc;
  max-width: 400px;
  transition: 0.5s;
  z-index: 99;
}

.foot_kotei.hide {
  transform: translateY(100%);
}

.close-btn {
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #999;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 1.3em;
  line-height: 1.3em;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  /* font-weight: bold; */
}

@media screen and (max-width: 480px) {
  .foot_kotei {
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px #ccc;
    max-width: 60%;
    transition: 0.5s;
    width: 80%;
  }
}

.mgt-60 {
  margin-top: 60px;
}

.new-zigyosyo {
  padding: 0 0 30px;
}

#ekimae02 {
  padding-top: 250px;
  margin-top: -210px;
}

@media screen and (max-width: 480px) {
  #ekimae02 {
    padding-top: 200px;
    margin-top: -180px;
  }
}

.wpcf7 input[type="submit"] {
  display: block;
  margin-inline: auto;
  background-color: #ff7742 !important;
}

/* CTA */
.cta_container {
  background-color: #f1faf7;
  padding: 2rem 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  @media (max-width: 768px) {
    padding: 1rem 1rem;
  }
  &.cta_center {
    text-align: center;
  }
  .cta_heading {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    @media (max-width: 768px) {
      font-size: 1.25rem;
    }
    br {
      display: none;
      @media (max-width: 768px) {
        display: block;
      }
    }
  }
  .cta_text {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.5rem;
    @media (max-width: 768px) {
      font-size: 0.875rem;
      text-align: left;
      line-height: 1.5;
    }
  }
}
.cta_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  .cta_button {
    a {
      padding: 0.5rem 1.5rem;
      border-radius: 35px;
      background-color: #009b7c;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      display: flex;
      gap: 1rem;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      align-items: center;
      min-width: 400px;
      justify-content: center;
      transition: ease 0.3s;
      &:hover {
        opacity: 0.7;
      }
      @media (max-width: 768px) {
        line-height: 1.3;
        min-width: auto;
      }
      .cta_icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        color: #009b7c;
        font-size: 0.75rem;
        margin-top: 0;
        @media (max-width: 768px) {
          font-size: 0.625rem;
          width: 20px;
          height: 20px;
        }
      }
      .cta_button:hover .cta_icon {
        color: #fff;
      }
    }
  }
}
.related_links_wrapper {
  margin-bottom: 4rem;
  h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border: none;
    padding: 0;
    @media (max-width: 768px) {
      font-size: 1rem;
    }
    span {
      color: #009b7c;
    }
  }
  .related_links_list {
    li {
      a {
        color: #333;
        position: relative;
      }
      .related_links_icon {
        position: absolute;
        right: -20px;
        color: #009b7c;
      }
    }
  }
}
