@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

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

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

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

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

.sp-only {
  display: none;
}

.none {
  display: none;
}

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

.fade:hover {
  opacity: .5;
}

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

.fade_inline:hover {
  opacity: .5;
}

.radius {
  border-radius: 10px;
}

.circle {
  border-radius: 50%;
}

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

.underline {
  text-decoration: underline;
}

.color01 {
  color: #5e86a7;
}

.color02 {
  color: #555;
}

.color03 {
  color: #bb9d58;
}

.green {
  color: #00B050;
}

.yellow {
  color: #555;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mbL {
  margin-bottom: 60px;
}

.mbM {
  margin-bottom: 40px;
}

.mbS {
  margin-bottom: 10px;
}

.mt05em {
  margin-top: .5em;
}

.mt1em {
  margin-top: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.font01 {
  font-family: "FP-HiraginoUDSerifStdN-W6";
  font-weight: 500;
}

.fontsizeS {
  font-size: .9em;
}

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

.link {
  color: #2e76b3;
  text-decoration: underline;
}

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

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

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

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

.relative {
  position: relative;
}

.line20 {
  line-height: 2;
}

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

.opacity, #pagetop a, .side-banner02 a, .post-type01 .single .l-img a, .post-type03 .img a, .post-type03 .ttl a, .u-contents li a, .post-number-single a, .post-number-single .current, .contact-form .btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.opacity:hover, #pagetop a:hover, .side-banner02 a:hover, .post-type01 .single .l-img a:hover, .post-type03 .img a:hover, .post-type03 .ttl a:hover, .u-contents li a:hover, .post-number-single a:hover, .post-number-single .current:hover, .contact-form .btn:hover {
  opacity: .6;
}

body {
  color: #333;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

.contents-wrapper {
  position: relative;
  left: 220px;
  width: calc(100% - 220px);
  min-width: 1034px;
}

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

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

.mini {
  margin-top: 30px;
}

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

.line20 {
  line-height: 2;
}

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

@media screen and (max-width: 800px) {
  .anchor, .u-section {
    margin-top: -40px;
    padding-top: 40px;
  }
}

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

.u-bg01 {
  background: #eaf2f5;
}

#header {
  background: #fff;
  direction: rtl;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  text-align: center;
  overflow-y: auto;
  width: 220px;
  z-index: 999;
}

#header nav {
  direction: ltr;
}

.h-logo {
  padding: 30px 20px 0;
}

.h-list {
  margin: 20px;
}

.h-list li {
  background: #d2bf3f;
  border-radius: 11px;
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
  line-height: 1;
}

.h-list li + li {
  margin-top: 10px;
}

@media all and (-ms-high-contrast: none) {
  .h-list li {
    padding: 7px 0 3px;
  }
}

.h-box {
  background: #f8f8f8;
  color: #666666;
  font-size: 12px;
  padding: 4px 0;
  margin: 20px 20px 25px;
}

.g-navi {
  margin: 25px 0;
  width: 100%;
}

.pc-navi_list {
  border-top: 1px solid #ADADAD;
}

.pc-navi_list .item {
  text-align: center;
  line-height: 1;
}

.pc-navi_list .item > a, .pc-navi_list .item .parent {
  border-bottom: 1px solid #ADADAD;
  display: block;
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  padding: 18px 0;
  position: relative;
  line-height: 1;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  white-space: nowrap;
  z-index: 1;
}

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

.pc-navi_list .item > a:hover, .pc-navi_list .item .parent:hover {
  background: #f4f4f4;
}

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

.pc-navi-haschild::after {
  /* font-family: "Font Awesome 5 Free"; */
  /* font-weight: 900; */
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ADADAD;
  content: "";
  background: url('../images/share/ico_arrow.svg') 0 0 no-repeat;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 9px;
}

.pc-navi_child {
  background: rgba(87, 129, 163, 0.9);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 220px;
  padding-top: 80px;
  width: 420px;
  z-index: 100;
}

.pc-navi_child .grandsun a {
  color: #fff;
  display: block;
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.5;
  padding: 15px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: left;
}

.pc-navi_child .grandsun a:hover {
  background: #f4f4f4;
  color: #5e86a7;
}

.h-btns {
  margin: 25px 20px 20px;
}

.h-btns .btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  line-height: 1;
}

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

.h-btns .btn:hover {
  opacity: .6;
}

.h-tels {
  margin: 20px;
}

.h-tels .number {
  display: block;
  line-height: 1;
}

.h-tels .number + .number {
  margin-top: 15px;
}

.h-schedule {
  font-size: 12px;
  margin: 20px 20px 22px;
}

.h-banner {
  margin: 20px;
}

.h-banner .btn {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  line-height: 1;
}

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

.h-banner .btn:hover {
  opacity: .6;
}

.h-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 50px 20px;
  max-width: 100%;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.h-layout01 .logo {
  z-index: 1;
}

.h-layout01 .l-desc {
  margin-left: auto;
  padding-left: 20px;
  max-width: 1000px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h-layout01 .l-desc .h-tel {
  margin-left: auto;
}

.h-tel {
  border: 1px solid #555;
  border-radius: 25px;
  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;
  padding: 10px 20px;
  width: 390px;
}

.h-tel .number {
  line-height: 1;
}

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

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

.fix-nav .child a {
  background: #fff;
  border-radius: 3px;
  display: block;
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  text-align: left;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding: 11px 35px 11px 14px;
  position: relative;
}

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

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

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

.hero {
  position: relative;
  width: 100%;
}

#hero_slider {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

#hero_slider a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
}

#hero_slider a:hover {
  opacity: .6;
}

#hero_slider .item {
  height: 650px;
}

#hero_slider .item img {
  opacity: 0;
}

#hero_slider .item.item01 {
  background: url("../images/hero01_pc.png") center/cover no-repeat;
}

#hero_slider .item.item02 {
  background: url("../images/hero02_pc.png") center/cover no-repeat;
}

#hero_slider .item.item03 {
  background: url("../images/hero03_pc.png") center/cover no-repeat;
}

#hero_slider .item.item04 {
  background: url("../images/hero04_pc.png") center/cover no-repeat;
}

#hero_slider .item.item05 {
  background: url("../images/hero05_pc.png") center/cover no-repeat;
}

#hero_slider .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: auto;
  text-align: center;
}

#hero_slider .slick-dots li {
  display: block;
}

@-webkit-keyframes updown01 {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@keyframes updown01 {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@-webkit-keyframes updown02 {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes updown02 {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@-webkit-keyframes moveX {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes moveX {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes moveY {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes moveY {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.moveX {
  -webkit-animation: moveX .8s ease-in-out infinite;
  animation: moveX .8s ease-in-out infinite;
}

.moveY {
  -webkit-animation: moveY .8s ease-in-out infinite;
  animation: moveY .8s ease-in-out infinite;
}

.updown01 {
  -webkit-animation: updown01 .8s ease-in-out infinite;
  animation: updown01 .8s ease-in-out infinite;
}

.updown02 {
  -webkit-animation: updown02 .8s ease-in-out infinite;
  animation: updown02 .8s ease-in-out infinite;
}

.t-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  max-width: 1500px;
}

.t-btn {
  margin-top: 50px;
}

.t-btn.white a {
  background: #fff;
  color: #436975;
}
.t-btn.white a:hover {
  box-shadow: 0 0 10px #fff;
}

.t-btn a {
  background: url("../images/share/bg01.png") repeat-y;
  background-size: 100% auto;
  color: #fff;
  display: inline-block;
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  line-height: 1;
  padding: 17px 0;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  width: 340px;
}

.t-btn a::before {
  /* font-family: "Font Awesome 5 Free"; */
  /* font-weight: 900; */
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* content: "\f054"; */
  content: "";
  background: url('../images/share/ico_arrow_w.svg') 0 0 no-repeat;
  width: 8px;
  height: 10px;
  font-size: 10px;
  position: absolute;
  top: 20px;
  left: 15px;
}

.t-btn a:hover {
  -webkit-box-shadow: 0 0 10px #5e86a7;
  box-shadow: 0 0 10px #5e86a7;
}

@media screen and (max-width: 800px) {
  .t-btn {
    margin-top: 40px;
  }
  .t-btn a {
    padding: 15px;
    width: 100%;
  }
  .t-btn a + a {
    margin: 1em auto 0;
  }
  .t-btn a::before {
    top: 18px;
  }
}

/* .t-box {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #5e86a7;
}

.t-box .cut {
  height: 226px;
  overflow: hidden;
  position: relative;
}

.t-box .cut img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.t-box .inner {
  padding: 15px 18px;
}

.t-box .color02 {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
}

.t-box .mark {
  padding-left: 20px;
  position: relative;
}

.t-box .mark::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #5e86a7;
  content: "\f3c5";
  top: 6px;
  left: 0;
  position: absolute;
}

.t-box a {
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.t-box a:hover {
  opacity: .6;
} */

.t-shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.t-color {
  color: #5e86a7;
}

.t-bg01 {
  background: #F6F0E8;
}

.t-news {
  position: relative;
}

.t-news .inner {
  background: rgba(255, 255, 255, 0.8);
  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;
  padding: 25px 40px 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 630px;
  z-index: 10;
}

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

.t-news .news-ttl .txt {
  color: #5e86a7;
  font: 35px "Spectral", serif;
  margin-bottom: 15px;
}

.t-news .news-ttl .btn {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  top: 0;
  background: url("../images/share/arrow01.png") no-repeat #555;
  background-position: left 14px center;
  color: #fff;
  display: block;
  font: 23px "Spectral", serif;
  line-height: 1;
  margin: auto;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}

.t-news .news-ttl .btn:hover {
  top: 4px;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
}

.t-news .news-content {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-news .news-content .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-news .news-content .single + .single {
  margin-top: 8px;
}

.t-news .news-content .single time {
  color: #555;
  font: 13px "FP-HiraginoUDSerifStdN-W6";
  margin-right: 20px;
}

.t-news .news-content .single .txt {
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-news .news-content .single:hover {
  opacity: .6;
}

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

.t-ttl01 .en {
  display: block;
  font: 60px "Spectral", serif;
  line-height: 1;
}

.t-ttl01 .jp {
  display: block;
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  margin-top: 5px;
}

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

.t-ttl02 {
  background: url("../images/share/ttl_icon.png") no-repeat;
  background-position: left center;
  color: #5e86a7;
  padding-left: 55px;
}

.t-ttl02 .en {
  font: 70px "Spectral", serif;
}

.t-ttl02 .jp {
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .t-ttl02 {
    padding-left: 40px;
  }
  .t-ttl02 .en {
    font-size: 35px;
  }
  .t-ttl02 .jp {
    font-size: 15px;
    margin-left: 10px;
  }
}

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

.sec01 {
  background: #f3f4f9;
}

.sec01-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0;
  position: relative;
}

.sec01-layout .l-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec01-layout .l-desc {
  margin-left: 370px;
}

.sec01-layout .l-ttl {
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-bottom: 45px;
}

.sec01-layout .l-ttl .color {
  color: #b62d61;
}

.sec02 {
  background: url("../images/sec02_bg.png") repeat-y;
  background-size: 100% auto;
  padding: 70px 0 80px;
}

.sec02-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.sec02-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec02-ttl .jp {
  color: #fff;
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

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

.sec02-layout .item {
  -webkit-transition: .6s ease;
  transition: .6s ease;
  background: #fff;
  border-radius: 5px;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  width: 320px;
}

.sec02-layout .item:hover {
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}

.sec02-layout .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  text-align: center;
}

.sec03 {
  padding: 80px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2px;
}

.sec03-ttl {
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

.sec03-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec03-ttl .jp {
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

.sec03-ttl .jp .color {
  color: #b62d61;
  font-size: 30px;
}

.sec03-layout {
  background: #f1f3f8;
  padding: 60px 40px 55px;
  position: relative;
}

.sec03-layout .chara {
  position: absolute;
  bottom: 100%;
  right: 0;
}

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

.sec03-layout .item {
  margin: 0 18px;
  text-align: center;
}

.sec03-layout .l-ttl {
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 25px;
  text-align: center;
}

.sec04 {
  padding: 80px 0;
  border-top: 1px solid #eeeeee;
  margin-top: 2px;
}

.sec04-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.sec04-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec04-ttl .jp {
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

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

.t-record::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 320px;
}

.t-record .single {
  margin-bottom: 60px;
  width: 320px;
}

.t-record .l-img a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 220px;
  display: block;
  width: 100%;
}

.t-record .l-img a:hover {
  opacity: .6;
}

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

.t-record .time {
  color: #9f9f9f;
  display: block;
  font: 14px "Spectral", serif;
  margin: 20px 0 15px;
}

.t-record .l-ttl {
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-bottom: 15px;
}

.t-record span.category {
  display: inline-block;
  background: #b62d61;
  color: #fff;
  font: 12px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.4;
  margin-right: 1em;
  padding: 5px 15px;
}

.sec05 {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.lazyloaded.sec05 {
  background: url("../images/sec05_bg.png") center/cover no-repeat;
}

.sec05 .chara {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec05-box {
  margin-left: auto;
  padding-left: 20px;
  width: 800px;
}

.sec05-ttl {
  color: #fff;
  font: 34px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-bottom: 30px;
  text-align: center;
}

.sec05-ttl .color {
  color: #e9d12c;
}

.sec05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.sec05-list .item {
  height: 185px;
  width: 250px;
}

.lazyloaded .sec05-list .item:nth-child(1) {
  background: url("../images/sec05_point01.png") center/cover no-repeat;
}

.lazyloaded .sec05-list .item:nth-child(2) {
  background: url("../images/sec05_point02.png") center/cover no-repeat;
}

.sec05-list .item:nth-child(3) {
  background: url("../images/sec05_point03.png") center/cover no-repeat;
}

.sec05-list .item-ttl {
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 60px;
  padding-left: 20px;
}

.sec05-list .item-ttl .color {
  color: #b62d61;
}

.sec05-txt {
  color: #fff;
  font: 17px "FP-HiraginoUDSerifStdN-W6";
  text-align: center;
  line-height: 1.8;
}

.sec06 {
  margin: 80px auto 90px;
}

.sec06-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.sec06-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec06-ttl .jp {
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

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

.sec06-single + .sec06-single {
  margin-top: 70px;
}

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

.sec06-single.reverse .l-desc {
  margin-left: 0;
  margin-right: 50px;
}

.sec06-single.reverse .l-desc::after {
  left: auto;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #f3f4f9;
}

.sec06-single .l-img {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.sec06-single .l-desc {
  background: #f3f4f9;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  padding: 40px;
  position: relative;
}

.sec06-single .l-desc::after {
  content: "";
  display: block;
  position: absolute;
  top: 52px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #f3f4f9 transparent transparent;
}

.sec06-single .l-ttl {
  color: #5781a3;
  font: 21px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 15px;
}

.sec07 {
  background: url("../images/sec07_bg.png") repeat-y;
  background-size: 100% auto;
}

.sec07 .chara {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec07 .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec07-ttl {
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec07-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec07-ttl .jp {
  color: #fff;
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

.sec07-txt {
  color: #fff;
}

.sec08 {
  padding: 80px 0;
}

.sec08-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.sec08-ttl .en {
  color: #d2bf3f;
  display: block;
  font: 14px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
}

.sec08-ttl .jp {
  display: block;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-top: 15px;
}

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

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

.t-post .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: block;
  width: 23%;
}

.t-post .single .l-img {
  height: 160px;
  width: 100%;
}

.t-post .single .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  height: 100%;
  width: 100%;
}

.t-post .single .l-desc {
  padding: 18px;
}

.t-post .single .list-desc {
  margin-bottom: 10px;
}

.t-post .single time {
  color: #b62d61;
  font: 13px "Spectral", serif;
  letter-spacing: .2em;
}

.t-post .single .ttl {
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
}

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

.sec09 {
  margin-bottom: 80px;
}

.sec09-ttl {
  color: #436975;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin: 30px auto 15px;
  text-align: center;
}

.sec-end {
  background: #f3f4f9;
  border-top: 1px solid #eee;
  margin-top: 83px;
  position: relative;
}

.sec-end::before {
  background: #eeeeee;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  width: 100%;
}

.sec-end .container {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

.sec-end .chara {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-end .l-ttl {
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 40px;
}

.sec-end .sec-end-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.sec-end .sec-end-btns .item {
  display: block;
  padding: 2.5px 0;
}

.sec-end .sec-end-btns .item:first-child {
  margin-right: 28px;
}

.sec-end .sec-end-btns .item + .item {
  margin-left: 19px;
}

.sec-end .sec-end-btns .tel {
  margin-top: 20px;
}

.sec-end .sec-end-btns .line {
  background: #00b800;
  border-radius: 3px;
  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: 180px;
}

.sec-end .sec-end-btns .web {
  background: url("../images/share/f-web_bg.png") repeat-y;
  background-size: 100% auto;
  border-radius: 3px;
  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: 180px;
}

.sec-end .sec-end-btns a {
  display: block;
}

#footer {
  background: url("../images/sec02_bg.png") repeat-y;
  background-size: 100% auto;
  padding: 60px 0 25px;
  position: relative;
}

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

.f-layout01 .l-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f-layout01 .logo {
  margin-bottom: 25px;
}

.f-layout01 .txt {
  color: #fff;
  font-size: 13px;
}

.f-list01 .item {
  margin: 0 0 5px;
}

.f-list01 .item a {
  -webkit-transition: .6s ease;
  transition: .6s ease;
  color: #555555;
  display: inline-block;
  padding: .5em;
  font-size: 14px;
  line-height: 1;
}

.f-list01 .item a:hover {
  background: #555;
  color: #fff;
}

.f-list01 .children {
  line-height: 2;
  margin-top: 4px;
}

.f-list01 .children a {
  font-size: 13px;
}

.f-list01 .children a::before {
  content: "ー ";
}

.copyright {
  color: #bababa;
  font-size: 12px;
  font-family: Verdana;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

#fixnavi_pc {
  background: #fff;
  border: 2px solid #294279;
  border-right: none;
  border-radius: 3px 0 0 3px / 3px 0 0 3px;
  padding: 10px 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  width: 65px;
  display: none;
}

#fixnavi_pc .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  margin: auto;
  text-align: center;
  width: 50px;
}

#fixnavi_pc .item + .item {
  border-top: 1px solid #294279;
  margin-top: 10px;
  padding-top: 10px;
}

#fixnavi_pc .item:hover {
  opacity: .6;
}

#fixnavi_sp {
  display: none;
}

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

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

.t-map {
  height: 500px;
}

.f-map {
  height: 427px;
}

.u-map {
  height: 340px;
}

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

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

#pagetop a {
  display: block;
}

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

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

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

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

.page-ttl {
  background: url("../images/share/page-ttl_pc.png") no-repeat #f3f4f9;
  background-position: left bottom;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
}

.page-ttl .inner {
  width: 1024px;
}

.page-ttl h1 .jp {
  display: block;
  font: 35px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.2;
}

.page-ttl h1 .en {
  background: url("../images/share/bg01.png") repeat-y;
  background-size: 100% auto;
  color: #fff;
  display: inline-block;
  font: 15px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
  padding: 4px 12px;
}

.page-ttl .desc {
  margin: 10px auto 0;
  width: 30em;
}

.page-ttl .pick {
  color: #b62d61;
  font-weight: bold;
}

.breadcrumb {
  color: #888;
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}

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

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

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

.breadcrumb a {
  color: inherit;
}

#main {
  line-height: 2;
}

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

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

.side-navi {
  margin: 0 0 30px 44px;
  width: 240px;
}

.side-box01 {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #5e86a7;
  margin-bottom: 20px;
}

.side-box01 .inner {
  padding: 18px;
}

.side-ttl {
  border-bottom: 1px solid #ddd;
  color: #555;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  padding: 18px 17px;
  line-height: 1;
}

.side-list01 > li {
  margin: 10px 0;
}

.side-list01 > li a {
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}

.side-list01 > li a:hover {
  color: #5e86a7;
  text-decoration: underline;
}

/* .side-list01 > li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #eb6e5d;
  content: "\f0da";
  font-size: 15px;
  top: 3px;
  left: 0;
  position: absolute;
}
 */
.side-img {
  text-align: center;
  margin: 10px auto;
}

.side-data {
  line-height: 1.5;
  text-align: center;
}

.side-data dt {
  background: #f6f9e7;
  color: #555;
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  padding: 5px 0;
  margin-bottom: 10px;
}

.side-data dd + dt {
  margin-top: 25px;
}

.side-data .em {
  border: 1px solid #ddd;
  color: #eb6e5d;
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  padding: 6px 0;
  margin-top: 12px;
}

.side-banner01 {
  text-align: center;
  margin-bottom: 20px;
}

.side-banner01 a {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  background: #eb6e5d;
  color: #fff;
  display: block;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  padding: 14px 0 14px 15px;
  position: relative;
}

/* .side-banner01 a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  content: "\f0e0";
  font-size: 26px;
  top: 14px;
  left: 20px;
  position: absolute;
} */

.side-banner01 a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.side-banner02 {
  margin-bottom: 20px;
}

.side-banner02.news a {
  background: url("../images/share/side-icon01.png") no-repeat #abc111;
  background-position: center left 15px;
}

.side-banner02.blog a {
  background: url("../images/share/side-icon02.png") no-repeat #abc111;
  background-position: center left 15px;
}

.side-banner02.recruit a {
  background: url("../images/share/side-icon03.png") no-repeat #abc111;
  background-position: center left 15px;
}

.side-banner02 a {
  color: #fff;
  display: block;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  padding: 14px 0 14px 15px;
  text-align: center;
}

.s-address {
  font-size: 13px;
  margin-top: 14px;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.l-table .item {
  width: 48%;
}

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

.u-h2, .postdata h2 {
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

.u-h2::after, .postdata h2::after {
  background: #5e86a7;
  content: "";
  display: block;
  height: 2px;
  margin: 15px auto 0;
  width: 40px;
}

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

.u-h3, .u-case .case-ttl, .postdata h3 {
  border-bottom: 1px solid #e1e1e1;
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.7;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.u-h3::after, .u-case .case-ttl::after, .postdata h3::after {
  background: #b82e63;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 60px;
}

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

.u-h4, .postdata h4 {
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.7;
  position: relative;
  margin-bottom: 20px;
  padding-left: 1em;
  position: relative;
}

.u-h4::after, .postdata h4::after {
  color: #5e86a7;
  content: "■";
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

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

.u-h5, .l-dl01 dt, .postdata h5 {
  color: #5e86a7;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .u-h5, .l-dl01 dt, .postdata h5 {
    font-size: 16px;
  }
}

.u-h6 {
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.7;
  margin-bottom: .5em;
}

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

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

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

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

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

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

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

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

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

.table-style02 table th {
  background: #5e86a7;
  border: 1px solid #dddddd;
  color: #fff;
  padding: 12px 15px;
  vertical-align: top;
  text-align: left;
}

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

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

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

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

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

.table-style03 table tr:first-child {
  border-top: 1px dashed #ccc;
}

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

.table-style03 table td {
  font-size: 14px;
  padding: 12px 15px;
  vertical-align: top;
}

.u-btn, .post-type01 .list-btn {
  margin-top: 30px;
}

.u-btn.small a, .post-type01 .small.list-btn a {
  border-radius: 22.5px;
  padding: 15px 30px;
  width: 150px;
}

.u-btn.slim a {
  padding: 15px 30px;
}

.u-btn.small a + a, .post-type01 .small.list-btn a + a {
  margin-left: 1.5em;
}

.u-btn.small a::after, .post-type01 .small.list-btn a::after {
  top: 18px;
}

.u-btn.white a, .post-type01 .white.list-btn a {
  background: #fff;
  color: #436975;
}

.u-btn a, .post-type01 .list-btn a {
  background: url("../images/share/bg01.png") repeat-y;
  background-size: 100% auto;
  color: #fff;
  display: inline-block;
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  line-height: 1;
  padding: 17px 80px;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  width: auto;
}

.u-btn a + a, .post-type01 .list-btn a + a {
  margin-left: 1em;
}

.u-btn a::before, .post-type01 .list-btn a::before {
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* content: "\f054"; */
  content: "";
  background: url('../images/share/ico_arrow_w.svg') 0 0 no-repeat;
  width: 8px;
  height: 10px;
  font-size: 10px;
  position: absolute;
  top: 19px;
  left: 10px;
}

.u-btn a:hover, .post-type01 .list-btn a:hover {
  -webkit-box-shadow: 0 0 10px #5e86a7;
  box-shadow: 0 0 10px #5e86a7;
}

@media screen and (max-width: 800px) {
  .u-btn a, .post-type01 .list-btn a {
    padding: 15px;
    width: 100%;
  }
  .u-btn a + a, .post-type01 .list-btn a + a {
    margin: 1em auto 0;
  }
  .u-btn a::before, .post-type01 .list-btn a::before {
    top: 18px;
  }
}

.u-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media screen and (max-width: 800px) {
  .u-btn2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-btn2 .item {
    margin: 0 1em;
  }
}

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: -.5em;
}

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

.pagelink.center::before {
  display: none;
}

.pagelink.center a {
  margin: 0 30px;
}

.pagelink.col2::before {
  display: none;
}

.pagelink.col2 a {
  width: 48%;
}

.pagelink li {
  margin-bottom: .5em;
}

.pagelink li::after {
  background: #e0e0e0;
  content: "";
  display: inline-block;
  height: 1em;
  margin: 0 20px;
  vertical-align: -3px;
  width: 2px;
}

.pagelink a {
  display: inline-block;
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  padding: 3px 0;
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.pagelink a:hover {
  text-decoration: underline;
}

.pagelink a::after {
  background: url("../images/share/ico_arrow_bottom.svg") no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 15px;
  width: 14px;
  vertical-align: -3px;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .pagelink.col1 {
    text-align: center;
  }
  .pagelink.col1 li {
    width: 100%;
  }
  .pagelink li::after {
    display: none;
  }
}

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

.post-type01 .single .l-img {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 30%;
}

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

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

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

.post-type01 .list-btn a {
  min-width: auto;
  padding: 4px 15px 5px;
  padding: 0 1.2em;
}

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

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

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

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

.post-type02_list .single {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  margin-bottom: 40px;
  width: 32%;
}

.post-type02_list .single .l-img {
  height: 220px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}

.post-type02_list .single .l-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  height: 100%;
  width: 100%;
}

.post-type02_list .single .l-ttl {
  color: #5e86a7;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
}

.post-type02_list .single .list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-type02_list .single time {
  color: #888;
  margin-right: 1em;
  font-size: 13px;
}

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

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

@media screen and (max-width: 800px) {
  .post-type02_list::before {
    display: none;
  }
  .post-type02_list .single {
    margin-bottom: 30px;
    width: 48%;
  }
  .post-type02_list .single .l-img {
    height: 160px;
  }
}

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

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

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

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

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

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

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

.post-type03_list .single .l-ttl {
  color: #5e86a7;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
}

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

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

.post-type03 .item {
  width: 32%;
}

.post-type03 .item:nth-child(n + 4) {
  margin-top: 50px;
}

.post-type03 .img {
  border: 1px solid #ddd;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.post-type03 .img a {
  display: block;
}

.post-type03 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.post-type03 .list-desc {
  margin-bottom: 5px;
}

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

.post-type03 .ttl {
  color: #5e86a7;
  font-size: 18px;
}

.related-posts ul{
	list-style: none;
}
.related-posts ul li::marker{
	content: none;
}
.related-posts ul li{
	display: flex;
}
.related-posts ul li + li{
	margin-top: 30px;
}
.related-posts .list-img img{
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.related-posts .list-img{
	margin-right: 20px;
}
.related-posts .list-desc{
	flex: 1;
}

@media screen and (max-width: 800px) {
	.related-posts ul li{
		flex-wrap: wrap;
	}
	.related-posts .list-img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.related-posts .list-img img{
		display: block;
		margin: 0 auto;
	}
	.related-posts .u-h4{
		margin-bottom: 10px;
	}
}

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

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

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

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

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

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

.l-flex_2.u-btn .item:nth-child(n + 3), .post-type01 .l-flex_2.list-btn .item:nth-child(n + 3), .post-type01 .list-btn.l-flex_2_small .item:nth-child(n + 3), .u-btn.l-flex_2_small .item:nth-child(n + 3) {
  margin-top: 20px;
}

.l-flex_2.u-btn .item, .post-type01 .l-flex_2.list-btn .item, .post-type01 .list-btn.l-flex_2_small .item, .u-btn.l-flex_2_small .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.l-flex_2 .item, .l-flex_2_small .item {
  width: 48%;
}

.l-flex_2 .item:nth-child(n + 3), .l-flex_2_small .item:nth-child(n + 3) {
  margin-top: 40px;
}

.l-flex_2 .itemS, .l-flex_2_small .itemS {
  width: 48%;
}

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

.l-flex_2 .item-ttl, .l-flex_2_small .item-ttl {
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 15px;
  text-align: center;
}

.l-flex_2_small .item:nth-child(n + 3) {
  margin-top: 0;
}

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

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

.l-flex_3.u-btn .item:nth-child(n + 4), .post-type01 .l-flex_3.list-btn .item:nth-child(n + 4), .post-type01 .list-btn.l-flex_3_columns .item:nth-child(n + 4), .u-btn.l-flex_3_columns .item:nth-child(n + 4) {
  margin-top: 20px;
}

.l-flex_3.u-btn .item, .post-type01 .l-flex_3.list-btn .item, .post-type01 .list-btn.l-flex_3_columns .item, .u-btn.l-flex_3_columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.l-flex_3 .item, .l-flex_3_columns .item {
  width: 31%;
}

.l-flex_3 .item:nth-child(n + 4), .l-flex_3_columns .item:nth-child(n + 4) {
  margin-top: 40px;
}

.l-flex_3 .item-ttl, .l-flex_3_columns .item-ttl {
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 10px;
  text-align: center;
}

.l-flex_3 .item-step, .l-flex_3_columns .item-step {
  color: #555;
  font: 14px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.l-flex_5 .item {
  width: 19%;
}

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

.l-flex_5 .item-ttl {
  font-size: 14px;
}

/*------------
下層汎用
--------------*/
.boxshadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.fancy-box {
  cursor: pointer;
}

.l-box01 {
  background: #eaf2f5;
  padding: 40px;
}

.l-box01 .box-ttl {
  border-bottom: 1px solid #5e86a7;
  color: #555;
  font: 22px "FP-HiraginoUDSerifStdN-W6";
  padding-bottom: 5px;
  margin-bottom: 15px;
}

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

.l-box01 .box-list::before {
  content: "";
  display: block;
  width: 30%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-box01 .box-list li {
  padding-left: 1em;
  position: relative;
  width: 30%;
}

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

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

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

.l-box02 .box-ttl {
  color: #5e86a7;
  font: 24px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.l-box03 {
  border: 1px solid #ddd;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
}

.l-box03 .box-ttl {
  background: #fff;
  color: #5e86a7;
  display: inline-block;
  font: 21px "FP-HiraginoUDSerifStdN-W6";
  text-align: center;
  line-height: 1.5;
  padding: 0 25px;
  position: relative;
  top: -15px;
}

.l-box03 .box-ttl::after {
  background: #eef2f6;
  content: "";
  display: block;
  margin: .5em auto;
  height: 3px;
  width: 30px;
}

@media screen and (max-width: 800px) {
  .l-box03 {
    padding: 0 30px 30px;
  }
  .l-box03 .box-ttl {
    font-size: 18px;
  }
}

.frame {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.u-movie01 {
  height: 280px;
  max-width: 600px;
  width: 100%;
}

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

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

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

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

.u-contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.u-contact_link .web, .u-contact_link .faq {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url("../images/share/arrow02.png") no-repeat #5e86a7;
  background-position: right 20px center;
  border-radius: 7px;
  padding: 8px 40px 12px 0;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  color: #fff;
  display: block;
  text-align: center;
  width: 30%;
}

.u-contact_link .web:hover, .u-contact_link .faq:hover {
  opacity: .6;
}

.u-contact_link .faq {
  margin-left: 5%;
}

@media screen and (max-width: 800px) {
  .u-contact_link {
    display: block;
  }
  .u-contact_link .web, .u-contact_link .faq {
    margin-bottom: .5em;
    width: 100%;
  }
  .u-contact_link .faq {
    margin-left: 0;
  }
}

.contact-box {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.contact-box .box-ttl {
  background: #5e86a7;
  color: #fff;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  padding: 25px 0;
  text-align: center;
}

.contact-box .inner {
  background: #eef2f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.contact-box .inner .item {
  margin: 0 15px;
}

.contact-box .inner .schedule th {
  color: #5e86a7;
  font: 18px "Spectral", serif;
  padding-right: 1em;
}

.contact-box .inner .schedule td {
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .contact-box .box-ttl {
    padding: 20px 15px;
  }
  .contact-box .inner {
    display: block;
    padding: 20px;
  }
  .contact-box .inner .item {
    margin: 15px auto;
  }
}

.u-contents {
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

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

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

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

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

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

.before-after .item + .item::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: -13%;
  top: calc(50% - 20px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.before-after .item-img img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: contain; object-position: 50% 50%;';
}

.before-after p {
  font: 18px "Spectral", serif;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .before-after {
    display: block;
  }
  .before-after .item {
    width: 100%;
  }
  .before-after .item + .item {
    margin-top: 50px;
  }
  .before-after .item + .item::before {
    left: 50%;
    top: -40px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .before-after figure img {
    height: auto;
  }
}

/*------------
下層例外
--------------*/
.record_heading {
  height: 330px;
  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;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  width: 100%;
}

.lazyloaded .record_heading {
  background: url("../images/share/record-ttl.png") no-repeat #f3f4f9;
  background-position: right bottom;
}
.record_heading .inner {
  width: 1024px;
}

.record_heading .record-ttl .jp {
  display: block;
  font: 35px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.2;
}

.record_heading .record-ttl .en {
  background: url("../images/share/bg01.png") repeat-y;
  background-size: 100% auto;
  color: #fff;
  display: inline-block;
  font: 15px "Spectral", serif;
  letter-spacing: .2em;
  line-height: 1;
  margin-top: 15px;
  padding: 4px 12px;
}

.record_heading .desc {
  margin-top: 15px;
}

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

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

.record_type .item {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  width: 23%;
}

.record_type .item:hover {
  opacity: .6;
}

.record_type .item-ttl {
  font-family: "FP-HiraginoUDSerifStdN-W6";
  padding: 15px;
}

.u-flow .single + .single {
  margin-top: 60px;
}

.u-flow .flow-ttl {
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 5px 0 5px 50px;
  position: relative;
}

.u-flow .flow-ttl .num {
  background: #5e86a7;
  border-radius: 50%;
  color: #fff;
  display: block;
  font: 22px "Spectral", serif;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  text-align: center;
  width: 38px;
}

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

.flow-step::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 30%;
}

.flow-step .step {
  position: relative;
  width: 30%;
}

.flow-step .step + .step::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #d2bf3f;
  position: absolute;
  top: 8.5em;
  left: -30px;
}

.flow-step .number {
  color: #d2bf3f;
  font: 18px "Spectral", serif;
  letter-spacing: .2em;
  margin-bottom: 10px;
  text-align: center;
}

.flow-step .step-img {
  border: 1px solid #5e86a7;
  border-radius: 5px;
  overflow: hidden;
}

.flow-step .step-ttl {
  color: #5e86a7;
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  margin-top: .5em;
  text-align: center;
}

.contact-friend {
  background: #f1f3f8;
  padding: 40px 80px;
}

.contact-friend .ttl {
  font: 22px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-bottom: 20px;
  text-align: center;
}

.contact-friend .ttl02 {
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.contact-friend .ttl02::before {
  background: #d2bf3f;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 5px;
}

.access-flow .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 90px;
  min-height: 78px;
  margin-bottom: 90px;
  position: relative;
}

.access-flow .single + .single::before {
  background: #5e86a7;
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: -80px;
  height: 70px;
  width: 6px;
}

.access-flow .single.bus {
  background: url("../images/share/access-bus.png") no-repeat;
  background-position: left center;
}

.access-flow .single.busstop {
  background: url("../images/share/access-busstop.png") no-repeat;
  background-position: left center;
}

.access-flow .single.train {
  background: url("../images/share/access-train.png") no-repeat;
  background-position: left center;
}

.u-case .single + .single {
  margin-top: 60px;
}

.u-case .case-ttl {
  padding-left: 120px;
}

.u-case .case-ttl .num {
  background: #5e86a7;
  border-radius: 18.5px;
  color: #fff;
  display: block;
  font: 18px "Spectral", serif;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .u-case .case-ttl {
    padding: 2em 0 0;
  }
  .u-case .case-ttl .num {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.gold-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: -30px;
}

.gold-item .item {
  text-align: center;
  margin: 0 .5% 30px;
  width: 32%;
}

.gold-item .item-ttl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

.l-column2 {
  -webkit-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 800px) {
  .l-column2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

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

.relics-point .point {
  border: 1px solid #5288a2;
  padding: 40px 30px 30px;
  position: relative;
  width: 320px;
}

.relics-point .point::before {
  border: 1px solid #a1bfcd;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}

.relics-point .number {
  color: #d2bf3f;
  font: 18px "Spectral", serif;
  letter-spacing: .2em;
  text-align: center;
}

.relics-point .point-ttl {
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  letter-spacing: .15em;
  margin: 20px auto;
  text-align: center;
}

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

.staff-layout .l-img {
  text-align: center;
  width: 40%;
}

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

.staff-layout .staff-desc {
  color: #5e86a7;
  margin-bottom: 10px;
}

.staff-layout .staff-name {
  color: #5e86a7;
  font: 27px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    width: 100%;
  }
  .staff-layout .l-desc {
    margin: 20px auto 0;
  }
}

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

.lost-flow .flow-ttl {
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  padding: 40px 0 40px 120px;
  margin-bottom: 30px;
  width: 48%;
}

.lost-flow .flow-ttl:nth-child(1) {
  background: url("../images/under/lost_flow01.png") left center no-repeat;
}

.lost-flow .flow-ttl:nth-child(2) {
  background: url("../images/under/lost_flow02.png") left center no-repeat;
}

.lost-flow .flow-ttl:nth-child(3) {
  background: url("../images/under/lost_flow03.png") left center no-repeat;
}

.lost-flow .flow-ttl:nth-child(4) {
  background: url("../images/under/lost_flow04.png") left center no-repeat;
}

.lost-flow .flow-ttl:nth-child(5) {
  background: url("../images/under/lost_flow05.png") left center no-repeat;
}

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

.perio-flow .item {
  position: relative;
  width: 14%;
}

.perio-flow .item + .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: -34%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #555;
}

.perio-flow .item-img {
  text-align: center;
  margin-bottom: 10px;
}

.perio-flow .item-ttl {
  color: #5e86a7;
  font: 15px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .perio-flow .item {
    margin-bottom: 15px;
    width: 45%;
  }
  .perio-flow .item + .item::before {
    display: none;
  }
}

.aesthetic-box {
  background: url("../images/share/aesthetic_bg.jpg");
  padding: 40px;
}

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

.aesthetic-box .box-list .item {
  border-radius: 4px;
  background: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 32%;
}

.aesthetic-box .box-list .item .number {
  color: #555;
  font: 26px "Spectral", serif;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  line-height: 1;
  height: 1em;
  margin: auto;
}

.aesthetic-box .box-list .item .txt {
  color: #5e86a7;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  line-height: 1.3;
}

.aesthetic-box .box-pick {
  color: #555;
  font: 23px "FP-HiraginoUDSerifStdN-W6";
  margin-top: 60px;
  position: relative;
  text-align: center;
}

.aesthetic-box .box-pick::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 33.5px 0 33.5px;
  border-color: #ae9153 transparent transparent transparent;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .aesthetic-box {
    padding: 20px;
  }
  .aesthetic-box .box-list {
    display: block;
  }
  .aesthetic-box .box-list .item {
    width: 100%;
  }
  .aesthetic-box .box-list .item + .item {
    margin-top: 20px;
  }
  .aesthetic-box .box-list .item .number {
    left: 15px;
  }
  .aesthetic-box .box-list .item .txt {
    font: 16px "FP-HiraginoUDSerifStdN-W6";
    line-height: 1.5;
  }
}

.rehabilitation-catch {
  color: #5e86a7;
  font: 21px "FP-HiraginoUDSerifStdN-W6";
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .rehabilitation-catch {
    font-size: 18px;
    text-align: left;
  }
}

.recruit-layout01 {
  background-color: #f1f3f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px;
  padding-right: 50px;
}

.recruit-layout01 .l-img {
  margin-right: 30px;
  width: 40%;
}

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

.recruit-layout01 .l-ttl {
  color: #5e86a7;
  font: 25px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .recruit-layout01 {
    display: block;
    padding: 20px;
  }
  .recruit-layout01 .l-img {
    margin: 0 auto 20px;
    width: 100%;
  }
  .recruit-layout01 .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.u-contact {
  text-align: center;
}

.u-contact .ttl {
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 15px;
}

.u-contact .tel {
  vertical-align: bottom;
}

.u-contact .tel a {
  margin-right: 1em;
}

.u-contact .inner {
  display: inline-block;
  text-align: center;
  padding: 30px 60px;
}

.u-faq .ico {
  border-radius: 50%;
  color: #fff;
  font: 20px "Spectral", serif;
  text-align: center;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4px;
  width: 35px;
}

.u-faq dt {
  border-bottom: 1px solid #ddd;
  color: #555;
  font: 20px "FP-HiraginoUDSerifStdN-W6";
  padding: 3px 0 10px 50px;
  position: relative;
  margin-bottom: 15px;
}

.u-faq dt .ico {
  background: #5e86a7;
}

.u-faq dd {
  padding-left: 50px;
  min-height: 36px;
  position: relative;
}

.u-faq dd .ico {
  background: #ddd;
}

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

@media screen and (max-width: 800px) {
  .u-faq dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .u-faq dd + dt {
    margin-top: 30px;
  }
}

.list-disc li {
  font-size: 15px;
  padding-left: 1em;
  position: relative;
}

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

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

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

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

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

.list-check li {
  padding-left: 1.5em;
  position: relative;
}

.list-check li::before {
  /* font-family: "Font Awesome 5 Free";
  font-weight: 900; */
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #5e86a7;
  content: "\f14a";
  font-weight: 400;
  position: absolute;
  top: 8px;
  left: 0;
}

.list-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f3f4f9;
  padding: 20px;
}

.list-example li {
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  margin-right: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.list-example li::before {
  /* font-family: "Font Awesome 5 Free";
  font-weight: 900; */
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #5e86a7;
  content: "\f14a";
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: 0;
}

.l-dl01 dt {
  margin-bottom: 10px;
}

.l-dl01 dd + dt {
  margin-top: 30px;
}

.l-dl02 dt {
  color: #abc111;
  font: 18px "FP-HiraginoUDSerifStdN-W6";
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

.post-number-single .current {
  color: #5e86a7;
  display: block;
  font: 18px "Noto Serif JP", serif;
  letter-spacing: .15em;
  padding-top: 3px;
  position: relative;
}

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

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

.postdata a {
  text-decoration: underline;
}

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

.postdata table {
  margin: 15px 0;
}

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

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

.select-area .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.select-area .select-ttl {
  font: 16px "FP-HiraginoUDSerifStdN-W6";
  margin-right: 15px;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: url(../images/share/select_down.svg) no-repeat #fff;
  background-size: 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 1px solid #ccc;
  display: block;
  font-size: 16px "FP-HiraginoUDSerifStdN-W6";
  padding: 10px 3em 10px 20px;
}

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

.l-select .ttl {
  background: #f9f5ea;
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
  color: #555;
  font-size: 22px;
  font-family: "FP-HiraginoUDSerifStdN-W6";
  padding: 8px 0;
  text-align: center;
}

.l-select .inner {
  font-size: 17px;
  font-family: "FP-HiraginoUDSerifStdN-W6";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 20px 5px;
}

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

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

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

select::-ms-expand {
  display: none;
}

.contact-form table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

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

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

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

.contact-form .hissu {
  background: #E57373;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  margin-left: 1em;
}

.contact-form .mwform-error {
  color: #f00;
  margin-top: .5em;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  vertical-align: 0;
  margin: 0 10px 0 0;
}

.contact-form input[type="text"].auto {
  width: auto;
}

.contact-form .btn {
  background: #E57373;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}

.contact-form .select-wrap {
  display: inline-block;
  position: relative;
}

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

.contact-form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 30px 10px 15px;
}

.contact-form .mwform-radio-field, .contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.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"], .contact-form .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: .4s;
  transition: .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 label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}

.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 7px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.contact-form .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

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

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.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 .checkbox .horizontal-item {
  margin-top: 5px;
  display: block;
}

.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 .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 .hour {
  margin: 0 10px;
}

.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}

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

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 1px solid #5e86a7;
}

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

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #5e86a7;
  border: 1px solid #5e86a7;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 30px;
  letter-spacing: 3px;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  background: transparent;
  color: #5e86a7;
}

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

.contact-form .submit-btn [type="submit"].back-btn:hover {
  background: transparent;
  color: #999;
}

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

.mw_wp_form_confirm .confirm-none {
  display: none;
}

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

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

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

.u-calendar .business-calendar-box > div {
  width: 48%;
}

.u-schedule {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .u-schedule {
    overflow-y: auto;
  }
}

.time-table01 {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

.time-table01 th, .time-table01 td {
  font-family: "Noto Sans JP";
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.time-table01 th {
  background: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}

.time-table01 th:first-child {
  background: #333;
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
}

.time-table01 td {
  border-bottom: 1px solid #ddd;
  padding: 20px 5px;
}

.time-table01 td:first-child {
  background: #333;
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  white-space: nowrap;
}

.time-table01 tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.time-table01 .event01 {
  color: #ddd;
}

@media screen and (max-width: 800px) {
  .time-table01 {
    width: 200%;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

.owl-stage {
  -webkit-transition: linear;
  transition: linear;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-slide img {
  display: block;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button::before {
  border-radius: 50%;
  display: block;
  content: "";
  background: #d9d9d9;
  opacity: 1;
  height: 7px;
  width: 7px;
}

.slick-dots li.slick-active button::before {
  background: #5e86a7;
}

.under_slider img {
  margin: auto;
}

.under_slider .slick-arrow_custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

.under_slider .slick-arrow_custom.prev span {
  background: url("../images/share/prev_button.png") no-repeat;
  background-size: cover;
  left: 45px;
}

.under_slider .slick-arrow_custom.next span {
  background: url("../images/share/next_button.png") no-repeat;
  background-size: cover;
  right: 45px;
}

.under_slider .slick-arrow_custom span {
  cursor: pointer;
  display: block;
  height: 45px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

#under_gallery img {
  margin: auto;
}

#under_gallery_nav {
  margin: 20px auto 0;
  width: 100%;
}

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

#under_gallery_nav .slick-slide {
  cursor: pointer;
  padding: 0 15px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

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

#under_gallery_nav .slick-slide img {
  max-height: 60px;
  margin: auto;
  width: auto;
}

@media screen and (max-width: 800px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background-color: #5e86a7;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .f-small {
    font-size: 13px;
  }
  .tal-small {
    text-align: left;
  }
  .tac-small {
    text-align: center;
  }
  .tar-small {
    text-align: right;
  }
  .contents-wrapper {
    position: static;
    margin: auto;
    min-width: auto;
    width: 100%;
  }
  .tall, .u-section {
    margin-bottom: 60px;
  }
  .short {
    margin-top: 40px;
  }
  .mini {
    margin-top: 20px;
  }
  .container, .t-container {
    padding: 0;
    width: 90%;
  }
  .map, .t-map, .f-map, .u-map, .s-map {
    height: 240px;
  }
  .f-map {
    height: 300px;
  }
  .u-map {
    height: 220px;
  }
  #pagetop {
    display: none;
  }
  .humberger {
    background: #5e86a7;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
    -webkit-transition: .8s ease;
    transition: .8s ease;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) {
    top: 14px;
  }
  .humberger span:nth-of-type(2) {
    top: 23px;
  }
  .humberger span:nth-of-type(3) {
    top: 32px;
  }
  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
  #hero_slider .item {
    height: auto;
  }
  #hero_slider .item img {
    opacity: 1;
  }
  #hero_slider .item.item01, #hero_slider .item.item02, #hero_slider .item.item03, #hero_slider .item.item04, #hero_slider .item.item05 {
    background: none;
  }
  #hero_slider .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    width: auto;
    text-align: center;
  }
  #hero_slider .slick-dots li {
    display: block;
  }
  .t-news .inner {
    display: block;
    padding: 0 5%;
    position: static;
    margin: 50px auto;
    width: 100%;
    z-index: 1;
  }
  .t-news .news-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;
  }
  .t-news .news-ttl .txt, .t-news .news-ttl .btn {
    margin: 0;
  }
  .t-news .news-content {
    margin: 30px auto 0;
  }
  .t-news .news-content .single + .single {
    margin-top: 10px;
  }
  .sec01-layout {
    padding: 60px 0;
    position: relative;
  }
  .sec01-layout .l-img {
    top: 40px;
    left: 0;
    margin: auto;
    width: 100px;
  }
  .sec01-layout .l-desc {
    margin: auto;
    width: 100%;
  }
  .sec01-layout .l-ttl {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto 20px;
    padding-left: 120px;
    text-align: center;
    min-height: 4.2em;
    width: 100%;
  }
  .sec02 {
    padding: 60px 0;
  }
  .sec02-ttl {
    margin-bottom: 40px;
  }
  .sec02-ttl .en {
    font-size: 13px;
  }
  .sec02-ttl .jp {
    font-size: 21px;
  }
  .sec02-layout {
    margin-bottom: -15px;
  }
  .sec02-layout .item {
    margin-bottom: 15px;
    width: 48%;
  }
  .sec02-layout .item-ttl {
    height: 60px;
    font-size: 11px;
    padding: 0 5px;
  }
  .sec03 {
    padding: 60px 0;
  }
  .sec03-ttl {
    margin-bottom: 80px;
  }
  .sec03-ttl .en {
    font-size: 13px;
  }
  .sec03-ttl .jp {
    font-size: 21px;
  }
  .sec03-ttl .jp .color {
    font-size: 25px;
  }
  .sec03-layout {
    padding: 30px 20px;
  }
  .sec03-layout .chara {
    width: 30%;
  }
  .sec03-layout .inner {
    display: block;
  }
  .sec03-layout .item {
    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: auto;
  }
  .sec03-layout .item + .item {
    margin-top: 30px;
  }
  .sec03-layout .item-img {
    width: 30%;
  }
  .sec03-layout .l-ttl {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 1em;
  }
  .sec04 {
    padding: 60px 0;
  }
  .sec04-ttl .en {
    font-size: 13px;
  }
  .sec04-ttl .jp {
    font-size: 21px;
  }
  .t-record {
    margin-bottom: -30px;
  }
  .t-record::before {
    display: none;
  }
  .t-record .single {
    margin-bottom: 30px;
    width: 48%;
  }
  .t-record .ttl{
	  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
  }
  .t-record .l-img a {
    height: 160px;
  }
  .t-record .time {
    margin: 10px 0 5px;
  }
  .t-record .l-ttl {
    margin-bottom: 10px;
  }
  .sec05 {
    padding: 60px 0;
  }
  .sec05 .chara {
    top: 20px;
    left: 10px;
    margin: auto;
    width: 120px;
  }
  .sec05-box {
    margin: auto;
    padding: 0;
    width: 100%;
  }
  .sec05-ttl {
    font-size: 20px;
    padding-left: 120px;
    margin-bottom: 70px;
  }
  .sec05-list {
    display: block;
    margin-bottom: 30px;
  }
  .sec05-list .item {
    margin: auto;
  }
  .sec05-list .item + .item {
    margin-top: 30px;
  }
  .sec06 {
    margin: 60px auto;
  }
  .sec06-ttl .en {
    font-size: 13px;
  }
  .sec06-ttl .jp {
    font-size: 21px;
  }
  .sec06-single {
    display: block;
  }
  .sec06-single + .sec06-single {
    margin-top: 40px;
  }
  .sec06-single.reverse .l-desc {
    margin: 20px auto 0;
  }
  .sec06-single.reverse .l-desc::after {
    display: none;
  }
  .sec06-single .l-desc {
    margin: 20px auto 0;
    padding: 20px;
  }
  .sec06-single .l-desc::after {
    display: none;
  }
  .sec06-single .l-ttl {
    font-size: 18px;
  }
  .sec07 .chara {
    position: absolute;
    top: -30px;
    right: -10px;
    bottom: auto;
    width: 150px;
  }
  .sec07 .container {
    padding: 60px 0;
  }
  .sec07-ttl .en {
    font-size: 13px;
  }
  .sec07-ttl .jp {
    font-size: 21px;
  }
  .sec08 {
    padding: 60px 0;
  }
  .sec08-ttl {
    margin-bottom: 40px;
  }
  .sec08-ttl .en {
    font-size: 13px;
  }
  .sec08-ttl .jp {
    font-size: 21px;
  }
  .t-post {
    margin-bottom: -20px;
  }
  .t-post::before, .t-post::after {
    width: 48%;
  }
  .t-post .single {
    margin-bottom: 20px;
    width: 48%;
  }
  .t-post .single .l-img {
    height: 140px;
  }
  .t-post .single .l-desc {
    padding: 15px;
  }
  .table-style01 table th, .postdata table th, .table-style01 table td, .postdata table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }
  .table-style02 {
    overflow-x: auto;
    width: 100%;
  }
  .table-style02::before {
    content: "※横にスクロールできます。";
    display: block;
    color: #f00;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .table-style02 table {
    font-size: 14px;
    width: 200%;
  }
  .table-style02 table th, .table-style02 table td {
    padding: 8px;
  }
  .table-style03 table th, .table-style03 table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }
  .table-style03 table tr {
    display: block;
    padding: 12px 0;
  }
  .table-style03 table th, .table-style03 table td {
    padding: 5px 0;
  }
  .postdata table th, .postdata table td {
    border-top: none;
    display: block;
    padding: 8px 12px;
    width: 100%;
  }
  .u-category .select {
    min-width: 200px;
  }
  .select-area .select-item {
    display: block;
    margin: auto;
  }
  .select-area .select-ttl {
    margin: 0 0 10px;
  }
  .sec-end {
    margin-top: 0;
  }
  .sec-end .container {
    padding: 60px 0;
  }
  .sec-end .chara {
    top: 15px;
    width: 100px;
  }
  .sec-end .l-ttl {
    font-size: 21px;
    padding-right: 120px;
    margin-bottom: 40px;
  }
  .sec-end .sec-end-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-end .sec-end-btns .item {
    text-align: center;
    padding: 0;
  }
  .sec-end .sec-end-btns .item:first-child {
    margin: auto;
  }
  .sec-end .sec-end-btns .item + .item {
    margin: 20px 0;
  }
  .sec-end .sec-end-btns .tel {
    margin-top: 10px;
    width: 100%;
  }
  .sec-end .sec-end-btns .line, .sec-end .sec-end-btns .web {
    height: 40px;
    width: 48%;
  }
  #footer {
    padding: 40px 0 70px;
  }
  .f-layout01 {
    display: block;
  }
  .f-layout01 .l-logo {
    text-align: center;
  }
  .f-layout01 .logo {
    margin-bottom: 15px;
  }
  .f-layout01 .f-banner {
    text-align: center;
    margin-top: 30px;
  }
  .f-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .f-list01 .item {
    margin-bottom: 5px;
    width: 48%;
  }
  .f-list01 .item.col2 {
    width: 100%;
  }
  .f-list01 .item a {
    border: none;
    padding: 0;
    line-height: 1.4;
  }
  .f-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .f-list02 .item {
    margin-bottom: 5px;
    width: 48%;
  }
  #fixnavi_pc {
    display: none;
  }
  #fixnavi_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 101;
  }
  #fixnavi_sp .item {
    border-right: 1px solid #ddd;
    color: #fff;
    display: block;
    font: 11px "FP-HiraginoUDSerifStdN-W6";
    position: relative;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    text-align: center;
  }
  #fixnavi_sp .line {
    background: #00b800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #fixnavi_sp .line img {
    height: 20px;
  }
  #fixnavi_sp .web {
    background: url("../images/share/f-web_bg.png") repeat-y;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #fixnavi_sp .web img {
    height: 20px;
  }
  #fixnavi_sp .navi {
    padding-top: 32px;
  }
  #fixnavi_sp .pageup {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 32px;
  }
  #fixnavi_sp .pageup::before {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f077";
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /*------------
下層レイアウト
--------------*/
  #under {
    padding: 40px 0 20px;
  }
  .page-ttl {
    background: url("../images/share/page-ttl_sp.png") no-repeat #f3f4f9;
    background-position: right bottom;
    background-size: 140px auto;
    text-align: left;
    height: 370px;
    padding: 0 5%;
  }
  .page-ttl .inner {
    width: 100%;
  }
  .page-ttl h1 {
    line-height: 1;
  }
  .page-ttl h1 .jp {
    font-size: 25px;
    line-height: 1.4;
  }
  .page-ttl h1 .en {
    font-size: 13px;
  }
  .page-ttl .desc {
    font-size: 13px;
    width: auto;
  }
  .breadcrumb {
    padding: 8px 3%;
    font-size: 10px;
    line-height: 1.4;
    width: 100%;
  }
  main.column2 {
    display: block;
  }
  main.column2 .contents {
    width: 100%;
  }
  .side-navi {
    margin: 0 0 30px;
    width: 100%;
  }
  /*------------
下層パーツ
--------------*/
  .layout, .layout_r {
    display: block;
  }
  .layout .l-img, .layout_r .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }
  .layout_r .l-img {
    margin: 0 auto 15px;
  }
  .l-imgL, .l-imgR {
    display: block;
  }
  .l-imgL .l-img, .l-imgR .l-img {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  .l-flexL, .l-flexR, .l-flexL_S,
  .l-flexL_auto, .l-flexR_auto {
    display: block;
  }
  .l-flexL .l-img, .l-flexR .l-img, .l-flexL_S .l-img,
  .l-flexL_auto .l-img, .l-flexR_auto .l-img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }
  .l-small .l-img {
    margin: 0 auto 30px;
    width: 60%;
  }
  .post-type01 .single .l-img {
    width: 100%;
  }
  .post-type01 .single .l-img a {
    height: 180px;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex_2, .l-flex_2_small {
    display: block;
  }
  .l-flex_2.u-btn .item:nth-child(n + 2), .post-type01 .l-flex_2.list-btn .item:nth-child(n + 2), .post-type01 .list-btn.l-flex_2_small .item:nth-child(n + 2), .u-btn.l-flex_2_small .item:nth-child(n + 2) {
    margin-top: 15px;
  }
  .l-flex_2 .item, .l-flex_2_small .item {
    width: 100%;
  }
  .l-flex_2 .item:nth-child(n + 2), .l-flex_2_small .item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .l-flex_2_small {
    display: block;
  }
  .l-flex_2_small .item {
    width: 100%;
  }
  .l-flex_2_small .item:nth-child(n + 2) {
    margin-top: 0;
  }
  .l-flex_3, .l-flex_3_columns {
    display: block;
  }
  .l-flex_3::before, .l-flex_3_columns::before {
    display: none;
  }
  .l-flex_3.u-btn .item:nth-child(n + 2), .post-type01 .l-flex_3.list-btn .item:nth-child(n + 2), .post-type01 .list-btn.l-flex_3_columns .item:nth-child(n + 2), .u-btn.l-flex_3_columns .item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .l-flex_3 .item, .l-flex_3_columns .item {
    width: 100%;
  }
  .l-flex_3 .item:nth-child(n + 2), .l-flex_3_columns .item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .l-flex_3_columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-flex_3_columns::before {
    display: none;
  }
  .l-flex_3_columns .item {
    margin: 0 1%;
    width: 48%;
  }
  .l-flex_3_columns .item:nth-child(3) {
    margin-top: 10px;
  }
  .l-flex_4 .item, .l-flex_5 .item {
    width: 48%;
  }
  .l-flex_4 .item:nth-child(n + 3), .l-flex_5 .item:nth-child(n + 3) {
    margin-top: 20px;
  }
  /*------------
下層汎用
--------------*/
  .l-box02 {
    padding: 20px;
  }
  .l-box02 .box-ttl {
    font-size: 18px;
  }
  .u-post {
    padding: 20px;
  }
  .u-post .post-list .single {
    display: block;
  }
  .u-post .post-list .single + .single {
    margin-top: 25px;
  }
  .u-post .post-list .single time {
    padding: 0;
    width: 100%;
  }
  .u-post .post-list .single .txt {
    border-left: none;
    padding: 0;
    margin-top: 10px;
  }
  /*------------
下層例外
--------------*/
  .record_heading {
    background-size: 140px auto;
    height: 280px;
    padding: 0 5% 20px;
    padding-bottom: 40px;
    text-align: left;
  }
  .record_heading .inner {
    width: 100%;
  }
  .record_heading .record-ttl .jp {
    font-size: 30px;
  }
  .record_heading .record-ttl .en {
    font-size: 13px;
  }
  .record_heading .desc {
    margin-top: 10px;
  }
  .record_type::before, .record_type::after {
    display: none;
  }
  .record_type .item {
    margin-bottom: 20px;
    width: 48%;
  }
  .record_type .item-ttl {
    padding: 10px;
  }
  .gold-item {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: -20px;
  }
  .gold-item .item {
    margin: 0 0 20px;
    width: 44%;
  }
  .gold-item .item-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
  .relics-point {
    display: block;
  }
  .relics-point .point {
    padding: 30px 25px;
    width: 100%;
  }
  .relics-point .point + .point {
    margin-top: 30px;
  }
  .relics-point .point-ttl {
    font-size: 18px;
    margin: 15px auto;
  }
  .flow-step {
    display: block;
  }
  .flow-step .step {
    width: 100%;
  }
  .flow-step .step + .step {
    margin-top: 50px;
  }
  .flow-step .step + .step::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #d2bf3f transparent transparent transparent;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow-step .step-ttl {
    font-size: 16px;
  }
  .contact-friend {
    padding: 30px;
  }
  .contact-friend .ttl {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-friend .ttl02 {
    font-size: 15px;
  }
  /*------------
Commmon
--------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mbL {
    margin-bottom: 30px;
  }
  .mbM {
    margin-bottom: 20px;
  }
  #header {
    position: static;
    height: auto;
    padding: 0;
  }
  .h-logo {
    /* background: #fff; */
    padding: 20px 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    z-index: 9;
  }
  .h-list, .h-box {
    margin: 20px auto;
  }
  .h-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin: 20px auto;
  }
  .h-btns .btn + .btn {
    margin-top: 0;
  }
  .h-btns .btn {
    margin: 0 5px 10px;
  }
  .h-tels {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin: 20px auto;
  }
  .h-tels .number + .number {
    margin-top: 0;
  }
  .h-tels .number {
    margin: 0 5px 10px;
  }
  .h-schedule {
    margin: 20px auto;
    text-align: left;
  }
  #sitetitle h1 {
    padding-right: 40px;
    overflow-x: auto;
    white-space: nowrap;
  }
  #sitetitle h1::-webkit-scrollbar {
    display: none;
  }
  .h-layout01 {
    padding: 0;
    display: block;
    margin: 10px auto;
    width: 90%;
  }
  .h-layout01 .logo {
    padding: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .h-layout01 .logo::after {
    display: none;
  }
  .h-layout01 .l-desc {
    display: none;
  }
  .contact-btns {
    margin-top: 20px;
  }
  .contact-btns .web {
    background: #fff;
    border: 2px solid #294279;
    border-radius: 27.5px;
    color: #294279;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    text-align: center;
    width: 100%;
  }
  .contact-btns .web:hover {
    background: #294279;
    color: #fff;
  }
  .contact-btns .web::before {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f073";
    margin-right: 1em;
  }
  .h-menu {
    display: block;
    padding: 10px 0 0;
    text-align: center;
  }
  .h-menu .humberger {
    height: 28px;
    margin: auto;
  }
  .h-menu .humberger span:nth-of-type(1) {
    top: 0;
  }
  .h-menu .humberger span:nth-of-type(2) {
    top: 13px;
  }
  .h-menu .humberger span:nth-of-type(3) {
    top: 26px;
  }
  .h-menu.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
  .h-menu.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
  .h-menu .txt {
    font-size: 11px;
    margin-top: 10px;
  }
  .h-tel {
    border-radius: 5px;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .h-tel .time {
    margin-top: 5px;
  }
  /* ナビ本体 */
  .g-navi {
    display: none;
  }
  .g-navi_close {
    display: none;
  }
  .pc-navi {
    display: block;
  }
  .pc-navi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 15px;
  }
  .pc-navi_list .item {
    width: 48%;
  }
  .pc-navi_list .item > a {
    font-size: 15px;
    padding: 6px 0 6px 20px;
  }
  .pc-navi_list .item > a::before {
    font-size: 15px;
    top: 10px;
  }
  .pc-navi_images {
    margin-top: 30px;
  }
  .pc-navi_images figure {
    width: 32%;
  }
  .sp-navi {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #555;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: .6s;
    transition: .6s;
    height: 100vh;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 50px 5%;
    pointer-events: none;
  }
  .sp-navi.is-open {
    display: block;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .sp-navi_list {
    margin: 0 auto 30px;
  }
  .sp-navi_list .item > a, .sp-navi_list .item .parent {
    border-bottom: 1px solid #5e86a7;
    display: block;
    font: 16px "FP-HiraginoUDSerifStdN-W6";
    line-height: 1;
    padding: 15px 0;
    position: relative;
  }
  .sp-navi-haschild {
    position: relative;
  }
  .sp-navi-haschild.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-navi-haschild::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #5e86a7 transparent transparent transparent;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .sp-navi_child {
    display: none;
    margin: 15px 0 0;
    padding-left: 15px;
  }
  .sp-navi_child .grandsun a {
    display: block;
    font: 14px "FP-HiraginoUDSerifStdN-W6";
    line-height: 1.6;
    margin-bottom: .5em;
    padding-left: 1em;
    position: relative;
    text-align: left;
  }
  .sp-navi_child .grandsun a::before {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* content: "\f054"; */
	content: "";
	background: url('../images/share/ico_arrow.svg') 0 0 no-repeat;
	width: 7px;
	height: 10px;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .h-contact .open {
    text-align: center;
  }
  .h-contact .line {
    display: inline-block;
    margin-top: 10px;
  }
  .under_slider .slick-arrow_custom.prev span {
    left: -10px;
  }
  .under_slider .slick-arrow_custom.next span {
    right: -10px;
  }
  .contact-form table {
    display: block;
    margin: 0 0 30px;
  }
  .contact-form table tr {
    display: block;
    border-bottom: 1px dashed #CCC;
  }
  .contact-form table tbody, .contact-form table th, .contact-form table td {
    display: block;
  }
  .contact-form table th {
    padding: 15px 0 10px;
  }
  .contact-form table td {
    padding: 0 0 15px;
  }
  .contact-form input[type="text"].auto {
    width: 100%;
  }
  .contact-form .btn {
    margin-top: 1em;
  }
  .contact-form .birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-form .birthday select {
    width: auto;
  }
  .contact-form .birthday .year, .contact-form .birthday .month {
    margin: 0 5px;
  }
  .contact-form .birthday .day {
    margin-left: 5px;
  }
  .contact-form .submit-btn [type="submit"] {
    padding: 15px;
    width: 250px;
  }
  .contact-form .submit-btn [type="submit"].back-btn {
    margin-left: 25px;
  }
  .contact-form .file input[type="file"] {
    display: block;
  }
  .contact-form .file li {
    overflow: hidden;
    width: 100%;
  }
  .contact-form .select-wrap {
    overflow: hidden;
    width: 100%;
  }
  .contact-form .select-wrap select {
    max-width: 100%;
    width: 100%;
  }
  .business-calendar-box {
    display: block;
  }
  .business-calendar-box .business-calendar caption {
    margin-bottom: 10px;
  }
  .business-calendar-box .business-calendar th {
    padding: 4px 0;
  }
  .business-calendar-box .business-calendar td {
    padding: 10px 4px;
  }
  .business-calendar-box > div {
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
}

.first_flow {
  border: 1px solid #2ea7e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: CezanneProN-DB;
  padding: 30px 45px;
}

.first_flow .item01, .first_flow .item02 {
  color: #2ea7e0;
  border: 1px solid #2ea7e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  height: 180px;
  margin-right: 48px;
  position: relative;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  width: 53px;
}

.first_flow .item01::after, .first_flow .item02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 9px;
  border-color: transparent transparent transparent #2ea7e0;
  position: absolute;
  right: -29px;
}

.first_flow .item03 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first_flow .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first_flow .single + .single {
  margin-top: 10px;
}

.first_flow .single .single_ttl {
  background: #2ea7e0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  height: 85px;
  line-height: 1.5;
  text-align: center;
  width: 107px;
}

.first_flow .single .single_ttl.color02 {
  background: #096fbb;
}

.first_flow .single .single_box01 {
  background: #eaf6fc;
  padding: 20px 33px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first_flow .single .single_box02 {
  background: #eaf6fc;
  padding: 20px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first_flow .single .single_box02 .block01 {
  position: relative;
  width: 162px;
}

.first_flow .single .single_box02 .block01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 6px;
  border-color: transparent transparent transparent #2ea7e0;
  position: absolute;
  top: 16px;
  right: -12px;
}

.first_flow .single .single_box02 .block02 {
  width: 302px;
}

.first_flow .single .block {
  background: #fff;
  border: 1px solid #2ea7e0;
  text-align: center;
  font-size: 16px;
  color: #2ea7e0;
  padding-top: 6px;
  height: 45px;
}

@media screen and (max-width: 800px) {
  .first_flow {
    display: block;
    padding: 10px;
  }
  .first_flow .item01, .first_flow .item02 {
    display: block;
    text-align: center;
    height: auto;
    margin: 0 0 40px;
    padding: 5px 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
  }
  .first_flow .item01::after, .first_flow .item02::after {
    border-width: 10px 10px 0 10px;
    border-color: #2ea7e0 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -25px;
  }
  .first_flow .item03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first_flow .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 48%;
  }
  .first_flow .single + .single {
    margin: 0;
  }
  .first_flow .single .single_ttl {
    height: 80px;
    width: 100%;
  }
  .first_flow .single .single_box01 {
    padding: 15px 10px;
  }
  .first_flow .single .single_box02 {
    padding: 15px 10px;
    display: block;
  }
  .first_flow .single .single_box02 .block01 {
    margin-bottom: 40px;
    width: 100%;
  }
  .first_flow .single .single_box02 .block01::after {
    border-width: 10px 10px 0 10px;
    border-color: #2ea7e0 transparent transparent transparent;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -25px;
  }
  .first_flow .single .single_box02 .block02 {
    width: 100%;
  }
  .first_flow .single .block {
    font-size: 11px;
    padding: 5px;
    height: auto;
  }
}
