@charset "UTF-8";
/*
Theme Name: 児童発達支援 放課後等デイサービス 向日葵（ひまわり）
Theme URI: https://tetra-corp.net/info/
Description: テンプレート「児童発達支援 放課後等デイサービス 向日葵（ひまわり）」のWordPressページです。
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html, body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: maru-maru-gothic-blr-stdn, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7D4A31;
  background: #fffdf9;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li, th, td, address {
  font-size: 16px;
}

img {
  max-width: 100%;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #cb7e58;
  color: #fffdf9;
}
::selection {
  background: #cb7e58;
  color: #fffdf9;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: min(100%, 1120px);
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

/* 見出し */
.h3__ttl--left {
  position: relative;
  z-index: 1;
}
.h3__ttl--left::before {
  width: 77px;
  height: 77px;
  background-color: rgba(221, 169, 27, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -7%;
  z-index: -1;
}
.h3__ttl--left .circle01 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(221, 169, 27, 0.2);
  bottom: -36%;
  left: -11%;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(221, 169, 27, 0.1);
  bottom: 33%;
  left: -16%;
}

.h3__ttl--right {
  text-align: right;
  position: relative;
  z-index: 1;
}
.h3__ttl--right::before {
  width: 77px;
  height: 77px;
  background-color: rgba(221, 169, 27, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -3%;
  z-index: -1;
}
.h3__ttl--right .circle01 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(221, 169, 27, 0.2);
  bottom: -83%;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(221, 169, 27, 0.1);
  bottom: -12%;
  right: -7%;
}

.h3__ttl--center {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h3__ttl--center h3 {
  margin: 0 15px;
}
.h3__ttl--center .circle01, .h3__ttl--center .circle02 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.h3__ttl--center .circle01 {
  background-color: rgba(221, 169, 27, 0.2);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.h3__ttl--center .circle02 {
  background-color: rgba(221, 169, 27, 0.3);
}

/* ボタン */
.btn01 {
  font-size: 17px;
  color: #dda91b;
  border: 1px solid #dda91b;
  border-radius: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.btn01::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #fffdf9;
  border-radius: 60px;
  width: 97%;
  height: 97%;
}
.btn01:hover {
  background-color: #dda91b;
  color: #fffdf9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #fffdf9;
}

::-webkit-scrollbar-thumb {
  background: #cb7e58;
  border-radius: 8px;
}

/*flex*/
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*コンテンツ区切りウェーブ*/
.wave01 {
  fill: #fff18f;
}

.wave02 {
  fill: #fffdf9;
}

.footer__svg {
  margin-bottom: -11px;
}

/*円*/
/*箇条書き*/
.circle-number__list {
  list-style-type: none;
  counter-reset: number;
}
.circle-number__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.circle-number__list li::before {
  content: counter(number);
  counter-increment: number;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-right: 0.8em;
  border-radius: 50%;
  background-color: #cb7e58;
  color: #fff;
}

/***** 下層ページヘッダー *****/
.header-sub {
  margin-top: -10%;
  z-index: 10;
}
.header-sub .header-sub__wrap {
  text-align: center;
}
.header-sub .header-sub__wrap .header-sub__box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.header-sub .header-sub__wrap .header-sub__box::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fffdf9;
  border-radius: 40px;
  width: 99%;
  height: 98%;
}
.header-sub .header-sub__wrap .header-sub__box img {
  border-radius: 40px;
  -webkit-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin-top: 40px;
  line-height: 1.7;
}
.header-sub .header-sub__wrap h2 span {
  font-size: 23px;
  color: #dda91b;
  display: block;
  margin-top: 2px;
}

/***** フッター *****/
footer {
  margin-top: -10px;
  padding: 70px 0 30px;
}
footer .sticky-footer {
  position: fixed;
  z-index: 90;
  left: 14px;
  bottom: 14px;
  opacity: 0.9;
  pointer-events: none;
}
footer .sticky-footer .sticky-footer__banner {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #7D4A31;
  font-weight: bold;
  color: #fff;
  font-size: clamp(1rem, 0.708rem + 0.833vw, 1.375rem);
}
footer .footer__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__wrap .footer__container .footer__logo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__logo:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container address {
  margin: 40px 0 20px;
}
footer .footer__wrap .footer__container .footer__tel {
  margin-left: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__tel:hover {
  color: #cb7e58;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns {
  margin: 30px 0;
}
footer .footer__wrap .footer__container .footer__sns a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__sns a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns a:first-of-type {
  margin-right: 15px;
}
footer .footer__wrap .footer__container .footer__map {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}
footer .footer__wrap .footer__container small {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  display: block;
}
footer .footer__wrap .footer__container .btn01 {
  margin-top: 20px;
}

/*コンタクトボタン*/
#contact_btn {
  display: none;
}

/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .header__wrap #header__gmenu .header__logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu .header__logo img {
  max-width: 400px;
  min-width: 270px;
}
header .header__wrap #header__gmenu ul {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 0.8vw;
}
header .header__wrap #header__gmenu ul li a {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__wrap #header__gmenu ul li a span {
  font-size: 13px;
  color: #dda91b;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #cb7e58;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .header__wrap #header__gmenu ul li a:hover::after {
  width: 100%;
}
header .header__wrap #header__gmenu.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .header__wrap #header__gmenu.bg {
  background: rgba(255, 253, 249, 0.8);
}
header .header__wrap .header__tel {
  background-color: rgba(255, 250, 227, 0.7);
  display: block;
  width: auto;
  height: 100%;
  line-height: 1.8;
  padding: 0 20px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .header__wrap .header__tel .number {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}
header .header__wrap .header__tel .notes {
  display: block;
  line-height: 1.3;
  font-size: 12px;
}
header .header__wrap .header__tel:hover {
  color: #fffdf9;
  background-color: rgba(221, 169, 27, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ハンバーガーメニュー */
#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #cb7e58;
  display: none;
}

.h-menu__line, .close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 24px;
}

.h-menu__line--bottom {
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#gnav-sp {
  width: 48%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 241, 143, 0.9);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
  margin-bottom: 35px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
  font-size: 13px;
  color: #dda91b;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #cb7e58;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a:hover::after {
  width: 100%;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading01 *****/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff18f;
  text-align: center;
  color: #dda91b;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

#splash_text svg {
  height: 2px;
}

/***** loading02 *****/
#loading-sub {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fff18f;
}

#loading-sub.open {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: unset;
          animation-delay: unset;
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #cb7e58;
  color: #fffdf9;
  border: 2px solid #cb7e58;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fffdf9;
  color: #cb7e58;
  border-color: #cb7e58;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** コンタクトボタン *****/
#contact_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
}

#contact_btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fffae3;
  color: #333;
  border: 2px solid #fffae3;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contact_btn a:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fffdf9;
  color: #fffae3;
  border-color: #fffae3;
}

#contact_btn .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** フローティングボタン *****/
#floating_btn {
  position: fixed;
  right: 40px;
  bottom: 80px;
  z-index: 10;
}

#floating_btn ul {
  width: 100%;
  height: auto;
}

#floating_btn ul li {
  margin: 0.5rem 0;
}

#floating_btn ul li a {
  display: block;
  background: #fffae3;
  border-radius: 32px;
  padding: 0.5rem 1.5rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#floating_btn ul li a:hover {
  color: #fffdf9;
  background-color: rgba(221, 169, 27, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1630px) {
  header .header__wrap #header__gmenu ul li {
    margin: 0 15px;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 14px;
  }
  header .header__wrap .header__tel .number {
    font-size: 16px;
  }
}
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding-left: 2.5vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0.8vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 23vw;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
  header .header__wrap .header__tel {
    display: none;
  }
  #contact_btn {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  header .header__wrap #header__gmenu {
    height: 90px;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 14px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container {
    width: 50%;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 40px;
  }
  footer .footer__wrap .footer__container .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  header .header__wrap #header__gmenu ul li a {
    font-size: 14px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel .number {
    font-size: 14px;
    word-break: keep-all;
  }
  header .header__wrap .header__tel .notes {
    line-height: 1.3;
    font-size: 10px;
  }
}
@media screen and (max-width: 1167px) {
  header .header__wrap #header__gmenu {
    padding-left: 2vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 15px;
  }
  header .header__wrap .header__tel {
    padding: 0 10px;
  }
  header .header__wrap .header__tel .number {
    font-size: 16px;
  }
  header .header__wrap #header__gmenu {
    height: 80px;
  }
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 23vw;
  }
  #h-menu {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 15px;
  }
  .btn01 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
  header .header__wrap #header__gmenu {
    padding: 0 3vw;
    height: 85px;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0 0 2.5vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 17vw;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 250px;
  }
  .header-sub {
    margin-top: -8%;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 20px;
    margin-top: 0px;
  }
  .h3__ttl--right {
    margin-right: 5%;
  }
  .h3__ttl--right::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--right .circle01 {
    width: 35px;
    height: 35px;
    bottom: -75%;
  }
  .h3__ttl--right .circle02 {
    width: 27px;
    height: 27px;
    bottom: -8%;
    right: -8%;
  }
  .h3__ttl--left {
    margin-left: 5%;
  }
  .h3__ttl--left::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--left .circle01 {
    width: 43px;
    height: 43px;
  }
  .h3__ttl--left .circle02 {
    width: 27px;
    height: 27px;
    left: -15%;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 27px;
    height: 27px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  footer .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer__wrap .footer__container {
    width: 85%;
    text-align: center;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 0;
    margin-bottom: 40px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 30px 0 40px;
  }
  footer .footer__wrap .footer__container small {
    text-align: center;
  }
  .header-sub {
    margin-top: -6%;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 927px) {
  .header-sub .header-sub__wrap .header-sub__box img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #gnav-sp {
    width: 100%;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    display: inline-block;
    width: 20%;
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul {
    text-align: center;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 560px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: min(4.5vw, 22px);
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 14px;
  }
  .btn01 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .wrap, .wrap2 {
    padding: 0 30px;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 50vw;
  }
  header .header__wrap #header__gmenu {
    padding: 0 6vw;
  }
  #h-menu {
    width: 45px;
    height: 45px;
  }
  .h-menu__line, .close__line {
    width: 20px;
    height: 2px;
  }
  .h-menu__line {
    top: 14px;
  }
  .h-menu__line--center {
    top: 22px;
  }
  .h-menu__line--bottom {
    top: 30px;
  }
  .close__line {
    top: 22px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin-bottom: 25px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 15px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
    font-size: 12px;
  }
  footer {
    padding: 60px 0 20px;
  }
  footer .footer__wrap .footer__container {
    width: 100%;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 250px;
  }
  footer .footer__wrap .footer__container small {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 25px 0 35px;
  }
  footer .footer__wrap .footer__container address {
    margin: 35px 0 15px;
  }
  footer .footer__wrap .footer__container .footer__map {
    height: 40vh;
  }
  .header-sub {
    margin-top: 3%;
    padding-bottom: 20px;
  }
  .header-sub .header-sub__wrap h2 {
    margin-top: 25px;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 15px;
  }
  .header-sub .header-sub__wrap .header-sub__box {
    border-radius: 20px;
  }
  .header-sub .header-sub__wrap .header-sub__box img {
    border-radius: 20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header-sub .header-sub__wrap .header-sub__box::after {
    border-radius: 20px;
    border-width: 1px;
    width: 98%;
    height: 97%;
  }
  #page_top {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top .material-icons {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
  #contact_btn {
    bottom: 15px;
    left: 15px;
  }
  #floating_btn {
    right: 20px;
    bottom: 70px;
  }
  #floating_btn ul li a {
    padding: 0.5rem 1rem;
    font-size: 12.5px;
  }
  .h3__ttl--left {
    text-align: center;
    margin-left: 0;
  }
  .h3__ttl--left::before {
    left: 2%;
    width: 60px;
    height: 60px;
  }
  .h3__ttl--left .circle01 {
    width: 33px;
    height: 33px;
    bottom: -40%;
    left: -2%;
  }
  .h3__ttl--left .circle02 {
    width: 22px;
    height: 22px;
    left: -8%;
  }
  .h3__ttl--right {
    margin-right: 0;
    text-align: center;
  }
  .h3__ttl--right::before {
    width: 60px;
    height: 60px;
  }
  .h3__ttl--right .circle01 {
    width: 30px;
    height: 30px;
    bottom: -62%;
    right: 10%;
  }
  .h3__ttl--right .circle02 {
    width: 22px;
    height: 22px;
    bottom: 19%;
    right: 8%;
  }
  .h3__ttl--right::before {
    right: 18%;
  }
  .h3__ttl--center h3 {
    margin: 0 12px;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 22px;
    height: 22px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 15px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 13px;
  }
  .btn01 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .wrap, .wrap2 {
    padding: 0 20px;
  }
  header .header__wrap #header {
    height: 60px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 14px;
  }
}
/*
Theme Name: 児童発達支援 放課後等デイサービス 向日葵（ひまわり）
Theme URI: https://tetra-corp.net/info/
Description: テンプレート「児童発達支援 放課後等デイサービス 向日葵（ひまわり）」のWordPressページです。
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
#main {
  margin-top: -10%;
}
#main ul.main__slider.only-sp {
  display: none;
}
#main ul.main__slider li.main__slider__item {
  position: relative;
  margin: 0 3vw;
}
#main ul.main__slider li.main__slider__item::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fffdf9;
  border-radius: 40px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}
#main ul.main__slider li.main__slider__item img {
  width: 100%;
  border-radius: 40px;
}
#main ul.main__slider .slick-dots {
  bottom: -40px;
}
#main ul.main__slider .slick-dots li button::before {
  color: #7D4A31;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #dda91b;
  opacity: 1;
}
#main .main__container {
  margin-top: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .main__container .main__heading {
  font-size: 36px;
  color: #cb7e58;
  margin-right: 100px;
}
#main .main__container .main__box .main__txt {
  margin-bottom: 28px;
}
#main .main__container .main__box .main__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#i-contents {
  background-color: #fff18f;
  padding-bottom: 1px;
}
#i-contents .h3__ttl--left {
  margin-top: 50px;
}
#i-contents .h3__ttl--left::before {
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: -7%;
}
#i-contents .h3__ttl--left .circle01 {
  width: 95px;
  height: 95px;
  bottom: -36%;
  left: -11%;
}
#i-contents .h3__ttl--left .circle02 {
  width: 50px;
  height: 50px;
  bottom: 30%;
  left: -15%;
}
#i-contents .i-contents__wrap {
  margin-top: 80px;
}
#i-contents .i-contents__wrap .i-contents__container {
  margin-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  margin-right: -70px;
  border: 4px solid #cb7e58;
  border-radius: 50%;
  z-index: 2;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 55px 60px 65px;
  margin-top: 160px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
  position: absolute;
  width: 200px;
  bottom: -8%;
  right: -9%;
  pointer-events: none;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table {
  margin-top: 12px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table th, #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table td {
  padding-bottom: 10px;
  line-height: 44px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table th {
  padding-right: 1em;
  font-weight: normal;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__label {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 22px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__label::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/common/marker1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(221, 169, 27, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 35%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle02 {
  width: 45px;
  height: 45px;
  background-color: rgba(221, 169, 27, 0.1);
  position: absolute;
  border-radius: 50%;
  bottom: 28%;
  left: -53%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img {
  margin: 40px 0 0 -40px;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box {
  padding: 60px 70px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
  bottom: -14%;
  left: -14%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(221, 169, 27, 0.1);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) {
  margin-bottom: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
  margin: 130px -50px 0 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
  bottom: -15%;
  right: -13%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle01 {
  bottom: -36%;
  left: -66%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle02 {
  bottom: -15%;
  left: -69%;
}

#i-menu {
  background-image: url(img/bg01.png);
}
#i-menu .i-menu__wrap {
  margin: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#i-menu .i-menu__wrap .i-menu__item {
  text-align: center;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fffdf9;
  border-radius: 50%;
  width: 97%;
  height: 97%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle:hover .i-menu__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item h4 {
  font-size: 22px;
  margin: 20px 0;
}
#i-menu .i-menu__wrap .i-menu__item .btn01 {
  background-color: #fffdf9;
}
#i-menu .i-menu__wrap .i-menu__item .btn01:hover {
  background-color: #dda91b;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
  margin: 50px 100px 0;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
  margin-top: 100px;
}
#i-menu .i-menu__svg {
  margin-bottom: -1px;
}

#i-news {
  margin-top: -10px;
  background-color: #fff18f;
}
#i-news .i-news__wrap {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#i-news .i-news__wrap a.i-news__item {
  width: 48%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#i-news .i-news__wrap a.i-news__item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb {
  width: 224px;
  min-width: 224px;
  height: 149px;
  overflow: hidden;
  border-radius: 20px;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#i-news .i-news__wrap a.i-news__item .i-news__info {
  margin-left: 30px;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
  font-size: 14px;
  color: #dda91b;
}
#i-news .i-news__btn {
  margin-top: 60px;
  text-align: center;
}
#i-news .i-bnr {
  margin: 120px auto 130px;
  text-align: center;
  position: relative;
}
#i-news .i-bnr::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fffae3;
  border-radius: 40px;
  width: 99%;
  height: 97%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#i-news .i-bnr .i-bnr__img {
  width: 100%;
  border-radius: 40px;
}
#i-news .i-bnr .i-bnr__img--sp {
  display: none;
}
#i-news .i-bnr .i-bnr__box {
  position: absolute;
  left: 17%;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
#i-news .i-bnr .i-bnr__box .i-bnr__ttl {
  font-size: 50px;
  line-height: 1.3;
}
#i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
  font-size: 25px;
  color: #cb7e58;
}
#i-news .i-bnr .i-bnr__box .i-bnr__txt {
  margin: 30px 0;
}
#i-news .i-bnr .i-bnr__box .btn01 {
  width: 100%;
}
#i-news .i-news__svg {
  margin-bottom: -11px;
}

/* ************************************************************************************************
   about.php
   ************************************************************************************************ */
#about01 {
  background: #fff18f;
  padding-bottom: 100px;
}
#about01 .about01__wrap {
  margin-top: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about01 .about01__wrap .about01__container {
  width: 50%;
  margin-right: 5%;
}
#about01 .about01__wrap .about01__container .about01__txt {
  margin-top: 50px;
}
#about01 .about01__wrap .about01__img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

#about02 .h3__ttl--center {
  margin-bottom: 80px;
}
#about02 .about02__container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about02 .about02__container .about02__item {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid #cb7e58;
  margin: 0 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#about02 .about02__container .about02__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #cb7e58;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
#about02 .about02__container .about02__item p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
#about02 .about02__container01 {
  margin-bottom: 40px;
}

#about03 {
  background-color: #fff18f;
}
#about03 .about03__wrap {
  margin-top: 70px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about03 .about03__wrap .about03__img {
  width: 50%;
  margin-right: 70px;
  overflow: hidden;
  border-radius: 20px;
}
#about03 .about03__wrap .about03__tbl {
  width: 50%;
}
#about03 .about03__wrap .about03__tbl tr {
  border-bottom: 1px solid #cb7e58;
}
#about03 .about03__wrap .about03__tbl tr th, #about03 .about03__wrap .about03__tbl tr td {
  padding: 10px 15px;
}
#about03 .about03__wrap .about03__tbl tr th {
  color: #dda91b;
  padding-right: 50px;
  font-weight: normal;
}
#about03 .about03__svg--bot {
  margin-bottom: -11px;
}

/* ************************************************************************************************
   service.php
   ************************************************************************************************ */
#service01 {
  background: #fff18f;
}
#service01 .service01__wrap {
  margin-top: 50px;
}
#service01 .service01__wrap .service01__unit {
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
#service01 .service01__wrap .service01__unit .service01__box {
  width: 100%;
}
#service01 .service01__wrap .service01__unit .service01__box .service01__txt {
  margin-top: 50px;
}
#service01 .service01__wrap .service01__unit .service01__img {
  width: 80%;
  overflow: hidden;
  border-radius: 20px;
}

#service02 .service02__wrap {
  margin: 60px auto 100px;
}
#service02 .service02__wrap h3 {
  margin-bottom: 60px;
}
#service02 .service02__wrap .service02__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#service02 .service02__wrap .service02__container .service02__time {
  margin: 12px 25px 12px 0;
  width: 76px;
  min-width: 76px;
  height: 76px;
  line-height: 76px;
  font-size: 21px;
  font-weight: 600;
  border-radius: 50%;
  background-color: #cb7e58;
  color: #fff;
  text-align: center;
  display: inline-block;
}
#service02 .service02__wrap .service02__container .service02__heading {
  width: 22%;
  font-size: 23px;
  color: #7D4A31;
  word-break: keep-all;
}
#service02 .service02__wrap .service02__container .service02__heading.space {
  padding-left: 59px;
}
#service02 .service02__wrap .service02__container .service02__pic {
  max-width: 150px;
  margin-left: 50px;
  border-radius: 50%;
  overflow: hidden;
}
#service02 .service02__wrap .service02__container .service02__illust {
  max-width: 150px;
  margin-left: 50px;
}
#service02 .service02__wrap .service02__line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 37px;
}

/* ************************************************************************************************
   faq.php
   ************************************************************************************************ */
#faq {
  background: #fff18f;
}
#faq .faq__wrap {
  margin: 70px auto 80px;
}
#faq .faq__wrap .faq01__unit {
  margin: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fffdf9;
  color: #7D4A31;
}
#faq .faq__wrap .faq01__unit .faq01__box--q,
#faq .faq__wrap .faq01__unit .faq01__box--a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 20px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::before,
#faq .faq__wrap .faq01__unit .faq01__box--a::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 18px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q .faq01__txt,
#faq .faq__wrap .faq01__unit .faq01__box--a .faq01__txt {
  margin-top: 6px;
  font-size: 18px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::before {
  content: "Q";
  background-color: #cb7e58;
  color: #fff;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 90%;
  height: 4px;
  background-image: url(img/line02.png);
  background-repeat: repeat-x;
}
#faq .faq__wrap .faq01__unit .faq01__box--a::before {
  content: "A";
  border: 2px solid #cb7e58;
  color: #cb7e58;
}

/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
#recruit01 {
  background-color: #fff18f;
}
#recruit01 .recruit01__wrap {
  margin: 60px auto 60px;
  text-align: center;
}
#recruit01 .recruit01__wrap .h3__ttl--center {
  color: #7D4A31;
}
#recruit01 .recruit01__wrap .recruit01__txt {
  margin: 50px 0;
}
#recruit01 .recruit01__wrap .recruit01__img {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}
#recruit01 .recruit01__wrap .recruit01__points {
  margin: 100px 0 0;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
  border: 2px solid #cb7e58;
  border-radius: 50%;
  margin-right: -10px;
  z-index: 3;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
  width: 50%;
  text-align: left;
  z-index: 2;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
  font-size: 23px;
  border-bottom: 2px solid #cb7e58;
  padding-bottom: 5px;
  padding-left: 40px;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box p {
  margin-top: 25px;
  padding-left: 40px;
}

#recruit02 {
  padding-bottom: 150px;
  border-bottom: 1px solid #cb7e58;
}
#recruit02 svg {
  margin-top: -100px;
}
#recruit02 .recruit02__wrap .recruit02__tbl {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr {
  border-bottom: 1px solid #cb7e58;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th, #recruit02 .recruit02__wrap .recruit02__tbl tr td {
  padding: 10px 15px;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th {
  width: 30%;
  color: #dda91b;
  text-align: center;
  font-weight: 500;
}
#recruit02 .recruit02__wrap .recruit02__btn {
  margin-top: 70px;
  text-align: center;
}
#recruit02 .recruit02__wrap .recruit02__btn .btn01 {
  margin-top: 25px;
}

/* ************************************************************************************************
   index.php(WP)
   ************************************************************************************************ */
/***** アーカイブ *****/
.archive {
  background-color: #fff18f;
}
.archive .archive__wrap {
  margin: 70px 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive .archive__wrap .archive__container {
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive .archive__wrap .archive__container a.archive__item {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive .archive__wrap .archive__container a.archive__item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail {
  text-align: center;
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
  border-radius: 20px;
  height: auto;
}
.archive .archive__wrap .archive__container a.archive__item .archive__date {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #dda91b;
}
.archive .archive__wrap .archive__container a.archive__item .archive__ttl {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
}
.archive .archive__svg {
  margin-bottom: -11px;
}

/***** シングル *****/
.single {
  border-bottom: 1px solid #8ac6d1;
}
.single .single__wrap {
  margin: 70px 0 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .single__wrap .single__container {
  width: 70%;
  z-index: 10;
}
.single .single__wrap .single__container .single__info {
  padding: 0 10px 10px;
  border-bottom: 1px solid #cb7e58;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #dda91b;
}
.single .single__wrap .single__container .single__info h3 {
  font-size: 25px;
}
.single .single__wrap .single__container .single__category {
  margin-top: 20px;
  text-align: right;
}
.single .single__wrap .single__container .single__category ul li {
  display: inline-block;
  margin-left: 20px;
}
.single .single__wrap .single__container .single__category ul li a {
  font-size: 15px;
  color: #dda91b;
  border: 1px solid #dda91b;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 10px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #dda91b;
  color: #fffdf9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .single__wrap .single__container .single__thumbnail {
  margin-top: 40px;
  text-align: center;
}
.single .single__wrap .single__container .single__thumbnail img {
  height: auto;
  border-radius: 20px;
}
.single .single__wrap .single__container .single__content {
  margin-top: 40px;
}
.single .single__wrap .single__container .single__content img {
  height: auto;
}

/***** サイドバー *****/
.sidebar {
  width: 22%;
  text-align: center;
  z-index: 10;
}
.sidebar .sidebar__item {
  margin-bottom: 50px;
}
.sidebar .sidebar__item h3 {
  font-size: 20px;
  color: #dda91b;
  border-bottom: 1px solid #cb7e58;
  padding: 0 5px 5px;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar .sidebar__item ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar__item ul li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar .sidebar__item ul li a:hover {
  color: #cb7e58;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #cb7e58 solid;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=text] {
  border: 1px solid #cb7e58;
  width: 70%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=submit] {
  color: #fff;
  background-color: #dda91b;
  width: 25%;
  border-radius: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sidebar .sidebar__item input[type=submit]:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/***** ページネーション *****/
.pagination {
  width: 100%;
}

.pagination .page-numbers {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  background: #cb7e58;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 1em;
  line-height: 20px;
  color: #fff;
}
.pagination .page-numbers li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #cb7e58;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-below {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 70%;
  max-width: 700px;
  margin: 45px auto 0;
}
.nav-below .nav-previous a, .nav-below .nav-next a {
  color: #fff;
  background-color: #cb7e58;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover, .nav-below .nav-next a:hover {
  background-color: #dda91b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ************************************************************************************************
   flow.php
   ************************************************************************************************ */
#flow01 {
  padding-bottom: 110px;
  background-color: #fff18f;
}
#flow01 .h3__ttl--left {
  margin-top: 50px;
}
#flow01 .h3__ttl--left::before {
  left: -4%;
}
#flow01 .h3__ttl--left .circle01 {
  left: -7%;
}
#flow01 .h3__ttl--left .circle02 {
  left: -10%;
}
#flow01 .flow01__wrap {
  margin: 80px auto 0;
}
#flow01 .flow01__wrap .flow01__container {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow01 .flow01__wrap .flow01__container .flow01__img {
  border-radius: 20px;
}
#flow01 .flow01__wrap .flow01__container .flow01__box {
  margin-left: 60px;
}
#flow01 .flow01__wrap .flow01__container .flow01__box h4 {
  color: #7D4A31;
  margin-bottom: 25px;
}
#flow01 .flow01__wrap .flow01__container .flow01__box h4 .flow01__number {
  font-size: 22px;
  color: #fffdf9;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #cb7e58;
  display: inline-block;
  margin-right: 15px;
}
#flow01 .flow01__wrap .flow01__container:last-of-type {
  margin-bottom: 0;
}

#flow02 {
  padding-bottom: 150px;
}
#flow02 .flow02__wrap {
  margin-top: 70px;
}
#flow02 .flow02__wrap table {
  margin: 0 auto;
  width: 100%;
  max-width: 295px;
}
#flow02 .flow02__wrap table tr {
  border-bottom: 1px solid #cb7e58;
}
#flow02 .flow02__wrap table tr th, #flow02 .flow02__wrap table tr td {
  font-size: 20px;
  padding: 15px 30px;
}
#flow02 .flow02__wrap table tr th {
  color: #dda91b;
}
#flow02 .flow02__wrap table tr td {
  text-align: center;
}
#flow02 .flow02__wrap .flow02__btn {
  margin-top: 60px;
  text-align: center;
}
#flow02 .flow02__wrap .flow02__bnr {
  width: 100%;
  height: 400px;
  margin-top: 120px;
  border: 1px solid #dda91b;
  border-radius: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#flow02 .flow02__wrap .flow02__bnr .flow02__bnr__img {
  width: auto;
  height: 100%;
  border-radius: 40px 0 0 40px;
}
#flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__ttl {
  font-size: 40px;
  color: #dda91b;
}
#flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__txt {
  margin: 30px 0;
}
#flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .btn01 {
  width: 100%;
}

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
#contact {
  background: #fff18f;
}
#contact .contact__wrap {
  margin: 60px auto 90px;
}
#contact .contact__wrap .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}
#contact .contact__wrap .wpcf7 .contact__txt {
  text-align: center;
  margin-bottom: 50px;
}
#contact .contact__wrap .wpcf7 .required {
  font-size: 0.8em;
  margin-left: 7px;
  color: #b31822;
}
#contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap input, #contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap textarea, #contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap select {
  width: 100%;
  margin: 7px auto 30px;
  border: 1px solid #cb7e58;
  padding: 0 10px;
  background-color: #fff;
}
#contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap input:focus, #contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap textarea:focus, #contact .contact__wrap .wpcf7 .wpcf7-form-control-wrap select:focus {
  border-color: #dda91b;
}
#contact .contact__wrap .wpcf7 .contact__consent .wpcf7-list-item {
  margin: 0;
}
#contact .contact__wrap .wpcf7 .contact__consent .wpcf7-list-item input {
  width: auto;
  margin: 0;
  margin-right: 5px;
  vertical-align: inherit;
}
#contact .contact__wrap .wpcf7 input[type=submit] {
  font-weight: 600;
  display: block;
  padding: 7px 80px;
  margin: 40px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #dda91b;
  color: #fff;
  border-radius: 60px;
}
#contact .contact__wrap .wpcf7 input[type=submit]:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact__wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #dda91b;
}

/*プライバシーポリシー*/
@media only screen and (max-width: 550px) {
  [class*=grid-].noGutter > .col {
    padding: 0%;
  }
}
.blk-iframe {
  border: 1px solid #cb7e58;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  height: 25em;
  margin: 70px auto 40px;
  overflow: auto;
  /*  -webkit-overflow-scrolling: touch;*/
}

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 50px 20px;
}

.privacy h4 {
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}

.privacy h4::after {
  content: none;
}

.privacy h5 {
  margin: 1em 0 0.5em;
}

.contact__consent {
  text-align: center;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1366px) {
  #main ul.main__slider li.main__slider__item {
    margin: 0 2.5vw;
  }
  #i-news .i-bnr {
    width: 90%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 30px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 48px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 23px;
  }
  #about01 .h3__ttl--left {
    margin-left: 7%;
  }
  #about01 .about01__wrap .about01__container {
    width: 50%;
  }
  #about01 .about01__wrap .about01__img {
    width: 50%;
  }
  #about01 .h3__ttl--right {
    margin-right: 5%;
  }
  #service01 .service01__wrap .service01__unit .service01__img {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 33px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #about02 .about02__container .about02__item p {
    font-size: 17px;
  }
  #about02 .about02__container .about02__item {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1167px) {
  #about02 .about02__container .about02__item {
    margin: 0 2%;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #main {
    margin-top: -9%;
  }
  #main .main__container .main__heading {
    font-size: 30px;
    margin-right: 2vw;
  }
  #main .main__container .main__heading br {
    display: block;
  }
  #i-contents .h3__ttl--left {
    margin-left: 11%;
  }
  #i-contents .h3__ttl--left::before {
    width: 130px;
    height: 130px;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 75px;
    height: 75px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 40px;
    height: 40px;
    bottom: 26%;
    left: -14%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    padding: 50px 60px 50px 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 370px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 23px;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 50px 7% 0;
  }
  #i-news .i-bnr {
    width: 100%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 45px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 20px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 15px 0 20px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 13px;
  }
  /***** about.php @1025px *****/
  #about01 .about01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about01 .about01__wrap .about01__container {
    margin-right: 0;
  }
  #about01 .about01__wrap .about01__img {
    width: max(70%, 500px);
    margin-top: 50px;
  }
  #about02 .about02__container .about02__item {
    width: 280px;
    height: 280px;
  }
  #about02 .about02__container .about02__item p {
    font-size: 16px;
  }
  #about03 .about03__wrap .about03__img {
    width: 35%;
    margin-right: 5%;
  }
  #about03 .about03__wrap .about03__tbl {
    width: 60%;
  }
  #about03 .about03__wrap .about03__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  /***** service.php @1025px *****/
  #service01 .service01__wrap .service01__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #service01 .service01__wrap .service01__unit .service01__img {
    width: max(70%, 500px);
    margin-top: 50px;
  }
  #service02 .service02__wrap .service02__container .service02__heading {
    font-size: 21px;
    width: 17%;
  }
  #service02 .service02__wrap .service02__container .service02__time {
    font-size: 19px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #service02 .service02__wrap .service02__line {
    margin-left: 3.4vw;
  }
  /***** recruit.php @1025px *****/
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
    font-size: 21px;
  }
  #recruit02 {
    padding-bottom: 130px;
  }
  /***** index.php(WP) @1025px *****/
  .archive .archive__wrap .archive__container a.archive__item .archive__date {
    font-size: 13px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 16px;
    width: 85%;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
    width: 85%;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 23px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 14px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 18px;
  }
  .pagination .page-numbers li {
    font-size: 15px;
  }
  .nav-below .nav-previous a, .nav-below .nav-next a {
    height: 45px;
    line-height: 45px;
  }
  /***** flow.php @1025px *****/
  #flow01 .flow01__wrap .flow01__container .flow01__box h4 .flow01__number {
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__box {
    margin-left: 5%;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__img {
    width: 35%;
  }
  #flow02 .flow02__wrap table tr th, #flow02 .flow02__wrap table tr td {
    font-size: 18px;
  }
  #flow02 .flow02__wrap .flow02__bnr {
    height: 350px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__ttl {
    font-size: 37px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__txt {
    margin: 25px 0;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #main {
    margin-top: -7%;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 50px;
  }
  #main .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .main__container .main__heading {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #main .main__container .main__txt {
    text-align: center;
  }
  #i-contents {
    padding-bottom: 70px;
  }
  #i-contents .h3__ttl--left::before {
    left: -12%;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: -16%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -20%;
  }
  #i-contents .i-contents__wrap {
    margin-top: 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
    margin: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    margin-top: -40px;
    padding: 60px 60px 50px 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    margin-top: -40px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    margin-bottom: 20px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    bottom: -16%;
    right: -4%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    bottom: -15%;
    left: -7%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
    bottom: -24%;
    right: -4%;
  }
  #i-news .i-news__wrap a.i-news__item {
    width: 100%;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 30px;
  }
  #i-news .i-news__wrap {
    margin-top: 10px;
  }
  #i-news .i-news__btn {
    margin-top: 50px;
  }
  #i-news .i-bnr {
    margin: 90px auto 110px;
  }
  #i-news .i-bnr::after {
    border-width: 1px;
  }
  #i-news .wrap2 {
    padding: 0 30px;
  }
  #i-news .i-bnr .i-bnr__box {
    left: 10%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 35px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 17px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 10px 0 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 190px;
    min-width: 190px;
    height: 130px;
  }
  #i-news .i-bnr .i-bnr__box .btn01 {
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  /***** about.php @960px *****/
  #about01 .about01__wrap .about01__img {
    margin-top: 50px;
  }
  #about02 .h3__ttl--center {
    margin-bottom: 60px;
  }
  #about02 .about02__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about02 .about02__container01 {
    margin-bottom: 0;
  }
  #about03 .about03__wrap {
    padding-bottom: 50px;
  }
  #about03 .about03__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 60px;
  }
  #about03 .about03__wrap .about03__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #about03 .about03__wrap table.about03__tbl {
    width: 90%;
  }
  /***** service.php @960px *****/
  #service01 .service01__wrap .service01__unit .service01__img {
    margin-top: 50px;
  }
  #service02 .service02__wrap {
    margin: 60px auto 80px;
  }
  #service02 .service02__wrap .service02__container .service02__time {
    margin: 12px 20px 12px 0;
  }
  #service02 .service02__wrap .service02__container .service02__pic {
    margin-left: 4%;
  }
  #service02 .service02__wrap .service02__container .service02__illust {
    margin-left: 4%;
  }
  #service02 .service02__wrap .service02__line {
    margin-left: 4.4vw;
  }
  #service02 .service02__wrap .service02__container .service02__heading {
    width: auto;
    margin-right: 7%;
  }
  /***** recruit.php @960px *****/
  #recruit01 {
    padding-bottom: 20px;
  }
  #recruit01 .recruit01__wrap .recruit01__txt {
    margin: 40px 0;
  }
  #recruit01 .recruit01__wrap .recruit01__img {
    width: 80%;
  }
  #recruit01 .recruit01__wrap .recruit01__points {
    margin: 80px 0 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #recruit01 .recruit01__wrap .recruit01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
    width: 200px;
    margin-right: -15px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
    width: 67%;
  }
  #recruit02 {
    padding-bottom: 100px;
  }
  #recruit02 svg {
    margin-top: 0;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    width: 85%;
    max-width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 50px;
  }
  /***** index.php(WP) @960px *****/
  .archive .archive__wrap {
    margin: 60px 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive .archive__wrap .archive__container {
    width: 90%;
    margin-bottom: 70px;
  }
  .archive .archive__wrap .archive__container a.archive__item {
    margin-bottom: 40px;
  }
  .single .single__wrap {
    margin: 60px 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single .single__wrap .single__container {
    width: 90%;
    margin-bottom: 90px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 15px;
  }
  .sidebar {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar .sidebar__item {
    width: 28%;
    margin-bottom: 0;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 6%;
  }
  .sidebar .sidebar__item h3 {
    text-align: center;
  }
  .sidebar .btn01 {
    margin-top: 50px;
  }
  /***** flow.php @960px *****/
  #flow01 {
    padding-bottom: 90px;
  }
  #flow01 .flow01__wrap {
    margin: 60px auto 0;
  }
  #flow01 .flow01__wrap .flow01__container {
    margin-bottom: 50px;
  }
  #flow01 .flow01__wrap .flow01__container:last-of-type {
    margin-bottom: 0;
  }
  #flow02 {
    padding-bottom: 100px;
  }
  #flow02 .flow02__wrap {
    margin-top: 50px;
  }
  #flow02 .flow02__wrap .flow02__btn {
    margin-top: 50px;
  }
  #flow02 .flow02__wrap .flow02__bnr {
    width: 80%;
    height: auto;
    margin: 100px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__img {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 0 0;
    margin-bottom: 25px;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 737px) {
  #i-news .i-bnr {
    height: 65vh;
  }
  #i-news .i-bnr .i-bnr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about02 .about02__container .about02__item {
    width: 250px;
    height: 250px;
  }
  #about02 .about02__container .about02__item p {
    font-size: 15px;
  }
}
/* ************************************************************************************************
   768px
   ************************************************************************************************ */
@media screen and (max-width: 768px) {
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table {
    width: 100%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table th,
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table td {
    display: block;
    width: 100%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table th {
    text-align: center;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table td {
    line-height: inherit;
    text-align: center;
    /***** faq.php @768px *****/
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__table td #faq .faq__wrap .faq01__unit {
    margin: 30px 0;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 560px) {
  /***** index.php @560px *****/
  #main {
    margin-top: 3%;
    padding-bottom: 40px;
  }
  #main ul.main__slider.only-sp {
    display: block;
  }
  #main ul.main__slider.only-pc {
    display: none;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 30px;
  }
  #main ul.main__slider li.main__slider__item img {
    border-radius: 20px;
  }
  #main ul.main__slider li.main__slider__item::after {
    width: 97%;
    height: 96%;
    border-radius: 20px;
    border-width: 1px;
  }
  #main .main__container {
    margin-top: 70px;
  }
  #main .main__container .main__heading {
    font-size: 24px;
    text-align: center;
  }
  #main .main__container .main__txt {
    text-align: left;
  }
  #i-contents .wrap {
    padding: 0 20px;
  }
  #i-contents .i-contents__wrap {
    margin-top: 45px;
  }
  #i-contents .h3__ttl--left {
    margin-left: 0;
  }
  #i-contents .h3__ttl--left::before {
    width: 100px;
    height: 100px;
    left: 9%;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 48px;
    height: 48px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 30px;
    height: 30px;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: 4%;
    bottom: -24%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -4%;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 250px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 18px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    border-radius: 20px;
    padding: 60px 25px 50px 25px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 170px;
    bottom: -10%;
    left: unset;
    right: 2%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    bottom: -16%;
    left: 9%;
  }
  #i-menu .i-menu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
    width: 140px;
    height: auto;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
    border-width: 1px;
    width: 96%;
    height: 96%;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
    margin: 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 30px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #i-news {
    padding-top: 30px;
  }
  #i-news .wrap {
    padding: 0 20px;
  }
  #i-news .i-news__wrap {
    margin-top: 20px;
  }
  #i-news .i-news__wrap a.i-news__item {
    margin-top: 30px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 140px;
    min-width: 140px;
    height: 95px;
    border-radius: 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 12px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 15px;
  }
  #i-news .i-news__btn {
    margin-top: 40px;
  }
  #i-news .i-bnr {
    margin: 70px 0 60px;
  }
  #i-news .i-bnr::after {
    border-radius: 20px;
    width: 98%;
    height: 98%;
  }
  #i-news .i-bnr .i-bnr__img {
    border-radius: 20px;
    opacity: 0.6;
  }
  #i-news .i-bnr .i-bnr__box {
    left: 7%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 32px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 25px;
  }
  /***** about.php @560px *****/
  #about01 {
    padding-bottom: 0px;
  }
  #about01 .h3__ttl--left {
    margin-left: 0;
  }
  #about01 .about01__wrap .about01__container .about01__txt {
    margin-top: 40px;
    width: 100%;
  }
  #about01 .about01__wrap .about01__img {
    margin-top: 40px;
    width: 100%;
  }
  #about02 .h3__ttl--center {
    margin: 40px 0 35px;
  }
  #about02 .about02__container .about02__item {
    width: 250px;
    height: 250px;
    margin: 0 0 30px;
  }
  #about02 .about02__container .about02__item p {
    font-size: 15px;
  }
  #about03 {
    padding-top: 50px;
  }
  #about03 .about03__wrap {
    padding-bottom: 40px;
  }
  #about03 .about03__wrap {
    margin-top: 40px;
  }
  #about03 .about03__wrap table.about03__tbl {
    width: 100%;
  }
  #about03 .about03__wrap .about03__tbl tr th {
    width: 25%;
  }
  #about03 .about03__wrap .about03__img {
    margin: 40px 0 0 0;
    width: 100%;
  }
  #about03 .h3__ttl--right {
    margin-top: 50px;
  }
  #about03 .h3__ttl--right::before {
    right: 26%;
  }
  #about03 .h3__ttl--right .circle01 {
    right: 18%;
  }
  #about03 .h3__ttl--right .circle02 {
    right: 16%;
  }
  /***** service.php @560px *****/
  #service01 .service01__wrap .service01__unit .service01__img {
    margin-top: 40px;
    width: 100%;
  }
  #service02 .service02__wrap {
    margin: 50px auto;
  }
  #service02 .service02__wrap .service02__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service02 .service02__wrap .service02__container .service02__heading {
    font-size: 19px;
  }
  #service02 .service02__wrap .service02__container .service02__time {
    margin: 0;
    font-size: 16px;
    width: 63px;
    min-width: 63px;
    height: 63px;
    line-height: 63px;
  }
  #service02 .service02__wrap .service02__container .service02__heading {
    margin: 15px 0;
    text-align: center;
  }
  #service02 .service02__wrap .service02__line {
    display: block;
    margin: 15px auto;
  }
  #service02 .service02__wrap .service02__container .service02__pic {
    margin-left: 0;
    width: 100px;
    margin-top: 15px;
  }
  #service02 .service02__wrap .service02__container .service02__illust {
    margin-left: 0;
    width: 100px;
    margin-top: 15px;
  }
  #service02 .service02__wrap .service02__container .service02__heading.space {
    padding-left: 0px;
  }
  .service02__line.only-pc {
    display: none !important;
  }
  /***** faq.php @768px *****/
  #faq .faq__wrap .faq01__unit {
    margin: 20px 0;
  }
  #faq .faq__wrap .faq01__unit .faq01__box--q::before, #faq .faq__wrap .faq01__unit .faq01__box--a::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  #faq .faq__wrap .faq01__unit .faq01__box--q .faq01__txt, #faq .faq__wrap .faq01__unit .faq01__box--a .faq01__txt {
    font-size: 16px;
  }
  /***** recruit.php @560px *****/
  #recruit01 {
    padding-bottom: 30px;
  }
  #recruit01 .recruit01__wrap {
    margin: 50px auto 0;
  }
  #recruit01 .recruit01__wrap .recruit01__img {
    width: 100%;
  }
  #recruit01 .recruit01__wrap .recruit01__txt {
    margin: 30px 0;
    text-align: left;
  }
  #recruit01 .recruit01__wrap .recruit01__points {
    margin: 60px 0 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px;
  }
  #recruit01 .recruit01__wrap .recruit01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
    width: 100%;
    margin-top: 15px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
    padding-left: 0;
    text-align: center;
    font-size: 19px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box p {
    padding-left: 0;
    margin-top: 20px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
    margin-right: 0;
    width: 180px;
  }
  #recruit02 {
    padding-bottom: 70px;
  }
  #recruit02 .recruit02__wrap {
    margin-top: 50px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    margin: 40px auto 0;
    width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th, #recruit02 .recruit02__wrap .recruit02__tbl tr td {
    padding: 10px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th {
    width: 33%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 40px;
  }
  /***** index.php(WP) @560px *****/
  .archive .archive__wrap {
    margin: 50px 0 60px;
  }
  .archive .archive__wrap .archive__container {
    width: 100%;
    margin-bottom: 60px;
  }
  .archive .archive__wrap .archive__container a.archive__item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 14px;
    width: auto;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail {
    width: 45%;
    min-width: 140px;
    margin-right: 20px;
    border-radius: 15px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
    width: 100%;
  }
  .archive .archive__info {
    text-align: left;
  }
  .single .single__wrap {
    margin: 50px 0 70px;
  }
  .single .single__wrap .single__container {
    width: 100%;
    margin-bottom: 70px;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 18px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 14px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 13px;
  }
  .single .single__wrap .single__container .single__category ul li {
    margin: 5px 0 5px 15px;
  }
  .single .single__wrap .single__container .single__thumbnail {
    margin-top: 30px;
  }
  .single .single__wrap .single__container .single__content {
    margin-top: 30px;
  }
  .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar .sidebar__item {
    width: 57%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 16px;
  }
  .sidebar .btn01 {
    margin-top: 20px;
  }
  .pagination .page-numbers li {
    font-size: 14px;
  }
  .nav-below {
    width: 95%;
    margin: 30px auto 0;
  }
  .nav-below .nav-previous a, .nav-below .nav-next a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  /***** flow.php @560px *****/
  #flow01 {
    padding-bottom: 50px;
  }
  #flow01 .h3__ttl--left::before {
    left: 13%;
  }
  #flow01 .h3__ttl--left .circle01 {
    left: 9%;
  }
  #flow01 .h3__ttl--left .circle02 {
    left: 3%;
  }
  #flow01 .flow01__wrap {
    margin: 50px auto 0;
  }
  #flow01 .flow01__wrap .flow01__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #flow01 .flow01__wrap .flow01__container:last-of-type {
    margin-bottom: 0;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__img {
    width: 80%;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__box h4 {
    margin: 15px 0 20px;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__box h4 .flow01__number {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__box {
    margin-left: 0;
  }
  #flow01 .flow01__wrap .flow01__container .flow01__img {
    width: 100%;
  }
  #flow02 {
    padding-bottom: 60px;
  }
  #flow02 .h3__ttl--center {
    margin-top: 40px;
  }
  #flow02 .flow02__wrap {
    margin-top: 30px;
  }
  #flow02 .flow02__wrap table tr th, #flow02 .flow02__wrap table tr td {
    font-size: 16px;
    padding: 12px 30px;
  }
  #flow02 .flow02__wrap table {
    max-width: 260px;
  }
  #flow02 .flow02__wrap .flow02__bnr {
    margin: 70px auto 0;
    border-radius: 20px;
    width: 100%;
    padding-bottom: 40px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__ttl {
    font-size: 30px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__container .flow02__bnr__inner .flow02__bnr__txt {
    margin: 10px 0 25px;
  }
  #flow02 .flow02__wrap .flow02__bnr .flow02__bnr__img {
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
  }
  /***** contact @560px *****/
  #contact .contact__wrap .wpcf7 .contact__txt {
    margin-bottom: 40px;
    text-align: left;
  }
  .blk-iframe {
    margin: 30px auto;
  }
  #contact .contact__wrap {
    margin: 50px auto 40px;
  }
  #contact .contact__wrap .wpcf7 input[type=submit] {
    margin: 30px auto 0;
  }
  .privacy {
    padding: 40px 15px;
  }
  .privacy h4 {
    margin-bottom: 30px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 18px;
    height: 18px;
  }
}