@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #595959;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #595959;
  text-decoration: none;
}

p {
  letter-spacing: 0.025em;
  font-weight: 500;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-nowrap {
  white-space: nowrap;
}

.container {
  min-width: 1300px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
}

.wrapper {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-small {
  width: 860px;
}
.wrapper-ex-small {
  width: 720px;
}

main, .main-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  a.tel, a.tel-pointer {
    pointer-events: none;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .sm {
    display: none !important;
  }

  .md-block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    /*font-size: 12px;*/
    font-size: 14px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper-small, .wrapper-ex-small {
    width: 100%;
  }

  .md {
    display: none !important;
  }

  .sm-block {
    display: block !important;
  }
}
@media only screen and (max-width: 374px) {
  .xs-block {
    display: block !important;
  }
  .xs-small {
    font-size: 12px;
  }
}
/* PARTS
 * ----------------------------------------------- */
.logo {
  line-height: 1;
}
.logo .link {
  display: inline-block;
}

header {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
header.is-show .header-top, header.is-scroll .header-top {
  height: 170px;
}

.header-top {
  overflow: hidden;
  position: relative;
  z-index: 20;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../img/common/header_bg.png");
  -moz-transition: height 0.26s ease;
  -o-transition: height 0.26s ease;
  -webkit-transition: height 0.26s ease;
  transition: height 0.26s ease;
}
.header-fixed {
  width: 100%;
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
}
.header-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-row > * {
  align-self: center;
}

@media print, (min-width: 768px) {
  header {
    height: auto;
  }

  .header-top {
    height: 170px;
  }
  .header-top .logo-header {
    padding: 20px 15px;
  }
  .header-fixed {
    min-width: 1300px;
  }
  .header-fixed + main {
    margin-top: 165px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: auto;
  }
  header.is-show .header-top, header.is-scroll .header-top {
    height: 70px;
  }
  header .logo img {
    /*width: 80px;*/
    width: 90px;
  }

  .header-fixed {
    min-width: 100%;
  }
  .header-fixed + main {
    margin-top: 70px;
  }
  .header-top {
    height: 70px;
    background-image: url("../img/common/sp/header_bg.png");
  }
  .header-top .logo-header {
    padding: 10px;
  }
}
.navbar-wrapper {
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:scroll;
}
.navbar-toggler {
  cursor: pointer;
  height: 90px;
  width: 90px;
  position: absolute;
  z-index: 50;
  top: 15px;
  left: 15px;
  display: block;
  background: #fff;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.navbar-toggler .toggler-text {
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
  color: #6fbbf7;
}
.navbar-toggler .toggler-btn {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 30px;
}
.navbar-toggler .toggler-btn span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #6fbbf7;
}
.navbar-toggler .toggler-btn span:nth-child(1) {
  -moz-animation: menu-bar01 0.75s forwards, top 0.75s ease;
  -webkit-animation: menu-bar01 0.75s forwards, top 0.75s ease;
  animation: menu-bar01 0.75s forwards, top 0.75s ease;
  top: 0;
}
.navbar-toggler .toggler-btn span:nth-child(2) {
  transition: all 0.25s 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-toggler .toggler-btn span:nth-child(3) {
  -moz-animation: menu-bar03 0.75s forwards, top 0.75s ease;
  -webkit-animation: menu-bar03 0.75s forwards, top 0.75s ease;
  animation: menu-bar03 0.75s forwards, top 0.75s ease;
  bottom: 0;
}

.nav-main {
  display: block;
  text-align: center;
}
.nav-item {
  position: relative;
  display: block;
  line-height: 1.5;
  margin-bottom: 17px;
}
.nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.05em;
}
.nav-link:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: -20px;
  top: calc(50% + .05em);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/common/icon_nav.png");
}
.nav-link.is-active, .nav-link.is-current {
  color: #bbef4c;
}
.nav-link.is-active:before, .nav-link.is-current:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav-social {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav-social .item {
  align-self: center;
  margin: 0 10px;
  color: #6fbbf7;
}

@media print, (min-width: 768px) {
  .navbar-wrapper {
    padding-top: 170px;
  }
  .navbar-collapse {
    padding: 70px 0;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(1) {
    -moz-animation: active-menu-bar01 0.75s forwards;
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(3) {
    -moz-animation: active-menu-bar03 0.75s forwards;
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards;
  }

  .nav-link {
    -moz-transition: color 0.26s ease;
    -o-transition: color 0.26s ease;
    -webkit-transition: color 0.26s ease;
    transition: color 0.26s ease;
  }
  .nav-link:hover {
    color: #bbef4c;
  }
  .nav-link:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    height: 100%;
  }
  .navbar-wrapper {
    padding-top: 70px;
  }
  .navbar-wrapper.is-active .nav-main {
    overflow: auto;
  }
  .navbar-collapse {
    padding: 15px 10px;
    height: 100%;
  }
  .navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 10px;
    top: 5px;
    left: 5px;
  }
  .navbar-toggler .toggler-btn {
    width: 25px;
    height: 16px;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(1) {
    -moz-animation: sp-active-menu-bar01 0.75s forwards;
    -webkit-animation: sp-active-menu-bar01 0.75s forwards;
    animation: sp-active-menu-bar01 0.75s forwards;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .navbar-toggler .toggler-btn.is-active span:nth-of-type(3) {
    -moz-animation: sp-active-menu-bar03 0.75s forwards;
    -webkit-animation: sp-active-menu-bar03 0.75s forwards;
    animation: sp-active-menu-bar03 0.75s forwards;
  }
  .navbar-toggler .toggler-text {
    font-size: 10px;
  }

  .nav-main {
    height: 100%;
    padding-bottom: 30px;
  }
  .nav-item {
    margin-bottom: 0;
  }
  .nav-link {
    /*font-size: 15px;*/
    font-size: 18px;
    padding: 8px 10px;
  }
  .nav-link:before {
    background-size: 20px;
  }
  .nav-social {
    margin-top: 30px;
  }
  .nav-social img {
    /*width: 25px;*/
    width: 35px;
  }
}
footer {
  padding-top: 55px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 500;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../img/common/bg_blue.jpg");
  background-color: #6fbbf7;
}
footer .logo-footer {
  margin-bottom: 20px;
}

.address {
  position: relative;
  margin-bottom: 30px;
  padding-right: 80px;
}
.address .map {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #6fbbf7;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  width: 70px;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}

.group-tel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -4px;
}
.group-tel > * {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 15px;
}
.group-tel > *.w100 {
  width: 100%;
}
.group-tel .btn {
  display: block;
  background-color: #fff;
  color: #6fbbf7;
  padding: 10px 10px;
  line-height: 1.4;
  min-width: auto;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 5px;
}
.group-tel .btn .text {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.group-tel .btn .number {
  display: block;
  font-size: 26px;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.01em;
}
.group-tel .email {
  border: 1px solid #bbef4c;
  background-color: #bbef4c;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  padding: 15px 20px 20px;
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}
.group-tel .email .ico {
  padding-left: 65px;
  padding-right: 0;
}
.group-tel .email .ico:after {
  left: 0;
  right: auto;
  top: 50%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("../img/common/ico_mail.png");
  border: none;
  height: 48px;
  width: 48px;
  -moz-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -moz-transition: background-image 0.26s ease;
  -o-transition: background-image 0.26s ease;
  -webkit-transition: background-image 0.26s ease;
  transition: background-image 0.26s ease;
}

.copyright {
  padding: 10px 10px;
  text-align: center;
  font-size: 12px;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.05em;
}
.copyright a {
  color:#fff;
}

.footer-heading {
  font-size: 20px;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav > *:nth-child(2n+1) {
  width: 55%;
}
.footer-nav > *:nth-child(2n) {
  width: 45%;
}
.footer-nav .link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-weight: 500;
}
.footer-nav .link:before {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
}
.footer-nav .link:hover {
  text-decoration: underline;
}
.footer-totop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 900;
  color: #fff;
  text-align: center;
}
.footer-fixed {
  position: fixed;
  z-index: 999;
  top: 15px;
  right: 15px;
  text-align: right;
}
.footer-fixed .list, .footer-fixed .item {
  display: block;
  margin-bottom: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-nav .link:before {
    top: calc(50% - .15em);
  }

  .group-tel .btn {
    padding: 13px 10px 7px;
  }
  .group-tel .email {
    padding: 13px 20px 22px;
  }
  .group-tel .email .ico:after {
    top: calc(50% + 5px);
  }
}
@media print, (min-width: 768px) {
  .group-tel .email:hover {
    background-color: #fff;
    display: block;
    color: #bbef4c;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .group-tel .email:hover .ico:after {
    background-image: url("../img/common/ico_mail_green.png");
  }

  .address .map:hover {
    background-color: #6fbbf7;
    color: #fff;
  }

  .footer-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer-left {
    width: 375px;
  }
  .footer-right {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top footer {
    margin-top: 0;
  }

  footer {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 3px;
    background-image: url("../img/common/sp/bg_blue.jpg");
  }

  .copyright {
    font-size: 10px;
  }

  .group-tel > * {
    margin-bottom: 10px;
  }
  .group-tel .btn {
    padding: 6px 10px;
  }
  .group-tel .btn .text {
    font-size: 12px;
  }
  .group-tel .btn .number {
    font-size: 20px;
  }
  .group-tel .btn.email {
    font-size: 16px;
    padding: 12px 10px;
  }
  .group-tel .btn.email .ico {
    padding-left: 45px;
  }
  .group-tel .btn.email .ico:after {
    width: 35px;
    height: 35px;
  }

  .footer-heading {
    font-size: 16px;
  }
  .footer-row {
    display: block;
    margin-bottom: 35px;
  }
  .footer-left {
    display: none !important;
  }
  .footer-right {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-totop img {
    /*width: 45px;*/
    width: 55px;
  }
  .footer-fixed {
    top: 5px;
    right: 5px;
  }
  .footer-fixed .item {
    margin-bottom: 5px;
  }
  .footer-fixed img {
    /*width: 30px;*/
    width: 40px;
  }
}
@media only screen and (max-width: 374px) {
  .group-tel .btn .number {
    font-size: 16px;
  }
}
* {
  outline-style: none;
}

section > *:last-child, div:not(.row) > *:last-child, ul:not(.row):not(.list-link) > *:last-child, li > *:last-child, dl > *:last-child, dt > *:last-child, dd > *:last-child, th > *:last-child, td > *:last-child {
  margin-bottom: 0;
}

iframe {
  border: 0;
  width: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
}
img.thumb {
  border: 3px solid #ffea00;
  border-radius: 5px;
  -moz-box-shadow: 8px 8px 0 #ffea00;
  -webkit-box-shadow: 8px 8px 0 #ffea00;
  box-shadow: 8px 8px 0 #ffea00;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(13px) rotate(0);
    -ms-transform: translateY(13px) rotate(0);
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(13px) rotate(0);
    -ms-transform: translateY(13px) rotate(0);
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0);
    -ms-transform: translateY(-14px) rotate(0);
    -webkit-transform: translateY(-14px) rotate(0);
    transform: translateY(-14px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0);
    -ms-transform: translateY(-14px) rotate(0);
    -webkit-transform: translateY(-14px) rotate(0);
    transform: translateY(-14px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(13px) rotate(0);
    -ms-transform: translateY(13px) rotate(0);
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0);
  }
  100% {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(13px) rotate(0);
    -ms-transform: translateY(13px) rotate(0);
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0);
  }
  100% {
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0);
    -ms-transform: translateY(-14px) rotate(0);
    -webkit-transform: translateY(-14px) rotate(0);
    transform: translateY(-14px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0);
    -ms-transform: translateY(-14px) rotate(0);
    -webkit-transform: translateY(-14px) rotate(0);
    transform: translateY(-14px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
  }
}
@-webkit-keyframes sp-menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes sp-menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes sp-menu-bar03 {
  0% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes sp-menu-bar03 {
  0% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes sp-active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes sp-active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes sp-active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes sp-active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-white {
  color: #fff !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-small {
  font-size: 12px;
}

.note {
  line-height: 1.4;
  margin-top: 5px;
}

.label {
  display: inline-block;
  min-width: 110px;
  background-color: #ff689d;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.bg-deco {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: 55px;
}
.bg-deco:before, .bg-deco:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-deco:before {
  top: 0;
  left: 0;
  background-position: top center;
  background-image: url("../img/common/ico_section_before.png");
}
.bg-deco:after {
  bottom: 0;
  left: 0;
  background-position: top center;
  background-image: url("../img/common/ico_section_after.png");
}
.bg-deco.only-top:after {
  content: none !important;
}
.bg-deco.only-bottom:before {
  content: none !important;
}
.bg-deco.blue {
  background-image: url("../img/common/bg_blue.jpg");
}
.bg-deco.lightblue {
  background-image: url("../img/common/bg_blue_light.jpg");
}
.bg-deco.green {
  background-image: url("../img/common/bg_green.jpg");
}
.bg-deco.yellow {
  background-image: url("../img/common/bg_yellow.jpg");
}

.tel-wrapper {
  position: relative;
}
.tel-wrapper.green .tel-label {
  background-color: #bbef4c;
}
.tel-wrapper.green .tel-number {
  color: #bbef4c;
}
.tel-link {
  position: relative;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.tel-link > * {
  padding: 0;
  align-self: center;
}
.tel-label {
  display: block;
  width: 130px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #6fbbf7;
  letter-spacing: 0.05em;
  padding: 12px 10px 8px;
}
.tel-number {
  display: block;
  color: #6fbbf7;
  font-size: 35px;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.01em;
  padding-left: 20px;
}

.box-blue {
  padding: 35px 110px 45px;
  border: 4px solid #e1f2ff;
  background-color: #fff;
  margin-bottom: 60px;
}
.box-blue.tel {
  padding: 15px 25px 25px;
}
.box-blue.form {
  padding: 35px 50px 25px;
}
.box-white {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 20px 40px;
  margin-bottom: 10px;
}
.box-white > * {
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .label {
    padding: 8px 10px 3px;
  }
}
@media print, (min-width: 768px) {
  .display-flex {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .display-flex {
    display: block;
  }

  .label {
    font-size: 12px;
    min-width: 80px;
  }

  .note {
    font-size: 10px;
  }

  .text-small {
    font-size: 10px;
  }

  .bg-deco {
    margin-bottom: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .bg-deco:before, .bg-deco:after {
    height: 15px;
  }

  .tel-wrapper {
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .tel-label {
    width: 110px;
    font-size: 14px;
    padding: 8px 5px;
  }
  .tel-number {
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 0 10px;
  }

  .box-blue {
    padding: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .box-blue.tel, .box-blue.form {
    border: 3px solid #e1f2ff;
  }
  .box-blue.tel {
    padding: 20px 20px 25px;
  }
  .box-blue.form {
    padding: 20px 10px 10px;
    margin-bottom: 45px;
  }
  .box-white {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 374px) {
  .tel-label {
    width: 65px;
    font-size: 10px;
  }
  .tel-number {
    font-size: 22px;
  }
}
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.row .col {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row .col-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .row-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .row-0 > * {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .row-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-5 > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .row-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-10 > * {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .row-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-15 > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .row-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-20 > * {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .row.two-column .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.three-column .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .row.four-column .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.five-column .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col.two {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .row.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .row.center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .row > * {
    width: 100%;
  }
  .row > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-10 {
    margin: 0 -5px;
  }
  .row-10 > * {
    padding: 0 5px;
    margin-bottom: 10px !important;
  }
  .row-sm .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-sm .col.two {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.keyvisual-image {
  height: 300px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

section, .section {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
section.lead, .section.lead {
  padding-top: 15px;
}

.section-header {
  margin-bottom: 45px;
}
.section-content .block-text {
  padding-left: 10px;
  padding-right: 10px;
}
.section-content .block-text > * {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .keyvisual-image {
    height: 200px;
    margin-bottom: 30px;
  }

  section, .section {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .section-header {
    margin-bottom: 25px;
  }
  .section-content .block-text {
    line-height: 2;
  }
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  line-height: 1.4;
}

.heading-top {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #000;
}
.heading-top .text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.heading-top .eng {
  display: inline-block;
  width: 240px;
  height: 26px;
  color: #fff;
  font-size: 16px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 5px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/common/ico_heading_top.png");
  background-size: contain;
}
.heading-top.white {
  color: #fff;
}
.heading-primary {
  min-height: 130px;
  font-size: 30px;
  font-weight: 700;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
  padding: 45px 220px 0;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.075em;
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-image: url("../img/common/ico_heading_primary_left.png"), url("../img/common/ico_heading_primary_right.png");
}
.heading-primary .eng {
  display: block;
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 15px;
}
.heading-secondary {
  font-size: 26px;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}
.heading-secondary.is-small {
  font-size: 24px;
}
.heading-secondary .border {
  padding-bottom: 5px;
  background-repeat: repeat-x;
  background-size: 3px;
  background-position: bottom left;
  background-image: url("../img/common/ico_line.png");
}
.heading-tertiary {
  font-size: 20px;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  letter-spacing: 0.025em;
  padding: 10px 20px;
  text-align: center;
  color: #6fbbf7;
  background-color: #e1f2ff;
  line-height: 1.3;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 15px 100%;
  background-image: url("../img/common/ico_heading_01_before.jpg"), url("../img/common/ico_heading_01_after.jpg");
}
.heading-tertiary.green {
  background-color: #effad9;
  color: #9de00f;
  background-image: url("../img/common/ico_heading_02_before.jpg"), url("../img/common/ico_heading_02_after.jpg");
}
.heading-quaternary {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
  margin-bottom: 20px;
  padding-left: 55px;
}
.heading-quaternary:before {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/common/icon_li_right.png");
}
@media only screen and (max-width: 767px) {
  .heading-top .text {
    /*font-size: 16px;*/
    font-size: 20px;
    margin-bottom: 10px;
  }
  .heading-top .eng {
    /*font-size: 10px;*/
    font-size: 12px;
    width: 160px;
    height: 18px;
  }
  .heading-primary {
    min-height: 70px;
    /*font-size: 16px;*/
    font-size: 18px;
    /*padding: 25px 72px 0;
    background-size: 90px;*/
    padding: 25px 70px 0;
    background-size: 70px;
    background-image: url("../img/common/sp/ico_heading_primary_left.png"), url("../img/common/sp/ico_heading_primary_right.png");
  }
  .heading-primary .eng {
    /*font-size: 12px;*/
    font-size: 14px;
    margin-top: 5px;
  }
  .heading-secondary {
    /*font-size: 16px;*/
    font-size: 20px;
    margin-bottom: 30px;
  }
  .heading-secondary.is-small {
    /*font-size: 16px;*/
    font-size: 18px;
  }
  .heading-secondary.is-big {
    font-size: 20px;
  }
  .heading-tertiary {
    /*font-size: 16px;*/
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .heading-quaternary {
    font-size: 15px;
    padding-left: 40px;
  }
  .heading-quaternary:before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 374px) {
  .heading-secondary.xs-small {
    font-size: 14px;
  }
}

.fadein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slider-wrapper {
  position: relative;
}

.slick-next, .slick-prev {
  width: 45px;
  height: 45px;
  z-index: 10;
  top: calc(50% - 15px);
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-next:before, .slick-prev:before {
  content: none;
}

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

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

@media only screen and (max-width: 767px) {
  .slider-wrapper {
    margin-bottom: 15px;
  }

  .slick-next, .slick-prev {
    width: 30px;
    height: 30px;
  }

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

  .slick-next {
    right: -20px;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #ffea00;
  border: 2px solid #ffea00;
  border-radius: 999px;
  padding: 20px 50px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn .ico {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.btn .ico:after {
  content: "";
  position: absolute;
  top: calc(50% - .15em);
  right: 0;
  width: 0.625em;
  height: 0.625em;
  border-top: 0.125em solid currentcolor;
  border-right: 0.125em solid currentcolor;
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.btn.w-auto {
  min-width: auto;
}
.btn-primary {
  color: #000;
  border-color: #ffea00;
  background-color: #ffea00;
}
.btn-secondary {
  color: blue;
  border-color: blue;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-group > * {
  padding: 0 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn {
    padding: 23px 50px 17px;
  }
  .btn .ico {
    padding-top: 0.3em;
  }
  .btn.is-small {
    padding-top: 18px !important;
    padding-bottom: 13px !important;
  }
}
@media print, (min-width: 768px) {
  .btn {
    -moz-transition: background-color 0.26s ease;
    -o-transition: background-color 0.26s ease;
    -webkit-transition: background-color 0.26s ease;
    transition: background-color 0.26s ease;
  }
  .btn:hover {
    background-color: #fff;
  }
  .btn.is-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-primary:hover {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    /*font-size: 12px;
    padding: 10px 30px;*/
    font-size: 14px;
    padding: 15px 30px;
  }
  .btn-primary {
    min-width: 190px;
  }
}

.wpcf7-spinner {
  display:none;
}
.grecaptcha-badge {
  visibility: hidden;
}

.card-link {
  display: block;
}
.card-header {
  padding: 0;
}
.card-body {
  font-size: 16px;
  padding: 10px;
}
.card-footer {
  padding: 10px;
}
.card-figure {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.card-heading {
  font-size: 20px;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  line-height: 1.2;
}
.card-heading.is-big {
  font-size: 22px;
}
.card-guidance {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
}
.card-guidance .card-header {
  text-align: center;
  background-color: #e1f2ff;
  color: #6fbbf7;
  padding: 20px 10px;
}
.card-guidance .card-body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
}
.card-guidance .card-body.top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.card-guidance.green {
  border-color: #effad9;
}
.card-guidance.green .card-header {
  background-color: #effad9;
  color: #9de00f;
}
.card-guidance.border {
  border: 2px solid #e1f2ff;
  border-radius: 0;
}
.card-guidance.border.green {
  border: 2px solid #effad9;
}
.card-guidance.block {
  height: auto;
  min-height: 410px;
}
.card-guidance.block .card-body {
  display: block;
  padding: 10px 10px;
}
@media only screen and (max-width: 767px) {
  .card-heading {
    font-size: 14px;
  }
  .card-heading.is-big {
    font-size: 14px;
  }
  .card-body {
    font-size: 12px;
  }
  .card-guidance.block {
    min-height: auto;
  }
  .card-guidance .card-header {
    padding: 15px 5px;
  }
  .card-guidance .card-body {
    padding: 15px 10px;
  }
}

input, textarea, select {
  width: 100%;
  display: block;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 10px;
  background-color: #efefef;
  background-clip: padding-box;
  color: #595959;
  border: 1px solid #efefef;
  border-radius: 0;
  -moz-transition: border-color 0.26s ease, background-color 0.26s ease;
  -o-transition: border-color 0.26s ease, background-color 0.26s ease;
  -webkit-transition: border-color 0.26s ease, background-color 0.26s ease;
  transition: border-color 0.26s ease, background-color 0.26s ease;
}
input:focus, textarea:focus, select:focus {
  outline: 0;
}
input.is-active, textarea.is-active, select.is-active {
  border-color: #cecece;
  background-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #959595;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #959595;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #959595;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #959595;
}

textarea {
  resize: none;
  height: 215px;
}

select {
  width: 310px;
  max-width: 100%;
  word-wrap: normal;
  border-radius: 0;
  padding: 6px 10px 4px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 8px;
  background-image: url("../img/common/ico_select.png");
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:invalid {
  color: #959595;
}
select option {
  color: #595959;
}
select option:focus {
  outline: 0;
}
select option[value=""][disabled] {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input {
    line-height: 1.8;
  }

  textarea {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  input, textarea, select {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
    font-size: 13px;
  }

  textarea {
    height: 165px;
  }
}
.form-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .privacy-policy {
  width: 100%;
  padding: 5px 5px 10px 10px;
  border: 1px solid #a3a3a3;
  font-size: 12px;
}
.form-wrapper .privacy-policy p, .form-wrapper .privacy-policy ul, .form-wrapper .privacy-policy ol {
  line-height: 1.6;
  margin-bottom: 20px;
}
.form-wrapper .privacy-policy .scroll {
  height: 200px;
  overflow: auto;
}
.form-wrapper .btn {
  min-width: 230px;
  width: 300px;
}
.form-group {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.form-group .block {
  width: 100%;
}
.form-group .heading {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.form-group.last {
  padding-top: 30px;
  padding-bottom: 0;
}
.form-group.note {
  padding-bottom: 60px;
}
.form-group.note .left {
  padding-left: 30px;
}
.form-group.note .form-required {
  width: 24px;
  height: 24px;
}
.form-group.note .form-label {
  font-size: 12px;
}
.form-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.form-required {
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/common/ico_required.png");
}
@media print, (min-width: 768px) {
  .form-group {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
  }
  .form-group .left {
    -webkit-flex: 0 0 250px;
    flex: 0 0 250px;
    padding-left: 50px;
    padding-top: 0.55em;
  }
  .form-group .right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 40px;
  }
  .form-group .col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-group {
    display: block;
    padding-bottom: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-group .heading {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  .form-group .left {
    width: auto;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .form-group .row {
    display: -webkit-flex;
    display: flex;
  }
  .form-group .row > * {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: auto;
    max-width: 33.33%;
  }
  .form-group.last {
    padding-top: 10px;
  }
  .form-group.note {
    padding-bottom: 30px;
  }
  .form-group.note .form-required {
    left: 0;
    right: auto;
  }
  .form-label {
    font-size: 13px;
  }
  .form-required {
    width: 24px;
    height: 24px;
    top: -0.2em;
    left: auto;
    right: 0;
  }
}

.mw-wrap {
  display: block;
}

.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}
.mw_wp_form .akismet_error {
  display: block;
}
.mw_wp_form .vertical-item {
  display: block;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.mwform-checkbox-field input[type="checkbox"], .mwform-checkbox-field input[type="radio"], .mwform-radio-field input[type="checkbox"], .mwform-radio-field input[type="radio"] {
  position: absolute;
  width: 10px;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mwform-checkbox-field span, .mwform-radio-field span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 1.5em;
  line-height: 1.2;
}
.mwform-checkbox-field span:after, .mwform-radio-field span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mwform-checkbox-field input[type="checkbox"] ~ span:after, .mwform-radio-field input[type="checkbox"] ~ span:after {
  border-radius: 0.25rem;
}
.mwform-checkbox-field input[type="radio"] ~ span:after, .mwform-radio-field input[type="radio"] ~ span:after {
  border-radius: 50%;
}
.mwform-checkbox-field input[type="checkbox"]:checked ~ span:after, .mwform-radio-field input[type="checkbox"]:checked ~ span:after {
  background-image: url("../img/common/ico_checkbox.png");
}
.mwform-checkbox-field input[type="radio"]:checked ~ span:after, .mwform-radio-field input[type="radio"]:checked ~ span:after {
  background-image: url("../img/common/ico_radio.png");
}

.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}

.mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}

.mw_wp_form input[type="file"] {
  display: inline-block;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

.post-wrapper {
  position: relative;
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
.post-grid {
  position: relative;
  margin-bottom: 90px;
}
.post-grid > * {
  margin-bottom: 60px;
}
.post-link {
  display: block;
}
.post-item {
  position: relative;
  font-weight: 500;
  /*letter-spacing: 0.25em;*/
  letter-spacing: 0.08em;
}
.post-item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 64%;
  margin-bottom: 15px;
}
.post-item .thumbnail .embed, .post-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  max-width: inherit;
  border-radius: 10px;
}
.post-item .date {
  font-size: 12px;
  line-height: 1.5;
  color: #6fbbf7;
}
.post-item .title {
  font-size: 16px;
  color: #000;
}
.post-thumbnail img {
  border-radius: 10px;
}
.post-detail {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 90px;
}
.post-detail > * {
  margin-bottom: 30px;
}
.post-meta {
  position: relative;
  margin-bottom: 30px;
}
.post-heading {
  font-size: 24px;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  line-height: 1.4;
  color: #000;
  margin-bottom: 10px;
}
.post-date {
  font-size: 14px;
  color: #000;
}
@media print, (min-width: 768px) {
  .post-link {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .post-link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
}
@media only screen and (max-width: 767px) {
  .post-wrapper {
    padding-bottom: 10px;
  }
  .post-grid {
    margin-bottom: 20px;
  }
  .post-grid > * {
    margin-bottom: 30px;
  }
  .post-grid + .post-pager .ul-pager {
    padding-top: 10px;
  }
  .post-item {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-item .date {
    margin-bottom: 5px;
  }
  .post-item .title {
    /*font-size: 14px;*/
    font-size: 16px;
  }
  .post-detail {
    margin-bottom: 20px;
  }
}

.ul-pager {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 220px;
}
.ul-pager::after {
  display: block;
  content: "";
  clear: both;
}
.ul-pager li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}
.ul-pager li.arrow {
  position: absolute;
  z-index: 1;
  margin: 0;
}
.ul-pager li.prev {
  left: 0;
}
.ul-pager li.next {
  right: 0;
}
.ul-pager li.back {
  width: auto;
}
.ul-pager .arrow .page-numbers {
  width: auto;
  padding-left: 55px;
  padding-right: 55px;
}
.ul-pager .page-numbers {
  cursor: pointer;
  display: inline-block;
  background-color: #ffea00;
  border: 2px solid #ffea00;
  border-radius: 999px;
  padding: 15px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ul-pager .page-numbers.current {
  background-color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ul-pager .page-numbers {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
@media print, (min-width: 768px) {
  .ul-pager li.arrow {
    top: calc(50% - 5px);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ul-pager .page-numbers {
    width: 55px;
    height: 55px;
  }
  .ul-pager .page-numbers:hover {
    background-color: #fff;
  }
  .ul-pager .page-numbers.back {
    width: auto;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .ul-pager {
    padding: 60px 0 10px;
  }
  .ul-pager li.back {
    width: 100%;
    margin: 0;
  }
  .ul-pager li.arrow {
    top: 0;
  }
  .ul-pager .arrow .page-numbers {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ul-pager .page-numbers {
    width: 45px;
    height: 45px;
    padding: 10px 10px;
  }
  .ul-pager .page-numbers.back {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 374px) {
  .ul-pager .page-numbers {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
}

.post-content a {
  text-decoration: underline;
}
.post-content p {
  margin-bottom: 2em;
}
.post-content img {
  margin-bottom: 2em;
}
.post-content blockquote {
  padding-left: 40px;
}
.post-content ul,
.post-content ol {
  margin-bottom: 2em;
  padding-left: 40px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
}
.post-content h1 {
  margin-bottom: 2.5em;
  font-size: 1.6em;
}
.post-content h2 {
  margin-bottom: 2.5em;
  font-size: 1.4em;
}
.post-content h3 {
  margin-bottom: 2.5em;
  font-size: 1.2em;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 2.5em;
  font-size: 1em;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}

ul.dots li {
  position: relative;
  padding-left: 20px;
}
ul.dots li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-post .item {
  padding: 24px 35px;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0.025em;
}
.list-post .item:not(:first-child) {
  margin-top: 15px;
}
.list-post .date {
  font-size: 12px;
  font-weight: 700;
  color: #6fbbf7;
}
.list-post .title {
  font-size: 16px;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}
.list-post .link {
  display: block;
  position: relative;
  padding-right: 30px;
}
.list-post .link:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0.05em;
  right: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: url("../img/common/ico_next.png");
}
.list-ico li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px 10px 60px;
  line-height: 1.5;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 44px;
  background-image: url("../img/common/icon_li_right.png");
}
.list-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -5px;
}
.list-link > * {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 215px;
}
.list-link .link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  background-color: #6fbbf7;
  border: 2px solid #6fbbf7;
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}
.list-price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.list-price .text {
  -webkit-flex: 0 0 125px;
  flex: 0 0 125px;
}
.list-price .price {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-link .link {
    padding: 18px 10px 12px;
  }
}
@media print, (min-width: 768px) {
  .list-post .link:hover {
    text-decoration: underline;
  }
  .list-post .flex {
    display: table;
    width: 100%;
    margin: 0;
    line-height: 1.4;
  }
  .list-post .flex > * {
    display: table-cell;
    vertical-align: top;
  }
  .list-post .date {
    padding-top: 0.45em;
    width: 100px;
  }
  .list-ico.is-big li {
    font-size: 24px;
    background-size: 60px;
    padding: 15px 10px 10px 80px;
  }
  .list-link > *:nth-child(2n) .link {
    background-color: #bbef4c;
    border-color: #bbef4c;
  }
  .list-link > *:nth-child(2n) .link:hover {
    color: #bbef4c;
    border-color: #bbef4c;
  }
  .list-link .link:hover {
    background-color: #fff;
    color: #6fbbf7;
    border-color: #6fbbf7;
  }
  .list-color > *:nth-child(2n) .card-guidance {
    border-color: #effad9;
  }
  .list-color > *:nth-child(2n) .card-guidance .card-header {
    background-color: #effad9;
    color: #9de00f;
  }
}
@media only screen and (max-width: 767px) {
  .list-post {
    margin-bottom: 20px;
  }
  .list-post .item {
    padding: 15px 20px;
  }
  .list-post .item:not(:first-child) {
    margin-top: 5px;
  }
  .list-post .link:after {
    width: 12px;
    height: 12px;
    top: -0.1em;
  }
  .list-post .flex {
    display: block;
  }
  .list-post .date {
    /*font-size: 10px;*/
    font-size: 12px;
    line-height: 1.4;
  }
  .list-post .title {
    /*font-size: 12px;*/
    font-size: 14px;
  }
  .list-ico li {
    font-size: 14px;
    background-size: 35px;
    padding: 5px 0 15px 45px;
    margin-bottom: 10px;
  }
  .list-link > * {
    width: 50%;
  }
  .list-link > *:nth-child(1) .link, .list-link > *:nth-child(4) .link {
    background-color: #6fbbf7 !important;
    border-color: #6fbbf7 !important;
  }
  .list-link > *:nth-child(2) .link, .list-link > *:nth-child(3) .link {
    background-color: #bbef4c;
    border-color: #bbef4c;
  }
  .list-link .link {
    font-size: 12px;
    padding: 10px;
  }
  .list-price {
    font-size: 12px;
  }
  .list-color > *:nth-child(2) .card-guidance, .list-color > *:nth-child(3) .card-guidance {
    border-color: #effad9;
  }
  .list-color > *:nth-child(2) .card-guidance .card-header, .list-color > *:nth-child(3) .card-guidance .card-header {
    background-color: #effad9;
    color: #9de00f;
  }
}

table th, table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
}
table p, table ul, table ol {
  line-height: 1.8;
  margin-bottom: 30px;
}

.table-wrapper {
  background-color: #fff;
  margin-bottom: 100px;
}
.table-wrapper.pd15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table-primary {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
}
.table-primary th, .table-primary td {
  vertical-align: top;
}
.table-primary th {
  width: 300px;
  color: #fff;
  background-color: #bbef4c;
  padding: 10px 55px;
}
.table-primary td {
  background-color: #efefef;
  padding: 10px 35px;
}
.table-secondary {
  width: 100%;
  border-collapse: collapse;
  background-repeat: repeat-x;
  background-size: 3px;
  background-position: top left;
  background-image: url("../img/common/ico_line.png");
}
.table-secondary th, .table-secondary td {
  vertical-align: top;
  padding: 30px 30px;
  background-repeat: repeat-x;
  background-size: 3px;
  background-position: bottom left;
  background-image: url("../img/common/ico_line.png");
}
.table-secondary th {
  position: relative;
  width: 200px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.table-secondary th:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-repeat: repeat-y;
  background-size: 1px;
  background-position: top right;
  background-image: url("../img/common/ico_line_02.png");
}
.table-quaternary {
  width: 100%;
  border-collapse: collapse;
}
.table-quaternary th, .table-quaternary td {
  font-size: 14px;
  vertical-align: top;
  padding: 30px 20px;
  background-repeat: repeat-x;
  background-size: 3px;
  background-position: bottom left;
  background-image: url("../img/common/ico_border_table.jpg");
}
.table-quaternary th {
  position: relative;
  width: 145px;
  font-weight: 700;
  text-decoration: underline;
}
.table-tertiary {
  width: 100%;
  border-collapse: collapse;
}
.table-tertiary tr:not(:last-child) th, .table-tertiary tr:not(:last-child) td {
  border-bottom: 1px solid #bbef4c;
}
.table-tertiary th, .table-tertiary td {
  vertical-align: top;
  padding: 15px 10px;
}
.table-tertiary th p:not(:last-child), .table-tertiary td p:not(:last-child) {
  margin-bottom: 25px;
}
.table-tertiary th {
  position: relative;
  width: 130px;
  font-weight: 700;
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-primary th, .table-primary td {
    padding-top: 13px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  table th, table td {
    /*font-size: 12px;*/
    font-size: 14px;
  }
  table p, table ul, table ol {
    margin-bottom: 15px;
  }

  .table-wrapper {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .table-wrapper.pd15 {
    padding-left: 0;
    padding-right: 0;
  }
  .table-primary {
    border-collapse: collapse;
  }
  .table-primary thead, .table-primary tbody, .table-primary tr, .table-primary th, .table-primary td {
    display: block;
    width: 100%;
  }
  .table-primary th, .table-primary td {
    padding: 4px 10px;
    text-align: center;
  }
  .table-primary td {
    background-color: #fff;
    padding: 13px 10px;
    line-height: 2.2;
  }
  .table-secondary {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url("../img/common/ico_line.png");
  }
  .table-secondary thead, .table-secondary tbody, .table-secondary tr, .table-secondary th, .table-secondary td {
    display: block;
    width: 100%;
  }
  .table-secondary tr {
    padding: 10px 0;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-image: url("../img/common/ico_line.png");
  }
  .table-secondary th, .table-secondary td {
    padding: 0 10px;
    background: none;
  }
  .table-secondary th {
    border: none;
  }
  .table-secondary th:after {
    content: none;
  }
  .table-quaternary thead, .table-quaternary tbody, .table-quaternary tr, .table-quaternary th, .table-quaternary td {
    display: block;
    width: 100%;
    /*font-size: 12px;*/
    font-size: 14px;
  }
  .table-quaternary tr {
    padding: 25px 0;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-image: url("../img/common/ico_line.png");
  }
  .table-quaternary th, .table-quaternary td {
    padding: 0 10px;
    background: none;
  }
  .table-quaternary th {
    border: none;
  }
  .table-quaternary th:after {
    content: none;
  }
  .table-tertiary th {
    width: 110px;
  }
}
.tabs-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.tabs-link {
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px 30px;
}
.tabs-link li, .tabs-link .item {
  display: block;
  width: 50%;
  margin: 0 10px;
  cursor: pointer;
  line-height: 1.5;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border: 2px solid;
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}
.tabs-link li:nth-child(2n+1), .tabs-link .item:nth-child(2n+1) {
  border-color: #6fbbf7;
  color: #6fbbf7;
}
.tabs-link li:nth-child(2n), .tabs-link .item:nth-child(2n) {
  border-color: #bbef4c;
  color: #bbef4c;
}
.tabs-link li.is-current:nth-child(2n+1), .tabs-link .item.is-current:nth-child(2n+1) {
  color: #fff;
  background-color: #6fbbf7;
}
.tabs-link li.is-current:nth-child(2n), .tabs-link .item.is-current:nth-child(2n) {
  color: #fff;
  background-color: #bbef4c;
}
.tabs-content {
  display: none;
  padding: 0;
}
.tabs-content.is-current {
  display: inherit;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs-link li, .tabs-link .item {
    padding: 18px 10px 12px;
  }
}
@media print, (min-width: 768px) {
  .tabs-link li:hover:nth-child(2n+1), .tabs-link .item:hover:nth-child(2n+1) {
    color: #fff;
    background-color: #6fbbf7;
  }
  .tabs-link li:hover:nth-child(2n), .tabs-link .item:hover:nth-child(2n) {
    color: #fff;
    background-color: #bbef4c;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-wrapper {
    margin-bottom: 40px;
  }
  .tabs-link {
    margin: 0 -5px 15px;
  }
  .tabs-link li, .tabs-link .item {
    font-size: 14px;
    margin: 0 5px;
    padding: 10px 10px;
  }
}

/* MODEL
 * ----------------------------------------------- */
.model {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.model .heading-secondary {
  margin-bottom: 15px;
}
.model-wrapper {
  display: none;
}
.model-close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 30px;
  right: 30px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../img/common/ico_close.png");
}
.model-content {
  width: 1000px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 60px 90px;
  background-color: #fff;
  border: 5px solid #e1f2ff;
  border-radius: 5px;
}
.model-body {
  height: 500px;
  overflow: auto;
}
.model-over {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .model-body {
    height: calc(100% - 50px);
  }
  .model-close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
  .model-content {
    width: 90%;
    height: 90%;
    padding: 20px;
  }
  .model-content .terms-wrapper {
    position: relative;
    height: 100%;
  }
}

.wow {
  visibility: hidden;
}

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

@-webkit-keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

/* PAGES
 * ----------------------------------------------- */
.page-top main, .page-top .main-wrapper {
  margin-top: 0;
}
.page-top .header-top {
  height: 0;
  padding: 0;
}

.top-policy-wrapper {
  margin-bottom: 65px;
}
.top-policy-step {
  position: relative;
  margin-bottom: 25px;
}
.top-policy-step .ico {
  position: absolute;
  z-index: 10;
  bottom: -60px;
}
.top-policy-step .ico-01 {
  right: -115px;
}
.top-policy-step .ico-02 {
  left: -135px;
  bottom: -110px;
}
.top-policy-step .ico-03 {
  bottom: -45px;
  right: 20px;
  left: auto;
}
.top-policy-step .link {
  display: block;
}
.top-policy-step .step {
  font-size: 20px;
  font-weight: 500;
  color: #6fbbf7;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 10px;
}
.top-policy-step .title {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.top-policy-step .block-step {
  position: absolute;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 0 #6fbbf7;
  -webkit-box-shadow: 5px 5px 0 #6fbbf7;
  box-shadow: 5px 5px 0 #6fbbf7;
}
.top-policy-step .block-step:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 10;
  top: -45px;
  right: -30px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: url("../img/common/ico_01.png");
}
.top-policy-step .block-img img {
  border-radius: 5px;
}

.group-link .link {
  position: relative;
  display: block;
  height: 100%;
}
.group-link .link:after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  bottom: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/common/ico_arrow_down.png");
}
.group-link .item {
  position: relative;
  height: 242px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.group-link .item-01 {
  background-image: url("../img/top/img_link_01.jpg");
}
.group-link .item-02 {
  background-image: url("../img/top/img_link_02.jpg");
}
.group-link .item-03 {
 background-image: url("../img/top/img_link_03_2102.jpg");
}
.group-link .item-04 {
  background-image: url("../img/top/img_link_04.jpg");
}
.group-link .item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.15);
  -moz-transition: background-color 0.26s ease;
  -o-transition: background-color 0.26s ease;
  -webkit-transition: background-color 0.26s ease;
  transition: background-color 0.26s ease;
}
.group-link .content {
  position: absolute;
  z-index: 20;
  padding: 10px;
  top: calc(50% - 10px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.group-link .heading, .group-link .sub {
  font-weight: 700;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.group-link .heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.group-link .sub {
  font-size: 14px;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
}
@media print, (min-width: 768px) {
  .group-link .item:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.section-top-keyvisual {
  position: relative;
  z-index: 50;
  padding: 0;
}
.section-top-keyvisual:after {
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.section-top-keyvisual .slider-heading {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-top-keyvisual .slick-slide:not(.slick-active) {
  transition-delay: 700ms !important;
}
.section-top-keyvisual .slick-slide .item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.section-top-information {
  position: relative;
  background-repeat: repeat;
  background-position: bottom center;
  background-color: #6fbbf7;
  background-image: url("../img/common/bg_blue.jpg");
}

.section-top-oneday {
  position: relative;
  margin-bottom: 0;
}
.section-top-oneday .slider-deco-01, .section-top-oneday .slider-deco-02 {
  position: absolute;
  z-index: 10;
}
.section-top-oneday .slider-deco-01 {
  top: -65px;
  left: -35px;
}
.section-top-oneday .slider-deco-02 {
  bottom: -35px;
  right: -80px;
}

.section-top-link {
  position: relative;
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top-oneday .btn {
    padding: 17px 50px 11px;
  }
}
@media print, (min-width: 768px) {
  .top-policy-step .block-step {
    width: 260px;
    height: 260px;
    left: 50%;
    top: calc(50% + 15px);
    padding: 60px 10px 20px 35px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .group-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .group-link > * {
    width: 50%;
  }

  .section-top-keyvisual .slider-heading {
    width: 744px;
  }
  .section-top-keyvisual .slick-slide {
    height: 750px;
  }
  .section-top-keyvisual .slick-slide .item.item1 {
    background-image: url("../img/top/slide_kv_01.png");
  }
  .section-top-keyvisual .slick-slide .item.item2 {
    background-image: url("../img/top/slide_kv_02.png");
  }

  .section-top-information {
    padding-top: 165px;
    padding-bottom: 90px;
    margin-top: -90px;
    position: relative;
  }
  .section-top-information .heading-top {
    position: relative;
    top: -15px;
  }
  .section-top-information .list-post .item:not(:first-child) {
    display: none;
  }
  .section-top-information .display-flex {
    display: -webkit-flex;
    display: flex;
    margin: 0 -40px;
  }
  .section-top-information .display-flex > * {
    padding: 0 40px;
    margin-bottom: 0;
    align-self: center;
  }
  .section-top-information .display-flex > *:nth-child(1) {
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  .section-top-information .display-flex > *:nth-child(2) {
    -webkit-flex: 1 0 320px;
    flex: 1 0 320px;
  }

  .section-top-policy {
    padding-top: 25px;
    padding-bottom: 95px;
  }

  .section-top-oneday {
    padding-top: 95px;
    padding-bottom: 60px;
    background-image: url("../img/common/bg_blue_light.jpg");
  }
  .section-top-oneday .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-top-oneday .heading-top {
    margin-top: -30px;
    margin-bottom: 60px;
  }
  .section-top-oneday .slider-wrapper {
    width: 720px;
  }
  .section-top-oneday .display-flex {
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px;
  }
  .section-top-oneday .display-flex > * {
    padding: 0 20px;
    margin-bottom: 0;
    align-self: center;
  }
  .section-top-oneday .display-flex > *:nth-child(1) {
    -webkit-flex: 0 0 310px;
    flex: 0 0 310px;
    -webkit-order: 2;
    order: 2;
  }
  .section-top-oneday .display-flex > *:nth-child(2) {
    -webkit-flex: 1 0 310px;
    flex: 1 0 310px;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 1300px) {
  .top-policy-step .ico-01 {
    right: -100px;
  }

  .top-policy-step .ico-02 {
    left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .top-policy-wrapper {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .top-policy-step {
    position: relative;
    margin-bottom: 55px;
  }
  .top-policy-step .ico {
    bottom: -30px;
  }
  .top-policy-step .ico-01 {
    right: auto;
    left: 0;
  }
  .top-policy-step .ico-02 {
    left: auto;
    right: 0;
    width: 55px;
  }
  .top-policy-step .ico-03 {
    right: auto;
    left: 0;
  }
  .top-policy-step .ico img {
    width: 80px;
  }
  .top-policy-step .step {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .top-policy-step .title {
    font-size: 16px;
  }
  .top-policy-step .block-step {
    width: 140px;
    height: 140px;
    padding: 30px 0px 10px 25px;
    top: auto;
    bottom: -35px;
    -moz-box-shadow: 3px 3px 0 #6fbbf7;
    -webkit-box-shadow: 3px 3px 0 #6fbbf7;
    box-shadow: 3px 3px 0 #6fbbf7;
  }
  .top-policy-step .block-step:after {
    width: 55px;
    height: 55px;
    top: -25px;
    right: -10px;
  }

  .group-link {
    display: block;
  }
  .group-link .item {
    height: 200px;
  }
  .group-link .link:after {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
  .group-link .content {
    top: 50%;
  }
  .group-link .heading {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .group-link .sub {
    font-size: 10px;
  }

  .section-top-keyvisual:after {
    height: 15px;
  }
  .section-top-keyvisual .slider-heading {
    /*width: 250px;*/
    width: 300px;
  }
  .section-top-keyvisual .slick-slide {
    height: 490px;
  }
  .section-top-keyvisual .slick-slide .item.item1 {
    background-image: url("../img/top/sp/slide_kv_01.png");
  }
  .section-top-keyvisual .slick-slide .item.item2 {
    background-image: url("../img/top/sp/slide_kv_02.png");
  }

  .section-top-information {
    padding-top: 70px;
    padding-bottom: 25px;
    margin-top: -40px;
    background-image: url("../img/common/sp/bg_blue.jpg");
  }
  .section-top-information .btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-top-policy {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .section-top-policy .top-policy-step:nth-child(2n+1) {
    padding-right: 20px;
  }
  .section-top-policy .top-policy-step:nth-child(2n+1) .block-step {
    right: 0;
  }
  .section-top-policy .top-policy-step:nth-child(2n) {
    padding-left: 20px;
  }
  .section-top-policy .top-policy-step:nth-child(2n) .block-step {
    left: 0;
    -moz-box-shadow: -3px 3px 0 #6fbbf7;
    -webkit-box-shadow: -3px 3px 0 #6fbbf7;
    box-shadow: -3px 3px 0 #6fbbf7;
  }

  .section-top-oneday {
    padding-bottom: 25px;
    background-image: url("../img/common/sp/bg_blue_light.jpg");
  }
  .section-top-oneday:before {
    height: 10px;
  }
  .section-top-oneday .slider-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-oneday .slider-deco-01 {
    width: 65px;
    left: -15px;
    top: -45px;
  }
  .section-top-oneday .slider-deco-02 {
    width: 80px;
    right: -20px;
    bottom: -10px;
  }

  .section-top-link {
    position: relative;
  }
  .section-top-link:before {
    content: "";
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-image: url("../img/top/sp/bg_link.png");
  }
}
.block-about {
  position: relative;
  margin-bottom: 100px;
}
.block-about .heading {
  font-size: 26px;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.block-about .policy {
  width: 130px;
  height: 130px;
  background-color: #6fbbf7;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .block-about .img {
    margin-bottom: 45px;
  }
  .block-about .flex {
    display: -webkit-flex;
    display: flex;
    margin: 0 -20px;
  }
  .block-about .flex > * {
    padding: 0 20px;
    align-self: flex-start;
  }
  .block-about .flex .left {
    padding-top: 5px;
    -webkit-flex: 0 0 170px;
    flex: 0 0 170px;
  }
  .block-about .flex .right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 767px) {
  .block-about {
    margin-bottom: 40px;
  }
  .block-about .img {
    margin: 0 -20px;
  }
  .block-about .flex {
    position: relative;
    margin-top: -40px;
  }
  .block-about .heading {
    /*font-size: 16px;*/
    font-size: 20px;
    text-align: center;
  }
  .block-about .policy {
    width: 70px;
    height: 70px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-about .left {
    margin-bottom: 20px;
  }
}

.signature {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 2;
  margin-top: 25px;
}
.signature .is-small {
  display: block;
  font-size: 16px;
}

.section-about-director {
  background-image: url("../img/common/bg_white.jpg");
}

.section-about-childcare {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  background-image: url("../img/about/bg_childcare.png");
}
.section-about-childcare .wrapper {
  position: relative;
}
.section-about-childcare .wrapper:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -130px;
  right: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../img/common/ico_01_big.png");
}
.section-about-childcare .list-ico {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media print, (min-width: 768px) {
  .section-about-alice {
    padding-bottom: 150px;
  }

  .section-about-director {
    padding-top: 85px;
    padding-bottom: 220px;
  }
  .section-about-director .heading-secondary {
    text-align: left;
  }
  .section-about-director .avatar {
    -webkit-flex: 0 0 475px;
    flex: 0 0 475px;
    padding-top: 15px;
  }
  .section-about-director .info {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 55px;
  }

  .section-about-childcare {
    padding-top: 65px;
    padding-bottom: 105px;
    margin-top: -80px;
  }

  .section-about-overview {
    padding-top: 125px;
    padding-bottom: 120px;
  }
  .section-about-overview .heading-secondary {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .signature {
    font-size: 16px;
  }
  .signature .is-small {
    font-size: 12px;
  }

  .section-about-director {
    padding-bottom: 100px;
    background-image: url("../img/common/sp/bg_white.jpg");
  }
  .section-about-director .avatar {
    margin-bottom: 35px;
  }

  .section-about-childcare {
    padding-bottom: 40px;
    margin-top: -30px;
    background-image: url("../img/about/sp/bg_childcare.png");
  }
  .section-about-childcare .wrapper:before {
    width: 100px;
    height: 100px;
    top: -80px;
  }

  .section-about-overview {
    padding-top: 60px;
  }
}
.keyvisual-image.guidance {
  background-image: url("../img/guidance/bg_kv.jpg");
}

.block-guidance {
  position: relative;
  padding: 45px 10px 55px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-guidance .heading-secondary {
  margin-bottom: 25px;
}
@media print, (min-width: 768px) {
  .block-guidance.block-02 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .block-guidance.block-02 .heading-secondary {
    margin-bottom: 35px;
  }
  .block-guidance.block-03 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .block-guidance {
    padding: 30px 0;
  }
  .block-guidance:before, .block-guidance:after {
    height: 15px;
  }
  .block-guidance .heading-secondary {
    margin-bottom: 15px;
  }
}

@media print, (min-width: 768px) {
  .section-guidance-course {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-guidance-charges .heading-secondary {
    font-size: 24px;
  }
  .section-guidance-charges .block-guidance.block-02 .card-header {
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .section-guidance-insurance {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual-image.guidance {
    background-image: url("../img/guidance/sp/bg_kv.jpg");
  }

  .section-guidance-course {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .section-guidance-charges .plus {
    width: 25px;
  }

  .section-guidance-insurance {
    padding-bottom: 70px;
  }
}
.oneday-item {
  letter-spacing: 0.025em;
}
.oneday-item.last {
  display: block;
}
.oneday-item.last .oneday-figure .deco {
  position: static;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin: 0 auto 15px;
}
.oneday-figure {
  position: relative;
}
.oneday-figure .deco {
  position: absolute;
  width: 140px;
  height: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #6fbbf7;
  font-weight: 500;
  font-size: 30px;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  text-align: center;
  line-height: 1;
  padding-top: 0.5em;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: url("../img/common/ico_block_01.png");
}
.oneday-figure .deco .time-from, .oneday-figure .deco .time-to {
  display: block;
  font-size: 25px;
}
.oneday-figure .deco .time-to {
  padding-left: 10px;
}
.oneday-body {
  padding: 10px;
}
.oneday-heading {
  font-size: 20px;
  font-weight: 700;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}
.oneday-heading .ico {
  display: inline-block;
  border-bottom: 1px dotted #000;
  padding-bottom: 8px;
}
@media print, (min-width: 768px) {
  .oneday .w100 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .oneday-item {
    display: -webkit-flex;
    display: flex;
  }
  .oneday-item:nth-child(2n) .oneday-figure {
    -webkit-order: 2;
    order: 2;
  }
  .oneday-item:nth-child(2n) .oneday-body {
    -webkit-order: 1;
    order: 1;
    padding-left: 65px;
  }
  .oneday-item:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .oneday-item:nth-child(2) .oneday-figure .deco {
    top: -80px;
  }
  .oneday-item:nth-child(2) .oneday-body {
    padding: 90px 30px 10px 70px;
  }
  .oneday-item:nth-child(3) .oneday-body {
    padding-top: 20px;
    padding-right: 20px;
  }
  .oneday-item:nth-child(4) {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .oneday-item:nth-child(4) .oneday-body {
    padding: 60px 30px 10px 70px;
  }
  .oneday-item:nth-child(5) .oneday-figure .deco {
    top: -75px;
  }
  .oneday-item:nth-child(5) .oneday-body {
    padding-top: 65px;
  }
  .oneday-item:nth-child(6) {
    margin-top: -60px;
  }
  .oneday-item:nth-child(6) .oneday-body {
    padding-top: 125px;
  }
  .oneday-item:nth-child(7) {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .oneday-item:nth-child(7) .oneday-body {
    padding-top: 50px;
  }
  .oneday-item:nth-child(7) .oneday-figure .deco {
    top: -80px;
  }
  .oneday-item:nth-child(8) .oneday-body {
    padding-top: 80px;
    padding-right: 20px;
  }
  .oneday-item:nth-child(9) {
    padding: 60px 20px 35px;
  }
  .oneday-figure {
    padding-top: 0.5em;
    -webkit-flex: 0 0 380px;
    flex: 0 0 380px;
  }
  .oneday-figure .deco {
    top: -70px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .oneday-body {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .oneday-item {
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .oneday-item.last {
    padding-bottom: 20px;
  }
  .oneday-item.last .oneday-figure .deco {
    width: 120px;
    height: 140px;
    font-size: 30px;
  }
  .oneday-figure .deco {
    width: 72px;
    height: 86px;
    font-size: 16px;
    top: -40px;
    left: -10px;
  }
  .oneday-figure .deco .time-from, .oneday-figure .deco .time-to {
    font-size: 15px;
  }
  .oneday-heading {
    /*font-size: 16px;*/
    font-size: 18px;
  }
  .oneday-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, (min-width: 768px) {
  .section-oneday .section-header {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section-oneday .section-header {
    margin-bottom: 70px;
  }
  .section-oneday .block-oneday {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.keyvisual-image.recruit {
  background-image: url("../img/recruit/bg_kv.jpg");
}

@media print, (min-width: 768px) {
  .section-recruit-working {
    padding-top: 75px;
    padding-bottom: 20px;
  }
  .section-recruit-working .section-header {
    margin-bottom: 30px;
  }

  .section-recruit-application {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .section-recruit-application .section-header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual-image.recruit {
    background-image: url("../img/recruit/sp/bg_kv.jpg");
  }

  .section-recruit-looking {
    padding-top: 0;
  }

  .section-recruit-facility {
    padding-top: 10px;
  }

  .section-recruit-application {
    padding-top: 65px;
  }
}
.keyvisual-image.contact {
  background-image: url("../img/contact/bg_kv.jpg");
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .section-contact-tel {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .section-contact-tel .col {
    margin-bottom: 0;
  }

  .section-contact-form {
    padding-top: 15px;
    padding-bottom: 80px;
  }
  .section-contact-form .heading-secondary {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual-image.contact {
    background-image: url("../img/contact/sp/bg_kv.jpg");
  }

  .section-contact {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .section-contact-tel {
    padding-top: 0;
  }
  .section-contact-tel .col {
    margin-bottom: 25px !important;
  }
  .section-contact-tel .col:last-child {
    margin-bottom: 0 !important;
  }

  .section-contact-form {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/*20260216 トップページバナー */
.morinonakama { margin-bottom: 55px; }
.morinonakama .pc { display: block; }
.morinonakama .sp { display: none; }

@media only screen and (max-width: 767px) {
  .morinonakama { margin-bottom: 40px; }
  .morinonakama .pc { display: none; }
  .morinonakama .sp { display: block; }
}
