
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
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: #193b47;
  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: #8ac6d1;
  color: #fffdf9;
}
::selection {
  background: #8ac6d1;
  color: #fffdf9;
}

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

.br-pc {
  display: block;
}

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

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

.wrap {
  width: 1080px;
  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(255, 255, 255, 0.9);
  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(190, 235, 233, 0.4);
  bottom: -36%;
  left: -11%;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(190, 235, 233, 0.3);
  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(190, 235, 233, 0.5);
  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(190, 235, 233, 0.4);
  bottom: -83%;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(190, 235, 233, 0.3);
  bottom: -12%;
  right: -7%;
}

.h3__ttl--center {
  display: -ms-flex;
  display: flex;
  align-items: 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(190, 235, 233, 0.3);
}
.h3__ttl--center .circle02 {
  background-color: rgba(190, 235, 233, 0.5);
}

/* ボタン */
.btn01 {
  font-size: 17px;
  color: #2d6a7c;
  border: 1px solid #2d6a7c;
  border-radius: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  box-sizing: border-box;
  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: #2d6a7c;
  color: #fffdf9;
  transition: all 0.3s;
}

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

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

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

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

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

.wave02 {
  fill: #fffdf9;
}

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

/*円*/
/***** 下層ページヘッダー *****/
.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;
  transition: ease-in-out 0.6s;
  transition-delay: 1s;
  transform: scale(1.3);
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin-top: 40px;
  line-height: 1;
}
.header-sub .header-sub__wrap h2 span {
  font-size: 23px;
  color: #8ac6d1;
  display: block;
  margin-top: 20px;
}

/***** フッター *****/
footer {
  margin-top: -10px;
  padding: 70px 0 30px;
}
footer .footer__wrap {
  justify-content: space-between;
}
footer .footer__wrap .footer__container .footer__logo {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__logo:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container address {
  margin: 40px 0 20px;
}
footer .footer__wrap .footer__container .footer__tel {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__tel:hover {
  color: #8ac6d1;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns {
  margin: 30px 0;
}
footer .footer__wrap .footer__container .footer__sns a {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__sns a:hover {
  opacity: 0.7;
  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 {
  filter: saturate(0.5);
}
footer .footer__wrap .footer__container small {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  display: block;
}

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

/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding-left: 70px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.5s;
}
header .header__wrap #header__gmenu .header__logo {
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 25px;
}
header .header__wrap #header__gmenu ul li a {
  font-size: 18px;
  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: #8ac6d1;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #8ac6d1;
  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 {
  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, 227, 237, 0.7);
  display: block;
  width: auto;
  height: 100%;
  line-height: 1.8;
  padding: 0 20px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
header .header__wrap .header__tel span {
  font-size: 20px;
  font-weight: 600;
}
header .header__wrap .header__tel:hover {
  color: #fffdf9;
  background-color: rgba(138, 198, 209, 0.7);
  transition: all 0.3s;
}

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

.h-menu__line, .close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  transition: 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;
  transform: rotate(45deg);
  transition: all 0.3s;
}

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

#gnav-sp {
  width: 48%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: rgba(235, 248, 244, 0.9);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: 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: #8ac6d1;
}
#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: #8ac6d1;
  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: #EBF8F4;
  text-align: center;
  color: #2d6a7c;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  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: #EBF8F4;
}

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

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  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: #8ac6d1;
  color: #fffdf9;
  border: 2px solid #8ac6d1;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

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

#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: #ffe3ed;
  color: #333;
  border: 2px solid #ffe3ed;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

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

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

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding-left: 2.5vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1.3vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 15vw;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1366px) {
  header .header__wrap #header__gmenu {
    height: 90px;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 17px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 19px;
  }
  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: 16px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 17px;
    word-break: keep-all;
  }
}
@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 span {
    font-size: 16px;
  }
}
@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;
  }
  header .header__wrap .header__tel {
    display: none;
  }
  #contact_btn {
    display: block;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 200px;
  }
  .header-sub {
    margin-top: -8%;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 20px;
    margin-top: 15px;
  }
  .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) {
  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;
  }
  footer .footer__wrap {
    flex-direction: column;
    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 {
    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: 559px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 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: 170px;
  }
  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;
    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;
  }
  .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:
Description: テンプレート「ちいさな保育園」のWordPressページです。
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/* ************************************************************************************************
   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: 98%;
  height: 98%;
}
#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: #beebe9;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #8ac6d1;
  opacity: 1;
}
#main .main__container {
  margin-top: 90px;
  align-items: center;
  justify-content: center;
}
#main .main__container .main__heading {
  font-size: 36px;
  color: #2d6a7c;
  margin-right: 100px;
}
#main .main__container .main__heading br {
  display: none;
}

#i-contents {
  background-color: #EBF8F4;
  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;
  justify-content: center;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__img {
  margin-right: -70px;
  border: 4px solid #beebe9;
  border-radius: 50%;
  z-index: 2;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 70px 60px 80px;
  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;
  bottom: -2%;
  left: -22%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(190, 235, 233, 0.5);
  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(190, 235, 233, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 28%;
  left: -53%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) {
  flex-direction: row-reverse;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__img {
  margin: 40px 0 0 -40px;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .i-contents__pic {
  bottom: -19%;
  left: -14%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(190, 235, 233, 0.3);
  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;
  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 {
  transform: scale(1.2);
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
  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: #2d6a7c;
}
#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-news {
  margin-top: -10px;
  background-color: #EBF8F4;
}
#i-news .i-news__wrap {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#i-news .i-news__wrap a.i-news__item {
  width: 48%;
  margin-top: 40px;
  align-items: center;
  transition: all 0.4s;
}
#i-news .i-news__wrap a.i-news__item:hover {
  opacity: 0.6;
  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: #2d6a7c;
}
#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 #beebe9;
  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: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: 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: #8ac6d1;
}
#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: -10px;
}

/* ************************************************************************************************
   concept.php
   ************************************************************************************************ */
#concept01 {
  background: #EBF8F4;
  padding-bottom: 100px;
}
#concept01 .concept01__wrap {
  margin-top: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
#concept01 .concept01__wrap .concept01__container {
  margin-right: 5%;
}
#concept01 .concept01__wrap .concept01__container .concept01__txt {
  margin-top: 50px;
}
#concept01 .concept01__wrap .concept01__img {
  border-radius: 20px;
}

#concept02 .h3__ttl--center {
  margin-bottom: 80px;
}
#concept02 .concept02__container {
  justify-content: center;
}
#concept02 .concept02__container .concept02__item {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid #8ac6d1;
  margin: 0 40px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#concept02 .concept02__container .concept02__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #8ac6d1;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
#concept02 .concept02__container .concept02__item p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
#concept02 .concept02__container01 {
  margin-bottom: 40px;
}

#concept03 {
  background-color: #EBF8F4;
  padding-bottom: 120px;
}
#concept03 .concept03__wrap {
  margin-top: 70px;
  justify-content: flex-end;
  align-items: center;
}
#concept03 .concept03__wrap .concept03__img {
  margin-right: 70px;
  border-radius: 20px;
}
#concept03 .concept03__wrap .concept03__tbl tr {
  border-bottom: 1px solid #8ac6d1;
}
#concept03 .concept03__wrap .concept03__tbl tr th, #concept03 .concept03__wrap .concept03__tbl tr td {
  padding: 10px 15px;
}
#concept03 .concept03__wrap .concept03__tbl tr th {
  color: #2d6a7c;
  padding-right: 50px;
  font-weight: normal;
}

/* ************************************************************************************************
   schedule.php
   ************************************************************************************************ */
#schedule {
  background: #EBF8F4;
}
#schedule .schedule__wrap {
  margin: 60px auto 100px;
}
#schedule .schedule__wrap .schedule__container {
  align-items: center;
}
#schedule .schedule__wrap .schedule__container .schedule__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: #8ac6d1;
  color: #fff;
  text-align: center;
  display: inline-block;
}
#schedule .schedule__wrap .schedule__container .schedule__heading {
  width: 18%;
  font-size: 23px;
  color: #2d6a7c;
  word-break: keep-all;
}
#schedule .schedule__wrap .schedule__container .schedule__img {
  margin-left: 50px;
}
#schedule .schedule__wrap .schedule__line {
  margin-left: 37px;
}

/* ************************************************************************************************
   recruit.php
   ************************************************************************************************ */
#recruit01 {
  background-color: #EBF8F4;
}
#recruit01 .recruit01__wrap {
  margin: 60px auto 0;
  text-align: center;
}
#recruit01 .recruit01__wrap .h3__ttl--center {
  color: #2d6a7c;
}
#recruit01 .recruit01__wrap .recruit01__txt {
  margin: 50px 0;
}
#recruit01 .recruit01__wrap .recruit01__img {
  border-radius: 20px;
}
#recruit01 .recruit01__wrap .recruit01__points {
  margin: 100px 0 0;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
  border: 2px solid #8ac6d1;
  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 #8ac6d1;
  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 #8ac6d1;
}
#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 #8ac6d1;
}
#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: 20%;
  color: #2d6a7c;
  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: #EBF8F4;
}
.archive .archive__wrap {
  margin: 70px 0 80px;
  justify-content: space-between;
}
.archive .archive__wrap .archive__container {
  width: 70%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive .archive__wrap .archive__container a.archive__item {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.archive .archive__wrap .archive__container a.archive__item:hover {
  opacity: 0.6;
  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: #2d6a7c;
}
.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;
  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 #8ac6d1;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #2d6a7c;
}
.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: #2d6a7c;
  border: 1px solid #2d6a7c;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 10px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #2d6a7c;
  color: #fffdf9;
  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: #2d6a7c;
  border-bottom: 1px solid #8ac6d1;
  padding: 0 5px 5px;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar .sidebar__item ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar__item ul li a {
  transition: all 0.4s;
}
.sidebar .sidebar__item ul li a:hover {
  color: #8ac6d1;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #8ac6d1 solid;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=search] {
  border: 1px solid #8ac6d1;
  width: 70%;
  background-color: #fff;
}
.sidebar .sidebar__item button[type=submit] {
  color: #fff;
  background-color: #2d6a7c;
  width: 25%;
  border-radius: 60px;
  transition: all 0.4s;
}
.sidebar .sidebar__item button[type=submit]:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

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

.pagination .page-numbers {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  background: #beebe9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.pagination .page-numbers li a {
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #8ac6d1;
  transition: all 0.3s;
}

.nav-below {
  display: -ms-flex;
  display: flex;
  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: #8ac6d1;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover, .nav-below .nav-next a:hover {
  background-color: #2d6a7c;
  transition: all 0.3s;
}

/* ************************************************************************************************
   about.php
   ************************************************************************************************ */
#about01 {
  padding-bottom: 110px;
  background-color: #EBF8F4;
}
#about01 .h3__ttl--left {
  margin-top: 50px;
}
#about01 .h3__ttl--left::before {
  left: -4%;
}
#about01 .h3__ttl--left .circle01 {
  left: -7%;
}
#about01 .h3__ttl--left .circle02 {
  left: -10%;
}
#about01 .about01__wrap {
  margin: 80px auto 0;
}
#about01 .about01__wrap .about01__container {
  margin-bottom: 60px;
  align-items: center;
}
#about01 .about01__wrap .about01__container .about01__img {
  border-radius: 20px;
}
#about01 .about01__wrap .about01__container .about01__box {
  margin-left: 60px;
}
#about01 .about01__wrap .about01__container .about01__box h4 {
  color: #2d6a7c;
  margin-bottom: 25px;
}
#about01 .about01__wrap .about01__container .about01__box h4 .about01__number {
  font-size: 22px;
  color: #fffdf9;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #2d6a7c;
  display: inline-block;
  margin-right: 15px;
}
#about01 .about01__wrap .about01__container:last-of-type {
  margin-bottom: 0;
}

#about02 {
  padding-bottom: 150px;
}
#about02 .about02__wrap {
  margin-top: 70px;
}
#about02 .about02__wrap table {
  margin: 0 auto;
  width: 100%;
  max-width: 295px;
}
#about02 .about02__wrap table tr {
  border-bottom: 1px solid #8ac6d1;
}
#about02 .about02__wrap table tr th, #about02 .about02__wrap table tr td {
  font-size: 20px;
  padding: 15px 30px;
}
#about02 .about02__wrap table tr th {
  color: #2d6a7c;
}
#about02 .about02__wrap table tr td {
  text-align: center;
}
#about02 .about02__wrap .about02__btn {
  margin-top: 60px;
  text-align: center;
}
#about02 .about02__wrap .about02__bnr {
  width: 100%;
  height: 400px;
  margin-top: 120px;
  border: 1px solid #2d6a7c;
  border-radius: 40px;
  justify-content: space-between;
}
#about02 .about02__wrap .about02__bnr .about02__bnr__img {
  width: auto;
  height: 100%;
  border-radius: 40px 0 0 40px;
}
#about02 .about02__wrap .about02__bnr .about02__bnr__container {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__ttl {
  font-size: 40px;
  color: #2d6a7c;
}
#about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__txt {
  margin: 30px 0;
}
#about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .btn01 {
  width: 100%;
}

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
#contact {
  background: #EBF8F4;
}
#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: #D4636B;
}
#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 #8ac6d1;
  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: #2d6a7c;
}
#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 45px;
  margin: 40px auto 0;
  transition: all 0.4s;
  background-color: #2d6a7c;
  color: #fff;
  border-radius: 60px;
}
#contact .contact__wrap .wpcf7 input[type=submit]:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#contact .contact__wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #2d6a7c;
}

/*プライバシーポリシー*/
@media only screen and (max-width: 550px) {
  [class*=grid-].noGutter > .col {
    padding: 0%;
  }
}
.blk-iframe {
  border: 1px solid #8ac6d1;
  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;
  }
  #concept01 .h3__ttl--left {
    margin-left: 7%;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 50%;
  }
  #concept01 .h3__ttl--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 33px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 17px;
  }
  #concept02 .concept02__container .concept02__item {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1167px) {
  #concept02 .concept02__container .concept02__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;
  }
  /***** concept.php @1025px *****/
  #concept01 .concept01__wrap {
    flex-direction: column;
    align-items: center;
  }
  #concept01 .concept01__wrap .concept01__container {
    margin-right: 0;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 70%;
    margin-top: 50px;
  }
  #concept02 .concept02__container .concept02__item {
    width: 280px;
    height: 280px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 16px;
  }
  #concept03 .concept03__wrap .concept03__img {
    width: 35%;
    margin-right: 5%;
  }
  #concept03 .concept03__wrap .concept03__tbl {
    width: 60%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  /***** schedule.php @1025px *****/
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 21px;
    width: 17%;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    font-size: 19px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #schedule .schedule__wrap .schedule__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;
  }
  /***** about.php @1025px *****/
  #about01 .about01__wrap .about01__container .about01__box h4 .about01__number {
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #about01 .about01__wrap .about01__container .about01__box {
    margin-left: 5%;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 35%;
  }
  #about02 .about02__wrap table tr th, #about02 .about02__wrap table tr td {
    font-size: 18px;
  }
  #about02 .about02__wrap .about02__bnr {
    height: 350px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__ttl {
    font-size: 37px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__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 {
    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) {
    flex-direction: column;
    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(even) .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(even) .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: -21%;
    left: -11%;
  }
  #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;
  }
  /***** concept.php @960px *****/
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 50px;
  }
  #concept02 .h3__ttl--center {
    margin-bottom: 60px;
  }
  #concept02 .concept02__container {
    flex-wrap: wrap;
  }
  #concept02 .concept02__container01 {
    margin-bottom: 0;
  }
  #concept03 {
    padding-bottom: 100px;
  }
  #concept03 .concept03__wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  #concept03 .concept03__wrap .concept03__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 90%;
  }
  /***** schedule.php @960px *****/
  #schedule .schedule__wrap {
    margin: 60px auto 80px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 12px 20px 12px 0;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 4%;
  }
  #schedule .schedule__wrap .schedule__line {
    margin-left: 4.4vw;
  }
  #schedule .schedule__wrap .schedule__container .schedule__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 {
    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;
    flex-direction: column;
    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;
    flex-direction: column;
    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: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    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;
  }
  /***** about.php @960px *****/
  #about01 {
    padding-bottom: 90px;
  }
  #about01 .about01__wrap {
    margin: 60px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    margin-bottom: 50px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  #about02 {
    padding-bottom: 100px;
  }
  #about02 .about02__wrap {
    margin-top: 50px;
  }
  #about02 .about02__wrap .about02__btn {
    margin-top: 50px;
  }
  #about02 .about02__wrap .about02__bnr {
    width: 80%;
    height: auto;
    margin: 100px auto 0;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
  #about02 .about02__wrap .about02__bnr .about02__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;
  }
  #concept02 .concept02__container .concept02__item {
    width: 250px;
    height: 250px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 15px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** 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(even) .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: 98px;
    bottom: -10%;
    left: unset;
    right: 2%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2n) .i-contents__box .i-contents__pic {
    width: 90px;
    bottom: -16%;
    left: 9%;
  }
  #i-menu .i-menu__wrap {
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    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) {
    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;
  }
  /***** concept.php @560px *****/
  #concept01 {
    padding-bottom: 50px;
  }
  #concept01 .h3__ttl--left {
    margin-left: 0;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__txt {
    margin-top: 40px;
  }
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 40px;
    width: 100%;
  }
  #concept02 .h3__ttl--center {
    margin: 40px 0 35px;
  }
  #concept02 .concept02__container .concept02__item {
    width: 250px;
    height: 250px;
    margin: 0 0 30px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 15px;
  }
  #concept03 {
    padding-bottom: 70px;
  }
  #concept03 .concept03__wrap {
    margin-top: 40px;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 100%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    width: 25%;
  }
  #concept03 .concept03__wrap .concept03__img {
    margin: 40px 0 0 0;
  }
  #concept03 .h3__ttl--right {
    margin-top: 50px;
  }
  #concept03 .h3__ttl--right::before {
    right: 26%;
  }
  #concept03 .h3__ttl--right .circle01 {
    right: 18%;
  }
  #concept03 .h3__ttl--right .circle02 {
    right: 16%;
  }
  /***** schedule.php @560px *****/
  #schedule .schedule__wrap {
    margin: 50px auto;
  }
  #schedule .schedule__wrap .schedule__container {
    flex-direction: column;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 19px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 0;
    font-size: 16px;
    width: 63px;
    min-width: 63px;
    height: 63px;
    line-height: 63px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    margin: 15px 0;
    text-align: center;
  }
  #schedule .schedule__wrap .schedule__line {
    display: block;
    margin: 15px auto;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 0;
    width: 100px;
    margin-top: 15px;
  }
  /***** 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 {
    flex-direction: column;
    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: 29%;
  }
  #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: -ms-flex;
    display: flex;
    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 {
    flex-direction: column;
    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;
  }
  /***** about.php @560px *****/
  #about01 {
    padding-bottom: 50px;
  }
  #about01 .h3__ttl--left::before {
    left: 13%;
  }
  #about01 .h3__ttl--left .circle01 {
    left: 9%;
  }
  #about01 .h3__ttl--left .circle02 {
    left: 3%;
  }
  #about01 .about01__wrap {
    margin: 50px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 80%;
  }
  #about01 .about01__wrap .about01__container .about01__box h4 {
    margin: 15px 0 20px;
  }
  #about01 .about01__wrap .about01__container .about01__box h4 .about01__number {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #about01 .about01__wrap .about01__container .about01__box {
    margin-left: 0;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 100%;
  }
  #about02 {
    padding-bottom: 60px;
  }
  #about02 .h3__ttl--center {
    margin-top: 40px;
  }
  #about02 .about02__wrap {
    margin-top: 30px;
  }
  #about02 .about02__wrap table tr th, #about02 .about02__wrap table tr td {
    font-size: 16px;
    padding: 12px 30px;
  }
  #about02 .about02__wrap table {
    max-width: 260px;
  }
  #about02 .about02__wrap .about02__bnr {
    margin: 70px auto 0;
    border-radius: 20px;
    width: 100%;
    padding-bottom: 40px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__ttl {
    font-size: 30px;
  }
  #about02 .about02__wrap .about02__bnr .about02__bnr__container .about02__bnr__inner .about02__bnr__txt {
    margin: 10px 0 25px;
  }
  #about02 .about02__wrap .about02__bnr .about02__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;
  }
}/*# sourceMappingURL=style.css.map */