@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: gym-luana
Author URI: https://gym-luana.jp/
---------------------------------------------------------*/
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;
}

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

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  line-height: 1.8;
  font-size: 15px;
  background: #fff;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  body {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  body {
    font-size: 3.73333vw;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 5px 10px;
  min-height: 36px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type='text'].input-sm,
input[type='password'].input-sm,
input[type='email'].input-sm,
input[type='search'].input-sm,
input[type='tel'].input-sm,
input.text.input-sm,
textarea.input-sm {
  width: 140px;
}
input[type='text'].input-xs,
input[type='password'].input-xs,
input[type='email'].input-xs,
input[type='search'].input-xs,
input[type='tel'].input-xs,
input.text.input-xs,
textarea.input-xs {
  width: 80px;
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

.mb-none {
  margin-bottom: 0 !important;
}

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

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 20px !important;
}

.mb-md {
  margin-bottom: 40px !important;
}

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

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 20px !important;
}

.mt-md {
  margin-top: 40px !important;
}

.mt-lg {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 80px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 20px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 80px !important;
}

.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 20px !important;
}

.pt-md {
  padding-top: 40px !important;
}

.pt-lg {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 80px !important;
}

@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 20px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.pr-md {
  padding-right: 40px !important;
}

.pl-md {
  padding-left: 40px !important;
}

.pr-sm {
  padding-right: 20px !important;
}

.pl-sm {
  padding-left: 20px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.p-sm {
  padding: 20px !important;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 600px) {
  .sp_fz-lg {
    font-size: 1.2em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

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

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

.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  span.sp_only {
    display: inline-block !important;
  }
}
.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.maxw600 {
  max-width: 600px;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.indent1em {
  margin-left: 1em;
  text-indent: -1em;
}

.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}

/*
 layout
----------------------------*/
html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 55px;
  }
}

.container {
  position: relative;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.full {
  max-width: none;
}
.container.sm {
  max-width: 840px;
}
@media screen and (max-width: 1100px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container {
    padding-left: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .container {
    padding-right: 18.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .container {
    padding-right: 4vw;
  }
}

.anchor-target {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 600px) {
  .anchor-target {
    padding-top: 55px;
    margin-top: -55px;
  }
}

.article-body {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .article-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*
 header
----------------------------*/
.header {
  height: 90px;
  background: #fff;
  border-bottom: 3px solid #39bec7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  padding-top: 0;
  height: 90px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  body[data-pagetop="header"] .header {
    background: rgba(255, 255, 255, 0.8);
  }
}
.header .logo {
  padding-top: 16px;
  padding-left: 12px;
  float: left;
}
@media screen and (max-width: 600px) {
  .header .logo {
    padding-left: 10px;
    padding-top: 12px;
  }
}
.header .logo a {
  display: inline-block;
  font-weight: 500;
  color: #0d0d0d;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .logo a:hover {
  opacity: .5;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .header .logo a {
    width: 130px;
  }
}
.header .nav-sns {
 display: inline-flex;
  font-size: 26px;
  position: absolute;
  right: -160px;
  top: 3px;
}
.header .nav-sns a {
  color: #71706e;
  padding: 12px 7px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .header .nav-sns {
	 display: inline-flex;
    font-size: 38px;
    right: -130px;
    top: 13px;
  }
}
.header .gnav {
  float: right;
}
.header .gnav-menu {
  display: none;
}
.header:before, .header:after {
  display: none;
}
.header .container {
  padding: 0;
}
.header .gnav-menu {
  display: block;
  float: right;
      z-index: 1;
        position: relative;
}
.header .navs {
  float: none;
}
.header .navs .nav-fontsize {
  display: none;
}
.header .header-btn {
  float: right;
  display: block;
}
.header .header-btn a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  height: 90px;
  width: 90px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 90px;
  text-align: center;
  background: #39bec7;
}
.header .header-btn a:hover {
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width: 600px) {
  .header .header-btn a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 55px;
  }
}

.gnav-menu {
  display: none;
  padding: 5px;
}
.gnav-menu a {
  height: 80px;
  width: 80px;
  text-align: center;
  position: relative;
}
.gnav-menu a:hover {
  text-decoration: none;
}
.gnav-menu a .bd {
  width: 40px;
  display: block;
  margin: 34px auto 0;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .gnav-menu a .bd {
    margin-top: 15px;
    width: 24px;
  }
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 2px;
  background: #435057;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .gnav-menu a .bd:before, .gnav-menu a .bd:after {
    margin-bottom: 10px;
  }
}
.gnav-actived .gnav-menu a .bd {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom-color: rgba(67, 80, 87, 0);
  margin-top: 43px;
}
@media screen and (max-width: 600px) {
  .gnav-actived .gnav-menu a .bd {
    margin-top: 20px;
  }
}
.gnav-actived .gnav-menu a .bd:before {
  margin: 0;
  margin-bottom: -2px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gnav-actived .gnav-menu a .bd:after {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .gnav-menu a {
    height: 45px;
    width: 45px;
  }
}

/*
 gnav
----------------------------*/
.header .gnav {
  text-align: right;
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 100%;
  width: 100%;
  right: auto;
  z-index: 1000;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 260px;
  left: auto;
  right: -260px;
}
.header .gnav .btn-wrap {
  padding: 20px;
}
.gnav-actived .header .gnav {
  right: 0;
}
@media screen and (max-width: 600px) {
  .header .gnav {
    top: 55px;
  }
}
.header .gnav .gnav-bottom {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .header .gnav .gnav-bottom {
    margin-top: 0;
  }
}
.header .gnav .gnav-bottom > li {
  display: inline-block;
  font-size: 15px;
  text-align: left;
  height: 50px;
  position: relative;
}
.header .gnav .gnav-bottom > li > a {
  font-weight: 500;
  color: #222222;
  display: block;
  text-align: center;
  position: relative;
  padding: 0 15px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  line-height: 50px;
  font-size: 15px;
}
.header .gnav .gnav-bottom > li > a:hover {
  color: #0fc257;
  text-decoration: none;
}
.header .gnav .gnav-bottom > li:hover ul {
  display: block;
}
.header .gnav .gnav-bottom > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #fff;
  padding: 10px 0;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.header .gnav .gnav-bottom > li ul li {
  display: block;
}
.header .gnav .gnav-bottom > li ul a {
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  display: block;
  padding: 5px 15px;
  font-weight: normal;
}
@media screen and (max-width: 10000px) {
  .header .gnav .gnav-bottom > li ul {
    position: static;
    display: block;
    padding: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 10000px) {
  .header .gnav .gnav-bottom > li {
    display: block;
    width: auto;
    border: none;
    height: auto;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    margin: 0;
  }
  .header .gnav .gnav-bottom > li ul li {
    display: block;
    border-top: 1px dashed rgba(34, 34, 34, 0.1);
  }
  .header .gnav .gnav-bottom > li > a,
  .header .gnav .gnav-bottom > li ul a {
    display: block;
    padding: 10px 15px;
    height: auto;
    line-height: 1.4;
    text-align: left;
  }
  .header .gnav .gnav-bottom > li > a:after,
  .header .gnav .gnav-bottom > li ul a:after {
    display: none;
  }
  .header .gnav .gnav-bottom > li ul a {
    font-weight: normal;
    padding-left: 30px;
  }
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: rgba(204, 204, 204, 0.2);
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #0d0d0d;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}

.gnav-sp {
  display: none;
  background: #0fc257;
}
@media screen and (max-width: 600px) {
  body.home .gnav-sp {
    display: block;
  }
}
.gnav-sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gnav-sp ul > * {
  width: 50%;
}
.gnav-sp li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.gnav-sp li:nth-child(even) {
  border-right: none;
}
.gnav-sp a {
  display: block;
  padding: 5px 15px;
  font-weight: 500;
  resize: 14px;
}
.gnav-sp a:hover {
  text-decoration: none;
}

/*
 footer
----------------------------*/
.footer {
  background: url(./img/top/machines-title-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 20px 0 60px;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 600px) {
  .footer .container {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer .logo {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .footer-main {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .footer .footer-main {
    text-align: center;
  }
}
.footer .footer-copy {
  font-size: 13px;
}
.footer .fnav {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .footer .fnav {
    text-align: center;
  }
}
.footer .fnav li {
  display: inline-block;
}
.footer .fnav li:after {
  content: "｜";
  margin-right: 0.5em;
  margin-left: 0.75em;
}
.footer .fnav li:last-child:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer .fnav li {
    display: block;
    margin: 0;
  }
  .footer .fnav li:after {
    margin: 0;
    display: none;
  }
}

/*
 pagetop
----------------------------*/
.pagetop a {
  display: block;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  background: #0fc257;
  text-align: center;
  font-size: 12px;
  padding: 25px 0 10px;
  color: #0d0d0d;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pagetop a span {
  display: inline-block;
  padding-top: 4px;
  position: relative;
}
.pagetop a span:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  top: -8px;
  left: 0;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #0d0d0d transparent;
  left: 50%;
  margin-left: -6px;
}
.pagetop a:hover {
  text-decoration: none;
  background: #0b9342;
}

.footer-fixed-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns {
    left: auto;
    bottom: auto;
    top: 25%;
  }
}
.footer-fixed-btns .btns {
  display: flex;
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns .btns {
    display: block;
  }
}
.footer-fixed-btns a {
  white-space: nowrap;
  display: block;
  color: #fff;
  background: #0fc257;
  width: 50%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-fixed-btns a i {
  margin-right: 0.2em;
  font-size: 1.1em;
}
.footer-fixed-btns a small {
  font-weight: normal;
  margin-left: 0.2em;
}
.footer-fixed-btns a:last-child {
  background: #39bec7;
}
.footer-fixed-btns a:hover {
  opacity: .8;
}
@media screen and (max-width: 600px) {
  .footer-fixed-btns a {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fixed-btns a .sp_only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 600px) {
  .footer-fixed-btns a {
    width: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    letter-spacing: .1em;
  }
  .footer-fixed-btns a .pc_only {
    display: inline !important;
  }
}

.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .btn-fixed {
    right: 10px;
    bottom: 10px;
  }
}
.btn-fixed a {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  width: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 0 2px #39bec7;
  -webkit-box-shadow: 0 0 0 2px #39bec7;
  box-shadow: 0 0 0 2px #39bec7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.btn-fixed a:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.btn-fixed a > span {
  border: 6px solid #39bec7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-fixed a > span > span {
  border: 1px solid #0fc257;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-fixed a .txt {
  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%);
  white-space: nowrap;
  line-height: .8;
  color: #0fc257;
  font-weight: 600;
  font-size: 19px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
@media screen and (max-width: 600px) {
  .btn-fixed a .txt {
    font-size: 14px;
  }
}
.btn-fixed a:hover {
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width: 600px) {
  .btn-fixed a {
    -moz-box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    width: 80px;
  }
  .btn-fixed a img {
    width: 60px;
  }
}

.animated {
  opacity: 0;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----- slick -----*/
.slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  height: auto;
  width: auto;
  z-index: 10;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.8);
}
.slick-arrow:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #39bec7;
  border-bottom: 2px solid #39bec7;
}
.slick-arrow.slick-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -10px;
}
.slick-arrow.slick-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -10px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 600px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 16px 40px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .btn {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .btn {
    font-size: 3.73333vw;
  }
}

.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  color: #fff;
  border-color: #222222;
  background: #222222;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-default-outline {
  background: #fff;
  color: #222222;
  border-color: #222222;
}
.btn.btn-default-outline:hover {
  color: #fff;
  border-color: #222222;
  background: #222222;
}
.btn.btn-primary {
  color: #fff;
  border: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzZDJiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5ZDllNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #13d2b2 0%, #79d9e4 100%);
  background-image: -webkit-linear-gradient(45deg, #13d2b2 0%, #79d9e4 100%);
  background-image: linear-gradient(45deg, #13d2b2 0%, #79d9e4 100%);
}
.btn.btn-primary:hover {
  color: #fff;
  opacity: 0.6;
}
.btn.btn-secondary {
  color: #fff;
  border: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmYzI1NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5YWQ4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
  background-image: -webkit-linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
  background-image: linear-gradient(45deg, #0fc257 0%, #69ad84 100%);
}
.btn.btn-secondary:hover {
  color: #fff;
  opacity: 0.6;
}
.btn.btn-tertiary {
  color: #0d0d0d;
  font-weight: 500;
  border-color: #1b1b1b;
  background: #1b1b1b;
}
.btn.btn-tertiary:hover {
  color: #0d0d0d;
  background-color: #020202;
  border-color: #020202;
}
.btn.btn-txt {
  padding: 0;
  font-weight: bold;
}
.btn.btn-txt .icn {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(4, 0, 1, 0.14);
  width: 18px;
  height: 18px;
  color: #ccc;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.btn.btn-rounded {
  border-radius: 60px;
}
.btn.btn-shadow {
  border-radius: 60px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 6px 18px;
}
.btn.btn-lg {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.btn.btn-w-md {
  min-width: 230px;
}

.btn-primary-shadow,
a.btn-primary-shadow,
button.btn-primary-shadow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5px;
}

.btn-primary-shadow-c-wrap {
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-primary-shadow-c {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #fff;
  background: #17ed6d;
  -webkit-box-shadow: 0 5px 0 #0fc257;
  box-shadow: 0 5px 0 #0fc257;
}
a.btn-primary-shadow-c > span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
a.btn-primary-shadow-c > span:before, a.btn-primary-shadow-c > span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-primary-shadow-c > span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #0fc257 transparent transparent transparent;
}
a.btn-primary-shadow-c > span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-primary-shadow-c > span span {
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 4px 20px;
  color: #0fc257;
  border: 2px solid #0fc257;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-primary-shadow-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #17ed6d;
  -webkit-box-shadow: 0 2px 0 #0fc257;
  box-shadow: 0 2px 0 #0fc257;
}

.link-img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

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

.link-tell {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #39bec7;
  text-decoration: none !important;
}
.link-tell.link-tell-lg {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -.02em;
}

/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

.color-red {
  color: #E41E26;
}

.color-primary {
  color: #39bec7;
}

/*
 title
----------------------------*/
.section {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .section {
    padding: 40px 0;
  }
}

.section-title {
  margin-bottom: 70px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .title-en {
  font-size: 15px;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #404040;
}
@media screen and (max-width: 600px) {
  .section-title .title-en {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-title .title-en {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-title .title-en {
    font-size: 2.93333vw;
  }
}

.section-title .title-en:before {
  content: " ";
  display: block;
  background: #39bec7;
  height: 1px;
  width: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .section-title .title-en:before {
    margin-bottom: 15px;
  }
}
.section-title .title-ja {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #1b1b1b;
}
@media screen and (max-width: 600px) {
  .section-title .title-ja {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .section-title .title-ja {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-title .title-ja {
    font-size: 5.33333vw;
  }
}

.section-title .bg-txt {
  content: "News";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 56px;
  color: #ededed;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}

.section-header .section-header-more {
  text-align: right;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-header .section-header-more {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

.link-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-more:before {
  content: "+";
  color: #0fc257;
  padding-right: 5px;
  font-weight: 600;
}
.link-more:hover {
  text-decoration: none;
  opacity: .4;
}

.box-white {
  background: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 600px) {
  .box-white {
    padding: 15px;
  }
}

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.pager ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pager ul.page-numbers a {
  color: #39bec7;
}
.pager ul.page-numbers .dots,
.pager ul.page-numbers a.page-numbers,
.pager ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #39bec7;
  height: 36px;
  line-height: 32px;
  min-width: 36px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pager ul.page-numbers .dots,
  .pager ul.page-numbers a.page-numbers,
  .pager ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
.pager ul.page-numbers .dots.prev, .pager ul.page-numbers .dots.next,
.pager ul.page-numbers a.page-numbers.prev,
.pager ul.page-numbers a.page-numbers.next,
.pager ul.page-numbers span.current.prev,
.pager ul.page-numbers span.current.next {
  border: none;
  background-color: none;
}
.pager ul.page-numbers span.current,
.pager ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #39bec7;
  border-color: #39bec7;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #39bec7;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

/*
 table
----------------------------*/
.table-default th, .table-default td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 600px) {
  .table-default {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .table-default tbody, .table-default thead {
    display: block;
  }
  .table-default tr, .table-default th, .table-default td {
    width: auto !important;
    display: block;
    border: none;
    padding: 0;
  }
  .table-default tr {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .table-default th, .table-default td {
    padding: 0 10px;
  }
  .table-default th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
}
.label.label-required {
  color: #fff;
  background: #E41E26;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-default {
  font-weight: normal;
  display: inline-block;
  background: #f6f5f5;
  padding: 2px 5px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.label.label-default br {
  display: none;
}
.label.label-default i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  text-align: center;
}

.title-primary {
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 22px;
  }
}
.title-primary:after {
  content: " ";
  display: block;
  width: 80px;
  height: 3px;
  background: #6bb38a;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

/*
 MV付きのタイトル
----------------------------*/
.page-header {
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
}
.page-header .title {
  font-weight: normal;
  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%);
  text-align: center;
  z-index: 3;
  line-height: 1;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  min-width: 300px;
}
.page-header .title .en {
  font-weight: 600;
  font-size: 14px;
  color: #39bec7;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 600px) {
  .page-header .title .en {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .page-header .title .en {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .page-header .title .en {
    font-size: 3.46667vw;
  }
}

.page-header .title .ja {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-header .title .ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) {
  .page-header .title .ja {
    font-size: 37.5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .page-header .title .ja {
    font-size: 8vw;
  }
}

.page-header .bg {
  z-index: 1;
}
.page-header .bg img {
  width: 100%;
}
.page-header .bg .bg-img {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .page-header .bg .bg-img {
    background-position: center center;
  }
}
.page-header .bg.bg-video {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .9;
  overflow: hidden;
}
.page-header .bg.bg-video video,
.page-header .bg.bg-video img {
  height: auto;
  width: 100%;
  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%);
}
@supports (object-fit: cover) {
  .page-header .bg.bg-video video,
  .page-header .bg.bg-video img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.page-header:after {
  content: " ";
  display: block;
  padding-top: 260px;
  background: #FFF;
}
.page-header.is-video:after {
  padding-top: 40%;
}
@media screen and (max-width: 600px) {
  .page-header:after {
    padding-top: 60% !important;
  }
}

/*
 box
----------------------------*/
/*
 modal
----------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 25px 30px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 100px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/*
 tab
----------------------------*/
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.marker {
  display: inline;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmU2NDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #ffe646));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #ffe646 70%);
}

.form-area th {
  position: relative;
}
.form-area th .label-required {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .form-area table, .form-area thead, .form-area tbody, .form-area tfoot,
  .form-area tr, .form-area th, .form-area td {
    display: block;
  }
  .form-area table {
    font-size: 14px !important;
  }
  .form-area table th {
    width: auto !important;
    border-top: none !important;
  }
  .form-area table td {
    border-top: none !important;
  }
}

.form-btns {
  text-align: center;
  padding: 40px 0 0;
}

.form-btns .btn {
  margin: 10px 5px;
}
@media screen and (max-width: 600px) {
  .form-btns .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.wpcf7-form .form-btns {
  padding-top: 25px;
  text-align: center;
}
.wpcf7-form .form-btns br {
  display: none;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .form-btns .btn {
    margin-bottom: 10px;
  }
  .wpcf7-form .form-btns .ajax-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wpcf7-form .input-group .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  margin-right: 0;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf,
.wpcf7-form .wpcf7-text.wpcf7c-conf,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf {
  opacity: 1;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-moz-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-moz-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-select.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea.wpcf7c-conf::-webkit-input-placeholder,
.wpcf7-form .wpcf7-free-text.wpcf7c-conf::-webkit-input-placeholder {
  color: #fff;
}
.wpcf7-form .wpcf7-textarea {
  height: 8em;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: .2em;
}
.wpcf7-form input[type="radio"][disabled="disabled"] {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"] ~ .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form input[type="radio"][disabled="disabled"]:checked ~ .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-form .wpcf7-free-text.wpcf7c-conf:disabled {
  display: none;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form span.wpcf7-list-item.has-free-text .wpcf7-free-text {
  width: 150px;
}
.wpcf7-form.custom-wpcf7c-confirmed span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .table-form th .required {
  display: none;
}

.section-mv {
  border-bottom: 3px solid #aee25c;
}
@media screen and (min-width: 600px) {
  .section-mv {
    border-bottom: none;
  }
}

.section-campaign.is-bg {
  text-align: center;
  background: url(./img/top/bg-campaign.jpg) center bottom no-repeat;
		  background-size: cover;
	height: 112vw;
}
@media screen and (max-width: 600px) {
	.section-campaign.is-bg {
        text-align: center;
        background-image: url(./img/top/bg-campaign_sp.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
				height: 336vw;
	}
}
.section-campaign.is-bg img {
  width: 100%;
  max-width: 580px;
}

.section-news .news-list {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.summary-news-sm {
  border-bottom: 1px dashed #bfbfbf;
  padding: 15px 0;
}
.summary-news-sm .date {
  display: block;
  color: #bfbfbf;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .summary-news-sm .date {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .summary-news-sm .date {
    font-size: 3.46667vw;
  }
}
.summary-news-sm .title {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .summary-news-sm .title {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .summary-news-sm .title {
    font-size: 4vw;
  }
}

@media screen and (min-width: 600px) {
  .section-service .boxs {
    display: flex;
    justify-content: space-between;
  }
  .section-service .boxs > * {
    width: 48%;
  }
}
.section-service .box-service-top {
  padding-top: 10px;
  margin-bottom: 30px;
}
.section-service .box-service-top .title {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #445058;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .section-service .box-service-top .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section-service .box-service-top .title {
    font-size: 6.4vw;
  }
}
.section-service .boxs .box {
  margin-bottom: 40px;
}
.section-service .boxs .box .img {
  position: relative;
  z-index: 1;
}
.section-service .boxs .box .txt {
  margin-top: -40px;
  margin-left: auto;
  margin-right: -4vw;
  border-radius: 10px;
  width: 90vw;
  padding: 20px 25px;
  background-color: white;
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .section-service .boxs .box .txt {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.section-service .boxs .box .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.section-service .boxs .box .title .title-no {
  color: #39bec7;
  text-align: center;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .section-service .boxs .box .title .title-no {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .section-service .boxs .box .title .title-no {
    font-size: 3.2vw;
  }
}
.section-service .boxs .box .title .title-no .num {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .section-service .boxs .box .title .title-no .num {
    font-size: 35px;
  }
}
@media screen and (max-width: 375px) {
  .section-service .boxs .box .title .title-no .num {
    font-size: 7.46667vw;
  }
}
.section-service .boxs .box .title .title-ja {
  font-size: 18px;
  color: #445058;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .section-service .boxs .box .title .title-ja {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-service .boxs .box .title .title-ja {
    font-size: 4.8vw;
  }
}
.section-service .boxs-02 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-service .boxs-02 {
    display: flex;
    justify-content: space-around;
  }
}
.section-service .boxs-02 .box {
  display: inline-block;
  text-align: center;
  padding: 40px 40px 0;
}
@media screen and (max-width: 600px) {
  .section-service .boxs-02 .box {
    padding: 20px 0 0;
  }
}
.section-service .boxs-02 .box .txt01 {
  font-size: 1.4em;
  font-weight: bold;
}
.section-service .boxs-02 .box .txt02 {
  font-size: 80px;
  line-height: 1.1;
}
.section-service .boxs-02 .box .txt02 small {
  font-size: 20px;
  margin-left: 10px;
}

.section-training {
  position: relative;
  background: #fefefe;
}
.section-training > .inner {
  position: relative;
  z-index: 2;
}
.section-training:before {
  content: " ";
  background: url(./img/top/training-bg-top.jpg) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-training:after {
  content: " ";
  background: url(./img/top/training-bg-bottom.jpg) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .section-training:after {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .section-training {
    padding-bottom: 40px;
  }
  .section-training .boxs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .section-training .boxs > * {
    width: 40%;
  }
}
.section-training .title {
  text-align: center;
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .section-training .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .title {
    font-size: 5.33333vw;
  }
}
.section-training .title .num {
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  font-style: italic;
}
@media screen and (min-width: 600px) {
  .section-training .title .num {
    font-size: 75px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .title .num {
    font-size: 16vw;
  }
}
@media screen and (min-width: 600px) {
  .section-training .title {
    margin-bottom: 80px;
  }
  .section-training .title img {
    width: 360px;
  }
}
.section-training .box {
  margin-bottom: 80px;
}
.section-training .box:nth-child(even) .training-box-header .box-title {
  left: 0;
  right: auto;
}
.section-training .box:nth-child(even) .training-box-header .img {
  margin-left: auto;
}
.section-training .info {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}
.section-training .training-slider {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .section-training .training-slider {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-training .training-slider li .thumb {
  position: relative;
}
.section-training .training-slider li .thumb .title {
  font-size: 15px;
  padding: 10px 0;
  background: #435058;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .section-training .training-slider li .thumb .title {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .training-slider li .thumb .title {
    font-size: 4vw;
  }
}
.section-training .training-slider li .thumb .img {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  padding-top: 75%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 10px solid #fff;
}
.section-training .training-slider li .thumb .img img {
  height: 100%;
  width: auto;
  max-width: none;
  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%);
}
@supports (object-fit: contain) {
  .section-training .training-slider li .thumb .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: contain;
  }
}
.section-training .training-slider li .thumb .more-btn {
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: 6px 20px;
  font-size: 13px;
  text-align: center;
  border-radius: 40px;
  background: #9cca54;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
}
.section-training .training-slider .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important;
}
.section-training .training-slider .slide-arrow {
  background: none;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
  cursor: pointer;
}
.section-training .training-slider .prev-arrow {
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #b5b5b5;
  border-top: 10px solid transparent;
  left: 9%;
}
@media screen and (min-width: 600px) {
  .section-training .training-slider .prev-arrow {
    left: 5%;
  }
}
.section-training .training-slider .next-arrow {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #b5b5b5;
  border-right: 0;
  border-top: 10px solid transparent;
  right: 9%;
}
@media screen and (min-width: 600px) {
  .section-training .training-slider .next-arrow {
    right: 5%;
  }
}
.section-training .training-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.section-training .training-slider button:before {
  display: none;
}
.section-training .box-04 {
  margin: 0 4vw;
}
.section-training .box-04 .box-header {
  background: #39bec7;
  padding: 20px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.section-training .box-04 .box-header .check {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -25px;
}
.section-training .box-04 .box-header .title {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .section-training .box-04 .box-header .title {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .box-04 .box-header .title {
    font-size: 4vw;
  }
}
.section-training .box-04 .box-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.section-training .training-box-header,
.section-training2 .training-box-header {
  position: relative;
  text-align: left;
}
.section-training .training-box-header .box-title,
.section-training2 .training-box-header .box-title {
  right: 0;
  position: absolute;
  top: 50%;
  text-align: left;
  margin-top: -45px;
  background: #fff;
  padding: 0 20px 20px;
  min-width: 200px;
  border-radius: 6px;
  line-height: 1;
}
.section-training .training-box-header .box-title .num,
.section-training2 .training-box-header .box-title .num {
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  color: #39bec7;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: -12px;
}
@media screen and (min-width: 600px) {
  .section-training .training-box-header .box-title .num,
  .section-training2 .training-box-header .box-title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .training-box-header .box-title .num,
  .section-training2 .training-box-header .box-title .num {
    font-size: 6.4vw;
  }
}
.section-training .training-box-header .box-title .title-en,
.section-training2 .training-box-header .box-title .title-en {
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .section-training .training-box-header .box-title .title-en,
  .section-training2 .training-box-header .box-title .title-en {
    font-size: 37.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .training-box-header .box-title .title-en,
  .section-training2 .training-box-header .box-title .title-en {
    font-size: 8vw;
  }
}
.section-training .training-box-header .box-title .title-ja,
.section-training2 .training-box-header .box-title .title-ja {
  text-align: right;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .section-training .training-box-header .box-title .title-ja,
  .section-training2 .training-box-header .box-title .title-ja {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-training .training-box-header .box-title .title-ja,
  .section-training2 .training-box-header .box-title .title-ja {
    font-size: 3.46667vw;
  }
}
@media screen and (min-width: 600px) {
  .section-training .training-box-header .box-title,
  .section-training2 .training-box-header .box-title {
    top: -30px;
    left: 10px !important;
    right: auto !important;
    margin-top: 0;
    width: 260px;
  }
  .section-training .training-box-header .box-title img,
  .section-training2 .training-box-header .box-title img {
    height: 100px;
  }
}
.section-training .training-box-header .img,
.section-training2 .training-box-header .img {
  width: 80%;
}
@media screen and (min-width: 600px) {
  .section-training .training-box-header .img,
  .section-training2 .training-box-header .img {
    width: auto;
  }
}
.section-training .box-label,
.section-training2 .box-label {
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMzUzMzY5IiB5MT0iMS4wODgxMDUiIHgyPSIwLjY0NjYzMSIgeTI9Ii0wLjA4ODEwNSI+PHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iIzFkZDBiMCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjNDhkZGFkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzJlYWFhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(76deg, #1dd0b0 7%, #48ddad 55%, #72eaaa 100%);
  background-image: -webkit-linear-gradient(76deg, #1dd0b0 7%, #48ddad 55%, #72eaaa 100%);
  background-image: linear-gradient(14deg, #1dd0b0 7%, #48ddad 55%, #72eaaa 100%);
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .section-training .box-label,
  .section-training2 .box-label {
    font-size: 16px;
  }
}

.section-faciliity {
  padding: 40px 0;
}
.section-faciliity .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-faciliity .items > * {
  width: 50%;
  padding: 0 10px 20px;
}
@media screen and (min-width: 600px) {
  .section-faciliity .items > * {
    width: 25%;
    padding: 0 20px 20px;
  }
}
.section-faciliity .items .title {
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .section-faciliity .items .title {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-faciliity .items .title {
    font-size: 3.46667vw;
  }
}
.section-faciliity .items .img {
  margin-bottom: 5px;
}
.section-faciliity .items .img img {
  border-radius: 5px;
}

.section-price {
  background: #f5f5f5;
  padding: 40px 0;
}
.section-price .box-price {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(4, 0, 1, 0.18);
  margin-bottom: 30px;
  text-align: center;
}
.section-price .box-price .box-header {
  border-radius: 10px 10px 0 0;
  font-size: 15px;
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .section-price .box-price .box-header {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-price .box-price .box-header {
    font-size: 4vw;
  }
}
.section-price .box-price .box-price-num {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .section-price .box-price .box-price-num {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .section-price .box-price .box-price-num {
    font-size: 5.33333vw;
  }
}
.section-price .box-price .box-price-num .num {
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4em;
}
.section-price .box-price .box-price-num .note {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
}
.section-price .box-price .box-price-num .arrow {
  font-size: 16px;
  padding: 10px 0;
}
.section-price .box-price .box-price-num .u {
  font-size: 0.8em;
  position: relative;
  display: inline-block;
}
.section-price .box-price .box-price-num .u:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
.section-price .box-price.box-price-01 {
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .section-price .box-price.box-price-01 {
    padding-top: 30px;
  }
}
.section-price .box-price.box-price-01 .u:before {
  background: #000;
}
.section-price .box-price.box-price-02 .box-header {
  color: #fff;
  background: #9dca55;
}
.section-price .box-price.box-price-03 .box-header {
  color: #fff;
  background: #47bcc6;
}
.section-price .box-price.box-price-04 .box-header {
  color: #fff;
  background: #435058;
}
.section-price .box-price .box-note {
  padding: 15px 0;
}
.section-price .box-price .box-note p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  .section-price .box-price .box-note {
    padding: 15px;
    font-size: 13px;
  }
}
.section-price .box-price-note {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(4, 0, 1, 0.18);
  margin-bottom: 40px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.section-price .box-price-note .box-title {
  font-size: 14px;
  border-radius: 50px;
  background: #d9d9d9;
  text-align: center;
  padding: 5px 20px;
  display: block;
  width: 200px;
  position: relative;
  top: -15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .section-price .box-price-note .box-title {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-price .box-price-note .box-title {
    font-size: 3.73333vw;
  }
}
.section-price .box-price-note .box-body {
  text-align: left;
  font-size: 13px;
  padding: 0 20px 20px;
}
@media screen and (min-width: 600px) {
  .section-price .box-price-note .box-body {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-price .box-price-note .box-body {
    font-size: 3.46667vw;
  }
}
@media screen and (min-width: 600px) {
  .section-price .box-prices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-price .box-prices > * {
    width: 32%;
  }
  .section-price .box-prices.box-prices-col2 > * {
    width: 48%;
  }
  .section-price .box-prices .box-price-04 {
    width: 49%;
  }
}
@media screen and (min-width: 600px) {
  .section-price .box-price-notes {
    display: flex;
    justify-content: space-between;
  }
  .section-price .box-price-notes > * {
    width: 32%;
  }
}
.section-price .flow-items {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .section-price .flow-items {
    padding-top: 0;
  }
}
.section-price .flow-items .item {
  background: #fef101;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .section-price .flow-items .item {
    padding-left: 0;
    padding-right: 0;
    width: 43%;
  }
}
.section-price .flow-items .arrow {
  content: "";
  padding: 0 10px;
  text-align: center;
  color: #49555b;
}
@media screen and (max-width: 600px) {
  .section-price .flow-items .arrow {
    width: 14%;
  }
}

.section-machines {
  padding: 0 0 10px;
}
.section-machines .section-header {
  background: url(./img/top/machines-title-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}
.section-machines .section-header .title {
  font-size: 25px;
}
@media screen and (min-width: 600px) {
  .section-machines .section-header .title {
    font-size: 31.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-machines .section-header .title {
    font-size: 6.66667vw;
  }
}
.section-machines .section-header .title .sm {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .section-machines .section-header .title .sm {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-machines .section-header .title .sm {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 600px) {
  .machine-items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .machine-items > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.machine-item {
  font-size: 14px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .machine-item {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 375px) {
  .machine-item {
    font-size: 3.73333vw;
  }
}
@media screen and (min-width: 600px) {
  .machine-item {
    font-size: 13px;
  }
}
.machine-item .num {
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ff9422;
  font-size: 26px;
}
@media screen and (min-width: 600px) {
  .machine-item .num {
    font-size: 32.5px;
  }
}
@media screen and (max-width: 375px) {
  .machine-item .num {
    font-size: 6.93333vw;
  }
}
.machine-item .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .machine-item .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .machine-item .title {
    font-size: 5.33333vw;
  }
}
.machine-item .txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .machine-item .txt {
    line-height: 1.6;
    min-height: 4.8em;
  }
}
.machine-item .img {
  display: inline-block;
  position: relative;
}
.machine-item .img img {
  border-radius: 10px;
  box-shadow: 0px 3px 12px 0px rgba(4, 0, 1, 0.18);
}
.machine-item .img-num {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #ff9422;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  right: -10px;
  transform: rotate(6deg);
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -.2em;
}
.machine-item .img-num .lg {
  font-size: 2em;
  margin-right: 5px;
}

.section-cv {
  padding: 40px 0;
}
.section-cv .container {
  max-width: 640px;
}
.section-cv .btns {
  display: flex;
  justify-content: space-between;
}
.section-cv .btns > * {
  width: 47.5%;
}

.btn-cv {
  display: block;
  padding: 22px 0;
  border-radius: 10px;
  position: relative;
}
.btn-cv .note {
  display: block;
  font-weight: bold;
  font-size: 11px;
  background: #fff;
  color: #ea9658;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  position: relative;
  position: absolute;
  top: -12px;
  padding: 5px 0;
}
@media screen and (min-width: 600px) {
  .btn-cv .note {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 375px) {
  .btn-cv .note {
    font-size: 2.93333vw;
  }
}
.btn-cv .note:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -6px;
  left: 0;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  margin-left: -6px;
}
.btn-cv .txt {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .btn-cv .txt {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .btn-cv .txt {
    font-size: 4vw;
  }
}
.btn-cv.btn-secondary .note {
  color: #69ad84;
}

.section-about {
  background: url(./img/top/about-bg.jpg) center top;
  background-size: cover;
}
.section-about .title-img {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .section-about .title-img {
    padding-top: 20px;
  }
}
.section-about .boxs-01 {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.section-about .boxs-01:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -40px;
  left: 0;
  border-width: 40px 45vw 0 45vw;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  margin-left: -45vw;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .section-about .boxs-01:before {
    content: "";
    position: absolute;
    z-index: 2;
    border-style: solid;
    bottom: -40px;
    left: 0;
    border-width: 40px 530px 0 530px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    margin-left: -530px;
  }
  .section-about .boxs-01 .box {
    width: 48%;
  }
}
.section-about .boxs-01 .box-title-01,
.section-about .boxs-01 .box-title-02 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.section-about .boxs-01 .box-title-01 .img,
.section-about .boxs-01 .box-title-02 .img {
  width: 25%;
  flex-shrink: 0;
}
.section-about .boxs-01 .box-title-01 .title,
.section-about .boxs-01 .box-title-02 .title {
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 .box-title-01 .title,
  .section-about .boxs-01 .box-title-02 .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-01 .box-title-01 .title,
  .section-about .boxs-01 .box-title-02 .title {
    font-size: 5.33333vw;
  }
}
.section-about .boxs-01 .box-title-01 .title-label,
.section-about .boxs-01 .box-title-02 .title-label {
  line-height: 1.2;
  background: #FFEB3B;
  padding: 8px 20px;
  white-space: nowrap;
  position: absolute;
  right: 40px;
  top: 8px;
  transform: rotate(4deg);
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
}
.section-about .boxs-01 .box-title-01 .title-label .lg,
.section-about .boxs-01 .box-title-02 .title-label .lg {
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  .section-about .boxs-01 .box-title-01 .title-label,
  .section-about .boxs-01 .box-title-02 .title-label {
    font-size: 12px;
    top: -5px;
    right: 0;
    padding: 8px 12px;
  }
}
.section-about .boxs-01 .box-title-02 .img {
  border: 1px solid #39bec7;
  border-radius: 50%;
  text-align: center;
  color: #39bec7;
  font-size: 13px;
  position: relative;
  transform: rotate(-12deg);
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 .box-title-02 .img {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-01 .box-title-02 .img {
    font-size: 3.46667vw;
  }
}
.section-about .boxs-01 .box-title-02 .img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.section-about .boxs-01 .box-title-02 .img .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -1.4em;
  line-height: 1.4;
  font-weight: bold;
}
.section-about .boxs-01 .box-title-02 .title {
  background: #39bec7;
  border-radius: 0 50px 50px 0;
  margin-left: -20px;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 .box-title-02 .title {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-01 .box-title-02 .title {
    font-size: 4vw;
  }
}
.section-about .boxs-01 .txt-md {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 .txt-md {
    font-size: 18.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-01 .txt-md {
    font-size: 4vw;
  }
}
.section-about .boxs-01 .txt-lg {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-01 .txt-lg {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-01 .txt-lg {
    font-size: 5.33333vw;
  }
}
.section-about .boxs-01 .em {
  color: #39bec7;
}
.section-about .boxs-02 {
  position: relative;
}
.section-about .boxs-02 .title-img {
  margin-bottom: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.section-about .boxs-02 ul {
  width: 62%;
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-02 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-about .boxs-02 ul li {
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  height: 50px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-02 ul li {
    height: 60px;
    width: 29.33%;
    margin: 0 2% 40px;
  }
}
.section-about .boxs-02 ul li .icn {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  border-radius: 50%;
  background-color: #5cbb82;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.section-about .boxs-02 ul li .txt {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-02 ul li .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-02 ul li .txt {
    font-size: 4.26667vw;
  }
}
.section-about .boxs-02 ul li .note {
  color: #999999;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .section-about .boxs-02 ul li .note {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-about .boxs-02 ul li .note {
    font-size: 2.93333vw;
  }
}
.section-about .boxs-02 ul li .inner {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-about .boxs-02 .img {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 56%;
  max-width: 260px;
  z-index: 2;
}
.section-about.v231201 .boxs-01 .box .img img {
  border-radius: 20px;
}
.section-about.v231201 .boxs-02 ul li {
  background: rgba(255, 255, 255, 0.8);
}
.section-about.v231201 .boxs-02 .img {
  max-width: 420px;
  width: 61%;
}

.section-staff {
  padding: 40px 0;
}
.section-staff .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-staff .items > * {
  width: 50%;
  padding: 0 10px 30px;
}
@media screen and (min-width: 600px) {
  .section-staff .items > * {
    width: 33.33%;
  }
}
.section-staff .staff-item {
  line-height: 1.4;
}
.section-staff .staff-item .name {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .section-staff .staff-item .name {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-staff .staff-item .name {
    font-size: 3.73333vw;
  }
}
.section-staff .staff-item .name-en {
  text-align: center;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
  opacity: 0.4;
}
@media screen and (min-width: 600px) {
  .section-staff .staff-item .name-en {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 375px) {
  .section-staff .staff-item .name-en {
    font-size: 3.46667vw;
  }
}
.section-staff .staff-item .img {
  margin-bottom: 10px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-staff .staff-item .img:after {
  content: " ";
  padding-top: 100%;
  display: block;
}
.section-staff .staff-item .img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-faq {
  padding: 0 0 40px;
}
.section-faq .container {
  max-width: 680px;
}
.section-faq .faq-item {
  border: 1px solid #39bec7;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-faq .faq-item dt a {
  display: block;
  padding: 10px;
  padding-left: 50px;
  background: #39bec7;
  color: #fff;
  position: relative;
}
.section-faq .faq-item dt a .icn {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.section-faq .faq-item dt a .icn:before, .section-faq .faq-item dt a .icn:after {
  content: " ";
  display: block;
  width: 1px;
  height: 10px;
  background: #39bec7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
}
.section-faq .faq-item dt a .icn:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-faq .faq-item dd {
  display: none;
  padding: 10px;
}
.section-faq .faq-item.is-open dt a .icn:before {
  display: none;
}
.section-faq .faq-item.is-open dd {
  display: block;
}

.section-access {
  padding-bottom: 60px;
}
.section-access .section-body {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.table-access {
  width: 100%;
}
.table-access th {
  font-weight: bold;
  text-align: right;
}
.table-access th, .table-access td {
  padding: 20px 15px;
  border-bottom: 1px dashed #bfbfbf;
}
@media screen and (max-width: 600px) {
  .table-access {
    display: block;
  }
  .table-access tbody, .table-access thead, .table-access tr, .table-access th, .table-access td {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
  }
  .table-access th {
    padding-bottom: 5px;
  }
  .table-access tr {
    padding: 15px 0;
    border-bottom: 1px dashed #bfbfbf;
  }
}

.section-map * {
  vertical-align: bottom;
}
.section-map iframe {
  width: 100%;
}

.section-point {
  background: #eafafc;
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .section-point .box-points {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
  }
  .section-point .box-points > * {
    width: 31%;
  }
}
.section-point .box-point {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .section-point .box-point {
    align-items: self-start;
    padding-bottom: 0;
  }
}
.section-point .box-point .no {
  border-radius: 50%;
  background: #39bec7;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  line-height: 1;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  padding-top: 12px;
  margin-right: 20px;
}
.section-point .box-point .no .title-en {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.section-point .box-point .no .title-num {
  font-size: 26px;
  font-weight: 600;
}

.section-reason {
  background: #eafafc;
}
@media screen and (min-width: 600px) {
  .section-reason {
    padding-top: 20px;
  }
}
.section-reason .reason-01 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-reason .reason-01 .reason-01-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-reason .reason-01 .reason-01-img {
  position: relative;
}
.section-reason .reason-01 .reason-01-img .img-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #435057;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .reason-01-img .img-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .section-reason .reason-01 .reason-01-img .img-title {
    font-size: 4.26667vw;
  }
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .reason-01-img {
    text-align: center;
  }
  .section-reason .reason-01 .reason-01-img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-reason .reason-01 .reason-02-title {
  margin-top: -8vw;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .reason-02-title {
    margin-top: -200px;
  }
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .boxs {
    display: flex;
    justify-content: space-between;
  }
  .section-reason .reason-01 .boxs > * {
    width: 48%;
  }
  .section-reason .reason-01 .boxs.boxs-col3 > * {
    width: 32%;
  }
}
.section-reason .reason-01 .box {
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 12px 0px rgba(144, 79, 2, 0.18);
}
.section-reason .reason-01 .box .box-num {
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #39bec7;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .box .box-num {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 375px) {
  .section-reason .reason-01 .box .box-num {
    font-size: 2.93333vw;
  }
}
.section-reason .reason-01 .box .box-num .num {
  display: inline-block;
  margin-left: 3px;
  font-family: "Open Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2em;
}
.section-reason .reason-01 .box .box-title {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 600px) {
  .section-reason .reason-01 .box .box-title {
    font-size: 27.5px;
  }
}
@media screen and (max-width: 375px) {
  .section-reason .reason-01 .box .box-title {
    font-size: 5.86667vw;
  }
}
.section-reason .reason-01 .box .img {
  margin-bottom: 10px;
}
.section-reason .reason-01 .box .img img {
  border-radius: 8px;
}

.section-instagram {
  position: relative;
  background: #fafafc;
}
.section-instagram:after {
  content: " ";
  display: block;
  background: url(./img/top/instagram-bg.png) center center no-repeat;
  background-size: contain;
  width: 105px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 0;
}

.section-youtube {
  background: #000;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .section-youtube {
    padding: 0;
  }
}
.section-youtube .items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .section-youtube .items {
    display: block;
  }
}
.section-youtube .items > .item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .section-youtube .items > .item {
    width: auto;
    padding: 0;
  }
}
.section-youtube .items.slick-initialized {
  display: block;
}
.section-youtube .items.slick-initialized > .item {
  width: auto;
}
.section-youtube .item {
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .section-youtube .item {
    padding: 0;
  }
}
.section-youtube .item a {
  display: block;
  position: relative;
}
.section-youtube .item a .entry {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
.section-youtube .item a .entry .title {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.section-youtube .item a .entry .title-02 {
  display: block;
  font-size: 12px;
  text-align: right;
}
.section-youtube .item a .logo {
  width: 30%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.section-youtube .items li a .img {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  background: #000;
}
.section-youtube .items li a .img:before {
  content: " ";
  display: block;
  padding-top: 55.88235%;
}
.section-youtube .items li a .img img {
  opacity: .8;
  height: 100%;
  width: auto;
  max-width: none;
  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%);
}
@supports (object-fit: cover) {
  .section-youtube .items li a .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

.modal-youtube .close {
  position: absolute;
  right: 0;
  top: -40px;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .modal-youtube .modal-dialog {
    padding-top: 50px;
  }
}
.modal-youtube .modal-body {
  padding: 0;
}

.wp-content h1.wp-block-heading {
  font-size: 24px;
}

.box-access-img {
  position: relative;
}
.box-access-img .txt01, .box-access-img .txt02 {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .box-access-img .txt01, .box-access-img .txt02 {
    padding: 0;
  }
}
.box-access-img .txt01 {
  position: absolute;
  left: 3%;
  top: 6%;
}
@media screen and (max-width: 600px) {
  .box-access-img .txt01 {
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.box-access-img .txt02 {
  position: absolute;
  bottom: 40%;
  right: 28%;
}
@media screen and (max-width: 600px) {
  .box-access-img .txt02 {
    bottom: auto;
    right: 0;
    top: 0;
  }
}

.bnr-trial {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  border: 5px solid #7eba61;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bnr-trial {
    display: block;
    padding: 10px 10px 1px;
  }
}
.bnr-trial > * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .bnr-trial > * {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}

.section-trainers .trainer-items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-items {
    display: block;
  }
}
.section-trainers .trainer-items > * {
  max-width: 30.33%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-items > * {
    max-width: none;
  }
}
.section-trainers .trainer-item {
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-block;
  vertical-align: top;
}
.section-trainers .trainer-item .entry {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.section-trainers .trainer-item .entry .img {
  flex-shrink: 0;
  width: 40%;
}
.section-trainers .trainer-item .entry .name {
  width: 60%;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-item {
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
}
.section-trainers .trainer-item .img {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.section-trainers .trainer-item .img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.section-trainers .trainer-item .img img {
  height: 100%;
  width: auto;
  max-width: none;
  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%);
}
@supports (object-fit: cover) {
  .section-trainers .trainer-item .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-item .img {
    width: 40%;
    margin-bottom: 0;
  }
}
.section-trainers .trainer-item .name-ja {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-item .name-ja {
    margin-bottom: 0;
  }
}
.section-trainers .trainer-item .name-en {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #b2b2b2;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-trainers .trainer-item .name-en {
    margin-bottom: 0;
  }
}
.section-trainers .trainer-item .txt {
  font-size: 13px;
}
.section-trainers .trainer-item .txt i {
  width: 1em;
  display: inline-block;
}
.section-trainers .trainer-item .txt h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 3px;
}
.section-trainers .trainer-item .txt h3:first-child {
  margin-top: 0;
}
.section-trainers .trainer-item .txt h4 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.section-trainers .trainer-item .txt h4:before {
  content: "●";
  margin-right: 5px;
  display: inline-block;
}

.column-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .column-items {
    display: block;
  }
}
.column-items > * {
  margin: 0 1% 2%;
  width: 31.33%;
}
@media screen and (max-width: 600px) {
  .column-items > * {
    width: auto;
    margin: 0 0 15px;
  }
}

.column-item {
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0px 8px 16px 0px rgba(5, 0, 1, 0.07);
}
.column-item > a {
  background: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.column-item > a:hover {
  text-decoration: none;
  opacity: .6;
}
.column-item .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.column-item .img:after {
  content: " ";
  display: block;
  padding-top: 58.82353%;
}
.column-item .img img {
  height: 100%;
  width: auto;
  max-width: none;
  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%);
}
@supports (object-fit: cover) {
  .column-item .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.column-item .entry {
  display: block;
  padding: 20px;
}
.column-item .date {
  display: block;
  font-weight: normal;
  color: #b2b2b2;
  margin-bottom: 5px;
}
.column-item .title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  min-height: 1.6em;
}
.column-item .txt {
  display: block;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  min-height: 4.8em;
}

.wp-content {
  *zoom: 1;
}
.wp-content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.wp-content,
body#tinymce {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 200;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px;
}
.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
body#tinymce h1:first-child,
body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child {
  margin-top: 0;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.wp-content h2,
body#tinymce h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #222222;
}
.wp-content h2:after,
body#tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #39bec7;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.wp-content h3,
body#tinymce h3 {
  color: #0d0d0d;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.wp-content h3:before,
body#tinymce h3:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #39bec7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.wp-content h4,
body#tinymce h4 {
  color: #0d0d0d;
  font-size: 16px;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 14px;
}
.wp-content a,
body#tinymce a {
  text-decoration: underline;
}
.wp-content a:hover,
body#tinymce a:hover {
  text-decoration: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
@media screen and (max-width: 600px) {
  .wp-content .alignleft,
  body#tinymce .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 600px) {
  .wp-content .alignright,
  body#tinymce .alignright {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ul li,
body#tinymce ul li {
  margin-bottom: 0.25em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content ol li,
body#tinymce ol li {
  margin-bottom: 0.25em;
}
.wp-content ol ol,
body#tinymce ol ol {
  list-style-type: none;
}
.wp-content ol ol li,
body#tinymce ol ol li {
  counter-increment: cnt;
  position: relative;
}
.wp-content ol ol li::before,
body#tinymce ol ol li::before {
  content: counter(cnt) ")";
  position: absolute;
  left: -1.5em;
  top: 0;
  width: 1.2em;
  text-align: right;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.wp-content table,
body#tinymce table {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 1em;
}
.wp-content table th, .wp-content table td,
body#tinymce table th,
body#tinymce table td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wp-content table th,
body#tinymce table th {
  background: #f7f7f7;
  position: relative;
  white-space: nowrap;
}
.wp-content table.table-sm,
body#tinymce table.table-sm {
  font-size: 11px;
}
.wp-content table.table-sm th,
body#tinymce table.table-sm th {
  white-space: normal;
}
.wp-content table.table-sm th, .wp-content table.table-sm td,
body#tinymce table.table-sm th,
body#tinymce table.table-sm td {
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .wp-content table,
  body#tinymce table {
    font-size: 11px;
  }
  .wp-content table th, .wp-content table td,
  body#tinymce table th,
  body#tinymce table td {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .wp-content table.table-responsive,
  body#tinymce table.table-responsive {
    font-size: inherit;
    width: auto;
    display: block;
  }
  .wp-content table.table-responsive tbody, .wp-content table.table-responsive thead,
  body#tinymce table.table-responsive tbody,
  body#tinymce table.table-responsive thead {
    display: block;
  }
  .wp-content table.table-responsive tr, .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive tr,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .wp-content table.table-responsive th,
  body#tinymce table.table-responsive th {
    font-weight: bold;
  }
  .wp-content table.table-responsive th, .wp-content table.table-responsive td,
  body#tinymce table.table-responsive th,
  body#tinymce table.table-responsive td {
    padding: 5px 8px;
  }
}

[data-wpview-text*="youtube"] .wpview-content,
[data-mce-p-src^="https://www.youtube.com"],
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
[data-mce-p-src^="https://www.youtube.com"] iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

#tinymce.post-type-campaign {
  text-align: center;
  background: url(./img/top/240301/bg-campaign.jpg) center bottom no-repeat;
  background-size: cover;
}

/*BK追記_20240909*/
.ameblo{
	width: 12%;
}