@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,
picture {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

.sp-only {
  display: none;
}

.none {
  display: none;
}

.fade {
  -webkit-transition: 0.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: 10px;
}

.circle {
  border-radius: 50%;
}

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

.underline {
  text-decoration: underline;
}

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

.color01 {
  color: #3ACCBF;
}

.color02 {
  color: #5D4020;
}

.color03 {
  color: #549CBF;
}

.green {
  color: #00B050;
}

.yellow {
  color: #F2AC34;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.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: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.fontsizeS {
  font-size: 0.9em;
}

.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: #3ACCBF;
  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;
}

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

.opacity,
.post-number-single .current,
.post-number-single a,
.u-contents li 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,
.u-contents li 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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

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

  body.fixed {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
  }
}

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

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

.mini {
  margin-top: 40px;
}

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

.anchor,
.u-section {
  margin-top: -180px;
  padding-top: 180px;
}

@media screen and (max-width: 800px) {

  .anchor,
  .u-section {
    margin-top: 0;
    padding-top: 0;
  }
}

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

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

.u-section.framed {
  overflow: hidden;
}

.u-bg01 {
  background: #F9FFEC;
  padding: 80px 0;
}

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

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

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

.u-bg01+.u-bg02 {
  margin-top: 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 {
  position: relative;
}

.header-frame {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header-frame.fixed {
  -webkit-box-shadow: 0 1px 10px rgba(58, 204, 191, 0.1);
  box-shadow: 0 1px 10px rgba(58, 204, 191, 0.1);
}

.header-frame.fixed .t-logo {
  width: 110px;
}

.h-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 3% 25px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.h-layout01.front {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h-layout01.front .logo {
  display: none;
}

.h-layout01 .t-logo {
  background: #fff;
  position: absolute;
  top: 40px;
  left: 3%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  width: 233px;
}

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

.h-list .h-btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #3ACCBF;
  border-radius: 25px;
  color: #fff;
  display: block;
  font: bold 1.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 14px 25px;
}

.h-list .h-btn span {
  background: url("../images/share/tel_white.svg") left center/auto no-repeat;
  padding-left: 18px;
}

.h-list .h-btn.contact span {
  background: url("../images/share/mail.svg") left center/auto no-repeat;
  padding-left: 30px;
}

.h-list .h-btn:hover {
  opacity: 0.6;
}

.h-list li+li {
  margin-left: 25px;
}

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

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

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

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

.pc-navi_list .item>a {
  color: #000;
  display: block;
  font: bold 1.5rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  padding: 15px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.pc-navi_list .item>a.nolink {
  cursor: default;
}

.pc-navi_list .item>a:hover {
  color: #3ACCBF;
}

.pc-navi-haschild {
  position: relative;
}

.pc-navi_child {
  background: #DAFEF8;
  border-radius: 10px;
  color: #000;
  display: none;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  padding: 12px 20px;
  white-space: nowrap;
  width: auto;
  z-index: 10;
}

.pc-navi_child.last {
  left: auto !important;
  right: 0;
}

.pc-navi_child .grandsun.noline a::before {
  display: none;
}

.pc-navi_child .grandsun a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  padding: 5px 0 5px 13px;
  position: relative;
}

.pc-navi_child .grandsun a::before {
  background: #3ACCBF;
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
}

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

.hero {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero_space {
  position: relative;
  margin-top: 170px;
}

.hero {
  background: url("../images/hero_clip.png") top left/auto no-repeat, url("../images/hero01_pc.png") center/cover no-repeat;
  height: 748px;
}

.hero .hero_img {
  display: none;
}

.hero_txt {
  font: bold 4rem/2 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: 135px;
  right: 18%;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: end;
}

.fix-nav {
  background-color: rgba(255, 183, 58, 0.9);
  position: fixed;
  top: 200px;
  right: 0;
  padding: 10px;
  z-index: 99;
}

.fix-nav .child+.child {
  margin-top: 5px;
}

.fix-nav .child a {
  background: #fff;
  border-radius: 3px;
  display: block;
  font: 15px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 11px 35px 11px 14px;
  position: relative;
}

.fix-nav .child a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffb73a;
  content: "\f138";
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 9px;
}

.fix-nav .child a:hover {
  background: #ffefd3;
}

@media screen and (max-width: 800px) {
  .fix-nav {
    display: none;
  }
}

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

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

.t-btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow_w.svg") right 35px center/auto no-repeat #3ACCBF;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font: bold 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 380px;
  z-index: 2;
}

.t-btn.small {
  background: url("../images/share/arrow_w.svg") right 35px center/auto no-repeat #3ACCBF;
  background-position: right 13px center;
  background-size: 18px;
  padding: 15px 30px;
  font-size: 1.6rem;
  width: 160px;
}

.t-btn.large {
  width: 540px;
}

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

@media screen and (max-width: 800px) {
  .t-btn {
    font-size: 1.6rem;
    padding: 15px 30px;
    width: 100%;
  }

  .t-btn.small,
  .t-btn.large {
    width: 100%;
  }
}

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

.t-color {
  color: #3ACCBF;
}

.t-bg01 {
  background: #F6F0E8;
}

.t-ttl01 {
  background: url("../images/t-ttl01.svg") top center/auto no-repeat;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 70px 0 0;
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .t-ttl01 {
    font-size: 3rem;
  }
}

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

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

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

.sec00 {
  position: relative;
  height: 1px;
}

.sec00-layout {
  background: #fff;
  border-radius: 30px 0 0 30px/30px 0 0 30px;
  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 20px 14px 30px;
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 620px;
}

.sec00-layout .l-ttl {
  font: bold 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-right: 30px;
}

.sec00-layout .t-post {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec01 {
  background: url("../images/sec01_bg.png") center/100% 100% no-repeat;
  padding: 90px 0 150px;
  margin: 80px auto;
}

.sec01-box {
  background: #fff;
  border-radius: 35px;
  padding: 60px 70px;
}

.sec01-box .l-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.sec01-box .inlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  margin: 60px auto 50px;
}

.sec01-box .inlist .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  width: 367px;
}

.sec01-box .inlist .item:hover {
  opacity: 0.6;
}

.sec01-box .inlist .l-img {
  position: relative;
}

.sec01-box .inlist .l-img img {
  border-radius: 20px;
}

.sec01-box .inlist .l-img .label {
  background: #3ACCBF;
  border-radius: 50%;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 32px;
  position: absolute;
  top: -42px;
  left: -40px;
  height: 120px;
  text-align: center;
  width: 120px;
  z-index: 1;
}

.sec01-box .inlist .inttl {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.sec02 {
  margin: 80px auto 100px;
}

.sec02-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 80px;
}

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

.sec02-layout .l-img img {
  display: block;
  margin: auto 0 0 auto;
  opacity: 1;
}

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

.sec02-layout .incontent {
  margin-left: auto;
  padding-right: 12%;
  max-width: 512px;
}

.sec02-layout .l-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.sec02-layout .l-ttl.icon01 {
  background: url("../images/sec02_icon01.png") top left/auto no-repeat;
  padding-top: 100px;
}

.sec02-layout .l-ttl.icon02 {
  background: url("../images/sec02_icon02.png") top left/auto no-repeat;
  padding-top: 150px;
}

.sec02-layout .l-ttl span {
  border-bottom: 2px dotted #81D8D0;
  display: inline-block;
  padding-bottom: 5px;
}

.sec02-layout .l-ttl span+span {
  margin-top: 10px;
}

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

.sec03 {
  margin: 100px auto 80px;
}

.sec03-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 40px;
}

.sec03-box .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  position: relative;
}

.sec03-box .single:hover {
  opacity: 0.6;
}

.sec03-box .l-img {
  border-radius: 40px;
  border: 8px solid #3ACCBF;
  overflow: hidden;
}

.sec03-box .btn {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.sec03-box .btn span {
  background: url("../images/share/arrow.svg") right 15px center/auto no-repeat, url("../images/share/flower.svg") left 55px center/auto no-repeat #fff;
  border-radius: 35px;
  color: #3ACCBF;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 14px 70px 14px 90px;
  margin: auto;
}

.sec04 {
  background: url("../images/sec04_bg.png") center/100% 100% no-repeat;
  padding: 120px 0 170px;
  margin: 80px auto 60px;
}

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

.sec04-btn .item {
  border: 5px solid #3ACCBF;
  border-radius: 40px;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 70px 30px 70px 170px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.sec04-btn .item:hover {
  -webkit-box-shadow: 0 0 10px #3accbf;
  box-shadow: 0 0 10px #3accbf;
}

.sec04-btn .item.item01 {
  background: url("../images/share/arrow_b.svg") right 30px center/auto no-repeat, url("../images/sec04_icon01.png") left 30px center/auto no-repeat #fff;
}

.sec04-btn .item.item02 {
  background: url("../images/share/arrow_b.svg") right 30px center/auto no-repeat, url("../images/sec04_icon02.png") left 30px center/auto no-repeat #fff;
}

.sec05 {
  margin: 60px auto 80px;
}

.sec06 {
  background: url("../images/sec04_bg.png") center/100% 100% no-repeat;
  padding: 140px 0 160px;
  margin: 80px auto;
}

.sec06-layout .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec06-layout .heading .l-ttl {
  font: bold 2.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.sec06-layout .heading .l-ttl .icon {
  margin-left: 14px;
  vertical-align: bottom;
}

.sec07 {
  margin: 80px auto;
}

.t-post .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.t-post .single .time {
  color: #81D8D0;
  font: 2rem/1.5 "Ubuntu", sans-serif;
}

.t-post .single .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  margin-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

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

.t-post02 .single {
  display: block;
  position: relative;
}

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

.t-post02 .single .l-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 170px;
}

.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: #B7B7B7;
  font: 1.4rem/1.5 "Ubuntu", sans-serif;
  margin-top: 15px;
}

.t-post02 .single .ttl {
  font-size: 1.6rem;
}

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

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

.contact-box {
  background: #fff;
  border: 2px solid #E3EDDB;
  border-radius: 20px;
  padding: 72px 60px 50px;
  position: relative;
}

.contact-box .box-ttl {
  background: #3ACCBF;
  border-radius: 27px;
  color: #fff;
  font: 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 560px;
}

.contact-box .inbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 32px;
}

.contact-box .item {
  background: #F3F8E3;
  border: 1px solid #3ACCBF;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 0 #3ACCBF;
  box-shadow: 0 3px 0 #3ACCBF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 114px;
}

.contact-box .item02 {
  background: url("../images/share/mail.svg") left top 7px/auto no-repeat;
  color: #3ACCBF;
  display: inline-block;
  font: 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-left: 35px;
}

.contact-box .l-txt {
  color: #3ACCBF;
  font: 1.5rem/2 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-top: 5px;
}

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

  .contact-box .box-ttl {
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 5px 0;
    top: -2em;
    width: 90%;
  }

  .contact-box .inbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-box .item {
    height: 90px;
  }
}

.footer {
  background: url("../images/share/footer-bg.jpg") top center/100% auto no-repeat #DAFEF8;
  padding: 130px 0 0;
  position: relative;
}

.f-layout01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 80px;
}

.f-layout01 .single {
  background: #fff;
  border-radius: 35px;
  padding: 35px 70px;
}

.f-layout01 .l-ttl {
  border-bottom: 2px dotted #81D8D0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.f-layout01 .inbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto;
}

.f-layout01 .inbtns .tel {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #3ACCBF;
  border-radius: 25px;
  color: #fff;
  display: block;
  font: 1.6rem/1.5 "Ubuntu", sans-serif;
  font-weight: bold;
  padding: 14px 30px;
  text-align: center;
  width: 200px;
}

.f-layout01 .inbtns .tel span {
  background: url("../images/share/tel_white.svg") left center/auto no-repeat;
  padding-left: 22px;
}

.f-layout01 .inbtns .tel:hover {
  opacity: 0.6;
}

.f-layout01 .inbtns a+a {
  margin-left: 15px;
}

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

.f-layout02 .l-info {
  text-align: center;
}

.f-layout02 .l-info .logo {
  margin-bottom: 40px;
}

.f-layout02 .l-info .l-btn a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #3ACCBF;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: auto;
  padding: 14px 30px;
  text-align: center;
  width: 285px;
}

.f-layout02 .l-info .l-btn a span {
  background: url("../images/share/mail.svg") left center/auto no-repeat;
  padding-left: 25px;
}

.f-layout02 .l-info .l-btn a:hover {
  opacity: 0.6;
}

.f-list01 .item a,
.f-list01 .item .nolink {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  padding: 3px 0 3px 13px;
  position: relative;
}

.f-list01 .item a::before,
.f-list01 .item .nolink::before {
  background: #3ACCBF;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
}

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

.f-list01 .child a {
  display: block;
  margin-left: 25px;
  padding: 3px 0 3px 14px;
  position: relative;
}

.f-list01 .child a::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
}

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

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

.f-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.f-list02>.item+.item {
  margin-left: 60px;
}

.copyright {
  background: #81D8D0;
  color: #fff;
  font-size: 13px;
  font-family: Verdana;
  line-height: 1;
  margin-top: 70px;
  padding: 8px 0;
  text-align: center;
}

.fixed-menu {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
  width: 50px;
}

.fixopen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: 0;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
  width: 440px;
}

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

.fixopen .menu-ttl {
  background: #3ACCBF;
  border-radius: 5px 0 0 5px/5px 0 0 5px;
  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;
  text-align: center;
  width: 50px;
}

.fixcontent {
  background: #81D8D0;
  padding: 50px 30px 55px;
  text-align: center;
  width: 390px;
}

.fixcontent .fix-ttl {
  color: #fff;
  font: bold 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.fix-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.fix-contact .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #00B3CA;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 70px;
  text-align: center;
  width: 32%;
}

.fix-contact .item.item01 {
  background-image: url("../images/share/icon_tel.svg");
  background-position: top 10px center;
}

.fix-contact .item.item02 {
  background-image: url("../images/share/icon_pc.svg");
  background-position: top 13px center;
}

.fix-contact .item.item03 {
  background-image: url("../images/share/icon_access.svg");
  background-position: top 11px center;
}

.fix-contact .item:hover {
  opacity: 0.6;
}

.fix-contact .txt {
  display: block;
  font: 1.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-top: 36px;
}

#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: 500px;
}

.f-map {
  height: 500px;
}

.u-map {
  height: 400px;
}

.youtube {
  height: 400px;
}

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

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

#pagetop a {
  display: block;
}

#pagetop img {
  border: 2px solid #3ACCBF;
  border-radius: 50px;
}

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

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

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

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

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

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

  50% {
    left: -5px;
  }

  100% {
    left: 5px;
  }
}

.page-ttl {
  background: url("../images/share/page-ttl.png") top center/auto 100% no-repeat;
  height: 373px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: auto;
  z-index: 1;
}

.page-ttl h1 {
  font: bold 5rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  max-width: 1024px;
  width: 100%;
}

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

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

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

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

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

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

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

.breadcrumb a {
  color: inherit;
}

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

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

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

/*------------
下層パーツ
--------------*/
.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: 5px 5% 10px 0;
  float: left;
  text-align: center;
  width: 40%;
}

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

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

.l-flexL .l-img {
  width: 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 {
  background: url("../images/share/u-h2.png") bottom center/auto no-repeat;
  font: bold 3.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 50px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 800px) {

  .u-h2,
  .postdata h2 {
    font-size: 2.8rem;
  }
}

.u-h3,
.postdata h3,
.list-post-type01 .list-ttl {
  border-bottom: 2px dotted #81D8D0;
  font: bold 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-h3.number .num,
.postdata h3.number .num,
.list-post-type01 .number.list-ttl .num {
  background: url("../images/share/leaf.svg") no-repeat;
  display: block;
  font: bold 2.8rem/1.5 "Ubuntu", sans-serif;
  padding-left: 40px;
  margin-bottom: 3px;
}

@media screen and (max-width: 800px) {

  .u-h3,
  .postdata h3,
  .list-post-type01 .list-ttl {
    font-size: 2.4rem;
  }

  .u-h3.number .num,
  .postdata h3.number .num,
  .list-post-type01 .number.list-ttl .num {
    background-size: auto 35px;
    font-size: 2.4rem;
    padding-left: 40px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

.u-h4,
.postdata h4 {
  font: bold 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-left: 13px;
  position: relative;
  margin-bottom: 20px;
}

.u-h4::before,
.postdata h4::before {
  background: #81D8D0;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
}

@media screen and (max-width: 800px) {

  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
  }
}

.num-ttl {
  border-bottom: 1px solid #ddd;
  font: 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 0 0 20px 50px;
  position: relative;
  margin-bottom: 20px;
}

.num-ttl i {
  background: #182B42;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  .num-ttl {
    font-size: 2.2rem;
  }
}

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

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

.table-style01 th,
.postdata th {
  background: #3ACCBF;
  border: 1px solid #dddddd;
  color: #fff;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
}

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

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

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

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

.table-style02 th,
.table-style03 th {
  background: #3ACCBF;
  border: 1px solid #dddddd;
  color: #fff;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
}

.table-style02 td,
.table-style03 td {
  border: 1px solid #dddddd;
  padding: 12px 15px;
  vertical-align: top;
  word-break: break-all;
}

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

.table-style02.td-top td,
.table-style03.td-top td {
  vertical-align: top;
}

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

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

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

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

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

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

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

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

.u-btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow_w.svg") right 15px center/auto no-repeat #3ACCBF;
  background-size: 18px auto;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font: bold 1.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 15px 40px 15px 25px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
}

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

@media screen and (max-width: 800px) {
  .u-btn {
    font-size: 1.6rem;
    padding: 15px 30px;
    width: 100%;
  }
}

.u-btn02 {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #F3F8E3;
  border-radius: 16px;
  border: 1px solid #3ACCBF;
  -webkit-box-shadow: 0 3px 0 #3ACCBF;
  box-shadow: 0 3px 0 #3ACCBF;
  color: #3ACCBF;
  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;
  font: 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 10px 40px;
  position: relative;
}

.u-btn02 .arrow {
  background: #3ACCBF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 22px;
  width: 18px;
}

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

@media screen and (max-width: 800px) {
  .u-btn02 {
    font-size: 2.2rem;
    padding: 10px 15px;
  }

  .u-btn02 .txt {
    margin: 0 0.5em;
    text-align: center;
  }
}

.u-btn03 {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/cart-arrow.svg") right 32px center/auto no-repeat;
  border-radius: 30px;
  border: 1px solid;
  color: #3ACCBF;
  display: block;
  font: 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  padding: 10px 75px 10px 30px;
  position: relative;
}

.u-btn03 span {
  background: url("../images/share/cart.svg") left center/auto no-repeat;
  padding-left: 45px;
}

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

@media screen and (max-width: 800px) {
  .u-btn03 {
    background: url("../images/share/cart-arrow.svg") right 15px center/12px no-repeat;
    font-size: 1.8rem;
    padding: 10px 15px 10px 10px;
  }

  .u-btn03 span {
    background-size: 20px auto;
    padding-left: 25px;
  }
}

.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: #5D4020;
  border: 1px solid #5D4020;
  border-radius: 25px;
  color: #fff;
  font: 16px/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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: #5D4020;
}

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

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

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

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

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

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

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

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

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

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

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

.list-anchor-link a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  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;
  right: 0;
  top: 9px;
}

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

.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 #3ACCBF;
  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: #3ACCBF;
  color: #fff;
}

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

.post-type01 .category {
  display: inline-block;
  background: #3ACCBF;
  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 time {
  color: #909090;
  font: 1.5rem/1.5 "Ubuntu", sans-serif;
  margin: 5px 10px 10px 0;
}

.post-type02 .l-ttl {
  font: 1.7rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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: #5DB7CF;
  font: 1.3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  }
}

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

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

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

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

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

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

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

.post-type03_list .single .l-ttl {
  color: #3ACCBF;
  font: 18px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

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

.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: 30px 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 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.u-em01 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(58, 204, 191, 0.4)));
  background: linear-gradient(transparent 60%, rgba(58, 204, 191, 0.4) 60%);
  padding: 0 1em;
}

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

  .u-em01 span {
    padding: 0;
  }
}

.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 #333;
  padding: 25px 30px;
}

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

.l-box01 {
  background: #DAFEF8;
  border-radius: 35px;
  padding: 50px;
}

.l-box01 .box-ttl {
  font: 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
}

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

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

.l-box02 {
  background: #fff;
  border: 1px solid #5DB7CF;
  border-top: 3px solid #5DB7CF;
  padding: 40px;
}

.l-box02 .box-ttl {
  font: 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
}

.l-box02 .box-ttl.nomb {
  margin: auto;
}

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

.l-box03 {
  background: #3ACCBF;
  border-radius: 35px;
  color: #fff;
  padding: 40px 50px;
}

.l-box03 .box-ttl {
  background: url("../images/share/caution.svg") top 6px left/auto no-repeat;
  border-bottom: 2px dotted;
  font: bold 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 0 0 10px 37px;
  margin-bottom: 20px;
}

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

.l-box04 {
  background: -webkit-gradient(linear, right top, left top, from(#cef4ff), color-stop(32%, #48bbe1), to(#0083d6));
  background: linear-gradient(to left, #cef4ff 0%, #48bbe1 32%, #0083d6 100%);
  color: #fff;
  padding: 40px;
}

.l-box04 .box-ttl {
  background: url("../images/share/question@2x.png") top 4px left/24px no-repeat;
  font: 20px/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-left: 38px;
  margin-bottom: 20px;
}

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

.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: #f7f7f7;
  border-top: 2px solid #d7d7d7;
  padding: 30px 40px;
}

.merit-demerit .l-ttl {
  margin-bottom: 20px;
}

.merit-demerit .l-ttl .en {
  font: 2.5rem/1.5 "Ubuntu", sans-serif;
  margin-right: 0.5em;
}

.merit-demerit .l-ttl .jp {
  font: 1.4rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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: auto;
  max-width: 800px;
  width: 100%;
}

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

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

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

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

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

.u-contents {
  font: 15px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-step .step .num {
  color: #3ACCBF;
  font: 28px/1 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: -15px;
  left: 1em;
  margin: auto;
  text-align: center;
  text-transform: capitalize;
}

.u-step .step .s-ttl {
  font: 20px/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

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

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

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

  .u-step .step::after {
    border-width: 6px 6px 0 6px;
    border-color: #3ACCBF 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: 20px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.u-caption span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(58, 204, 191, 0.1)));
  background: linear-gradient(transparent 60%, rgba(58, 204, 191, 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
--------------*/
.flex_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex_col2 .item {
  margin: 0 15px 15px 0;
}

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

  .flex_col2 .item {
    margin: 0 auto 15px;
  }
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.l-style01.reverse {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

.l-style01 .num {
  display: inline-block;
  color: #5DB7CF;
  font: 3rem/1 "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.l-style01 .l-ttl {
  font: 2.5rem/1.8 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5DB7CF;
  font: 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl::before {
  content: "";
  background: #5DB7CF;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}

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

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

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

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

  .l-style01 .l-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.patient-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 30px 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px 30px;
  font-size: 1.3rem;
}

.patient-data dt {
  background: #5DB7CF;
  border-radius: 5px;
  color: #fff;
  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;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.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 #3ACCBF;
  display: block;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.u-post .single:hover {
  -webkit-box-shadow: 0 0 10px rgba(58, 204, 191, 0.3);
  box-shadow: 0 0 10px rgba(58, 204, 191, 0.3);
}

.u-post .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.u-post .info .time {
  color: #909090;
  font: 1.5rem/1.4 "Ubuntu", sans-serif;
  margin-right: 20px;
}

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

.u-post .ttl {
  border-bottom: 1px dotted #BABABA;
  color: #3ACCBF;
  font: 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

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

  .u-post .single {
    padding: 25px;
  }

  .u-post .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .u-post .info .time {
    font-size: 1.3rem;
    margin-right: 15px;
  }

  .u-post .info .category {
    font-size: 1.2rem;
  }

  .u-post .ttl {
    font-size: 2rem;
  }
}

/*------------
下層paged
--------------*/
.company-box {
  background: #DAFEF8;
  border-radius: 15px;
  padding: 50px;
}

.company-box .box-ttl {
  border-bottom: 2px dotted #81D8D0;
  font: bold 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

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

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

  .company-box .box-ttl {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

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

.company-layout .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 5px solid #3ACCBF;
  border-radius: 35px;
  display: block;
  padding: 30px;
}

.company-layout .single:hover {
  opacity: 0.6;
}

.company-layout .btn {
  background: url("../images/share/arrow_b.svg") right center/auto no-repeat;
  font: bold 2.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

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

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

  .company-layout .btn {
    font-size: 2rem;
  }
}

.honten-box {
  border: 5px solid #3ACCBF;
  border-radius: 35px;
  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;
  padding: 50px;
}

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

.honten-box .l-img {
  background: #DAFEF8;
  border-radius: 20px;
  margin-left: 40px;
  padding: 35px 30px;
  text-align: center;
  width: 320px;
}

.honten-box .box-ttl {
  background: url("../images/under/u-bird.svg") no-repeat;
  background-position: top left 70px;
  font: bold 2.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 70px 0 0;
  margin-bottom: 30px;
  text-align: center;
}

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

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

  .honten-box .box-ttl {
    background-position: top center;
    font-size: 2rem;
    padding: 100px 0 0;
  }
}

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

.service-list .single {
  border-radius: 35px;
  border: 5px solid #3ACCBF;
  padding: 25px 30px 30px;
}

.service-list .l-ttl {
  border-bottom: 2px dotted #81D8D0;
  font: bold 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
  padding: 0 0 10px 40px;
  position: relative;
}

.service-list .l-ttl .num {
  color: #3ACCBF;
  position: absolute;
  top: 0;
  left: 0;
  font: bold 2rem/1.5 "Ubuntu", sans-serif;
}

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

.service-list .inflex .l-img {
  margin-right: 20px;
  text-align: center;
  width: 120px;
}

.service-list .inflex .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  .service-list .single {
    padding: 25px;
  }

  .service-list .inflex {
    display: block;
  }

  .service-list .inflex .l-img {
    margin: 0 auto 30px;
    width: 80%;
  }
}

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

.home-care-list .single {
  background: #E8FBF8;
  border-radius: 20px;
  padding: 35px 20px 25px;
  text-align: center;
}

.home-care-list .l-ttl {
  font: bold 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  .home-care-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }

  .home-care-list .single {
    padding: 25px 15px;
  }

  .home-care-list .l-img {
    margin: auto;
    width: 80%;
  }

  .home-care-list .l-ttl {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

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

.medicine-list .single {
  background: #DAFEF8;
  border-radius: 35px;
  padding: 30px 30px 35px;
}

.medicine-list .list-ttl {
  font: bold 2.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

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

  .medicine-list .single {
    padding: 25px;
  }

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

.parts-flow-box {
  -webkit-box-shadow: 0 3px 0 #3ACCBF;
  box-shadow: 0 3px 0 #3ACCBF;
  background: #F3F8E3;
  border-radius: 16px;
  border: 1px solid #3ACCBF;
  padding: 30px 50px;
}

.parts-flow-box .box-ttl {
  color: #3ACCBF;
  font: 3.5rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

.parts-flow-box .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parts-flow-box .inflex .l-img {
  text-align: center;
  max-width: 120px;
}

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

.parts-flow-arrrow {
  margin: 30px auto;
  text-align: center;
}

.parts-flow-ttl {
  font: 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  position: relative;
  text-align: center;
}

.parts-flow-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(58, 204, 191, 0.47)));
  background: linear-gradient(transparent 80%, rgba(58, 204, 191, 0.47) 80%);
  padding: 0 0.2em;
}

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

  .parts-flow-box .box-ttl {
    font-size: 2.8rem;
  }

  .parts-flow-box .inflex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .parts-flow-box .inflex .l-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
  }

  .parts-flow-ttl {
    font-size: 2.5rem;
  }
}

.bion-single {
  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 wrap;
  flex-flow: row-reverse wrap;
  margin-top: 80px;
  position: relative;
}

.bion-single.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.bion-single.reverse .l-desc {
  margin-right: 0;
  margin-left: 40px;
}

.bion-single .l-img {
  text-align: center;
  max-width: 40%;
}

.bion-single .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

.bion-single .inbox {
  background: #F3F8E3;
  border-radius: 20px;
  padding: 80px 30px 60px;
  position: relative;
}

.bion-single .inbox .num {
  position: absolute;
  top: -45px;
  left: 25px;
  font: 6.6rem/1 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.bion-single .inbox .box-ttl {
  font: 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 25px;
}

.bion-single .inbox .box-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(58, 204, 191, 0.47)));
  background: linear-gradient(transparent 80%, rgba(58, 204, 191, 0.47) 80%);
}

@media screen and (max-width: 800px) {
  .bion-single {
    display: block;
    margin-top: 60px;
  }

  .bion-single.reverse .l-desc {
    margin: 30px auto 60px;
  }

  .bion-single .l-img {
    max-width: 100%;
  }

  .bion-single .l-desc {
    margin: 30px auto 60px;
  }

  .bion-single .inbox {
    background: #F3F8E3;
    border-radius: 20px;
    padding: 50px 20px 30px;
  }

  .bion-single .inbox .num {
    top: -25px;
    left: 12px;
    font-size: 4rem;
  }

  .bion-single .inbox .box-ttl {
    font-size: 1.8rem;
  }
}

.h3-number {
  margin-bottom: 10px;
}

.production-line-flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr 44px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 44px;
}

.production-line-flow .item {
  background: #F3F8E3;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  text-align: center;
}

.production-line-flow .item:not(:last-child)::after {
  background: #3ACCBF;
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
}

.production-line-flow .item img {
  border-radius: 16px;
}

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

  .production-line-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%);
    top: auto;
    left: 0;
    right: 0;
    bottom: -42px;
    margin: auto;
    height: 15px;
    width: 18px;
  }
}

.hybrid-list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px 1fr 7px 1fr 7px 1fr 7px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 7px;
}

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

  .hybrid-list01 li {
    text-align: center;
  }
}

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

.online-store-list .item {
  border: 1px solid #3ACCBF;
  border-radius: 16px;
  display: block;
  padding: 32px 0 32px 92px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.online-store-list .item.item01 {
  background: url("../images/under/online-store_icon01.png") no-repeat #F3F8E3;
  background-position: left 10px center;
}

.online-store-list .item.item02 {
  background: url("../images/under/online-store_icon02.png") no-repeat #F3F8E3;
  background-position: left 10px center;
}

.online-store-list .item.item03 {
  background: url("../images/under/online-store_icon03.png") no-repeat #F3F8E3;
  background-position: left 10px center;
}

.online-store-list .item.item04 {
  background: url("../images/under/online-store_icon04.png") no-repeat #F3F8E3;
  background-position: left 10px center;
}

.online-store-list .item::after {
  background: #3ACCBF;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
}

@media screen and (max-width: 800px) {
  .online-store-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.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 .item {
  background: #E8FBF8;
  border-radius: 20px;
  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;
}

.list-card .list-ttl {
  border-bottom: 2px dotted #81D8D0;
  font: bold 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

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

.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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-card .item {
    padding: 25px;
  }
}

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

.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 li {
  background: #FDF4E3;
  border: 1px solid #5D4020;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.list-card02 .list-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

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

@media screen and (max-width: 800px) {

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

  .list-card02 li {
    padding: 15px;
  }

  .list-card02 .list-ttl {
    font-size: 18px;
  }
}

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

.list-flow-01 li {
  background: #DAFEF8;
  padding: 35px 30px 30px;
  position: relative;
}

.list-flow-01 li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #3ACCBF;
  position: absolute;
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.list-flow-01 .num {
  color: #3ACCBF;
  font: 2.2rem/1 "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: -0.6em;
  left: 1.2em;
}

.list-flow-01 .list-ttl {
  font: bold 2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.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: 70px 0;
  }

  .list-flow-01 li::after {
    top: inherit;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }
}

.list-flow-02 {
  background: #fff;
  border: 1px solid #ddd;
  padding: 50px;
}

.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 #3ACCBF;
  border-right: 1px solid #3ACCBF;
  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 wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-flow-02 .list-ttl {
  font: 2.2rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  position: relative;
  margin: 0 0 30px;
}

.list-flow-02 .num {
  background: #20304A;
  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 "Ubuntu", sans-serif;
  display: inline-block;
  margin-right: 1.5em;
  padding: 0 10px;
  position: relative;
  letter-spacing: 1px;
  vertical-align: 2px;
  width: 80px;
  white-space: nowrap;
}

@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 {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 32px;
}

.list-flow-03>li {
  background: #5D4020;
  border-radius: 10px;
  position: relative;
  width: 320px;
}

.list-flow-03>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-flow-03>li:last-child::after {
  display: none;
}

.list-flow-03 .num {
  color: #549CBF;
  font: 3rem/1 "Ubuntu", sans-serif;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 1;
}

.list-flow-03 .list-ttl {
  font: 18px/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.list-flow-03 .list-txt {
  font-size: 1.4rem;
  padding: 25px 30px;
}

.list-flow-03 .list-img {
  text-align: center;
  width: 100%;
}

.list-flow-03 .list-img img {
  border-radius: 10px 10px 0 0/10px 10px 0 0;
}

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

  .list-flow-03>li {
    margin: 0 0 70px;
    width: 100%;
  }

  .list-flow-03>li::after {
    top: inherit;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }

  .list-flow-03>li:last-child::after {
    display: none;
  }

  .list-flow-03>li:last-child {
    margin: 0;
  }
}

.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 {
  text-align: center;
  width: 410px;
}

.staff-layout .l-desc {
  margin-right: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.staff-name {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
}

.staff-name .job {
  color: #20304A;
  font: 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.staff-name .name {
  color: #3ACCBF;
  font: 3rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.staff-name .name .ruby {
  color: #909090;
  font: 1.8rem/1.5 "Ubuntu", sans-serif;
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .staff-name {
    margin: 0 auto 30px;
    padding: 0 0 15px;
  }

  .staff-name .job {
    font-size: 1.6rem;
  }

  .staff-name .name {
    font-size: 2.2rem;
  }

  .staff-name .name .ruby {
    font-size: 1.5rem;
  }
}

.staff-box {
  background: #f7f7f7;
  padding: 35px;
}

.staff-box .box-ttl {
  font: 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.8em;
}

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

.u-faq dt::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-faq dt:not(.is-open):hover {
  opacity: 0.5;
}

.u-faq dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.u-faq dt::before,
.u-faq dt::after {
  content: "";
  background: #333;
  position: absolute;
  width: 10px;
  height: 1px;
  left: 15px;
  top: 28px;
}

.u-faq dt {
  background: url("../images/share/que.png") no-repeat #E8FBF8;
  background-position: top 12px left 40px;
  cursor: pointer;
  font: bold 1.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 15px 30px 15px 90px;
  position: relative;
  min-height: 58px;
  margin-bottom: 15px;
}

.u-faq dd {
  background: url("../images/share/ans.png") no-repeat;
  background-position: top 6px left 40px;
  display: none;
  padding: 10px 0 10px 90px;
}

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

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

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

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

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

.list-disc li::before {
  background: #3ACCBF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 13px;
  left: 4px;
  width: 4px;
}

@media screen and (max-width: 800px) {

  .list-disc.col2,
  .list-disc.col3 {
    display: block;
  }

  .list-disc li::before {
    top: 12px;
  }
}

.list-square li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

.list-square li::before {
  background: #3ACCBF;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 8px;
  width: 8px;
}

@media screen and (max-width: 800px) {

  .list-square.col2,
  .list-square.col3 {
    display: block;
  }
}

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

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

.list-block li {
  border: 1px solid #3ACCBF;
  color: #3ACCBF;
  font: 20px/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 800px) {

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

.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: #5D4020;
  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: #549CBF;
  border-radius: 50%;
  border: 2px dotted #fff;
  -webkit-box-shadow: 0 0 0 4px #549CBF;
  box-shadow: 0 0 0 4px #549CBF;
  color: #fff;
  content: attr(data-count);
  display: block;
  font: 2rem/1 "Ubuntu", 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: 30px;
  position: relative;
}

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

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

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

.list-imgnumber .txt {
  padding-left: 30px;
  position: relative;
}

.list-imgnumber .txt::before {
  background: #3ACCBF;
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  display: block;
  font-size: 14px;
  padding-left: 1px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}

.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.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 li {
  background: url("../images/share/check.svg") top 11px left/15px auto no-repeat;
  font-size: 1.6rem;
  padding-left: 24px;
  position: relative;
}

@media screen and (max-width: 800px) {

  .list-check.col2,
  .list-check.col3 {
    display: block;
  }

  .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 {
  color: #3ACCBF;
  border-bottom: 1px solid #c4cfc9;
  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 .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 dt {
  color: #abc111;
  font: 18px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 5px;
}

.l-dl02 dd+dt {
  margin-top: 20px;
}

.ul-career {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.dl-career {
  border-top: 1px dotted #c0c0c0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0;
}

.dl-career dt,
.dl-career dd {
  border-bottom: 1px dotted #c0c0c0;
}

.dl-career dt {
  padding: 5px 0;
  position: relative;
}

.dl-career dd {
  padding: 5px 0 5px 30px;
}

@media screen and (max-width: 800px) {
  .dl-career dt::before {
    top: 15px;
  }
}

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

/*------------
投稿パーツ
--------------*/
/*普通投稿*/
.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: #3ACCBF;
  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: #3ACCBF;
  border: 1px solid #3ACCBF;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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: #3ACCBF;
}

.list-post-type01 .list-btn a:hover::before {
  border-top: 1px solid #3ACCBF;
  border-right: 1px solid #3ACCBF;
}

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

.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-size: 3rem;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #ccc;
  font-size: 1.4rem;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  background: #fff;
  border: 1px solid;
  color: #3ACCBF;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 800px) {
  .l-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: 15px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  margin: 60px 0 0;
}

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

.post-number a:hover {
  color: #3ACCBF;
}

.post-number .current {
  color: #3ACCBF;
  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: #3ACCBF;
  display: block;
  font: 18px YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  padding-top: 3px;
  position: relative;
}

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

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

.postdata a {
  text-decoration: underline;
}

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

.postdata table {
  margin: 15px 0;
}

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

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

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

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

.select-area .select-ttl {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

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

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

.u-tel a {
  background: url("../images/share/phone.png") no-repeat;
  background-size: 18px;
  background-position: center left;
  color: #3ACCBF;
  font: 28px/1 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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 #3ACCBF;
  border-radius: 7px;
  color: #3ACCBF;
  display: inline-block;
  font: 21px/1 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 15px 40px 15px 60px;
}

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

.tel-layout03 {
  background: #fff;
  border: 8px solid #3ACCBF;
  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 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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: #3ACCBF;
  border-radius: 25px;
  color: #fff;
  display: block;
  font: bold 1.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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 {
  background: url("../images/share/tel.svg") top 6px left/auto no-repeat;
  color: #3ACCBF;
  display: inline-block;
  font: bold 2.8rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding-left: 40px;
  white-space: nowrap;
}

.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: #5D4020;
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  padding: 8px 0;
  text-align: center;
}

.l-select .inner {
  font-size: 17px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "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 {
  padding: 5px 10px;
  min-height: auto;
  width: auto;
}

.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: collapse;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

.business-calendar-box .business-calendar caption {
  border-bottom: 2px dotted #BABABA;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0 0 10px;
  text-align: center;
}

.business-calendar-box .business-calendar .business-calendar-past,
.business-calendar-box .business-calendar .business-calendar-future {
  color: #007CB0;
}

.business-calendar-box .business-calendar .business-calendar-past {
  margin-right: 20px;
}

.business-calendar-box .business-calendar .business-calendar-future {
  margin-left: 20px;
}

.business-calendar-box .business-calendar th {
  color: #007CB0;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 0;
}

.business-calendar-box .business-calendar td {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.business-calendar-box .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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: #00B3CA;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr1 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #A0A0A0;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr2 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #182B42;
  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;
  font-size: 1.6rem;
}

.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: #00B3CA;
}

.business-calendar-box .business-calendar-attribute .attr1::before {
  background: #A0A0A0;
}

.business-calendar-box .business-calendar-attribute .attr2::before {
  background: #182B42;
}

.time-table {
  border: 1px solid #3ACCBF;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.5rem;
  width: 100%;
}

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

.time-table th {
  background: #3ACCBF;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}

.time-table th:first-child {
  width: 20%;
}

.time-table tr+tr th {
  border-top: 1px solid #fff;
}

.time-table tr+tr td {
  border-top: 1px solid #ddd;
}

.time-table td {
  background: #fff;
  color: #182B42;
  font-weight: bold;
  padding: 8px 5px;
}

@media screen and (max-width: 800px) {
  .time-table .first {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .time-table th {
    font-size: 1.2rem;
    padding: 3px 5px;
  }

  .time-table th:first-child {
    width: 30%;
  }

  .time-table td {
    font-size: 1.1rem;
    padding: 3px 5px;
  }
}

.time-table-caption {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.time-table-caption .color {
  color: #3ACCBF;
}

@media screen and (max-width: 800px) {
  .time-table-caption {
    font-size: 1.3rem;
  }
}

/*------------
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 {
  position: relative;
}

.u_slider::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  height: 100%;
  width: 100vw;
  z-index: 1;
}

.u_slider .splide__arrow--prev {
  left: -88px;
  width: auto;
}

.u_slider .splide__arrow--next {
  right: -88px;
  width: auto;
}

.u_slider .splide__track {
  overflow: visible;
}

@media screen and (max-width: 800px) {
  .u_slider .splide__arrow--prev {
    left: 15px;
    width: 30px;
  }

  .u_slider .splide__arrow--next {
    right: 15px;
    width: 30px;
  }
}

.u_slider .splide__pagination__page.is-active {
  background: #3ACCBF;
}

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

#under_gallery img {
  margin: auto;
}

#under_gallery_nav {
  padding: 0 25px;
  margin: 20px auto 0;
  max-width: 400px;
  width: 100%;
}

#under_gallery_nav .slick-list {
  z-index: 9;
}

#under_gallery_nav .slick-prev {
  left: 0;
}

#under_gallery_nav .slick-next {
  right: 0;
}

#under_gallery_nav .slick-slide {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#under_gallery_nav .slick-slide.slick-current img {
  border: 1px solid #3ACCBF;
}

#under_gallery_nav .slick-slide img {
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}

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

  .humberger {
    background: #3ACCBF;
    border-radius: 5px;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 100;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

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

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

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

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

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

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

  .sec00-layout {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 5%;
    position: static;
    width: 100%;
  }

  .sec00-layout .l-ttl {
    font-size: 1.8rem;
    margin-top: 1px;
  }

  .sec01 {
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec01-box {
    padding: 30px;
  }

  .sec01-box .inlist {
    display: block;
    padding: 0;
    margin: 40px auto;
  }

  .sec01-box .inlist .item {
    width: 100%;
  }

  .sec01-box .inlist .item+.item {
    margin-top: 50px;
  }

  .sec01-box .inlist .l-img .label {
    font-size: 1.4rem;
    padding-top: 24px;
    top: -24px;
    left: -20px;
    height: 80px;
    width: 80px;
  }

  .sec01-box .inlist .inttl {
    margin-top: 15px;
    font-size: 1.8rem;
  }

  .sec02 {
    margin: 60px auto;
  }

  .sec02-layout {
    display: block;
    margin-top: 50px;
  }

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

  .sec02-layout .l-img img {
    margin: auto;
  }

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

  .sec02-layout .incontent {
    margin: 15px auto 0;
    max-width: none;
    padding: 0;
    width: 90%;
  }

  .sec02-layout .l-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .sec02-layout .l-ttl.icon01 {
    background-size: 80px;
    padding-top: 60px;
  }

  .sec02-layout .l-ttl.icon02 {
    background-size: 80px;
    padding-top: 120px;
  }

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

  .sec03 {
    margin: 60px auto;
  }

  .sec03-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .sec03-box .btn span {
    font-size: 2.2rem;
  }

  .sec04 {
    background-size: auto 100%;
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec04-btn {
    grid-gap: 30px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sec04-btn .item {
    font-size: 2rem;
    padding: 25px 50px 25px 90px;
  }

  .sec04-btn .item.item01,
  .sec04-btn .item.item02 {
    background-size: auto, 50px auto;
    background-position: right 15px center, left 15px center;
  }

  .sec05 {
    margin: 60px auto;
  }

  .sec06 {
    background-size: cover;
    padding: 60px 0;
    margin: 60px auto;
  }

  .sec06-layout .heading {
    display: block;
    margin-bottom: 30px;
  }

  .sec06-layout .heading .l-ttl {
    font-size: 2.2rem;
  }

  .sec06-layout .t-post02 {
    margin-bottom: 30px;
  }

  .sec07 {
    margin: 60px auto;
  }

  .t-post .single {
    display: block;
    padding: 0;
  }

  .t-post .single .time {
    font-size: 1.4rem;
  }

  .t-post .single .ttl {
    margin: 5px 0 0;
  }

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

  .t-post02 .single .l-img {
    height: 120px;
  }

  .table-style01 table,
  .postdata table {
    border-top: 1px solid #dddddd;
  }

  .table-style01 table colgroup,
  .postdata table colgroup {
    display: none;
  }

  .table-style01 table th,
  .postdata table th,
  .table-style01 table 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;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .table-scroll-sp .table-style02 {
    width: 250%;
  }

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

  .postdata table table {
    border-top: 1px solid #dddddd;
  }

  .postdata table table colgroup {
    display: none;
  }

  .postdata table table th,
  .postdata table 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;
  }

  #fix_schedule {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #fix_schedule.active .openbtn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #fix_schedule.active .content {
    bottom: 50px;
  }

  #fix_schedule .inner {
    position: relative;
  }

  #fix_schedule .openbtn {
    border-radius: 0;
    padding: 13px 30px 0 0;
    height: 50px;
    width: 100%;
    z-index: 99;
  }

  #fix_schedule .openbtn::after {
    display: inline-block;
    position: static;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 17px;
  }

  #fix_schedule .content {
    top: auto;
    left: 0;
    right: 0;
    bottom: -320px;
    width: 100%;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }

  .footer {
    padding: 50px 0;
  }

  .f-layout01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .f-layout01 .single {
    padding: 30px;
  }

  .f-layout01 .l-ttl {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .f-layout02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-layout02 .l-info .l-btn a {
    width: 80%;
  }

  .f-layout03 {
    padding: 0;
  }

  .f-layout03 .f-list02 {
    margin: auto;
    padding: 30px 0 0;
    width: 90%;
  }

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

  .f-list01 .item a,
  .f-list01 .item .nolink {
    padding: 3px 0 3px 10px;
  }

  .f-list01 .child a {
    margin-left: 1em;
  }

  .f-list01 .child a::before {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 17px;
    left: 0;
    width: 6px;
  }

  .f-list02 {
    display: block;
    padding: 0;
  }

  .f-list02>.item+.item {
    margin: 15px auto 0;
  }

  #fixnavi_pc {
    display: none;
  }

  #fixnavi_sp {
    background: #3ACCBF;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 101;
  }

  #fixnavi_sp .item {
    border-right: 1px solid #fff;
    font: bold 1rem/1.4 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    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 .home {
    background: url("../images/share/fix_home.svg") no-repeat;
    background-position: top 10px center;
  }

  #fixnavi_sp .tel {
    background: url("../images/share/fix_tel.svg") no-repeat;
    background-position: top 10px center;
  }

  #fixnavi_sp .contact {
    background: url("../images/share/mail.svg") no-repeat;
    background-position: top 10px center;
  }

  #fixnavi_sp .line {
    background: url("../images/share/fix_line.svg") no-repeat #19B929;
    background-position: top 7px center;
  }

  .navihumberger {
    position: relative;
  }

  .navihumberger span {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.5px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .navihumberger span:nth-of-type(1) {
    top: 18px;
  }

  .navihumberger span:nth-of-type(2) {
    top: 25px;
  }

  .navihumberger span:nth-of-type(3) {
    top: 32px;
  }

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

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

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

  /*------------
  下層レイアウト
  --------------*/
  #under {
    padding: 40px 0 0;
  }

  .copyright {
    margin-top: 30px;
    padding: 15px 0;
  }

  .breadcrumb {
    padding: 8px 3%;
    font-size: 10px;
    line-height: 1.4;
    margin: auto;
    width: 100%;
  }

  #main {
    overflow: hidden;
  }

  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-flex_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }

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

  /*------------
  下層common
  --------------*/
  .u-em02 {
    font-size: 1.8rem;
  }

  /*------------
  Commmon
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .header-frame {
    position: relative;
  }

  .h-layout01 {
    display: block;
    padding: 20px 3%;
  }

  .h-layout01.front .logo {
    display: block;
  }

  .h-layout01 .t-logo {
    display: none;
  }

  .h-layout01 .logo {
    width: 150px;
  }

  .h-layout01 .h-list {
    display: none;
  }

  .hero_space {
    margin: auto;
  }

  .hero {
    background: none;
    height: auto;
  }

  .hero .hero_img {
    display: block;
    text-align: right;
  }

  .hero_txt {
    font-size: 2.2rem;
    top: 40px;
    right: 12%;
  }

  /* ナビ本体 */
  .g-navi {
    padding: 0;
    margin: auto;
    width: auto;
  }

  .g-navi-frame {
    padding: 0;
  }

  .g-navi_close {
    display: none;
  }

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

  .pc-navi_list .item {
    width: 48%;
  }

  .pc-navi_list .item>a {
    font-size: 15px;
    padding: 6px 0 6px 20px;
  }

  .pc-navi_list .item>a::before {
    font-size: 15px;
    top: 10px;
  }

  .sp-navi {
    background: #fff;
    border: 3px solid #3ACCBF;
    -webkit-text-size-adjust: 100%;
    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: 15px 15px 65px;
    z-index: 99;
  }

  .sp-navi.is-open {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
  }

  .sp-navi_list {
    margin: 0 auto 30px;
  }

  .sp-navi_list .item {
    border-bottom: 1px solid #ddd;
  }

  .sp-navi_list .item>a,
  .sp-navi_list .item .parent {
    display: block;
    font: 1.6rem/1.5 YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 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: #3ACCBF transparent transparent transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .sp-navi-haschild>a {
    width: 90%;
  }

  .sp-navi_child {
    display: block;
    display: none;
    margin: 10px 0 20px;
    padding-left: 15px;
  }

  .sp-navi_child .item a {
    font-size: 1.6rem;
    padding: 8px 0;
  }

  .sp-navi_child .grandsun a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.4em;
    position: relative;
  }

  .sp-navi_child .grandsun02 a {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0.3em;
    padding: 0 10px;
    position: relative;
  }

  .sp-navi_child .grandsun02 a::before {
    content: "- ";
  }

  .sp-info {
    background: #3ACCBF;
    padding: 20px;
  }

  .sp-navi_time {
    display: table;
    margin: 0 auto 30px;
  }

  .sp-navi_time dl+dl {
    margin-top: 10px;
  }

  .sp-navi_time dt,
  .sp-navi_time dd {
    display: inline-block;
  }

  .sp-navi_time dt {
    width: 5em;
    background: #54C0E8;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    vertical-align: top;
  }

  .u-slider .slick-dots {
    position: static;
    margin-top: 15px;
  }

  .u-slider .slick-arrow_custom.prev span {
    left: -10px;
  }

  .u-slider .slick-arrow_custom.next span {
    right: -10px;
  }

  #under_gallery_nav .slick-prev,
  #under_gallery_nav .slick-next {
    height: 20px;
    width: 20px;
  }

  #under_gallery_nav .slick-slide img {
    height: 60px;
    width: 80px;
  }

  .contact-form colgroup {
    display: none;
  }

  .contact-form table {
    margin: 0 0 30px;
  }

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

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

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

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

  .contact-form .btn {
    margin-top: 1em;
  }

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

  .contact-form .birthday select {
    width: auto;
  }

  .contact-form .birthday .year,
  .contact-form .birthday .month {
    margin: 0 5px;
  }

  .contact-form .birthday .day {
    margin-left: 5px;
  }

  .contact-form table,
  .contact-form tbody,
  .contact-form tr {
    display: block;
  }

  .contact-form input[type=file] {
    display: block;
    max-width: 80%;
  }

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

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

.u-section .contact-form .submit-btn [type=submit] {
  background: #3ACCBF;
  border-color: #3ACCBF;
}
