@charset "UTF-8";

/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
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 {
  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.5s linear;
  transition: 0.5s linear;
  display: block;
}

.fade:hover {
  opacity: 0.5;
}

.fade_inline {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.fade_inline:hover {
  opacity: 0.5;
}

.radius {
  border-radius: 20px;
}

.circle {
  border-radius: 50%;
}

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

.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%);
}

.color01 {
  color: #1A9B62;
}

.color02 {
  color: #E1A648;
}

.color03 {
  color: #E68B8C;
}

.black {
  color: #000;
}

.green {
  color: #00B050;
}

.yellow {
  color: #F2AC34;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.white {
  color: #fff;
}

.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;
}

.mbL {
  margin-bottom: 60px;
}

.mbM {
  margin-bottom: 30px;
}

.mbS {
  margin-bottom: 15px;
}

.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;
}

.fontsize14 {
  font-size: 1.4rem;
}

.fontsize15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  .fontsize15 {
    font-size: 1.4rem;
  }
}

.fontsizeL {
  font-size: 1.2em;
}

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

.link {
  color: #1A9B62;
  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;
}

.line15 {
  line-height: 1.5;
}

.overhidden {
  overflow: hidden;
}

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

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

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

.hovermove {
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}

.hovermove:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 150px;
}

@media screen and (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

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

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

.x-short {
  margin-top: 40px;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.u-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1320px;
}

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

.u-bg01 {
  background: #F2F8F6;
  padding: 80px 0;
  position: relative;
}

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

.u-bg02 {
  background: #EFF4FF;
  padding: 80px 0;
}

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

.u-bg03 {
  background: url("../images/share/u-box_mark04.svg") no-repeat, url("../images/share/u-box_mark05.svg") no-repeat, url("../images/share/u-bg03.jpg") no-repeat;
  background-position: top 170px left, right bottom, center;
  background-size: auto, auto, cover;
  padding: 80px 0;
}

@media screen and (max-width: 800px) {
  .u-bg03 {
    background-position: top 30px left, right bottom, center;
    background-size: 60px auto, 40px auto, cover;
    padding: 60px 0;
  }
}

/*------------
LOADING
--------------*/
.is-hide {
  display: none;
}

.fadeout-bg {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

#loader-bg {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  width: 100%;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 340px;
  width: 472px;
}

@media screen and (max-width: 800px) {
  #loader {
    height: 180px;
    width: 250px;
  }
}

.header-frame {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 9;
}

.h-layout01 {
  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;
  gap: 30px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 99;
}

.h-layout01 .h-logo a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
}

.h-layout01 .h-logo a:hover {
  opacity: 0.6;
}

.h-layout01 .h-logo .txt {
  font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15em;
}

.h-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h-side .btn {
  margin-left: 30px;
}

.h-side .btn .web {
  background: url("../images/share/web.svg") top 18px center no-repeat #1A9B62;
  border-radius: 6px;
  display: block;
  padding: 53px 20px 13px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.h-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.h-info .tel {
  margin-right: 10px;
}

.h-info .icon {
  width: 30px;
}

.g-navi {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.pc-navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc-navi_list .item {
  position: relative;
}

.pc-navi_list .item+.item {
  margin-left: 40px;
}

.pc-navi_list .item>a {
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.pc-navi_list .item>a:hover {
  color: #1A9B62;
}

.pc-navi_list .item>a, .pc-navi_list .item>.nolink {
  display: block;
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  padding: 10px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.pc-navi-haschild {
  border-bottom: 1px solid transparent;
  position: relative;
}

.pc-navi-haschild:hover {
  border-color: #1A9B62;
}

.pc-navi_child {
  background: #1A9B62;
  color: #fff;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  padding: 25px 100px 25px 25px;
  text-align: left;
  white-space: nowrap;
  width: auto;
  z-index: 100;
}

.pc-navi_child .child-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px 28px;
}

.pc-navi_child .child-list.col2 {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.pc-navi_child .child a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  font: 1.6rem/1.8 "Noto Sans JP", sans-serif;
  padding-left: 1em;
  position: relative;
}

.pc-navi_child .child a::before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
}

.pc-navi_child .child a:hover {
  opacity: 0.6;
}

.sp-navi {
  display: none;
}

.sp-modal {
  display: none;
}

.humberger {
  display: none;
}

.pc-navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
}

.pc-navi_content {
  background: rgba(245, 255, 226, 0.95);
  overflow: hidden;
  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%;
}

.pc-navi_content .inframe {
  overflow: auto;
  padding: 30px;
  max-width: 1084px;
  margin: auto;
  height: 90%;
  width: 98%;
}

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

.pc-navi_content .navi-info {
  width: 49%;
}

.pc-navi_content .navi-info .logo {
  text-align: center;
}

.pc-navi_content .navi-info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.pc-navi_content .navi-info .btns a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.pc-navi_content .navi-info .btns a:hover {
  opacity: 0.6;
}

.pc-navi_content .navi-info .btns .item+.item {
  margin-left: 28px;
}

.pc-navi_content .navi-info .btns .item a {
  background: #fff;
  border: 1px solid #1A9B62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 210px;
}

.pc-navi_content .navi-info .btns .contact a {
  background: url("../images/share/mail.svg") left 32px center/auto no-repeat, url("../images/share/arrow.svg") right 20px center/auto no-repeat #fff;
  color: #1A9B62;
  font: 1.4rem/1.5 "Noto Sans JP", sans-serif;
  padding-left: 60px;
}

.pc-navi_content .navi-info .h-img {
  margin-top: 50px;
}

.pc-navi_content .navi-sitemap {
  width: 49%;
}

.pc-navi_content .h-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc-navi_content .h-list01 .item+.item {
  margin-top: 2.2em;
}

.pc-navi_content .h-list01 .item a {
  display: block;
  font: 1.8rem/2.2 "Noto Sans JP", sans-serif;
}

.pc-navi_content .h-list01 .item a:hover {
  text-decoration: underline;
}

.pc-navi_content .h-list02 .list-ttl {
  font: 1.8rem/2.2 "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

.pc-navi_content .h-list02 .child+.child {
  margin-top: 5px;
}

.pc-navi_content .h-list02 .child a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

.pc-navi_content .h-list02 .child a::before {
  background: #88C222;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 7px;
}

.hero_space {
  margin-top: 136px;
  position: relative;
  z-index: 1;
}

.hero {
  background: url("../images/hero01_pc.jpg") center/cover no-repeat;
  height: 770px;
  position: relative;
}

.hero .hero_img {
  display: none;
}

.hero-ttl {
  position: absolute;
  bottom: 100px;
  left: 5%;
}

#hero_slider {
  overflow: hidden;
}

#hero_slider .splide__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 775px;
}

#hero_slider .splide__slide img {
  opacity: 0;
}

#hero_slider .splide__slide.slide01 {
  background-image: url("../images/hero01_pc.jpg");
}

#hero_slider .splide__slide.slide02 {
  background-image: url("../images/hero02_pc.jpg");
}

#hero_slider .splide__slide.slide03 {
  background-image: url("../images/hero03_pc.jpg");
}

.t-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
}

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

@-webkit-keyframes circles-to-right {
  0% {
    left: 0;
    right: auto;
    width: 50px;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 50px;
  }
}

@-webkit-keyframes circles-to-left {
  0% {
    left: auto;
    right: 0;
    width: 50px;
  }

  60% {
    top: 25px;
    height: 0;
    left: auto;
    right: 25px;
    width: 0;
  }

  100% {
    height: 50px;
    top: 0;
    left: 0;
    right: auto;
    width: 50px;
  }
}

.t-btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow.svg") right 15px center no-repeat #1A9B62;
  border-radius: 6px;
  color: #fff;
  font: bold 1.6rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  z-index: 2;
  width: 200px;
}

.t-btn.size170 {
  width: 170px;
}

.t-btn.size230 {
  width: 230px;
}

.t-btn.full {
  width: 100%;
}

.t-btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .t-btn {
    width: 100%;
  }

  .t-btn.size170, .t-btn.size230 {
    width: 100%;
  }
}

.t-btn02 {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow_red.svg") right 15px center no-repeat #fff;
  border-radius: 6px;
  color: #CC0A16;
  font: bold 1.6rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  z-index: 2;
  width: 230px;
}

.t-btn02.size320 {
  width: 320px;
}

.t-btn02:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .t-btn02 {
    background-position: right 10px center;
    padding: 12px 20px;
    width: 100%;
  }

  .t-btn02.size320 {
    width: 100%;
  }
}

.t-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.t-color {
  color: #1A9B62;
}

.t-ttl01 {
  margin-bottom: 50px;
  text-align: center;
}

.t-ttl01 .jp {
  font: bold 4.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.t-ttl01 .en {
  color: #1A9B62;
  font: 2.8rem/1.5 "Jost", sans-serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .t-ttl01 {
    margin-bottom: 40px;
  }

  .t-ttl01 .jp {
    font-size: 3.2rem;
  }

  .t-ttl01 .en {
    font-size: 2.2rem;
  }
}

.t-lineL {
  line-height: 2.6;
}

.t-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.t-txt p+p {
  margin-top: 1.5em;
}

.animate {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.is-action {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeInLeft {
  opacity: 0;
}

.fadeInLeft.is-action {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.sec01 {
  background: url("../images/sec01_bg.png") bottom left/auto no-repeat;
  position: relative;
  padding: 80px 0 95px;
}

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

.sec01-layout .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 95px;
}

.sec01-layout .heading .l-ttl .jp {
  font: bold 3.5rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec01-layout .heading .l-ttl .en {
  color: #1A9B62;
  font: 1.8rem/1.5 "Jost", sans-serif;
  margin-bottom: 5px;
}

.sec01-layout .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec02 {
  position: relative;
  margin: 120px auto 210px;
  z-index: 1;
}

.sec02 .effect {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.sec02 .effect img {
  max-width: none;
  width: 100%;
}

.sec02-layout {
  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-flow: row-reverse;
  flex-flow: row-reverse;
}

.sec02-layout .l-img {
  text-align: right;
  width: 50%;
}

.sec02-layout .l-img img {
  border-radius: 100px 0 0 0;
}

.sec02-layout .l-desc {
  width: 50%;
}

.sec02-layout .inner {
  margin-left: auto;
  padding: 0 70px 0 30px;
  max-width: 660px;
}

.sec02-layout .btn {
  margin-top: 40px;
}

.sec02-ttl {
  margin-bottom: 30px;
}

.sec02-ttl .jp {
  font: bold 4.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec02-ttl .en {
  color: #1A9B62;
  font: 2.2rem/1.5 "Jost", sans-serif;
  margin-bottom: 2px;
}

.sec03 {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}

.sec03-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  margin-top: 90px;
  padding: 35px;
  position: relative;
}

.sec03-box .en {
  color: #1A9B62;
  font: 3.8rem/1 "Jost", sans-serif;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 1;
}

.sec03-box .l-img {
  width: 430px;
}

.sec03-box .l-img img {
  border-radius: 0 30px 0 0;
}

.sec03-box .l-desc {
  margin-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec03-box .box-ttl {
  font: bold 2.6rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.sec03-box .btn {
  margin-top: 35px;
}

.sec03-boxlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 100px;
  position: relative;
}

.sec03-boxlist .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  padding: 25px;
  position: relative;
}

.sec03-boxlist .en {
  color: #1A9B62;
  font: 3.8rem/1 "Jost", sans-serif;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 1;
}

.sec03-boxlist .item-img {
  margin-bottom: 25px;
  text-align: center;
}

.sec03-boxlist .item-img img {
  border-radius: 0 20px 0 0;
}

.sec03-boxlist .item-ttl {
  font: bold 2.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.sec03-boxlist p {
  margin-bottom: 25px;
}

.sec03-boxlist .btn {
  margin-top: auto;
}

.sec04 {
  background: url("../images/sec04_bg.jpg") center/cover no-repeat;
  padding: 100px 0 120px;
  margin: 120px auto;
}

.sec04-layout {
  padding: 105px 30px 0;
  position: relative;
  margin: auto;
  max-width: 1460px;
  z-index: 1;
}

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

.sec04-layout.reverse .l-img {
  left: auto;
  right: 30px;
}

.sec04-layout.reverse .l-desc {
  margin-left: 0;
  margin-right: auto;
  width: 700px;
}

.sec04-layout.type02 {
  padding-top: 125px;
}

.sec04-layout.type03 {
  padding-top: 160px;
}

.sec04-layout .l-img {
  position: absolute;
  top: 0;
  left: 30px;
  width: 780px;
  z-index: -1;
}

.sec04-layout .l-img img {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.13);
}

.sec04-layout .l-desc {
  background: url("../images/sec04_boxbg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 50px 65px 55px;
  margin-left: auto;
  position: relative;
  width: 700px;
  z-index: 1;
}

.sec04-layout .l-ttl {
  margin-bottom: 30px;
}

.sec04-layout .l-ttl .jp {
  font: bold 2.8rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec04-layout .l-ttl .en {
  font: 1.7rem/1.5 "Jost", sans-serif;
  margin-bottom: 10px;
}

.sec04-layout .l-sub-ttl {
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.sec04-layout .btn {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 35px;
}

.sec04-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 110px;
}

.sec04-list .item {
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  padding: 40px 15px 55px;
}

.sec04-list .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.sec04-list .item-img {
  margin-bottom: 30px;
}

.sec04-list .item-ttl .jp {
  font: bold 2.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec04-list .item-ttl .en {
  color: #1A9B62;
  font: 1.6rem/1.5 "Jost", sans-serif;
  margin-bottom: 3px;
}

.sec05 {
  margin: 110px auto;
}

.sec05-box {
  border-radius: 0 60px 0 0;
  background: url("../images/sec05_bg.jpg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 50px;
}

.sec05-box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.sec05-box .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px;
}

.sec05-box .box-ttl {
  margin-bottom: 30px;
}

.sec05-box .box-ttl .jp {
  font: bold 3.5rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec05-box .box-ttl .en {
  color: #1A9B62;
  font: 1.8rem/1.5 "Jost", sans-serif;
  margin-bottom: 4px;
}

.sec05-box .l-ttl {
  font: bold 2.2rem/1.5 "Noto Sans JP", sans-serif;
  padding-bottom: 2px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.sec05-box .l-ttl span {
  border-bottom: 2px solid #1A9B62;
  display: inline-block;
}

.sec05-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
}

.sec05-layout .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.sec05-layout .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 88px;
}

.sec05-layout .l-ttl {
  margin-bottom: 30px;
}

.sec05-layout .l-ttl .jp {
  font: bold 3.5rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.sec05-layout .l-ttl .en {
  color: #1A9B62;
  font: 1.8rem/1.5 "Jost", sans-serif;
  margin-bottom: 4px;
}

.t_slider {
  position: relative;
}

.t_slider .splide__arrows .splide__arrow {
  background: none;
}

.t_slider .splide__arrows .splide__arrow--prev {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #333;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 20px;
  width: 20px;
  left: -35px;
}

.t_slider .splide__arrows .splide__arrow--next {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #333;
  border-radius: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 20px;
  width: 20px;
  right: -35px;
}

.t_slider .splide__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  bottom: -15px;
  z-index: 999;
}

.t_slider .splide__pagination .splide__pagination__page {
  background: #939AA0;
  height: 1px;
  margin: 0;
  width: 50px;
}

.t_slider .splide__pagination .splide__pagination__page.is-active {
  background: #88C222;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.t_slider .splide__pagination li+li {
  margin-left: 10px;
}

.t_slider .splide__slide:not(:last-child) {
  margin-right: 32px;
}

.t-post .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.t-post .single .time {
  color: #9A9A9A;
  font-family: "Jost", sans-serif;
  margin-right: 50px;
}

.t-post .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.t-post02 .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}

.t-post02 .single:hover {
  opacity: 0.6;
}

.t-post02 .single:hover .l-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-post02 .single .l-img {
  overflow: hidden;
  height: 164px;
  width: 100%;
}

.t-post02 .single .l-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
}

.t-post02 .single .time {
  color: #9A9A9A;
  font: 1.6rem/1.5 "Jost", sans-serif;
  margin-top: 10px;
}

.t-post02 .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.t-post02 .single .category {
  border: 1px solid;
  border-radius: 3px;
  color: #1A9B62;
  display: inline-block;
  font: bold 1.2rem/1.5 "Noto Sans JP", sans-serif;
  padding: 3px 10px;
}

.sec_contact {
  background: #E8DECC;
  padding: 140px 0 120px;
}

@media screen and (max-width: 800px) {
  .sec_contact {
    padding: 60px 0;
  }
}

.contact-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  position: relative;
  margin-inline: auto;
  max-width: 720px;
}

.contact-box .box-ttl {
  border-bottom: 1px solid #1A9B62;
  display: table;
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  margin: 0 auto 35px;
  text-align: center;
}

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

.contact-box .inlayout .item+.item {
  margin-left: 28px;
}

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

  .contact-box .box-ttl {
    font-size: 1.6rem;
  }

  .contact-box .inlayout {
    display: block;
  }

  .contact-box .inlayout .item+.item {
    margin: 1.5em auto 0;
  }
}

.contact-btns {
  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;
  gap: 20px;
}

.contact-btns .btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #1A9B62;
  border-radius: 25px;
  color: #fff;
  display: block;
  padding: 4px 0;
  text-align: center;
  width: 180px;
}

.contact-btns .btn.tel span {
  background: url("../images/share/tel.svg") top 3px left/auto no-repeat;
  display: inline-block;
  font: 1.4rem/1.5 "Noto Sans JP", sans-serif;
  padding-left: 15px;
}

.contact-btns .btn.web span {
  background: url("../images/share/web.svg") top 3px left/auto no-repeat;
  display: inline-block;
  font: 1.4rem/1.5 "Noto Sans JP", sans-serif;
  padding-left: 28px;
}

.contact-btns .btn:hover {
  opacity: 0.6;
}

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

  .contact-btns .btn {
    width: 100%;
  }

  .contact-btns .btn+.btn {
    margin-top: 10px;
  }
}

.schedule-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 0 15px;
}

.schedule-dl dt {
  border: 1px solid;
  font-size: 1rem;
  padding: 0 3px;
  text-align: center;
  margin-top: 3px;
}

.schedule-dl dd {
  font-size: 1.4rem;
}

.footer {
  margin-top: 60px;
}

.f-sec01 {
  height: 500px;
}

.f-sec01 iframe {
  height: 100%;
  width: 100%;
}

.f-sec02 {
  background: url("../images/share/f-bg.png") center/cover no-repeat;
  padding: 80px 0;
}

.f-sec02 .inlayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 460px 70px 1fr;
  grid-template-columns: 460px 1fr;
  gap: 70px;
}

.f-sec02 .f-logo {
  margin-bottom: 15px;
}

.f-sec02 .f-logo a {
  display: inline-block;
}

.f-sec02 .f-logo .txt {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15em;
}

.f-sec02 .tel {
  margin-bottom: 15px;
}

.f-sec02 .time-table {
  margin-top: 20px;
}

.dl-address {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  line-height: 2;
}

.dl-address dt {
  border-radius: 3px;
  border: 1px solid;
  color: #1A9B62;
  font-size: 1.3rem;
  text-align: center;
}

.dl-address dd {
  font-size: 1.6rem;
}

.f-list01>li+li {
  margin-top: 6px;
}

.f-list01 .item {
  font: bold 2rem/2 "Noto Sans JP", sans-serif;
}

.f-list01 a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
}

.f-list01 a:hover {
  text-decoration: underline;
}

.f-list01 a:hover {
  opacity: 0.6;
}

.f-list02 {
  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;
}

.f-list02 .l-ttl {
  margin-bottom: 5px;
}

.f-list03 {
  margin-bottom: 10px;
}

.f-list03 .child {
  font: 500 1.8rem/2 "Noto Sans JP", sans-serif;
}

.f-list03 .child a {
  padding-left: 1em;
  position: relative;
}

.f-list03 .child a::before {
  background: #1A9B62;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
}

.copyright {
  background: #1A9B62;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

.fixed-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 90;
  width: 53px;
}

.fixed-menu .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 4px 0 0 4px;
  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: 168px;
  width: 65px;
}

.fixed-menu .item:hover {
  opacity: 0.6;
}

.fixopen {
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  border: 2px solid #1A9B62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  left: 0;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
  width: 498px;
}

.fixopen:hover {
  left: -445px;
}

.fixopen .menu-ttl {
  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;
  width: 53px;
}

.fixcontent {
  padding: 25px 30px 20px 10px;
  width: 445px;
}

.fixcontent .time-table th {
  font-size: 1.4rem;
  padding: 10px 0;
}

.fixcontent .time-table td {
  font-size: 1.4rem;
  padding: 6px 0;
}

.fixcontent .time-table-caption {
  margin-top: 3px;
}

.fixcontent .contact-btns {
  margin-bottom: 10px;
}

#fixnavi_sp {
  display: none;
}

.map, .s-map, .youtube, .u-map, .f-map, .t-map {
  height: 380px;
}

.map iframe, .s-map iframe, .youtube iframe, .u-map iframe, .f-map iframe, .t-map iframe {
  height: 100%;
  width: 100%;
}

.t-map {
  height: 520px;
}

.f-map {
  height: 640px;
}

.u-map {
  height: 400px;
}

.youtube {
  height: 400px;
}

.s-map {
  height: 150px;
  margin-bottom: 5px;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9;
  display: none;
}

#pagetop a {
  display: block;
}

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

#fixbtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

#fixbtn a {
  display: block;
}

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

.grecaptcha-badge {
  z-index: 1;
}

/*------------
下層レイアウト
--------------*/
#under {
  line-height: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  word-break: break-all;
  z-index: 1;
}

#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 {
  background: url("../images/share/page-ttl.jpg") center/cover no-repeat;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  height: 320px;
  margin: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.page-ttl .intxt {
  text-align: center;
}

.page-ttl h1 {
  color: #4A4A4A;
  font: bold 4.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.page-ttl .en {
  color: #1A9B62;
  font: 2.8rem/1.5 "Jost", sans-serif;
  text-transform: capitalize;
}

@media screen and (max-width: 800px) {
  .page-ttl {
    padding: 0 15px;
    height: 200px;
  }

  .page-ttl h1 {
    font-size: 3rem;
  }

  .page-ttl .en {
    font-size: 2rem;
  }
}

.breadcrumb {
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 0;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  padding-left: 60px;
  padding-right: 60px;
  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 {
  position: relative;
  z-index: 1;
}

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-inline: 60px;
  max-width: 1144px;
  margin: auto;
  width: 90%;
}

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

.fade-in, .list-flow-03 .flow {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.ta span {
  display: inline-block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

.ta.is-action span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fade-in-list>li {
  will-change: transform;
  opacity: 0;
  -webkit-transition: 2.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: 2.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.fade-in-list>li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fade-in-list>li:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.fade-in-list>li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fade-in-list>li:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.fade-in-list>li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fade-in-list>li:nth-of-type(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.fade-in-list.is-action>li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  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: 0 40px 0 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: 0 0 0 40px;
}

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

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

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

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

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

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

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

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

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

.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: bold 3.2rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.u-h2::after, .postdata h2::after {
  background: #1A9B62;
  content: "";
  height: 3px;
  display: block;
  margin: 15px auto 0;
  width: 50px;
}

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

.u-h3, .postdata h3, .list-post-type01 .list-ttl {
  border-bottom: 2px solid #ddd;
  font: bold 2.6rem/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .u-h3, .postdata h3, .list-post-type01 .list-ttl {
    font-size: 2rem;
  }
}

.u-h4, .postdata h4 {
  color: #1A9B62;
  font: bold 2.2rem/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 20px;
}

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

.u-h5 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
}

.u-h5::before {
  background: #7DBBD0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
}

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

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

.table-style01 th, .postdata table th, .posttable th {
  background: #1A9B62;
  border: 1px solid #ddd;
  color: #fff;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: left;
}

.table-style01 td, .postdata table td, .posttable td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: top;
  word-break: break-all;
}

.table-style01.center_ttl th, .postdata table.center_ttl th, .center_ttl.posttable th {
  text-align: center;
  vertical-align: middle;
}

.table-style01.th-middle th, .postdata table.th-middle th, .th-middle.posttable th {
  vertical-align: middle;
}

.table-style01.td-middle td, .postdata table.td-middle td, .td-middle.posttable td {
  vertical-align: middle;
}

.table-style01 .first th, .postdata table .first th, .posttable .first th {
  background: #1A9B62;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .table-style02-scroll {
    overflow: auto;
    width: 100%;
  }

  .table-style02-scroll::before {
    display: block;
    content: "横にスクロールできます。";
  }

  .table-style02-scroll .table-style02 {
    width: 200%;
  }
}

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

.table-style02 th {
  background: #1A9B62;
  border: 1px solid #ddd;
  color: #fff;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: left;
}

.table-style02 td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: top;
  word-break: break-all;
}

.table-style02.tac th, .table-style02.tac td {
  text-align: center;
}

.table-style02.tac-td td {
  text-align: center;
}

.table-style02.price td:nth-child(3) {
  text-align: center;
}

.table-style02.price td:nth-child(4) {
  text-align: right;
}

.table-style02.inbgcolor tr:nth-child(odd) td {
  background: #F5F4F3;
}

.table-style02 .inbg01 {
  background: #F8F8F2;
}

.table-style02 .inbg02 {
  background: #F2F7F8;
}

.table-style02 .inbg03 {
  background: #F2F7F8;
}

.table-style02 .inbg04 {
  background: #E0FAFF;
}

.table-style02 .inbg05 {
  background: #A2E2EF;
}

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

.table-style02 th {
  background: #F2F8F6;
  color: inherit;
  vertical-align: middle;
}

.table-style02 td {
  vertical-align: middle;
}

.table-style03 {
  background: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.6;
  width: 100%;
}

.table-style03 th {
  background: #1A9B62;
  border: 1px solid #ddd;
  color: #fff;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: left;
}

.table-style03 td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: top;
  word-break: break-all;
}

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

.table-style03 th {
  background: #ddd;
  border: 1px solid #fff;
  color: inherit;
}

.table-style03 th:first-child {
  font-weight: bold;
}

.u-btns {
  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;
  grid-gap: 1em;
}

.u-btns.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow.svg") right 15px center no-repeat #1A9B62;
  border-radius: 6px;
  color: #fff;
  font: bold 1.6rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 12px 35px;
  position: relative;
  text-align: center;
  z-index: 2;
  width: auto;
}

.u-btn.full {
  width: 100%;
}

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

@media screen and (max-width: 800px) {
  .u-btn {
    width: 100%;
  }
}

.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: #E1A648;
  border: 1px solid #E1A648;
  border-radius: 25px;
  color: #fff;
  font: 16px/1.5 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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: #E1A648;
}

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

@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 {
  background: #A9C7D1;
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -2px;
}

.list-anchor-link a {
  display: inline-block;
  font: 1.5rem/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  padding-right: 25px;
}

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

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

@media screen and (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

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

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

.list-anchor-link02.col2 {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.list-anchor-link02.col4 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
}

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

.list-anchor-link02 a {
  background: url(../images/share/anchor_arrow.svg) center right 18px/auto no-repeat #FAE0E1;
  border-radius: 10px;
  color: #5D3913;
  font: 1.8rem/1.5 "Noto Sans JP", sans-serif;
  display: block;
  font-weight: bold;
  padding: 20px 15px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  text-align: center;
}

.list-anchor-link02 a:hover {
  -webkit-box-shadow: 0 0 10px #1A9B62;
  box-shadow: 0 0 10px #1A9B62;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 800px) {
  .list-anchor-link02 {
    display: block;
  }

  .list-anchor-link02 li+li {
    margin-top: 15px;
  }

  .list-anchor-link02 a {
    background-position: center right 8px;
    padding: 20px 40px;
    width: 100%;
  }
}

.case-category {
  background: #f3f1ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}

.case-category .item {
  width: 48%;
}

.case-category .item-ttl {
  font: 1.8rem/1.8 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
}

.case-category .select-category {
  border: none;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .case-category {
    display: block;
    padding: 15px;
  }

  .case-category .item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.case-post {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px rgba(41, 53, 65, 0.13);
  box-shadow: 0px 0px 15px rgba(41, 53, 65, 0.13);
  padding: 50px 60px 60px;
}

.case-post .p-ttl {
  border-bottom: 1px solid #BFCFE0;
  font: 2.4rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

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

.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: 30px;
  width: 250px;
}

.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;
  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 {
  margin-bottom: 15px;
}

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

.post-type01 .list-btn a {
  background: #fff;
  border: 1px solid #1A9B62;
  display: inline-block;
  padding: 8px 40px;
  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: #1A9B62;
  color: #fff;
}

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

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

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

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

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

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

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

  .post-type01 time {
    font-size: 12px;
  }

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

.post-type02 .single+.single {
  margin-top: 50px;
}

.post-type02 .l-img a {
  display: block;
  height: 180px;
}

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

.post-type02 .l-ttl {
  font: 1.7rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

.post-type02 .l-ttl a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: underline;
}

.post-type02 .l-ttl a:hover {
  text-decoration: none;
}

.post-type02 .l-ttl a:hover {
  opacity: 0.6;
}

.post-type02 .category {
  display: inline-block;
  border: 1px solid;
  color: #1A9B62;
  font: 1.3rem/1.5 "Noto Sans JP", sans-serif;
  padding: 2px 10px;
}

@media screen and (max-width: 800px) {
  .post-type02 {
    -ms-grid-columns: 1fr 6% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 6%;
  }

  .post-type02 .l-img a {
    height: 140px;
  }

  .post-type02 time {
    font-size: 1.3rem;
  }

  .post-type02 .category {
    font: 1.1rem/1.5 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  }
}

.post-type03 .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-bottom: 1px dotted #1A9B62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.post-type03 .single .time {
  margin-right: 1.5em;
}

.post-type03 .single .l-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3px;
}

.post-type03 .single:hover .l-ttl {
  text-decoration: none;
}

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

.postinfo {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.postinfo time {
  color: #ccc;
  font: 1.3rem/1.5 "Jost", sans-serif;
  margin: 5px 10px 10px 0;
}

.postinfo span.category {
  margin: 5px 10px 10px 0;
}

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

.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;
}

.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 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

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

.l-flex_2 .item-ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

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

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

.l-flex_3 .item-ttl, .l-flex_3_columns .item-ttl {
  font-weight: bold;
  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 .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;
}

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

.u-em01 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(116, 180, 155, 0.4)));
  background: linear-gradient(transparent 60%, rgba(116, 180, 155, 0.4) 60%);
}

@media screen and (max-width: 800px) {
  .u-em01 {
    font-size: 2rem;
  }
}

.u-em02 {
  font: bold 2rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
}

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

@media screen and (max-width: 800px) {
  .u-em02 {
    font-size: 1.7rem;
  }
}

.u-em03 {
  margin-bottom: 1.5em;
  position: relative;
}

.u-em03:before {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  position: absolute;
  bottom: -8px;
  left: 18px;
  z-index: 2;
  height: 10px;
  width: 12px;
}

.u-em03:after {
  background: #333;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  z-index: 1;
  height: 10px;
  width: 12px;
}

.u-em03 span {
  border: 1px solid #333;
  border-radius: 20px;
  display: inline-block;
  font: 1.4rem/1.5 "Noto Sans JP", sans-serif;
  padding: 8px 15px;
}

.u-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB00));
  background: linear-gradient(transparent 60%, #FFEB00 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);
}

.imgshadow {
  -webkit-box-shadow: 20px 20px 0 #D9EBB5;
  box-shadow: 20px 20px 0 #D9EBB5;
}

@media screen and (max-width: 800px) {
  .imgshadow {
    -webkit-box-shadow: 10px 10px 0 #D9EBB5;
    box-shadow: 10px 10px 0 #D9EBB5;
  }
}

.fancy-box {
  cursor: pointer;
}

.l-box {
  border: 1px solid #1A9B62;
  padding: 40px;
}

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

.l-box01 {
  border: 1px solid #1A9B62;
  padding: 30px;
  position: relative;
}

.l-box01 .box-ttl {
  border-bottom: 1px solid #1A9B62;
  font: bold 2.2rem/1.8 "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

.l-box01 .indl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 10px 20px;
}

.l-box01 .indl dt {
  font-weight: bold;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.l-box01 .inlist.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.l-box01 .inlist.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.l-box01 .inlist .item {
  background: #fff;
  border: 1px solid #1A9B62;
  border-radius: 10px;
  padding: 20px;
}

.l-box01 .inlist .list-img {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.l-box01 .inlist .list-img .label {
  background: url("../images/share/u-h301.svg") center/cover no-repeat;
  display: block;
  color: #fff;
  margin: auto;
  font: 4rem/1 "Jost", sans-serif;
  height: 72px;
  padding-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  text-align: center;
  width: 78px;
}

.l-box01 .inlist .list-img img {
  border-radius: 30px;
}

.l-box01 .inlist .list-ttl {
  font: 700 2.1rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

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

  .l-box01 .large-ttl {
    font-size: 2rem;
  }

  .l-box01 .box-ttl {
    font-size: 1.6rem;
  }

  .l-box01 .indl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .l-box01 .indl dd+dt {
    margin-top: 10px;
  }

  .l-box01 .inlist.col2, .l-box01 .inlist.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-box01 .inlist .list-ttl {
    font-size: 1.8rem;
  }
}

.l-box02 {
  background: #F2F8F6;
  border: 1px solid #1A9B62;
  padding: 40px;
  position: relative;
}

.l-box02 .sub-ttl {
  color: #1A9B62;
  font: 2rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

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

  .l-box02 .box-ttl {
    font-size: 2rem;
  }
}

.l-box03 {
  background: #1A9B62;
  color: #fff;
  padding: 35px 40px;
}

.l-box03 .box-ttl {
  background: url("../images/share/caution.svg") top left/25px auto no-repeat;
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  padding-left: 35px;
  margin-bottom: 20px;
}

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

.l-box04 {
  background: #fff;
  border: 1px solid #DDC390;
  padding: 30px 30px 40px;
  position: relative;
}

.l-box04 .icon01 {
  position: absolute;
  top: -35px;
  right: -15px;
  width: 80px;
  z-index: 1;
}

.l-box04 .icon02 {
  position: absolute;
  left: -42px;
  bottom: 0;
  width: 64px;
  z-index: 1;
}

.l-box04 .box-ttl {
  border-bottom: 1px solid #1A9B62;
  font: 2.7rem/1.5 "Noto Sans JP", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.l-box04::before {
  border: 1px solid #1A9B62;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  z-index: 1;
}

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

  .l-box04 .icon01 {
    top: -20px;
    right: -10px;
    width: 60px;
  }

  .l-box04 .icon02 {
    left: -20px;
    bottom: -30px;
    width: 50px;
  }

  .l-box04 .box-ttl {
    font-size: 2.2rem;
  }
}

.merit-demerit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 4%;
}

.merit-demerit .item {
  background: #E8F6FE;
  border-top: 3px solid #1A9B62;
  padding: 30px 40px;
  position: relative;
}

.merit-demerit .item:last-child {
  border-top-color: #324191;
}

.merit-demerit .item:last-child .item-ttl {
  color: #324191;
}

.merit-demerit .item:last-child .list-disc li::before {
  background: #324191;
}

.merit-demerit .item-ttl {
  color: #1A9B62;
  margin-bottom: 15px;
}

.merit-demerit .item-ttl .en {
  font: 2.5rem/1.8 "Noto Sans JP", sans-serif;
  margin-right: 0.5em;
}

.merit-demerit .item-ttl .jp {
  font: 1.3rem/1.8 "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 800px) {
  .merit-demerit {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .merit-demerit .item {
    padding: 25px;
  }
}

.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-inline: 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;
  text-align: center;
  width: 100%;
}

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

.u-movie03 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.u-movie03 video {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 801px) {
  .u-movie03 {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  .u-movie03 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.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: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.before-after .item+.item::before {
  background: #1A9B62;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 25px;
  width: 14px;
  position: absolute;
  top: 123px;
  left: -28px;
}

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

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

.before-after .item-ttl {
  font: 2rem/1 "Jost", sans-serif;
  text-transform: capitalize;
  margin-top: 1em;
}

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

  .before-after .item+.item {
    margin-top: 40px;
  }

  .before-after .item {
    width: 100%;
  }

  .before-after .item+.item::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 14px;
    width: 25px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }

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

  .before-after .item-ttl {
    font-size: 1.8rem;
  }
}

.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: #F2F8F6;
  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 #1A9B62;
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto;
}

.u-step .step .num {
  color: #1A9B62;
  font: 2.6rem/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: 2rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  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: #1A9B62 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-caption {
  font: 2rem/1.5 "Noto Sans JP", sans-serif;
}

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

.gradient03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(176, 206, 65, 0.5)));
  background: linear-gradient(transparent 60%, rgba(176, 206, 65, 0.5) 60%);
}

/*------------
下層common
--------------*/
.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.l-style01+.l-style01 {
  margin-top: 80px;
}

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

.l-style01.reverse .l-img {
  margin: 0 -10% 0 7.5%;
}

.l-style01 .l-img {
  text-align: center;
  margin: 0 7.5% 0 -10%;
  width: 56.64%;
}

.l-style01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style01 .num {
  color: #9CA1A2;
  font: 2rem/1.5 "Jost", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}

.l-style01 .l-ttl {
  font: 2.5rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl {
  font: 1.8rem/1.5 "Noto Sans JP", sans-serif;
  padding-left: 45px;
  position: relative;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl::before {
  background: #333;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
}

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

  .l-style01+.l-style01 {
    margin-top: 60px;
  }

  .l-style01.reverse .l-img {
    margin: 0 auto 30px;
  }

  .l-style01 .l-img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .l-style01 .num {
    font-size: 1.7rem;
  }

  .l-style01 .l-ttl {
    font-size: 2rem;
  }

  .l-style01 .sub-ttl {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-style02 {
  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-flow: row-reverse;
  flex-flow: row-reverse;
}

.l-style02 .l-img {
  width: 410px;
}

.l-style02 .l-img img {
  border-radius: 20px;
}

.l-style02 .l-desc {
  background: #FDF4F5;
  border-radius: 10px;
  margin-right: -100px;
  margin-top: 50px;
  padding: 40px 150px 35px 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02 .box-ttl {
  border-bottom: 3px dotted #D5B594;
  color: #E1A648;
  font: 2.4rem/1.5 "Noto Sans JP", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

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

  .l-style02 .l-img {
    width: 100%;
  }

  .l-style02 .l-desc {
    margin: 30px auto;
    padding: 30px;
  }

  .l-style02 .box-ttl {
    font-size: 2rem;
  }
}

.u-grid2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 23px 2%;
}

.u-grid2 .item-label {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.u-grid2 .item-label .label {
  background: #213A70;
  color: #fff;
  font: 2.4rem/1.5 "Jost", sans-serif;
  height: 60px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 1;
}

.u-grid2 .item-img {
  text-align: center;
  margin-bottom: 10px;
}

.u-grid2 .item-ttl {
  font: 500 1.8rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .u-grid2 .item {
    font-size: 1.2rem;
  }

  .u-grid2 .item-label .label {
    font-size: 1.2rem;
    height: 20px;
    width: 20px;
  }

  .u-grid2 .item-img {
    margin-bottom: 5px;
  }

  .u-grid2 .item-ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.u-grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr 2% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 23px 2%;
}

.u-grid3 .item-img {
  text-align: center;
  margin-bottom: 10px;
}

.u-grid3 .item-ttl {
  font: 500 1.8rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .u-grid3 .item {
    font-size: 1.2rem;
  }

  .u-grid3 .item-img {
    margin-bottom: 5px;
  }

  .u-grid3 .item-ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

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

.u-grid4 .item-img {
  text-align: center;
  margin-bottom: 10px;
}

.u-grid4 .item-ttl {
  font: 500 1.8rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

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

  .u-grid4 .item {
    font-size: 1.2rem;
  }

  .u-grid4 .item-img {
    margin-bottom: 5px;
  }

  .u-grid4 .item-ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

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

.u-post .single {
  border: 1px solid #1A9B62;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.u-post .single:hover {
  -webkit-box-shadow: 0 0 10px rgba(26, 155, 98, 0.3);
  box-shadow: 0 0 10px rgba(26, 155, 98, 0.3);
}

.u-post .l-img {
  height: 180px;
  overflow: hidden;
  width: 100%;
}

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

.u-post .time {
  font: 1.3rem/1.5 "Noto Sans JP", sans-serif;
  margin: 10px 0 15px;
}

.u-post .ttl {
  font: 500 1.6rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}

.u-post .category {
  background: #fff;
  border: 1px solid;
  color: #1A9B62;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  padding: 0 8px;
}

@media screen and (max-width: 800px) {
  .u-post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .u-post .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }

  .u-post .l-img {
    height: 80px;
    width: 30%;
  }

  .u-post .l-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5%;
  }

  .u-post .time {
    font-size: 1.1rem;
    margin: 5px 0 10px;
  }

  .u-post .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .u-post .category {
    font-size: 1.1rem;
    padding: 1px 5px;
  }
}

.u-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  padding: 0 30px;
  max-width: 1248px;
}

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

.u-layout01.reverse .l-desc {
  padding-right: 236px;
  padding-left: 82px;
  margin-right: -178px;
  margin-left: 0;
}

.u-layout01 .l-img {
  position: relative;
  width: 48%;
  z-index: 1;
}

.u-layout01 .l-desc {
  background: #EDF6F8;
  padding: 75px 82px 100px 236px;
  margin: 100px 0 0 -178px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-layout01 .l-ttl {
  font: 2.4rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}

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

  .u-layout01.reverse .l-desc {
    padding: 7%;
    margin: -50px auto 0;
  }

  .u-layout01 .l-img {
    width: 100%;
  }

  .u-layout01 .l-desc {
    padding: 7%;
    margin: -50px auto 0;
    position: relative;
    z-index: 2;
    width: 90%;
  }
}

.point-box {
  background: #E8F6FE;
  border-radius: 20px;
  border: 2px solid #1A9B62;
  padding: 20px 50px 40px;
  position: relative;
  z-index: 1;
}

.point-box+.point-box {
  margin-top: 60px;
}

.point-box .inner {
  position: relative;
  padding-top: 65px;
}

.point-box .en {
  color: #fff;
  font: 10rem/1 "Jost", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

  .point-box .inner {
    padding-top: 20px;
  }

  .point-box .en {
    font-size: 5rem;
  }
}

.merit-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 1fr;
  grid-template-columns: 25% 1fr;
  grid-gap: 10px 0;
}

.merit-grid dt {
  background: #333;
  color: #fff;
  font: 1.7rem/1.8 "Noto Sans JP", sans-serif;
  padding: 20px;
}

.merit-grid dd {
  background: #EFEFEF;
  padding: 15px 20px;
}

@media screen and (max-width: 800px) {
  .merit-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .merit-grid dt {
    padding: 15px;
  }

  .merit-grid dd {
    padding: 15px;
  }

  .merit-grid dd+dt {
    margin-top: 15px;
  }
}

.u-price {
  font-size: 1.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 15px 30px;
}

.u-price dt {
  background: #1A9B62;
  border-radius: 4px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 1px 35px;
}

/*------------
下層paged
--------------*/
.medicell-box {
  background: url("../images/under/medicell_bg.jpg") center/cover;
  border-radius: 70px 0 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px;
}

.medicell-box .l-img {
  margin-right: 35px;
  width: 455px;
}

.medicell-box .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.medicell-box .list-disc li::before {
  background: #fff;
}

@media screen and (max-width: 800px) {
  .medicell-box {
    display: block;
    padding: 40px;
  }

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

.treatment-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
}

.treatment-box .item {
  background: url("../images/under/treatment_bg.jpg") center/cover;
  border-radius: 0 60px 0 0;
  padding: 40px 50px 50px 40px;
}

.treatment-box .box-ttl {
  border-bottom: 2px solid #1A9B62;
  font: bold 2.2rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .treatment-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }

  .treatment-box .item {
    padding: 30px 40px 30px 30px;
  }

  .treatment-box .box-ttl {
    font-size: 2rem;
  }
}

.chiropractic-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 32px;
}

.chiropractic-box .item {
  border-radius: 0 60px 0 0;
  border: 1px solid #CFCFCF;
  padding: 25px 20px 25px;
}

.chiropractic-box .box-ttl {
  font: bold 2.2rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .chiropractic-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .chiropractic-box .item {
    padding: 40px 20px 20px;
  }

  .chiropractic-box .box-ttl {
    font-size: 2rem;
  }
}

.list-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.list-card.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

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

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

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

.list-card.col5 .item {
  padding: 15px;
}

.list-card.col5 .list-ttl {
  font-size: 1.6rem;
}

.list-card.flow .item:not(:last-child)::after {
  background: #1A9B62;
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6.5%;
  margin: auto;
  width: 12px;
}

.list-card .num {
  margin-bottom: 10px;
  text-align: center;
}

.list-card .num span {
  background: #1A9B62;
  color: #fff;
  display: inline-block;
  font: 1.3rem/1.5 "Noto Sans JP", sans-serif;
  padding: 3px 20px;
}

.list-card .point {
  margin-bottom: 30px;
  text-align: center;
}

.list-card .point span {
  background: url("../images/share/list-bar.svg") no-repeat, url("../images/share/list-bar.svg") no-repeat;
  background-position: left center, right center;
  display: inline-block;
  color: #1A9B62;
  font: 1.2rem/1.5 "Jost", sans-serif;
  padding: 0 30px;
}

.list-card .item {
  background: #fff;
  border-top: 3px solid #1A9B62;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.list-card .item.fill {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.list-card .list-img {
  margin-bottom: 15px;
  text-align: center;
}

.list-card .list-ttl {
  font: 2rem/2 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 0.5em;
}

.list-card .list-desc {
  margin-bottom: 15px;
}

.list-card .list-btn {
  text-align: center;
  margin-top: auto;
}

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

  .list-card.col3.spcol2 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .list-card.col5 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .list-card.col5 .item {
    padding: 10px;
  }

  .list-card.col5 .list-ttl {
    font-size: 1.3rem;
  }

  .list-card.flow {
    grid-gap: 50px 0;
  }

  .list-card.flow .item:not(:last-child)::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 12px;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 24px;
  }

  .list-card.spsmall .list-img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  .list-card .item.fill {
    grid-column: auto;
  }
}

.list-card02.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

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

.list-card02 .num {
  margin-bottom: 30px;
  text-align: center;
}

.list-card02 .num span {
  display: inline-block;
  background: #1A9B62;
  color: #fff;
  font: 2rem/1.5 "Jost", sans-serif;
  padding: 0 15px;
}

.list-card02 .point {
  margin-bottom: 30px;
  text-align: center;
}

.list-card02 .point span {
  background: url("../images/share/list-bar.svg") no-repeat, url("../images/share/list-bar.svg") no-repeat;
  background-position: left center, right center;
  display: inline-block;
  color: #1A9B62;
  font: 1.2rem/1.5 "Jost", sans-serif;
  padding: 0 30px;
}

.list-card02 .item {
  background: #EDF6F8;
  border-top: 3px solid #7DBBD0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px;
}

.list-card02 .list-ttl {
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}

.list-card02 .list-img {
  margin-bottom: 15px;
  text-align: center;
}

.list-card02 .list-desc {
  margin-bottom: 15px;
}

.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
}

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

  .list-card02 .num {
    text-align: center;
  }

  .list-card02 .num span {
    display: inline-block;
    background: #1A9B62;
    color: #fff;
    font: 2rem/1.5 "Jost", sans-serif;
    padding: 0 15px;
  }

  .list-card02 .item {
    padding: 20px;
  }
}

.list-flow-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 4%;
}

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

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

.list-flow-01 .item {
  background: #F2F8F6;
  padding: 25px;
  position: relative;
}

.list-flow-01 .item::after {
  background: #1A9B62;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -26px;
  height: 24px;
  width: 12px;
}

.list-flow-01 .item:last-child::after {
  display: none;
}

.list-flow-01 .num {
  background: #1A9B62;
  display: table;
  color: #fff;
  font: bold 1.3rem/2 "Noto Sans JP", sans-serif;
  padding: 0 18px;
  margin: 0 auto 15px;
}

.list-flow-01 .list-ttl {
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.list-flow-01 .list-img {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .list-flow-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px 0;
  }

  .list-flow-01.col2, .list-flow-01.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-flow-01 .item::after {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0, 50% 100%);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    height: 12px;
    width: 25px;
  }
}

.list-flow-02 {
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  padding: 50px;
}

.list-flow-02.colored .num {
  background: #DE4F42;
}

.list-flow-02 .flow {
  position: relative;
}

.list-flow-02 .flow+.flow {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
}

.list-flow-02 .flow+.flow::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.list-flow-02 .flow+.flow::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.list-flow-02 .flow .list-img {
  margin: 0 0 0 50px;
  text-align: center;
  width: 40%;
}

.list-flow-02 .flow .list-img.small {
  width: 25%;
}

.list-flow-02 .flow .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-flow-02 .flow>.inlayout {
  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-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-flow-02 .list-ttl {
  font: 2.2rem/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0 0 30px;
}

.list-flow-02 .num {
  background: #1A9B62;
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  font: 1.6rem/28px "Jost", sans-serif;
  display: inline-block;
  margin-right: 1.5em;
  padding: 0 15px 0 10px;
  position: relative;
  letter-spacing: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}

.list-flow-02 .inbox {
  background: #F7F6F4;
  padding: 15px;
  margin-top: 1.5em;
}

@media screen and (max-width: 800px) {
  .list-flow-02 {
    padding: 30px 20px;
  }

  .list-flow-02 .flow+.flow {
    padding-top: 30px;
    margin-top: 30px;
  }

  .list-flow-02 .flow .list-img {
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }

  .list-flow-02 .flow .list-img.small {
    width: 60%;
  }

  .list-flow-02 .flow>.inlayout {
    display: block;
  }

  .list-flow-02 .list-ttl {
    margin: 0 0 15px;
  }

  .list-flow-02 .num {
    display: table;
    margin-bottom: 10px;
  }
}

.list-flow-03 {
  background: #fff;
  border: 2px solid #444;
  border-radius: 30px;
  padding: 50px;
}

.list-flow-03 .flow {
  position: relative;
}

.list-flow-03 .flow+.flow {
  margin-top: 90px;
}

.list-flow-03 .flow+.flow::before {
  background: url("../images/share/arrow_bottom.svg") center/cover no-repeat;
  content: "";
  height: 14px;
  width: 23px;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.list-flow-03 .flow .list-img {
  margin: 0 0 0 50px;
  text-align: center;
  width: 40%;
}

.list-flow-03 .flow .list-img.small {
  width: 25%;
}

.list-flow-03 .flow .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-flow-03 .flow .inlayout {
  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-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-flow-03 .list-ttl {
  border-bottom: 1px solid #E6E6E6;
  font: 2.2rem/1.5 "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.list-flow-03 .num {
  background: #FFE200;
  border-radius: 50%;
  font: 2.5rem/1 "Jost", sans-serif;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 5px 0 0;
  text-align: center;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 800px) {
  .list-flow-03 {
    padding: 30px;
  }

  .list-flow-03 .flow+.flow {
    margin-top: 60px;
  }

  .list-flow-03 .flow+.flow::before {
    top: -34px;
  }

  .list-flow-03 .flow .inlayout {
    display: block;
  }

  .list-flow-03 .list-ttl {
    font-size: 2rem;
  }

  .list-flow-03 .num {
    font-size: 2rem;
    padding: 4px 4px 0 0;
    height: 30px;
    width: 30px;
    vertical-align: 2px;
  }
}

.u-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-contact .unit+.unit {
  margin-left: 40px;
}

.u-contact .btn {
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  background: url("../images/share/f-arrow.svg") right 20px center/auto no-repeat;
  border-radius: 30px;
  border: 1px solid #444;
  display: block;
  padding: 14px 32px 14px 10px;
  text-align: center;
  width: 230px;
}

.u-contact .btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.u-contact p {
  line-height: 1.5;
}

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

  .u-contact .unit+.unit {
    margin: 30px auto 0;
  }

  .u-contact .btn {
    margin: auto;
  }

  .u-contact p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.staff-layout {
  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-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
}

.staff-layout .l-img {
  margin-left: 64px;
  text-align: center;
  max-width: 410px;
}

.staff-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  .staff-layout .l-img {
    margin: auto;
    max-width: none;
  }

  .staff-layout .l-desc {
    margin: 30px auto 0;
  }
}

.staff-name {
  margin-bottom: 20px;
  position: relative;
}

.staff-name .job {
  font: 1.8rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}

.staff-name .name {
  border-bottom: 1px solid #ddd;
  font: 2.2rem/1.5 "Noto Sans JP", sans-serif;
  padding-bottom: 0.5em;
}

.staff-name .name .ruby {
  font-size: 1.6rem;
  color: #1A9B62;
  font-family: "Jost", sans-serif;
  margin-left: 15px;
}

.staff-box {
  background: #F6F6F6;
  padding: 25px;
}

.staff-box .box-ttl {
  color: #1A9B62;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.u-faq dt {
  background: url("../images/share/que.svg") no-repeat;
  background-position: top 3px left;
  border-bottom: 1px solid #B8B1B8;
  font: bold 2.2rem/1.5 "Noto Sans JP", sans-serif;
  padding: 5px 50px 12px;
  position: relative;
  min-height: 55px;
  margin-bottom: 20px;
}

.u-faq dd {
  background: url("../images/share/ans.svg") no-repeat;
  background-position: top 3px left;
  padding: 5px 0 15px 55px;
}

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

  .u-faq dt {
    background-position: top left;
    font-size: 1.8rem;
  }
}

.u-faq02 .que {
  background: #E1A648;
  border-radius: 20px 20px 0 0/20px 20px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 20px 100px 20px 35px;
  position: relative;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.u-faq02 .que.is-open .mark::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.u-faq02 .que:hover {
  opacity: 0.6;
}

.u-faq02 .que .mark {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  height: 48px;
  width: 48px;
}

.u-faq02 .que .mark::before {
  background: #E1A648;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 12px;
  width: 24px;
}

.u-faq02 .que .mark::after {
  background: #E1A648;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 12px;
  width: 24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.u-faq02 .que .txt01 {
  font: bold 2.6rem/1.5 "Noto Sans JP", sans-serif;
}

.u-faq02 .que .txt02 {
  font: bold 1.7rem/1.5 "Noto Sans JP", sans-serif;
  margin-top: 2px;
}

.u-faq02 .ans {
  background: #fff;
  border-radius: 0 0 20px 20px/0 0 20px 20px;
  display: none;
  padding: 40px 35px 60px;
}

.u-faq02 .ans+.que {
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .u-faq02 .que {
    padding: 15px 80px 15px 25px;
  }

  .u-faq02 .que.is-open .mark::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .u-faq02 .que:hover {
    opacity: 0.6;
  }

  .u-faq02 .que .mark {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 40px;
    width: 40px;
  }

  .u-faq02 .que .mark::before, .u-faq02 .que .mark::after {
    top: 19px;
    left: 9px;
  }

  .u-faq02 .que .txt01 {
    font-size: 2rem;
  }

  .u-faq02 .que .txt02 {
    font-size: 1.5rem;
  }

  .u-faq02 .ans {
    padding: 30px 25px 40px;
  }

  .u-faq02 .ans+.que {
    margin-top: 40px;
  }
}

.list-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-disc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.list-disc.free {
  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;
  grid-gap: 5px 4%;
}

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

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

.list-disc li {
  padding-left: 1em;
  position: relative;
}

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

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

  .list-disc li::before {
    top: 0.8em;
  }
}

.list-block {
  background: #FAF8F5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px 0;
  padding: 50px;
}

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

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

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

.list-block.small li {
  font-size: 1.8rem;
}

.list-block li {
  background: #74B49B;
  color: #fff;
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  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: 18px;
}

@media screen and (max-width: 800px) {
  .list-block {
    grid-gap: 15px 0;
    padding: 30px;
  }

  .list-block.col2, .list-block.col3, .list-block.col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px 0;
  }

  .list-block li {
    font-size: 1.8rem;
    padding: 12px;
  }
}

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

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

.list-counter .item.fill {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.list-counter .c-ttl {
  background: #E1A648;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 20px 8px 30px;
  position: relative;
  margin-left: 36px;
  margin-bottom: 25px;
}

.list-counter .c-ttl::after {
  background: #E68B8C;
  border-radius: 50%;
  border: 2px dotted #fff;
  -webkit-box-shadow: 0 0 0 4px #E68B8C;
  box-shadow: 0 0 0 4px #E68B8C;
  color: #fff;
  content: attr(data-count);
  display: block;
  font: 2rem/1 "Jost", sans-serif;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: 50%;
  left: -36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 46px;
  width: 46px;
}

@media screen and (max-width: 800px) {
  .list-counter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }

  .list-counter.col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }

  .list-counter .item.fill {
    grid-column: auto;
  }

  .list-counter .c-ttl {
    font-size: 1.5rem;
    padding: 10px 15px 10px 25px;
    margin-bottom: 20px;
  }
}

.list-number {
  counter-reset: number;
}

.list-number>li {
  padding-left: 40px;
  position: relative;
}

.list-number>li::before {
  background: #1A9B62;
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  display: block;
  font-size: 1.4rem;
  padding-left: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}

.list-number>li+li {
  margin-top: 15px;
}

.list-check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.list-check.free {
  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;
}

.list-check.free li {
  margin-right: 2%;
}

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

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

.list-check.col3-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12% auto 12% auto;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 0 12%;
}

.list-check.col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 4%;
}

.list-check.white li::before {
  background-image: url("../images/share/check_w.svg");
}

.list-check li {
  padding: 5px 0 5px 32px;
  position: relative;
}

.list-check li::before {
  content: "";
  background: url("../images/share/check.svg") center/auto no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  height: 24px;
  width: 24px;
}

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

  .list-check.col3-center {
    -ms-grid-columns: auto 4% auto;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 0 4%;
  }

  .list-check.col4 {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-price li+li {
  margin-top: 5px;
}

.list-price li .intro {
  border-bottom: 1px dotted #BFD8CA;
  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;
  padding: 0 0 5px;
}

.list-price li .intro span+span {
  color: #BEA574;
}

.list-price li .desc {
  color: #747474;
  font-size: 13px;
  padding: 5px 0 0;
}

@media screen and (max-width: 800px) {
  .list-price li+li {
    margin-top: 5px;
  }

  .list-price li .intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-price li .intro span+span {
    text-align: right;
  }

  .list-price li .desc {
    color: #747474;
    font-size: 13px;
    padding: 5px 0 0;
  }
}

.l-dl01 dt {
  margin-bottom: 10px;
}

.l-dl01 dd+dt {
  margin-top: 30px;
}

.l-dl02 .single+.single {
  margin-top: 1em;
}

.l-dl02 .single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 1fr;
  grid-template-columns: 25% 1fr;
  grid-gap: 0;
}

.l-dl02 dt {
  background: #1A9B62;
  color: #fff;
  font: 1.7rem/1.5 "Noto Sans JP", sans-serif;
  padding: 20px;
}

.l-dl02 dd {
  background: #F7F5EA;
  padding: 20px;
}

@media screen and (max-width: 800px) {
  .l-dl02 .single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-dl02 dt {
    padding: 10px 20px;
  }

  .l-dl02 dd {
    padding: 10px 20px;
  }
}

.ul-career {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.dl-career {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0 30px;
}

.dl-career dt {
  font-weight: bold;
}

.dl-career02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  margin-bottom: 1.5em;
}

.dl-career02 dt {
  margin-right: 1.5em;
}

.dl-disc {
  line-height: 2;
}

.dl-disc dt {
  line-height: 2;
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.1em;
}

.dl-disc dt::before {
  background: #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.dl-disc dd+dt {
  margin-top: 1em;
}

.dl-simple {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 15px 0;
}

.dl-simple dt {
  background: #1A9B62;
  font: bold 1.7rem/1.5 "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 10px 15px;
}

.dl-simple dd {
  background: #F2F8F6;
  font-size: 1.3rem;
  padding: 10px 15px;
}

@media screen and (max-width: 800px) {
  .dl-simple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .dl-simple dd+dt {
    margin-top: 20px;
  }
}

.dl-price {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  width: 420px;
}

.dl-price dt {
  background: #1A9B62;
  border-radius: 4px;
  color: #fff;
  font: 1.3rem/1.5 "Noto Sans JP", sans-serif;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}

.dl-price dd {
  border-bottom: 1px solid #E8F6FF;
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  padding-right: 10px;
  text-align: right;
}

.dl-txt dt {
  font-weight: bold;
}

.dl-txt dd+dt {
  margin-top: 1.5em;
}

/*------------
投稿パーツ
--------------*/
/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type01 .list-img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  background: #fff;
  border: 1px solid;
  color: #1A9B62;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 30px;
}

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

.list-post-type01 .list-btn a {
  display: inline-block;
  background: #1A9B62;
  border: 1px solid #1A9B62;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  min-width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

.list-post-type01 .list-btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

.list-post-type01 .list-btn a:hover::before {
  border-top: 1px solid #1A9B62;
  border-right: 1px solid #1A9B62;
}

@media screen and (max-width: 800px) {
  .list-post-type01 {
    margin: 0 0 50px;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type01 .list-btn {
    margin-top: 15px;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }
}

.list-post-single {
  margin-bottom: 80px;
}

.list-post-single .l-ttl {
  font-size: 3rem;
  margin: 0 0 35px;
}

.list-post-single .post-data {
  margin: 0 0 20px;
}

.list-post-single .post-data time {
  display: inline-block;
  color: #ccc;
  font-size: 1.4rem;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.list-post-single .post-data .category {
  background: #fff;
  border: 1px solid;
  color: #1A9B62;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 800px) {
  .list-post-single .l-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.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-size: 1.5rem;
  line-height: 1.5;
  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: #1A9B62;
}

.post-number .current {
  color: #1A9B62;
  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: #1A9B62;
  display: block;
  font: 1.7rem/1.6 "Jost", sans-serif;
  letter-spacing: 0.15em;
  padding-top: 1px;
  position: relative;
}

.l-post-single .post-data {
  margin-bottom: 15px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #8a8a8a;
  font: 1.4rem/1.5 "Noto Sans JP", sans-serif;
  margin-right: 1em;
}

.l-post-single .post-data .category {
  display: inline-block;
  border: 1px solid;
  color: #1A9B62;
  font: 1.1rem/1.5 "Noto Sans JP", sans-serif;
  padding: 2px 10px;
}

.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-size: 1.6rem;
  margin: 0 15px 0 0;
}

.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-size: 1.6rem;
}

.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: #1A9B62;
  font: 28px/1 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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 #1A9B62;
  border-radius: 7px;
  color: #1A9B62;
  display: inline-block;
  font: 21px/1 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 15px 40px 15px 60px;
}

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

.tel-layout03 {
  background: #fff;
  border: 8px solid #1A9B62;
  border-radius: 35px;
  padding: 40px 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
  width: 90%;
}

.tel-layout03 .ttl {
  border-bottom: 2px dotted #81D8D0;
  font: bold 2rem/1.5 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
}

.tel-layout03 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.tel-layout03 .btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #1A9B62;
  border-radius: 25px;
  color: #fff;
  display: block;
  font: bold 1.6rem/1.5 "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 14px 0;
  text-align: center;
  width: 260px;
}

.tel-layout03 .btn span {
  background: url("../images/share/mail.svg") left center/auto no-repeat;
  padding-left: 35px;
}

.tel-layout03 .btn:hover {
  opacity: 0.6;
}

.tel-layout03 .txt {
  font-size: 1.6rem;
}

.tel-layout03 .time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0 15px;
  text-align: left;
}

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

  .tel-layout03 .ttl {
    font-size: 1.6rem;
  }

  .tel-layout03 .wrapper {
    display: block;
    margin-top: 20px;
  }

  .tel-layout03 .wrapper .item+.item {
    margin: 15px auto 0;
  }

  .tel-layout03 .btn {
    width: 100%;
  }

  .tel-layout03 .txt {
    font-size: 1.5rem;
  }

  .tel-layout03 .time {
    -ms-grid-columns: auto 15px auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
  }
}

.tel_number {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #4A4A4A;
  font: 3.2rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 2;
}

.tel_number span {
  background: url("../images/share/tel.svg") top 10px left no-repeat;
  padding-left: 25px;
}

.tel_number:hover {
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .tel_number {
    width: 100%;
  }
}

.mailbtn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7be48), to(#fbdd85));
  background: linear-gradient(to top, #e7be48 0%, #fbdd85 100%);
  -webkit-box-shadow: 1.5px 2.6px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 1.5px 2.6px 5px rgba(0, 0, 0, 0.22);
  display: block;
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  color: #f9f9f9;
  padding: 20px 23px;
  text-align: center;
}

.mailbtn span {
  background: url("../images/share/mail.svg") left center/auto no-repeat;
  padding-left: 25px;
}

.mailbtn:hover {
  opacity: 0.6;
}

.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: #E1A648;
  font-size: 22px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0;
  text-align: center;
}

.l-select .inner {
  font-size: 17px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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 input[type=text].autosize {
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.contact-form .reserve-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggleBox {
  display: none;
}

.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;
}

.business-calendar-box {
  width: 100%;
}

.business-calendar-box .business-calendar {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #93C3E5;
  text-align: center;
  table-layout: fixed;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.business-calendar-box .business-calendar caption {
  color: #37414F;
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 15px;
}

.business-calendar-box .business-calendar .business-calendar-past, .business-calendar-box .business-calendar .business-calendar-future {
  font-size: 2.5rem;
  line-height: 1;
  color: #1A9B62;
}

.business-calendar-box .business-calendar .business-calendar-past {
  float: left;
}

.business-calendar-box .business-calendar .business-calendar-future {
  float: right;
}

.business-calendar-box .business-calendar th {
  background: #1A9B62;
  border: 1px solid #93C3E5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 0;
}

.business-calendar-box .business-calendar th:first-child {
  border-radius: 10px 0 0 0;
}

.business-calendar-box .business-calendar th:last-child {
  border-radius: 0 10px 0 0;
}

.business-calendar-box .business-calendar td {
  border: 1px solid #93C3E5;
  font: 1.3rem/2 "Noto Sans JP", sans-serif;
  padding: 8px 0;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.business-calendar-box .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box .business-calendar .attr0 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr0::before {
  background: #F0633F;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr1 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #FC9E38;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr2 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #55B955;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr3::before {
  background: #1A9B62;
  opacity: 1;
}

.business-calendar-box .business-calendar-attribute {
  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;
  margin: 15px 0 0;
}

.business-calendar-box .business-calendar-attribute li {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}

.business-calendar-box .business-calendar-attribute li::before {
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.business-calendar-box .business-calendar-attribute i {
  margin: 0 5px 0 0;
}

.business-calendar-box .business-calendar-attribute .attr0::before {
  background: #F0633F;
}

.business-calendar-box .business-calendar-attribute .attr1::before {
  background: #FC9E38;
}

.business-calendar-box .business-calendar-attribute .attr2::before {
  background: #55B955;
}

.business-calendar-box .business-calendar-attribute .attr3::before {
  background: #1A9B62;
}

.time-table.colored th,
.time-table.colored td {
  border-bottom-color: #1A9B62;
}

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

.time-table th {
  background: #979084;
  color: #fff;
  font-size: 1.6rem;
  padding: 6px 0;
  text-align: center;
}

.time-table th:first-child {
  width: 28%;
}

.time-table th:last-child {
  width: 15%;
}

.time-table tr:not(:last-child) td {
  border-bottom: 1px solid #DFDFDF;
}

.time-table td {
  font-size: 1.6rem;
  padding: 10px 0;
}

.time-table td.first {
  background: #FAF8F5;
  border-right: 1px solid #DFDFDF;
}

.time-table table {
  background: #fff;
  border-collapse: separate;
  border: 1px solid #DFDFDF;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .time-table .first {
    font-size: 1.2rem;
  }

  .time-table th {
    font-size: 1.2rem;
    padding: 3px;
  }

  .time-table th:first-child {
    white-space: nowrap;
    width: 35%;
  }

  .time-table td {
    font-size: 1.2rem;
    padding: 3px;
  }
}

.time-table-under .first {
  background: #EDF6F8;
}

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

.time-table-under th {
  background: #7DBBD0;
  border-bottom: 1px solid #ddd;
  color: #fff;
  padding: 7px 0;
  text-align: center;
}

.time-table-under th:first-child {
  width: 20%;
}

.time-table-under th:last-child {
  width: 12%;
}

.time-table-under tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}

.time-table-under td {
  padding: 7px 0;
}

.time-table-under table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .time-table-under .first {
    font-size: 1.2rem;
  }

  .time-table-under th {
    font-size: 1.2rem;
    padding: 3px;
  }

  .time-table-under th:first-child {
    white-space: nowrap;
    width: 35%;
  }

  .time-table-under td {
    font-size: 1.2rem;
    padding: 3px;
  }

  .time-table-under table {
    padding: 5px 10px;
  }
}

.time-table-caption {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}

.time-table-circle {
  background: #fff;
  border: 1px solid #DFDFDF;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.time-table-circle .first th:first-child {
  width: 30%;
}

.time-table-circle .first th:last-child {
  width: 12%;
}

.time-table-circle .first th {
  background: #C9BB99;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}

.time-table-circle tr+tr th, .time-table-circle tr+tr td {
  border-top: 1px solid #DFDFDF;
}

.time-table-circle th {
  background: #F7F4ED;
  font: 1.7rem/1.5 "Jost", sans-serif;
  padding: 15px 12px;
}

.time-table-circle td {
  padding: 15px 12px;
}

.time-table-circle td.mark {
  background: url("../images/share/sitemark.svg") center/auto no-repeat;
}

@media screen and (max-width: 800px) {
  .time-table-circle .first th:first-child {
    width: 35%;
  }

  .time-table-circle .first th:last-child {
    width: 15%;
  }

  .time-table-circle .first th {
    background: #C9BB99;
    color: #fff;
    font-weight: bold;
    padding: 8px 5px;
  }

  .time-table-circle th {
    font-size: 1.4rem;
    padding: 10px 6px;
  }

  .time-table-circle td {
    padding: 10px 6px;
  }

  .time-table-circle td.mark {
    background-size: 15px auto;
  }
}

@media screen and (max-width: 800px) {
  .time-table-circle-frame {
    overflow: auto;
    width: 100%;
  }

  .time-table-circle-frame .time-table-circle {
    width: 200%;
  }

  .time-table-circle-frame .time-table-circle .first th:first-child {
    width: 20%;
  }

  .time-table-circle-frame .time-table-circle .first th:last-child {
    width: auto;
  }
}

/*------------
Slick
-------------*/
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.u_slider {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 800px;
}

.u_slider .splide__track {
  overflow: visible;
}

.u_slider .splide__slide:not(.is-active) {
  opacity: 0.2;
}

.u_slider .label {
  margin-top: 25px;
}

.u_slider .label .txt01 {
  font: bold 1.8rem/1.5 "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .u_slider {
    width: 100%;
  }
}

.u_slider .splide__pagination__page.is-active {
  background: #1A9B62;
}

.u_slider_col3 .splide__arrows .splide__arrow {
  background: #1A9B62;
}

.u_slider_col3 .splide__arrows .splide__arrow svg {
  fill: #fff;
}

.u_slider_col3 .splide__arrows .splide__arrow--prev {
  left: -55px;
}

.u_slider_col3 .splide__arrows .splide__arrow--next {
  right: -55px;
}

.u_slider_col3 .splide__arrows .splide__arrow--next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.u_slider_col3 .splide__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  bottom: -15px;
  z-index: 999;
}

.u_slider_col3 .splide__pagination .splide__pagination__page {
  background: #B6B6B6;
  height: 8px;
  margin: 0;
  width: 8px;
}

.u_slider_col3 .splide__pagination .splide__pagination__page.is-active {
  background: #E1A648;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.u_slider_col3 .splide__pagination li+li {
  margin-left: 10px;
}

.u_slider_col3 .splide__slide {
  width: 30%;
}

.u_slider_col3 .splide__slide+.splide__slide {
  margin-left: 2%;
}

@media screen and (max-width: 800px) {
  .u_slider_col3 {
    font-size: 1.3rem;
  }

  .u_slider_col3 .splide__arrows {
    display: none;
  }

  .u_slider_col3 .splide__pagination {
    bottom: -30px;
  }
}

#u_slider_gallery .splide__slide {
  text-align: center;
}

#u_slider_thumb {
  margin: 30px auto 0;
  max-width: 400px;
  padding: 0 25px;
}

#u_slider_thumb .splide__arrow--prev {
  left: -1em;
}

#u_slider_thumb .splide__arrow--next {
  right: -1em;
}

@media screen and (max-width: 800px) {
  .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;
  }

  .map, .t-map, .f-map, .u-map, .youtube, .s-map {
    height: 280px;
  }

  .f-map {
    height: 300px;
  }

  .u-map {
    height: 220px;
  }

  .sec01 {
    background-size: auto 100%;
    border-radius: 0 0 60px 0;
    padding: 30px 0 60px;
  }

  .sec01-layout {
    display: block;
  }

  .sec01-layout .heading {
    display: block;
    margin: 0 auto 30px;
  }

  .sec01-layout .heading .l-ttl .jp {
    font-size: 2.8rem;
  }

  .sec01-layout .heading .l-ttl .en {
    font-size: 1.6rem;
  }

  .sec01-layout .content {
    margin-bottom: 30px;
  }

  .sec02 {
    margin: 60px auto;
  }

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-img {
    text-align: center;
    width: 100%;
  }

  .sec02-layout .l-img img {
    border-radius: 50px 0 0 0;
  }

  .sec02-layout .l-desc {
    margin: 30px auto 0;
    width: 90%;
  }

  .sec02-layout .inner {
    margin: auto;
    padding: 0;
    max-width: none;
  }

  .sec02-layout .btn {
    margin-top: 30px;
  }

  .sec02-ttl {
    margin-bottom: 30px;
  }

  .sec02-ttl .jp {
    font-size: 3.2rem;
  }

  .sec02-ttl .en {
    font-size: 1.8rem;
  }

  .sec03 {
    margin-bottom: 60px;
  }

  .sec03-box {
    display: block;
    margin-top: 90px;
    padding: 30px;
  }

  .sec03-box .en {
    font-size: 3rem;
    top: -28px;
  }

  .sec03-box .l-img {
    width: 100%;
  }

  .sec03-box .l-desc {
    margin: 30px auto 0;
  }

  .sec03-box .box-ttl {
    font-size: 2rem;
  }

  .sec03-box .btn {
    margin-top: 30px;
  }

  .sec03-boxlist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px 0;
    margin-top: 60px;
  }

  .sec03-boxlist .item {
    display: block;
    padding: 30px;
  }

  .sec03-boxlist .en {
    font-size: 3rem;
    top: -28px;
  }

  .sec03-boxlist .item-img {
    margin-bottom: 30px;
  }

  .sec03-boxlist .item-ttl {
    font-size: 2rem;
  }

  .sec03-boxlist p {
    margin-bottom: 30px;
  }

  .sec04 {
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec04-layout {
    padding: 0 5%;
    width: 100%;
  }

  .sec04-layout+.sec04-layout {
    margin-top: 40px;
  }

  .sec04-layout.reverse .l-img {
    left: 0;
    right: 0;
  }

  .sec04-layout.reverse .l-desc {
    margin: auto;
    width: 100%;
  }

  .sec04-layout.type02, .sec04-layout.type03 {
    padding-top: 0;
  }

  .sec04-layout .l-img {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .sec04-layout .l-desc {
    padding: 30px 20px;
    margin: auto;
    width: 100%;
  }

  .sec04-layout .l-ttl .jp {
    font-size: 2rem;
  }

  .sec04-layout .l-ttl .en {
    font-size: 1.5rem;
  }

  .sec04-layout .l-sub-ttl {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }

  .sec04-layout .btn {
    margin-top: 35px;
  }

  .sec04-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }

  .sec04-list .item {
    padding: 30px 15px;
  }

  .sec04-list .item-ttl .jp {
    font-size: 2rem;
  }

  .sec04-list .item-ttl .en {
    font-size: 1.5rem;
  }

  .sec05 {
    margin: 60px auto;
  }

  .sec05-box {
    display: block;
    padding: 30px;
  }

  .sec05-box .heading {
    display: block;
  }

  .sec05-box .content {
    margin: 30px auto;
  }

  .sec05-box .box-ttl .jp {
    font-size: 2.8rem;
  }

  .sec05-box .box-ttl .en {
    font-size: 1.6rem;
  }

  .sec05-box .l-ttl {
    font-size: 2rem;
  }

  .sec05-layout {
    display: block;
    margin-top: 60px;
  }

  .sec05-layout .heading {
    display: block;
  }

  .sec05-layout .content {
    margin: 30px auto;
  }

  .sec05-layout .l-ttl .jp {
    font-size: 2.8rem;
  }

  .sec05-layout .l-ttl .en {
    font-size: 1.6rem;
  }

  .t-post .single {
    display: block;
    padding: 10px 0;
  }

  .t-post .single .time {
    display: block;
    margin: 0 0 10px;
  }

  .t-post02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 0 15px;
  }

  .t-post02 .single {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .t-post02 .single+.single {
    margin-left: 20px;
  }

  .table-style01 colgroup, .posttable colgroup, .postdata table colgroup {
    display: none;
  }

  .table-style01 th, .posttable th, .postdata table th, .table-style01 td, .posttable td, .postdata table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }

  .table-scroll-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .table-scroll-sp::before {
    content: "※横にスクロールできます。";
    display: block;
    color: #f00;
    margin-bottom: 5px;
  }

  .table-scroll-sp .table-style02, .table-scroll-sp .table-style03 {
    width: 200%;
  }

  .table-style02 {
    font-size: 14px;
  }

  .table-style02 th, .table-style02 td {
    padding: 8px;
  }

  /*普通投稿*/
  .list-post-type01 {
    margin: 0 0 50px;
  }

  .list-post-type01 li+li {
    margin-top: 40px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type01 .list-btn {
    margin-top: 15px;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }

  .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-top: 50px;
  }

  .f-sec01 {
    height: 300px;
  }

  .f-sec02 {
    padding: 50px 0 0;
  }

  .f-sec02 .inlayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .f-sec02 .f-logo {
    text-align: center;
  }

  .dl-address dt {
    margin-top: 3px;
  }

  .f-list01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  .f-list01>li+li {
    margin-top: 0;
  }

  .f-list01 .item {
    font-size: 1.4rem;
  }

  .f-list01 .item.fill {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .f-list02 {
    display: block;
  }

  .f-list02 .l-ttl {
    margin-bottom: 5px;
  }

  .f-list03 .child {
    font-size: 1.3rem;
  }

  .f-list03 .child a::before {
    top: 13px;
  }

  #fixnavi_pc {
    display: none;
  }

  #fixguide {
    font-size: 1.8rem;
    background: #979084;
    top: auto;
    bottom: 50px;
    left: 0;
    height: 60px;
    width: 100%;
  }

  #fixguide .inguide.is-open {
    top: -355px;
    top: -330px;
  }

  #fixguide .guide-content {
    padding: 30px;
  }

  #fixnavi_sp {
    background: #1A9B62;
    border-top: 1px solid #DEEDF2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    z-index: 101;
  }

  #fixnavi_sp .item {
    font: bold 1.2rem/1.5 "Noto Sans JP", sans-serif;
    padding-top: 32px;
    position: relative;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #fixnavi_sp .item+.item {
    border-left: 1px solid #DEEDF2;
  }

  #fixnavi_sp .tel {
    background: url("../images/share/fix_tel.svg") no-repeat;
    background-position: top 8px center;
  }

  #fixnavi_sp .web {
    background: url("../images/share/web.svg") no-repeat;
    background-position: top 8px center;
    background-size: 20px auto;
  }

  #fixnavi_sp .home {
    background: url("../images/share/fix_home.svg") no-repeat;
    background-position: top 10px center;
  }

  .navihumberger {
    position: relative;
  }

  .navihumberger span {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .navihumberger span:nth-of-type(1) {
    top: 13px;
  }

  .navihumberger span:nth-of-type(2) {
    top: 18px;
  }

  .navihumberger span:nth-of-type(3) {
    top: 23px;
  }

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

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

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

  /*------------
  下層レイアウト
  --------------*/
  #under {
    padding: 30px 0 0;
  }

  .copyright {
    margin-top: 30px;
    margin-bottom: 55px;
  }

  .breadcrumb {
    padding: 8px 3%;
    font-size: 1rem;
    line-height: 1.4;
    margin: auto 5px;
  }

  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 30px;
  }

  .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 30px;
    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-flexL_small .l-img,
  .l-flexR_small .l-img {
    width: 100%;
  }

  .l-flex_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }

  .l-flex_2.spcol2 {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
  }

  .l-flex_2 .l-box01 {
    padding: 30px;
  }

  .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 4%;
  }

  .l-flex_3.spcol2, .spcol2.l-flex_3_columns {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .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%;
  }

  .l-flex.col1 {
    display: block;
  }

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

  /*------------
  下層common
  --------------*/
  /*------------
  Commmon
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .header-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 54px;
    padding: 5px 10px;
  }

  .h-layout01 .h-logo a {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    /* display: block; */
    /* width: 168px; */
  }

  .h-layout01 .h-logo img {
    width: 168px;
  }

  .h-layout01 .h-logo .txt {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .h-layout01 .h-side {
    display: none;
  }

  .humberger {
    background: #1A9B62;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    z-index: 999;
    height: 54px;
    width: 54px;
  }

  .humberger .icon span {
    background: #fff;
    position: absolute;
    left: 16px;
    width: 21px;
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

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

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

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

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

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

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

  .hero_space {
    margin-top: 0;
  }

  .hero {
    background: none;
    height: auto;
  }

  .hero .hero_img {
    display: block;
  }

  .hero-ttl {
    bottom: 20px;
  }

  .hero-ttl .intxt {
    margin-right: auto;
    max-width: 300px;
  }

  #hero_slider .splide__slide {
    background: none;
    height: auto;
  }

  #hero_slider .splide__slide img {
    opacity: 1;
  }

  /* ナビ本体 */
  .sp-navi {
    background: #fff;
    border: 3px solid #1A9B62;
    -webkit-text-size-adjust: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow: hidden;
    padding: 50px 15px 100px;
    z-index: 99;
  }

  .sp-navi.is-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
  }

  .sp-navi_list {
    margin: 0 auto 30px;
  }

  .sp-navi_list .item {
    border-bottom: 1px solid #ddd;
  }

  .sp-navi_list .item>a, .sp-navi_list .item .parent, .sp-navi_list .item .nolink {
    display: block;
    font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
    padding: 10px 0;
    position: relative;
  }

  .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: 19px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #1A9B62 transparent transparent transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .sp-navi-haschild>a {
    width: 90%;
  }

  .sp-navi_child {
    display: none;
    margin: 10px 0 20px;
    padding-left: 15px;
  }

  .sp-navi_child .child a {
    font-size: 1.5rem;
    padding: 5px 0;
  }

  .sp-navi_child .grandsun a {
    display: block;
    font-size: 1.4rem;
    padding-left: 1.5em;
    position: relative;
  }

  .sp-navi_child .grandsun a::before {
    background: #E1A648;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 1em;
  }

  .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;
  }

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

.u-section .contact-form .submit-btn [type=submit] {
  background: #1A9B62;
  border-color: #1A9B62;
}
