@charset "UTF-8";

.font01 {
  font-family: "Noto Serif JP", serif;
  line-height: 2em;
  letter-spacing: 0.15em;
}

.font02, .header-btn .l-item .l-inr, .contents .btn-more, .sec04 .num-ttl, .copyright, .staff-layout .en, .staff-list .en, .t-news-list time, .grid-top-blog .box-top-blog time, .list-top-blog time, .list-top-blog--sp time, .post-data time {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.font03, .t-ttl .en, .tel, .box-style01 .l-ttl .num, .box-style01--l .l-ttl .num, .box-style01--r .l-ttl .num, .box-style02 .num-list .num {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .font01 {
    line-height: 2em;
    letter-spacing: 0.15em;
  }

  .font02, .header-btn .l-item .l-inr, .contents .btn-more, .sec04 .num-ttl, .copyright, .staff-layout .en, .staff-list .en, .t-news-list time, .grid-top-blog .box-top-blog time, .list-top-blog time, .list-top-blog--sp time, .post-data time {
    letter-spacing: 0.06em;
  }

  .font03, .t-ttl .en, .tel, .box-style01 .l-ttl .num, .box-style01--l .l-ttl .num, .box-style01--r .l-ttl .num, .box-style02 .num-list .num {
    letter-spacing: 0.06em;
  }
}

/*-----------------------------------------------------------
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: 2;
  font-family: "Noto Serif JP", serif;
}

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

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

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
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;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 15px;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  line-height: 2.3em;
  letter-spacing: 0.15em;
}

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

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

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

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

.container, .container-long, .page-ttl, .max-bg-img figure {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container-long {
  max-width: 1400px;
}

/*------------
Header
--------------*/
.header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-logo {
  padding: 25px 0 0 35px;
  z-index: 999;
  position: relative;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.header-btn .l-item .l-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-btn .l-item .l-inr:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

.header-btn .l-item p {
  padding-left: 15px;
}

.header-btn .l-item:nth-of-type(1) .l-inr {
  padding: 30px 27.5px 30px 50px;
}

.header-btn .l-item:nth-of-type(2) .l-inr {
  padding: 30px 50px 30px 27.5px;
}

.header--moved {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.7);
}

.humberger {
  cursor: pointer;
  display: block;
  width: 17px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 999;
  position: relative;
}

.humberger span {
  background: #000000;
  position: absolute;
  width: 17px;
  height: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  left: 0;
}

.humberger span:nth-of-type(1) {
  top: 42%;
}

.humberger span:nth-of-type(2) {
  top: 62%;
}

.humberger.is-open {
  position: relative;
}

.humberger.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.humberger.is-open span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/*------------
G-navi
--------------*/
.pc-navi {
  display: none;
  max-width: 100%;
  z-index: 99;
}

.pc-navi.is-open {
  display: block;
  background-color: rgba(51, 51, 51, 0.98);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  height: 100vh;
}

.pc-navi-inr {
  background-color: rgba(51, 51, 51, 0.1);
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  padding: 150px 80px 60px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
}

.pc-navi-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}

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

.pc-navi-list .item, .pc-navi-list .item--p, .pc-navi-list .item--c {
  letter-spacing: 0.1rem;
  color: #fff;
  font-size: 19px;
}

.pc-navi-list .item:nth-of-type(n + 2), .pc-navi-list .item--p:nth-of-type(n + 2), .pc-navi-list .item--c:nth-of-type(n + 2) {
  margin-top: 40px;
}

.pc-navi-list .item .item-link, .pc-navi-list .item--p .item-link, .pc-navi-list .item--c .item-link {
  display: block;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  text-decoration: none;
}

.pc-navi-list .item .item-link:after, .pc-navi-list .item--p .item-link:after, .pc-navi-list .item--c .item-link:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.pc-navi-list .item a, .pc-navi-list .item--p a, .pc-navi-list .item--c a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pc-navi-list .item a:hover, .pc-navi-list .item--p a:hover, .pc-navi-list .item--c a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: underline;
}

.pc-navi-list .item--p {
  margin-bottom: 40px;
}

.pc-navi-list .item--c {
  color: #8b8f90;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}

.pc-navi-list .item--c:nth-of-type(n + 2) {
  margin-top: 15px;
}

.pc-navi-list .item--c:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #8b8f90;
  position: absolute;
  top: 17px;
  left: 15px;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .pc-navi-child {
  padding-left: 20px;
}

.pc-dropdown .pc-navi-child:nth-of-type(1) {
  margin-bottom: 10px;
}

.pc-dropdown .pc-navi-child li {
  font-size: 12px;
  position: relative;
  padding-left: 18px;
}

.pc-dropdown .pc-navi-child li:before {
  content: 'ー';
  display: inline-block;
  color: #FFD4D5;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

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

.sp-navi {
  display: none;
}

.sp-fixed {
  display: none;
}

.btn-following {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.sp-navi {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  position: relative;
  padding-bottom: 90px;
}

.hero:before {
  content: '';
  display: inline-block;
  z-index: -1;
  background-color: #333333;
  width: 90%;
  height: 810px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-main {
  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;
}

.hero-01 {
  width: 53%;
}

.hero-01 img {
  width: 100%;
  height: 920px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-02 {
  width: 36%;
}

.hero-02 img {
  width: 100%;
  height: 632px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-ttl {
  position: absolute;
  z-index: 10;
  bottom: 180px;
  right: 5%;
  text-align: right;
}

.hero-ttl-jp {
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 36px;
}

.hero-news {
  position: absolute;
  bottom: 115px;
  left: 30px;
}

.hero-news a {
  display: inline-block;
  width: 100%;
  padding: 13px 40px 13px 20px;
  line-height: 1.7;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.hero-news a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.hero-news a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.hero-news a:hover:before {
  background-color: #fff;
}

.hero-scroll {
  position: absolute;
  left: 50px;
  bottom: -90px;
}

/*------------
Top contents
--------------*/
.contents {
  overflow-x: hidden;
}

.t-ttl {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.t-ttl:before {
  content: '';
  height: 1px;
  width: 35px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.t-ttl .en {
  font-size: 70px;
  line-height: 1;
}

.t-ttl .jp {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 25px;
}

.t-sub-ttl {
  font-size: 28px;
  padding-bottom: 40px;
}

.sec01 {
  padding: 120px 0;
}

.sec01-ttl {
  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-bottom: 70px;
}

.sec01 .t-ttl {
  margin-bottom: 0;
}

.sec01 .t-ttl .en {
  font-size: 48px;
}

.sec01-bnr {
  margin: 100px 0;
}

.sec02 {
  position: relative;
}

.sec02:before {
  content: '';
  display: inline-block;
  z-index: -1;
  width: 446px;
  height: 653px;
  background-image: url(../images/sec02_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -390px;
  left: 0;
}

.sec02:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .sec02 .t-ttl .en {
    display: block;
  }

  .sec02 .t-ttl .jp {
    padding-left: 0;
    display: block;
    padding-top: 10px;
  }
}

.sec03 {
  padding: 50px 0 150px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1020px) and (min-width: 801px) {
  .sec03 .t-ttl .en {
    display: block;
  }

  .sec03 .t-ttl .jp {
    padding-left: 0;
    display: block;
    padding-top: 10px;
  }
}

.sec02-layout, .sec03-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec02-layout .l-desc, .sec03-layout .l-desc {
  width: 51%;
}

.sec02-layout .l-img, .sec03-layout .l-img {
  width: 43%;
  min-height: 860px;
  position: relative;
  margin-top: 70px;
}

.sec02-layout .l-img img, .sec03-layout .l-img img {
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  height: 860px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sec02-layout .l-inr, .sec03-layout .l-inr {
  padding-left: 5.5%;
}

.sec02-layout .txt-01, .sec03-layout .txt-01 {
  padding-bottom: 40px;
}

.sec02-layout .btn-more, .sec03-layout .btn-more {
  margin: 70px 0 0 auto;
}

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

.sec03-layout .l-desc {
  margin-top: 0px;
  padding-top: 80px;
}

.sec03-layout .l-img {
  margin-top: 0px;
  min-height: 657px;
}

.sec03-layout .l-img img {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  left: auto;
  right: 0;
}

.sec04 {
  padding: 120px 0 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(30%, #333333), to(#333333));
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #333333 30%, #333333 100%);
}

.sec04-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(1585px + 5%);
  margin-left: auto;
  padding-left: 5%;
}

.sec04 .l-item {
  width: calc(94% / 3);
}

.sec04 .num-ttl {
  color: #9ca1a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.sec04 .num-ttl .num {
  font-size: 31px;
  padding-right: 10px;
  display: inline-block;
}

.sec04 .num-ttl .en {
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.sec04 .num-ttl .en:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #9ca1a2;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec04 .l-img {
  padding-bottom: 40px;
}

.sec04-ttl {
  padding-bottom: 20px;
  font-size: 26px;
  color: #fff;
}

.sec04 .btn-more {
  color: #fff;
}

.sec04 .btn-more:before {
  background-color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .sec04 .num-ttl .num {
    font-size: 26px;
    padding-right: 5px;
  }

  .sec04 .num-ttl .en {
    font-size: 16px;
    padding-left: 30px;
  }

  .sec04 .num-ttl .en:before {
    width: 20px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .sec04 .num-ttl .num {
    font-size: 24px;
    padding-right: 3px;
  }

  .sec04 .num-ttl .en {
    font-size: 14px;
    padding-left: 25px;
  }

  .sec04 .num-ttl .en:before {
    width: 20px;
  }
}

.sec05 {
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #f5f5f5 25%, #f5f5f5 100%);
}

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

.sec05 .l-desc {
  width: 40%;
  padding: 120px 6.5% 0 6.5%;
}

.sec05 .l-inr {
  padding-left: 5.5%;
  display: inline-block;
}

.sec05 .btn-right {
  margin-top: 100px;
}

.sec05 .map {
  width: 60%;
  height: 560px;
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec05 .t-ttl .en {
    display: block;
  }

  .sec05 .t-ttl .jp {
    padding-left: 0;
    display: block;
    padding-top: 10px;
  }
}

.sec06 {
  padding: 120px 0 140px;
}

.sec06-ttl {
  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-bottom: 70px;
}

.sec06 .t-ttl {
  margin-bottom: 0;
}

.sec06 .t-ttl .en {
  font-size: 60px;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding-left: 45px;
  position: relative;
}

.tel:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_w.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 40px;
}

/*------------
Footer
--------------*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main {
  width: 40%;
  background-color: #333333;
  color: #fff;
  padding: 90px 6vw 70px;
}

.footer-main_under {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-main_under figure {
  display: inline-block;
}

.f-info {
  font-size: 14px;
  padding-bottom: 20px;
}

.f-info .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-info .l-item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.f-info .l-item .l-ttl {
  width: 85px;
  line-height: 1.7;
}

.f-info .l-item .l-txt {
  width: calc(100% - 85px);
  line-height: 1.7;
}

.f-navi {
  width: 60%;
  background-color: #191919;
  padding: 90px 8vw 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-navi-list {
  width: calc(95% / 3);
}

.f-navi .item, .f-navi .item--p, .f-navi .item--c {
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
  position: relative;
}

.f-navi .item a:hover, .f-navi .item--p a:hover, .f-navi .item--c a:hover {
  text-decoration: underline;
}

.f-navi .item:nth-of-type(n + 2), .f-navi .item--p:nth-of-type(n + 2), .f-navi .item--c:nth-of-type(n + 2) {
  margin-top: 25px;
}

.f-navi .item--p {
  margin-bottom: 23px;
}

.f-navi .item--c {
  color: #8b8f90;
  font-size: 13px;
  padding-left: 30px;
  position: relative;
}

.f-navi .item--c:nth-of-type(n + 2) {
  margin-top: 13px;
}

.f-navi .item--c:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #8b8f90;
  position: absolute;
  top: 11px;
  left: 15px;
}

@media screen and (max-width: 1430px) and (min-width: 801px) {
  .footer-main {
    padding: 90px 4vw 70px;
  }

  .footer .f-navi {
    padding: 90px 4vw 140px;
  }
}

.copyright {
  font-size: 14px;
  color: #9ca1a2;
  padding-top: 15px;
}


@media screen and (max-width: 800px) and (min-width: 0px) {
  .footer .footer-sp-logo {
    padding: 10px 0 20px;
    margin: 0 auto;
    text-align: center;
    background: #191919;
  }

}


.pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagetop:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

/*------------
Button
--------------*/
.btn-more {
  display: inline-block;
  font-size: 20px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  padding-right: 53px;
}

.btn-more:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  top: 58%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more:hover {
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-right {
  text-align: right;
}

.btn-reserve a {
  background-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;
  width: 100%;
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 30px 10px;
}

.btn-reserve a:hover {
  background-color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-reserve a:hover p {
  color: #fff;
}

.btn-reserve a:hover p:before {
  background-image: url(../images/share/icon_reserve_w.png);
}

.btn-reserve p {
  position: relative;
}

.btn-reserve p:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../images/share/icon_reserve.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------
Under layout
--------------*/
.u-top-common {
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  position: relative;
}

.u-top-common:before {
  content: '';
  display: inline-block;
  z-index: -1;
  background-color: #333333;
  width: 90%;
  height: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.u-top-common:after {
  content: '';
  display: inline-block;
  z-index: -1;
  background-color: #f5f5f5;
  width: 37%;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.u-top-common-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  z-index: 0;
}

.u-top-common-img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-ttl {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  z-index: 5;
  position: relative;
  font-weight: 500;
  padding-top: 250px;
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb ul {
  font-size: 12px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  vertical-align: 1px;
}

.breadcrumb a:hover {
  color: #333333;
}

/*------------
Under parts
--------------*/
.u-h2, .postdata h1, .post-category-ttl {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
}

.u-h2:before, .postdata h1:before, .post-category-ttl:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}

.u-h3, .dl-privacy dt, .postdata h2, .post-ttl {
  font-size: 26px;
  border-bottom: 1px solid #d8dee0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.u-h4, .postdata h3 {
  font-size: 22px;
  color: #333333;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.u-h4:before, .postdata h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 30px;
  height: 1px;
  background-color: #333333;
}

.tall, .tall--bg, .tall-none {
  overflow: hidden;
  margin-bottom: 160px;
}

.tall:last-child, .tall--bg:last-child, .tall-none:last-child {
  margin-bottom: 200px;
}

.tall--bg {
  background-color: #f5f5f5;
  padding: 100px 0;
  margin-bottom: 100px;
}

.tall--bg:last-child {
  padding: 100px 0 160px;
  margin-bottom: 0px;
}

.tall--bg .merit-demerit .list-item {
  background-color: #fff;
}

.tall-none {
  margin-bottom: 0;
}

.tall-none:last-child {
  margin-bottom: 0px;
}

.u-wrap-left {
  float: left;
  width: 75%;
}

.side {
  float: right;
  width: 20%;
  margin-left: 5%;
  background-color: #fff;
}

.side .ttl {
  font-size: 22px;
  margin-bottom: 0;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.side .list-txt {
  padding: 20px;
}

.side .list-txt a {
  text-decoration: none;
}

.side .list-txt a:hover {
  text-decoration: underline;
}

.max-bg-img {
  background-color: #f5f5f5;
  padding: 100px 0;
  margin-top: 100px;
}

.max-bg-img figure {
  text-align: center;
}

.max-bg-img figure img {
  margin: 0 auto;
}

.t-align {
  text-align: center;
}

.txt-center {
  text-align: center;
}

.txt-link {
  text-decoration: underline;
  color: #333333;
}

.txt-note {
  font-size: 13px;
  line-height: 1.7;
}

.txt-marker {
  margin-bottom: 30px;
}

.txt-marker span {
  font-size: 26px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #e5e7e8));
  background: linear-gradient(transparent 65%, #e5e7e8 65%);
}

.txt-bold {
  font-weight: bold;
}

.line-center-ttl, .box-contact .box-ttl, .box-first .box-ttl {
  font-size: 22px;
  color: #9ca1a2;
  text-align: center;
  margin-bottom: 30px;
}

.line-center-ttl span, .box-contact .box-ttl span, .box-first .box-ttl span {
  position: relative;
  padding: 0 45px;
  display: inline-block;
}

.line-center-ttl span:before, .box-contact .box-ttl span:before, .box-first .box-ttl span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #9ca1a2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line-center-ttl span:after, .box-contact .box-ttl span:after, .box-first .box-ttl span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #9ca1a2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttl-line {
  font-size: 22px;
  color: #9ca1a2;
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
}

.ttl-line:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  background-color: #9ca1a2;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style01 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.l-style01 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

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

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

.l-style01 .l-img--s {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
  margin-right: 20px;
}

.l-style02 {
  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;
}

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

.l-style02 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

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

.l-style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.l-style03 .l-desc {
  background: #f5f5f5;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fl-img01, .fl-img02 {
  width: 40%;
}

.fl-img01.small, .fl-img02.small {
  width: 25%;
}

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

.fl-img02 {
  width: 40%;
  float: left;
  margin: 0 35px 15px 0;
}

.list-col1 .item:not(:last-child), .list-col1 .pc-navi-list .item--p:not(:last-child), .pc-navi-list .list-col1 .item--p:not(:last-child), .list-col1 .pc-navi-list .item--c:not(:last-child), .pc-navi-list .list-col1 .item--c:not(:last-child), .list-col1 .f-navi .item--p:not(:last-child), .f-navi .list-col1 .item--p:not(:last-child), .list-col1 .f-navi .item--c:not(:last-child), .f-navi .list-col1 .item--c:not(:last-child) {
  margin-bottom: 80px;
}

.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col2, .list-col2--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col2 .list-item, .list-col2--s .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(odd), .list-col2--s .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2 .list-item+.list-item+.list-item, .list-col2--s .list-item+.list-item+.list-item {
  margin-top: 40px;
}

.list-col2 .list-img, .list-col2--s .list-img {
  margin-bottom: 20px;
}

.list-col2 .list-ttl, .list-col2--s .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.list-col3 .list-item {
  width: calc(100% / 3 - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

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

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-card-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col2 .list-item {
  background-color: #f5f5f5;
  padding: 30px 20px;
  width: 48%;
  border-top: 1px solid #333333;
}

.list-card-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card-col2 .list-item+.list-item+.list-item {
  margin-top: 40px;
}

.list-card-col2 .list-img {
  margin-bottom: 20px;
}

.list-card-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.list-card-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col3 .list-item {
  width: calc(100% / 3 - 20px);
  background-color: #f5f5f5;
  padding: 30px 20px;
  border-top: 1px solid #333333;
}

.list-card-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-card-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.list-card-col3 .list-icon {
  margin-bottom: 10px;
  height: 60px;
}

.list-card-col3 .list-txt {
  margin-bottom: 10px;
}

.list-card-col3 .btn-more {
  width: 100%;
  margin: 0 auto;
}

.list-card-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col4 .list-item {
  background-color: #f5f5f5;
  padding: 25px 20px 30px;
  width: calc(94% / 4);
  border-top: 1px solid #333333;
  margin-right: 2%;
}

.list-card-col4 .list-item:nth-of-type(4n) {
  margin-right: 0;
}

.list-card-col4 .list-img {
  margin-bottom: 20px;
}

.list-card-col4 .list-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.list-txt li {
  position: relative;
  padding-left: 15px;
}

.list-txt li:before {
  content: "";
  background: #9ca1a2;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

.list-txt.col2, .list-txt.col3, .list-txt.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-txt.col2 li {
  width: 48%;
}

.list-txt.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-txt.col3 li {
  width: 32%;
}

.list-txt.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-txt.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-check li, .list-check--02 li {
  position: relative;
  padding-left: 18px;
}

.list-check li+li, .list-check--02 li+li {
  margin-top: 3px;
}

.list-check li:before, .list-check--02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #9ca1a2;
  border-bottom: 2px solid #9ca1a2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-check.col2, .col2.list-check--02 {
  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-check.col2 li, .col2.list-check--02 li {
  width: calc(98% / 2);
}

.list-check.col2 li+li, .col2.list-check--02 li+li {
  margin-top: 0px;
}

.list-check.col2 li:nth-of-type(n + 3), .col2.list-check--02 li:nth-of-type(n + 3) {
  margin-top: 3px;
}

.list-check--02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 14px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #9ca1a2;
  border-bottom: 2px solid #9ca1a2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-check--02 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #9ca1a2;
}

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

.merit-demerit .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  padding: 30px;
  border-top: 2px solid #333333;
}

.merit-demerit .list-item:not(:last-child) {
  margin-right: 4%;
}

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

.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Crimson Text", serif;
  color: #333333;
  margin-right: 10px;
}

.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #9ca1a2;
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #191919;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.before-after .l-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .l-txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
}

.flow-type01 {
  border: 1px solid #e2e5e6;
  padding: 50px 30px;
  background-color: #fff;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #e2e5e6;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flow-type01 .l-item:not(:last-child)::before, .flow-type01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}

.flow-type01 .l-item:not(:last-child)::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #191919;
  border-right: 2px solid #191919;
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.flow-type01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.flow-type01 .l-ttl {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-type01 .l-ttl span {
  background: #333333;
  display: inline-block;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 15px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.flow-type01 .l-ttl span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: 0;
  right: -7px;
}

.flow-type02, .flow-type02--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.flow-type02 .l-item, .flow-type02--one .l-item {
  background: #f5f5f5;
  padding: 35px 30px 30px;
  width: 30%;
  position: relative;
  margin: 0 5% 50px 0;
}

.flow-type02 .l-item:nth-child(3n), .flow-type02--one .l-item:nth-child(3n) {
  margin: 0 0 50px;
}

.flow-type02 .l-item:after, .flow-type02--one .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #191919;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-type02 .l-item:last-child::after, .flow-type02--one .l-item:last-child::after {
  display: none;
}

.flow-type02 .l-num, .flow-type02--one .l-num {
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
}

.flow-type02 .l-ttl, .flow-type02--one .l-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.flow-type02.col2 .l-item, .col2.flow-type02--one .l-item {
  width: calc(90% / 2);
  margin: 0 5% 50px 0;
}

.flow-type02.col2 .l-item:nth-child(3n), .col2.flow-type02--one .l-item:nth-child(3n) {
  margin: 0 5% 50px 0;
}

.flow-type02.col2 .l-item:nth-child(2n), .col2.flow-type02--one .l-item:nth-child(2n) {
  margin: 0 0 50px;
}

.flow-type02--one .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 20px 25px;
}

.flow-type02--one .l-ttl {
  font-size: 17px;
}

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

.flow-type03 .flow-item {
  width: calc(90% / 3);
  position: relative;
}

.flow-type03 .flow-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #191919;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.flow-type03 .flow-img {
  text-align: center;
}

.flow-type03 .flow-ttl {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.staff-layout {
  margin-bottom: 60px;
}

.staff-layout .l-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.staff-layout .l-desc {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin-left: 50px;
}

.staff-layout .job {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333333;
}

.staff-layout .name {
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  color: #333333;
  margin-right: 25px;
}

.staff-layout .en {
  font-size: 18px;
  color: #9ca1a2;
}

.staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile .item, .staff-profile .pc-navi-list .item--p, .pc-navi-list .staff-profile .item--p, .staff-profile .pc-navi-list .item--c, .pc-navi-list .staff-profile .item--c, .staff-profile .f-navi .item--p, .f-navi .staff-profile .item--p, .staff-profile .f-navi .item--c, .f-navi .staff-profile .item--c {
  width: 48%;
  background: #f5f5f5;
  padding: 35px;
}

.staff-profile .item:not(:last-child), .staff-profile .pc-navi-list .item--p:not(:last-child), .pc-navi-list .staff-profile .item--p:not(:last-child), .staff-profile .pc-navi-list .item--c:not(:last-child), .pc-navi-list .staff-profile .item--c:not(:last-child), .staff-profile .f-navi .item--p:not(:last-child), .f-navi .staff-profile .item--p:not(:last-child), .staff-profile .f-navi .item--c:not(:last-child), .f-navi .staff-profile .item--c:not(:last-child) {
  margin-right: 4%;
}

.staff-profile .ttl {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
}

.staff-profile-list {
  border-top: 1px dotted #e9e9e9;
  font-size: 14px;
}

.staff-profile-list li {
  border-bottom: 1px dotted #e9e9e9;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile-list .data {
  width: 15%;
}

.staff-profile-list .txt {
  width: 85%;
}

.staff-list .list-item {
  border: 1px solid #e9e9e9;
}

.staff-list .job {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333333;
  line-height: 1.4;
}

.staff-list .name {
  border-bottom: 1px solid #d8dee0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.staff-list .jp {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #333333;
  margin-right: 10px;
}

.staff-list .en {
  font-size: 16px;
  color: #9ca1a2;
}

.dl-privacy:not(:last-child) {
  margin-bottom: 60px;
}

.dl-privacy dt {
  line-height: 1.7;
}

.table-style01 {
  border: 1px solid #333333;
}

.table-style01 tr:not(:last-child) {
  border-bottom: 1px dashed #333333;
}

.table-style01 th {
  background-color: #f5f5f5;
  color: #333333;
  padding: 15px;
  width: 30%;
}

.table-style01 td {
  padding: 10px 30px;
}

.table-style01 .list-txt li:before {
  top: 11px;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #dddddd;
}

.table-style02 th, .table-style02 td {
  border: 1px solid #dddddd;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
  background-color: #f5f5f5;
}

.table-style02 .list-txt li:before {
  top: 11px;
}

.table-style03 {
  background-color: #fff;
}

.table-style03 .txt-bold {
  font-weight: bold;
}

.table-style03 tr:first-child th, .table-style03 tr:first-child td {
  background-color: #191919;
  color: #fff;
}

.table-style03 th, .table-style03 td {
  border: 1px solid #e2e5e6;
  line-height: 1.7;
  padding: 15px;
}

.table-style03 th {
  background-color: #333333;
  color: #fff;
  text-align: left;
  font-weight: bold;
  width: 30%;
}

.table-style03 td {
  vertical-align: baseline;
}

.table-style03 .table-img {
  padding-top: 10px;
}

.table-style03 .table-img img {
  max-width: 200px;
}

.table-style03 .list-txt li:before {
  top: 11px;
}

.table-style04 {
  background-color: #fff;
  border: 1px solid #dddddd;
}

.table-style04 th, .table-style04 td {
  border: 1px solid #dddddd;
  line-height: 1.7;
  padding: 15px;
}

.table-style04 th {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
}

.table-style04 .list-txt li:before {
  top: 11px;
}

.box-bg, .box-bg--01 {
  background-color: #fff;
  border: 1px solid #e2e5e6;
  padding: 40px 30px;
}

.box-bg--01 {
  padding: 40px 40px;
}

.box-bg--01 .l-txt {
  padding-bottom: 20px;
}

.box-bg--01 .list-card-col3 .list-item {
  border: 1px solid #e9e9e9;
}

.box-bg--01 .list-card-col3 .list-ttl {
  border-bottom: 1px solid #d8dee0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.box-bg--02 {
  background-color: #f5f5f5;
  padding: 30px 30px;
  border-top: 1px solid #333333;
}

.box-bg--02 .list-ttl {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.box-bg--03 {
  border: 1px solid #e9e9e9;
  background-color: #f5f5f5;
  padding: 35px;
}

.box-bg--03 .ttl-line {
  display: inline-block;
}

.box-style01, .box-style01--l, .box-style01--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.box-style01 .l-img, .box-style01--l .l-img, .box-style01--r .l-img {
  width: 42%;
  position: relative;
}

.box-style01 .l-img img, .box-style01--l .l-img img, .box-style01--r .l-img img {
  width: calc(100% + 180px);
  max-width: calc(100% + 180px);
  position: absolute;
  top: 0;
  z-index: 0;
}

.box-style01 .l-desc, .box-style01--l .l-desc, .box-style01--r .l-desc {
  width: 58%;
  padding: 40px 5%;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.box-style01 .l-ttl, .box-style01--l .l-ttl, .box-style01--r .l-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #d8dee0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.box-style01 .l-ttl .num, .box-style01--l .l-ttl .num, .box-style01--r .l-ttl .num {
  font-size: 70px;
  line-height: 1;
}

.box-style01 .l-ttl .ttl, .box-style01--l .l-ttl .ttl, .box-style01--r .l-ttl .ttl {
  font-size: 22px;
  padding: 0 0 5px 10px;
}

.box-style01--l .l-img img {
  left: 0;
}

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

.box-style01--r .l-img img {
  right: 0;
}

.box-style02 {
  border: 2px solid #e2e5e6;
  padding: 55px 50px;
}

.box-style02 .num-list .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-style02 .num-list .l-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

.box-style02 .num-list .l-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}

.box-style02 .num-list .l-txt {
  width: calc(100% - 200px);
  padding-top: 10px;
}

.box-style02 .num-list .num {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #d2d2d2;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  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;
}

.box-style02 .num-list .ttl {
  padding-left: 20px;
  font-size: 22px;
}

/*-----------------------------------------------------------
お問い合わせ（レイアウト）
-----------------------------------------------------------*/
.contact-form-box {
  margin-bottom: 40px;
}

.contact-form .dl-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #333333;
}

.contact-form .dl-contact dt {
  padding: 30px 20px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

.contact-form .dl-contact dd {
  padding: 30px 20px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.contact-form .dl-contact .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form .dl-contact .hissu {
  border: 1px solid #333333;
  color: #333333;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
}

.box-contact, .box-first {
  background-color: #333333;
  padding: 50px 3%;
  color: #fff;
  text-align: center;
}

.box-contact .box-ttl, .box-first .box-ttl {
  color: #fff;
}

.box-contact .box-ttl span:before, .box-first .box-ttl span:before {
  background-color: #fff;
}

.box-contact .box-ttl span:after, .box-first .box-ttl span:after {
  background-color: #fff;
}

.box-contact .time, .box-first .time {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 15px;
}

.box-first {
  background-color: #191919;
}

.box-first .btn-reserve {
  max-width: 340px;
  margin: 20px auto 0;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form .dl-contact {
    display: block;
  }

  .contact-form .dl-contact dt {
    padding: 30px 0 0;
  }

  .contact-form .dl-contact dd {
    padding: 20px 0 30px;
  }

  .contact-form .dl-contact .ttl {
    display: block;
  }

  .contact-form .dl-contact .hissu {
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
  }

  .box-contact, .box-first {
    padding: 30px 20px;
  }

  .box-contact .box-ttl, .box-first .box-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .box-contact .tel, .box-first .tel {
    font-size: 36px;
    margin-right: 0;
    padding-left: 25px;
  }

  .box-contact .tel:before, .box-first .tel:before {
    width: 20px;
    height: 20px;
  }

  .box-contact .time, .box-first .time {
    font-size: 13px;
    padding-top: 15px;
  }
}

/*-----------------------------------------------------------
お問い合わせ（パーツ）
-----------------------------------------------------------*/
.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] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

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

.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-text:after {
  content: "";
  border-radius: 50%;
  background: #333333;
  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-text:after {
  content: "";
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  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 .select-wrap {
  position: relative;
}

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

.contact-form .age-data {
  position: relative;
}

.contact-form .age-data input[type="text"] {
  width: 100px;
  margin-right: 10px;
}

.contact-form .age-data:after {
  content: '歳';
  position: absolute;
  top: 28px;
  left: 120px;
  line-height: 1;
}

.contact-form .tel-data-box {
  margin-top: 20px;
}

.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 .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 input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  text-align: center;
  display: block;
  background: #333333;
}

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

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

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

.mw_wp_form_confirm .age-data:after {
  top: 8px;
  left: auto;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form textarea {
    height: 160px;
  }

  .contact-form .mwform-radio-field, .contact-form .mwform-checkbox-field {
    width: 40%;
  }

  .contact-form .mwform-checkbox-field:nth-child(n+3) {
    margin-top: 5px;
  }

  .contact-form .mwform-checkbox-field label {
    line-height: 1.4;
  }

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

  .contact-form .preferred-date .time {
    float: none;
    width: 100%;
  }

  .contact-form .submit-btn {
    display: block;
  }

  .contact-form .submit-btn input[type=submit].submit-btn {
    width: 100%;
  }

  .contact-form .submit-btn input[type=submit].btn-back {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 40px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.t-news-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-bottom: 1px solid #d8dee0;
}

.t-news-list .list-item:nth-of-type(1) {
  border-top: 1px solid #d8dee0;
}

.t-news-list time {
  color: #9ca1a2;
  margin-right: 30px;
}

.t-news-list a:hover {
  text-decoration: underline;
}

/*TOPページ用：ブログ*/
.grid-top-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-top-blog .box-top-blog {
  width: 48%;
}

.grid-top-blog .box-top-blog a {
  display: block;
}

.grid-top-blog .box-top-blog a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-top-blog .box-top-blog .list-img {
  overflow: hidden;
  margin-bottom: 25px;
}

.grid-top-blog .box-top-blog .list-img.no-image {
  border: 1px solid #e9e9e9;
}

.grid-top-blog .box-top-blog .list-img img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.grid-top-blog .box-top-blog time {
  padding-bottom: 15px;
  color: #9ca1a2;
  font-size: 16px;
  line-height: 1;
}

.list-top-blog, .list-top-blog--sp {
  width: 48%;
}

.list-top-blog .list-item, .list-top-blog--sp .list-item {
  width: 100%;
}

.list-top-blog .list-item a, .list-top-blog--sp .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-top-blog .list-item a:hover .list-img img, .list-top-blog--sp .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-top-blog .list-item:nth-of-type(n + 2), .list-top-blog--sp .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}

.list-top-blog .list-img, .list-top-blog--sp .list-img {
  width: 32%;
  overflow: hidden;
}

.list-top-blog .list-img.no-image, .list-top-blog--sp .list-img.no-image {
  border: 1px solid #e9e9e9;
}

.list-top-blog .list-img img, .list-top-blog--sp .list-img img {
  width: 100%;
  height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.list-top-blog .list-desc, .list-top-blog--sp .list-desc {
  width: 62%;
}

.list-top-blog time, .list-top-blog--sp time {
  display: block;
  padding-bottom: 15px;
  color: #9ca1a2;
  font-size: 16px;
  line-height: 1;
}

.list-top-blog--sp {
  display: none;
}

/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  background-color: #fff;
  padding: 40px 40px;
  border: 1px solid #e2e5e6;
  border-top: 3px solid #333333;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 120px;
}

.list-post-type02 .l-img.no-image {
  border: 1px solid #e9e9e9;
}

.list-post-type02 .before-after {
  margin-bottom: 30px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 0 auto;
}

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

.post-layout .post-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-layout .post-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata {
  margin-bottom: 60px;
}

.postdata h4 {
  font-size: 20px;
  color: #9ca1a2;
  font-family: "Noto Serif JP", serif;
}

.postdata h5 {
  font-size: 18px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: '-';
  color: #333333;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #9ca1a2;
  font-family: "Noto Serif JP", serif;
}

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

.post-data {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.post-data time {
  line-height: 1;
  color: #9ca1a2;
  font-size: 16px;
}

.post-data .post-category01 {
  margin-left: 20px;
}

.post-data .post-category02 {
  margin-left: 20px;
}

.post-category01 {
  background-color: #f5f5f5;
  color: #333333;
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:last-child) {
  position: relative;
  padding-right: 30px;
}

.post-category01 span:not(:last-child):before {
  content: '/';
  position: absolute;
  right: 10px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #333333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

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

/*一覧用ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Noto Serif JP", serif;
  margin-top: 100px;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

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

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

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

/*詳細用ページャー*/
.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Crimson Text", serif;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: '';
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

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

.post-number-single a:hover {
  opacity: .5;
}

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

  /*TOPページ用：お知らせ*/
  .t-news-list .list-item {
    padding: 20px 10px;
    display: block;
  }

  .t-news-list time {
    margin: 0 0 5px 0;
    display: inline-block;
  }

  /*TOPページ用：ブログ*/
  .grid-top-blog {
    display: none;
  }

  .list-top-blog, .list-top-blog--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
  }

  .list-top-blog .list-item, .list-top-blog--sp .list-item {
    width: 100%;
  }

  .list-top-blog .list-item:nth-of-type(n + 2), .list-top-blog--sp .list-item:nth-of-type(n + 2) {
    margin-top: 15px;
  }

  .list-top-blog .list-img img, .list-top-blog--sp .list-img img {
    height: 100px;
  }

  .list-top-blog--sp {
    margin-bottom: 0;
  }

  /*普通投稿*/
  .list-post-type01 .item:not(:last-child), .list-post-type01 .pc-navi-list .item--p:not(:last-child), .pc-navi-list .list-post-type01 .item--p:not(:last-child), .list-post-type01 .pc-navi-list .item--c:not(:last-child), .pc-navi-list .list-post-type01 .item--c:not(:last-child), .list-post-type01 .f-navi .item--p:not(:last-child), .f-navi .list-post-type01 .item--p:not(:last-child), .list-post-type01 .f-navi .item--c:not(:last-child), .f-navi .list-post-type01 .item--c:not(:last-child) {
    margin-bottom: 60px;
  }

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

  .list-post-type02 .list-item {
    padding: 30px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .post-layout .post-img {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    margin-right: 20px;
  }

  .post-layout .post-img img {
    height: 100px;
  }

  .post-layout .post-desc {
    font-size: 11px;
  }

  .post-layout .post-desc .btn-more {
    font-size: 14px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  .post-number {
    margin-top: 80px;
  }

  .post-data time {
    font-size: 14px;
  }

  .post-data .post-category01 {
    margin-left: 15px;
    padding: 3px 10px 6px;
  }
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: .5s;
  transition: .5s;
}

.fade:hover {
  opacity: .5;
}

.fs11 {
  font-size: 11px;
}

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

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe7a5));
  background: linear-gradient(transparent 50%, #ffe7a5 50%);
}

.underline {
  text-decoration: underline;
}

.notice {
  font-size: 14px;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}

.m-auto {
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mr20 {
  margin-right: 20px;
}

.tac {
  text-align: center;
}

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

  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  .container, .container-long, .page-ttl, .max-bg-img figure {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }

  /*------------
  Header
  --------------*/
  .header {
    position: absolute;
  }

  .header-right {
    display: none;
  }

  .header-logo {
    padding: 20px 0 0 20px;
    width: 70px;
    height: auto;
  }

  .humberger-btn .ttl {
    padding-top: 2px;
  }

  .humberger {
    margin: 0 auto;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    width: 17px;
    height: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
  }

  .humberger span:nth-of-type(1) {
    top: 42%;
  }

  .humberger span:nth-of-type(2) {
    top: 62%;
  }

  .humberger.is-open {
    position: relative;
  }

  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

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

  .sp-navi {
    display: none;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .sp-navi.is-open {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 60px 25px 100px;
    overflow: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .sp-navi-list {
    margin-bottom: 20px;
    display: block;
  }

  .sp-navi-list .item, .sp-navi-list .pc-navi-list .item--p, .pc-navi-list .sp-navi-list .item--p, .sp-navi-list .pc-navi-list .item--c, .pc-navi-list .sp-navi-list .item--c, .sp-navi-list .f-navi .item--p, .f-navi .sp-navi-list .item--p, .sp-navi-list .f-navi .item--c, .f-navi .sp-navi-list .item--c {
    width: 100%;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-bottom: 1px solid #d6d6d6;
    color: #333333;
  }

  .sp-navi-list .item .item-link, .sp-navi-list .pc-navi-list .item--p .item-link, .pc-navi-list .sp-navi-list .item--p .item-link, .sp-navi-list .pc-navi-list .item--c .item-link, .pc-navi-list .sp-navi-list .item--c .item-link, .sp-navi-list .f-navi .item--p .item-link, .f-navi .sp-navi-list .item--p .item-link, .sp-navi-list .f-navi .item--c .item-link, .f-navi .sp-navi-list .item--c .item-link {
    display: block;
    position: relative;
    padding: 15px 0;
  }

  .sp-navi-list .item:first-child .item-link, .sp-navi-list .pc-navi-list .item--p:first-child .item-link, .pc-navi-list .sp-navi-list .item--p:first-child .item-link, .sp-navi-list .pc-navi-list .item--c:first-child .item-link, .pc-navi-list .sp-navi-list .item--c:first-child .item-link, .sp-navi-list .f-navi .item--p:first-child .item-link, .f-navi .sp-navi-list .item--p:first-child .item-link, .sp-navi-list .f-navi .item--c:first-child .item-link, .f-navi .sp-navi-list .item--c:first-child .item-link {
    padding: 15px 0;
  }

  .sp-navi-list .en {
    font-size: 9px;
    color: #bfc9a2;
  }

  .sp-navi-btns {
    background: #8397b0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi-btns .item, .sp-navi-btns .pc-navi-list .item--p, .pc-navi-list .sp-navi-btns .item--p, .sp-navi-btns .pc-navi-list .item--c, .pc-navi-list .sp-navi-btns .item--c, .sp-navi-btns .f-navi .item--p, .f-navi .sp-navi-btns .item--p, .sp-navi-btns .f-navi .item--c, .f-navi .sp-navi-btns .item--c {
    background-size: 16px;
    background-position: top 8px center;
    background-repeat: no-repeat;
    width: calc(100% / 4);
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
  }

  .sp-navi-btns .item:nth-child(1), .sp-navi-btns .pc-navi-list .item--p:nth-child(1), .pc-navi-list .sp-navi-btns .item--p:nth-child(1), .sp-navi-btns .pc-navi-list .item--c:nth-child(1), .pc-navi-list .sp-navi-btns .item--c:nth-child(1), .sp-navi-btns .f-navi .item--p:nth-child(1), .f-navi .sp-navi-btns .item--p:nth-child(1), .sp-navi-btns .f-navi .item--c:nth-child(1), .f-navi .sp-navi-btns .item--c:nth-child(1) {
    background-image: url(../images/share/icon_tel_w.png);
    background-size: 13px;
  }

  .sp-navi-btns .item:nth-child(2), .sp-navi-btns .pc-navi-list .item--p:nth-child(2), .pc-navi-list .sp-navi-btns .item--p:nth-child(2), .sp-navi-btns .pc-navi-list .item--c:nth-child(2), .pc-navi-list .sp-navi-btns .item--c:nth-child(2), .sp-navi-btns .f-navi .item--p:nth-child(2), .f-navi .sp-navi-btns .item--p:nth-child(2), .sp-navi-btns .f-navi .item--c:nth-child(2), .f-navi .sp-navi-btns .item--c:nth-child(2) {
    background-image: url(../images/share/icon_pc.svg);
    background-size: 17px;
  }

  .sp-navi-btns .item:nth-child(3), .sp-navi-btns .pc-navi-list .item--p:nth-child(3), .pc-navi-list .sp-navi-btns .item--p:nth-child(3), .sp-navi-btns .pc-navi-list .item--c:nth-child(3), .pc-navi-list .sp-navi-btns .item--c:nth-child(3), .sp-navi-btns .f-navi .item--p:nth-child(3), .f-navi .sp-navi-btns .item--p:nth-child(3), .sp-navi-btns .f-navi .item--c:nth-child(3), .f-navi .sp-navi-btns .item--c:nth-child(3) {
    background-image: url(../images/share/icon_beginner.png);
  }

  .sp-navi-btns .item:nth-child(4), .sp-navi-btns .pc-navi-list .item--p:nth-child(4), .pc-navi-list .sp-navi-btns .item--p:nth-child(4), .sp-navi-btns .pc-navi-list .item--c:nth-child(4), .pc-navi-list .sp-navi-btns .item--c:nth-child(4), .sp-navi-btns .f-navi .item--p:nth-child(4), .f-navi .sp-navi-btns .item--p:nth-child(4), .sp-navi-btns .f-navi .item--c:nth-child(4), .f-navi .sp-navi-btns .item--c:nth-child(4) {
    border-right: none;
  }

  .sp-navi-btns .item a, .sp-navi-btns .pc-navi-list .item--p a, .pc-navi-list .sp-navi-btns .item--p a, .sp-navi-btns .pc-navi-list .item--c a, .pc-navi-list .sp-navi-btns .item--c a, .sp-navi-btns .f-navi .item--p a, .f-navi .sp-navi-btns .item--p a, .sp-navi-btns .f-navi .item--c a, .f-navi .sp-navi-btns .item--c a {
    display: block;
    padding: 32px 0 0;
    height: 100%;
  }

  .sp-navi-btns .item .ttl, .sp-navi-btns .pc-navi-list .item--p .ttl, .pc-navi-list .sp-navi-btns .item--p .ttl, .sp-navi-btns .pc-navi-list .item--c .ttl, .pc-navi-list .sp-navi-btns .item--c .ttl, .sp-navi-btns .f-navi .item--p .ttl, .f-navi .sp-navi-btns .item--p .ttl, .sp-navi-btns .f-navi .item--c .ttl, .f-navi .sp-navi-btns .item--c .ttl {
    display: block;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .sp-dropdown .item-link {
    margin-right: 60px;
  }

  .sp-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
  }

  .sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sp-dropdown .sp-navi-child {
    padding: 5px 0 20px;
    width: 100%;
  }

  .sp-dropdown .sp-navi-child li {
    padding-left: 13px;
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .sp-dropdown .sp-navi-child li:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 12px;
    left: 0;
  }

  /*------------
  Hero
  --------------*/
  .hero {
    padding-bottom: 50px;
  }

  .hero-main {
    display: block;
  }

  .hero-01 {
    display: none;
  }

  .hero-02 {
    display: none;
  }

  .hero-ttl {
    bottom: 14px;
    right: 3%;
  }

  .hero-ttl-jp {
    letter-spacing: 0.1em;
    font-size: 18px;
  }

  .hero-news {
    position: static;
    width: 100vw;
    max-width: 100vw;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    margin-bottom: 20px;
  }

  .hero-news a {
    padding: 10px 30px 10px 5%;
    line-height: 1.7;
    background-color: #f5f5f5;
  }

  .hero-news a:before {
    width: 20px;
    height: 1px;
  }

  .hero-scroll {
    left: 13px;
    bottom: -26px;
  }

  .hero-scroll img {
    width: 10px;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .t-ttl:before {
    content: '';
    height: 1px;
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .t-ttl .en {
    font-size: 55px;
    display: block;
  }

  .t-ttl .jp {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 0px;
    display: block;
    padding-top: 10px;
  }

  .t-sub-ttl {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .sec01 {
    padding: 60px 0 60px;
    overflow: hidden;
  }

  .sec01-ttl {
    margin-bottom: 30px;
    position: relative;
  }

  .sec01 .t-ttl {
    margin-bottom: 0;
  }

  .sec01 .t-ttl .en {
    font-size: 40px;
  }

  .sec01 .t-news-list {
    margin-bottom: 20px;
  }

  .sec01-bnr {
    margin: 50px 0;
  }

  .sec02:before {
    display: none;
  }

  .sec02:after {
    display: none;
  }

  .sec03 {
    padding: 40px 0 60px;
    margin-top: 30px;
  }

  .sec02-layout, .sec03-layout {
    display: block;
    overflow: hidden;
  }

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

  .sec02-layout .l-img, .sec03-layout .l-img {
    width: 100%;
    min-height: auto;
    margin: 0 0 30px 0;
  }

  .sec02-layout .l-img img, .sec03-layout .l-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    position: static;
  }

  .sec02-layout .l-inr, .sec03-layout .l-inr {
    padding-left: 0;
  }

  .sec02-layout .txt-01, .sec03-layout .txt-01 {
    padding-bottom: 30px;
  }

  .sec02-layout .btn-more, .sec03-layout .btn-more {
    margin: 30px 0 0 auto;
  }

  .sec03-layout .l-desc {
    padding-top: 0px;
  }

  .sec03-layout .l-img {
    min-height: auto;
  }

  .sec03-layout .l-img img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sec04 {
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #333333), to(#333333));
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #333333 10%, #333333 100%);
  }

  .sec04-layout {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .sec04 .l-item {
    width: 100%;
  }

  .sec04 .l-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }

  .sec04 .num-ttl .num {
    font-size: 26px;
    padding-right: 5px;
  }

  .sec04 .num-ttl .en {
    font-size: 16px;
    padding-left: 30px;
  }

  .sec04 .num-ttl .en:before {
    width: 20px;
  }

  .sec04 .l-img {
    padding-bottom: 20px;
  }

  .sec04-ttl {
    padding-bottom: 15px;
    font-size: 22px;
  }

  .sec05 {
    padding-bottom: 70px;
    background: #f5f5f5;
  }

  .sec05-layout {
    display: block;
  }

  .sec05 .l-desc {
    width: 100%;
    padding: 60px 5% 40px;
  }

  .sec05 .l-inr {
    padding-left: 0;
  }

  .sec05 .btn-right {
    margin-top: 30px;
  }

  .sec05 .map {
    width: 100%;
    height: 360px;
  }

  .sec06 {
    padding: 60px 0;
  }

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

  /*------------
  Footer
  --------------*/
  .footer {
    display: block;
    padding-bottom: 50px;
  }

  .footer-main {
    width: 100%;
    padding: 40px 5% 10px 5%;
  }

  .footer-main_under {
    justify-content: center;
  }

  .f-logo_wrap {
    display: block;
  }

  .footer-main_under figure {
    width: 100%;
  }

  .footer-main_under figure img {
    margin: 0 auto;
  }

  .f-info {
    padding-bottom: 40px;
  }

  .f-navi {
    width: 100%;
    padding: 40px 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f-navi-list {
    width: calc(95% / 2);
  }

  .f-navi-list:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  .f-navi .item, .f-navi .item--p, .f-navi .item--c {
    font-size: 13px;
  }

  .f-navi .item:nth-of-type(n + 2), .f-navi .item--p:nth-of-type(n + 2), .f-navi .item--c:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .f-navi .item--p {
    margin-bottom: 10px;
  }

  .f-navi .item--c {
    font-size: 13px;
    padding-left: 20px;
  }

  .f-navi .item--c:nth-of-type(n + 2) {
    margin-top: 8px;
  }

  .f-navi .item--c:before {
    width: 3px;
    top: 11px;
    left: 0px;
  }

  .pagetop {
    display: none;
  }

  /*------------
  Button
  --------------*/
  .btn-more {
    font-size: 18px;
    padding-right: 43px;
  }

  .btn-more:before {
    width: 30px;
    height: 1px;
  }

  .btn-reserve a {
    padding: 25px 10px;
  }

  /*------------
  Under layout
  --------------*/
  .u-top-common {
    height: 220px;
    margin-bottom: 20px;
  }

  .u-top-common:before {
    width: 95%;
    height: 160px;
  }

  .u-top-common:after {
    width: 37%;
    height: 80px;
  }

  .u-top-common-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 54%;
    z-index: 0;
  }

  .u-top-common-img img {
    height: 160px;
  }

  .page-ttl {
    padding-top: 110px;
    font-size: 28px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  /*------------
  Under parts
  --------------*/
  .u-h2, .postdata h1, .post-category-ttl {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }

  .u-h3, .dl-privacy dt, .postdata h2, .post-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .u-h4, .postdata h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
  }

  .u-h4:before, .postdata h3:before {
    top: 15px;
    width: 20px;
  }

  .max-bg-img {
    margin-top: 80px;
    padding: 50px 0;
  }

  .tall, .tall--bg, .tall-none {
    margin-bottom: 80px;
  }

  .tall:last-child, .tall--bg:last-child, .tall-none:last-child {
    margin-bottom: 120px;
  }

  .tall--bg {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .tall--bg:last-child {
    padding: 60px 0 120px;
    margin-bottom: 0px;
  }

  .tall-none {
    margin-bottom: 0;
  }

  .tall-none:last-child {
    margin-bottom: 0px;
  }

  .u-wrap-left {
    float: none;
    width: 100%;
  }

  .side {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .t-align {
    text-align: left;
  }

  .ttl-line {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 25px;
  }

  .ttl-line:before {
    width: 20px;
    top: 13px;
  }

  .txt-marker {
    margin-bottom: 20px;
  }

  .txt-marker span {
    font-size: 20px;
  }

  .line-center-ttl, .box-contact .box-ttl, .box-first .box-ttl {
    margin-bottom: 20px;
  }

  .line-center-ttl span, .box-contact .box-ttl span, .box-first .box-ttl span {
    padding: 0 35px;
  }

  .line-center-ttl span:before, .box-contact .box-ttl span:before, .box-first .box-ttl span:before {
    width: 20px;
  }

  .line-center-ttl span:after, .box-contact .box-ttl span:after, .box-first .box-ttl span:after {
    width: 20px;
  }

  .l-style01 {
    display: block;
  }

  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

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

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style03 {
    display: block;
  }

  .l-style03 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .list-col1 .item:not(:last-child), .list-col1 .pc-navi-list .item--p:not(:last-child), .pc-navi-list .list-col1 .item--p:not(:last-child), .list-col1 .pc-navi-list .item--c:not(:last-child), .pc-navi-list .list-col1 .item--c:not(:last-child), .list-col1 .f-navi .item--p:not(:last-child), .f-navi .list-col1 .item--p:not(:last-child), .list-col1 .f-navi .item--c:not(:last-child), .f-navi .list-col1 .item--c:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }

  .list-col2, .list-col2--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-col2 .list-item, .list-col2--s .list-item {
    width: 100%;
  }

  .list-col2 .list-item:nth-child(odd), .list-col2--s .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-col2 .list-item+.list-item+.list-item, .list-col2--s .list-item+.list-item+.list-item {
    margin-top: 50px;
  }

  .list-col2 .list-item+.list-item, .list-col2--s .list-item+.list-item {
    margin-top: 50px;
  }

  .list-col2 .list-ttl, .list-col2--s .list-ttl {
    font-size: 20px;
  }

  .list-col2--s .list-item+.list-item+.list-item {
    margin-top: 30px;
  }

  .list-col2--s .list-item+.list-item {
    margin-top: 30px;
  }

  .list-col3 {
    display: block;
  }

  .list-col3 .list-item {
    width: 100%;
  }

  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 50px;
  }

  .list-col3 .list-ttl {
    font-size: 20px;
  }

  .list-card-col2 {
    display: block;
  }

  .list-card-col2 .list-item {
    width: 100%;
  }

  .list-card-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card-col2 .list-item+.list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-ttl {
    font-size: 20px;
  }

  .list-card-col3 {
    display: block;
  }

  .list-card-col3 .list-item {
    width: 100%;
  }

  .list-card-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-card-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-card-col3 .list-ttl {
    font-size: 20px;
  }

  .list-card-col4 .list-item {
    width: calc(97% / 2);
    margin-right: 3%;
    padding: 20px 15px 25px;
  }

  .list-card-col4 .list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .list-card-col4 .list-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  .list-card-col4 .list-ttl {
    font-size: 16px;
  }

  .list-txt.col2, .list-txt.col3, .list-txt.col4 {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-txt.col2 li, .list-txt.col3 li, .list-txt.col4 li {
    width: 100%;
  }

  .list-txt.col2 li:nth-child(odd) {
    margin-right: 0;
  }

  .list-txt.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-txt.col4 li {
    padding-right: 0;
  }

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

  .list-check.col2 li, .col2.list-check--02 li {
    width: 100%;
  }

  .list-check.col2 li:before, .col2.list-check--02 li:before {
    top: 11px;
  }

  .list-check.col2 li:nth-of-type(n + 2), .col2.list-check--02 li:nth-of-type(n + 2) {
    margin-top: 3px;
  }

  .list-check--02 li:after {
    top: 7px;
  }

  .merit-demerit {
    display: block;
  }

  .merit-demerit .list-item {
    padding: 30px 20px;
  }

  .merit-demerit .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }

  .merit-demerit .list-ttl .en {
    font-size: 24px;
    margin-right: 10px;
  }

  .merit-demerit .list-ttl .jp {
    font-size: 14px;
  }

  .before-after {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .before-after:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

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

  .before-after .l-img img {
    height: 200px;
  }

  .before-after .l-item:nth-child(1) {
    margin-bottom: 40px;
  }

  .flow-type01 {
    padding: 40px 20px;
  }

  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .flow-type01 .l-ttl {
    font-size: 20px;
  }

  .flow-type01 .l-ttl span {
    font-size: 11px;
  }

  .flow-type02, .flow-type02--one {
    display: block;
  }

  .flow-type02 .l-item, .flow-type02--one .l-item {
    padding: 35px 20px 30px;
    width: 100%;
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:nth-child(3n), .flow-type02--one .l-item:nth-child(3n) {
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:after, .flow-type02--one .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .flow-type02 .l-ttl, .flow-type02--one .l-ttl {
    font-size: 18px;
  }

  .flow-type02.col2 .l-item, .col2.flow-type02--one .l-item {
    width: 100%;
    margin: 0 0 50px;
  }

  .flow-type02.col2 .l-item:nth-child(3n), .col2.flow-type02--one .l-item:nth-child(3n) {
    margin: 0 0 50px;
  }

  .flow-type02.col2 .l-item:nth-child(2n), .col2.flow-type02--one .l-item:nth-child(2n) {
    margin: 0 0 50px;
  }

  .flow-type03 {
    display: block;
  }

  .flow-type03 .flow-item {
    padding: 10px 20px 10px;
    width: 100%;
    margin: 0 0 50px;
  }

  .flow-type03 .flow-item:last-child {
    margin: 0;
  }

  .flow-type03 .flow-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .staff-layout {
    margin-bottom: 40px;
  }

  .staff-layout .l-inr {
    display: block;
  }

  .staff-layout .l-img {
    margin-bottom: 20px;
  }

  .staff-layout .l-desc {
    margin-left: 0;
  }

  .staff-layout .job {
    font-size: 16px;
  }

  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-profile {
    display: block;
  }

  .staff-profile .item, .staff-profile .pc-navi-list .item--p, .pc-navi-list .staff-profile .item--p, .staff-profile .pc-navi-list .item--c, .pc-navi-list .staff-profile .item--c, .staff-profile .f-navi .item--p, .f-navi .staff-profile .item--p, .staff-profile .f-navi .item--c, .f-navi .staff-profile .item--c {
    width: 100%;
    padding: 25px;
  }

  .staff-profile .item:not(:last-child), .staff-profile .pc-navi-list .item--p:not(:last-child), .pc-navi-list .staff-profile .item--p:not(:last-child), .staff-profile .pc-navi-list .item--c:not(:last-child), .pc-navi-list .staff-profile .item--c:not(:last-child), .staff-profile .f-navi .item--p:not(:last-child), .f-navi .staff-profile .item--p:not(:last-child), .staff-profile .f-navi .item--c:not(:last-child), .f-navi .staff-profile .item--c:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .staff-profile .ttl {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
  }

  .staff-profile-list li {
    display: block;
  }

  .staff-profile-list .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-profile-list .txt {
    width: 100%;
  }

  .dl-privacy dt {
    line-height: 1.4;
  }

  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

  .table-style02 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style02 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

  .table-style04 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style04 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

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

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

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

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

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

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

  .box-bg, .box-bg--01 {
    padding: 30px 20px;
  }

  .box-bg--02 {
    padding: 30px 20px;
  }

  .box-bg--03 {
    padding: 30px 20px;
  }

  .box-style01, .box-style01--l, .box-style01--r {
    display: block;
  }

  .box-style01 .l-img, .box-style01--l .l-img, .box-style01--r .l-img {
    width: 100%;
  }

  .box-style01 .l-img img, .box-style01--l .l-img img, .box-style01--r .l-img img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  .box-style01 .l-desc, .box-style01--l .l-desc, .box-style01--r .l-desc {
    width: 100%;
    padding: 30px 20px;
    margin-top: -30px;
  }

  .box-style01 .l-ttl, .box-style01--l .l-ttl, .box-style01--r .l-ttl {
    margin-bottom: 20px;
  }

  .box-style01 .l-ttl .num, .box-style01--l .l-ttl .num, .box-style01--r .l-ttl .num {
    font-size: 50px;
  }

  .box-style01 .l-ttl .ttl, .box-style01--l .l-ttl .ttl, .box-style01--r .l-ttl .ttl {
    font-size: 18px;
  }

  .box-style02 {
    padding: 30px 20px;
  }

  .box-style02 .num-list .l-item {
    display: block;
  }

  .box-style02 .num-list .l-ttl {
    width: 100%;
  }

  .box-style02 .num-list .l-txt {
    width: 100%;
  }

  .map {
    height: 250px;
  }

  /*------------
  reset
  --------------*/
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /*------------
  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-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: .5s;
  transition: .5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .5;
}

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

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  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: 20px;
}

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

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

.slick-dots li.slick-active button {
  background: #333333;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

#fixbanner {
  position: fixed;
  right: 5%;
  bottom: 50px;
  z-index: 99;
}

#fixbanner .remove {
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 10px;
  z-index: 1;
}

#fixbanner .txt {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  text-align: center;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  #fixbanner {
    display: none;
    right: 3%;
    bottom: 60px;
    width: 35%;
  }

  #fixbanner .remove {
    top: 5px;
    right: 5px;
  }
}

.dl-style01 dt {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.dl-style01 dd+dt {
  margin-top: 25px;
}

.link {
  text-decoration: underline;
  word-wrap: break-word;
}

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