@charset "UTF-8";
/*-----------------------------------------------------------
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-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  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.8em;
}

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

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

th {
  text-align: left;
  font-size: 100%;
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #72b88e;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.anchor {
  pointer-events: none;
  margin-top: 0;
  padding-top: 0;
}

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

/*------------
Header
--------------*/
.header {
  background: #fff;
  width: 100%;
}

.h-wrapper {
  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;
  padding: 15px 2.5vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-logo {
  width: 100%;
  max-width: 290px;
  margin-right: 15px;
}

.h-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-contents .item + .item {
  margin-left: 20px;
}
.h-contents .tel {
  display: inline-block;
  color: #ff996d;
  font-family: "Arvo", serif;
  font-size: 23px;
  line-height: 1.3;
}
.h-contents .txt {
  font-size: 15px;
  line-height: 1.5;
}
.h-contents .btn {
  display: inline-block;
  background: #ff996d;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  text-align: center;
  padding: 16px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.h-contents .btn i {
  display: inline-block;
  width: 17px;
  margin-right: 10px;
}
.h-contents .btn:hover {
  opacity: 0.5;
}

.h-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px 1fr;
  grid-template-columns: 70px 1fr;
  grid-gap: 5px 10px;
}
.h-time dt {
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  padding: 1px 5px 0;
}

/*------------
G-navi
--------------*/
.pc-navi {
  background-color: #72b88e;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 10;
}
.pc-navi > ul {
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  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;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.pc-navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.pc-navi > ul > li > a {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 0 15px;
  line-height: 100px;
  overflow: hidden;
}
.pc-navi > ul > li > a::after {
  content: "";
  background: #fff;
  width: calc(100% - 30px);
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.pc-navi > ul > li > a:hover::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.dropdown-nav {
  display: none;
  border-top: 1px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
}
.dropdown-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
}
.dropdown-nav .ttl {
  border-right: 1px solid #c8c8c8;
  width: 25%;
}
.dropdown-nav .ttl .txt01 {
  display: block;
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.dropdown-nav .ttl .txt02 {
  display: block;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 16px;
}
.dropdown-nav .desc {
  width: 70%;
}
.dropdown-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1%;
}
.dropdown-nav ul li {
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  text-align: center;
  margin: 0 1% 1% 0;
  width: 24%;
}
.dropdown-nav ul li:nth-child(4n) {
  margin: 0 0 1%;
}
.dropdown-nav ul a {
  display: block;
  background: #ff996d;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  text-align: center;
  padding: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
.dropdown-nav ul 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);
}
.dropdown-nav ul a:hover {
  opacity: 0.5;
}

.overlay {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 105;
}
.overlay.is-on {
  pointer-events: auto;
  opacity: 1;
}

.sp-navi,
.sp-fixed-btns {
  display: none;
}

.fixed-menu {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
  z-index: 100;
  -webkit-transform: translate(445px, -50%);
          transform: translate(445px, -50%);
}
.fixed-menu .item {
  background: #ff996d;
  border-radius: 4px 0 0 4px;
  padding: 35px 20px 35px;
  width: 500px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed-menu .item + .item {
  margin-top: 10px;
}
.fixed-menu .item:hover {
  -webkit-transform: translateX(-445px);
          transform: translateX(-445px);
}
.fixed-menu .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
.fixed-menu .ttl i {
  margin-bottom: 10px;
}
.fixed-menu .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
.fixed-menu .txt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.fixed-menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-menu .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  width: 48%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.fixed-menu .btn .small {
  display: block;
  font-family: "Arvo", serif;
  font-size: 10px;
  margin-top: 5px;
}
.fixed-menu .btn::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateZ(0) scaleX(0);
          transform: translateZ(0) scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.fixed-menu .btn:not(.tel):hover::before {
  -webkit-transform: translateZ(0) scaleX(1);
          transform: translateZ(0) scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.fixed-menu.is-open .item {
  -webkit-transform: translateX(-445px);
          transform: translateX(-445px);
}

/*------------
Hero
--------------*/
.hero {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}

/*------------
Hero01
--------------*/
.hero01 .hero-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hero01 .hero-bg div {
  width: 100%;
  height: 100%;
}
.hero01 .hero-bg .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero01 .hero-bg .slide01 {
  background: url(../images/hero01.jpg) no-repeat center/cover;
}
.hero01 .hero-bg .slide02 {
  background: url(../images/hero02.jpg) no-repeat center/cover;
}
.hero01 .hero-bg .slide03 {
  background: url(../images/hero03.jpg) no-repeat center/cover;
}
.hero01 .hero-bg .slick-dots {
  width: auto;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.hero01 .hero-ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.hero01 .hero-ttl .ttl {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.hero01 .hero-ttl .txt {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
}

/*------------
Hero02
--------------*/
.hero02 {
  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;
}
.hero02::before {
  background: #F1F1F1;
  content: "";
  display: block;
  height: 100vh;
  width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero02 .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}
.hero02 .hero-bg {
  margin-left: auto;
  width: 650px;
}
.hero02 .hero-bg .slick-dots {
  text-align: right;
  bottom: -25px;
}
.hero02 .hero-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.hero02 .hero-ttl .ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-weight: bold;
  font-size: 65px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.hero02 .hero-ttl .txt {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
}
.hero02 .hero-ttl .txt-en {
  color: #efeeee;
  font-family: "Arvo", serif;
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  position: absolute;
  top: -100px;
  left: -35px;
  z-index: -1;
}

/*------------
Hero03
--------------*/
.hero03 .hero-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hero03 .hero-bg div {
  width: 100%;
  height: 100%;
}
.hero03 .hero-bg .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero03 .hero-bg .slide01 {
  background: url(../images/hero01.jpg) no-repeat center/cover;
}
.hero03 .hero-bg .slide02 {
  background: url(../images/hero02.jpg) no-repeat center/cover;
}
.hero03 .hero-bg .slide03 {
  background: url(../images/hero03.jpg) no-repeat center/cover;
}
.hero03 .hero-bg .slick-dots {
  width: auto;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.hero03 .hero-ttl {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.hero03 .hero-ttl .ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-weight: bold;
  font-size: 65px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.hero03 .hero-ttl .txt {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
}

.slide-start.l {
  -webkit-animation: slide-left 15s linear forwards;
          animation: slide-left 15s linear forwards;
}

.slide-start.r {
  -webkit-animation: slide-right 15s linear forwards;
          animation: slide-right 15s linear forwards;
}

.slide-start.z {
  -webkit-animation: slide-zoom 15s linear forwards;
          animation: slide-zoom 15s linear forwards;
}

@media all and (-ms-high-contrast: none) {
  .slide-start.l,
.slide-start.r,
.slide-start.z {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-50px);
            transform: scale(1.1) translateX(-50px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-50px);
            transform: scale(1.1) translateX(-50px);
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(50px);
            transform: scale(1.1) translateX(50px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(50px);
            transform: scale(1.1) translateX(50px);
  }
}
@-webkit-keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*------------
Top contents
--------------*/
main {
  background: #fff;
}

.t-btn,
.u-btn,
.btn-more {
  display: inline-block;
  background: #72b88e;
  border-radius: 25px;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  min-width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.t-btn.clear,
.u-btn.clear,
.btn-more.clear {
  background: transparent;
  border: 1px solid #fff;
}
.t-btn::before,
.u-btn::before,
.btn-more::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);
}
.t-btn:hover,
.u-btn:hover,
.btn-more:hover {
  opacity: 0.5;
}

.btn-more {
  font-size: 12px;
  min-width: 0;
  padding: 7px 10px 7px 25px;
}

.u-btn + .u-btn {
  margin-left: 15px;
}

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

.t-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.t-ttl .txt01 {
  color: #505c55;
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 32px;
  margin-bottom: 15px;
}
.t-ttl .txt02 {
  color: #ff996d;
  display: block;
  font-family: "Arvo", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.t-ttl.white .txt01, .t-ttl.white .txt02 {
  color: #fff;
}

.sec01 {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.sec01-layout {
  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;
  padding: 0 0 0 calc((100% - 1024px)/2);
  margin-bottom: 85px;
  z-index: 0;
}
.sec01-layout .l-img {
  width: 56.64%;
  margin: 0 0 0 4.88%;
}
.sec01-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec01-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
}
.sec01-layout .l-ttl .txt01 {
  color: #505c55;
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 30px;
  margin-bottom: 15px;
}
.sec01-layout .l-ttl .txt02 {
  color: #ff996d;
  display: block;
  font-family: "Arvo", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec01-layout .l-btn {
  margin-top: 50px;
}
.sec01-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 calc((100% - 1024px)/2) 0 0;
}
.sec01-layout.reverse .l-img {
  text-align: right;
  margin: 0 4.88% 0 0;
}

.sec01-layout-small {
  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;
  margin-bottom: 50px;
}
.sec01-layout-small .l-img {
  width: 460px;
  margin: 0 0 0 50px;
}
.sec01-layout-small .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec01-layout-small .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
}
.sec01-layout-small .l-ttl .txt01 {
  display: block;
  font-family: "Arvo", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.sec01-layout-small .l-ttl .txt02 {
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 16px;
}
.sec01-layout-small .l-btn {
  margin-top: 30px;
}
.sec01-layout-small.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec01-layout-small.reverse .l-img {
  text-align: right;
  margin: 0 50px 0 0;
}

.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec01-list::after {
  content: "";
  width: 32.22%;
}
.sec01-list > li {
  border: 1px solid #eeeeee;
  width: 32.22%;
}
.sec01-list .list-img {
  text-align: center;
}
.sec01-list .list-desc {
  padding: 40px 30px;
}
.sec01-list .num {
  display: block;
  color: #ff996d;
  font-family: "Arvo", serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.sec01-list .list-ttl {
  text-align: center;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 21px;
  margin-bottom: 20px;
}

.sec02 {
  background: url("../images/sec02_bg.jpg") center;
  padding: 80px 0;
}

.sec02-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.sec02-layout .l-img {
  width: 670px;
}
.sec02-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 60px;
  position: relative;
  margin: 60px 0 0 -60px;
  z-index: 0;
}
.sec02-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
}
.sec02-layout .l-ttl .txt01 {
  border-bottom: 1px solid #72b88e;
  color: #72b88e;
  display: inline-block;
  font-family: "Arvo", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec02-layout .l-ttl .txt02 {
  color: #505c55;
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 27px;
  margin-top: 15px;
}
.sec02-layout .l-btn {
  margin-top: 30px;
}
.sec02-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec02-layout.reverse .l-desc {
  margin: 60px -60px 0 0;
}

.sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec02-list li {
  margin: 0 7.5px;
  text-align: center;
  width: calc(100% / 3 - 15px);
}
.sec02-list li:nth-child(n+4) {
  margin-top: 20px;
}
.sec02-list a {
  display: block;
  background: #fff;
  border: 1px solid #72b88e;
  height: 100%;
  padding: 40px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec02-list a:hover {
  opacity: 0.6;
}
.sec02-list .list-img {
  margin-bottom: 30px;
}
.sec02-list .list-ttl {
  line-height: 1;
}
.sec02-list .list-ttl .txt01 {
  color: #ff996d;
  display: inline-block;
  font-family: "Arvo", serif;
  font-size: 14px;
}
.sec02-list .list-ttl .txt02 {
  color: #505c55;
  display: block;
  font-family: "Arvo", serif;
  font-size: 20px;
  margin-top: 15px;
}
.sec02-list .list-desc {
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.sec03 {
  padding: 60px 0;
}

.sec03-layout {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px;
  font-size: 14px;
  min-height: 255px;
  position: relative;
}
.sec03-layout .l-ttl {
  line-height: 1;
  width: 260px;
  position: relative;
}
.sec03-layout .l-ttl .txt01 {
  display: block;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 30px;
  margin-bottom: 20px;
}
.sec03-layout .l-ttl .txt02 {
  display: block;
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec03-layout .l-btn {
  position: absolute;
  top: 160px;
  left: 80px;
}
.sec03-layout .sub-ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec03-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec03-layout .l-desc p + p {
  margin-top: 15px;
}

.sec04 {
  background: #fafafa;
  padding: 70px 0;
}

.sec04-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec04-layout .item {
  width: 49.02%;
}
.sec04-layout a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec04-layout a:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec04-layout .item-img {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.sec04-layout .item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec04-layout .item-desc {
  padding: 20px 40px 30px;
}
.sec04-layout .item-ttl {
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sec04-layout .item-ttl .txt01 {
  display: block;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 21px;
  margin-bottom: 15px;
}
.sec04-layout .item-ttl .txt02 {
  display: block;
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.sec05 {
  background: #fff;
  padding: 70px 0;
}

.sec05-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec05-wrapper > .item {
  width: 48%;
}

.sec05-dl {
  overflow: hidden;
  line-height: 1.7;
}
.sec05-dl dt {
  clear: both;
  font-family: "FP-HiraginoUDSansStdN-W5";
  float: left;
}
.sec05-dl dd {
  padding-left: 90px;
}

.sec06 {
  background: #f6f5ee;
  padding: 60px 0;
}

.sec06-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 150px;
}
.sec06-layout .l-intro {
  width: 25.48%;
}
.sec06-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec06-layout .l-ttl {
  line-height: 1.5;
}
.sec06-layout .l-ttl .txt01 {
  color: #505c55;
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 27px;
  margin-bottom: 10px;
}
.sec06-layout .l-ttl .txt02 {
  color: #ff996d;
  display: block;
  font-family: "Arvo", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec06-layout .l-ttl.white {
  color: #fff;
}
.sec06-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec07 {
  background: #72b88e;
  color: #fff;
  padding: 60px 0;
}

.map-layout {
  position: relative;
}
.map-layout iframe {
  vertical-align: bottom;
}
.map-layout .l-desc {
  background: #fff;
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
}
.map-layout .l-logo {
  margin-bottom: 25px;
  text-align: center;
}
.map-layout .l-logo .logo {
  width: 180px;
}
.map-layout .l-logo .sns {
  width: 30px;
  margin: 5px 0 0 20px;
}
.map-layout .inner {
  display: table;
  margin: 0 auto;
}
.map-layout .address {
  margin-bottom: 15px;
}
.map-layout .tel {
  border-bottom: 2px solid #72b88e;
  display: inline-block;
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.map-layout .l-dl {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  overflow: hidden;
  margin: 0 0 25px -8px;
}
.map-layout .l-dl dt {
  float: left;
  margin-bottom: 10px;
}
.map-layout .l-dl dd {
  padding: 0 0 0 100px;
  margin-bottom: 10px;
}

.sec08 {
  background: #f6f5ee;
  padding: 60px 0;
}

.sec08-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 170px;
}
.sec08-layout .l-intro {
  width: 25.48%;
}
.sec08-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec08-layout .l-ttl {
  line-height: 1.5;
}
.sec08-layout .l-ttl .txt01 {
  color: #505c55;
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 27px;
  margin-bottom: 10px;
}
.sec08-layout .l-ttl .txt02 {
  color: #ff996d;
  display: block;
  font-family: "Arvo", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec08-layout .l-ttl.white {
  color: #fff;
}
.sec08-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*------------
Footer
--------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}
.pagetop a {
  border-radius: 50%;
  display: inline-block;
  background: #72b88e;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 18px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pagetop a::before {
  content: "";
  position: absolute;
  background: #ff996d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateZ(0) scaleY(0);
          transform: translateZ(0) scaleY(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.pagetop a:hover::before {
  -webkit-transform: translateZ(0) scaleY(1);
          transform: translateZ(0) scaleY(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.footer {
  background: #d9eae5;
}
.footer .container {
  padding: 60px 0;
}

.f-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.f-utility {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.f-logo {
  margin-bottom: 20px;
}

.f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.f-sns li + li {
  margin-left: 15px;
}
.f-sns a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.f-sns a:hover {
  opacity: 0.5;
}

.site-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-map > ul + ul {
  margin-left: 50px;
}
.site-map > ul > li + li {
  margin-top: 5px;
}
.site-map > ul > li ul li::before {
  content: "-";
  margin-right: 5px;
}
.site-map a:not(.no-link) {
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72b88e), to(#72b88e));
  background-image: linear-gradient(#72b88e, #72b88e);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-map a:not(.no-link):hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.f-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-bnr li {
  width: 24%;
  margin-right: 1.3%;
}
.f-bnr li:nth-child(4n) {
  margin-right: 0;
}
.f-bnr li:nth-child(n+5) {
  margin-top: 2%;
}
.f-bnr a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.f-bnr a:hover {
  opacity: 0.5;
}

.copyright {
  background: #72b88e;
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  font-size: 14px;
  line-height: 35px;
}

/*------------
Under layout
--------------*/
.page-ttl {
  background: #f6f5ee;
  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;
  height: 300px;
  width: 100%;
}
.page-ttl h1 .txt01 {
  display: block;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-size: 45px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.page-ttl h1 .txt02 {
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
}

.breadcrumb ul {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 12px;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents p + p {
  margin-top: 15px;
}

/*------------
Under parts
--------------*/
.u-h2 {
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.u-h2::after {
  content: "";
  background: #72b88e;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-h3,
.postdata h3 {
  border-bottom: 3px solid #eee;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.u-h3::before,
.postdata h3::before {
  content: "";
  background: #72b88e;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.u-h4,
.postdata h4 {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.u-h4::before,
.postdata h4::before {
  content: "";
  background: #72b88e;
  width: 10px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}

.txt-message {
  display: table;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.txt-message span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eee));
  background: linear-gradient(transparent 60%, #eee 60%);
}

.num-ttl {
  border-bottom: 2px solid #eee;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.num-ttl .num {
  background: #72b88e;
  display: inline-block;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}
.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #72b88e;
  position: absolute;
  top: 0;
  right: -7px;
}

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

.tall {
  overflow: hidden;
  padding: 70px 0;
}
.tall:nth-child(2n) {
  background: #fafafa;
}
.tall.no-hidden {
  overflow: visible;
}

.l-imgR,
.l-imgL {
  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;
}
.l-imgR .l-ttl,
.l-imgL .l-ttl {
  border-bottom: 1px solid #72b88e;
  color: #333;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}
.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 25%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}
.fl-imgR.small,
.fl-imgL.small {
  width: 25%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.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;
  z-index: 0;
}
.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: #72b88e;
  font-family: "Arvo", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}
.l-style01 .num i {
  font-size: 20px;
  margin-right: 5px;
}
.l-style01 .l-ttl {
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 25px;
  line-height: 1.8;
  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: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style01 .sub-ttl::before {
  content: "";
  background: #ff996d;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}
.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-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
}
.l-style02 .l-img {
  width: 40%;
  z-index: 1;
}
.l-style02 .l-desc {
  background: #f5f5f5;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-style02 .l-ttl {
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 25px;
  margin-bottom: 20px;
}
.l-style02 .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style02 .sub-ttl::before {
  content: "";
  background: #ff996d;
  width: 30px;
  height: 1px;
  margin-right: 30px;
}
.l-style02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}
.l-style02.white .l-desc {
  background: #fff;
}

.l-style03 {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}
.l-style03::before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-style03 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.l-style03 .l-img {
  width: 55%;
  margin-right: 5%;
}
.l-style03 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
.l-style03 .l-ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 15px;
}
.l-style03 .sub-ttl {
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

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

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

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

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-disc li:before {
  background: #72b88e;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding: 0 0 0 25px;
}
.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #72b88e;
  border-bottom: 3px solid #72b88e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  line-height: 2;
  padding: 0 0 0 32px;
  position: relative;
}
.list-num > li:before {
  background: #72b88e;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "Arvo", serif;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 1px;
  width: 20px;
  height: 20px;
}
.list-num.column2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.list-num.column3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 5px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 5px;
}

.list-card > li {
  border: 2px solid #eee;
  background: #fff;
  padding: 25px;
}
.list-card .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card .num {
  display: block;
  color: #607D8B;
  font-family: "Arvo", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.list-card .list-ttl {
  border-bottom: 1px solid #72b88e;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card-flow > li {
  background: #f5f5f5;
  padding: 25px;
  position: relative;
}
.list-card-flow > li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #72b88e;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.list-card-flow > li:last-child::after {
  display: none;
}
.list-card-flow.col2 > li::after {
  right: -27px;
}
.list-card-flow.col3 > li::after {
  right: -21px;
}
.list-card-flow.col4 > li::after {
  right: -17px;
}
.list-card-flow .list-ttl {
  display: block;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.list-card-flow .num {
  background: #72b88e;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Arvo", serif;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.list-card-flow .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-price > li .intro {
  border-bottom: 1px dotted #c4cfc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  padding: 0 0 5px;
}
.list-price > li .desc {
  color: #747474;
  font-size: 13px;
  padding: 5px 0 0;
}
.list-price > li + li {
  margin-top: 20px;
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 15px;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link li:last-child::after {
  display: none;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.list-anchor-link a::before {
  content: "";
  background: url(../images/share/ico_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.list-anchor-link a:hover {
  text-decoration: underline;
}

.dl-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-style01 dt {
  color: #ff996d;
  background: #edefe8;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 10px;
  width: 25%;
}
.dl-style01 dt .num {
  display: block;
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.dl-style01 dd {
  background: #f6f7f3;
  font-size: 15px;
  padding: 20px;
  margin-bottom: 10px;
  width: 75%;
}

.dl-style02 dt {
  border-bottom: 1px dashed #ccc;
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dl-style02 dd + dt {
  margin-top: 15px;
}

.dl-faq dt {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.dl-faq dt::before {
  content: "Q";
  color: #72b88e;
  font-family: "Arvo", serif;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -5px;
}
.dl-faq dd {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 30px 40px;
}
.dl-faq dd + dt {
  margin-top: 30px;
}

.patient-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
}
.patient-data dt {
  background: #333;
  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: "FP-HiraginoUDSansStdN-W5";
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}
.patient-data dd {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-bottom: 10px;
}

.table-style01 {
  background-color: #fff;
  border: 1px solid #bbb;
}
.table-style01 th,
.table-style01 td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}
.table-style01 th {
  background: #72b88e;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
.table-style01 th.bg01 {
  background: rgba(114, 184, 142, 0.5);
}

.box-style01 {
  border: 2px solid #eee;
  background: #fff;
  padding: 60px;
}
.box-style01 > .box-ttl {
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 30px;
}

.box-style02 {
  background: #37414f;
  color: #fff;
  padding: 40px;
}
.box-style02 > .box-ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  margin-bottom: 15px;
}
.box-style02 > .box-ttl i {
  margin-right: 15px;
  vertical-align: -3px;
}

.box-style03 {
  border: 2px solid #eee;
  background: #fff;
  padding: 20px;
}
.box-style03 > .box-ttl {
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}

.flow-arrow {
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin: 50px 0;
  position: relative;
  overflow: visible;
}
.flow-arrow::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow-arrow::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

/*------------
スタッフ紹介
--------------*/
.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-layout .l-img {
  margin-right: 100px;
  width: 400px;
}
.staff-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff-layout .job {
  display: inline-block;
  border: 2px solid #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  color: #72b88e;
  line-height: 1;
  padding: 5px 35px;
  margin-bottom: 30px;
}
.staff-layout .l-ttl {
  display: block;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
.staff-layout .l-ttl .kana {
  color: #aaa;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 25px;
}

.box-profile {
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}
.box-profile .item {
  line-height: 1.8;
  width: 48%;
}
.box-profile .item-ttl {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 17px;
  margin-bottom: 10px;
}

.dl-career {
  overflow: hidden;
}
.dl-career dt {
  color: #888;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.dl-career dd {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  padding-left: 65px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.list-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-staff::after {
  content: "";
  width: 31%;
}
.list-staff > li {
  width: 31%;
  margin-bottom: 30px;
}
.list-staff .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-staff .job {
  display: inline-block;
  border: 2px solid #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  color: #72b88e;
  line-height: 1;
  padding: 5px 30px;
  margin-bottom: 10px;
}
.list-staff .name {
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
}

/*------------
医院案内・アクセス
--------------*/
.clinic-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clinic-layout .item {
  width: 48.43%;
}
.clinic-layout .item-ttl {
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.clinic-layout .item-ttl::before {
  content: "";
  background: #72b88e;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.time-table {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.time-table th,
.time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
.time-table th {
  font-family: "FP-HiraginoUDSansStdN-W5";
  background: #72b88e;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}
.time-table th:first-child {
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  width: 140px;
}
.time-table th:last-child {
  width: 60px;
}
.time-table td {
  border-bottom: 1px solid #ddd;
  color: #72b88e;
  padding: 20px 5px;
}
.time-table td:first-child {
  background: #f6f5ee;
  border-bottom: 1px solid #f1f1f1;
  color: #505c55;
}
.time-table tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.event01 {
  color: #72b88e;
}

.business-calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px;
}
.business-calendar-box > div {
  width: 100%;
}
.business-calendar-box .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.business-calendar-box .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.business-calendar-box .business-calendar caption span {
  color: #72b88e;
  line-height: 1;
  font-size: 25px;
  margin: 0 10px;
  vertical-align: -1px;
}
.business-calendar-box .business-calendar caption .business-calendar-past {
  float: left;
}
.business-calendar-box .business-calendar caption .business-calendar-future {
  float: right;
}
.business-calendar-box .business-calendar th {
  background: #72b88e;
  border: 1px solid #dfdfdf;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 14%;
  text-align: center;
  font-weight: bold;
}
.business-calendar-box .business-calendar td {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  position: relative;
  font-family: "Arvo", serif;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}
.business-calendar-box .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  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,
.business-calendar-box .business-calendar .attr1,
.business-calendar-box .business-calendar .attr2,
.business-calendar-box .business-calendar .attr3 {
  color: #fff;
}
.business-calendar-box .business-calendar .attr0::before,
.business-calendar-box .business-calendar .attr1::before,
.business-calendar-box .business-calendar .attr2::before,
.business-calendar-box .business-calendar .attr3::before {
  opacity: 1;
}
.business-calendar-box .business-calendar .attr0::before {
  background: #EF866B;
}
.business-calendar-box .business-calendar .attr1::before {
  background: #F7B46B;
}
.business-calendar-box .business-calendar .attr2::before {
  background: #A8DBA8;
}
.business-calendar-box .business-calendar .attr3::before {
  background: #B0D7D5;
}

.list-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-event li {
  line-height: 1;
  margin: 0 20px 0 0;
}
.list-event i {
  margin: 0 5px 0 0;
}
.list-event .event01 {
  color: #EF866B;
}
.list-event .event02 {
  color: #F7B46B;
}
.list-event .event03 {
  color: #A8DBA8;
}
.list-event .event04 {
  color: #B0D7D5;
}

/*-----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/
.tel-layout {
  background: #f5f5f5;
  max-width: 720px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
.tel-layout .ttl {
  display: table;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 15px;
  margin: 0 auto 25px;
}
.tel-layout .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel-layout .tel {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.tel-layout .tel i {
  display: inline-block;
  font-size: 20px;
}
.tel-layout .time {
  text-align: left;
  overflow: hidden;
  margin-left: 30px;
}
.tel-layout .time dt {
  float: left;
}
.tel-layout .time dd {
  padding-left: 80px;
}

.contact-form {
  border: 2px solid #f0f3f7;
  background: #fff;
  padding: 60px;
}
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}
.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}
.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  font-weight: bold;
}
.contact-form table td {
  padding: 20px 0;
}
.contact-form .hissu {
  display: inline-block;
  background: #E57373;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form textarea {
  height: 200px;
  resize: vertical;
}
.contact-form input[type=file] {
  display: inline-block;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}
.contact-form .select-wrap {
  position: relative;
}
.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}
.contact-form .mwform-radio-field input[type=radio] {
  display: none;
}
.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}
.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact-form .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact-form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}
.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}
.contact-form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
.contact-form .mwform-tel-field {
  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;
}
.contact-form .mwform-tel-field input[type=text] {
  width: 29%;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
  margin-right: 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
  margin: 0 10px;
}
.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
  margin-left: 10px;
}
.contact-form .mwform-zip-field input[type=text] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}
.contact-form .preferred-date {
  overflow: hidden;
}
.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}
.contact-form .preferred-date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  width: 50%;
}
.contact-form .preferred-date .time select {
  width: 80px;
}
.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}
.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}
.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: 100px;
}
.contact-form .birthday .year {
  margin: 0 10px;
}
.contact-form .birthday .month {
  margin: 0 10px;
}
.contact-form .birthday .day {
  margin: 0 0 0 10px;
}
.contact-form .gakureki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form .gakureki input {
  width: 48%;
}
.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
}
.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}
.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .tel-layout {
    padding: 15px;
  }
  .tel-layout .ttl {
    display: block;
    font-size: 15px;
  }
  .tel-layout .wrapper {
    display: block;
    margin-bottom: 15px;
  }
  .tel-layout .wrapper li + li {
    margin: 10px 0 0;
  }
  .tel-layout .tel {
    font-size: 25px;
    margin: 0 0 15px;
  }

  .contact-form {
    border: none;
    padding: 0;
  }
  .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;
  }
  .contact-form table th {
    padding: 15px 0 10px;
  }
  .contact-form table td {
    padding: 0 0 15px;
  }
  .contact-form .preferred-date {
    overflow: hidden;
  }
  .contact-form .preferred-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .contact-form .preferred-date .time {
    width: 100%;
  }
  .contact-form .birthday select {
    width: auto;
    padding: 10px 30px 10px 10px;
  }
  .contact-form .birthday .year {
    margin: 0 5px;
  }
  .contact-form .birthday .month {
    margin: 0 5px;
  }
  .contact-form .birthday .day {
    margin: 0 0 0 5px;
  }
  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }
  .contact-form .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }
}
@media screen and (max-width: 800px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-privacy li + li {
  margin-top: 3px;
}
.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.list-top-news {
  font-size: 15px;
}
.list-top-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  padding-bottom: 15px;
}
.list-top-news li + li {
  margin-top: 15px;
}
.list-top-news time {
  display: inline-block;
  color: #888;
  width: 90px;
  margin-right: 25px;
}
.list-top-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "FP-HiraginoUDSansStdN-W5";
  max-width: 630px;
}
.list-top-news a:hover {
  text-decoration: underline;
}

.list-under-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.list-under-news time {
  display: inline-block;
  color: #888;
  width: 90px;
  margin-right: 50px;
}
.list-under-news time::after {
  content: "|";
  font-size: 12px;
  margin: 0 0 0 25px;
  vertical-align: 2px;
}
.list-under-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.list-under-news a:hover {
  text-decoration: underline;
}

.list-top-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-top-blog::after {
  content: "";
  width: 241px;
}
.list-top-blog li {
  width: 241px;
}
.list-top-blog a {
  display: block;
}
.list-top-blog a:hover .list-img {
  opacity: 0.5;
}
.list-top-blog a:hover .list-ttl {
  text-decoration: underline;
}
.list-top-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-top-blog img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 165px;
}
.list-top-blog time {
  color: #aaa;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.list-top-blog .list-ttl {
  color: #505c55;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-top-blog .category {
  display: inline-block;
  color: #72b88e;
  font-size: 12px;
  line-height: 1;
}
.list-top-blog .category + .category::before {
  content: "/";
  margin: 0 5px;
}

/*普通投稿*/
.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 {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}
.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: #72b88e;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  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: #ff996d;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  text-align: center;
  padding: 15px 45px;
  min-width: 160px;
  -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 {
  opacity: 0.5;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}
.l-post-single .l-ttl {
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 30px;
  margin: 0 0 35px;
}
.l-post-single .post-data {
  margin: 0 0 20px;
}
.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}
.l-post-single .post-data .category {
  background: #72b88e;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

/*詳細ページ*/
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}
.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 ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 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-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 16px;
  margin: 0 15px 0 0;
}
.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/ico_arrow_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;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}
.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "FP-HiraginoUDSansStdN-W5";
}
.post-number span,
.post-number a {
  display: inline-block;
  color: #72b88e;
  border: 1px solid #72b88e;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}
.post-number a:hover {
  background: #72b88e;
  color: #fff;
}
.post-number .current {
  background: #72b88e;
  color: #fff;
}

.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;
  font-family: "FP-HiraginoUDSansStdN-W5";
}
.post-number-single a {
  display: inline-block;
}
.post-number-single .all {
  background: #72b88e;
  border: 1px solid #72b88e;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}
.post-number-single .all:hover {
  background: #fff;
  color: #72b88e;
}
.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #72b88e;
  width: 30px;
  height: 30px;
  position: relative;
}
.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #72b88e;
  margin: 0 auto;
  top: 12px;
}
.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #72b88e;
}
.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}
.post-number-single .prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 11px;
  border-left: 1px solid #72b88e;
}
.post-number-single .next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 11px;
  border-right: 1px solid #72b88e;
}

/*症例紹介*/
.post-case-layout {
  border: 2px solid #eee;
  background: #fff;
  padding: 45px 50px;
  margin-bottom: 50px;
}
.post-case-layout .post-data {
  margin: 0 0 15px;
}
.post-case-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}
.post-case-layout .post-data .category {
  background: #72b88e;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.post-case-layout .l-ttl {
  border-bottom: 1px solid #eee;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.post-case-layout .before-after {
  margin-bottom: 40px;
}
.post-case-layout .l-btn {
  text-align: center;
  margin-top: 45px;
}
.post-case-layout .l-btn a {
  display: inline-block;
  background: #ff996d;
  color: #fff;
  font-family: "FP-HiraginoUDSansStdN-W5";
  line-height: 1;
  text-align: center;
  padding: 15px 45px;
  min-width: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.post-case-layout .l-btn a::after {
  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);
}
.post-case-layout .l-btn a:hover {
  opacity: 0.5;
}
.post-case-layout .l-item + .l-item {
  margin-top: 50px;
}
.post-case-layout .l-item .item-ttl {
  border-bottom: 1px solid #eee;
  color: #ff996d;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 20px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}
.post-case-layout .l-item .item-ttl::before {
  content: "";
  background: #72b88e;
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.post-case-layout .l-table {
  background-color: #fff;
  border: 1px solid #bbb;
}
.post-case-layout .l-table th,
.post-case-layout .l-table td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}
.post-case-layout .l-table th {
  background: #72b88e;
  color: #fff;
  vertical-align: top;
  text-align: left;
}

.before-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.before-after .item {
  text-align: center;
  position: relative;
}
.before-after .item + .item figure::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.before-after figure {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 300px;
  position: relative;
}
.before-after figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 300px;
}
.before-after p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
}

.list-case-details > li {
  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;
}
.list-case-details > li + li {
  border-top: 1px dotted #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
}
.list-case-details .list-img {
  width: 35%;
  margin: 0 0 0 30px;
}
.list-case-details .list-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-case-details .list-ttl {
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 18px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .list-top-news li {
    display: block;
    padding-bottom: 0;
  }
  .list-top-news li + li {
    margin-top: 5px;
  }
  .list-top-news time {
    font-size: 12px;
    margin-right: 10px;
  }
  .list-top-news time::after {
    margin: 0 0 0 10px;
    vertical-align: 1px;
  }
  .list-top-news a {
    max-width: 100%;
  }

  .list-top-blog {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
  }
  .list-top-blog li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
    position: relative;
  }
  .list-top-blog li:last-child::after {
    content: "";
    width: 5vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .list-top-blog::after {
    display: none;
  }

  /*Post Type01*/
  .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 .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }

  /*セレクト式カテゴリー*/
  .select-area {
    display: block;
    margin: 0 0 30px;
  }
  .select-area .select-item {
    margin: 0;
  }
  .select-area .select-item + .select-item {
    margin-top: 10px;
  }
  .select-area .select-ttl {
    font-size: 15px;
  }

  /*症例紹介*/
  .post-case-layout {
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .post-case-layout .l-ttl {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .post-case-layout .before-after {
    margin-bottom: 20px;
  }
  .post-case-layout .l-btn {
    margin-top: 25px;
  }
  .post-case-layout .l-table {
    font-size: 12px;
  }
  .post-case-layout .l-table th,
.post-case-layout .l-table td {
    padding: 5px;
    line-height: 1.5;
  }

  .before-after {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .before-after .item + .item::before {
    content: "";
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .before-after .item + .item figure::before {
    display: none;
  }
  .before-after figure {
    height: auto;
  }

  .list-case-details > li {
    display: block;
  }
  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

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

.red {
  color: #F44336;
}

.green {
  color: #00B050;
}

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

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}

.font01 {
  font-family: "FP-HiraginoUDSansStdN-W5";
}

.font02 {
  font-family: "Arvo", serif;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mtS {
  margin-top: 15px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.sp-map iframe {
  vertical-align: bottom;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .anchor {
    margin-top: 0;
    padding-top: 0;
  }

  /*------------
  Header
  --------------*/
  .header {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }

  .h-wrapper {
    padding: 0 5vw;
    width: 100%;
  }

  .h-logo {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }
  .h-logo img {
    max-height: 35px;
    width: auto;
  }

  .h-contents {
    display: none;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #f5f5f5;
    --navi-border-color: #ccc;
    --navi-text-color: #333;
    --svg-stroke: #333;
    --humberger: #333;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--navi-background);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }
  .sp-navi-btns div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi-btns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }
  .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }
  .sp-navi-btns .item .ttl {
    display: block;
  }

  .humberger {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
  .humberger .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .humberger span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
            transform: translate(-50%, 6px) rotate(-45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
            transform: translate(-50%, -6px) rotate(45deg);
  }

  /* コンテンツ */
  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi-list > li > a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi-list > li.sp-dropdown::before, .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi-list > li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
  }
  .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
  }

  .sp-navi-other .item + .item {
    margin: 25px 0 0;
  }
  .sp-navi-other .tel {
    display: block;
    color: #ff996d;
    font-family: "Arvo", serif;
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
  }
  .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .sp-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 10px 1fr;
    grid-template-columns: 70px 1fr;
    grid-gap: 5px 10px;
  }
  .sp-time dt {
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    padding: 1px 5px 0;
  }

  .sp-btn {
    display: block;
    background: #ff996d;
    color: #fff;
    font-family: "FP-HiraginoUDSansStdN-W5";
    line-height: 1;
    text-align: center;
    padding: 16px 25px;
  }
  .sp-btn i {
    display: inline-block;
    width: 17px;
    margin-right: 10px;
  }

  .fixed-menu {
    display: none;
  }

  /*------------
  Hero
  --------------*/
  .hero {
    height: auto;
  }

  /*------------
  Hero01
  --------------*/
  .hero01 .hero-bg {
    height: 45vh;
  }
  .hero01 .hero-bg .slide01 {
    background: url(../images/hero01.jpg) no-repeat center/cover;
  }
  .hero01 .hero-bg .slide02 {
    background: url(../images/hero02.jpg) no-repeat center/cover;
  }
  .hero01 .hero-bg .slide03 {
    background: url(../images/hero03.jpg) no-repeat center/cover;
  }
  .hero01 .hero-bg .slick-dots {
    display: none !important;
  }
  .hero01 .hero-ttl {
    padding: 0 5vw;
    top: inherit;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero01 .hero-ttl .ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero01 .hero-ttl .txt {
    font-size: 13px;
  }

  /*------------
  Hero02
  --------------*/
  .hero02 {
    display: block;
    height: auto;
  }
  .hero02::before {
    background: #F1F1F1;
    content: "";
    display: block;
    height: 100vh;
    width: 25vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .hero02 .wrapper {
    width: 100%;
  }
  .hero02 .hero-bg {
    margin: 0;
    width: 100%;
  }
  .hero02 .hero-bg .slick-dots {
    display: none !important;
  }
  .hero02 .hero-ttl {
    padding: 0 5vw;
    top: inherit;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero02 .hero-ttl .ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero02 .hero-ttl .txt {
    font-size: 13px;
  }
  .hero02 .hero-ttl .txt-en {
    font-size: 30px;
    top: -30px;
    left: 0;
  }

  /*------------
  Hero03
  --------------*/
  .hero03 .hero-bg {
    height: 45vh;
  }
  .hero03 .hero-bg .slide01 {
    background: url(../images/hero01.jpg) no-repeat center/cover;
  }
  .hero03 .hero-bg .slide02 {
    background: url(../images/hero02.jpg) no-repeat center/cover;
  }
  .hero03 .hero-bg .slide03 {
    background: url(../images/hero03.jpg) no-repeat center/cover;
  }
  .hero03 .hero-bg .slick-dots {
    display: none !important;
  }
  .hero03 .hero-ttl {
    padding: 0 5vw;
    top: inherit;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero03 .hero-ttl .ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero03 .hero-ttl .txt {
    font-size: 13px;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-btn {
    display: table;
    line-height: 1.5;
    padding: 15px 20px;
    margin: 0 auto;
  }

  .u-btn {
    display: block;
    line-height: 1.5;
    padding: 15px 20px;
  }

  .u-btn + .u-btn {
    margin: 15px 0 0;
  }

  .contents {
    overflow: hidden;
  }

  .sec01 {
    padding: 50px 0;
  }

  .sec01-layout {
    display: block;
    padding: 0;
    margin-bottom: 50px;
    z-index: 0;
  }
  .sec01-layout .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 35px;
  }
  .sec01-layout .l-desc {
    padding: 0 5vw;
  }
  .sec01-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec01-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }
  .sec01-layout.reverse {
    padding: 0;
  }
  .sec01-layout.reverse .l-img {
    text-align: center;
    margin: 0 0 35px;
  }

  .sec01-layout-small {
    display: block;
  }
  .sec01-layout-small .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .sec01-layout-small .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec01-layout-small .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec01-layout-small.reverse .l-img {
    text-align: center;
    margin: 0 0 30px;
  }

  .sec01-list {
    display: block;
  }
  .sec01-list > li {
    width: 100%;
  }
  .sec01-list > li + li {
    margin-top: 30px;
  }
  .sec01-list .list-desc {
    padding: 25px 15px;
  }
  .sec01-list .num {
    margin-bottom: 10px;
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec02-layout {
    display: block;
    margin-bottom: 30px;
  }
  .sec02-layout .l-img {
    width: 100%;
  }
  .sec02-layout .l-desc {
    padding: 30px 20px;
    margin: 0;
  }
  .sec02-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec02-layout .l-btn {
    margin-top: 30px;
  }
  .sec02-layout.reverse .l-desc {
    margin: 0;
  }

  .sec02-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec02-list li {
    width: 48%;
    margin: 0 0 4%;
  }
  .sec02-list li:nth-child(n+4) {
    margin-top: 0;
  }
  .sec02-list a {
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sec02-list .list-img {
    margin-bottom: 15px;
  }
  .sec02-list .list-ttl .txt01 {
    font-size: 10px;
  }
  .sec02-list .list-ttl .txt02 {
    font-size: 15px;
  }

  .sec03 {
    padding: 50px 0;
  }

  .sec03-layout {
    display: block;
    padding: 40px 20px;
    font-size: 14px;
    min-height: 255px;
  }
  .sec03-layout::before {
    display: none;
  }
  .sec03-layout .l-ttl {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }
  .sec03-layout .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .sec03-layout .sub-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .sec03-layout .l-btn {
    text-align: center;
    position: static;
    margin-top: 30px;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04-layout {
    display: block;
  }
  .sec04-layout .item {
    width: 100%;
  }
  .sec04-layout .item + .item {
    margin-top: 30px;
  }
  .sec04-layout .item-img {
    margin-bottom: 30px;
  }
  .sec04-layout .item-desc {
    padding: 0 20px 30px;
  }
  .sec04-layout .item-ttl {
    margin-bottom: 15px;
  }
  .sec04-layout .item-ttl .txt01 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sec04-layout .item-ttl .txt02 {
    font-size: 13px;
  }

  .sec05 {
    padding: 50px 0;
  }

  .sec05-wrapper {
    display: block;
  }
  .sec05-wrapper > .item {
    width: 100%;
  }
  .sec05-wrapper > .item + .item {
    margin-top: 50px;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-layout {
    display: block;
  }
  .sec06-layout .l-intro {
    width: 100%;
  }
  .sec06-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec06-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec06-layout .l-btn {
    position: static;
    text-align: center;
  }

  .sec07 {
    padding: 50px 0;
  }

  .map-layout iframe {
    vertical-align: bottom;
    height: 250px;
  }
  .map-layout .l-desc {
    padding: 50px 5vw;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .map-layout .l-logo {
    margin-bottom: 25px;
  }
  .map-layout .inner {
    text-align: center;
  }
  .map-layout .address {
    margin-bottom: 10px;
  }
  .map-layout .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map-layout .l-dl {
    text-align: left;
  }

  .sec08 {
    padding: 50px 0;
  }

  .sec08-layout {
    display: block;
  }
  .sec08-layout .l-intro {
    width: 100%;
  }
  .sec08-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec08-layout .l-btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    display: none;
    bottom: 65px;
    right: 15px;
  }
  .pagetop a {
    -webkit-transition: 0;
    transition: 0;
  }

  .footer {
    padding-bottom: 65px;
  }
  .footer .container {
    padding: 50px 0;
  }

  .f-wrapper {
    display: block;
  }

  .f-utility {
    margin-bottom: 30px;
  }

  .f-logo {
    text-align: center;
    max-width: 220px;
    margin: 0 auto 35px;
  }

  .f-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-map {
    display: block;
  }
  .site-map > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-map > ul + ul {
    margin: 15px 0 0;
  }
  .site-map > ul > li {
    width: 49%;
    margin-bottom: 5px;
  }
  .site-map > ul > li.sp-w100 {
    width: 100%;
  }
  .site-map > ul > li + li {
    margin-top: 0;
  }
  .site-map > ul > li ul {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-map > ul > li ul li {
    width: 49%;
  }

  .f-bnr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-bnr li {
    width: 48%;
    margin: 0 0 15px;
  }
  .f-bnr li:nth-child(4n) {
    margin: 0 0 15px;
  }
  .f-bnr li:nth-child(n+5) {
    margin-top: 0;
  }

  /*------------
  Under layout
  --------------*/
  .page-ttl {
    padding: 0 5vw;
    height: 200px;
  }
  .page-ttl h1 .txt01 {
    font-size: 35px;
  }
  .page-ttl h1 .txt02 {
    font-size: 15px;
  }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb ul {
    padding: 30px 0;
  }

  /*------------
  Under parts
  --------------*/
  .u-h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .u-h2::after {
    width: 25px;
  }

  .u-h3,
.postdata h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-h4,
.postdata h4 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h4::before,
.postdata h4::before {
    width: 5px;
    top: 7px;
  }

  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin: 0 0 10px;
  }
  .num-ttl .num::after {
    display: none;
  }

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

  .tall {
    padding: 50px 0;
  }

  .l-imgR,
.l-imgL {
    display: block;
  }
  .l-imgR .l-img,
.l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.small,
.l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
.fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .fl-imgR.small,
.fl-imgL.small {
    width: 100%;
  }

  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }
  .l-style01 .num {
    font-size: 25px;
  }
  .l-style01 .num i {
    font-size: 20px;
    margin-right: 5px;
  }
  .l-style01 .l-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .l-style01.reverse .l-img {
    margin: 0 0 35px;
  }

  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
  }
  .l-style02 .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }
  .l-style02 .l-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .l-style02 .sub-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .l-style02 .sub-ttl::before {
    margin: 12px 20px 0 0;
  }
  .l-style02.reverse .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }

  .l-style03 {
    padding-bottom: 50px;
    z-index: 0;
  }
  .l-style03::before {
    content: "";
    background: #F5F5F5;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .l-style03 .wrapper {
    display: block;
  }
  .l-style03 .l-img {
    width: 100%;
    margin: 0 0 30px;
  }
  .l-style03 .l-img::before {
    z-index: 1;
  }
  .l-style03 .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .l-style03 .sub-ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }

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

  .list-disc.col2,
.list-check.col2,
.list-num.col2 {
    grid-gap: 5px;
  }

  .list-disc.col3,
.list-check.col3,
.list-num.col3 {
    grid-gap: 5px;
  }

  .list-card > li {
    padding: 15px;
  }
  .list-card .list-ttl {
    font-size: 18px;
  }

  .list-card-flow {
    display: block;
  }
  .list-card-flow > li {
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
  }
  .list-card-flow > li:last-child {
    margin: 0;
  }
  .list-card-flow > li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  .list-card-flow .list-ttl {
    font-size: 18px;
  }
  .list-card-flow.col2 > li::after {
    right: 50%;
  }
  .list-card-flow.col3 > li::after {
    right: 50%;
  }
  .list-card-flow.col4 > li::after {
    right: 50%;
  }

  .list-price > li .intro {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 13px;
    padding: 0 0 5px;
  }
  .list-price > li .ttl {
    width: 50%;
  }
  .list-price > li .price {
    text-align: right;
    font-size: 14px;
    padding-left: 25px;
    width: 50%;
  }
  .list-price > li .label {
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }

  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li {
    margin: 0;
  }
  .list-anchor-link li::after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 27px;
  }
  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }

  .dl-style01 {
    display: block;
  }
  .dl-style01 dt {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .dl-style01 dt .num {
    font-size: 20px;
  }
  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style02 dt {
    font-size: 18px;
  }

  .patient-data dd {
    padding-left: 20px;
  }

  .table-style01 th,
.table-style01 td {
    font-size: 13px;
    padding: 10px;
  }
  .table-style01.sp-block {
    border-bottom: 1px solid #e3e3e3;
  }
  .table-style01.sp-block th,
.table-style01.sp-block td {
    display: block;
  }
  .table-style01.sp-block td {
    border-width: 0 1px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

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

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .box-style01 {
    padding: 25px;
  }
  .box-style01 .box-ttl {
    font-size: 18px;
    margin: 0 auto 15px;
  }

  .box-style02 {
    padding: 25px;
  }

  .flow-arrow {
    margin: 30px 0;
  }

  /*------------
  医院案内・アクセス
  --------------*/
  .clinic-layout {
    display: block;
  }
  .clinic-layout .item {
    width: 100%;
  }
  .clinic-layout .item + .item {
    margin-top: 30px;
  }

  .time-table {
    font-size: 12px;
  }
  .time-table th {
    padding: 10px 0;
  }
  .time-table th:first-child {
    width: 100px;
  }
  .time-table th:last-child {
    width: 40px;
  }
  .time-table td {
    padding: 15px 0;
  }

  .list-facility {
    display: block;
    padding-bottom: 0;
  }
  .list-facility::before {
    display: none;
  }
  .list-facility li {
    font-size: 13px;
    width: 100%;
  }
  .list-facility li + li {
    margin-top: 30px;
  }
  .list-facility .list-ttl {
    font-size: 18px;
  }

  /*------------
  スタッフ紹介
  --------------*/
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .staff-layout .job {
    border: 1px solid #72b88e;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .staff-layout .l-ttl {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .staff-layout .l-ttl .kana {
    font-size: 13px;
    margin-left: 20px;
  }

  .list-staff > li {
    width: 48%;
    margin-bottom: 30px;
  }
  .list-staff .job {
    border: 1px solid #72b88e;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .list-staff .name {
    font-size: 15px;
  }

  .list-event {
    display: block;
  }
  .list-event li {
    font-size: 12px;
    margin: 0 0 5px;
  }

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

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
.sp-map object,
.sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 8px;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #333;
}

.slick-dots li.slick-active button {
  background: #333;
}

.slick-imgs .slick-dots {
  bottom: -20px;
}

.slick-imgs .caption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.clinic-slider {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.clinic-slider .slick-list {
  overflow: visible;
}
.clinic-slider .slick-slide {
  text-align: left;
  margin: 0 15px;
  opacity: 0.2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.clinic-slider .slick-center {
  opacity: 1;
}
.clinic-slider .slick-prev {
  left: 18px;
}
.clinic-slider .slick-next {
  right: 18px;
}
.clinic-slider figure {
  margin-bottom: 15px;
}
.clinic-slider .ttl {
  color: #72b88e;
  font-family: "FP-HiraginoUDSansStdN-W5";
  font-size: 17px;
}
.clinic-slider p {
  font-size: 14px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .slick-imgs {
    padding-bottom: 15px;
  }

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

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

.f-flex {
  display: flex;
  justify-content: space-between;
}
.f-flex .banner {
  height: 60px;
}
.f-flex .banner img {
  height: 100%;
  object-fit: contain;
  width: auto;
}

@media screen and (max-width: 800px) {
  .f-flex {
    display: block;
  }
  .f-flex .banner {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 15px auto;
  }

}