@charset "UTF-8";
/*!
Theme Name: subaru-actarise
Description: 合同会社アクトアライズ | 愛媛県今治市 児童発達支援・放課後等デイサービスのすばる 英語療育
Theme URI: https://www.subaru-actarise.co.jp
Version: 1.0
License: subaru-actarise.co.jp
License URI: https://www.subaru-actarise.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  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 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  position: relative;
  min-width: 1280px;
  color: #2e220e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

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

ページ共通

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

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

@media screen and (max-width: 767px) {
  #wrapper_top {
    background: url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: contain;
  }
  #wrapper_page {
    background: url(images/sp_wrapper_page.jpg) top center no-repeat;
    background-size: contain;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

フォント指定

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

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

*****************************************/
a:link, a:visited {
  color: #4e3917;
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  header {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
  .head_logo {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 19.1602%;
    min-width: 285px;
  }
  .head_logo a {
    display: block;
    transition: 0.3s;
  }
  .head_logo img {
    width: 100%;
    height: auto;
  }
  .head_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .head_info {
    min-width: 844px;
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
    margin: 0 auto 25px;
    background: url(images/head_info.png) top center no-repeat;
  }
  .head_info div {
    width: 50%;
    text-align: center;
  }
  .head_info div p {
    line-height: 1;
  }
  .head_info div .address {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .head_info div div {
    margin: 0 auto;
  }
  .head_info div .tel {
    width: 141px;
    height: auto;
  }
  .head_info div:first-child {
    border-right: 1px solid rgba(78, 57, 23, 0.24);
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  .head_btn {
    display: none;
  }
  .head_logo {
    max-width: 220px;
  }
  .head_area {
    margin-top: 15px;
    padding: 0 15px;
  }
  .head_info {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .head_info div {
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 15px;
    padding: 15px;
    border-radius: 10px;
    background: url(images/sp_head_info.jpg) left top repeat;
    border: 2px solid rgba(78, 57, 23, 0.3);
  }
  .head_info div:first-child {
    margin-bottom: 10px;
    border-right: 1px solid rgba(78, 57, 23, 0.24);
  }
  .head_info div p {
    line-height: 1;
  }
  .head_info div .address {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .head_info div .logo {
    width: auto;
    max-width: 100%;
  }
  .head_info div div {
    margin: 0 auto;
  }
  .head_info div .tel {
    width: 141px;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 171, 30, 0.9);
    border-radius: 0 0 0 10px;
    cursor: pointer;
    z-index: 9999999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 10px;
  }
  #toggle span:nth-child(2) {
    top: 22px;
  }
  #toggle span:nth-child(3) {
    top: 34px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(12px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-12px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    background: url(images/sp_wrapper_top.jpg) top center no-repeat;
    background-size: cover;
    z-index: 999999;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    width: 90%;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(78, 57, 23, 0.26);
    cursor: pointer;
    color: #4e3917;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
    margin: 0 auto -1px;
    background: rgba(255, 255, 255, 0.4);
  }
  #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: #4e3917;
    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: #fff;
    background: rgba(78, 57, 23, 0.65);
  }
  #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: #fff;
    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(78, 57, 23, 0.8);
    border-right: 1px solid rgba(78, 57, 23, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  max-width: 1160px;
  margin: 0 auto;
}
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  background: url(images/navi_line.svg) right center no-repeat;
  background-size: contain;
  background-size: 4px auto;
}
#g_navi .menu > li:first-child::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/navi_line.svg) left center no-repeat;
  background-size: contain;
  background-size: 4px auto;
  z-index: 99;
}
#g_navi .menu > li > a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  color: #4e3917;
  min-width: 209px;
  padding: 10px;
  margin: 0 10px 0 5px;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(78, 57, 23, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  min-width: 180px;
  border-bottom: 1px solid rgba(78, 57, 23, 0.1);
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 14px 12px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #4e3917;
  border-top: 1px solid rgba(78, 57, 23, 0.1);
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
  background-image: none !important;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  color: #fff;
  background-color: rgba(255, 171, 30, 0.98);
  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;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: -1px;
    content: "";
    width: 0;
    height: 3px;
    transition: 0.6s;
    background: #ffab1e;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
/****************************************

メインビジュアル

*****************************************/
.top_mv {
  display: flex;
  align-items: center;
  width: 81.89%;
  z-index: 1;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top_mv {
    min-width: 1300px;
    height: 630px;
  }
}
.top_mv img {
  width: 100%;
  height: auto;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_box {
  justify-content: end;
}
.mv_box::after {
  position: absolute;
  content: "";
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 235px;
  background: #e7e1d7;
  z-index: -1;
}

#mv {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_mv {
    width: 100%;
    margin: 40px auto 20px;
  }
  .top_mv_txt {
    top: 90px;
    left: 6%;
  }
  .top_mv_txt img {
    width: 90%;
  }
  .top_mv_img {
    -o-object-position: 52% 0%;
       object-position: 52% 0%;
  }
  #mv {
    margin-bottom: 10px;
    padding: 0 15px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
}

.inner_contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  max-width: 1120px;
  padding: 25px 0 100px;
  margin: 0 auto;
}

main#single_main {
  width: 100%;
  max-width: 1120px;
  margin: 20px auto 100px;
}

.single_box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.single_tit {
  margin-bottom: 25px;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 85px;
}
.breadcrumb_area .breadcrumb {
  max-width: 1120px;
  text-align: right;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #4e3917;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #4e3917;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4e3917;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #4e3917;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#page_main {
    padding: 0 15px 50px;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
  .elementor-33 .elementor-element.elementor-element-835e6e6 > .elementor-widget-container {
    margin: 0;
  }
  .single_tit {
    font-size: 2.2rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 100px 0 80px;
  text-align: center;
  background-image: url(images/top_box01_bf.png), url(images/top_box01_af.png);
  background-position: left 15% top 45px, right 14% center;
  background-repeat: no-repeat, no-repeat;
}

.btn_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}

@media screen and (max-width: 1800px) {
  .top_box01 {
    background-position: left 11% top 45px, right 10% center;
  }
}
@media screen and (max-width: 1580px) {
  .top_box01 {
    background-position: left 2% top 45px, right 2% center;
  }
}
.top_box02 {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 80px 0;
}
@media print, screen and (min-width: 768px) {
  .top_box02 {
    border-top: 1px solid rgba(135, 123, 103, 0.1);
    border-bottom: 1px solid rgba(135, 123, 103, 0.1);
    background: url(images/top_box02.jpg) top center no-repeat;
  }
}
.top_box02 section {
  width: 100%;
  max-width: 580px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}
.top_box02 figure {
  margin-bottom: 25px;
}
.top_box02 img {
  border-radius: 12px;
}
.top_box02 div {
  padding: 30px 30px 25px;
}
.top_box02 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.top_box02 ul img {
  margin-bottom: 12px;
}
.top_box02 ul li {
  width: 33.3333333333%;
  position: relative;
  text-align: center;
  transition: 0.4s;
}
.top_box02 ul li:hover {
  opacity: 0.75;
}
.top_box02 ul a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_box02 .subaru h3 {
  background: url(images/arrow01.svg) center left no-repeat;
  background-size: 7px;
}
.top_box02 .subaru_toriu h3 {
  background: url(images/arrow02.svg) center left no-repeat;
  background-size: 7px;
}
.top_box02 h3 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: inline-flex;
  line-height: 1.5;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  padding-left: 15px;
  justify-content: center;
  text-align: center;
  color: #4c3917;
}

.top_box03 {
  padding: 80px 2.5%;
}
.top_box03 ul {
  display: flex;
  justify-content: center;
  gap: 2.5%;
}
.top_box03 li {
  width: 100%;
  max-width: 474px;
}
.top_box03 li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 15px;
    text-align: left;
    background: none;
  }
  .btn_box {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .top_box02 {
    padding: 0 15px 60px;
    flex-wrap: wrap;
  }
  .top_box02 div {
    padding: 20px 15px 20px;
  }
  .top_box02 figure {
    margin-bottom: 20px;
  }
  .top_box02 h3 {
    font-size: 1.6rem;
  }
  .top_box02 ul {
    gap: 10px;
  }
  .top_box02 .subaru h3 {
    background: url(images/arrow01.svg) top 7px left no-repeat;
    background-size: 7px;
  }
  .top_box02 .subaru_toriu h3 {
    background: url(images/arrow02.svg) top 7px left no-repeat;
    background-size: 7px;
  }
  .top_box03 {
    padding: 60px 15px;
  }
  .top_box03 ul {
    flex-wrap: wrap;
    gap: 3%;
  }
  .top_box03 ul li {
    width: 48.5%;
  }
  .top_box03 ul li:last-child {
    margin-top: 3%;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  padding: 80px 0 0;
  background: url(images/top_box03_bf.jpg) top left no-repeat, url(images/top_box03_af.jpg) top right no-repeat;
}

.news_post {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  overflow-y: scroll;
  height: 215px;
  overflow-x: hidden;
}
.news_post li {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(135, 123, 103, 0.66);
  padding: 20px 25px;
  transition: 0.4s;
}
.news_post li:first-child {
  border-top: 1px solid rgba(135, 123, 103, 0.66);
}
.news_post li::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(images/btn_arrow03.svg) no-repeat;
  transition: 0.4s;
}
.news_post li:hover {
  background: rgba(135, 123, 103, 0.06);
}
.news_post li:hover::after {
  right: 25px;
}
.news_post li h3 {
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.news_post li data {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  min-width: 96px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news_post li label {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 100px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 50px;
  padding-bottom: 2px;
}
.news_post li label.subaru_news {
  text-shadow: 0 0 10px rgba(45, 28, 0, 0.16);
  background: url(images/btn01.jpg) top left no-repeat;
}
.news_post li label.toriu_news {
  text-shadow: 0 0 10px rgba(43, 53, 21, 0.16);
  background: url(images/btn02.jpg) top left no-repeat;
}
.news_post li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.news_post li a::after {
  position: absolute;
  content: "";
  right: 17px;
  top: calc(50% - 1px);
  width: 24px;
  height: 24px;
}
.news_post li a:hover::after {
  right: 27px;
}

@media screen and (max-width: 767px) {
  #top_news {
    background-size: 140px;
    padding: 60px 0 0;
    border-top: 1px solid rgba(135, 123, 103, 0.1);
  }
  .news_post {
    padding: 0 15px;
    height: auto;
  }
  .news_post li {
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 30px 15px 10px;
  }
  .news_post li::after {
    right: 10px;
  }
  .news_post li:hover::after {
    right: 15px;
  }
  .news_post li label {
    min-width: 80px;
    height: 25px;
  }
  .news_post li h3 {
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

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

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*サービス案内*/
.elementor-33 .elementor-section .elementor-container {
  display: flex;
  justify-content: space-between;
  gap: initial;
}
.elementor-33 .elementor-section .elementor-container section {
  width: 32%;
}
.elementor-33 .elementor-section .elementor-container .sociality,
.elementor-33 .elementor-section .elementor-container .personality {
  width: 49%;
}

/*ご利用について*/
.flow_box section {
  position: relative;
}
.flow_box section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 18px solid #fff;
  z-index: 1;
}
.flow_box section:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 18px solid rgba(197, 195, 187, 0.1411764706);
  z-index: 3;
}
.flow_box section:last-child {
  text-align: center;
}
.flow_box section:last-child h3 {
  font-size: 3.4rem !important;
}
.flow_box section:last-child p {
  font-size: 2.2rem;
  text-align: center;
}
.flow_box .first::after {
  display: none;
}

/*よくあるご質問*/
.faq_box ul.square {
  padding-left: 20px;
}

.bnr_box img {
  border-radius: 10px;
}

.pdf_box ul {
  gap: 25px;
}

.point_txt {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #4c3917;
}

.point_txt02 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #4c3917;
}

/*グーグルマップ*/
.googlemap_box iframe {
  height: 420px;
}

/*プログラム内容*/
.program02_li {
  justify-content: center;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .program02_li li:nth-child(even) {
    margin-top: 30px;
  }
}

/*お問い合わせ*/
.policy_box {
  background: rgba(255, 171, 30, 0.06);
  margin-bottom: 50px;
  text-align: center;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.policy_box dt {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.policy_box dd,
.policy_box p,
.policy_box li {
  font-size: 1.4rem;
  line-height: 1.7;
}

.bnr_box li:not(:last-child) {
  margin-bottom: 10px;
}

/*お知らせ*/
.news_box article:not(:last-child) {
  margin-bottom: 40px;
}
.news_box .txt {
  position: relative;
  width: 830px;
}
.news_box h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.news_box .btn03,
.news_box .btn06 {
  text-align: right;
}
.news_box .btn03 a,
.news_box .btn06 a {
  font-weight: 500;
  text-align: center;
}
.news_box figure {
  width: 240px;
  height: 175px;
}
.news_box figure img {
  border-radius: 10px;
}
.news_box .data {
  color: #938f85;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .elementor-33 .elementor-section .elementor-container {
    gap: 10px;
  }
  .elementor-33 .elementor-element.elementor-element-13f03ce {
    margin-bottom: 10px;
  }
  .elementor-33 .elementor-element.elementor-element-869fcac,
  .elementor-33 .elementor-element.elementor-element-ea386b7,
  .elementor-33 .elementor-element.elementor-element-ef2ff6a,
  .elementor-33 .elementor-element.elementor-element-7f76d34,
  .elementor-33 .elementor-element.elementor-element-ad7faf7 {
    margin-bottom: 15px;
  }
  .elementor-33 .elementor-element.elementor-element-c4fcb22 > .elementor-widget-container,
  .elementor-33 .elementor-element.elementor-element-07783cf > .elementor-widget-container,
  .elementor-33 .elementor-element.elementor-element-a9b465f > .elementor-widget-container,
  .elementor-33 .elementor-element.elementor-element-3ffc09f > .elementor-widget-container,
  .elementor-33 .elementor-element.elementor-element-55b6125 > .elementor-widget-container {
    padding: 0 15px 15px 15px;
  }
  .elementor-141 .elementor-element.elementor-element-de980b6 {
    display: flex;
    justify-content: center;
  }
  .flow_info:first-child {
    margin-bottom: 15px;
  }
  .flow_tel {
    height: 40px;
  }
  .flow_tel img {
    width: 260px;
  }
  .step {
    line-height: 1.1;
    font-size: 2.4rem;
  }
  .num {
    font-size: 5.4rem;
  }
  .elementor-141 .elementor-element.elementor-element-16823ae .mt20 {
    text-align: center;
  }
  .elementor-141 .elementor-element.elementor-element-16823ae .flow_tel {
    width: 260px;
    margin: 0 auto 10px;
  }
  .elementor-328 .elementor-element.elementor-element-adcd7cc,
  .elementor-454 .elementor-element.elementor-element-df32dd4,
  .elementor-372 .elementor-element.elementor-element-3cedfc9 {
    margin-bottom: 30px;
  }
  .flow_box section:last-child h3 {
    font-size: 2.6rem !important;
  }
  .flow_box section:last-child p {
    font-size: 1.8rem;
  }
  .news_box figure {
    margin-bottom: 25px;
  }
  .news_box h2 {
    font-size: 2rem;
  }
  .news_box .data {
    font-size: 1.4rem;
  }
  .news_box .btn03,
  .news_box .btn06 {
    text-align: center;
    margin-top: 10px;
  }
  .news_box .txt p {
    font-size: 1.4rem;
  }
  .policy_box dd {
    text-align: left;
  }
  .point_txt,
  .point_txt02 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .program02_li li {
    width: 48%;
  }
  .elementor-454 .elementor-element.elementor-element-df32dd4 li {
    width: 48%;
  }
  .elementor-454 .elementor-element.elementor-element-df32dd4 li:nth-child(n+2) {
    margin-bottom: 4%;
  }
  .pdf_box ul {
    justify-content: center;
    gap: 15px;
  }
  .bnr_box ul {
    justify-content: center;
  }
  .elementor-33 .elementor-section .elementor-container section {
    width: 100%;
  }
  .elementor-33 .elementor-section .elementor-container .sociality,
  .elementor-33 .elementor-section .elementor-container .personality {
    width: 100%;
  }
}
.faq_tel {
  width: 200px;
  height: auto;
}

.googlemap,
.googlemap02 {
  position: relative;
  border: solid 2px #ccc;
  overflow: hidden;
  height: 440px;
}

.googlemap02 {
  width: 490px;
  height: 300px;
}

/*自己評価表*/
.evaluation_box01 ul, .evaluation_box02 ul {
  flex-wrap: wrap;
  gap: 20px;
}
.evaluation_box01 ul::after, .evaluation_box02 ul::after {
  content: "";
  width: 32%;
}
.evaluation_box01 li, .evaluation_box02 li {
  width: 32%;
}
.evaluation_box01 a, .evaluation_box02 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  background: url(images/evaluation01.jpg) left top repeat;
  opacity: 1;
}
.evaluation_box01 a:hover, .evaluation_box02 a:hover {
  opacity: 0.8;
}

.evaluation_box02 a {
  background: url(images/evaluation02.jpg) left top repeat;
}

/*お問い合わせ・エントリー*/
.contact_tel img {
  width: 240px;
  height: auto;
}

.sitepolicy {
  padding: 25px 30px 30px;
  border: 3px solid #ede0c8;
  border-radius: 12px;
  background: url(images/graph_bg.jpg) left top repeat-x;
}
.sitepolicy dt {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 5px;
}
.sitepolicy dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    text-align: center;
  }
  .evaluation_box01 ul, .evaluation_box02 ul {
    gap: 10px;
  }
  .evaluation_box01 ul li, .evaluation_box02 ul li {
    width: 100%;
  }
}
/****************************************

single.php
mt10
*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: #ffab1e;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: rgb(255, 180.52, 55.5);
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: rgba(238, 238, 238, 0.5);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px rgba(78, 57, 23, 0.16);
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffab1e;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: rgba(238, 238, 238, 0.2);
}
.nav-below > a:hover span {
  color: rgba(255, 171, 30, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(78, 57, 23, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #4e3917;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: rgba(78, 57, 23, 0.6);
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.02);
}

.pager .current {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(78, 57, 23, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: rgba(78, 57, 23, 0.68);
  border: solid 1px rgba(78, 57, 23, 0.16);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside .inner {
  padding: 60px 0 0;
  text-align: center;
  background: url(images/aside.jpg) top center repeat;
}
aside .aside_tit {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 30px;
  color: #4c3917;
  background: url(images/aside_tit.png) bottom center no-repeat;
}
aside .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 0;
}
aside .area {
  border-radius: 12px;
  background: #fff;
  padding: 16px 22px;
  border: 1px solid rgba(78, 57, 23, 0.3);
}
aside .area p {
  line-height: 1;
}
aside .area .tel {
  width: 200px;
  height: auto;
}
aside .address {
  padding: 10px 0;
  font-size: 1.5rem;
}
aside .contact {
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  aside .inner {
    padding: 50px 15px 60px;
  }
  aside p {
    text-align: left;
  }
  aside .aside_tit {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  aside .info {
    margin: 30px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  aside .logo {
    width: auto;
    max-width: 100%;
  }
  aside .area {
    padding: 16px;
    width: 100%;
    max-width: 380px;
  }
  aside .area p {
    text-align: center;
  }
}
/****************************************

テーブル

*****************************************/
.price_table,
.schedule_table,
.schedule_table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ccc;
}
.price_table th,
.price_table td,
.schedule_table th,
.schedule_table02 th,
.schedule_table td,
.schedule_table02 td {
  text-align: center;
  padding: 20px 25px;
  border-bottom: 1px solid #ccc;
}
.price_table th:not(:last-child),
.price_table td:not(:last-child),
.schedule_table th:not(:last-child),
.schedule_table02 th:not(:last-child),
.schedule_table td:not(:last-child),
.schedule_table02 td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.price_table th,
.schedule_table th,
.schedule_table02 th {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  width: 28%;
  letter-spacing: 0.08em;
  font-weight: 400;
  vertical-align: top;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 20px 25px;
  background: rgba(148, 184, 75, 0.9);
}
.price_table td,
.schedule_table td,
.schedule_table02 td {
  padding: 20px 30px;
}
.price_table tr:last-child td,
.schedule_table tr:last-child td,
.schedule_table02 tr:last-child td {
  border-bottom: none;
}

.schedule_table th, .schedule_table02 th {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  padding: 15px 25px;
  background: rgba(255, 171, 30, 0.9);
}
.schedule_table td:first-child, .schedule_table02 td:first-child {
  background: rgba(197, 195, 187, 0.1411764706);
  width: 180px;
}
.schedule_table td:nth-child(2), .schedule_table02 td:nth-child(2) {
  text-align: left;
}

.overview_table01, .overview_table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
.overview_table01 th, .overview_table02 th,
.overview_table01 td,
.overview_table02 td {
  text-align: left;
  padding: 17px 10px;
  font-size: 1.6rem;
  border-bottom: 1px dotted rgba(89, 70, 56, 0.26);
}
.overview_table01 th, .overview_table02 th {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  width: 22%;
  letter-spacing: 0.08em;
  font-weight: 400;
  vertical-align: top;
  color: #ffab1e;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

.overview_table02 th {
  color: #94b84b;
}

.schedule_table02 th {
  background: rgba(148, 184, 75, 0.9);
}

@media screen and (max-width: 767px) {
  .overview_table01, .overview_table02 {
    margin-bottom: 30px;
  }
  .overview_table01 th, .overview_table02 th,
  .overview_table01 td,
  .overview_table02 td {
    width: 100%;
    display: block;
  }
  .overview_table01 th, .overview_table02 th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  .overview_table01 td, .overview_table02 td {
    padding: 5px 0 10px;
    font-size: 1.5rem;
  }
  .table_wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price_table {
    width: 100%;
    min-width: 720px;
  }
  .price_table th,
  .price_table td {
    padding: 15px 25px;
  }
  .schedule_table th:first-child, .schedule_table02 th:first-child,
  .schedule_table td:first-child,
  .schedule_table02 td:first-child {
    width: 150px;
    padding: 15px 5px;
  }
  .schedule_table th, .schedule_table02 th {
    padding: 10px 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .schedule_table td, .schedule_table02 td {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn01 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn01 a:hover {
  opacity: 0.85;
}
.btn01 a:hover::after {
  right: 20px;
}

.btn02 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn02 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn02 a:hover {
  opacity: 0.85;
}
.btn02 a:hover::after {
  right: 20px;
}
.btn02 a {
  background: url(images/btn02.jpg) repeat;
}
.btn02 a::after {
  background: url(images/btn_arrow02.svg) no-repeat;
}

.btn03 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn03 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn03 a:hover {
  opacity: 0.85;
}
.btn03 a:hover::after {
  right: 20px;
}
.btn03 a {
  background: url(images/btn02.jpg) repeat;
}
.btn03 a::after {
  background: url(images/btn_arrow02.svg) no-repeat;
}
.btn03 a {
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn04 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn04 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn04 a:hover {
  opacity: 0.85;
}
.btn04 a:hover::after {
  right: 20px;
}
.btn04 a {
  background: url(images/btn02.jpg) repeat;
}
.btn04 a::after {
  background: url(images/btn_arrow02.svg) no-repeat;
}
.btn04 a {
  padding: 15px;
  min-width: 340px;
  height: initial;
  line-height: initial;
  text-align: center;
}

.btn05 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn05 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn05 a:hover {
  opacity: 0.85;
}
.btn05 a:hover::after {
  right: 20px;
}
.btn05 a {
  padding: 15px;
  height: initial;
  line-height: initial;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn05 a {
    min-width: 420px;
  }
}

.btn06 a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 300px;
  height: 60px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.06em;
  border-radius: 50px;
  transition: 0.4s;
  background: url(images/btn01.jpg) repeat;
  padding: 0 30px;
}
.btn06 a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(images/btn_arrow.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn06 a:hover {
  opacity: 0.85;
}
.btn06 a:hover::after {
  right: 20px;
}
.btn06 a {
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn01 a {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 300px;
    height: 60px;
    font-weight: 500;
    font-size: 1.7rem;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0.06em;
    border-radius: 50px;
    transition: 0.4s;
    background: url(images/btn01.jpg) repeat;
    padding: 0 30px;
  }
  .btn01 a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(images/btn_arrow.svg) no-repeat;
    transform: translateY(-50%);
    transition: 0.4s;
  }
  .btn01 a:hover {
    opacity: 0.85;
  }
  .btn01 a:hover::after {
    right: 20px;
  }
  .btn01 a {
    width: 280px;
    height: 50px;
    line-height: 50px;
  }
  .btn02 a {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 300px;
    height: 60px;
    font-weight: 500;
    font-size: 1.7rem;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0.06em;
    border-radius: 50px;
    transition: 0.4s;
    background: url(images/btn01.jpg) repeat;
    padding: 0 30px;
  }
  .btn02 a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(images/btn_arrow.svg) no-repeat;
    transform: translateY(-50%);
    transition: 0.4s;
  }
  .btn02 a:hover {
    opacity: 0.85;
  }
  .btn02 a:hover::after {
    right: 20px;
  }
  .btn02 a {
    background: url(images/btn02.jpg) repeat;
  }
  .btn02 a::after {
    background: url(images/btn_arrow02.svg) no-repeat;
  }
  .btn02 a {
    width: 280px;
    height: 50px;
    line-height: 50px;
  }
  .btn05 {
    margin: 0 auto;
  }
  .btn05 a {
    min-width: 345px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
/****************************************

テキスト設定

*****************************************/
.font14 {
  font-size: 1.4rem;
}

.tdn {
  text-decoration: none;
  color: #8c0000 !important;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02 {
  display: inline-block;
  color: #ffab1e;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 20px;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #ffab1e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover {
  opacity: 1;
  color: #ffab1e;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.linkbd02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.linkbd02::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffab1e;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.linkbd02:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd02:hover::after {
  background: #ffab1e;
  transform-origin: right top;
  transform: scale(0, 1);
}

.txt_box {
  align-items: center;
}

.txt520 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt520 {
    max-width: 520px;
  }
}

.txt530 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt530 {
    max-width: 530px;
  }
}

.txt540 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt540 {
    max-width: 540px;
  }
}

.txt590 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt590 {
    max-width: 590px;
  }
}

.txt620 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt620 {
    max-width: 620px;
  }
}

.frame_box {
  border: 2px solid #c0b89d;
  border-radius: 19px;
  padding: 30px;
  background: #fbfbf9;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.li_circle, .li_circle02 {
  margin: 18px 0;
}
.li_circle li, .li_circle02 li {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 0 0 10px 22px;
  border-bottom: 1px dotted rgba(142, 123, 85, 0.8);
}
.li_circle li:not(:last-child), .li_circle02 li:not(:last-child) {
  margin-bottom: 10px;
}
.li_circle li::before, .li_circle02 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #ffab1e;
}

.li_circle02 li {
  width: 48.5%;
}

.li_check {
  gap: 4%;
}
.li_check li {
  width: 48%;
  padding: 12px 0 12px 40px;
  background: url(images/icon_check.svg) left center no-repeat;
  font-size: 1.9rem;
  color: #94b84b;
  text-align: left;
  border-bottom: 1px dotted rgba(148, 184, 75, 0.26);
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 25px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .txt780 {
    width: 100%;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

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

@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: 600;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #d22b2c;
}

.orange {
  color: #ffab1e;
}

.green {
  color: #94b84b;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img480 {
  width: 100%;
  max-width: 480px;
}

.img520 {
  width: 100%;
  max-width: 520px;
}

.img530 {
  width: 100%;
  max-width: 530px;
}

.img440 {
  width: 100%;
  max-width: 440px;
}
.img440 figcaption {
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0 0;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .img380 {
    margin: 0 auto;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_subhead01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: url(images/top_subhead01.jpg) top center no-repeat;
}
.top_subhead01 img {
  width: auto;
  height: 41px;
}

.top_subhead02 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: url(images/top_subhead02.jpg) top center no-repeat;
}
.top_subhead02 img {
  width: auto;
  height: 41px;
}

.top_subhead03 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline {
    text-align: center;
  }
  .top_headline img {
    width: 280px;
  }
  .top_subhead01,
  .top_subhead02 {
    height: 70px;
  }
  .top_subhead01 img,
  .top_subhead02 img {
    height: 36px;
  }
  .top_subhead03 img {
    width: 130px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline h1,
.headline02 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  background-image: url(images/headline.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90px auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #4c3917;
  text-align: center;
}

.subhead01, .single_tit,
.subhead05 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 15px;
  background: url(images/subhead01.svg) left bottom repeat-x;
  background-size: auto 3px;
  color: #4c3917;
}

.subhead02 h3 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 8px 10px 10px 10px;
}

.subhead03 h3 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #624a1e;
}

.subhead04 h2 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 6px;
  text-align: left;
  background: url(images/subhead04.svg) left bottom repeat-x;
  background-size: auto 3px;
  color: #4c3917;
}
.subhead04 h2::after {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 3rem;
}

.subhead05 {
  background: url(images/subhead04.svg) left bottom repeat-x;
  background-size: auto 3px;
}

.subhead06 h1,
.headline03 {
  text-align: center;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  background-image: url(images/subhead06.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90px auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #4c3917;
}

@media screen and (max-width: 767px) {
  .headline h1,
  .headline02,
  .subhead06 h1,
  .headline03 {
    font-size: 2.8rem;
    font-weight: 600 !important;
  }
  .subhead01 .elementor-heading-title, .single_tit .elementor-heading-title,
  .subhead05 .elementor-heading-title {
    font-size: 2.3rem;
    font-weight: 600 !important;
    line-height: 1.4;
  }
  .subhead02 h3 {
    font-size: 1.8rem;
    padding: 12px;
  }
  .elementor-33 .elementor-element.elementor-element-904fa51 > .elementor-widget-container {
    margin-bottom: 35px;
  }
  .subhead03 h3 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .subhead04 h2 {
    line-height: 1.4;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0 66px !important;
    text-align: center;
    background: url(images/footer.jpg) bottom -80px center no-repeat;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
    z-index: 999999;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #ffab1e;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 25px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    background: #94b84b;
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 140px 10px 20px;
    text-align: center;
    background: url(images/column_bg01.jpg) repeat top center/contain;
  }
  #sp_footer .sp_footer_box div {
    margin-bottom: 10px;
  }
  #sp_footer .sp_footer_box div img {
    width: 160px;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  footer {
    padding: 0 8%;
    position: relative;
    background: url(images/footer.jpg) bottom center no-repeat;
  }
  #pc_footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 240px 0 70px;
  }
  .pagetop {
    position: fixed;
    right: 1.7%;
    bottom: 2%;
    z-index: 9999;
    width: 90px;
    height: 90px;
  }
}
.f_logo {
  margin-bottom: 20px;
}

.f_info p {
  color: #594638;
  font-size: 1.4rem;
}

.sitemap {
  display: flex;
  gap: 70px;
  z-index: 99;
}
.sitemap dt {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0em;
  color: #4d3917;
}
.sitemap dt a {
  text-decoration: none;
}
.sitemap dt a:hover {
  opacity: 0.8;
}
.sitemap dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
.sitemap dd:not(:last-child) {
  margin-bottom: 10px;
}
.sitemap dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
  color: #594638;
  font-weight: 400;
  padding-left: 20px;
}
.sitemap dd a::after {
  position: absolute;
  bottom: 1px;
  left: 20px;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #4e3917;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.sitemap dd a:hover {
  opacity: 1;
  color: #4e3917;
}
.sitemap dd a:hover::after {
  transform: scale(1, 1);
}
.sitemap dd a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  left: 0;
  top: 9px;
  background: rgba(78, 57, 23, 0.6);
  border-radius: 50%;
}
.sitemap dd li {
  padding-left: 20px;
}
.sitemap dd li:not(:last-child) {
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  footer {
    padding: 0 15px;
  }
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    color: #594638;
    display: block;
    font-size: 1.4rem;
    margin: 15px auto 0;
  }
}
/****************************************

Contact Form7

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

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

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

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

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

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.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 #ffab1e;
}

/* フォームの装飾ここから */
/* チェックボックス */
.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;
  box-sizing: border-box;
  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 #94b84b;
  border-radius: 4px;
  background-color: #fefefe;
  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 #94b84b;
  border-right: 3px solid #94b84b;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #94b84b;
  box-shadow: 0 0 2px 2px rgba(148, 184, 75, 0.5);
  background-color: #94b84b;
  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;
  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;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(148, 184, 75, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #94b84b;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  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 #94b84b;
  border-right: 1px solid #94b84b;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #94b84b;
  border-right: 1px solid #94b84b;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #94b84b;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(148, 184, 75, 0.7), rgba(148, 184, 75, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  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;
  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;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  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;
  box-shadow: 0 0 1px 1px rgba(148, 184, 75, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(148, 184, 75, 0.3);
}

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

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

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 */