@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@font-face {
  font-family: "NotoSansjp";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansjp";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

メディアクエリ/レスポンシブ用mixin

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

body設定(主に書式)

*****************************************/
body {
  min-width: 1160px;
  background: #FFF;
  color: #33260B;
  font-family: 游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","NotoSansJP","メイリオ", Meiryo, ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper_top {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  background: url(images/wrapper_top_bg.jpg) center top no-repeat;
  overflow: hidden;
}

#wrapper_page {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  background: url(images/wrapper_page_bg.jpg) center top no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper_top,
#wrapper_page {
    background-size: 100%;
  }
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
  font-size: 1.6rem;
}

h1 {
  color: #33260B;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

h2 {
  color: #33260B;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

h3 {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

h4 {
  color: #33260B;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  li, tt, tr, dt, dd, p {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #0099CC;
  text-decoration: underline;
}
a:hover, a:active {
  color: #007CA6;
  text-decoration: none;
}
a img.img_opacity {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi, #toggle {
    display: none;
  }

  .header_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1120px;
    margin: 0 auto 30px;
    padding-top: 40px;
  }
  .header_box .header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
  .header_box .header_contact .tel, .header_box .header_contact .fax {
    padding-left: 28px;
    color: #524339;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
    line-height: 1;
  }
  .header_box .header_contact .tel {
    margin-right: 30px;
    background: url(images/tel_icon.svg) center left no-repeat;
  }
  .header_box .header_contact .fax {
    background: url(images/fax_icon.svg) center left no-repeat;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  header {
    position: relative;
    width: 100%;
  }

  .logo {
    width: 166px;
    height: auto;
    margin: 15px auto;
  }

  .header_contact {
    display: none;
  }

  #toggle {
    position: absolute;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 25px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 3px;
    background: #333;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #FFF;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
            transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
            transform: translateY(-11px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #2FD97C;
    z-index: 999;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sp_navi .menu-item a, #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #FFF;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: rgba(247, 153, 0, 0.7);
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #FFF;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: 800px;
}
#g_navi .menu {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  width: 160px;
  height: 80px;
  text-align: center;
}
#g_navi .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  width: 160px;
  padding: 12px 5px;
  background: #61BF20;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  color: #FFF;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background: rgba(97, 191, 32, 0.8);
  color: #FFF;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  .menu > li > a::before,
.menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #2FD97C;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  .menu > li > a::before {
    left: 50%;
  }

  .menu > li > a::after {
    right: 50%;
  }

  .menu > li > a:hover::before,
.menu > li > a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1240px) and (min-width: 768px) {
  #slider {
    margin: 0 20px;
  }
}
#slider .metaslider {
  position: relative;
}
#slider .metaslider img {
  width: 100%;
}

#mv {
  position: relative;
  max-width: 1200px;
  height: 250px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
}
@media print, screen and (max-width: 1240px) and (min-width: 768px) {
  #mv {
    margin: 0 20px;
  }
}
#mv .mv_txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 10px #FFF);
          filter: drop-shadow(0px 0px 10px #FFF);
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.mv01 {
  background: url(images/mv01.jpg) center center no-repeat;
}

.mv02 {
  background: url(images/mv02.jpg) center center no-repeat;
}

.mv03 {
  background: url(images/mv03.jpg) center center no-repeat;
}

.mv04 {
  background: url(images/mv04.jpg) center center no-repeat;
}

@media screen and (max-width: 767px) {
  #slider {
    max-width: auto;
    margin: 0 10px;
  }

  #mv {
    max-width: 100%;
    height: 120px;
    margin: 0 10px;
    background-size: auto 120px;
  }
  #mv .mv_txt img {
    width: auto;
    height: 20px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 30px;
}

main#page_main {
  width: 1120px;
  margin: 0 auto 40px;
}

main#single_main {
  width: 920px;
  margin: 0 auto 40px;
}

.breadcrumb_area {
  width: 1120px;
  margin: 40px auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.3rem;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #35260B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}
.breadcrumb_area .breadcrumb p a:link, .breadcrumb_area .breadcrumb p a:visited, .breadcrumb_area .breadcrumb p a:hover, .breadcrumb_area .breadcrumb p a:active {
  color: #33260B;
}

/* 2カラム用 */
#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
  margin: 0 auto 40px;
}

main#blog_main {
  width: 850px;
}

@media screen and (max-width: 767px) {
  main#top_main {
    margin-bottom: 30px;
    padding: 30px 10px 0;
  }

  main#page_main,
main#single_main,
main#news_main {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .breadcrumb_area {
    width: 100%;
    margin: 10px auto 20px;
    padding: 0 10px;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }

  #contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  main#blog_main {
    width: 100%;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  max-width: 1620px;
  margin: 0 auto 90px;
  padding: 20px 20px 0;
  background: url(images/top_box01_bg_left_pc.jpg) left 20px top 50px no-repeat, url(images/top_box01_bg_right_pc.jpg) right 20px top no-repeat;
}
.top_box01_txt {
  margin-bottom: 40px;
  text-align: center;
}
.top_box01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.top_box01_inner section {
  width: 300px;
  text-align: center;
}
.top_box01_inner section figure {
  margin-bottom: 10px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top_box01_inner section figure:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.top_box01_inner section h3 {
  margin-bottom: 10px;
  padding: 9px 0;
  color: #35260B;
}
.top_box01_inner section .green {
  background: url(images/top_box01_inner_tit_green.png) center center no-repeat;
}
.top_box01_inner section .orange {
  background: url(images/top_box01_inner_tit_orange.png) center center no-repeat;
}
.top_box01_inner section .pink {
  background: url(images/top_box01_inner_tit_pink.png) center center no-repeat;
}
.top_box01_inner section p {
  font-size: 1.4rem;
}
.top_box01_inner section .btn_arrow {
  margin: 15px auto 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top_box01_inner section .btn_arrow:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top_box02 {
  margin-bottom: 90px;
  padding: 0 calc((100% - 1120px) / 2) 125px;
  background: url(images/top_box02_bg.jpg) center bottom no-repeat;
}
.top_box02_txt {
  margin-bottom: 40px;
  text-align: center;
}
.top_box02 .btn01, .top_box02 .more_btn, .top_box02 .top_news_btn {
  margin: 0 auto 50px;
}
.top_box02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_box02_inner section {
  position: relative;
  width: 265px;
}
.top_box02_inner section figure {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.top_box02_inner section .txt_box {
  padding: 20px 20px 35px;
  border-radius: 0 0 14px 14px;
  background: #FFF;
}
.top_box02_inner section .txt_box h3 {
  margin-bottom: 15px;
  color: #35260B;
  font-size: 2rem;
  text-align: center;
}
.top_box02_inner section .txt_box p {
  font-size: 1.4rem;
}
.top_box02_inner section .btn_arrow {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top_box02_inner section .btn_arrow:hover {
  -webkit-transform: translateX(-50%) translateY(-5px);
      -ms-transform: translateX(-50%) translateY(-5px);
          transform: translateX(-50%) translateY(-5px);
}

.top_box03 {
  padding: 0 calc((100% - 1120px) / 2);
  background: url(images/top_box03_bg_left.png) left top 50px no-repeat, url(images/top_box03_bg_right.png) right top no-repeat;
}
.top_box03_txt {
  margin-bottom: 40px;
  text-align: center;
}
.top_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.top_box03 ul li {
  position: relative;
  width: 255px;
}
@media print, screen and (min-width: 768px) {
  .top_box03 ul li:nth-child(even) {
    margin-top: 40px;
  }
  .top_box03 ul li:first-child::before, .top_box03 ul li:nth-child(2)::before, .top_box03 ul li:last-child::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top_box03 ul li:first-child::before {
    top: 5px;
    left: -40px;
    width: 108px;
    height: 95px;
    background: url(images/top_box03_star.png);
  }
  .top_box03 ul li:nth-child(2)::before {
    top: -25px;
    right: -5px;
    width: 103px;
    height: 98px;
    background: url(images/top_box03_leaf.png);
  }
  .top_box03 ul li:last-child::before {
    top: -15px;
    right: -40px;
    width: 107px;
    height: 199px;
    background: url(images/top_box03_balloon.png);
  }
}
.top_box03 .btn01, .top_box03 .more_btn, .top_box03 .top_news_btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0;
    background: url(images/top_box01_bg_top_sp.jpg) center top no-repeat, url(images/top_box01_bg_bottom_sp.jpg) right bottom no-repeat;
    background-size: contain, auto;
  }
  .top_box01_txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .top_box01_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .top_box01_inner section {
    width: 48%;
  }
  .top_box01_inner section:last-child {
    margin: 4% auto 0;
  }
  .top_box01_inner section h3 {
    padding: 0;
  }
  .top_box01_inner section .green, .top_box01_inner section .orange, .top_box01_inner section .pink {
    background-size: contain;
  }
  .top_box01_inner section p {
    font-size: 1.3rem;
  }
  .top_box01_inner section .btn_arrow img {
    width: auto;
  }

  .top_box02 {
    width: calc(100% + 20px);
    margin: 0 0 50px -10px;
    padding: 0 10px 70px;
  }
  .top_box02_txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .top_box02 .btn01, .top_box02 .more_btn, .top_box02 .top_news_btn {
    margin-bottom: 30px;
  }
  .top_box02_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 4%;
  }
  .top_box02_inner section {
    width: 48%;
  }
  .top_box02_inner section .txt_box {
    padding: 15px 15px 35px;
  }
  .top_box02_inner section .txt_box h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .top_box02_inner section .txt_box p {
    font-size: 1.3rem;
  }

  .top_box03 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
    background: url(images/top_box03_bg_left.png) left top no-repeat;
    background-size: 30%;
  }
  .top_box03_txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .top_box03 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 4%;
    margin-bottom: 30px;
  }
  .top_box03 ul li {
    width: 48%;
  }
}
/****************************************

news トップ用

*****************************************/
.news_wrap {
  margin-bottom: 90px;
  padding: 150px calc((100% - 1120px) / 2 );
  background: url(images/top_news_bg.jpg) center center no-repeat;
}

.news_box {
  position: relative;
  top: -20px;
}
.news_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  right: 0;
  border-radius: 14px;
  background: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #FFF 4px, #FFF 7px);
  background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #FFF 4px, #FFF 7px);
}
.news_box_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
  padding: 70px 50px 30px;
  border-radius: 14px;
  background: #FFF;
  z-index: 1;
}
.news_box_inner .news_post {
  width: 790px;
  height: 220px;
  overflow-y: scroll;
}

.date {
  display: block;
  color: #5DBBF3;
  font-family: "Righteous", cursive;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  padding: 15px 0;
  border-bottom: 2px dotted #C1B884;
}
.news_list .date {
  width: 15%;
}
.news_list h3 {
  width: 85%;
  font-size: 1.6rem;
  font-weight: normal;
}
.news_list h3 a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.news_list h3 a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #35260B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_list h3 a:hover::after {
  width: 100%;
}
.news_list h3 a:link, .news_list h3 a:visited, .news_list h3 a:hover, .news_list h3 a:active {
  color: #35260B;
}

@media screen and (max-width: 767px) {
  .news_wrap {
    width: calc(100% + 20px);
    margin: 0 0 50px -10px;
    padding: 70px 10px 60px;
    background-size: auto 100%;
  }

  .news_box {
    top: -15px;
  }
  .news_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px 20px;
  }
  .news_box_inner .news_post {
    width: 100%;
    margin-bottom: 20px;
  }

  .date {
    font-size: 1.4rem;
  }

  .news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_list .date {
    width: 100%;
  }
  .news_list h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.items_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex figure,
.flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .items_c {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
/* 下層 共通 */
.circle_list li, .circle_list_one_column li {
  position: relative;
  padding: 0 0 12px 25px;
  border-bottom: 1px dotted #867D6D;
}
.circle_list li::before, .circle_list_one_column li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #61BF20;
}

.circle_list_one_column li:not(:last-child) {
  margin-bottom: 12px;
}

.check_list li {
  position: relative;
  padding: 0 0 12px 30px;
  border-bottom: 1px dotted #867D6D;
}
.check_list li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 14px;
  height: 6px;
  border-left: 3px solid #61BF20;
  border-bottom: 3px solid #61BF20;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.check_list li:not(:last-child) {
  margin-bottom: 12px;
}

.disc_list li {
  list-style: disc;
  list-style-position: inside;
}

@media screen and (max-width: 767px) {
  .circle_list li, .circle_list_one_column li {
    padding-bottom: 8px;
  }
  .circle_list li::before, .circle_list_one_column li::before {
    top: 8px;
  }

  .circle_list_one_column li:not(:last-child) {
    margin-bottom: 8px;
  }

  .check_list li {
    padding-bottom: 8px;
  }
  .check_list li::before {
    top: 8px;
  }
  .check_list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
/* フェルクってどんなところ？ */
.blue_box {
  padding: 30px;
  background: #E7F5FD;
}

.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 35px;
}
.about_list li {
  width: 350px;
}

.about_dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #CFCBC5;
}
.about_dl dt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #F79900;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.about_dl dt::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f79901;
}

.about_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .blue_box {
    padding: 20px 15px;
  }

  .about_list {
    gap: 8px 0;
  }
  .about_list li {
    width: 100%;
  }

  .about_dl dt {
    font-size: 1.6rem;
  }
  .about_dl dt::before {
    top: 8px;
  }

  .about_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 4%;
  }
  .about_bnr li {
    width: 48%;
  }
}
.week{
  color: #F79900;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 発達障害について */
blockquote {
  padding: 30px;
  background: #F5F5F5;
  font-style: italic;
}

.three_column_wrap, .two_column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three_column_wrap dl, .two_column_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3);
}
.three_column_wrap dl dt, .two_column_wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  border-top: 1px solid #C1D3B6;
  border-bottom: 1px solid #C1D3B6;
  border-left: 1px solid #C1D3B6;
  background: #E8F6DE;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.three_column_wrap dl dd, .two_column_wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 20px;
  border-bottom: 1px solid #C1D3B6;
  border-left: 1px solid #C1D3B6;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .three_column_wrap dl:last-child dt, .two_column_wrap dl:last-child dt, .three_column_wrap dl:last-child dd, .two_column_wrap dl:last-child dd {
    border-right: 1px solid #C1D3B6;
  }
}

.disorder_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 20px 15px;
  }

  .three_column_wrap, .two_column_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .three_column_wrap dl, .two_column_wrap dl {
    width: 100%;
  }
  .three_column_wrap dl dt, .two_column_wrap dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
    padding: 15px;
    border: 1px solid #C1D3B6;
    text-align: left;
    margin-top: 10px;
  }
  .three_column_wrap dl dd, .two_column_wrap dl dd {
    padding: 15px;
    border-right: 1px solid #C1D3B6;
  }
  .three_column_wrap dl:not(:last-child), .two_column_wrap dl:not(:last-child) {
  }

  .disorder_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
  .disorder_bnr li {
    width: 100%;
  }
}
/* ABAトレーニング・DTT */
.aba_dtt_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFCBC5;
  color: #F79900;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .aba_dtt_list li {
    font-size: 1.4rem;
  }
}
/* ペアレントトレーニング.1 */
.parent_1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.parent_1_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 208px;
  padding: 20px;
  border-radius: 8px;
  background: -o-repeating-linear-gradient(135deg, #F79A01, #F79A01 2px, #FEA714 0, #FEA714 4px);
  background: repeating-linear-gradient(-45deg, #F79A01, #F79A01 2px, #FEA714 0, #FEA714 4px);
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.two_column_wrap dl {
  width: 50%;
}

.btn_c {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .parent_1_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .parent_1_list li {
    width: 100%;
    padding: 12px 15px;
    font-size: 1.6rem;
    text-align: left;
  }

  .two_column_wrap dl {
    width: 100%;
  }
}
/* ペアレントトレーニング.2 */
.parent_2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}
.parent_2_list li {
  width: 360px;
}

.parent_2_box {
  padding: 0 35px 35px;
  border: 5px solid #DBD8D3;
  background: url(images/parent_2_bg.jpg) right 35px center no-repeat;
}
.parent_2_box h4 {
  position: relative;
  width: 620px;
  margin: -35px auto 30px;
  padding: 15px;
  border-radius: 8px;
  background: #F9ED9B;
  text-align: center;
}
.parent_2_box h4::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f9ed9b transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.parent_2_box .check_list {
  padding-right: 200px;
}

@media screen and (max-width: 767px) {
  .parent_2_list {
    gap: 0;
  }
  .parent_2_list li {
    width: 100%;
  }

  .parent_2_box {
    padding: 0 15px 20px;
    background: none;
  }
  .parent_2_box h4 {
    width: auto;
    padding: 12px;
  }
  .parent_2_box h4::before {
    bottom: -15px;
  }
  .parent_2_box .check_list {
    padding-right: 0;
  }
}
/* 施設ギャラリー */
.gallery_box {
  padding: 0 150px;
  background: url(images/gallery_bg_left.jpg) left top no-repeat, url(images/gallery_bg_right.jpg) right top no-repeat;
}

.gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.gallery_wrap li {
  position: relative;
  width: 360px;
}
.gallery_wrap li a {
  position: relative;
  display: block;
}
.gallery_wrap li a:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.gallery_wrap li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .gallery_box {
    padding: 0;
    background: none;
  }

  .gallery_wrap {
    gap: 10px 4%;
  }
  .gallery_wrap li {
    width: 48%;
  }
}
/* ご利用までの流れ */
.beginning_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.beginning_list li:not(:last-child) {
  padding-bottom: 50px;
}
.beginning_list li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 65px;
  width: 4px;
  height: 100%;
  background: #F9ED9B;
  z-index: -1;
}
.beginning_list li .num {
  width: 130px;
  height: 125px;
  padding-top: 33px;
  background: url(images/num_circle.svg) left top no-repeat;
  background-size: contain;
  color: #FFF;
  font-family: "Righteous", cursive;
  letter-spacing: 0.05em;
  font-size: 3.4rem;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}
.beginning_list li .num span {
  display: block;
  font-size: 2.4rem;
}
.beginning_list li dl {
  width: 940px;
}
.beginning_list li dl dt {
  margin-bottom: 20px;
  padding-bottom: 28px;
  background: url(images/tit_star.png) left bottom repeat-x;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .beginning_list li:not(:last-child) {
    padding-bottom: 30px;
  }
  .beginning_list li:not(:last-child)::before {
    left: 22px;
  }
  .beginning_list li .num {
    width: 58px;
    height: 55px;
    margin-right: 15px;
    padding-top: 10px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .beginning_list li .num span {
    font-size: 1rem;
  }
  .beginning_list li dl {
    width: calc(100% - 73px);
  }
  .beginning_list li dl dt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
/* トレーニングの流れ */
.training_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 50px;
}
.training_list li {
  position: relative;
  width: 340px;
  margin-top: 35px;
  padding: 0 25px 30px;
  border: 5px solid #F9ED9B;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .training_list li:not(:nth-child(3n))::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: transparent transparent transparent #b0df90;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.training_list li .num {
  width: 73px;
  height: 70px;
  margin: -35px auto 15px;
  padding-top: 5px;
  background: url(images/num_circle.svg) left top no-repeat;
  background-size: contain;
  color: #FFF;
  font-family: "Righteous", cursive;
  letter-spacing: 0.05em;
  font-size: 3.4rem;
  text-align: center;
  text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}
.training_list li dl {
  text-align: center;
}
.training_list li dl dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #867D6D;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .training_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
  .training_list li {
    width: 100%;
    margin-top: 25px;
    padding: 0 15px 20px;
  }
  .training_list li:not(:last-child)::before {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 16px 0 16px;
    border-color: #b0df90 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .training_list li .num {
    width: 53px;
    height: 50px;
    margin: -25px auto 10px;
    padding-top: 2px;
    font-size: 2.6rem;
  }
  .training_list li dl dt {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
}
/* ブログ */
.blog_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.blog_parts figure {
  width: 280px;
}
.blog_parts figure a {
  position: relative;
  display: block;
}
.blog_parts figure a:after {
  display: block;
  content: "";
  padding-top: 75%;
}
.blog_parts figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_parts .blog_txt {
  width: 540px;
}
.blog_parts .blog_txt h2 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  background: url(images/tit_line.png) left bottom repeat-x;
  font-size: 2.2rem;
}
.blog_parts .blog_txt .date {
  margin-bottom: 5px;
  color: #777;
}
.blog_parts .more_btn {
  position: absolute;
  right: 0;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .blog_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_parts figure {
    margin: 0 auto 20px;
  }
  .blog_parts .blog_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog_parts .blog_txt h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .blog_parts .more_btn {
    position: static;
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/* 会社概要 */
@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
}
/* お問い合わせ */
.wrap920 {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.site_policy {
  padding: 30px;
  background: #E7F5FD;
}
.site_policy dt {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.site_policy dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wrap920 {
    width: 100%;
  }

  .site_policy {
    padding: 20px 15px;
  }
  .site_policy dt, .site_policy dd {
    font-size: 1.3rem;
  }
}
/****************************************

single.php

*****************************************/
.single_box {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.single_box .single_tit {
  font-size: 2.6rem;
}
.single_box .date {
  margin-bottom: 15px;
  color: #777;
}
.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 540px;
  margin: 70px auto 0;
  padding: 15px 10px;
  background: #61BF20;
}
.nav-below li {
  color: #FFF;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-below li a:link, .nav-below li a:visited {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-below li a:hover, .nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }

  .nav-below {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-top: 50px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
/****************************************

aside

*****************************************/
#sidebar {
  width: 220px;
}
#sidebar h2 {
  margin-bottom: 15px;
  padding: 10px 20px;
  background: url(images/brown_blue.png) left top repeat;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
}
#sidebar ul:not(:last-child) {
  margin-bottom: 30px;
}
#sidebar ul li {
  margin-bottom: 12px;
  padding-bottom: 10px !important;
  border-bottom: 1px dashed #999;
  font-size: 1.4rem;
}
#sidebar ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#sidebar ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #35260B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar ul li a:hover::after {
  width: 100%;
}
#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:hover, #sidebar ul li a:active {
  color: #333;
}
#sidebar .post-date {
  display: block;
  color: #999;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
  }
}
/****************************************

テーブル

*****************************************/
.parent_2_table {
  width: 100%;
  border-collapse: collapse;
}
.parent_2_table th {
  width: 25%;
  padding: 20px;
  border: 1px solid #C1D3B6;
  background: #E8F6DE;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.parent_2_table td {
  width: 75%;
  padding: 20px;
  border: 1px solid #C1D3B6;
  background: #FFF;
  text-align: left;
  vertical-align: middle;
}

.overview_table {
  width: 100%;
  border-collapse: collapse;
}
.overview_table th {
  width: 25%;
  padding: 20px;
  border-bottom: 2px solid #9ED7F8;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.overview_table td {
  width: 75%;
  padding: 20px;
  border-bottom: 2px solid #CFCBC5;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .parent_2_table th {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-bottom: none;
  }
  .parent_2_table td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }
  .parent_2_table tr:not(:last-child) td {
    margin-bottom: 20px;
  }

  .overview_table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px 15px;
    border-bottom: none;
  }
  .overview_table td {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 15px 15px;
  }
  .overview_table td::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 30%;
    height: 2px;
    background: #9ED7F8;
  }
}
/****************************************

ボタン

*****************************************/
.btn01, .more_btn, .top_news_btn {
  width: 300px;
  border-radius: 50px;
  background: url(images/bg_blue.png) top left repeat;
  text-align: center;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn01 a, .more_btn a, .top_news_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn01 a::before, .more_btn a::before, .top_news_btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn01:hover, .more_btn:hover, .top_news_btn:hover {
  opacity: 0.7;
}
.btn01:hover a::before, .more_btn:hover a::before, .top_news_btn:hover a::before {
  right: 15px;
}

.top_news_btn {
  width: 180px;
}
.top_news_btn a::before {
  display: none;
}

.more_btn {
  width: 120px;
}
.more_btn a {
  padding: 5px 0;
  font-size: 1.4rem;
}
.more_btn a::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn01 a, .top_news_btn a, .more_btn a {
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .more_btn a {
    padding: 4px 0;
  }
}
/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

.ml15 {
  margin-left: 15px;
}

.m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.txt650 {
  width: 650px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .mb50 {
    margin-bottom: 40px;
  }

  .mb60, .mb70, .mb80 {
    margin-bottom: 50px;
  }

  .txt650 {
    width: 100%;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #D80700;
}

.green {
  color: #61BF20;
}

.orange {
  color: #F79900;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }

  .small {
    font-size: 1.2rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .txt_c {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img420 {
  width: 420px;
}

.img_radius {
  border-radius: 12px;
}

/* 画像ホバー時にマスクとキャプションを表示 */
.mask {
  position: relative;
  overflow: hidden;
}
.mask p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background:#58ABA2;
  color: #FFF;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  outline: 1px solid transparent;
}
.mask:hover p {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .img450 {
    width: auto;
    max-width: 450px;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  margin-bottom: 40px;
  text-align: center;
}

.top_box02_tit {
  width: 620px;
  margin: 0 auto 35px;
  padding-bottom: 17px;
  background: url(images/tit_line.png) left bottom repeat-x;
  text-align: center;
}

.top_box03_tit {
  margin: 40px 0 30px;
  padding: 10px 0 20px;
  background: url(images/top_box03_tit_bg_pc.png) center bottom no-repeat;
  text-align: center;
}

.top_news_tit {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline {
    margin-bottom: 25px;
  }
  .top_headline img {
    width: 300px;
  }

  .top_box02_tit {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .top_box02_tit img {
    width: 240px;
  }

  .top_box03_tit {
    margin-bottom: 20px;
    padding: 0 0 35px;
    background: url(images/top_box03_tit_bg_sp.png) center bottom no-repeat;
    background-size: contain;
  }
  .top_box03_tit img {
    width: auto;
    height: 23px;
  }

  .top_news_tit img {
    width: auto;
    height: 23px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  margin-bottom: 60px;
  padding-bottom: 5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .headline span {
    position: relative;
    display: inline-block;
  }
  .headline span::before, .headline span::after {
    position: absolute;
    content: "";
    top: 15px;
    width: 151px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .headline span::before {
    left: -190px;
    background: url(images/h1_headline_left.png);
  }
  .headline span::after {
    right: -190px;
    background: url(images/h1_headline_right.png);
  }
}

.h2_subhead01 {
  position: relative;
  margin-bottom: 35px;
  padding: 0 0 20px 45px;
  background: url(images/tit_line.png) left bottom repeat-x;
}
.h2_subhead01::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  width: 32px;
  height: 29px;
  background: url(images/h2_subhead01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.h2_about_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h2_about_tit .num {
  width: 73px;
  height: 70px;
  margin-right: 30px;
  padding-top: 17px;
  background: url(images/num_circle.svg) left top no-repeat;
  background-size: contain;
  color: #FFF;
  font-family: "Righteous", cursive;
  letter-spacing: 0.05em;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}
.h2_about_tit h2 {
  width: calc(100% - 103px);
  margin-bottom: 25px;
  padding: 12px 0 28px;
  background: url(images/tit_star.png) left bottom repeat-x;
}

.h3_subhead01 {
  position: relative;
  margin-bottom: 25px;
  padding: 11px 20px 11px 50px;
  background: url(images/bg_blue.png) left top repeat;
}
.h3_subhead01::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #FFF;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h3_parent_2_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding: 11px 20px;
  background: url(images/bg_blue.png) left top repeat;
}
.h3_parent_2_tit span {
  display: block;
  padding-right: 15px;
  color: #F9ED9B;
  font-family: "Righteous", cursive;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 25px;
    padding: 0 0 35px;
    background: url(images/top_box03_tit_bg_sp.png) center bottom no-repeat;
    background-size: contain;
  }

  .h2_subhead01 {
    margin-bottom: 20px;
    padding: 0 0 15px 35px;
  }
  .h2_subhead01::before {
    top: 8%;
    width: 26px;
    height: 23px;
  }

  .h2_about_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h2_about_tit .num {
    width: 53px;
    height: 50px;
    margin-right: 15px;
    padding-top: 12px;
    font-size: 2.6rem;
  }
  .h2_about_tit h2 {
    width: calc(100% - 68px);
    margin-bottom: 20px;
    padding-top: 0;
  }

  .h3_subhead01 {
    margin-bottom: 20px;
    padding: 8px 10px 8px 30px;
  }
  .h3_subhead01::before {
    left: 10px;
    width: 10px;
    height: 10px;
  }

  .h3_parent_2_tit {
    margin-bottom: 20px;
    padding: 8px 10px 8px 15px;
  }
  .h3_parent_2_tit span {
    padding-right: 10px;
    font-size: 2.4rem;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }

  #sp_footer {
    position: relative;
  }
  #sp_footer .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
  }
  #sp_footer .pagetop img {
    width: 40px;
    height: 40px;
  }
  #sp_footer .sp_footer_box {
    padding: 20px 10px;
    background: url(images/footer_bg.jpg) center top no-repeat;
    background-size: cover;
  }
  #sp_footer .sp_footer_box dl {
    margin-bottom: 15px;
    text-align: center;
  }
  #sp_footer .sp_footer_box dl dt {
    margin-bottom: 10px;
  }
  #sp_footer .sp_footer_box dl dt img {
    width: 300px;
  }
  #sp_footer .sp_footer_box .footer_contact {
    margin-bottom: 20px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .footer_contact .tel, #sp_footer .sp_footer_box .footer_contact .fax {
    display: inline-block;
    padding-left: 28px;
    color: #524339;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
    line-height: 1;
  }
  #sp_footer .sp_footer_box .footer_contact .tel {
    margin-bottom: 10px;
    background: url(images/tel_icon.svg) center left no-repeat;
  }
  #sp_footer .sp_footer_box .footer_contact .fax {
    background: url(images/fax_icon.svg) center left no-repeat;
  }
  #sp_footer .sp_footer_box .footer_btn {
    margin-bottom: 30px;
  }
  #sp_footer .sp_footer_box .footer_btn li {
    margin-right: auto;
    margin-left: auto;
  }
  #sp_footer .sp_footer_box .footer_btn li:first-child {
    margin-bottom: 15px;
  }
  #sp_footer .sp_footer_box .sns_btn {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
  }
  #sp_footer .sp_footer_box .sns_btn li {
  display: inline-block;
  margin: 0 6px;
  font-size: .875rem;
  vertical-align: top;
  }     
  #sp_footer .sp_footer_box .sns_btn img {
    width:30px !important;
    height:30px !important;
    margin-bottom: 15px;
    }   
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }

  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
  }
  .pagetop:hover {
    bottom: 35px;
  }

  .pc_footer_box {
    padding: 70px calc((100% - 1120px) / 2) 50px;
    background: url(images/footer_bg.jpg) center top no-repeat;
    background-size: cover;
  }
  .pc_footer_box .footer_top {
    margin-bottom: 70px;
  }
  .pc_footer_box .footer_top dl {
    margin-bottom: 25px;
    text-align: center;
  }
  .pc_footer_box .footer_top dl dt {
    margin-bottom: 30px;
  }
  .pc_footer_box .footer_top .footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin-bottom: 30px;
  }
  .pc_footer_box .footer_top .footer_contact .tel, .pc_footer_box .footer_top .footer_contact .fax {
    padding-left: 35px;
    color: #524339;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    line-height: 1;
  }
  .pc_footer_box .footer_top .footer_contact .tel {
    background: url(images/tel_icon.svg) center left no-repeat;
    background-size: 26px 26px;
  }
  .pc_footer_box .footer_top .footer_contact .fax {
    background: url(images/fax_icon.svg) center left no-repeat;
    background-size: 28px 26px;
  }
  .pc_footer_box .footer_top .footer_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .pc_footer_box .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_footer_box .footer_bottom .footer_logo {
    margin-right: 60px;
  }
  .pc_footer_box .footer_bottom .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_footer_box .footer_bottom .footer_link li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #CCC;
  }
  .pc_footer_box .footer_bottom .footer_link li dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .pc_footer_box .footer_bottom .footer_link li dd {
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  .pc_footer_box .footer_bottom .footer_link li dd::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 1px;
    background: #33260B;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pc_footer_box .footer_bottom .footer_link li dd a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  .pc_footer_box .footer_bottom .footer_link li dd a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #35260B;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .pc_footer_box .footer_bottom .footer_link li dd a:hover::after {
    width: 100%;
  }
  .pc_footer_box .footer_bottom .footer_link li dd a:link, .pc_footer_box .footer_bottom .footer_link li dd a:visited, .pc_footer_box .footer_bottom .footer_link li dd a:hover, .pc_footer_box .footer_bottom .footer_link li dd a:active {
    color: #33260B;
  }

  .pc_footer_map {
    width: 100%;
    height: 400px;
  }

  .pc_copyright {
    display: block;
    padding: 10px 0;
    background:#cce198;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #61BF20 solid;
  border-radius: 8px;
  background-color: #61BF20;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
          box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
  background-color: #fff;
  color: #61BF20;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #61BF20 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
          box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #61BF20;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #61BF20;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #61BF20;
  border-right: 3px solid #61BF20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #61BF20;
  -webkit-box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
          box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
  background-color: #61BF20;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
          box-shadow: 0 0 2px 2px rgba(97, 191, 32, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #61BF20;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #61BF20;
  border-right: 1px solid #61BF20;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #61BF20;
  border-right: 1px solid #61BF20;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #61BF20;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(97, 191, 32, 0.7)), to(rgba(97, 191, 32, 0.7)));
  background-image: -o-linear-gradient(left, rgba(97, 191, 32, 0.7), rgba(97, 191, 32, 0.7));
  background-image: linear-gradient(90deg, rgba(97, 191, 32, 0.7), rgba(97, 191, 32, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  -o-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
          box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
          box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }

  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }

  .ajax-loader {
    width: auto;
  }

  .wpcf7-response-output {
    font-size: 1.3em;
  }
}






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

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */