@charset "UTF-8";
@import url("../css/destyle.css");
@import url("https://fonts.googleapis.com/css2?family=Knewave&family=Quicksand:wght@300;400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*
100 : Thin (Hairline)
200 : Extra Light (Ultra Light)
300 : Light
400 : Normal (Regular)
500 : Medium
600 : Semi Bold (Demi Bold)
700 : Bold
800 : Extra Bold (Ultra Bold)
900 : Black (Heavy)
950 : Extra Black (Ultra Black)
 */
/* =========================================================
	1.0 setting
========================================================= */
/* device  */
/* font family */
/* font */
/* color */
/* color setting */
/* link */
/* radius */
/* img directory */
/* sample */
/* =========================================================
	1.0 mixin
========================================================= */
/* device */
/* width */
/* transition */
/* onmouse */
/* img */
/* round */
/* text */
/* =========================================================
	2.0 function
========================================================= */
.sam {
  height: 500px; }
  .sam img {
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover; }

/**
 * 【css Navigation】
 *
 * 1.0 Default
 * 2.0 Layout
 * 3.0 Style
 */
/* =========================================================
	1.0 Default
========================================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
* {
  letter-spacing: 0.05em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  /* SP */
  textarea,
  input[type="text"] {
    border-radius: 0; }

  input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  /* /SP */ }
html {
  font-size: 10px; }

body {
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  min-width: 100%;
  color: #6e5b50;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (min-width: 751px) {
    body {
      min-width: 1300px;
      font-size: 1.8rem;
      line-height: 1.875;
      font-weight: 700; } }

#wrapper {
  overflow: hidden; }

a:link,
a:visited {
  color: #6e5b50;
  text-decoration: underline; }

a:hover,
a:active {
  color: #6e5b50;
  text-decoration: none; }

a[href^="tel:"] {
  text-decoration: none; }
  @media only screen and (min-width: 751px) {
    a[href^="tel:"] {
      color: #6e5b50;
      pointer-events: none; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

iframe {
  max-width: 100%;
  vertical-align: bottom; }

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th {
    text-align: left;
    font-weight: normal;
    vertical-align: top; }
  table td {
    vertical-align: top; }

/* display */
.spDisplay {
  display: block; }
  @media only screen and (min-width: 751px) {
    .spDisplay {
      display: none; } }

.pcDisplay {
  display: none; }
  @media only screen and (min-width: 751px) {
    .pcDisplay {
      display: block; } }

/* =========================================================
	2.0 Layout
========================================================= */
/* width */
.outer {
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (min-width: 751px) {
    .outer {
      width: 1260px;
      padding: 0 30px; } }
  @media screen and (max-width: 750px) {
    .outer .inner {
      width: 100%; } }

.inner {
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (min-width: 751px) {
    .inner {
      width: 1060px; } }

#header,
#gNavi,
#contents,
#footer {
  text-align: left; }

#contents {
  margin: 0 auto;
  padding: 0; }

/* =========================================================
	3.0 Style
========================================================= */
/* clear */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clear {
  clear: both; }

/* font family */
.ff01 {
  font-family: "Zen Maru Gothic", sans-serif; }

.ff02 {
  font-family: "Quicksand", sans-serif; }

/* text align */
.taL {
  text-align: left; }

.taC {
  text-align: center; }

.taR {
  text-align: right; }

/* =========================================================
	4.0 margin, padding
========================================================= */
.m_t-auto {
  margin-top: auto !important; }
.m_t-10 {
  margin-top: 10px !important; }
@media only screen and (min-width: 751px) {
  .m_t-10 {
    margin-top: 20px !important; } }
.m_t-20 {
  margin-top: 20px !important; }
@media only screen and (min-width: 751px) {
  .m_t-20 {
    margin-top: 40px !important; } }
.m_t-30 {
  margin-top: 30px !important; }
@media only screen and (min-width: 751px) {
  .m_t-30 {
    margin-top: 60px !important; } }
.m_t-40 {
  margin-top: 40px !important; }
@media only screen and (min-width: 751px) {
  .m_t-40 {
    margin-top: 80px !important; } }
.m_t-50 {
  margin-top: 50px !important; }
@media only screen and (min-width: 751px) {
  .m_t-50 {
    margin-top: 100px !important; } }
.m_t-60 {
  margin-top: 60px !important; }
@media only screen and (min-width: 751px) {
  .m_t-60 {
    margin-top: 120px !important; } }
.m_t-70 {
  margin-top: 70px !important; }
@media only screen and (min-width: 751px) {
  .m_t-70 {
    margin-top: 140px !important; } }
.m_t-80 {
  margin-top: 80px !important; }
@media only screen and (min-width: 751px) {
  .m_t-80 {
    margin-top: 160px !important; } }
.m_t-90 {
  margin-top: 90px !important; }
@media only screen and (min-width: 751px) {
  .m_t-90 {
    margin-top: 180px !important; } }
.m_t-100 {
  margin-top: 100px !important; }
@media only screen and (min-width: 751px) {
  .m_t-100 {
    margin-top: 200px !important; } }
.m_t-110 {
  margin-top: 110px !important; }
@media only screen and (min-width: 751px) {
  .m_t-110 {
    margin-top: 220px !important; } }
.m_t-120 {
  margin-top: 120px !important; }
@media only screen and (min-width: 751px) {
  .m_t-120 {
    margin-top: 240px !important; } }
.m_t-130 {
  margin-top: 130px !important; }
@media only screen and (min-width: 751px) {
  .m_t-130 {
    margin-top: 260px !important; } }
.m_t-140 {
  margin-top: 140px !important; }
@media only screen and (min-width: 751px) {
  .m_t-140 {
    margin-top: 280px !important; } }
.m_t-150 {
  margin-top: 150px !important; }
@media only screen and (min-width: 751px) {
  .m_t-150 {
    margin-top: 300px !important; } }
.m_t-160 {
  margin-top: 160px !important; }
@media only screen and (min-width: 751px) {
  .m_t-160 {
    margin-top: 320px !important; } }
.m_t-170 {
  margin-top: 170px !important; }
@media only screen and (min-width: 751px) {
  .m_t-170 {
    margin-top: 340px !important; } }
.m_t-180 {
  margin-top: 180px !important; }
@media only screen and (min-width: 751px) {
  .m_t-180 {
    margin-top: 360px !important; } }
.m_t-190 {
  margin-top: 190px !important; }
@media only screen and (min-width: 751px) {
  .m_t-190 {
    margin-top: 380px !important; } }
.m_t-200 {
  margin-top: 200px !important; }
@media only screen and (min-width: 751px) {
  .m_t-200 {
    margin-top: 400px !important; } }
.m_b-auto {
  margin-bottom: auto !important; }
.m_b-10 {
  margin-bottom: 10px !important; }
@media only screen and (min-width: 751px) {
  .m_b-10 {
    margin-bottom: 20px !important; } }
.m_b-20 {
  margin-bottom: 20px !important; }
@media only screen and (min-width: 751px) {
  .m_b-20 {
    margin-bottom: 40px !important; } }
.m_b-30 {
  margin-bottom: 30px !important; }
@media only screen and (min-width: 751px) {
  .m_b-30 {
    margin-bottom: 60px !important; } }
.m_b-40 {
  margin-bottom: 40px !important; }
@media only screen and (min-width: 751px) {
  .m_b-40 {
    margin-bottom: 80px !important; } }
.m_b-50 {
  margin-bottom: 50px !important; }
@media only screen and (min-width: 751px) {
  .m_b-50 {
    margin-bottom: 100px !important; } }
.m_b-60 {
  margin-bottom: 60px !important; }
@media only screen and (min-width: 751px) {
  .m_b-60 {
    margin-bottom: 120px !important; } }
.m_b-70 {
  margin-bottom: 70px !important; }
@media only screen and (min-width: 751px) {
  .m_b-70 {
    margin-bottom: 140px !important; } }
.m_b-80 {
  margin-bottom: 80px !important; }
@media only screen and (min-width: 751px) {
  .m_b-80 {
    margin-bottom: 160px !important; } }
.m_b-90 {
  margin-bottom: 90px !important; }
@media only screen and (min-width: 751px) {
  .m_b-90 {
    margin-bottom: 180px !important; } }
.m_b-100 {
  margin-bottom: 100px !important; }
@media only screen and (min-width: 751px) {
  .m_b-100 {
    margin-bottom: 200px !important; } }
.m_b-110 {
  margin-bottom: 110px !important; }
@media only screen and (min-width: 751px) {
  .m_b-110 {
    margin-bottom: 220px !important; } }
.m_b-120 {
  margin-bottom: 120px !important; }
@media only screen and (min-width: 751px) {
  .m_b-120 {
    margin-bottom: 240px !important; } }
.m_b-130 {
  margin-bottom: 130px !important; }
@media only screen and (min-width: 751px) {
  .m_b-130 {
    margin-bottom: 260px !important; } }
.m_b-140 {
  margin-bottom: 140px !important; }
@media only screen and (min-width: 751px) {
  .m_b-140 {
    margin-bottom: 280px !important; } }
.m_b-150 {
  margin-bottom: 150px !important; }
@media only screen and (min-width: 751px) {
  .m_b-150 {
    margin-bottom: 300px !important; } }
.m_b-160 {
  margin-bottom: 160px !important; }
@media only screen and (min-width: 751px) {
  .m_b-160 {
    margin-bottom: 320px !important; } }
.m_b-170 {
  margin-bottom: 170px !important; }
@media only screen and (min-width: 751px) {
  .m_b-170 {
    margin-bottom: 340px !important; } }
.m_b-180 {
  margin-bottom: 180px !important; }
@media only screen and (min-width: 751px) {
  .m_b-180 {
    margin-bottom: 360px !important; } }
.m_b-190 {
  margin-bottom: 190px !important; }
@media only screen and (min-width: 751px) {
  .m_b-190 {
    margin-bottom: 380px !important; } }
.m_b-200 {
  margin-bottom: 200px !important; }
@media only screen and (min-width: 751px) {
  .m_b-200 {
    margin-bottom: 400px !important; } }
.m_l-auto {
  margin-left: auto !important; }
.m_l-10 {
  margin-left: 10px !important; }
@media only screen and (min-width: 751px) {
  .m_l-10 {
    margin-left: 20px !important; } }
.m_l-20 {
  margin-left: 20px !important; }
@media only screen and (min-width: 751px) {
  .m_l-20 {
    margin-left: 40px !important; } }
.m_l-30 {
  margin-left: 30px !important; }
@media only screen and (min-width: 751px) {
  .m_l-30 {
    margin-left: 60px !important; } }
.m_l-40 {
  margin-left: 40px !important; }
@media only screen and (min-width: 751px) {
  .m_l-40 {
    margin-left: 80px !important; } }
.m_l-50 {
  margin-left: 50px !important; }
@media only screen and (min-width: 751px) {
  .m_l-50 {
    margin-left: 100px !important; } }
.m_l-60 {
  margin-left: 60px !important; }
@media only screen and (min-width: 751px) {
  .m_l-60 {
    margin-left: 120px !important; } }
.m_l-70 {
  margin-left: 70px !important; }
@media only screen and (min-width: 751px) {
  .m_l-70 {
    margin-left: 140px !important; } }
.m_l-80 {
  margin-left: 80px !important; }
@media only screen and (min-width: 751px) {
  .m_l-80 {
    margin-left: 160px !important; } }
.m_l-90 {
  margin-left: 90px !important; }
@media only screen and (min-width: 751px) {
  .m_l-90 {
    margin-left: 180px !important; } }
.m_l-100 {
  margin-left: 100px !important; }
@media only screen and (min-width: 751px) {
  .m_l-100 {
    margin-left: 200px !important; } }
.m_l-110 {
  margin-left: 110px !important; }
@media only screen and (min-width: 751px) {
  .m_l-110 {
    margin-left: 220px !important; } }
.m_l-120 {
  margin-left: 120px !important; }
@media only screen and (min-width: 751px) {
  .m_l-120 {
    margin-left: 240px !important; } }
.m_l-130 {
  margin-left: 130px !important; }
@media only screen and (min-width: 751px) {
  .m_l-130 {
    margin-left: 260px !important; } }
.m_l-140 {
  margin-left: 140px !important; }
@media only screen and (min-width: 751px) {
  .m_l-140 {
    margin-left: 280px !important; } }
.m_l-150 {
  margin-left: 150px !important; }
@media only screen and (min-width: 751px) {
  .m_l-150 {
    margin-left: 300px !important; } }
.m_l-160 {
  margin-left: 160px !important; }
@media only screen and (min-width: 751px) {
  .m_l-160 {
    margin-left: 320px !important; } }
.m_l-170 {
  margin-left: 170px !important; }
@media only screen and (min-width: 751px) {
  .m_l-170 {
    margin-left: 340px !important; } }
.m_l-180 {
  margin-left: 180px !important; }
@media only screen and (min-width: 751px) {
  .m_l-180 {
    margin-left: 360px !important; } }
.m_l-190 {
  margin-left: 190px !important; }
@media only screen and (min-width: 751px) {
  .m_l-190 {
    margin-left: 380px !important; } }
.m_l-200 {
  margin-left: 200px !important; }
@media only screen and (min-width: 751px) {
  .m_l-200 {
    margin-left: 400px !important; } }
.m_r-auto {
  margin-right: auto !important; }
.m_r-10 {
  margin-right: 10px !important; }
@media only screen and (min-width: 751px) {
  .m_r-10 {
    margin-right: 20px !important; } }
.m_r-20 {
  margin-right: 20px !important; }
@media only screen and (min-width: 751px) {
  .m_r-20 {
    margin-right: 40px !important; } }
.m_r-30 {
  margin-right: 30px !important; }
@media only screen and (min-width: 751px) {
  .m_r-30 {
    margin-right: 60px !important; } }
.m_r-40 {
  margin-right: 40px !important; }
@media only screen and (min-width: 751px) {
  .m_r-40 {
    margin-right: 80px !important; } }
.m_r-50 {
  margin-right: 50px !important; }
@media only screen and (min-width: 751px) {
  .m_r-50 {
    margin-right: 100px !important; } }
.m_r-60 {
  margin-right: 60px !important; }
@media only screen and (min-width: 751px) {
  .m_r-60 {
    margin-right: 120px !important; } }
.m_r-70 {
  margin-right: 70px !important; }
@media only screen and (min-width: 751px) {
  .m_r-70 {
    margin-right: 140px !important; } }
.m_r-80 {
  margin-right: 80px !important; }
@media only screen and (min-width: 751px) {
  .m_r-80 {
    margin-right: 160px !important; } }
.m_r-90 {
  margin-right: 90px !important; }
@media only screen and (min-width: 751px) {
  .m_r-90 {
    margin-right: 180px !important; } }
.m_r-100 {
  margin-right: 100px !important; }
@media only screen and (min-width: 751px) {
  .m_r-100 {
    margin-right: 200px !important; } }
.m_r-110 {
  margin-right: 110px !important; }
@media only screen and (min-width: 751px) {
  .m_r-110 {
    margin-right: 220px !important; } }
.m_r-120 {
  margin-right: 120px !important; }
@media only screen and (min-width: 751px) {
  .m_r-120 {
    margin-right: 240px !important; } }
.m_r-130 {
  margin-right: 130px !important; }
@media only screen and (min-width: 751px) {
  .m_r-130 {
    margin-right: 260px !important; } }
.m_r-140 {
  margin-right: 140px !important; }
@media only screen and (min-width: 751px) {
  .m_r-140 {
    margin-right: 280px !important; } }
.m_r-150 {
  margin-right: 150px !important; }
@media only screen and (min-width: 751px) {
  .m_r-150 {
    margin-right: 300px !important; } }
.m_r-160 {
  margin-right: 160px !important; }
@media only screen and (min-width: 751px) {
  .m_r-160 {
    margin-right: 320px !important; } }
.m_r-170 {
  margin-right: 170px !important; }
@media only screen and (min-width: 751px) {
  .m_r-170 {
    margin-right: 340px !important; } }
.m_r-180 {
  margin-right: 180px !important; }
@media only screen and (min-width: 751px) {
  .m_r-180 {
    margin-right: 360px !important; } }
.m_r-190 {
  margin-right: 190px !important; }
@media only screen and (min-width: 751px) {
  .m_r-190 {
    margin-right: 380px !important; } }
.m_r-200 {
  margin-right: 200px !important; }
@media only screen and (min-width: 751px) {
  .m_r-200 {
    margin-right: 400px !important; } }

.p_t-10 {
  padding-top: 10px !important; }
@media only screen and (min-width: 751px) {
  .p_t-10 {
    padding-top: 20px !important; } }
.p_t-20 {
  padding-top: 20px !important; }
@media only screen and (min-width: 751px) {
  .p_t-20 {
    padding-top: 40px !important; } }
.p_t-30 {
  padding-top: 30px !important; }
@media only screen and (min-width: 751px) {
  .p_t-30 {
    padding-top: 60px !important; } }
.p_t-40 {
  padding-top: 40px !important; }
@media only screen and (min-width: 751px) {
  .p_t-40 {
    padding-top: 80px !important; } }
.p_t-50 {
  padding-top: 50px !important; }
@media only screen and (min-width: 751px) {
  .p_t-50 {
    padding-top: 100px !important; } }
.p_t-60 {
  padding-top: 60px !important; }
@media only screen and (min-width: 751px) {
  .p_t-60 {
    padding-top: 120px !important; } }
.p_t-70 {
  padding-top: 70px !important; }
@media only screen and (min-width: 751px) {
  .p_t-70 {
    padding-top: 140px !important; } }
.p_t-80 {
  padding-top: 80px !important; }
@media only screen and (min-width: 751px) {
  .p_t-80 {
    padding-top: 160px !important; } }
.p_t-90 {
  padding-top: 90px !important; }
@media only screen and (min-width: 751px) {
  .p_t-90 {
    padding-top: 180px !important; } }
.p_t-100 {
  padding-top: 100px !important; }
@media only screen and (min-width: 751px) {
  .p_t-100 {
    padding-top: 200px !important; } }
.p_t-110 {
  padding-top: 110px !important; }
@media only screen and (min-width: 751px) {
  .p_t-110 {
    padding-top: 220px !important; } }
.p_t-120 {
  padding-top: 120px !important; }
@media only screen and (min-width: 751px) {
  .p_t-120 {
    padding-top: 240px !important; } }
.p_t-130 {
  padding-top: 130px !important; }
@media only screen and (min-width: 751px) {
  .p_t-130 {
    padding-top: 260px !important; } }
.p_t-140 {
  padding-top: 140px !important; }
@media only screen and (min-width: 751px) {
  .p_t-140 {
    padding-top: 280px !important; } }
.p_t-150 {
  padding-top: 150px !important; }
@media only screen and (min-width: 751px) {
  .p_t-150 {
    padding-top: 300px !important; } }
.p_t-160 {
  padding-top: 160px !important; }
@media only screen and (min-width: 751px) {
  .p_t-160 {
    padding-top: 320px !important; } }
.p_t-170 {
  padding-top: 170px !important; }
@media only screen and (min-width: 751px) {
  .p_t-170 {
    padding-top: 340px !important; } }
.p_t-180 {
  padding-top: 180px !important; }
@media only screen and (min-width: 751px) {
  .p_t-180 {
    padding-top: 360px !important; } }
.p_t-190 {
  padding-top: 190px !important; }
@media only screen and (min-width: 751px) {
  .p_t-190 {
    padding-top: 380px !important; } }
.p_t-200 {
  padding-top: 200px !important; }
@media only screen and (min-width: 751px) {
  .p_t-200 {
    padding-top: 400px !important; } }
.p_b-10 {
  padding-bottom: 10px !important; }
@media only screen and (min-width: 751px) {
  .p_b-10 {
    padding-bottom: 20px !important; } }
.p_b-20 {
  padding-bottom: 20px !important; }
@media only screen and (min-width: 751px) {
  .p_b-20 {
    padding-bottom: 40px !important; } }
.p_b-30 {
  padding-bottom: 30px !important; }
@media only screen and (min-width: 751px) {
  .p_b-30 {
    padding-bottom: 60px !important; } }
.p_b-40 {
  padding-bottom: 40px !important; }
@media only screen and (min-width: 751px) {
  .p_b-40 {
    padding-bottom: 80px !important; } }
.p_b-50 {
  padding-bottom: 50px !important; }
@media only screen and (min-width: 751px) {
  .p_b-50 {
    padding-bottom: 100px !important; } }
.p_b-60 {
  padding-bottom: 60px !important; }
@media only screen and (min-width: 751px) {
  .p_b-60 {
    padding-bottom: 120px !important; } }
.p_b-70 {
  padding-bottom: 70px !important; }
@media only screen and (min-width: 751px) {
  .p_b-70 {
    padding-bottom: 140px !important; } }
.p_b-80 {
  padding-bottom: 80px !important; }
@media only screen and (min-width: 751px) {
  .p_b-80 {
    padding-bottom: 160px !important; } }
.p_b-90 {
  padding-bottom: 90px !important; }
@media only screen and (min-width: 751px) {
  .p_b-90 {
    padding-bottom: 180px !important; } }
.p_b-100 {
  padding-bottom: 100px !important; }
@media only screen and (min-width: 751px) {
  .p_b-100 {
    padding-bottom: 200px !important; } }
.p_b-110 {
  padding-bottom: 110px !important; }
@media only screen and (min-width: 751px) {
  .p_b-110 {
    padding-bottom: 220px !important; } }
.p_b-120 {
  padding-bottom: 120px !important; }
@media only screen and (min-width: 751px) {
  .p_b-120 {
    padding-bottom: 240px !important; } }
.p_b-130 {
  padding-bottom: 130px !important; }
@media only screen and (min-width: 751px) {
  .p_b-130 {
    padding-bottom: 260px !important; } }
.p_b-140 {
  padding-bottom: 140px !important; }
@media only screen and (min-width: 751px) {
  .p_b-140 {
    padding-bottom: 280px !important; } }
.p_b-150 {
  padding-bottom: 150px !important; }
@media only screen and (min-width: 751px) {
  .p_b-150 {
    padding-bottom: 300px !important; } }
.p_b-160 {
  padding-bottom: 160px !important; }
@media only screen and (min-width: 751px) {
  .p_b-160 {
    padding-bottom: 320px !important; } }
.p_b-170 {
  padding-bottom: 170px !important; }
@media only screen and (min-width: 751px) {
  .p_b-170 {
    padding-bottom: 340px !important; } }
.p_b-180 {
  padding-bottom: 180px !important; }
@media only screen and (min-width: 751px) {
  .p_b-180 {
    padding-bottom: 360px !important; } }
.p_b-190 {
  padding-bottom: 190px !important; }
@media only screen and (min-width: 751px) {
  .p_b-190 {
    padding-bottom: 380px !important; } }
.p_b-200 {
  padding-bottom: 200px !important; }
@media only screen and (min-width: 751px) {
  .p_b-200 {
    padding-bottom: 400px !important; } }
.p_l-10 {
  padding-left: 10px !important; }
@media only screen and (min-width: 751px) {
  .p_l-10 {
    padding-left: 20px !important; } }
.p_l-20 {
  padding-left: 20px !important; }
@media only screen and (min-width: 751px) {
  .p_l-20 {
    padding-left: 40px !important; } }
.p_l-30 {
  padding-left: 30px !important; }
@media only screen and (min-width: 751px) {
  .p_l-30 {
    padding-left: 60px !important; } }
.p_l-40 {
  padding-left: 40px !important; }
@media only screen and (min-width: 751px) {
  .p_l-40 {
    padding-left: 80px !important; } }
.p_l-50 {
  padding-left: 50px !important; }
@media only screen and (min-width: 751px) {
  .p_l-50 {
    padding-left: 100px !important; } }
.p_l-60 {
  padding-left: 60px !important; }
@media only screen and (min-width: 751px) {
  .p_l-60 {
    padding-left: 120px !important; } }
.p_l-70 {
  padding-left: 70px !important; }
@media only screen and (min-width: 751px) {
  .p_l-70 {
    padding-left: 140px !important; } }
.p_l-80 {
  padding-left: 80px !important; }
@media only screen and (min-width: 751px) {
  .p_l-80 {
    padding-left: 160px !important; } }
.p_l-90 {
  padding-left: 90px !important; }
@media only screen and (min-width: 751px) {
  .p_l-90 {
    padding-left: 180px !important; } }
.p_l-100 {
  padding-left: 100px !important; }
@media only screen and (min-width: 751px) {
  .p_l-100 {
    padding-left: 200px !important; } }
.p_l-110 {
  padding-left: 110px !important; }
@media only screen and (min-width: 751px) {
  .p_l-110 {
    padding-left: 220px !important; } }
.p_l-120 {
  padding-left: 120px !important; }
@media only screen and (min-width: 751px) {
  .p_l-120 {
    padding-left: 240px !important; } }
.p_l-130 {
  padding-left: 130px !important; }
@media only screen and (min-width: 751px) {
  .p_l-130 {
    padding-left: 260px !important; } }
.p_l-140 {
  padding-left: 140px !important; }
@media only screen and (min-width: 751px) {
  .p_l-140 {
    padding-left: 280px !important; } }
.p_l-150 {
  padding-left: 150px !important; }
@media only screen and (min-width: 751px) {
  .p_l-150 {
    padding-left: 300px !important; } }
.p_l-160 {
  padding-left: 160px !important; }
@media only screen and (min-width: 751px) {
  .p_l-160 {
    padding-left: 320px !important; } }
.p_l-170 {
  padding-left: 170px !important; }
@media only screen and (min-width: 751px) {
  .p_l-170 {
    padding-left: 340px !important; } }
.p_l-180 {
  padding-left: 180px !important; }
@media only screen and (min-width: 751px) {
  .p_l-180 {
    padding-left: 360px !important; } }
.p_l-190 {
  padding-left: 190px !important; }
@media only screen and (min-width: 751px) {
  .p_l-190 {
    padding-left: 380px !important; } }
.p_l-200 {
  padding-left: 200px !important; }
@media only screen and (min-width: 751px) {
  .p_l-200 {
    padding-left: 400px !important; } }
.p_r-10 {
  padding-right: 10px !important; }
@media only screen and (min-width: 751px) {
  .p_r-20 {
    padding-right: 40px !important; } }
.p_r-20 {
  padding-right: 20px !important; }
@media only screen and (min-width: 751px) {
  .p_r-30 {
    padding-right: 60px !important; } }
.p_r-30 {
  padding-right: 30px !important; }
@media only screen and (min-width: 751px) {
  .p_r-40 {
    padding-right: 80px !important; } }
.p_r-40 {
  padding-right: 40px !important; }
@media only screen and (min-width: 751px) {
  .p_r-50 {
    padding-right: 100px !important; } }
.p_r-50 {
  padding-right: 50px !important; }
@media only screen and (min-width: 751px) {
  .p_r-60 {
    padding-right: 120px !important; } }
.p_r-60 {
  padding-right: 60px !important; }
@media only screen and (min-width: 751px) {
  .p_r-70 {
    padding-right: 140px !important; } }
.p_r-70 {
  padding-right: 70px !important; }
@media only screen and (min-width: 751px) {
  .p_r-80 {
    padding-right: 160px !important; } }
.p_r-80 {
  padding-right: 80px !important; }
@media only screen and (min-width: 751px) {
  .p_r-90 {
    padding-right: 180px !important; } }
.p_r-90 {
  padding-right: 90px !important; }
@media only screen and (min-width: 751px) {
  .p_r-100 {
    padding-right: 200px !important; } }
.p_r-100 {
  padding-right: 100px !important; }
@media only screen and (min-width: 751px) {
  .p_r-110 {
    padding-right: 220px !important; } }
.p_r-110 {
  padding-right: 110px !important; }
@media only screen and (min-width: 751px) {
  .p_r-120 {
    padding-right: 240px !important; } }
.p_r-120 {
  padding-right: 120px !important; }
@media only screen and (min-width: 751px) {
  .p_r-130 {
    padding-right: 260px !important; } }
.p_r-130 {
  padding-right: 130px !important; }
@media only screen and (min-width: 751px) {
  .p_r-140 {
    padding-right: 280px !important; } }
.p_r-140 {
  padding-right: 140px !important; }
@media only screen and (min-width: 751px) {
  .p_r-150 {
    padding-right: 300px !important; } }
.p_r-150 {
  padding-right: 150px !important; }
@media only screen and (min-width: 751px) {
  .p_r-160 {
    padding-right: 320px !important; } }
.p_r-160 {
  padding-right: 160px !important; }
@media only screen and (min-width: 751px) {
  .p_r-170 {
    padding-right: 340px !important; } }
.p_r-170 {
  padding-right: 170px !important; }
@media only screen and (min-width: 751px) {
  .p_r-180 {
    padding-right: 360px !important; } }
.p_r-180 {
  padding-right: 180px !important; }
@media only screen and (min-width: 751px) {
  .p_r-190 {
    padding-right: 380px !important; } }
.p_r-190 {
  padding-right: 190px !important; }
@media only screen and (min-width: 751px) {
  .p_r-200 {
    padding-right: 400px !important; } }
.p_r-200 {
  padding-right: 200px !important; }
@media only screen and (min-width: 751px) {
  .p_r-210 {
    padding-right: 420px !important; } }

.header {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9; }
  @media only screen and (min-width: 751px) {
    .header {
      top: 30px;
      right: 50px; } }
  @media screen and (max-width: 750px) {
    .header .header_list {
      display: none; } }
  @media only screen and (min-width: 751px) {
    .header .header_list {
      margin-top: 20px; }
      .header .header_list ul li {
        background: #ffffff;
        width: 70px;
        margin: 10px auto;
        -webkit-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12); }
        .header .header_list ul li a {
          display: block;
          padding: 14px 0;
          font-size: 1.7rem;
          line-height: 1.3;
          text-align: center;
          text-decoration: none; }
          .header .header_list ul li a span {
            display: block;
            margin-top: 5px;
            font-size: 1.2rem; } }

/* menu */
.hamb {
  position: relative;
  z-index: 999;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12); }
  @media only screen and (min-width: 751px) {
    .hamb {
      width: 100px;
      height: 100px; } }
  .hamb .hamb_btn {
    background: #5f9d7b;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%; }
    .hamb .hamb_btnIcon {
      background: #ffffff;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 3px;
      margin: -5px 0 0;
      border-radius: 2px;
      transform: translateX(-50%); }
      @media only screen and (min-width: 751px) {
        .hamb .hamb_btnIcon {
          margin: -8px 0 0; } }
      .hamb .hamb_btnIcon::before, .hamb .hamb_btnIcon::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s ease-in-out 0s; }
      .hamb .hamb_btnIcon::before {
        background: #ffffff;
        top: -11px; }
      .hamb .hamb_btnIcon::after {
        background: #ffffff;
        top: 0; }
      .hamb .hamb_btnIcon span {
        font-family: "Quicksand", sans-serif;
        display: inline-block;
        position: relative;
        top: 5px;
        left: 50%;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        transform: translateX(-50%); }
        @media only screen and (min-width: 751px) {
          .hamb .hamb_btnIcon span {
            top: 2px; } }
    .hamb .hamb_btn.hamb_btnOpen {
      background: #ffffff; }
      .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen {
        background: transparent; }
        .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen::before, .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen::after {
          top: 0; }
        .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen::before {
          background: #5f9d7b;
          transform: rotate(-20deg); }
        .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen::after {
          background: #5f9d7b;
          transform: rotate(20deg); }
        .hamb .hamb_btn.hamb_btnOpen .hamb_btnIconOpen span {
          color: #5f9d7b; }

.hambList {
  background: #5f9d7b;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  -webkit-border-radius: 0 0 0 70px;
  border-radius: 0 0 0 70px; }
  @media only screen and (min-width: 751px) {
    .hambList {
      width: 1120px;
      -webkit-border-radius: 0 0 0 140px;
      border-radius: 0 0 0 140px; } }
  .hambList::-webkit-scrollbar {
    /* スクロールバー幅（width=y軸、height=x軸） */
    width: 4px; }
  .hambList::-webkit-scrollbar-track {
    /* スクロールバー背景 */
    background: transparent; }
  .hambList::-webkit-scrollbar-thumb {
    /* スクロールバー */
    background: #4e8064;
    border-radius: 2px; }
  .hambList .hambList_logo {
    background: url("../img/cmn/logo-white.svg") no-repeat 0 0;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 10px 0 0 10px;
    padding: 0 0 0 62px;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1; }
    @media only screen and (min-width: 751px) {
      .hambList .hambList_logo {
        margin: 30px 0 0 50px; } }
  .hambList .wrapper {
    padding: 30px 5% 50px; }
    @media only screen and (min-width: 751px) {
      .hambList .wrapper {
        display: flex;
        padding: 115px 0 115px 180px; } }
    .hambList .wrapper .hambList_nav {
      margin-left: 20px; }
      @media only screen and (min-width: 751px) {
        .hambList .wrapper .hambList_nav {
          width: 440px;
          margin: 0; } }
      .hambList .wrapper .hambList_nav ul li {
        margin: 10px 0; }
        .hambList .wrapper .hambList_nav ul li a {
          color: #ffffff;
          font-size: 1.8rem;
          text-decoration: none;
          opacity: 1; }
          .hambList .wrapper .hambList_nav ul li a:hover {
            opacity: 0.6; }
          @media only screen and (min-width: 751px) {
            .hambList .wrapper .hambList_nav ul li a {
              font-size: 2.4rem; } }
    .hambList .wrapper .hambList_cont {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .hambList .wrapper .hambList_cont {
          display: flex;
          flex-direction: column;
          width: 330px;
          margin-top: 0; } }
      .hambList .wrapper .hambList_cont .hambList_btn {
        margin: 10px 0 0; }
        @media only screen and (min-width: 751px) {
          .hambList .wrapper .hambList_cont .hambList_btn {
            margin: 20px 0 0; } }
        .hambList .wrapper .hambList_cont .hambList_btn a {
          display: block;
          line-height: 70px;
          text-decoration: none;
          box-shadow: 5px 5px 0px 0px #4e8064;
          -webkit-border-radius: 6px 6px 6px 6px;
          border-radius: 6px 6px 6px 6px;
          transition: all 0.3s ease-in-out 0s;
          opacity: 1; }
          .hambList .wrapper .hambList_cont .hambList_btn a:hover {
            opacity: 0.6; }
          @media only screen and (min-width: 751px) {
            .hambList .wrapper .hambList_cont .hambList_btn a {
              min-width: 320px; } }
        .hambList .wrapper .hambList_cont .hambList_btn.tel a {
          font-family: "Quicksand", sans-serif;
          background: url("../img/cmn/icn-tel_green.svg") no-repeat 34px 50% #ffffff;
          background-size: 24px auto;
          padding: 0 30px 0 66px;
          color: #5f9d7b;
          font-size: 3.0rem; }
        .hambList .wrapper .hambList_cont .hambList_btn.mail a {
          background: url("../img/cmn/icn-mail_green.svg") no-repeat 34px 50% #ffffff;
          background-size: 30px auto;
          padding: 0 30px 0 78px; }
        .hambList .wrapper .hambList_cont .hambList_btn.line a {
          background: url("../img/cmn/icn_line_green.svg") no-repeat 34px 50% #ffffff;
          background-size: 30px auto;
          padding: 0 30px 0 78px; }
      .hambList .wrapper .hambList_cont .hambList_sns {
        margin-top: 30px; }
        @media only screen and (min-width: 751px) {
          .hambList .wrapper .hambList_cont .hambList_sns {
            margin-top: auto; } }
        .hambList .wrapper .hambList_cont .hambList_snsTxt {
          font-family: "Quicksand", sans-serif;
          color: #ffffff;
          text-align: center; }
        .hambList .wrapper .hambList_cont .hambList_snsList {
          margin-top: 10px; }
          .hambList .wrapper .hambList_cont .hambList_snsList ul {
            display: flex;
            align-items: center;
            justify-content: center; }
            .hambList .wrapper .hambList_cont .hambList_snsList ul li {
              overflow: hidden;
              width: 36px;
              height: 36px;
              margin: 0 4px;
              border-radius: 50%;
              box-shadow: 2px 2px 0px 0px #e3e1da; }
              @media only screen and (min-width: 751px) {
                .hambList .wrapper .hambList_cont .hambList_snsList ul li {
                  margin: 0 9px; } }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%; }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li.instagram a {
                background-image: -webkit-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%);
                background-image: -moz-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%);
                background-image: -ms-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%); }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li.facebook a {
                background: #4A649C; }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li.twitter a {
                background: #55A0D5; }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li.youtube a {
                background: #CF3D41; }
              .hambList .wrapper .hambList_cont .hambList_snsList ul li.line a {
                background: #ffffff; }

.footer {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 751px) {
    .footer {
      padding-top: 75px;
      padding-bottom: 80px; } }
  .footer .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .footer .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .footer .wrapper {
        display: flex;
        width: 90% !important;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (min-width: 751px) and (min-width: 751px) {
    .footer .wrapper {
      width: 1160px !important; } }

    .footer .wrapper .footer_item {
      text-align: center; }
      @media only screen and (min-width: 751px) {
        .footer .wrapper .footer_item {
          text-align: left; }
          .footer .wrapper .footer_item:nth-child(1) {
            width: 360px; }
          .footer .wrapper .footer_item:nth-child(2) {
            width: 300px; }
          .footer .wrapper .footer_item:nth-child(3) {
            width: 400px;
            margin-left: auto; } }
      .footer .wrapper .footer_item .footer_catch {
        font-size: 2.0rem; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_catch {
            font-size: 2.4rem; } }
      .footer .wrapper .footer_item .footer_logo {
        background: url("../img/cmn/logo-colorful.svg") no-repeat 0 0;
        background-size: auto 100%;
        display: inline-block;
        height: 50px;
        margin-top: 15px;
        padding: 0 0 0 62px;
        color: #5f9d7b;
        font-size: 2.2rem;
        line-height: 50px; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_logo {
            display: flex;
            align-items: center;
            height: 63px;
            margin-top: 25px;
            padding: 0 0 0 78px;
            font-size: 2.9rem;
            line-height: 1; } }
      .footer .wrapper .footer_item .footer_add {
        margin-top: 15px; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_add {
            margin-top: 25px;
            font-size: 1.6rem; } }
      .footer .wrapper .footer_item .footer_copy {
        margin-top: 30px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_copy {
            margin-top: 70px;
            font-size: 1.3rem; } }
      .footer .wrapper .footer_item .footer_sns {
        margin-top: 30px;
        text-align: center; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_sns {
            margin-top: 75px; } }
        .footer .wrapper .footer_item .footer_snsTxt {
          font-family: "Quicksand", sans-serif; }
          @media only screen and (min-width: 751px) {
            .footer .wrapper .footer_item .footer_snsTxt {
              font-size: 1.6rem; } }
        .footer .wrapper .footer_item .footer_snsList {
          margin-top: 5px; }
          @media only screen and (min-width: 751px) {
            .footer .wrapper .footer_item .footer_snsList {
              margin-top: 10px; } }
          .footer .wrapper .footer_item .footer_snsList ul {
            display: flex;
            align-items: center;
            justify-content: center; }
            .footer .wrapper .footer_item .footer_snsList ul li {
              overflow: hidden;
              width: 30px;
              height: 30px;
              margin: 0 4px;
              border-radius: 50%;
              box-shadow: 2px 2px 0px 0px #e3e1da; }
              @media only screen and (min-width: 751px) {
                .footer .wrapper .footer_item .footer_snsList ul li {
                  width: 36px;
                  height: 36px;
                  margin: 0 9px; } }
              .footer .wrapper .footer_item .footer_snsList ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%; }
              .footer .wrapper .footer_item .footer_snsList ul li.instagram a {
                background-image: -webkit-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%);
                background-image: -moz-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%);
                background-image: -ms-linear-gradient(240deg, #9463b5 0%, #ea3c3c 44%, #f5b65e 86%); }
              .footer .wrapper .footer_item .footer_snsList ul li.facebook a {
                background: #4A649C; }
              .footer .wrapper .footer_item .footer_snsList ul li.twitter a {
                background: #55A0D5; }
              .footer .wrapper .footer_item .footer_snsList ul li.youtube a {
                background: #CF3D41; }
              .footer .wrapper .footer_item .footer_snsList ul li.line a {
                background: #5f9d7b; }
      .footer .wrapper .footer_item .footer_btn {
        margin-top: 20px; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_btn {
            margin-top: 40px; } }
      .footer .wrapper .footer_item .footer_txt {
        margin-top: 30px;
        font-size: 1.2rem;
        text-align: left; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_txt {
            margin-top: 0;
            font-size: 1.4rem; } }
      .footer .wrapper .footer_item .footer_twitter {
        margin-top: 10px;
        border: solid 2px #6e5b50; }
        @media only screen and (min-width: 751px) {
          .footer .wrapper .footer_item .footer_twitter {
            margin-top: 20px; } }

.apply {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 3; }

/* ---------------------------------------------------------
	editor
--------------------------------------------------------- */
.entry-content {
  font-family: "Quicksand", sans-serif;
  color: #6e5b50;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700; }
  @media only screen and (min-width: 751px) {
    .entry-content {
      font-size: 1.8rem;
      line-height: 1.875;
      font-weight: 700; } }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 1260px !important; } }
  .entry-content .alignfull [class$="_block"] {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .entry-content .alignfull [class$="_block"] {
        width: 1260px !important; } }
  .entry-content > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child {
    margin-bottom: 0; }
  .entry-content p {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 751px) {
      .entry-content p {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .entry-content h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 5px 0 5px 15px;
    font-size: 2.2rem;
    font-weight: 700;
    border-left: solid 4px #bea574; }
    @media only screen and (min-width: 751px) {
      .entry-content h1 {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 10px 0 10px 25px;
        font-size: 2.8rem;
        border-left: solid 8px #bea574; } }
  .entry-content h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    background: #eaeaea;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 2.0rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .entry-content h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px 20px;
        font-size: 2.6rem; } }
  .entry-content h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: solid 2px #bea574; }
    @media only screen and (min-width: 751px) {
      .entry-content h3 {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 0 10px;
        font-size: 2.4rem; } }
  .entry-content h4 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .entry-content h4 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 2.2rem; } }
  .entry-content h5 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .entry-content h5 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 2.2rem; } }
  .entry-content h6 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .entry-content h6 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 2.2rem; } }
  .entry-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 2em;
    list-style-type: disc; }
    @media only screen and (min-width: 751px) {
      .entry-content ul {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .entry-content ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 2em;
    list-style-type: decimal; }
    @media only screen and (min-width: 751px) {
      .entry-content ol {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .entry-content .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-columns {
        display: flex; } }
    @media screen and (max-width: 750px) {
      .entry-content .wp-block-columns .wp-block-column {
        margin-bottom: 15px; }
        .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
          margin-top: 15px; } }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 30px; } }
  .entry-content .wp-block-media-text {
    margin-top: 15px;
    margin-bottom: 15px; }
    .entry-content .wp-block-media-text__content {
      margin-top: 15px; }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-media-text {
        margin-top: 25px;
        margin-bottom: 25px; }
        .entry-content .wp-block-media-text__content {
          margin-top: 25px; } }
  .entry-content .wp-block-table {
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .entry-content .wp-block-table table {
      border-top: solid 1px #bea574; }
      .entry-content .wp-block-table table tbody th {
        font-family: "Zen Maru Gothic", sans-serif;
        background: #e3e1da;
        padding: 10px 30px;
        border-bottom: solid 1px #bea574; }
      .entry-content .wp-block-table table tbody td {
        font-family: "Quicksand", sans-serif;
        padding: 10px 30px;
        border-bottom: solid 1px #bea574; }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-table {
        margin-top: 30px;
        margin-bottom: 30px; }
        .entry-content .wp-block-table table tbody th {
          width: 300px;
          padding: 15px 30px; }
        .entry-content .wp-block-table table tbody td {
          padding: 15px 30px; } }
    .entry-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
      background: #e3e1da; }
    .entry-content .wp-block-table figcaption {
      padding: 5px 10px 15px;
      font-size: 1.2rem;
      text-align: center; }
      @media only screen and (min-width: 751px) {
        .entry-content .wp-block-table figcaption {
          padding: 10px 15px 20px;
          font-size: 1.4rem; } }
  .entry-content .wp-block-quote {
    background: #e3e1da;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 25px; }
    .entry-content .wp-block-quote cite {
      color: #999497;
      font-size: .75em;
      font-weight: 500; }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-quote {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 25px 35px; } }
  .entry-content .wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px; }
    .entry-content .wp-block-image figcaption {
      padding: 5px 10px 15px;
      font-size: 1.2rem;
      text-align: center; }
    @media only screen and (min-width: 751px) {
      .entry-content .wp-block-image {
        margin-top: 30px;
        margin-bottom: 30px; }
        .entry-content .wp-block-image figcaption {
          padding: 10px 15px 20px;
          font-size: 1.4rem; } }
  .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
    color: var(--global--color-background); }
    .has-background .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
      color: var(--local--color-background, var(--global--color-background)); }
      .has-background .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
        color: var(--global--color-primary); }
  .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
    background-color: var(--global--color-primary); }
    .has-background .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
      background-color: var(--local--color-primary, var(--global--color-primary)); }
  .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
  .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
    border-color: currentColor !important;
    background-color: transparent !important;
    color: inherit !important; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
    border-color: currentColor; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
    color: var(--global--color-primary); }
    .has-background .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
      color: var(--local--color-primary, var(--global--color-primary)); }
  .has-background .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
    color: inherit; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
    background-color: transparent; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
    border-color: transparent !important;
    background-color: var(--global--color-primary) !important;
    color: var(--global--color-background) !important; }
    .has-background .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-background
    .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
      background-color: var(--local--color-primary, var(--global--color-primary)) !important;
      color: var(--local--color-background, var(--global--color-background)) !important; }
    .has-text-color .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-text-color
    .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
      color: var(--local--color-background, var(--global--color-background)) !important; }
  .entry-content .wp-block-button .is-style-squared .wp-block-button__link {
    border-radius: 0; }
  .entry-content .is-style-outline .wp-block-button__link[style*="radius"]:focus,
  .entry-content .wp-block-button a.wp-block-button__link[style*="radius"]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--button--color-background); }

/* ---------------------------------------------------------
	title
--------------------------------------------------------- */
@media screen and (max-width: 750px) {
  .ttl01 h2 {
    position: relative;
    padding: 0 40px 10px 5px;
    font-size: 2.2rem;
    line-height: 1.3; }
    .ttl01 h2:before {
      content: "";
      background: #5f9d7b;
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 30px);
      height: 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      border-radius: 2px 2px 2px 2px; }
    .ttl01 h2:after {
      content: "";
      background: url("../img/cmn/icn-pen-02.svg") no-repeat 50% 50%;
      background-size: 30px auto;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px; }

  .ttl02 h2 {
    position: relative;
    padding: 0 40px 10px 5px;
    font-size: 2.2rem;
    line-height: 1.3; }
    .ttl02 h2:before {
      content: "";
      background: #5f9d7b;
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 30px);
      height: 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      border-radius: 2px 2px 2px 2px; }
    .ttl02 h2:after {
      content: "";
      background: url("../img/cmn/icn-pen-02.svg") no-repeat 50% 50%;
      background-size: 30px auto;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px; }
  .ttl02.ttl02-white h2 {
    color: #ffffff; }
    .ttl02.ttl02-white h2:before {
      background: #ffffff; }
    .ttl02.ttl02-white h2:after {
      background: url("../img/cmn/icn-pen-02_white.svg") no-repeat 50% 50%;
      background-size: 43px auto; } }
@media only screen and (min-width: 751px) {
  .ttl01 {
    position: relative;
    width: 54px;
    padding-bottom: 63px;
    font-weight: 500; }
    .ttl01:before {
      content: "";
      background: #5f9d7b;
      position: absolute;
      top: 0;
      right: 0;
      width: 3px;
      height: calc(100% - 43px);
      -webkit-border-radius: 2px 2px 2px 2px;
      border-radius: 2px 2px 2px 2px; }
    .ttl01:after {
      content: "";
      background: url("../img/cmn/icn-pen-01.svg") no-repeat 50% 50%;
      background-size: 43px auto;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 43px;
      height: 43px; }
    .ttl01 h2 {
      font-size: 4.0rem;
      line-height: 1;
      letter-spacing: 0.15em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-orientation: upright; }

  .ttl02 {
    text-align: center; }
    .ttl02 h2 {
      display: inline-block;
      position: relative;
      min-height: 54px;
      padding-left: 20px;
      padding-right: 63px;
      font-size: 3.2rem;
      line-height: 1;
      letter-spacing: 0.15em; }
      .ttl02 h2:before {
        content: "";
        background: #5f9d7b;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 43px);
        height: 3px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px; }
      .ttl02 h2:after {
        content: "";
        background: url("../img/cmn/icn-pen-02.svg") no-repeat 50% 50%;
        background-size: 43px auto;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43px;
        height: 43px; }
    .ttl02.ttl02-white h2 {
      color: #ffffff; }
      .ttl02.ttl02-white h2:before {
        background: #ffffff; }
      .ttl02.ttl02-white h2:after {
        background: url("../img/cmn/icn-pen-02_white.svg") no-repeat 50% 50%;
        background-size: 43px auto; } }
/* ---------------------------------------------------------
	btn
--------------------------------------------------------- */
/* base */
.btn a,
.btn input[type="button"],
.btn input[type="submit"],
.btn button[type="button"],
.btn button[type="submit"] {
  font-family: "Zen Maru Gothic", sans-serif;
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  white-space: break-spaces;
  vertical-align: middle;
  transition: 0.3s; }

/* primary */
.btn-primary a,
.btn-primary input[type="button"],
.btn-primary input[type="submit"],
.btn-primary button[type="button"],
.btn-primary button[type="submit"] {
  background: url("../img/cmn/btn_icn-arw.svg") no-repeat right 26px top 50% #5f9d7b;
  background-size: 18px auto;
  padding: 0 45px;
  color: #ffffff;
  line-height: 60px;
  box-shadow: 5px 5px 0px 0px #e3e1da;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px; }
  .btn-primary a:hover,
  .btn-primary input[type="button"]:hover,
  .btn-primary input[type="submit"]:hover,
  .btn-primary button[type="button"]:hover,
  .btn-primary button[type="submit"]:hover {
    background-color: #bea574; }

/* secondary */
.btn-secondary a,
.btn-secondary input[type="button"],
.btn-secondary input[type="submit"],
.btn-secondary button[type="button"],
.btn-secondary button[type="submit"] {
  background: url("../img/cmn/btn_icn-arw.svg") no-repeat right 26px top 50% #bea574;
  background-size: 18px auto;
  padding: 0 45px;
  color: #ffffff;
  line-height: 60px;
  box-shadow: 5px 5px 0px 0px #4e8064;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px; }
  .btn-secondary a:hover,
  .btn-secondary input[type="button"]:hover,
  .btn-secondary input[type="submit"]:hover,
  .btn-secondary button[type="button"]:hover,
  .btn-secondary button[type="submit"]:hover {
    background: url("../img/cmn/btn_secondary_icn-on.svg") no-repeat right 26px top 50% #ffffff;
    background-size: 18px auto;
    color: #6e5b50; }

/* back */
/* ---------------------------------------------------------
	table
--------------------------------------------------------- */
/* ---------------------------------------------------------
	contents
--------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* table scroll */
  .tableScroll {
    overflow: auto;
    white-space: nowrap; }

  .tableScroll::-webkit-scrollbar {
    height: 5px; }

  .tableScroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
/* 強調 */
.emp {
  /* color: #C90B0B;
  font-weight: bold; */ }

/* リード文 */
.lead {
  /* margin: 70px 0 110px;
  font-size: 2.4rem;
  text-align: center; */ }

/* breadcrumb */
.breadcrumb {
  padding: 5px 0; }
  @media only screen and (min-width: 751px) {
    .breadcrumb {
      padding: 12px 0; } }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .breadcrumb ul li {
      position: relative;
      margin: 5px 0;
      font-size: 1.2rem;
      line-height: 1.2; }
      @media only screen and (min-width: 751px) {
        .breadcrumb ul li {
          font-size: 1.3rem; } }
      .breadcrumb ul li:not(:last-child) {
        padding: 0 35px 0 0; }
        .breadcrumb ul li:not(:last-child):after {
          content: "";
          background: url("../img/cmn/breadcrumb_icn-arw.png") no-repeat 50% 50%;
          position: absolute;
          top: 50%;
          right: 15px;
          width: 6px;
          height: 10px;
          transform: translateY(-50%); }
          @media screen and (max-width: 750px) {
            .breadcrumb ul li:not(:last-child):after {
              background-size: 4px auto; } }
      .breadcrumb ul li a {
        text-decoration: underline; }
        .breadcrumb ul li a:hover {
          text-decoration: none; }
      .breadcrumb ul li img {
        vertical-align: middle; }

/* free Area */
.freeArea {
  text-align: left; }
  .freeArea p {
    margin: 30px 0;
    line-height: 2.0; }
    .freeArea p img {
      margin: 5px 0; }
  .freeArea img {
    margin: 35px 0; }
  .freeArea h1 {
    margin: 25px 0;
    padding: 0 0 5px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: solid 2px #000; }
    @media only screen and (min-width: 751px) {
      .freeArea h1 {
        padding: 0 0 10px;
        font-size: 3.0rem; } }
  .freeArea h2 {
    position: relative;
    z-index: 3;
    margin: 25px 0;
    font-size: 2.0rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .freeArea h2 {
        font-size: 2.4rem; } }
    .freeArea h2:after {
      content: "";
      background: #5f9d7b;
      position: absolute;
      bottom: -2px;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 5px; }
      @media only screen and (min-width: 751px) {
        .freeArea h2:after {
          height: 14px; } }
  .freeArea h3 {
    background: #5f9d7b;
    margin: 20px 0;
    padding: 6px 10px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 6px; }
    @media only screen and (min-width: 751px) {
      .freeArea h3 {
        padding: 9px 10px;
        font-size: 2.0rem; } }
  .freeArea h4 {
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .freeArea h4 {
        padding: 0 0 0 30px;
        font-size: 1.8rem; } }
    .freeArea h4:after {
      content: "";
      background: #5f9d7b;
      position: absolute;
      top: 11px;
      left: 0;
      width: 15px;
      height: 2px; }
      @media only screen and (min-width: 751px) {
        .freeArea h4:after {
          top: 12px;
          width: 20px;
          height: 4px; } }
  .freeArea h5 {
    margin: 20px 0;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (min-width: 751px) {
      .freeArea h5 {
        font-size: 1.8rem; } }
  .freeArea ul {
    margin: 0 0 0 1.5em;
    list-style-type: disc; }
    .freeArea ul li {
      line-height: 2.0; }
  .freeArea ol {
    margin: 0 0 0 1.5em;
    list-style-type: decimal; }
    .freeArea ol li {
      line-height: 2.0; }
  .freeArea table {
    width: auto;
    margin: 35px 0; }
    .freeArea table caption {
      margin: 0 0 10px; }
    .freeArea table thead th,
    .freeArea table tbody th {
      background: #f8f8f8;
      padding: 4px 15px;
      border: solid 1px #000; }
    .freeArea table thead td,
    .freeArea table tbody td {
      padding: 4px 15px;
      border: solid 1px #000; }
  .freeArea blockquote {
    background: #f8f8f8;
    margin: 30px 0;
    padding: 1px 30px;
    border-radius: 10px; }
    @media only screen and (min-width: 751px) {
      .freeArea blockquote {
        border-radius: 20px; } }
  .freeArea figure {
    margin: 30px 0; }
    .freeArea figure img {
      margin: 0; }
  .freeArea .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .freeArea .alignleft {
    display: block;
    float: left;
    margin: 0 30px 0 0; }
  .freeArea .alignright {
    display: block;
    float: right;
    margin: 0 0 0 30px; }

/**
 * 【css Navigation】
 *
 * [page] top （トップページ）
 *   mainVisual
 *
 */
/* =========================================================

	[page] top （トップページ）

========================================================= */
/* mainVisual */
.mainVisual {
  position: relative; }
  .mainVisual .mainVisual_logo {
    background: url("../img/cmn/logo-colorful.svg") no-repeat 0 0;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    padding: 0 0 0 62px;
    color: #5f9d7b;
    font-size: 2.2rem;
    line-height: 1; }
    @media only screen and (min-width: 751px) {
      .mainVisual .mainVisual_logo {
        top: 30px;
        left: 50px; } }
  .mainVisual .mainVisual_pht {
    height: 500px; }
    @media only screen and (min-width: 751px) {
      .mainVisual .mainVisual_pht {
        height: 900px; } }
    .mainVisual .mainVisual_pht img {
      min-width: 100%;
      height: 100%;
      min-height: 100%;
      object-fit: cover; }
  .mainVisual .mainVisual_txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 751px) {
      .mainVisual .mainVisual_txt {
        top: calc(50% - 40px);
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); } }
    .mainVisual .mainVisual_txt .txt01 {
      font-size: 3.0rem; }
      @media only screen and (min-width: 751px) {
        .mainVisual .mainVisual_txt .txt01 {
          font-size: 7.2rem; } }
      .mainVisual .mainVisual_txt .txt01 .min {
        font-size: 2.0rem; }
        @media only screen and (min-width: 751px) {
          .mainVisual .mainVisual_txt .txt01 .min {
            font-size: 5.6rem; } }
      .mainVisual .mainVisual_txt .txt01 .large {
        font-size: 4.0rem; }
        @media only screen and (min-width: 751px) {
          .mainVisual .mainVisual_txt .txt01 .large {
            font-size: 8.4rem; } }
    .mainVisual .mainVisual_txt .txt02 {
      margin-top: 20px;
      font-size: 2.2rem; }
      @media only screen and (min-width: 751px) {
        .mainVisual .mainVisual_txt .txt02 {
          margin-top: 30px;
          font-size: 3.6rem; } }
    .mainVisual .mainVisual_txt .txt03 {
      margin-top: 15px; }
      @media only screen and (min-width: 751px) {
        .mainVisual .mainVisual_txt .txt03 {
          margin-top: 25px; } }
      .mainVisual .mainVisual_txt .txt03 span {
        display: inline-block;
        padding: 0 10px;
        line-height: 2.0;
        border: solid 1px #ffffff;
        -webkit-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px; }
        @media only screen and (min-width: 751px) {
          .mainVisual .mainVisual_txt .txt03 span {
            padding: 0 20px;
            line-height: 32px;
            border: solid 2px #ffffff; } }

.about {
  background: #f7f0e1;
  padding-top: 60px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 751px) {
    .about {
      padding-top: 120px;
      padding-bottom: 140px; } }
  .about .wrapper {
    background: url("../img/top/about_img-map.png") no-repeat left 50% bottom 0;
    background-size: auto 250px;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 270px; }
    @media only screen and (min-width: 751px) {
      .about .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .about .wrapper {
        background: url("../img/top/about_img-map.png") no-repeat right 0 top 0;
        background-size: auto;
        display: flex;
        align-items: flex-start;
        padding-bottom: 0; } }
    @media only screen and (min-width: 751px) {
      .about .wrapper .about_ttl {
        width: 125px; } }
    .about .wrapper .about_cont {
      padding-top: 30px; }
      @media only screen and (min-width: 751px) {
        .about .wrapper .about_cont {
          width: 600px;
          padding-top: 54px; } }
      .about .wrapper .about_cont .about_catch p {
        display: inline-block;
        padding-bottom: 8px;
        color: #5f9d7b;
        font-size: 1.8rem;
        border-bottom: dotted 3px #5f9d7b; }
        @media only screen and (min-width: 751px) {
          .about .wrapper .about_cont .about_catch p {
            font-size: 3.0rem;
            border-bottom: dotted 6px #5f9d7b; } }
      .about .wrapper .about_cont .about_txt {
        padding-top: 20px;
        padding-bottom: 25px; }
        @media only screen and (min-width: 751px) {
          .about .wrapper .about_cont .about_txt {
            padding-top: 34px; } }
      .about .wrapper .about_cont .about_btn {
        width: 300px;
        margin: 10px auto; }
        @media only screen and (min-width: 751px) {
          .about .wrapper .about_cont .about_btn {
            margin: 30px 0; } }

.channel {
  background: #f7f0e1; }
  .channel .wrapper {
    position: relative; }
    @media only screen and (min-width: 751px) {
      .channel .wrapper {
        display: flex;
        align-items: flex-start; } }
    .channel .wrapper:after {
      content: "";
      background: url("../img/top/channel_img-01.png") no-repeat 0 0;
      background-size: 150px auto;
      position: absolute;
      top: -100px;
      right: 5%;
      width: 150px;
      height: 118px; }
      @media only screen and (min-width: 751px) {
        .channel .wrapper:after {
          background: url("../img/top/channel_img-01.png") no-repeat 0 0;
          background-size: auto;
          top: -217px;
          left: 50%;
          right: auto;
          width: 302px;
          height: 237px;
          transform: translateX(330px); } }
    .channel .wrapper .channel_cont {
      background: #5f9d7b;
      color: #ffffff;
      padding: 50px 0; }
      @media only screen and (min-width: 751px) {
        .channel .wrapper .channel_cont {
          width: calc(50% - 10px);
          margin-top: 64px;
          padding: 86px 160px 90px 0;
          -webkit-border-radius: 0 0 140px 0;
          border-radius: 0 0 140px 0; } }
      @media screen and (max-width: 750px) {
        .channel .wrapper .channel_cont .channel_base {
          width: 90% !important;
          margin-left: auto;
          margin-right: auto; } }
  @media only screen and (max-width: 750px) and (min-width: 751px) {
    .channel .wrapper .channel_cont .channel_base {
      width: 1260px !important; } }

      @media only screen and (min-width: 751px) {
        .channel .wrapper .channel_cont .channel_base {
          width: 480px;
          margin-left: auto;
          padding-left: 20px; } }
      .channel .wrapper .channel_cont .channel_base .channel_ttl {
        font-size: 2.2rem;
        line-height: 1.33; }
        @media only screen and (min-width: 751px) {
          .channel .wrapper .channel_cont .channel_base .channel_ttl {
            font-size: 3.6rem;
            line-height: 1.33; } }
      .channel .wrapper .channel_cont .channel_base .channel_txt {
        margin-top: 24px; }
        @media only screen and (min-width: 751px) {
          .channel .wrapper .channel_cont .channel_base .channel_txt {
            line-height: 2.22; } }
      .channel .wrapper .channel_cont .channel_base .channel_btn {
        margin: 30px auto 0; }
        @media only screen and (min-width: 751px) {
          .channel .wrapper .channel_cont .channel_base .channel_btn {
            width: 360px;
            margin: 50px 0 0; } }
    @media screen and (max-width: 750px) {
      .channel .wrapper .channel_movie {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        height: 230px;
        margin-top: 30px; } }
  @media only screen and (max-width: 750px) and (min-width: 751px) {
    .channel .wrapper .channel_movie {
      width: 1260px !important; } }

    @media only screen and (min-width: 751px) {
      .channel .wrapper .channel_movie {
        position: relative;
        left: -90px;
        width: 800px;
        height: 500px; } }
    .channel .wrapper .channel_movie iframe {
      width: 100%;
      height: 100%; }

.followUs {
  background: #f7f0e1;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 751px) {
    .followUs {
      padding-top: 100px;
      padding-bottom: 120px; } }
  .followUs .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .followUs .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .followUs .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .followUs .wrapper .followUs_cont {
      text-align: center; }
      @media only screen and (min-width: 751px) {
        .followUs .wrapper .followUs_cont {
          width: 600px; } }
      .followUs .wrapper .followUs_cont .followUs_ttl {
        font-family: "Knewave", cursive;
        color: #5f9d7b;
        font-size: 5.0rem;
        line-height: 1;
        font-weight: 400;
        text-shadow: 5px 5px 0px #e3e1da; }
        @media only screen and (min-width: 751px) {
          .followUs .wrapper .followUs_cont .followUs_ttl {
            font-size: 8.4rem; } }
      .followUs .wrapper .followUs_cont .followUs_img {
        margin-top: 30px; }
      .followUs .wrapper .followUs_cont .followUs_txt {
        margin-top: 10px; }
      .followUs .wrapper .followUs_cont .followUs_btn {
        width: 300px;
        margin: 20px auto 0; }
    .followUs .wrapper .followUs_pht {
      width: 100%;
      height: 225px;
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .followUs .wrapper .followUs_pht {
          width: 630px;
          height: auto;
          margin-top: 0; } }

.point {
  padding-top: 70px; }
  @media only screen and (min-width: 751px) {
    .point {
      padding-top: 140px; } }
  .point .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .point .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .point .wrapper {
        display: flex;
        justify-content: space-between; } }
    @media only screen and (min-width: 751px) {
      .point .wrapper .point_ttl {
        order: 2;
        width: 54px; } }
    @media only screen and (min-width: 751px) {
      .point .wrapper .point_cont {
        order: 1;
        width: 1125px;
        margin-top: 55px; } }
    .point .wrapper .point_cont .point_item {
      margin: 30px 0; }
      @media only screen and (min-width: 751px) {
        .point .wrapper .point_cont .point_item {
          display: flex;
          align-items: center;
          margin: 0; }
          .point .wrapper .point_cont .point_item:nth-child(odd) {
            flex-direction: row; }
            .point .wrapper .point_cont .point_item:nth-child(odd) .point_b {
              margin-left: 70px; }
          .point .wrapper .point_cont .point_item:nth-child(even) {
            flex-direction: row-reverse; }
            .point .wrapper .point_cont .point_item:nth-child(even) .point_b {
              margin-right: 50px; } }
      .point .wrapper .point_cont .point_item .point_a {
        position: relative; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item .point_a {
            width: 360px; } }
        .point .wrapper .point_cont .point_item .point_a .point_num {
          font-family: "Quicksand", sans-serif;
          background: #5f9d7b;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 10px;
          left: 10px;
          width: 70px;
          height: 70px;
          padding-top: 5px;
          color: #ffffff;
          font-size: 3.0rem;
          line-height: 1;
          text-align: center;
          border-radius: 50%; }
          @media only screen and (min-width: 751px) {
            .point .wrapper .point_cont .point_item .point_a .point_num {
              top: 16px;
              left: -7px;
              width: 80px;
              height: 80px;
              padding: 0; } }
          .point .wrapper .point_cont .point_item .point_a .point_num span {
            display: block;
            font-size: 1.3rem; }
        @media screen and (max-width: 750px) {
          .point .wrapper .point_cont .point_item .point_a .point_pht {
            width: 70%;
            margin: 0 auto; } }
      @media only screen and (min-width: 751px) {
        .point .wrapper .point_cont .point_item .point_b {
          width: 620px; } }
      .point .wrapper .point_cont .point_item .point_b .point_ttl {
        width: auto;
        margin-top: 20px;
        color: #5f9d7b;
        font-size: 2.2rem; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item .point_b .point_ttl {
            margin: 0;
            font-size: 3.0rem; } }
        .point .wrapper .point_cont .point_item .point_b .point_ttl h3 {
          display: inline-block;
          position: relative; }
          .point .wrapper .point_cont .point_item .point_b .point_ttl h3:before {
            content: "";
            background: url("../img/top/teachingExample_icn-02.png") no-repeat 0 0;
            background-size: 20px auto;
            position: absolute;
            top: -10px;
            left: -14px;
            width: 20px;
            height: 18px; }
            @media only screen and (min-width: 751px) {
              .point .wrapper .point_cont .point_item .point_b .point_ttl h3:before {
                background: url("../img/top/teachingExample_icn-02.png") no-repeat 50% 50%;
                background-size: auto;
                top: -24px;
                left: -32px;
                width: 37px;
                height: 33px; } }
      .point .wrapper .point_cont .point_item .point_b .point_txt {
        margin-top: 15px;
        font-size: 1.6rem; }
      .point .wrapper .point_cont .point_item.point-01 .point_a:after {
        content: "";
        background: url("../img/top/teachingExample_icn-01.png") no-repeat 0 0;
        background-size: 40px auto;
        position: absolute;
        top: 15px;
        right: 30px;
        width: 40px;
        height: 32px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-01 .point_a:after {
            background: url("../img/top/teachingExample_icn-01.png") no-repeat 50% 50%;
            background-size: auto;
            top: -1px;
            right: -49px;
            width: 62px;
            height: 50px; } }
      .point .wrapper .point_cont .point_item.point-01 .point_b .point_ttl h3:after {
        content: "";
        background: url("../img/top/teachingExample_icn-03.png") no-repeat 0 0;
        background-size: 30px auto;
        position: absolute;
        bottom: 8px;
        right: -44px;
        width: 30px;
        height: 30px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-01 .point_b .point_ttl h3:after {
            background: url("../img/top/teachingExample_icn-03.png") no-repeat 50% 50%;
            background-size: auto;
            bottom: 15px;
            right: -83px;
            width: 49px;
            height: 49px; } }
      .point .wrapper .point_cont .point_item.point-02 .point_a:after {
        content: "";
        background: url("../img/top/teachingExample_icn-04.png") no-repeat 0 0;
        background-size: 40px auto;
        position: absolute;
        top: 0;
        right: 14px;
        width: 40px;
        height: 56px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-02 .point_a:after {
            background: url("../img/top/teachingExample_icn-04.png") no-repeat 50% 50%;
            background-size: auto;
            top: -34px;
            left: -115px;
            right: auto;
            width: 72px;
            height: 101px; } }
      .point .wrapper .point_cont .point_item.point-02 .point_b .point_ttl h3:after {
        content: "";
        background: url("../img/top/teachingExample_icn-05.png") no-repeat 0 0;
        background-size: 26px auto;
        position: absolute;
        bottom: 6px;
        right: -36px;
        width: 26px;
        height: 32px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-02 .point_b .point_ttl h3:after {
            background: url("../img/top/teachingExample_icn-05.png") no-repeat 50% 50%;
            background-size: auto;
            bottom: 14px;
            right: -73px;
            width: 42px;
            height: 50px; } }
      .point .wrapper .point_cont .point_item.point-03 .point_a:after {
        content: "";
        background: url("../img/top/teachingExample_icn-06.png") no-repeat 0 0;
        background-size: 40px auto;
        position: absolute;
        top: 0;
        right: 15px;
        width: 40px;
        height: 41px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-03 .point_a:after {
            background: url("../img/top/teachingExample_icn-06.png") no-repeat 50% 50%;
            background-size: auto;
            top: -32px;
            right: -33px;
            width: 56px;
            height: 57px; } }
      .point .wrapper .point_cont .point_item.point-03 .point_b .point_ttl h3:after {
        content: "";
        background: url("../img/top/teachingExample_icn-07.png") no-repeat 0 0;
        background-size: 30px auto;
        position: absolute;
        bottom: 6px;
        right: -42px;
        width: 30px;
        height: 30px; }
        @media only screen and (min-width: 751px) {
          .point .wrapper .point_cont .point_item.point-03 .point_b .point_ttl h3:after {
            background: url("../img/top/teachingExample_icn-07.png") no-repeat 50% 50%;
            background-size: auto;
            bottom: 19px;
            right: -74px;
            width: 49px;
            height: 49px; } }

.weAre {
  position: relative;
  z-index: 3;
  margin-top: 35px;
  padding-top: 30px; }
  @media only screen and (min-width: 751px) {
    .weAre {
      margin-top: 70px;
      padding-top: 0; } }
  .weAre:before {
    content: "";
    background: #fef9fb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 751px) {
      .weAre:before {
        top: 195px;
        height: calc(100% - 195px); } }
  @media only screen and (min-width: 751px) {
    .weAre .wrapper {
      display: flex;
      flex-wrap: wrap; } }
  .weAre .wrapper .weAre_catch {
    position: relative;
    font-size: 2.2rem; }
    @media screen and (max-width: 750px) {
      .weAre .wrapper .weAre_catch {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 750px) and (min-width: 751px) {
    .weAre .wrapper .weAre_catch {
      width: 1260px !important; } }

    @media only screen and (min-width: 751px) {
      .weAre .wrapper .weAre_catch {
        order: 2;
        width: 380px;
        font-size: 4.8rem;
        text-align: right; } }
    .weAre .wrapper .weAre_catch h1 {
      color: #e97ea7;
      font-weight: 500;
      text-align: left; }
      @media only screen and (min-width: 751px) {
        .weAre .wrapper .weAre_catch h1 {
          display: inline-block;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          -o-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          text-orientation: upright;
          letter-spacing: 0.15em; } }
      .weAre .wrapper .weAre_catch h1 span {
        border-bottom: dotted #e97ea7;
        border-width: 0 0 3px 0; }
        @media only screen and (min-width: 751px) {
          .weAre .wrapper .weAre_catch h1 span {
            border-right: dotted #e97ea7;
            border-width: 0 6px 0 0; } }
    .weAre .wrapper .weAre_catch:before {
      content: "";
      background: url("../img/top/weAre_img-01.png") no-repeat 50% 50%;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 65px; }
      @media only screen and (min-width: 751px) {
        .weAre .wrapper .weAre_catch:before {
          top: -86px;
          right: -55px; } }
    .weAre .wrapper .weAre_catch:after {
      content: "";
      background: url("../img/top/weAre_img-02.png") no-repeat 50% 50%;
      position: absolute;
      bottom: -170px;
      left: 0;
      width: 138px;
      height: 170px; }
      @media only screen and (min-width: 751px) {
        .weAre .wrapper .weAre_catch:after {
          top: 200px;
          bottom: auto;
          left: -30px; } }
  .weAre .wrapper .weAre_pht {
    overflow: hidden;
    margin-top: 30px;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0; }
    @media only screen and (min-width: 751px) {
      .weAre .wrapper .weAre_pht {
        order: 1;
        width: calc(50% + 250px);
        margin-top: 95px;
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0; } }
    @media only screen and (min-width: 751px) {
      .weAre .wrapper .weAre_pht {
        height: 640px; } }
    .weAre .wrapper .weAre_pht img {
      min-width: 100%;
      height: 100%;
      min-height: 100%;
      object-fit: cover; }
  .weAre .wrapper .weAre_caption {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    color: #000000;
    font-size: 1.3rem; }
    @media only screen and (min-width: 751px) {
      .weAre .wrapper .weAre_caption {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .weAre .wrapper .weAre_caption {
        order: 3;
        padding-top: 15px; } }

.teachingExample {
  background: #fef9fb;
  padding-top: 65px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 751px) {
    .teachingExample {
      padding-top: 135px;
      padding-bottom: 40px; } }
  .teachingExample .wrapper {
    position: relative;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .teachingExample .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .teachingExample .wrapper {
        display: flex;
        align-items: flex-start; } }
    @media only screen and (min-width: 751px) {
      .teachingExample .wrapper .teachingExample_ttl {
        width: 54px; } }
    .teachingExample .wrapper .teachingExample_cont {
      position: relative; }
      @media only screen and (min-width: 751px) {
        .teachingExample .wrapper .teachingExample_cont {
          width: calc(100% - 54px); } }
      .teachingExample .wrapper .teachingExample_cont:before {
        content: "";
        background: url("../img/top/teachingExample_img-01.png") no-repeat 50% 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 8;
        width: 114px;
        height: 135px; }
        @media only screen and (min-width: 751px) {
          .teachingExample .wrapper .teachingExample_cont:before {
            top: -53px;
            right: 39px; } }
      .teachingExample .wrapper .teachingExample_cont:after {
        content: "";
        background: url("../img/top/teachingExample_img-02.png") no-repeat 50% 50%;
        position: absolute;
        top: 356px;
        left: -4%;
        z-index: 8;
        width: 30px;
        height: 30px; }
        @media only screen and (min-width: 751px) {
          .teachingExample .wrapper .teachingExample_cont:after {
            left: auto;
            right: 269px; } }
      .teachingExample .wrapper .teachingExample_cont .teachingExample_item {
        margin: 40px 0; }
        @media only screen and (min-width: 751px) {
          .teachingExample .wrapper .teachingExample_cont .teachingExample_item {
            display: flex; } }
        .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_data {
          margin-top: 35px;
          text-align: center; }
          @media only screen and (min-width: 751px) {
            .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_data {
              width: calc(100% - 965px); } }
          .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_dataTxt {
            margin-top: 18px;
            font-size: 1.4rem; }
        .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ball {
          background: #ffffff;
          position: relative;
          z-index: 3;
          margin-top: 20px;
          padding: 15px 20px;
          box-shadow: 5px 5px 0px 0px #e3e1da;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; }
          @media only screen and (min-width: 751px) {
            .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ball {
              width: 965px;
              margin-top: 0;
              padding: 25px 40px 35px; }
              .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ball:before {
                content: "";
                position: absolute;
                top: 69px;
                right: calc(100% + 5px);
                z-index: -1;
                width: 0;
                height: 0;
                pointer-events: none;
                border: solid transparent;
                border-color: rgba(227, 255, 218, 0);
                border-right-color: #e3e1da;
                border-width: 15px 20px; }
              .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ball:after {
                content: "";
                position: absolute;
                top: 64px;
                right: 100%;
                width: 0;
                height: 0;
                pointer-events: none;
                border: solid transparent;
                border-color: rgba(255, 255, 255, 0);
                border-right-color: #ffffff;
                border-width: 15px 20px; } }
          .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballTtl {
            color: #5f9d7b;
            font-size: 1.8rem; }
            @media only screen and (min-width: 751px) {
              .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballTtl {
                font-size: 2.4rem; } }
          .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballPeriod {
            margin-top: 5px; }
            .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballPeriod p {
              background: #bea574;
              display: inline-block;
              padding: 0 15px;
              color: #ffffff;
              font-size: 1.4rem;
              -webkit-border-radius: 14px 14px 14px 14px;
              border-radius: 14px 14px 14px 14px; }
          .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballTxt {
            margin-top: 15px;
            font-size: 1.5rem; }
            @media only screen and (min-width: 751px) {
              .teachingExample .wrapper .teachingExample_cont .teachingExample_item .teachingExample_ballTxt {
                margin-top: 26px;
                line-height: 2.0; } }
    .teachingExample .wrapper .teachingExample_img:before {
      content: "";
      background: url("../img/top/teachingExample_img-03.png") no-repeat 50% 50%;
      position: absolute;
      bottom: 800px;
      right: 0;
      z-index: 8;
      width: 99px;
      height: 110px; }
      @media only screen and (min-width: 751px) {
        .teachingExample .wrapper .teachingExample_img:before {
          bottom: 492px;
          left: 240px;
          right: auto; } }
    .teachingExample .wrapper .teachingExample_img:after {
      content: "";
      background: url("../img/top/teachingExample_img-04.png") no-repeat 50% 50%;
      position: absolute;
      bottom: 257px;
      left: -4%;
      z-index: 8;
      width: 25px;
      height: 28px; }
      @media only screen and (min-width: 751px) {
        .teachingExample .wrapper .teachingExample_img:after {
          bottom: 257px;
          left: 0; } }

.teacher {
  background: #f7f0e1;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 751px) {
    .teacher {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media screen and (max-width: 750px) {
    .teacher .wrapper .teacher_ttl {
      width: 90% !important;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 750px) and (min-width: 751px) {
    .teacher .wrapper .teacher_ttl {
      width: 1260px !important; } }

  .teacher .wrapper .teacher_cont {
    background: #ffffff;
    position: relative;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    padding: 134px 20px 30px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px; }
    @media only screen and (min-width: 751px) {
      .teacher .wrapper .teacher_cont {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .teacher .wrapper .teacher_cont {
        margin-top: 190px;
        padding: 80px 100px;
        -webkit-border-radius: 20px 20px 20px 20px;
        border-radius: 20px 20px 20px 20px; } }
    .teacher .wrapper .teacher_cont .teacher_pht {
      position: absolute;
      top: -110px;
      right: -5%;
      overflow: hidden;
      width: 90%;
      height: 225px;
      -webkit-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_pht {
          top: -140px;
          left: 50%;
          right: auto;
          transform: translateX(-90px); } }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_pht {
          width: 900px;
          height: 660px;
          -webkit-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px; } }
      .teacher .wrapper .teacher_cont .teacher_pht img {
        min-width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover; }
    @media only screen and (min-width: 751px) {
      .teacher .wrapper .teacher_cont .teacher_base {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    @media only screen and (min-width: 751px) {
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item {
        width: 400px; } }
    .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data {
      text-align: center; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data {
          display: flex;
          flex-wrap: wrap;
          text-align: left; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_position p {
        display: inline-block;
        padding: 0 10px;
        color: #5f9d7b;
        border: solid 2px #5f9d7b;
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_position p {
            padding: 16px 0;
            line-height: 1.35;
            letter-spacing: 0.15em;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            -o-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
            text-orientation: upright;
            -webkit-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name {
        position: relative; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name {
            margin-left: 10px;
            padding-right: 15px; } }
        .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name p {
          font-size: 2.4rem; }
          @media only screen and (min-width: 751px) {
            .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name p {
              font-size: 4.0rem;
              letter-spacing: 0.15em;
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              -o-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
              text-orientation: upright; } }
        .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name .kana {
          font-size: 1.2rem; }
          @media only screen and (min-width: 751px) {
            .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_name .kana {
              position: absolute;
              top: 0;
              left: 100%;
              font-size: 1.4rem;
              line-height: 1;
              white-space: nowrap;
              transform: rotate(90deg);
              transform-origin: left top;
              letter-spacing: 0.15em; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_img {
        margin-top: 10px;
        text-align: center; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_img {
            margin-top: auto;
            margin-left: 30px; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_profile {
        margin-top: 15px;
        text-align: center; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_data .teacher_profile {
            width: 100%;
            margin-top: 25px; } }
    .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_catch {
      margin-top: 40px;
      font-size: 2.0rem; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_catch {
          margin-top: 80px;
          font-size: 2.6rem; } }
    .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_txt {
      margin-top: 10px; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_txt {
          font-size: 1.6rem; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_item .teacher_txt span {
        color: #5f9d7b; }
    .teacher .wrapper .teacher_cont .teacher_base .teacher_career {
      margin-top: 40px; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_base .teacher_career {
          width: 570px;
          margin-top: 495px; } }
      .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul {
        padding-left: 15px;
        border-left: solid 2px #5f9d7b; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul {
            padding-left: 30px; } }
        .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul li {
          margin: 5px 0; }
          @media only screen and (min-width: 751px) {
            .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul li {
              font-size: 1.4rem;
              line-height: 2.14; } }
          .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul li span {
            display: inline-block;
            width: 60px; }
            @media only screen and (min-width: 751px) {
              .teacher .wrapper .teacher_cont .teacher_base .teacher_career ul li span {
                width: 60px; } }
    .teacher .wrapper .teacher_cont .teacher_info {
      background: url("../img/top/teacher_bg-01.png") no-repeat left 17px top 17px, url("../img/top/teacher_bg-01.png") no-repeat right 17px top 17px, url("../img/top/teacher_bg-01.png") no-repeat right 17px bottom 17px, url("../img/top/teacher_bg-01.png") no-repeat left 17px bottom 17px;
      background-size: 12px auto;
      margin-top: 40px;
      padding: 15px 30px 40px;
      border: solid 3px #5f9d7b;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px;
      box-shadow: 5px 5px 0px 0px #e3e1da; }
      @media only screen and (min-width: 751px) {
        .teacher .wrapper .teacher_cont .teacher_info {
          background: url("../img/top/teacher_bg-01.png") no-repeat left 17px top 17px, url("../img/top/teacher_bg-01.png") no-repeat right 17px top 17px, url("../img/top/teacher_bg-01.png") no-repeat right 17px bottom 17px, url("../img/top/teacher_bg-01.png") no-repeat left 17px bottom 17px;
          background-size: auto;
          margin-top: 54px;
          padding: 15px 57px 40px;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; } }
      .teacher .wrapper .teacher_cont .teacher_infoTtl {
        margin-top: 16px; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_infoTtl {
            margin-top: 25px; } }
        .teacher .wrapper .teacher_cont .teacher_infoTtl p {
          display: inline-block;
          position: relative;
          z-index: 3;
          padding: 0 6px;
          line-height: 1.6; }
          .teacher .wrapper .teacher_cont .teacher_infoTtl p:after {
            content: "";
            background: #D4E2A7;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 10px;
            -webkit-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px; }
      .teacher .wrapper .teacher_cont .teacher_infoTxt {
        margin-top: 8px;
        font-size: 1.3rem; }
        @media only screen and (min-width: 751px) {
          .teacher .wrapper .teacher_cont .teacher_infoTxt {
            font-size: 1.5rem; } }

.price {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 751px) {
    .price {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .price .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .price .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .price .wrapper {
        display: flex;
        align-items: flex-start; } }
    @media only screen and (min-width: 751px) {
      .price .wrapper .price_ttl {
        width: 230px; } }
    .price .wrapper .price_cont {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .price .wrapper .price_cont {
          width: 800px;
          margin-top: 40px; } }
      .price .wrapper .price_cont .price_table {
        overflow: hidden;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px; }
        @media only screen and (min-width: 751px) {
          .price .wrapper .price_cont .price_table {
            -webkit-border-radius: 20px 20px 20px 20px;
            border-radius: 20px 20px 20px 20px; } }
        .price .wrapper .price_cont .price_table table thead th {
          background: #5f9d7b;
          padding: 6px 20px;
          color: #ffffff;
          font-weight: 700;
          text-align: center;
          vertical-align: middle; }
          @media only screen and (min-width: 751px) {
            .price .wrapper .price_cont .price_table table thead th {
              font-size: 2.0rem; } }
        .price .wrapper .price_cont .price_table table tbody tr:not(:first-child) {
          border-top: solid 2px #ffffff; }
        .price .wrapper .price_cont .price_table table tbody th {
          background: #EEF3DC;
          width: 50%;
          padding: 14px 20px;
          font-weight: 700;
          text-align: center;
          vertical-align: middle; }
          @media only screen and (min-width: 751px) {
            .price .wrapper .price_cont .price_table table tbody th {
              font-size: 2.0rem; } }
        .price .wrapper .price_cont .price_table table tbody td {
          background: #DDE8B9;
          width: 50%;
          padding: 14px 20px;
          font-size: 1.2rem;
          text-align: center;
          vertical-align: middle; }
          @media only screen and (min-width: 751px) {
            .price .wrapper .price_cont .price_table table tbody td {
              font-size: 2.0rem; } }
          .price .wrapper .price_cont .price_table table tbody td span {
            font-size: 1.6rem; }
            @media only screen and (min-width: 751px) {
              .price .wrapper .price_cont .price_table table tbody td span {
                font-size: 3.0rem; } }
      .price .wrapper .price_cont .price_txt {
        margin-top: 10px;
        font-size: 1.2rem;
        line-height: 2.14; }
        @media only screen and (min-width: 751px) {
          .price .wrapper .price_cont .price_txt {
            margin-top: 30px;
            font-size: 1.4rem; } }

.time {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 751px) {
    .time {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .time .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .time .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .time .wrapper {
        display: flex;
        align-items: flex-start; } }
    @media only screen and (min-width: 751px) {
      .time .wrapper .time_ttl {
        width: 230px; } }
    .time .wrapper .time_cont {
      position: relative;
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .time .wrapper .time_cont {
          width: 800px;
          margin-top: 40px; } }
      .time .wrapper .time_cont:after {
        content: "";
        background: url("../img/top/time_img-01.png") no-repeat 0 0;
        background-size: 100px auto;
        position: absolute;
        bottom: -32px;
        right: -4%;
        width: 100px;
        height: 88px; }
        @media only screen and (min-width: 751px) {
          .time .wrapper .time_cont:after {
            background: url("../img/top/time_img-01.png") no-repeat 50% 50%;
            background-size: auto;
            bottom: -32px;
            right: -132px;
            width: 209px;
            height: 182px; } }
      .time .wrapper .time_cont .time_area {
        background: url("../img/top/time_bg-01.png") no-repeat left 17px top 17px, url("../img/top/time_bg-01.png") no-repeat right 17px top 17px, url("../img/top/time_bg-01.png") no-repeat left 17px bottom 17px;
        background-size: 12px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 194px;
        padding: 40px 45px;
        text-align: center;
        border: solid 3px #5f9d7b;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 5px 5px 0px 0px #e3e1da; }
        @media only screen and (min-width: 751px) {
          .time .wrapper .time_cont .time_area {
            background: url("../img/top/time_bg-01.png") no-repeat left 17px top 17px, url("../img/top/time_bg-01.png") no-repeat right 17px top 17px, url("../img/top/time_bg-01.png") no-repeat left 17px bottom 17px;
            background-size: auto;
            -webkit-border-radius: 20px 20px 20px 20px;
            border-radius: 20px 20px 20px 20px; } }
        .time .wrapper .time_cont .time_area .time_txt span {
          color: #5f9d7b;
          font-size: 2.4rem; }

.voice {
  background: url("../img/top/voice_bg-01.jpg") no-repeat 50% 0 #5f9d7b;
  background-size: 100% auto;
  padding-top: 120px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 751px) {
    .voice {
      background: url("../img/top/voice_bg-01.jpg") no-repeat 50% 0 #5f9d7b;
      background-size: auto 740px;
      padding-top: 420px;
      padding-bottom: 120px; } }
  .voice .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .voice .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .voice .wrapper {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (min-width: 751px) and (min-width: 751px) {
    .voice .wrapper {
      width: 1420px !important; } }

    .voice .wrapper .voice_txt {
      margin-top: 30px;
      color: #ffffff; }
      @media only screen and (min-width: 751px) {
        .voice .wrapper .voice_txt {
          margin-top: 40px;
          text-align: center; } }
    @media only screen and (min-width: 751px) {
      .voice .wrapper .voice_list {
        display: flex;
        margin: 60px -15px 0; } }
    .voice .wrapper .voice_list .voice_item {
      background: #ffffff;
      position: relative;
      margin: 30px 0;
      padding: 15px 20px;
      box-shadow: 5px 5px 0px 0px #52876a;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px; }
      @media only screen and (min-width: 751px) {
        .voice .wrapper .voice_list .voice_item {
          width: calc((100% - (15px * 6)) / 3);
          margin: 0 15px;
          padding: 30px 40px 36px;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; } }
      .voice .wrapper .voice_list .voice_item .voice_icn span {
        font-family: "Quicksand", sans-serif;
        background: #55A0D5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: #ffffff;
        font-size: 1.6rem;
        border-radius: 50%; }
        @media only screen and (min-width: 751px) {
          .voice .wrapper .voice_list .voice_item .voice_icn span {
            width: 40px;
            height: 40px;
            font-size: 2.0rem; } }
      .voice .wrapper .voice_list .voice_item .voice_q {
        margin-top: 10px;
        padding-bottom: 10px;
        color: #5f9d7b;
        font-size: 1.6rem;
        border-bottom: solid 2px #bea574; }
        @media only screen and (min-width: 751px) {
          .voice .wrapper .voice_list .voice_item .voice_q {
            margin-top: 12px;
            padding-bottom: 15px;
            font-size: 2.0rem; } }
      .voice .wrapper .voice_list .voice_item .voice_a {
        margin-top: 20px; }
        @media only screen and (min-width: 751px) {
          .voice .wrapper .voice_list .voice_item .voice_a {
            margin-top: 22px;
            font-size: 1.5rem; } }
      .voice .wrapper .voice_list .voice_item .voice_img {
        margin-top: 20px;
        border: solid 1px #cccccc; }
        @media only screen and (min-width: 751px) {
          .voice .wrapper .voice_list .voice_item .voice_img {
            margin-top: 34px; } }
      .voice .wrapper .voice_list .voice_item .voice_btn {
        display: inline-block;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (min-width: 751px) {
          .voice .wrapper .voice_list .voice_item .voice_btn {
            bottom: 62px; } }
        .voice .wrapper .voice_list .voice_item .voice_btn a {
          background: #5f9d7b;
          display: block;
          width: 140px;
          color: #ffffff;
          font-size: 1.5rem;
          line-height: 40px;
          text-align: center;
          text-decoration: none;
          box-shadow: 2px 4px 0px 0px #dadcd4;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px;
          transition: 0.3s; }
          .voice .wrapper .voice_list .voice_item .voice_btn a:hover {
            background-color: #bea574; }

.flow {
  background: #f7f0e1;
  padding-top: 55px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 751px) {
    .flow {
      padding-top: 110px;
      padding-bottom: 120px; } }
  .flow .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .flow .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .flow .wrapper {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (min-width: 751px) and (min-width: 751px) {
    .flow .wrapper {
      width: 1060px !important; } }

    .flow .wrapper .flow_txt {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .flow .wrapper .flow_txt {
          margin-top: 40px;
          text-align: center; } }
    .flow .wrapper .flow_list {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .flow .wrapper .flow_list {
          margin-top: 40px; } }
      .flow .wrapper .flow_list .flow_item {
        display: flex;
        justify-content: space-between; }
        @media only screen and (min-width: 751px) {
          .flow .wrapper .flow_list .flow_item:not(:last-child) {
            min-height: 213px; } }
        .flow .wrapper .flow_list .flow_item:not(:last-child) .flow_a {
          background: url("../img/top/flow_img-line.png") no-repeat left 50% bottom 10%; }
          @media only screen and (min-width: 751px) {
            .flow .wrapper .flow_list .flow_item:not(:last-child) .flow_a {
              background: url("../img/top/flow_img-line.png") no-repeat 50% 100%; } }
        .flow .wrapper .flow_list .flow_item:not(:last-child) .flow_cont {
          margin-bottom: 30px; }
          @media only screen and (min-width: 751px) {
            .flow .wrapper .flow_list .flow_item:not(:last-child) .flow_cont {
              margin-bottom: 40px; } }
        .flow .wrapper .flow_list .flow_item .flow_a {
          width: 50px; }
          @media only screen and (min-width: 751px) {
            .flow .wrapper .flow_list .flow_item .flow_a {
              width: 100px; } }
          .flow .wrapper .flow_list .flow_item .flow_a .flow_step {
            font-family: "Quicksand", sans-serif;
            padding-bottom: 5px;
            color: #5f9d7b;
            text-align: center; }
            @media screen and (max-width: 750px) {
              .flow .wrapper .flow_list .flow_item .flow_a .flow_step {
                padding-bottom: 5px;
                line-height: 1; } }
            @media only screen and (min-width: 751px) {
              .flow .wrapper .flow_list .flow_item .flow_a .flow_step {
                font-size: 2.4rem; } }
            .flow .wrapper .flow_list .flow_item .flow_a .flow_step span {
              font-size: 1.2rem; }
              @media only screen and (min-width: 751px) {
                .flow .wrapper .flow_list .flow_item .flow_a .flow_step span {
                  font-size: 1.6rem; } }
          .flow .wrapper .flow_list .flow_item .flow_a .flow_img {
            background: #5f9d7b;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            padding: 10px;
            -webkit-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%; }
            @media only screen and (min-width: 751px) {
              .flow .wrapper .flow_list .flow_item .flow_a .flow_img {
                width: 100px;
                height: 100px;
                padding: 0; } }
        .flow .wrapper .flow_list .flow_item .flow_cont {
          width: calc(100% - (50px + 10px)); }
          @media only screen and (min-width: 751px) {
            .flow .wrapper .flow_list .flow_item .flow_cont {
              width: 920px; } }
          .flow .wrapper .flow_list .flow_item .flow_cont .flow_ttl {
            font-size: 1.8rem; }
            @media only screen and (min-width: 751px) {
              .flow .wrapper .flow_list .flow_item .flow_cont .flow_ttl {
                font-size: 2.4rem; } }
          .flow .wrapper .flow_list .flow_item .flow_cont .flow_are {
            background: #ffffff;
            margin-top: 5px;
            padding: 15px 20px;
            box-shadow: 5px 5px 0px 0px #e3e1da;
            -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px; }
            @media only screen and (min-width: 751px) {
              .flow .wrapper .flow_list .flow_item .flow_cont .flow_are {
                margin-top: 15px;
                padding: 25px 30px;
                font-size: 1.6rem;
                -webkit-border-radius: 20px 20px 20px 20px;
                border-radius: 20px 20px 20px 20px; } }

.contact {
  padding-top: 50px;
  padding-bottom: 65px; }
  @media only screen and (min-width: 751px) {
    .contact {
      padding-top: 100px;
      padding-bottom: 130px; } }
  .contact .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .contact .wrapper {
        width: 1260px !important; } }
    .contact .wrapper .contact_txt {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .contact .wrapper .contact_txt {
          margin-top: 40px;
          text-align: center; } }
    @media only screen and (min-width: 751px) {
      .contact .wrapper .contact_list {
        display: flex;
        justify-content: space-between;
        margin: 90px -8px 0; } }
    .contact .wrapper .contact_list .contact_item {
      background: #f7f0e1;
      position: relative;
      margin: 40px 0 0;
      padding: 40px 0 30px;
      text-align: center;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px; }
      @media only screen and (min-width: 751px) {
        .contact .wrapper .contact_list .contact_item {
          display: flex;
          flex-direction: column;
          width: calc((100% - (8px * 6)) / 3);
          margin: 0 8px;
          padding: 55px 0 40px;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; } }
      .contact .wrapper .contact_list .contact_item .contact_icn {
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        padding: 10px;
        border-radius: 50%;
        border: solid 2px #f7f0e1;
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 751px) {
          .contact .wrapper .contact_list .contact_item .contact_icn {
            width: 75px;
            height: 75px;
            padding: 0;
            border: solid 3px #f7f0e1; } }
      .contact .wrapper .contact_list .contact_item .contact_type {
        margin-bottom: 15px;
        font-size: 2.0rem; }
      .contact .wrapper .contact_list .contact_item .contact_data {
        margin: auto 0; }
        .contact .wrapper .contact_list .contact_item .contact_data .contact_tel a {
          font-family: "Quicksand", sans-serif;
          color: #5f9d7b;
          font-size: 3.2rem;
          line-height: 1.3; }
          @media only screen and (min-width: 751px) {
            .contact .wrapper .contact_list .contact_item .contact_data .contact_tel a {
              font-size: 3.6rem; } }
        .contact .wrapper .contact_list .contact_item .contact_data .contact_time {
          font-size: 1.5rem; }
        .contact .wrapper .contact_list .contact_item .contact_data .contact_btn {
          width: 300px;
          margin: 0 auto; }

.experience {
  background: #5f9d7b;
  padding-bottom: 50px; }
  @media only screen and (min-width: 751px) {
    .experience {
      padding-bottom: 100px; } }
  .experience .wrapper {
    position: relative;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px; }
    @media only screen and (min-width: 751px) {
      .experience .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .experience .wrapper {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        padding-top: 95px; } }
  @media only screen and (min-width: 751px) and (min-width: 751px) {
    .experience .wrapper {
      width: 1060px !important; } }

    .experience .wrapper .experience_q {
      background: #bea574;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      padding: 0 20px;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 40px;
      white-space: nowrap;
      -webkit-border-radius: 20px 20px 20px 20px;
      border-radius: 20px 20px 20px 20px;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 751px) {
        .experience .wrapper .experience_q {
          padding: 0 34px;
          line-height: 60px;
          font-size: 2.0rem;
          -webkit-border-radius: 30px 30px 30px 30px;
          border-radius: 30px 30px 30px 30px; } }
      .experience .wrapper .experience_q:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -7px;
        pointer-events: none;
        border: solid transparent;
        border-color: rgba(190, 165, 116, 0);
        border-top-color: #bea574;
        border-width: 10px 7px; }
        @media only screen and (min-width: 751px) {
          .experience .wrapper .experience_q:after {
            margin-left: -14px;
            border-width: 20px 14px; } }
    .experience .wrapper .experience_ttl {
      text-align: center; }
      .experience .wrapper .experience_ttl h2 {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 2.4rem;
        line-height: 1; }
        @media only screen and (min-width: 751px) {
          .experience .wrapper .experience_ttl h2 {
            font-size: 4.0rem; } }
        .experience .wrapper .experience_ttl h2:before {
          content: "";
          background: url("../img/top/experience_icn-01.png") no-repeat 50% 50%;
          background-size: 20px auto;
          position: absolute;
          top: -10px;
          left: -14px;
          width: 20px;
          height: 18px; }
          @media only screen and (min-width: 751px) {
            .experience .wrapper .experience_ttl h2:before {
              background: url("../img/top/experience_icn-01.png") no-repeat 50% 50%;
              background-size: auto;
              top: -30px;
              left: -23px;
              width: 35px;
              height: 34px; } }
    .experience .wrapper .experience_img {
      text-align: center; }
      @media screen and (max-width: 750px) {
        .experience .wrapper .experience_img {
          width: 150px;
          margin: 20px auto 0; } }
      @media only screen and (min-width: 751px) {
        .experience .wrapper .experience_img {
          margin-top: 30px; } }
    .experience .wrapper .experience_txt {
      margin-top: 20px;
      color: #ffffff; }
      @media only screen and (min-width: 751px) {
        .experience .wrapper .experience_txt {
          margin-top: 30px;
          text-align: center; } }
    .experience .wrapper .experience_cont {
      background: #ffffff;
      margin-top: 30px;
      padding: 20px 20px;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px; }
      @media only screen and (min-width: 751px) {
        .experience .wrapper .experience_cont {
          margin-top: 40px;
          padding: 50px 100px;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; } }
      .experience .wrapper .experience_cont .experience_item {
        margin: 10px 0;
        font-size: 1.2rem; }
        @media only screen and (min-width: 751px) {
          .experience .wrapper .experience_cont .experience_item {
            margin: 15px 0;
            font-size: 1.6rem; } }
        .experience .wrapper .experience_cont .experience_item span {
          display: inline-block;
          min-width: 80px;
          color: #ffffff;
          font-size: 1.2rem;
          text-align: center;
          -webkit-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px; }
          @media screen and (max-width: 750px) {
            .experience .wrapper .experience_cont .experience_item span {
              margin-bottom: 5px;
              line-height: 2.0; } }
          @media only screen and (min-width: 751px) {
            .experience .wrapper .experience_cont .experience_item span {
              min-width: 80px;
              margin-right: 20px;
              font-size: 1.4rem; } }
          .experience .wrapper .experience_cont .experience_item span.clr01 {
            background: #F98B99; }
          .experience .wrapper .experience_cont .experience_item span.clr02 {
            background: #55A0D5; }
      .experience .wrapper .experience_cont .experience_info {
        margin-top: 20px; }
        @media only screen and (min-width: 751px) {
          .experience .wrapper .experience_cont .experience_info {
            margin-top: 25px;
            font-size: 1.6rem; } }

.faq {
  background: #f7f0e1;
  padding-top: 60px;
  padding-bottom: 45px; }
  @media only screen and (min-width: 751px) {
    .faq {
      padding-top: 120px;
      padding-bottom: 90px; } }
  .faq .wrapper {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 751px) {
      .faq .wrapper {
        width: 1260px !important; } }
    @media only screen and (min-width: 751px) {
      .faq .wrapper {
        display: flex; } }
    @media only screen and (min-width: 751px) {
      .faq .wrapper .faq_ttl {
        order: 2;
        width: 54px; } }
    @media only screen and (min-width: 751px) {
      .faq .wrapper .faq_cont {
        order: 1;
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        margin-right: 85px; } }
  @media only screen and (min-width: 751px) and (min-width: 751px) {
    .faq .wrapper .faq_cont {
      width: 1060px !important; } }

    .faq .wrapper .faq_cont .faq_list {
      margin-top: 30px; }
      @media only screen and (min-width: 751px) {
        .faq .wrapper .faq_cont .faq_list {
          margin-top: 70px; } }

.faqList .faqList_item {
  background: #5f9d7b;
  overflow: hidden;
  margin: 15px 0;
  border: solid 3px #5f9d7b;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; }
  @media only screen and (min-width: 751px) {
    .faqList .faqList_item {
      margin: 24px 0;
      -webkit-border-radius: 20px 20px 20px 20px;
      border-radius: 20px 20px 20px 20px; } }
  .faqList .faqList_item .faqList_q {
    background: #5f9d7b;
    position: relative;
    padding: 10px 45px;
    color: #ffffff;
    cursor: pointer; }
    @media only screen and (min-width: 751px) {
      .faqList .faqList_item .faqList_q {
        padding: 20px 94px; } }
    .faqList .faqList_item .faqList_q:before {
      content: "Q";
      font-family: "Quicksand", sans-serif;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 30px;
      height: 30px;
      color: #5f9d7b;
      font-size: 1.8rem;
      line-height: 1;
      -webkit-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
      @media only screen and (min-width: 751px) {
        .faqList .faqList_item .faqList_q:before {
          top: 14px;
          left: 27px;
          width: 46px;
          height: 46px;
          font-size: 2.4rem; } }
    .faqList .faqList_item .faqList_q:after {
      content: "";
      background: url("../img/top/faq_icn-01.png") no-repeat 50% 50%;
      background-size: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (min-width: 751px) {
        .faqList .faqList_item .faqList_q:after {
          background: url("../img/top/faq_icn-01.png") no-repeat 50% 50%;
          background-size: auto;
          top: 14px;
          right: 27px;
          width: 46px;
          height: 46px; } }
    .faqList .faqList_item .faqList_q.active:after {
      transform: rotate(45deg); }
  .faqList .faqList_item .faqList_a {
    background: #ffffff;
    display: none;
    position: relative;
    padding: 10px 10px 10px 45px; }
    @media only screen and (min-width: 751px) {
      .faqList .faqList_item .faqList_a {
        padding: 29px 27px 29px 93px;
        font-size: 1.6rem; } }
    .faqList .faqList_item .faqList_a:before {
      content: "A";
      font-family: "Quicksand", sans-serif;
      background: #5f9d7b;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 30px;
      height: 30px;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1;
      -webkit-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
      @media only screen and (min-width: 751px) {
        .faqList .faqList_item .faqList_a:before {
          top: 14px;
          left: 27px;
          width: 46px;
          height: 46px;
          font-size: 2.4rem; } }
