@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

span, small, em, time, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------
responsive
--------------*/
/*------------
common
--------------*/
.clearfix::after, .l-imgR::after, .l-imgL::after, .l-imgL_auto::after {
  content: " ";
  display: table;
  clear: both;
}

.sp-only {
  display: none;
}

.none {
  display: none;
}

.fade {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
}

.fade:hover {
  opacity: 0.7;
}

.radius {
  border-radius: 10px;
}

.circle {
  border-radius: 50%;
}

.bold,
.strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.colorline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9f8a2));
  background: linear-gradient(transparent 60%, #f9f8a2 60%);
}

.green {
  color: #0B3D1F;
}

.yellow-green {
  color: #6EB92B;
}

.yellow {
  color: #D58C00;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mbXL {
  margin-bottom: 80px;
}

.mbL {
  margin-bottom: 60px;
}

.mbM {
  margin-bottom: 40px;
}

.mbS {
  margin-bottom: 10px;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.font01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.fontsizeS {
  font-size: 0.9em;
}

.fontsizeL {
  font-size: 1.2em;
}

a {
  word-break: break-all;
  color: inherit;
  text-decoration: none;
}

.link {
  color: #0B3D1F;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link_color {
  color: #abc111;
  text-decoration: underline;
}

.link_color:hover {
  text-decoration: none;
}

a[href^=tel] {
  cursor: default;
}

.relative {
  position: relative;
}

.line20 {
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.opacity, .post-number-single .current, .post-number-single a, .u-contents li a, .post-type01 .single-layout .l-img a, #pagetop a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.opacity:hover, .post-number-single .current:hover, .post-number-single a:hover, .u-contents li a:hover, .post-type01 .single-layout .l-img a:hover, #pagetop a:hover {
  opacity: 0.6;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

#main {
  overflow: hidden;
}

.fs17 {
  font-size: 17px;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

.tall, .u-section {
  margin-bottom: 80px;
}

.short+.short {
  margin-top: 60px;
}

.mini {
  margin-top: 40px;
}

h2, h3, h4, h5, h6 {
  font-size: 1em;
}

.line20 {
  line-height: 2;
}

.fade-in {
  will-change: transform;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.fade-in.is-action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.anchor {
  margin-top: -160px;
  padding-top: 160px;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.container .narrow {
  max-width: 850px;
}

.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.tel i {
  margin-right: 7px;
}

.h-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0B3D1F;
  border-radius: 2px;
  padding: 12px 35px 12px 25px;
  color: #fff;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.h-btn i {
  margin-right: 7px;
}

.h-btn+.h-btn {
  margin-left: 13px;
}

.fix-menu {
  display: none;
}

.t-btn {
  position: relative;
  display: inline-block;
  background: #3F2716;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  padding: 15px 65px;
  color: #fff;
}

.t-btn::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_btn.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}

.t-ttl {
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
}

.t-ttl::after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
  color: #9B9B9B;
}

.t-ttl02 {
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
  margin-bottom: 60px;
}

.t-ttl03 {
  position: relative;
  display: table;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  font-size: 36px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
}

.t-ttl03.plus {
  margin-bottom: 100px;
}

.t-ttl03.plus::before {
  position: absolute;
  bottom: -77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  content: "+";
  font-size: 77px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #608838;
}

.header {
  position: fixed;
  top: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 35px;
  z-index: 10;
}

.header .h-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .h-item .tel {
  margin-right: 20px;
}

.hero {
  background: url(../images/hero.jpg) no-repeat center center/cover;
  height: calc(100vh - 108px);
  margin-top: 108px;
}

.hero .hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(20, 36, 83, 0.3);
  width: 40%;
  height: 100%;
  padding: 65px 65px 230px 65px;
}

.hero .hero-list {
  background: rgba(63, 39, 22, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
}

.hero .hero-list ul {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero .hero-list ul li {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 45px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
  color: #3F2716;
}

.hero .hero-list ul li::before {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_check.svg) no-repeat center center/contain;
  width: 19px;
  height: 13px;
}

.hero .hero-list ul li+li {
  margin-left: 15px;
}

.hero-note {
  font-family: serif;
  font-size: 12px;
  color: #fff;
  margin: 30px auto;
  padding: 0 0 0 100px;
  width: fit-content;
}

@media (min-width: 800px) and (max-height: 800px) {
  .hero {
    background: url(../images/hero.jpg) no-repeat center top -3vw/cover;
  }

  .hero .hero-item {
    padding: 65px 65px 150px 65px;
  }

  .hero .hero-list ul {
    max-width: none;
  }

  .hero .hero-list ul li {
    padding: 10px 10px 10px 35px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .hero .hero-list ul li+li {
    margin-left: 8px;
  }

  .hero .hero-list ul li::before {
    left: 13px;
    width: 17px;
    height: 11px;
  }
}

/*------------
pc-navi
--------------*/
.humberger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.humberger span {
  display: block;
  width: 30px;
  border-top: 1px solid #0B3D1F;
  margin: 4px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.humberger.is-open span {
  border-top: 1px solid #fff;
}

.humberger.is-open span:nth-of-type(1) {
  -webkit-transform: translate(0, 9px) rotate(-45deg);
  transform: translate(0, 9px) rotate(-45deg);
}

.humberger.is-open span:nth-of-type(2) {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 0;
}

.humberger.is-open span:nth-of-type(3) {
  -webkit-transform: translate(0, -9px) rotate(45deg);
  transform: translate(0, -9px) rotate(45deg);
}

.g-navi-contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.g-navi-contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}

.g-navi-contents .inner ul {
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  color: #fff;
}

.g-navi-contents .inner ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.g-navi-contents .inner ul li a:hover {
  opacity: 0.7;
}

.g-navi-contents .inner ul li+li {
  margin-top: 1.2vw;
}

.g-navi-contents .inner ul li .under {
  margin-top: 0.5vw;
  color: #C2C2C2;
  font-size: 15px;
}

.g-navi-contents .inner ul li .under li {
  position: relative;
  padding-left: 13px;
}

.g-navi-contents .inner ul li .under li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "-";
}

.g-navi-contents .inner ul+ul {
  margin-left: 30px;
}

.g-navi-contents.is-open {
  opacity: 10;
  pointer-events: auto;
}

.sec01 {
  padding: 85px 0 65px;
  background: url(../images/sec01_img01.jpg) no-repeat center center/cover;
}

.sec01 .t-ttl {
  color: #fff;
}

.sec01 .t-ttl::after {
  color: #BDC4C8;
}

.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec01-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 32%;
  padding: 30px 10px;
  margin-bottom: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.sec01-list li::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "！";
  font-size: 18px;
  color: #0B3D1F;
  background: #fff;
  width: 44px;
  height: 44px;
  padding-top: 3px;
  border-radius: 50px;
}

.sec01-list li+li {
  margin-left: 2%;
}

.sec02 {
  position: relative;
  padding: 100px 0;
}

.sec02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: url(../images/sec02_bg01.png) no-repeat center center/contain;
  width: 847px;
  height: 847px;
  z-index: -1;
}

.sec02::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  background: url(../images/sec02_bg02.png) no-repeat center center/contain;
  width: 847px;
  height: 847px;
  z-index: -1;
}

.sec02 .t-ttl02 {
  color: #0B3D1F;
}

.sec02 .catch {
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
  color: #0B3D1F;
}

.sec02-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}

.sec02-list li {
  border: 1px solid #0B3D1F;
  padding: 60px 30px 30px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.sec02-list li .list-img {
  margin-bottom: 25px;
}

.sec02-list li .list-ttl {
  font-size: 25px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 25px;
}

.sec02-list li .list-txt {
  text-align: left;
}

.sec-common .t-ttl02 {
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
  color: #fff;
  background: #0B3D1F;
}

.sec-common .t-ttl02::before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 83px 0 83px;
  border-color: #0B3D1F transparent transparent transparent;
}

.sec-common .common-layout {
  padding: 80px 0 60px;
  background: url(../images/share/common_bg01.png) no-repeat center center/150%;
}

.sec-common .t-ttl03 {
  color: #3F2716;
  border-bottom: 1px solid #3F2716;
  margin-bottom: 40px;
}

.sec-common .common-list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.sec-common .common-list01 .common-tel a {
  background: #fff;
  border: 2px solid #0B3D1F;
  font-size: 39px;
}

.sec-common .common-list01 .common-tel a .small {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.sec-common .common-list01 .common-contact a {
  background: #0B3D1F;
  font-size: 30px;
  color: #fff;
}

.sec-common .common-list01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background: #ccc;
  height: 100%;
  padding: 25px 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  line-height: 1;
}

.sec-common .common-list01 a i {
  margin-right: 13px;
}

.sec-common .common-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-common .common-list02 li {
  width: 50%;
  padding: 25px 20px 40px;
}

.sec-common .common-list02 li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec-common .common-list02 li dl dt {
  margin-right: 15px;
  padding: 3px 15px;
  background: #ECF3F1;
  color: #0B3D1F;
}

.sec-common .common-list02 li dl dd {
  font-size: 18px;
}

.sec03 {
  padding: 100px 0;
  background: url(../images/sec03_bg.jpg) no-repeat center center/cover;
}

.sec03-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.sec03-list li {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
}

.sec03-list li .list-desc {
  position: relative;
  background: #fff;
  padding: 30px 35px;
}

.sec03-list li .list-desc .num {
  position: absolute;
  top: -70px;
  right: 20px;
  color: rgba(143, 195, 31, 0.7);
  font-size: 70px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
}

.sec03-list li .list-desc .list-ttl {
  text-align: center;
  font-size: 25px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.sec03-list li .list-desc .txt {
  margin-top: 20px;
}

.sec04 {
  padding: 100px 0;
  background: #F6F8F2;
}

.sec04-layout01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.sec04-layout01::before {
  position: absolute;
  top: 140px;
  left: 150px;
  right: -3000px;
  bottom: 0;
  display: block;
  content: "";
  background: #214F33;
}

.sec04-layout01 .l-img {
  position: relative;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -60px;
  z-index: 3;
}

.sec04-layout01 .l-img .nam {
  position: absolute;
  right: -80px;
  bottom: 10px;
  font-size: 130px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
  line-height: 1;
  color: rgba(143, 195, 31, 0.6);
}

.sec04-layout01 .l-desc {
  width: 50%;
  padding: 60px 70px 120px;
  background: rgba(255, 255, 255, 0.97);
  margin-top: 60px;
  z-index: 5;
}

.sec04-layout01 .l-desc .l-ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
  color: #0B3D1F;
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.sec04-layout01 .l-desc .l-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: #0B3D1F;
  width: 87px;
  height: 2px;
}

.sec04-layout01 .l-desc p {
  font-size: 17px;
}

.sec04-list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 47px 1fr 47px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 47px;
  margin-bottom: 65px;
}

.sec04-list01 li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/share/circle_bg.svg) no-repeat center center/contain;
  height: 300px;
  text-align: center;
}

.sec04-list01 li .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 20px;
  background: #3F2716;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
}

.sec04-list01 li .list-ttl {
  font-size: 25px;
  color: #0B3D1F;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.sec04-layout02 {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px #E6EBE8;
  box-shadow: 0 10px 10px #E6EBE8;
  padding: 65px;
  margin-bottom: 95px;
}

.sec04-layout02 .l-img {
  text-align: center;
}

.sec04-list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
  margin-bottom: 55px;
}

.sec04-list02 li {
  background: #fff;
  border: 1px solid #0B3D1F;
}

.sec04-list02 li .list-desc {
  padding: 30px 30px 60px;
  font-size: 17px;
}

.merit-ttl {
  background: #3F2716;
  padding: 40px 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  color: #fff;
  text-align: center;
}

.merit-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit-layout .l-img {
  width: 50%;
  margin-right: 20px;
  -webkit-box-shadow: -20px 20px 0 rgba(214, 148, 20, 0.1);
  box-shadow: -20px 20px 0 rgba(214, 148, 20, 0.1);
}

.merit-layout .l-img img {
  width: 100%;
}

.merit-layout .l-img.demerit-img {
  -webkit-box-shadow: -20px 20px 0 rgba(11, 61, 31, 0.1);
  box-shadow: -20px 20px 0 rgba(11, 61, 31, 0.1);
}

.merit-layout .l-desc {
  width: 50%;
  padding-top: 30px;
  padding-left: 30px;
}

.merit-layout .l-desc .merit {
  display: table;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #D58C00;
  padding-bottom: 5px;
  border-bottom: 1px solid #D58C00;
}

.merit-layout .l-desc .demerit {
  display: table;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #608838;
  padding-bottom: 5px;
  border-bottom: 1px solid #608838;
}

.merit-layout .l-desc .l-ttl {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.merit-layout+.merit-layout {
  margin-top: 80px;
}

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

.merit-layout.reverse .l-desc {
  padding-left: 0;
  padding-right: 30px;
}

.merit-layout.reverse .l-img {
  margin-right: 0;
  margin-left: 20px;
}

.sec04-layout03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.sec04-layout03 .l-img {
  width: 50%;
}

.sec04-layout03 .l-desc {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec04-layout03 .l-desc .l-ttl {
  font-size: 32px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 30px;
  color: #0B3D1F;
}

.sec04-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.sec04-price dt {
  width: 60%;
  font-size: 15px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  border-top: 1px dashed #DDDDDD;
  padding: 13px;
}

.sec04-price dt:last-of-type {
  border-bottom: 1px dashed #DDDDDD;
}

.sec04-price dd {
  width: 40%;
  text-align: right;
  font-size: 14px;
  border-top: 1px dashed #DDDDDD;
  padding: 13px;
}

.sec04-price dd:last-of-type {
  border-bottom: 1px dashed #DDDDDD;
}

.sec05 {
  padding: 100px 0;
  background: #F6F8F3;
}

.sec05-layout01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.sec05-layout01::before {
  position: absolute;
  top: 140px;
  right: 150px;
  left: -3000px;
  bottom: 40px;
  display: block;
  content: "";
  background: #214F33;
}

.sec05-layout01 .l-img {
  position: relative;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -60px;
  z-index: 3;
}

.sec05-layout01 .l-img .nam {
  position: absolute;
  left: -80px;
  bottom: 10px;
  font-size: 130px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
  line-height: 1;
  color: rgba(143, 195, 31, 0.6);
}

.sec05-layout01 .l-desc {
  width: 50%;
  padding: 60px 70px 90px;
  background: rgba(255, 255, 255, 0.97);
  margin-top: 60px;
  z-index: 5;
}

.sec05-layout01 .l-desc .l-ttl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
  color: #0B3D1F;
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  line-height: 1.2;
}

.sec05-layout01 .l-desc .l-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: #0B3D1F;
  width: 87px;
  height: 2px;
}

.sec05-layout01 .l-desc .l-ttl .small {
  font-size: 20px;
}

.sec05-layout01 .l-desc p {
  font-size: 17px;
}

.sec05-list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 47px 1fr 47px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 47px;
  margin-bottom: 65px;
}

.sec05-list01 li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/share/circle_bg.svg) no-repeat center center/contain;
  height: 300px;
  text-align: center;
}

.sec05-list01 li .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 20px;
  background: #3F2716;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  font-family: "FP-ヒラギノUD明朝 StdN W6";
}

.sec05-list01 li .list-ttl {
  font-size: 25px;
  color: #0B3D1F;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.sec05-layout02 {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px #E6EBE8;
  box-shadow: 0 10px 10px #E6EBE8;
  padding: 65px;
  margin-bottom: 95px;
}

.sec05-layout02 .l-img {
  text-align: center;
}

.sec05-list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
  margin-bottom: 55px;
}

.sec05-list02 li {
  background: #fff;
  border: 1px solid #0B3D1F;
}

.sec05-list02 li .list-desc {
  padding: 30px 30px 60px;
  font-size: 17px;
}

.sec05-layout03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.sec05-layout03 .l-img {
  width: 50%;
}

.sec05-layout03 .l-desc {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec05-layout03 .l-desc .l-ttl {
  font-size: 32px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 30px;
  color: #0B3D1F;
}

.sec05-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.sec05-price dt {
  width: 60%;
  font-size: 15px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  border-top: 1px dashed #DDDDDD;
  padding: 13px;
}

.sec05-price dt:last-of-type {
  border-bottom: 1px dashed #DDDDDD;
}

.sec05-price dd {
  width: 40%;
  text-align: right;
  font-size: 14px;
  border-top: 1px dashed #DDDDDD;
  padding: 13px;
}

.sec05-price dd:last-of-type {
  border-bottom: 1px dashed #DDDDDD;
}

.sec06 {
  padding: 100px 0;
  background: #F6F8F3;
}

.sec06-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 50px;
  background: #fff;
  border: 1px solid #333333;
}

.sec06-list li .list-img {
  width: 50%;
  padding-left: 40px;
}

.sec06-list li .list-desc {
  width: 50%;
  padding-right: 20px;
}

.sec06-list li .list-desc .list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  font-size: 32px;
}

.sec06-list li .list-desc .list-ttl .step-num {
  display: inline-block;
  background: #3F2716;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  padding-top: 3px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
}

.sec06-list li .list-desc .list-ttl .step-num .small {
  font-size: 7px;
}

.sec06-list li .list-desc .list-ttl .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec06-list li .list-desc .txt {
  font-size: 17px;
}

.sec06-list li+li {
  margin-top: 55px;
}

.sec06-list li+li::before {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 24.5px 0 24.5px;
  border-color: #0B3D1F transparent transparent transparent;
}

.sec07 {
  position: relative;
  padding: 100px 0 80px;
}

.sec07::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: url(../images/sec07_bg01.png) no-repeat center center/contain;
  width: 847px;
  height: 847px;
  z-index: -1;
}

.sec07-layout {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec07-layout .l-desc {
  width: 50%;
  padding-right: 30px;
}

.sec07-layout .l-desc .l-ttl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
  color: #0B3D1F;
  font-size: 40px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  line-height: 1.2;
}

.sec07-layout .l-desc .l-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: #0B3D1F;
  width: 87px;
  height: 2px;
}

.sec07-layout .l-desc .l-ttl .job {
  font-size: 20px;
}

.sec07-layout .l-desc .txt {
  font-size: 17px;
}

.sec07-layout .l-img {
  width: 50%;
  padding-left: 30px;
}

.sec07-col2 {
  display: flex;
}

.sec07-col2 .item {
  width: 50%;
}

.sec07-col2 .item .ttl {
  font-size: 32px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 30px;
  color: #0B3D1F;
}

.sec07-col2 .item+.item {
  margin-left: 30px;
}

.sec08 {
  padding: 100px 0;
  border-top: 1px solid #B5C4BB;
}

.faq-style03 dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.faq-style03 dt .ico {
  background: #3F2716;
}

.faq-style03 dt .txt {
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  font-size: 21px;
  line-height: 1.7;
}

.faq-style03 dt::after {
  content: "";
  background: url(../images/share/ico_open.svg) no-repeat center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
}

.faq-style03 dt:not(.is-open):hover {
  opacity: 0.7;
}

.faq-style03 dt.is-open::after {
  background: url(../images/share/ico_close.svg) no-repeat center/contain;
}

.faq-style03 dd {
  display: none;
}

.faq-style03 dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-style03 dd+dt {
  margin-top: 30px;
}

.faq-style03 dd .ico {
  background: #BBBBBB;
}

.faq-style03 .ico {
  border-radius: 100px;
  color: #fff;
  font-size: 21px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 31px;
  margin: 0 15px 0 0;
  padding-top: 3px;
  font-style: initial;
}

.faq-style03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

.sec09 {
  padding-bottom: 100px;
}

.sec09 .txt {
  font-size: 17px;
}

.sec09-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.sec09-list li {
  background: #F6F8F3;
  padding: 30px 20px;
  text-align: center;
}

.sec09-list li .list-img {
  margin-bottom: 20px;
}

.sec09-list li .list-ttl {
  font-size: 20px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.sec10 {
  padding-bottom: 100px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-style01 th, .table-style01 td {
  padding: 15px 20px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.table-style01 th {
  background: #0B3D1F;
  color: #fff;
  font-weight: bold;
  border: none;
}

.table-style01 th.bg01 {
  background: #F6F8F3;
  color: #333;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  font-size: 14px;
  border: 1px solid #ddd;
}

.sec10-txt {
  margin-bottom: 100px;
}

.sec10-box {
  border: 1px solid #0B3D1F;
  padding: 50px;
}

.sec10-box .box-ttl {
  font-size: 24px;
  text-align: center;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 30px;
}

.sec10-box .txt {
  font-size: 17px;
}

.sec11 {
  padding: 50px 0 100px;
}

.sec11-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec11-layout .l-img {
  width: 50%;
}

.sec11-layout .l-item {
  width: 50%;
  margin-left: 30px;
}

.sec11-layout .l-item .sec11-logo {
  margin-bottom: 20px;
}

.sec11-layout .l-item .address {
  font-size: 14px;
}

.sec11-layout .l-item .tel {
  font-size: 31px;
  line-height: 1;
  margin-bottom: 25px;
}

.time-table {
  background: #fff;
  color: #333;
}

.time-table th,
.time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.time-table th {
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  background: #3F2716;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}

.time-table th:first-child {
  border-bottom: 1px solid #849D8E;
  color: #fff;
  width: 200px;
}

.time-table td {
  border-bottom: 1px solid #849D8E;
  padding: 20px 5px;
  color: #3F2716;
}

.time-table td:first-child {
  border-bottom: 1px solid #849D8E;
}

.time-table tr:last-child td:first-child {
  border-bottom: 1px solid #849D8E;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
}

.time-table.small th:first-child {
  width: 140px;
}

.time-txt {
  font-size: 14px;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  margin-bottom: 25px;
}

.sec12 {
  padding: 100px 0;
}

.sec12-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.sec12-list li {
  position: relative;
  width: 210px;
  height: 210px;
  background: #3F2716;
  border-radius: 150px;
  color: #fff;
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  text-align: center;
  padding: 35px 15px 0;
  line-height: 1.1;
}

.sec12-list li .step {
  font-size: 10px;
}

.sec12-list li .no {
  display: block;
  font-size: 29px;
  margin-bottom: 10px;
}

.sec12-list li p {
  font-size: 19px;
  line-height: 1.7;
}

.sec12-list li p.frist-line {
  padding-top: 15px;
}

.sec12-list li+li {
  margin-left: 60px;
}

.sec12-list li+li::before {
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 12px;
  border-color: transparent transparent transparent #0B3D1F;
}

.footer {
  position: relative;
}

.footer .site-map {
  border-top: #B5C4BB solid 1px;
}

.footer .site-map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
}

.copyright {
  background: #0B3D1F;
  color: #fff;
  font-size: 13px;
  font-family: Verdana;
  line-height: 1;
  padding: 20px 5%;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 40px;
  bottom: 90px;
  z-index: 9;
  display: none;
  max-width: 50px;
}

#pagetop a {
  display: block;
}

@media screen and (max-width: 800px) {
  #pagetop {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .grecaptcha-badge {
    margin-bottom: 50px;
    z-index: 1;
  }
}

/*------------
下層レイアウト
--------------*/
#under {
  line-height: 2;
  padding-top: 50px;
  word-break: break-all;
}

#under p+p {
  margin-top: 1.5em;
}

@-webkit-keyframes slideX {
  0% {
    left: 5px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

@keyframes slideX {
  0% {
    left: 5px;
  }

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

.page-ttl {
  margin-top: 98px;
  background: #0B3D1F;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.page-ttl h1 {
  font-family: "FP-ヒラギノUD明朝 StdN W4";
  color: #fff;
  font-size: 36px;
  text-align: center;
  width: 90%;
}

.breadcrumb {
  color: #606060;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 15px auto;
  position: relative;
}

.breadcrumb ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1084px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .breadcrumb ul {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
  }
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li+li:before {
  content: ">";
  margin: 0 0.5em;
}

.breadcrumb a {
  color: inherit;
}

main.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 30px;
  max-width: 1084px;
  margin: auto;
  width: 90%;
}

main.column2 .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 740px;
}

.contents .u-bg01:last-child {
  margin-bottom: 0;
}

.effect {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-each {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect-each--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-each02 {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect-each02--moved {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/*------------
下層パーツ
--------------*/
.u-layout, .l-flexL_small, .l-flexL_auto, .l-flexL, .u-layout_r, .l-flexR_small, .l-flexR_auto, .l-flexR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-layout .l-img, .l-flexL_small .l-img, .l-flexL_auto .l-img, .l-flexL .l-img, .u-layout_r .l-img, .l-flexR_small .l-img, .l-flexR_auto .l-img, .l-flexR .l-img {
  text-align: center;
  margin: 5px 5% 10px 0;
}

.u-layout .l-desc, .l-flexL_small .l-desc, .l-flexL_auto .l-desc, .l-flexL .l-desc, .u-layout_r .l-desc, .l-flexR_small .l-desc, .l-flexR_auto .l-desc, .l-flexR .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-layout_r, .l-flexR_small, .l-flexR_auto, .l-flexR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-layout_r .l-img, .l-flexR_small .l-img, .l-flexR_auto .l-img, .l-flexR .l-img {
  text-align: center;
  margin: 5px 0 10px 5%;
}

.l-imgL .l-img, .l-imgL_auto .l-img {
  margin: 5px 5% 10px 0;
  float: left;
  text-align: center;
  width: 40%;
}

.l-imgL_auto .l-img {
  width: auto;
}

.l-imgR .l-img {
  float: right;
  margin: 5px 0 10px 5%;
  text-align: center;
  width: 40%;
}

.l-flexL .l-img {
  width: 35%;
}

.l-flexL_auto .l-img {
  width: auto;
}

.l-flexL_small .l-img {
  width: 20%;
}

.l-flexR .l-img {
  width: 35%;
}

.l-flexR_auto .l-img {
  width: auto;
}

.l-flexR_small .l-img {
  width: 20%;
}

.img02 img+img {
  margin-left: 10px;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.u-flex .item {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.u-h2, .postdata h2 {
  font: 36px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .u-h2, .postdata h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.u-h3, .postdata h3 {
  border-bottom: 1px solid #389462;
  font: 28px/1.5 "Noto Sans JP", sans-serif;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .u-h3, .postdata h3 {
    font-size: 22px;
  }
}

.u-point_ttl {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 18px/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 30px;
}

.u-point_ttl .number {
  background: #725a4d;
  color: #fff;
  font: 24px/1.5 "Dosis", sans-serif;
  display: block;
  padding: 15px;
  width: 256px;
}

.u-point_ttl .ttl {
  padding: 20px;
}

@media screen and (max-width: 800px) {
  .u-point_ttl {
    display: block;
    padding: 0 0 20px;
  }

  .u-point_ttl .number {
    font-size: 20px;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    width: auto;
  }

  .u-point_ttl .ttl {
    display: block;
    padding: 15px 15px 0;
  }
}

.u-h4, .postdata h4 {
  color: #725a4d;
  font: 22px/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .u-h4, .postdata h4 {
    font-size: 18px;
  }
}

.u-ttl01 {
  font: 24px/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
}

.u-ttl01 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(157, 198, 84, 0.4)));
  background: linear-gradient(transparent 60%, rgba(157, 198, 84, 0.4) 60%);
}

@media screen and (max-width: 800px) {
  .u-ttl01 {
    font-size: 20px;
  }
}

table th, table td {
  font-weight: inherit;
}

.table-style01 table, .postdata table {
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #e2cba9;
  table-layout: fixed;
  line-height: 1.6;
  width: 100%;
}

.table-style01 table tr, .postdata table tr {
  border-bottom: 1px solid #e2cba9;
}

.table-style01 table th, .postdata table th {
  background: #f4e8d1;
  border: 1px solid #e2cba9;
  font-size: 15px;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
}

.table-style01 table td, .postdata table td {
  border: 1px solid #e2cba9;
  font-size: 14px;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

.table-style01.price table, .price.postdata table {
  table-layout: auto;
}

.table-style01.price td, .price.postdata td {
  text-align: right;
}

.table-style01 table .first th, .postdata table .first th {
  background: #725a4d;
  color: #fff;
}

.table-style02 table {
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #e2cba9;
  table-layout: fixed;
  line-height: 1.6;
  width: 100%;
}

.table-style02 table tr {
  border-bottom: 1px solid #e2cba9;
}

.table-style02 table th {
  background: #f4e8d1;
  border: 1px solid #e2cba9;
  font-size: 15px;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
}

.table-style02 table td {
  border: 1px solid #e2cba9;
  font-size: 14px;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

.table-style02 table .first th, .table-style02 table .first th:first-child {
  background: #389462;
  color: #fff;
  text-align: center;
}

.table-style02 table th {
  background: #FDFAF3;
  color: inherit;
}

.table-style03 table {
  border-collapse: collapse;
  width: 100%;
}

.table-style03 table tr {
  border-bottom: 1px solid #d6d0c2;
}

.table-style03 table th {
  padding: 5px 0;
  vertical-align: top;
  text-align: left;
}

.table-style03 table td {
  padding: 5px 0;
  vertical-align: top;
  word-break: break-all;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .table-style03 table td {
    white-space: nowrap;
    padding-left: 1em;
  }
}

.table-list {
  font-size: 16px;
  width: 100%;
}

.table-list th, .table-list td {
  vertical-align: top;
  text-align: left;
}

.table-list th {
  line-height: 2;
  padding-left: 0.8em;
  position: relative;
}

.table-list th::before {
  background: #725a4d;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  height: 4px;
  width: 4px;
}

.u-btn {
  margin-top: 30px;
}

.u-btn.multi a {
  margin: 0 1.5em 1em 0;
}

.u-btn a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow_w.png") right 15px center/7px auto no-repeat #389462;
  border: 1px solid #389462;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font: 16px/1.5 "Noto Sans JP", sans-serif;
  padding: 12px 50px;
  position: relative;
  text-align: center;
  width: auto;
}

.u-btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .u-btn {
    text-align: center;
  }

  .u-btn.multi a {
    margin: 1em auto;
  }

  .u-btn a {
    padding: 10px 30px;
    font-size: 14px;
    margin: auto;
    width: 80%;
  }
}

.pagelink {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 4%;
}

.pagelink.col2 {
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.pagelink.col3 {
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.pagelink li a {
  background: #389462;
  border: 1px solid #389462;
  border-radius: 25px;
  color: #fff;
  font: 16px/1.5 "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  position: relative;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}

.pagelink li a::after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  color: #fff;
  content: "";
  display: block;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  width: 10px;
}

.pagelink li a:hover {
  background: #fff;
  color: #389462;
}

.pagelink li a:hover::after {
  border-color: #389462;
}

@media screen and (max-width: 800px) {
  .pagelink {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .pagelink li a {
    padding: 10px;
    font-size: 16px;
  }

  .pagelink li a::after {
    height: 8px;
    right: 8px;
    width: 8px;
  }

  .pagelink.col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pagelink.col3 {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-anchor-link.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li:last-child::after {
  display: none;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.list-anchor-link a::before {
  fill: red;
  content: "";
  background: url(../images/share/ico_arrow_bottom.svg) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 9px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

.post-type01 .single+.single {
  margin-top: 60px;
}

.post-type01 .single-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-type01 .single-layout .l-img {
  overflow: hidden;
  margin-right: 5%;
  width: 25%;
}

.post-type01 .single-layout .l-img a {
  display: block;
  height: 180px;
}

.post-type01 .single-layout .l-img img {
  -o-object-fit: none;
  object-fit: none;
  font-family: "object-fit: contain; object-position: 50% 50%;";
  height: 100%;
  width: 100%;
}

.post-type01 .single-layout .l-desc {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-type01 .list-desc {
  font-size: 13px;
  margin-bottom: 15px;
}

.post-type01 .list-btn {
  text-align: right;
  margin-top: 1.5em;
}

.post-type01 .list-btn a {
  border-radius: 30px;
  border: 1px solid #725a4d;
  display: inline-block;
  padding: 4px 40px 5px;
  text-align: center;
  -webkit-transition: background-color 0.6s ease, color 0.6s ease;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.post-type01 .list-btn a:hover {
  background: #725a4d;
  color: #fff;
}

.post-type01 time {
  color: #8a8a8a;
  letter-spacing: 2px;
  margin-right: 10px;
}

.post-type01 .category {
  display: inline-block;
  background: #ffa42f;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px 1px;
  margin: 0 10px 8px 0;
}

@media screen and (max-width: 800px) {
  .post-type01 .single+.single {
    margin-top: 40px;
  }

  .post-type01 .single-layout .l-img {
    margin-right: 15px;
    width: 35%;
  }

  .post-type01 .single-layout .l-img a {
    height: 100px;
  }

  .post-type01 .list-desc, .post-type01 .list-txt {
    font-size: 11px;
  }

  .post-type01 .list-btn {
    text-align: center;
  }

  .post-type01 .list-btn a {
    padding: 2px 20px 3px;
  }

  .post-type01 .category {
    font-size: 11px;
    padding: 2px 5px 1px;
    margin: 0 5px 4px 0;
  }
}

.post-type02_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 3%;
}

.post-type02_list .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}

.post-type02_list .single .l-img {
  border: 1px solid #725a4d;
  overflow: hidden;
  height: 240px;
  width: 100%;
}

.post-type02_list .single .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.post-type02_list .single .l-desc {
  margin: 10px 0 5px;
}

.post-type02_list .single .time {
  font: 14px/1 "Noto Sans JP", sans-serif;
}

.post-type02_list .single .ttl {
  font: 16px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.post-type02_list .single .category {
  display: inline-block;
  background: #ffa42f;
  color: #fff;
  font: 13px/1.5 "Noto Sans JP", sans-serif;
  padding: 2px 10px;
  text-align: center;
}

.post-type02_list .single:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .post-type02_list {
    display: block;
  }

  .post-type02_list::before {
    display: none;
  }

  .post-type02_list .single {
    margin-bottom: 30px;
    width: 100%;
  }
}

.post_category .category {
  display: inline-block;
  background: #ffa42f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px 1px;
  margin: 0 10px 5px 0;
}

.post-type03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-type03_list::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 32%;
}

.post-type03_list .single {
  margin-bottom: 40px;
  width: 32%;
}

.post-type03_list .single a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
}

.post-type03_list .single a:hover {
  opacity: 0.6;
}

.post-type03_list .single .l-img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.post-type03_list .single .l-ttl {
  color: #725a4d;
  font: 18px "Noto Sans JP", sans-serif;
}

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

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

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .item+.item {
  margin-left: 1.5em;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex.nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.l-flex .item {
  margin: 0 15px 10px 0;
}

.l-flex_2, .l-flex_2_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex_2.reverse, .reverse.l-flex_2_small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.l-flex_2 .item, .l-flex_2_small .item {
  margin-bottom: 30px;
  width: 48%;
}

.l-flex_2 .item-img, .l-flex_2_small .item-img {
  text-align: center;
  margin-bottom: 15px;
}

.l-flex_2 .item-ttl, .l-flex_2_small .item-ttl {
  font: 22px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}

.l-flex_2_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex_2_sp .item {
  margin-bottom: 30px;
  width: 48%;
}

.l-flex_2_sp .item-img {
  text-align: center;
  margin-bottom: 20px;
}

.l-flex_2_sp .item-ttl {
  font: 18px "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

.l-flex_3, .l-flex_3_columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 3%;
}

.l-flex_3 .u-btn, .l-flex_3_columns .u-btn {
  margin-top: 20px;
}

.l-flex_3 .item-ttl, .l-flex_3_columns .item-ttl {
  font: 18px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.l-flex_3 .item-step, .l-flex_3_columns .item-step {
  color: #389462;
  font: 14px "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.l-flex_3 .item-img, .l-flex_3_columns .item-img {
  text-align: center;
  margin-bottom: 15px;
}

.l-flex_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex_4::before, .l-flex_4::after {
  content: " ";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 24%;
}

.l-flex_4.u-btn a {
  min-width: auto;
  width: 100%;
}

.l-flex_4 .item {
  width: 24%;
}

.l-flex_4 .item:nth-child(n+5) {
  margin-top: 30px;
}

.l-flex_4 .item-img {
  margin-bottom: 10px;
  text-align: center;
}

.l-flex_4 .item-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

.l-flex_5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5% 1fr 1.5% 1fr 1.5% 1fr 1.5% 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 1.5%;
  text-align: center;
}

.l-flex_5 .item-img {
  margin-bottom: 10px;
  text-align: center;
}

/*------------
下層汎用
--------------*/
.u-em01 {
  font: 1.1em/1.5 "Noto Sans JP", sans-serif;
}

.u-em02 {
  color: #725a4d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}

.u-em02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #389462));
  background: linear-gradient(transparent 60%, #389462 60%);
}

.boxshadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.fancy-box {
  cursor: pointer;
}

.l-box {
  border: 1px solid #333;
  padding: 25px 30px;
}

@media screen and (max-width: 800px) {
  .l-box {
    padding: 20px;
  }
}

.l-box01 {
  background: #EEE7E2;
  border-radius: 15px;
  padding: 40px 50px 50px;
}

.l-box01.small {
  padding: 25px 20px;
}

.l-box01 .box-caption {
  background: #389462;
  color: #fff;
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  padding: 15px;
  text-align: center;
  margin-bottom: 1em;
}

.l-box01 .box-ttl {
  color: #725a4d;
  font: 22px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 0.8em;
}

.l-box01 .box-list li {
  border-top: 1px dashed #BABABA;
  padding: 5px 1.5em;
  line-height: 2;
  position: relative;
}

.l-box01 .box-list li:last-child {
  border-bottom: 1px dashed #BABABA;
}

.l-box01 .box-list li::before {
  background: #389462;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0;
  height: 4px;
  width: 4px;
}

@media screen and (max-width: 800px) {
  .l-box01 {
    padding: 20px;
  }
}

.l-box02 {
  background: #EEE7E2;
  border-top: 2px solid #D7D7D7;
  position: relative;
  padding: 30px;
}

.l-box02 .point {
  font: 26px/1 "Noto Sans JP", sans-serif;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.l-box02 .point span {
  background: #389462;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 18px 50px;
  min-width: 530px;
}

.l-box02 .box-ttl {
  font: 18px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .l-box02 {
    padding: 40px 30px 30px;
    margin-top: 40px;
  }

  .l-box02 .point {
    font-size: 22px;
    position: absolute;
    top: -24px;
  }

  .l-box02 .point span {
    border-radius: 15px;
    padding: 12px;
    min-width: auto;
    width: 80%;
  }

  .l-box02 .box-ttl {
    font-size: 20px;
    padding-bottom: 0;
  }

  .l-box02 .box-ttl span {
    padding-bottom: 0;
  }
}

.l-box03 {
  border: 1px solid #EEE7E2;
  border-radius: 15px;
  padding: 50px;
}

.l-box03 .box-ttl {
  font: 18px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}

.l-box03 .box-img {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .l-box03 {
    padding: 20px;
  }
}

.l-box04 {
  border: 1px solid #725a4d;
  padding: 40px;
}

.l-box04 .box-ttl {
  color: #0E317E;
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .l-box04 {
    padding: 20px;
  }
}

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

.merit-demerit .item {
  background: #EEE7E2;
  border-top: 1px solid #725a4d;
  padding: 30px;
  position: relative;
  width: 48%;
}

.merit-demerit .m-ttl {
  margin-bottom: 0.5em;
  text-align: left;
}

.merit-demerit .m-ttl .en {
  font: 28px/1.5 "Noto Sans JP", sans-serif;
}

.merit-demerit .m-ttl .jp {
  font: 16px/1.5 "Noto Sans JP", sans-serif;
  margin-left: 1em;
}

@media screen and (max-width: 800px) {
  .merit-demerit {
    display: block;
  }

  .merit-demerit .item {
    width: 100%;
  }

  .merit-demerit .item+.item {
    margin-top: 30px;
  }

  .merit-demerit .m-ttl .en {
    font-size: 26px;
  }

  .merit-demerit .m-ttl .jp {
    font-size: 16px;
  }
}

.t-movie {
  height: 580px;
  margin: auto;
  width: 100%;
}

.t-movie iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .t-movie {
    height: 320px;
  }
}

.u-movie01 {
  height: 400px;
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.u-movie01.small {
  height: 240px;
}

.u-movie01 iframe, .u-movie01 img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .u-movie01 {
    height: 200px;
  }
}

.u-movie02 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.u-movie02 video {
  max-width: 100%;
}

.u-contact_link {
  border: 1px solid #333;
  margin: auto;
  max-width: 900px;
  padding: 40px 60px;
  width: 100%;
}

.u-contact_link .l-ttl01 {
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
}

.u-contact_link .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 20px;
}

.u-contact_link .wrap .item {
  margin: 0 1em;
}

.u-contact_link .txt {
  font: 14px/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .u-contact_link {
    padding: 30px 20px;
  }

  .u-contact_link .l-ttl01 {
    font-size: 17px;
  }

  .u-contact_link .wrap {
    display: block;
    margin: 30px auto;
  }

  .u-contact_link .wrap .item {
    margin: 1em 0;
  }

  .u-contact_link .txt {
    text-align: left;
  }

  .u-contact_link p {
    font-size: 13px;
  }
}

.u-contents {
  font: 15px "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.u-contents li {
  margin-bottom: 5px;
}

.u-contents li::after {
  content: "";
  background: #e0e0e0;
  display: inline-block;
  height: 15px;
  margin: 0 20px 0 10px;
  vertical-align: -1px;
  width: 2px;
}

.u-contents li a {
  display: inline-block;
  line-height: 1.5;
  padding-right: 30px;
  position: relative;
}

.u-contents li a::after {
  background: url("../images/share/ico_arrow_bottom.svg") no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 3px;
  right: 9px;
  height: 14px;
  width: 14px;
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.before-after .item {
  text-align: center;
  position: relative;
  width: 45%;
}

.before-after .item.noarrow::before {
  display: none;
}

.before-after .item+.item::before {
  content: "";
  border-right: 3px solid #725a4d;
  border-bottom: 3px solid #725a4d;
  height: 13px;
  width: 13px;
  position: absolute;
  left: -60px;
  top: calc(50% - 38px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.before-after.autosize .item-img img {
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.before-after.autosize .item+.item::before {
  left: -12%;
}

.before-after .item-img img {
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .item-ttl {
  color: #725a4d;
  font-size: 24x;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .before-after .item+.item::before {
    left: -24px;
    top: calc(50% - 15px);
  }

  .before-after .item-img img {
    height: 140px;
  }

  .before-after .item-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.u-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 3%;
  margin-top: 50px;
}

.u-step .step {
  background: #F9F9F9;
  padding: 30px;
  position: relative;
}

.u-step .step:last-child::after {
  display: none;
}

.u-step .step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #725a4d;
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto;
}

.u-step .step .num {
  color: #725a4d;
  font: 28px/1 "Noto Sans JP", sans-serif;
  position: absolute;
  top: -15px;
  left: 1em;
  margin: auto;
  text-align: center;
  text-transform: capitalize;
}

.u-step .step .s-ttl {
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .u-step {
    display: block;
  }

  .u-step .step {
    height: auto;
    padding: 20px 10px;
    width: 100%;
  }

  .u-step .step+.step {
    margin-top: 40px;
  }

  .u-step .step::after {
    border-width: 6px 6px 0 6px;
    border-color: #725a4d transparent transparent transparent;
    top: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }

  .u-step .step .num {
    font-size: 22px;
  }

  .u-step .step .item-ttl {
    font-size: 16px;
  }
}

.u-layout01 {
  padding-top: 40px;
  position: relative;
}

.u-layout01.reverse .l-img {
  left: auto;
  right: 0;
}

.u-layout01.reverse .l-desc {
  margin-left: 0;
  margin-right: auto;
}

.u-layout01 .l-img {
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 530px;
}

.u-layout01 .l-desc {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 50px;
  position: relative;
  margin-left: auto;
  width: 580px;
  z-index: 1;
}

.u-layout01 .l-ttl {
  font: 24px/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .u-layout01 .l-img {
    position: static;
    width: 100%;
  }

  .u-layout01 .l-desc {
    padding: 30px;
    top: -15px;
    width: 100%;
    z-index: 1;
  }

  .u-layout01 .l-ttl {
    font-size: 20px;
  }
}

.u-layout02 {
  border-top: 1px solid #389462;
  border-bottom: 1px solid #389462;
  padding: 70px 0;
  position: relative;
}

.u-layout02::before {
  background: #389462;
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 100%;
}

.u-layout02::after {
  background: #389462;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.u-layout02 .l-ttl01 {
  font: 28px/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  text-align: center;
}

.u-layout02 .l-ttl01::after {
  background: #d3a468;
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto 0;
  width: 52px;
}

.u-layout02 .l-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}

.u-layout02 .l-list li {
  background: #fff;
  border-radius: 20px;
  font: 18px/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  padding: 38px 20px;
  text-align: center;
  width: 32%;
}

.u-layout02 .l-ttl02 {
  font: 21px/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 60px;
  text-align: center;
}

.u-layout02 .l-ttl02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(114, 90, 77, 0.3)));
  background: linear-gradient(transparent 60%, rgba(114, 90, 77, 0.3) 60%);
}

@media screen and (max-width: 800px) {
  .u-layout02 {
    padding: 40px 0;
  }

  .u-layout02 .l-ttl01 {
    font-size: 22px;
  }

  .u-layout02 .l-list {
    display: block;
    margin: 30px auto 0;
  }

  .u-layout02 .l-list li {
    font-size: 16px;
    padding: 20px 10px;
    width: 100%;
  }

  .u-layout02 .l-list li+li {
    margin-top: 20px;
  }

  .u-layout02 .l-ttl02 {
    font-size: 17px;
    margin-top: 40px;
  }
}

.u-layout03 {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
}

.u-layout03 .box-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 4%;
}

.u-layout03 .l-img {
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.u-layout03 .l-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.u-layout03 .l-table th {
  background: #c69157;
  border: 1px solid #d6d0c2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 14px 25px;
  text-align: left;
  vertical-align: top;
}

.u-layout03 .l-table td {
  border: 1px solid #d6d0c2;
  font-size: 14px;
  padding: 14px 25px;
}

@media screen and (max-width: 800px) {
  .u-layout03 {
    padding: 30px;
  }

  .u-layout03 .box-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }

  .u-layout03 .l-table th, .u-layout03 .l-table td {
    padding: 10px 15px;
  }
}

/*------------
下層例外
--------------*/
.u-caption {
  font: 20px "Noto Sans JP", sans-serif;
  text-align: center;
}

.u-caption span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(114, 90, 77, 0.1)));
  background: linear-gradient(transparent 60%, rgba(114, 90, 77, 0.1) 60%);
}

.first-box {
  background: url("../images/share/first_bg.png") right bottom no-repeat #EEE7E2;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 50px;
}

.first-box .l-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first-box .l-case {
  margin-left: 60px;
  width: 380px;
}

.first-box .box-ttl {
  font: 22px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .first-box {
    background-size: 60% auto;
    display: block;
    padding: 20px 30px 30px;
  }

  .first-box .l-case {
    margin: 30px auto 0;
    width: 100%;
  }

  .first-box .box-ttl {
    font-size: 18px;
  }
}

.periodontal-faq dt {
  background: url("../images/share/periodontal_que@2x.png") left top/104px auto no-repeat;
  padding-top: 13px;
  min-height: 105px;
  margin-bottom: 20px;
}

.periodontal-faq dt .serif {
  background: #EEE7E2;
  border-radius: 15px;
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  margin: auto;
  padding: 25px 35px;
  position: relative;
  width: 770px;
}

.periodontal-faq dt .serif::before {
  background: #EEE7E2;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 32px;
  left: -16px;
  width: 17px;
}

.periodontal-faq dd {
  background: url("../images/share/periodontal_ans@2x.png") right top/104px auto no-repeat;
  padding-top: 13px;
  min-height: 105px;
}

.periodontal-faq dd .serif {
  background: #725a4d;
  border-radius: 15px;
  color: #fff;
  font: 23px/1.5 "Noto Sans JP", sans-serif;
  margin: auto;
  padding: 25px 35px;
  position: relative;
  width: 770px;
}

.periodontal-faq dd .serif::before {
  background: #725a4d;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 32px;
  right: -16px;
  width: 17px;
}

.periodontal-faq dd+dt {
  margin-top: 60px;
}

@media screen and (max-width: 800px) {
  .periodontal-faq dt {
    background: url("../images/share/periodontal_que@2x.png") left top 2px/52px auto no-repeat;
    padding-top: 0;
    min-height: auto;
  }

  .periodontal-faq dt .serif {
    font-size: 18px;
    margin-right: 0;
    padding: 15px 20px;
    width: 80%;
  }

  .periodontal-faq dt .serif::before {
    top: 21px;
  }

  .periodontal-faq dd {
    background: url("../images/share/periodontal_ans@2x.png") right top 2px/52px auto no-repeat;
    padding-top: 0;
    min-height: auto;
  }

  .periodontal-faq dd .serif {
    font-size: 20px;
    margin-left: 0;
    padding: 15px 20px;
    width: 80%;
  }

  .periodontal-faq dd .serif::before {
    top: 21px;
  }
}

.list-disc.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 4%;
}

.list-disc.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 4%;
}

.list-disc li {
  line-height: 1.8;
  padding-left: 0.8em;
  position: relative;
}

.list-disc li::before {
  background: #725a4d;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  height: 4px;
  width: 4px;
}

@media screen and (max-width: 800px) {
  .list-disc.col2, .list-disc.col3 {
    display: block;
  }
}

.list-block.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 4%;
}

.list-block.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 3%;
}

.list-block li {
  border: 1px solid #725a4d;
  color: #725a4d;
  font: 20px/1.5 "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .list-block.col2, .list-block.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px 0;
  }
}

/*------------
投稿パーツ
--------------*/
.post-number {
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font: 15px "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin: 60px 0 0;
}

.post-number a {
  color: #a5a5a5;
  display: block;
  padding: 0 10px 15px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-number a:hover {
  color: #725a4d;
}

.post-number .current {
  color: #725a4d;
  display: block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  border-bottom: 2px solid #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 60px 0 0;
}

.post-number-single a {
  display: block;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.post-number-single a.prev::before {
  content: "";
  background: url(../images/share/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
}

.post-number-single .current {
  color: #725a4d;
  display: block;
  font: 18px "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  padding-top: 3px;
  position: relative;
}

.postdata .l-imgL, .postdata .l-imgL_auto, .postdata .l-imgR {
  margin-bottom: 2em;
}

.postdata p,
.postdata ul,
.postdata dl,
.postdata ol {
  margin-bottom: 1em;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ul ul, .postdata ol ol {
  margin-left: 15px;
}

.postdata table {
  margin: 15px 0;
}

.l-category {
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.l-category .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff url(../images/share/select_down.svg) no-repeat;
  background-size: 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 2px solid #ddd;
  display: inline-block;
  padding: 5px 3em 5px 12px;
  min-width: 400px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 50px;
}

.select-area .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font: 16px "TsukuMinPr6N-M";
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/select_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
  font: 16px "TsukuMinPr6N-M";
}

.select-area .select-category::-ms-expand {
  display: none;
}

.u-tel a {
  background: url("../images/share/phone.png") no-repeat;
  background-size: 18px;
  background-position: center left;
  color: #725a4d;
  font: 28px/1 "Noto Sans JP", sans-serif;
  padding-left: 24px;
}

.u-mail a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/mail.png") no-repeat #fff;
  background-size: 22px auto;
  background-position: center left 30px;
  border: 1px solid #725a4d;
  border-radius: 7px;
  color: #725a4d;
  display: inline-block;
  font: 21px/1 "Noto Sans JP", sans-serif;
  padding: 15px 40px 15px 60px;
}

.u-mail a:hover {
  opacity: 0.6;
}

.tel-layout03 {
  background: #EEE7E2;
  padding: 30px 50px;
  text-align: center;
  margin: auto;
  width: 80%;
}

.tel-layout03 .ttl {
  border-bottom: 1px solid #888;
  font: 24px/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.tel-layout03 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tel-layout03 .wrapper .tel {
  margin-right: 5em;
}

.tel-layout03 .wrapper .opentime {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .tel-layout03 {
    padding: 20px 30px;
    width: 100%;
  }

  .tel-layout03 .ttl {
    font-size: 20px;
  }

  .tel-layout03 .wrapper {
    display: block;
  }

  .tel-layout03 .wrapper .tel {
    margin: 0 auto 1.5em;
  }
}

.l-select {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ded4bc;
  margin: 0 auto;
  width: 80%;
}

.l-select .ttl {
  background: #f9f5ea;
  border-radius: 8px 8px 0 0/8px 8px 0 0;
  color: #389462;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0;
  text-align: center;
}

.l-select .inner {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 20px 5px;
}

.l-select .inner .item a {
  display: block;
  padding-left: 20px;
  position: relative;
  margin: 0 20px 10px 0;
}

.l-select .inner .item a::before {
  background: #ffdc73;
  content: " ";
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
  height: 10px;
  width: 10px;
}

.l-select .inner .item a:hover {
  opacity: 0.6;
}

.contact-form th {
  text-align: left;
}

.alert {
  color: #f20d0d;
  margin-top: 0.5em;
}

.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #ccc;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  font-weight: bold;
  width: 30%;
}

.contact-form table td {
  padding: 20px 0;
  width: 70%;
}

.contact-form .hissu {
  display: inline-block;
  background: #E35C5C;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.contact-form input[type=text].w35,
.contact-form input[type=email].w35,
.contact-form input[type=tel].w35,
.contact-form input[type=number].w35,
.contact-form input[type=date].w35,
.contact-form select.w35,
.contact-form textarea.w35 {
  width: 35%;
  margin-right: 15px;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=file]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #0B3D1F;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}


.contact-form .zipcode::before {
  content: "\3012";
  margin-right: 5px;
}

.contact-form .zipcode input[type="text"] {
  width: 40%;
  display: inline-block;
}

/*radio*/
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
}

.wpcf7-radio input[type=radio] {
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
}

.wpcf7-radio input[type=radio]:checked+span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.wpcf7-radio input[type=radio]:focus-visible {
  border-color: #f19ec2;
  outline: none;
}

/*checkbox*/
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
}

.wpcf7-checkbox input[type=checkbox] {
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  border-radius: 0;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
}

.wpcf7-checkbox input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  border: solid #333;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.wpcf7-checkbox input[type=checkbox]:focus-visible {
  border-color: #f19ec2;
  outline: none;
}

/*select*/
.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*file*/
.file-label {
  background-color: #f1f1f1;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  padding: 10px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.file-label:hover {
  background-color: #333;
  color: #fff;
}

.file-label input[type=file] {
  display: none;
}

.file-message {
  margin-top: 5px;
  font-size: 13px;
}

.date-picker input[type=text] {
  background-image: url("data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODg4O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ5LjE5MywxMDMuNTI1YzE1Ljk5NSwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMxNzguMTU3LDEyLjk3LDE2NS4xODgsMCwxNDkuMTkzLDAKCQljLTE2LjAwMiwwLTI4Ljk3MywxMi45Ny0yOC45NzMsMjguOTY0djQ1LjU4OEMxMjAuMjIsOTAuNTU2LDEzMy4xOTEsMTAzLjUyNSwxNDkuMTkzLDEwMy41MjV6Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYyLjgxNiwxMDMuNTI1YzE1Ljk5NCwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMzOTEuNzgsMTIuOTcsMzc4LjgxLDAsMzYyLjgxNiwwCgkJYy0xNi4wMDMsMC0yOC45NzMsMTIuOTctMjguOTczLDI4Ljk2NHY0NS41ODhDMzMzLjg0Myw5MC41NTYsMzQ2LjgxMywxMDMuNTI1LDM2Mi44MTYsMTAzLjUyNXoiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMTY0LDQxLjI4N2gtMTcuOTI1djMzLjI2NWMwLDMwLjAxNy0yNC40MTQsNTQuNDMyLTU0LjQyMiw1NC40MzJjLTMwLjAxOCwwLTU0LjQzMi0yNC40MTUtNTQuNDMyLTU0LjQzMgoJCVY0MS4yODdIMjAzLjYxNnYzMy4yNjVjMCwzMC4wMTctMjQuNDE1LDU0LjQzMi01NC40MjMsNTQuNDMyYy0zMC4wMTYsMC01NC40MzItMjQuNDE1LTU0LjQzMi01NC40MzJWNDEuMjg3SDc2LjgzNgoJCWMtMzguNTI4LDAtNjkuNzYzLDMxLjIzNS02OS43NjMsNjkuNzYzdjMzMS4xODdDNy4wNzMsNDgwLjc2NSwzOC4zMDksNTEyLDc2LjgzNiw1MTJoMzU4LjMyOAoJCWMzOC41MjgsMCw2OS43NjMtMzEuMjM1LDY5Ljc2My02OS43NjNWMTExLjA1QzUwNC45MjcsNzIuNTIyLDQ3My42OTIsNDEuMjg3LDQzNS4xNjQsNDEuMjg3eiBNNDcwLjk4Miw0NDIuMjM3CgkJYzAsMTkuNzQ4LTE2LjA2OSwzNS44MTgtMzUuODE4LDM1LjgxOEg3Ni44MzZjLTE5Ljc0OCwwLTM1LjgxOC0xNi4wNy0zNS44MTgtMzUuODE4VjE1NS4xMzhoNDI5Ljk2NFY0NDIuMjM3eiI+PC9wYXRoPgoJPHJlY3QgeD0iMTc1Ljg2MiIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1OSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjE3NS44NjIiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIzNzAuNjk3IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIyODYuNTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1OSI+PC9yZWN0PgoJPHJlY3QgeD0iMzcwLjY5NyIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1MSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjM3MC42OTciIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIyNzMuMjgiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIxNzUuODYyIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iNzguNDUzIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0Pgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  padding-left: 50px;
}

/*希望日*/
.contact-form .reserve-date {
  display: flow-root;
}

.contact-form .reserve-date .date {
  width: 45%;
  float: left;
}

.contact-form .reserve-date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .reserve-date .time select {
  width: 80px;
}

.contact-form .reserve-date .unit {
  margin: 0 10px;
}

/*生年月日*/
.contact-form .birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .birth select {
  width: 75px;
}

.contact-form .birth .unit {
  margin: 0 10px;
}

/*学歴*/
.contact-form .gakureki {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

/*送信ボタン*/
.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #D58C00;
  border: 1px solid #D58C00;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  font-weight: bold;
}

.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}

.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

/*エラー表示*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #E35C5C;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 0;
}

.contact-form .wpcf7-not-valid-tip {
  pointer-events: none;
  background: #E35C5C;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 10px;
  margin: 10px 10px 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.contact-form .wpcf7-spinner {
  display: none;
}

/*Material datepicker*/
.dtp>.dtp-content {
  font-weight: bold;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
  background: #373c3f !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #333 !important;
}

.dtp .p10>a,
.dtp div.dtp-actual-year,
.dtp table.dtp-picker-days tr>th {
  color: #333 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

.privacy-box {
  padding: 50px;
  border: 1px solid #224F34;
}

.privacy-box .txt {
  margin-bottom: 30px;
}

.privacy-btn {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/share/ico_p_open.svg) no-repeat center center/contain;
  cursor: pointer;
  margin-bottom: 25px;
}

.privacy-btn.is-open {
  background: url(../images/share/ico_p_close.svg) no-repeat center center/contain;
}

.privacy-contents {
  display: none;
}

@media (max-width: 800px) {
  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form .reserve-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  .contact-form .reserve-date .time {
    width: 100%;
  }

  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }

  .contact-form .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }

  .grecaptcha-badge {
    bottom: 70px !important;
  }
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar-thumb {
    background-color: #725a4d;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  .f-small {
    font-size: 13px;
  }

  .tal-small {
    text-align: left;
  }

  .tac-small {
    text-align: center;
  }

  .tar-small {
    text-align: right;
  }

  .tall, .u-section {
    margin-bottom: 60px;
  }

  .short {
    margin-top: 40px;
  }

  .mini {
    margin-top: 20px;
  }

  .t-btn {
    display: block;
    text-align: center;
    padding: 15px 30px;
  }

  .fix-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .fix-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fix-menu ul li {
    width: 50%;
  }

  .fix-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    height: 50px;
  }

  .fix-menu ul li .tel {
    font-size: 16px;
    background: #fff;
    border: 1px solid #0B3D1F;
  }

  .fix-menu ul li .h-btn {
    font-size: 12px;
    border-radius: 0;
  }

  .header {
    padding: 15px 15px;
  }

  .header .h-item .tel, .header .h-item .h-btn {
    display: none;
  }

  .humberger {
    background: #fff;
    border: 1px solid #0B3D1F;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 12px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 99;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }

  .humberger.is-open {
    background: none;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    left: 10px;
    width: 28px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .humberger span:nth-of-type(1) {
    top: 11px;
  }

  .humberger span:nth-of-type(2) {
    top: 20px;
  }

  .humberger span:nth-of-type(3) {
    top: 29px;
  }

  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  .g-navi-contents {
    display: block;
    overflow-y: auto;
    padding: 50px 20px 75px;
  }

  .g-navi-contents .inner {
    display: block;
    padding: 0;
  }

  .g-navi-contents .inner ul+ul {
    margin-left: 0;
    margin-top: 20px;
  }

  .g-navi-contents .inner ul li+li {
    margin-top: 20px;
  }

  .g-navi-contents .inner ul li .under li::before {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .g-navi-contents .inner ul li .under {
    margin-top: 10px;
  }

  .t-ttl {
    font-size: 26px;
  }

  .t-ttl02 {
    font-size: 26px;
    font-family: "FP-ヒラギノUD明朝 StdN W4";
    text-align: center;
    margin-bottom: 40px;
  }

  .t-ttl03 {
    margin: 0 auto 30px;
    font-size: 22px;
  }

  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }

  .hero {
    height: calc(100vh - 168px);
    margin-top: 0;
    background-position: top left -86vw;
    background: url(../images/hero_sp@2x.jpg?20231004) no-repeat center center/cover;
  }

  .hero .hero-list {
    bottom: 168px;
    padding-top: 9px;
  }

  .hero .hero-item {
    width: 100%;
    padding: 30vw 14vw 36vw 11vw;
    justify-content: flex-start;
  }

  .hero .hero-list ul li {
    padding: 7px 10px 7px 22px;
    margin-bottom: 9px;
    font-size: 11px;
  }

  .hero .hero-list ul li+li {
    margin-left: 6px;
  }

  .hero .hero-list ul li:nth-of-type(3) {
    margin-left: 0;
  }

  .hero .hero-list ul li::before {
    left: 7px;
    width: 11px;
    height: 10px;
  }

  .hero-note {
    font-size: 11px;
    padding: 0 0 0 20px;
    margin: 20px auto 0;
  }

  .sec01 {
    padding: 50px 0;
  }

  .sec01-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }

  .sec01-list li {
    width: 100%;
    padding: 25px 15px 15px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec02::before {
    width: 400px;
    height: 400px;
  }

  .sec02::after {
    width: 400px;
    height: 400px;
  }

  .sec02 .catch {
    font-size: 18px;
  }

  .sec02-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .sec02-list li {
    padding: 20px;
  }

  .sec02-list li .list-img {
    margin-bottom: 15px;
  }

  .sec02-list li .list-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .sec-common .common-layout {
    padding: 50px 0;
    background: url(../images/share/common_bg01.png) no-repeat center center/680%;
  }

  .sec-common .t-ttl02 {
    padding: 30px 20px;
    font-size: 21px;
  }

  .sec-common .common-list01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .sec-common .common-list01 a {
    padding: 25px 20px;
  }

  .sec-common .common-list01 .common-tel a {
    font-size: 26px;
  }

  .sec-common .common-list01 .common-contact a {
    font-size: 26px;
  }

  .sec-common .common-layout {
    padding: 70px 0 30px;
  }

  .sec-common .common-list02 {
    display: block;
    margin-bottom: 10px;
    padding: 30px 0 0px;
  }

  .sec-common .common-list02 li {
    width: 100%;
    padding: 5px 0px 5px;
  }

  .sec-common .common-list02 li+li {
    margin-top: 15px;
  }

  .sec-common .common-list02 li dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-common .common-list02 li dl dt {
    white-space: nowrap;
  }

  .sec03 {
    padding: 50px 0;
    background: url(../images/sec03_bg.jpg) repeat center center/140%;
  }

  .sec03-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .sec03-list li .list-desc .list-ttl {
    font-size: 20px;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04-layout01 {
    display: block;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .sec04-layout01 .l-img {
    width: 100%;
    margin-left: 0;
  }

  .sec04-layout01 .l-desc {
    width: 100%;
    padding: 30px;
    margin-top: 0;
  }

  .sec04-layout01::before {
    display: none;
  }

  .sec04-layout01 .l-img .nam {
    right: 0px;
    bottom: -30px;
    font-size: 70px;
  }

  .sec04-layout01 .l-desc .l-ttl {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .sec04-list01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin-bottom: 40px;
  }

  .sec04-layout02 {
    padding: 25px;
    margin-bottom: 40px;
  }

  .sec04-list02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
  }

  .sec04-list02 li .list-desc {
    padding: 30px;
    font-size: 16px;
  }

  .merit-ttl {
    padding: 25px 15px;
    font-size: 26px;
  }

  .merit-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .merit-layout.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .merit-layout .l-desc {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
  }

  .merit-layout.reverse .l-desc {
    padding-right: 0;
  }

  .merit-layout .l-desc .l-ttl {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .merit-layout .l-desc .merit {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .merit-layout .l-img {
    width: 100%;
    margin-right: 0px;
    -webkit-box-shadow: -20px 20px 0 rgba(214, 148, 20, 0.1);
    box-shadow: -20px 20px 0 rgba(214, 148, 20, 0.1);
  }

  .merit-layout+.merit-layout {
    margin-top: 65px;
  }

  .merit-layout .l-desc .demerit {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .t-ttl03.plus::before {
    bottom: -65px;
  }

  .sec04-layout03 {
    margin-bottom: 50px;
    padding: 25px;
    display: block;
  }

  .sec04-layout03 .l-img {
    width: 100%;
  }

  .sec04-layout03 .l-desc {
    width: 100%;
    margin-top: 30px;
  }

  .sec04-layout03 .l-desc .l-ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .sec04-price {
    display: block;
    padding: 25px;
  }

  .sec04-price dt {
    width: 100%;
    padding-bottom: 0;
  }

  .sec04-price dd {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }

  .sec04-price dt:last-of-type {
    border-bottom: none;
  }

  .sec05 {
    padding: 50px 0;
  }

  .sec05-layout01 {
    display: block;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .sec05-layout01 .l-img {
    width: 100%;
    margin-left: 0;
  }

  .sec05-layout01 .l-desc {
    width: 100%;
    padding: 30px;
    margin-top: 0;
  }

  .sec05-layout01::before {
    display: none;
  }

  .sec05-layout01 .l-img .nam {
    right: 0px;
    bottom: -30px;
    left: auto;
    font-size: 70px;
  }

  .sec05-layout01 .l-desc .l-ttl {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .sec05-list01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin-bottom: 40px;
  }

  .sec05-layout02 {
    padding: 25px;
    margin-bottom: 40px;
  }

  .sec05-list02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
  }

  .sec05-list02 li .list-desc {
    padding: 30px;
    font-size: 16px;
  }

  .sec05-layout01 .l-desc .l-ttl .small {
    font-size: 16px;
  }

  .sec05-layout03 {
    margin-bottom: 50px;
    padding: 25px;
    display: block;
  }

  .sec05-layout03 .l-img {
    width: 100%;
  }

  .sec05-layout03 .l-desc {
    width: 100%;
    margin-top: 30px;
  }

  .sec05-layout03 .l-desc .l-ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .sec05-price {
    display: block;
    padding: 25px;
  }

  .sec05-price dt {
    width: 100%;
    padding-bottom: 0;
  }

  .sec05-price dd {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }

  .sec05-price dt:last-of-type {
    border-bottom: none;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 25px;
  }

  .sec06-list li .list-desc {
    width: 100%;
    padding-right: 0;
  }

  .sec06-list li .list-desc .list-ttl {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .sec06-list li .list-img {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .sec07 {
    padding: 50px 0;
  }

  .sec07::before {
    width: 500px;
    height: 500px;
  }

  .sec07-layout {
    display: block;
  }

  .sec07-layout .l-img {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .sec07-layout .l-desc {
    width: 100%;
    padding-right: 0;
  }

  .sec07-layout .l-desc .l-ttl {
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 26px;
  }

  .sec07-col2 {
    display: block;
  }

  .sec07-col2 .item {
    width: 100%;
  }

  .sec07-col2 .item+.item {
    margin-left: 0;
    margin-top: 30px;
  }

  .sec07-col2 .item .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec08 {
    padding: 50px 0;
  }

  .faq-style03 dt .txt {
    font-size: 18px;
  }

  .sec09 {
    padding-bottom: 50px;
  }

  .sec09-list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec09-list li {
    padding: 15px;
  }

  .sec09-list li .list-ttl {
    font-size: 14px;
  }

  .sec09-list li .list-img {
    width: 70%;
    margin: 0 auto 15px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll:before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    margin: 0 5px;
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 20px !important;
    width: 200%;
  }

  .sp-table {
    display: block;
  }

  .sp-table colgroup {
    display: none;
  }

  .sp-table tr, .sp-table th, .sp-table td {
    display: block;
    width: 100%;
  }

  .sec10 {
    padding-bottom: 50px;
  }

  .sec10-txt {
    margin-bottom: 50px;
  }

  .sec10-box {
    padding: 25px;
  }

  .sec11 {
    padding: 50px 0;
  }

  .sec11-layout {
    display: block;
  }

  .sec11-layout .l-img {
    width: 100%;
  }

  .sec11-layout .l-item {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .time-table th:first-child {
    border-bottom: none;
  }

  .time-table th {
    border: none;
  }

  .sec12 {
    padding: 50px 0;
  }

  .sec12-list li+li {
    margin-left: 10px;
  }

  .sec12-list li+li::before {
    display: none;
  }

  .sec12-list li p {
    font-size: 10px;
  }

  .sec12-list li {
    width: 105px;
    height: 105px;
    padding: 10px 15px 0;
  }

  .sec12-list li .no {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .sec12-list li p.frist-line {
    padding-top: 7px;
  }

  .privacy-box {
    padding: 25px;
  }

  .privacy-box .txt {
    margin-bottom: 15px;
  }

  .privacy-btn {
    margin-bottom: 15px;
  }

  .postdata table colgroup {
    display: none;
  }

  .postdata table th, .postdata table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }

  .u-category .select {
    min-width: 200px;
  }

  .select-area .select-item {
    display: block;
    margin: auto;
  }

  .select-area .select-ttl {
    margin: 0 0 10px;
  }

  .footer {
    margin-bottom: 50px;
  }

  .f-layout01 {
    display: block;
  }

  .f-layout01 .f-link {
    margin: 30px auto 0;
  }

  .f-list01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 4%;
  }

  .f-list02 {
    display: block;
  }

  .f-list02 .col+.col {
    margin: 15px auto 0;
  }

  /*------------
	下層レイアウト
	--------------*/
  #under {
    padding: 40px 0 0;
  }

  .page-ttl {
    background-position: top center;
    background-size: auto 100%;
    height: 180px;
    margin-top: 78px;
  }

  .page-ttl h1 {
    font: 32px/1.5 "Noto Sans JP", sans-serif;
  }

  .breadcrumb {
    padding: 8px 3%;
    font-size: 10px;
    line-height: 1.4;
    margin: 15px auto 0;
    width: 100%;
  }

  main.column2 {
    display: block;
  }

  main.column2 .contents {
    width: 100%;
  }

  .side-navi {
    margin: 0 0 30px;
    width: 100%;
  }

  .effect, .effect--moved, .effect-each, .effect-each--moved, .effect-each02, .effect-each02--moved {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  /*------------
	下層パーツ
	--------------*/
  .u-layout, .l-flexL, .l-flexL_auto, .l-flexL_small, .u-layout_r, .l-flexR, .l-flexR_auto, .l-flexR_small {
    display: block;
  }

  .u-layout .l-img, .l-flexL .l-img, .l-flexL_auto .l-img, .l-flexL_small .l-img, .u-layout_r .l-img, .l-flexR .l-img, .l-flexR_auto .l-img, .l-flexR_small .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .u-layout_r .l-img, .l-flexR .l-img, .l-flexR_auto .l-img, .l-flexR_small .l-img {
    margin: 0 auto 15px;
  }

  .l-imgL, .l-imgL_auto, .l-imgR {
    display: block;
  }

  .l-imgL .l-img, .l-imgL_auto .l-img, .l-imgR .l-img {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }

  .l-flexL, .l-flexR, .l-flexL_S,
  .l-flexL_auto, .l-flexR_auto {
    display: block;
  }

  .l-flexL .l-img, .l-flexR .l-img, .l-flexL_S .l-img,
  .l-flexL_auto .l-img, .l-flexR_auto .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .l-small .l-img {
    margin: 0 auto 30px;
    width: 60%;
  }

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

  .l-flex_2, .l-flex_2_small {
    display: block;
  }

  .l-flex_2.u-btn .item:nth-child(n+2), .u-btn.l-flex_2_small .item:nth-child(n+2) {
    margin-top: 15px;
  }

  .l-flex_2 .item, .l-flex_2_small .item {
    width: 100%;
  }

  .l-flex_2_small {
    display: block;
  }

  .l-flex_2_small .item {
    width: 100%;
  }

  .l-flex_2_small .item:nth-child(n+2) {
    margin-top: 0;
  }

  .l-flex_3, .l-flex_3_columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }

  .l-flex_3_columns.sp_2columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .l-flex_3_columns.sp_2columns::before {
    display: none;
  }

  .l-flex_3_columns.sp_2columns.u-btn .item:nth-child(n+2) {
    margin-top: 20px;
  }

  .l-flex_3_columns.sp_2columns .item {
    margin-bottom: 0;
    width: 100%;
  }

  .l-flex_3_fix {
    display: block;
    margin-bottom: -30px;
  }

  .l-flex_3_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-flex_3_columns::before {
    display: none;
  }

  .l-flex_3_columns .item {
    width: 48%;
  }

  .l-flex_4 .item {
    width: 48%;
  }

  .l-flex_4 .item:nth-child(n+3) {
    margin-top: 20px;
  }

  .l-flex_4 .item .item-ttl {
    text-align: left;
  }

  .l-flex_5 {
    -ms-grid-columns: 1fr 1.5% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 1.5%;
  }

  /*------------
	下層汎用
	--------------*/
  .u-post {
    padding: 20px;
  }

  .u-post .post-list .single {
    display: block;
  }

  .u-post .post-list .single+.single {
    margin-top: 25px;
  }

  .u-post .post-list .single time {
    padding: 0;
    width: 100%;
  }

  .u-post .post-list .single .txt {
    border-left: none;
    padding: 0;
    margin-top: 10px;
  }

  /*------------
	下層例外
	--------------*/
  .lost-flow {
    display: block;
  }

  .lost-flow .flow-ttl {
    font-size: 18px;
    padding: 16px 0 16px 60px;
    margin-bottom: 20px;
    width: 100%;
  }

  .lost-flow .flow-ttl:nth-child(1) {
    background-size: 50px auto;
  }

  .lost-flow .flow-ttl:nth-child(2) {
    background-size: 50px auto;
  }

  .lost-flow .flow-ttl:nth-child(3) {
    background-size: 50px auto;
  }

  .lost-flow .flow-ttl:nth-child(4) {
    background-size: 50px auto;
  }

  .lost-flow .flow-ttl:nth-child(5) {
    background-size: 50px auto;
  }

  .recruit-pick {
    display: block;
  }

  .recruit-pick .item {
    width: 100%;
  }

  .recruit-pick .col2 {
    padding: 0;
    width: 100%;
  }

  #cont03_ar {
    background: none;
    padding: 0;
  }

  #cont03_ar .bx {
    width: 100%;
  }

  #cont03_ar .recruit_cont .text_01 {
    top: -60px;
    right: 0;
  }

  /*------------
	Commmon
	--------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mbXL {
    margin-bottom: 65px;
  }

  .mbL {
    margin-bottom: 30px;
  }

  .mbM {
    margin-bottom: 20px;
  }

  /* ナビ本体 */
  .g-navi-frame {
    padding: 0;
  }

  .g-navi_close {
    display: none;
  }

  .pc-navi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 15px;
  }

  .pc-navi_list .item {
    width: 48%;
  }

  .pc-navi_list .item>a {
    font-size: 15px;
    padding: 6px 0 6px 20px;
  }

  .pc-navi_list .item>a::before {
    font-size: 15px;
    top: 10px;
  }

  .pc-navi_images {
    margin-top: 30px;
  }

  .pc-navi_images figure {
    width: 32%;
  }

  .sp-navi {
    background: #fff;
    border: 3px solid #389462;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: calc(100vh);
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 15px 15px 30px;
    z-index: 101;
  }

  .sp-navi.is-open {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
  }

  .sp-navi_list {
    margin: 0 auto 30px;
  }

  .sp-navi_list>.item+.item {
    border-top: 1px solid #ddd;
  }

  .sp-navi_list .item>a, .sp-navi_list .item .parent {
    display: block;
    font: 16px/1 "Noto Sans JP", sans-serif;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
  }

  .sp-navi_list .item>a .en, .sp-navi_list .item .parent .en {
    color: #725a4d;
    font-size: 13px;
    margin-left: 1em;
  }

  .sp-navi-haschild {
    position: relative;
  }

  .sp-navi-haschild.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sp-navi-haschild::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #389462 transparent transparent transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .sp-navi-haschild>a {
    width: 90%;
  }

  .sp-navi_child {
    display: block;
    display: none;
    margin: 10px 0 20px;
    padding-left: 15px;
  }

  .sp-navi_child .item a {
    font-size: 14px;
    padding: 8px 0;
  }

  .sp-navi_child .grandsun a {
    display: block;
    font: 13px/1.5 "Noto Sans JP", sans-serif;
    margin-bottom: 0.5em;
    padding: 0 10px;
    position: relative;
  }

  .sp-navi_child .grandsun a::before {
    content: "- ";
  }

  .sp-info {
    background: #725a4d;
    padding: 20px;
  }

  .sp-navi_time {
    display: table;
    margin: 0 auto 30px;
  }

  .sp-navi_time dl+dl {
    margin-top: 10px;
  }

  .sp-navi_time dt,
  .sp-navi_time dd {
    display: inline-block;
  }

  .sp-navi_time dt {
    width: 5em;
    background: #54C0E8;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    vertical-align: top;
  }

  .u-slider .slick-dots {
    position: static;
    margin-top: 15px;
  }

  .u-slider .slick-arrow_custom.prev span {
    left: -10px;
  }

  .u-slider .slick-arrow_custom.next span {
    right: -10px;
  }

  #under_gallery_nav .slick-prev, #under_gallery_nav .slick-next {
    height: 20px;
    width: 20px;
  }

  #under_gallery_nav .slick-slide img {
    height: 60px;
    width: 80px;
  }

  .contact-form colgroup {
    display: none;
  }

  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form table tr {
    border-bottom: 1px dashed #CCC;
  }

  .contact-form table th, .contact-form table td {
    display: block;
    max-width: 100%;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form .btn {
    margin-top: 1em;
  }

  .contact-form .birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form .birthday select {
    width: auto;
  }

  .contact-form .birthday .year, .contact-form .birthday .month {
    margin: 0 5px;
  }

  .contact-form .birthday .day {
    margin-left: 5px;
  }

  .contact-form table, .contact-form tbody, .contact-form tr {
    display: block;
  }

  .contact-form input[type=file] {
    display: block;
    max-width: 80%;
  }

  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }

  .business-calendar-box .business-calendar caption {
    margin-bottom: 10px;
  }

  .business-calendar-box .business-calendar th {
    padding: 4px 0;
  }

  .business-calendar-box .business-calendar td {
    padding: 10px 4px;
  }
}
