@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: オークスベストフィットネス
---------------------------------------------------------*/
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: #3c3c3c;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  word-break: break-all;
}

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

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

a {
  color: #e60012;
  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: 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #E30113;
}

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[type="number"],
select,
textarea {
  padding: 4px 15px;
  height: auto;
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  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: #000;
  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: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: .5;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #ffc800;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type="number"] {
  -webkit-appearance: none;
  height: 40px;
}

textarea {
  line-height: 1.4;
}

select {
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  height: 40px;
}

select.w-sm,
input[type='text'].w-sm,
input[type='password'].w-sm,
input[type='email'].w-sm,
input[type='search'].w-sm,
input[type='tel'].w-sm,
input[type="number"].w-sm,
input.text.w-sm,
textarea.w-sm {
  width: 200px;
}
select.w-xs,
input[type='text'].w-xs,
input[type='password'].w-xs,
input[type='email'].w-xs,
input[type='search'].w-xs,
input[type='tel'].w-xs,
input[type="number"].w-xs,
input.text.w-xs,
textarea.w-xs {
  width: 120px;
}
@media screen and (max-width: 600px) {
  select.w-xs,
  input[type='text'].w-xs,
  input[type='password'].w-xs,
  input[type='email'].w-xs,
  input[type='search'].w-xs,
  input[type='tel'].w-xs,
  input[type="number"].w-xs,
  input.text.w-xs,
  textarea.w-xs {
    width: 90px;
  }
}

.input-wrap {
  position: relative;
  display: inline-block;
}
.input-wrap input[type='text'],
.input-wrap input[type='password'],
.input-wrap input[type='email'],
.input-wrap input[type='search'],
.input-wrap input[type='tel'],
.input-wrap input[type="number"],
.input-wrap select,
.input-wrap textarea {
  position: relative;
  z-index: 2;
  background: none;
}
.input-wrap .input-attr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.7em;
  color: #ccc;
  z-index: 1;
}

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

@media screen and (max-width: 600px) {
  .sp_mb-none {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .sp_mb-xl {
    margin-bottom: 80px !important;
  }
}
.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mt-none {
  margin-top: 0 !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;
  }
}
.pr-md {
  padding-right: 40px !important;
}

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

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

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.mr-sm {
  margin-right: 20px !important;
}

.mr-md {
  margin-right: 40px !important;
}

.mr-lg {
  margin-right: 60px !important;
}

.mr-xl {
  margin-right: 80px !important;
}

.ml-xs {
  margin-left: 10px !important;
}

.ml-sm {
  margin-left: 20px !important;
}

.ml-md {
  margin-left: 40px !important;
}

.ml-lg {
  margin-left: 60px !important;
}

.ml-xl {
  margin-left: 80px !important;
}

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

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

.fz-xl {
  font-size: 1.5em;
  line-height: 1;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !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;
}

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

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

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

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

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

.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;
  }
}
@media screen and (max-width: 896px) {
  .tab-dn {
    display: none !important;
  }
}

.tab-db {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .tab-db {
    display: block !important;
  }
}

.w150 {
  width: 150px !important;
}

.w90 {
  width: 90px !important;
}

.w100p {
  width: 100% !important;
}

@media screen and (max-width: 600px) {
  .sp_w100p {
    width: 100%;
  }
}
.maxw400 {
  max-width: 400px;
}

.maxw700 {
  max-width: 700px;
}

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

.color-primary {
  color: #e60012 !important;
}

.color-secondary {
  color: #13b5b1 !important;
}

.color-tertiary {
  color: #1d4e9e !important;
}

.font-en {
  font-family: "Cabin", "Noto Sans JP", sans-serif;
}

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

body {
  height: 100%;
}

.container {
  position: relative;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.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.spfull {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section .section-header {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.section .section-header .txt {
  margin-top: 5px;
}

.column2 {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}
.column2 .article {
  width: 100%;
  width: calc(100% - 240px);
}
.column2 .aside {
  width: 200px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .column2 {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
  .column2 .article {
    width: auto;
  }
  .column2 .aside {
    width: auto;
    margin: 0;
  }
}

.main {
  position: relative;
}

body {
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 60px;
  }
}

/*
 header
----------------------------*/
.header {
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .header {
    height: 60px;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  height: 90px;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .header .header-inner {
    height: 60px;
    padding: 0 10px;
  }
}
.header .header-inner .logo-wrap .logo {
  vertical-align: -10px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .header .header-inner .logo-wrap .logo {
    width: 400px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header .header-inner .logo-wrap .logo {
    width: calc(100vw - 710px);
  }
}
@media screen and (max-width: 600px) {
  .header .header-inner .logo-wrap .logo {
    width: 100px;
  }
}
.header .header-inner .logo-wrap .labels {
  display: inline-block;
}
.header .header-inner .logo-wrap .label-shop {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .header .header-inner .tel-wrap {
    display: none;
  }
}
.header .header-inner .tel-wrap .shop-tel {
  margin-left: 20px;
}

.label-shop {
  display: inline-block;
  padding: 5px 10px;
  background: #1d4e9e;
  color: #fff;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}
.label-shop[data-shop="kamishizu"] {
  background: #13b5b1;
}
@media screen and (max-width: 600px) {
  .label-shop {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .label-shop {
    font-size: 3.73333vw;
  }
}

a.label-shop {
  text-decoration: none;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a.label-shop:hover {
  text-decoration: none;
  background: #153973;
}
a.label-shop:hover[data-shop="kamishizu"] {
  background: #0e8784;
}

.shop-tel {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  font-size: 15px;
}
.shop-tel .shop-name {
  display: block;
  margin-bottom: 5px;
}
.shop-tel .shop-phone {
  font-size: 27px;
}
.shop-tel .shop-phone i {
  transform: rotate(105deg);
  font-size: .65em;
  margin-right: 0.1em;
  vertical-align: 2px;
}

.gnav {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1001;
  padding-top: 10px;
  display: none;
}
body.home .gnav {
  display: block;
}
@media screen and (max-width: 600px) {
  .gnav {
    display: none;
  }
  body.home .gnav {
    display: none;
  }
}
.gnav li {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .gnav li {
    display: block;
  }
}
.gnav li a {
  color: #fff;
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gnav li a .icn {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.gnav li a .txt {
  font-weight: bold;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
}
.gnav li a:hover {
  opacity: .6;
  text-decoration: none;
}
.gnav .logo {
  display: none;
}
body[data-pagetop="header"] .gnav {
  margin-top: -80px;
  -moz-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
body.gnav-actived .gnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  background: #fff;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-right: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav ul {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
body.gnav-actived .gnav li a {
  color: rgba(230, 0, 18, 0.6);
}
body.gnav-actived .gnav li a .txt {
  color: #3c3c3c;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav li a {
    display: block;
    padding: 20px 30px;
    text-align: left;
  }
  body.gnav-actived .gnav li a .icn {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-right: 5px;
    width: 25px;
    text-align: center;
  }
  body.gnav-actived .gnav li a .txt {
    display: inline-block;
    font-size: 16px;
  }
}
body.gnav-actived .gnav .logo {
  display: block;
}
@media screen and (max-width: 600px) {
  body.gnav-actived .gnav .logo {
    margin-right: 60px;
    height: 60px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
  }
}

.gnav-menu {
  display: block;
  top: -80px;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  position: fixed;
  right: 0;
  z-index: 1001;
}
body[data-pagetop="header"] .gnav-menu {
  top: 0;
}
@media screen and (max-width: 600px) {
  .gnav-menu {
    top: 0;
  }
}
.gnav-menu a {
  background: #e60012;
  height: 80px;
  width: 80px;
  text-align: center;
  display: block;
  position: relative;
  padding-top: 20px;
}
.gnav-menu a:hover {
  text-decoration: none;
}
.gnav-menu a .txt {
  display: block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.gnav-menu a .bd {
  width: 30px;
  border-bottom: 3px solid #fff;
  display: block;
  margin: 0 auto;
  -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;
}
.gnav-menu a .bd:before, .gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
}
body.gnav-actived .gnav-menu a .bd {
  width: 40px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none;
  margin-top: 13px;
}
body.gnav-actived .gnav-menu a .bd:before {
  margin: 0;
  margin-bottom: -3px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.gnav-actived .gnav-menu a .bd:after {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .gnav-menu a {
    height: 60px;
    width: 60px;
    padding-top: 16px;
  }
  .gnav-menu a .txt {
    display: none;
  }
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: #f0f1f6;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #3c3c3c;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 900;
}
.pagetop a {
  display: block;
  padding: 25px 15px;
}
.pagetop a img {
  width: 10px;
}
body[data-footer="fixed"] .pagetop {
  position: fixed;
  bottom: 50px;
}

.footer {
  background: #f8f8f8;
}
.footer .footer-bar-wrap {
  height: 50px;
  position: relative;
}
.footer .footer-bar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body[data-footer="fixed"] .footer .footer-bar {
  position: fixed;
}
.footer .footer-bar > li {
  width: 100%;
}
.footer .footer-bar > li a {
  border: none;
  display: block;
  padding: 0;
  width: 100%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .footer-bar > li a {
    padding-right: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .footer .footer-bar > li a {
    font-size: 4vw;
  }
}

.footer .logo {
  padding-top: 30px;
  margin-bottom: 30px;
}
.footer .link-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .footer .link-list {
    display: block;
  }
}
.footer .link-list .title {
  min-width: 7em;
  padding: 10px 15px;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer .link-list .title {
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.footer .link-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer .link-list .list > li > a {
  font-size: 15px;
  color: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .footer .link-list .list > li > a {
    font-size: 12px;
  }
}
.footer .footer-bottom {
  background: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
}
.footer .footer-bottom a {
  font-size: 15px;
  padding: 25px 0;
  margin: 0 15px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom a {
    font-size: 12px;
  }
}
.footer .footer-bottom .copy {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer .footer-bottom .copy {
    right: 10px;
    bottom: -10px;
  }
}

[data-inview] {
  opacity: 0;
}
[data-inview].inviewed {
  opacity: 1;
}

.animated {
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-inview="scaleScrollInRight"] {
  -webkit-transform: scale(1.1) translate(-30px, 0);
  transform: scale(1.1) translate(-30px, 0);
  opacity: 0;
}
[data-inview="scaleScrollInRight"].scaleScrollInRight {
  -webkit-transform: scale(1) translate(0, 0) !important;
  transform: scale(1) translate(0, 0) !important;
  opacity: 1 !important;
  transition: opacity .5s ease-in,-webkit-transform .5s;
  transition: transform .5s,opacity .5s linear;
  transition: transform .5s,opacity .5s linear,-webkit-transform 1s;
}

[data-inview="scaleScrollInLeft"] {
  -webkit-transform: scale(1.1) translate(30px, 0);
  transform: scale(1.1) translate(30px, 0);
  opacity: 0;
}
[data-inview="scaleScrollInLeft"].scaleScrollInLeft {
  -webkit-transform: scale(1) translate(0, 0) !important;
  transform: scale(1) translate(0, 0) !important;
  opacity: 1 !important;
  transition: opacity .5s ease-in,-webkit-transform .5s;
  transition: transform .5s,opacity .5s linear;
  transition: transform .5s,opacity .5s linear,-webkit-transform 1s;
}

/*
 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: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #ffffff;
  padding: 16px 60px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  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: 16px;
    padding: 10px 40px;
  }
}
.btn .fa-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .btn .fa-chevron-right {
    right: 10px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.btn.btn-default:hover {
  opacity: .6;
}
.btn.btn-primary {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
  border: none;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #b3000e;
  border-color: #b3000e;
}
.btn.btn-secondary {
  color: #fff;
  border-radius: 4px;
  border-color: #13b5b1;
  background: #13b5b1;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #0e8784;
  border-color: #0e8784;
}
.btn.btn-tertiary {
  color: #fff;
  border-color: #1d4e9e;
  background: #1d4e9e;
}
.btn.btn-tertiary:hover {
  color: #fff;
  background-color: #153973;
  border-color: #153973;
}
.btn.btn-member {
  color: #fff;
  border-color: #9c27b0;
  background: #9c27b0;
}
.btn.btn-member:hover {
  color: #fff;
  background-color: #771e86;
  border-color: #771e86;
}
.btn.btn-contact {
  color: #fff;
  border-color: #cbda39;
  background: #cbda39;
}
.btn.btn-contact:hover {
  color: #fff;
  background-color: #aebd23;
  border-color: #aebd23;
}
.btn.btn-trial {
  color: #fff;
  border-color: #ff9800;
  background: #ff9800;
}
.btn.btn-trial:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #cc7a00;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
}
.btn.btn-lg {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.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: "Cabin", "Noto Sans JP", sans-serif;
  text-decoration: none;
  font-size: 32px;
  text-align: center;
  color: #000;
  font-weight: 600;
  line-height: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-tell .txt {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.link-tell img {
  vertical-align: middle;
}

a.link-tell:hover {
  text-decoration: none;
  opacity: 0.6;
}

.link-tell-lg {
  display: block;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-tell-lg .link-header {
  display: block;
  background: #E60012;
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  border-radius: 7px 7px 0 0;
}
.link-tell-lg .link-body {
  display: block;
  border: 1px solid #9D9D9D;
  border-top: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .link-body {
    display: block;
  }
}
.link-tell-lg .fz-sm {
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .fz-sm {
    font-size: 12px;
  }
}
.link-tell-lg .txt {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .txt {
    text-align: center;
  }
}
.link-tell-lg .link-tell {
  white-space: nowrap;
  font-size: 58px;
  width: 68%;
  flex-shrink: 0;
}
.link-tell-lg .link-tell img {
  width: 65px;
}
@media screen and (max-width: 600px) {
  .link-tell-lg .link-tell img {
    width: 60px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .link-tell-lg .link-tell img {
    width: 16vw;
  }
}

@media screen and (max-width: 600px) {
  .link-tell-lg .link-tell {
    width: auto;
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .link-tell-lg .link-tell {
    font-size: 10.13333vw;
  }
}

.link-tell-lg:hover {
  text-decoration: none;
  opacity: 0.6;
}

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

/*
 ページネーション
----------------------------*/
.pager ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 40px;
  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: #e60012;
}
.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 #e60012;
  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: #e60012;
  border-color: #e60012;
}
.pager ul.page-numbers a.prev:hover,
.pager ul.page-numbers a.next:hover {
  color: #e60012;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

/*
 table
----------------------------*/
.table-bd {
  table-layout: fixed;
}
.table-bd th {
  font-weight: bold;
}
.table-bd th, .table-bd td {
  border: 1px solid #e5e5e5;
  text-align: center;
}
.table-bd thead th,
.table-bd thead td {
  background: #f9f9f9;
  border-bottom-width: 2px !important;
}

.table-default th, .table-default td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.table-default th {
  font-weight: 500;
}
@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 dashed #ccc;
  }
  .table-default th, .table-default td {
    padding: 0 10px;
  }
  .table-default th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.table-main {
  border-collapse: separate;
  border-spacing: 4px;
}
.table-main > tbody > tr > th,
.table-main > tbody > tr > td {
  padding: 5px 10px;
  background: #fff;
  vertical-align: middle;
  line-height: 1.4;
}
.table-main > tbody > tr > th {
  font-weight: normal;
  text-align: center;
  background: #F5F5F5;
}
@media screen and (max-width: 600px) {
  .table-main {
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .table-main {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 600px) {
  .table-main > tbody,
  .table-main > thead,
  .table-main > tfoot {
    display: block;
  }
  .table-main > tbody > tr,
  .table-main > thead > tr,
  .table-main > tfoot > tr {
    display: block;
    margin-bottom: 10px;
  }
  .table-main > tbody > tr > th,
  .table-main > tbody > tr > td,
  .table-main > thead > tr > th,
  .table-main > thead > tr > td,
  .table-main > tfoot > tr > th,
  .table-main > tfoot > tr > td {
    display: block;
    text-align: left !important;
  }
  .table-main > tbody > tr > th,
  .table-main > tbody > tr > td {
    padding: 5px 10px;
  }
}

.table-option {
  margin-bottom: 30px;
}
.table-option th, .table-option td {
  padding: 10px 15px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 4px solid #fff;
}
.table-option th {
  font-weight: bold;
  text-align: center;
  background: #e8dfd1;
}
@media screen and (max-width: 600px) {
  .table-option {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .table-scroll {
    overflow-y: visible;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

/*
 label
----------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
.label.label-required {
  color: #fff;
  background: #d50000;
  float: right;
}
.label.label-new {
  color: #fff;
  background: #f44336;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label.label-story {
  color: #fff;
  background: #13b5b1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  padding: 0 15px;
}
.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;
}

.page-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .page-title {
    font-size: 6.93333vw;
  }
}

.title-primary {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  position: relative;
  color: #e60012;
  font-weight: 500;
}
.title-primary:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #e60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .title-primary {
    font-size: 20px;
  }
}

.title-secondary {
  color: #3c3c3c;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.title-secondary:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #e60012;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 600px) {
  .title-secondary {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .title-secondary {
    font-size: 5.33333vw;
  }
}

.title-main {
  color: #fff;
  background: #e60012;
  text-align: center;
  font-size: 24px;
  padding: 8px 0;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .title-main {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .title-main {
    font-size: 5.86667vw;
  }
}

.title-article {
  color: #3c3c3c;
  font-size: 26px;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.title-article:before {
  content: " ";
  display: block;
  width: 6px;
  background: #e60012;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .title-article {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .title-article {
    font-size: 5.86667vw;
  }
}

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

@media screen and (min-width: 600px) {
  .pc-col2 {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
  .pc-col2 > * {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
}
.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: 25px 20px 10px 20px;
  color: #fff;
  background: #f05252;
  -webkit-box-shadow: 0 5px 0 #ec2323;
  box-shadow: 0 5px 0 #ec2323;
}
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: #ec2323 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: #ec2323;
  border: 2px solid #ec2323;
  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: #f05252;
  -webkit-box-shadow: 0 2px 0 #ec2323;
  box-shadow: 0 2px 0 #ec2323;
}

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

.section-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title h2 {
  font-size: 80px;
  font-family: "Cabin", "Noto Sans JP", sans-serif;
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .section-title h2 {
    font-size: 40px;
  }
}
.section-title p {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .section-title p {
    font-size: 12px;
  }
}

.section-mv {
  position: relative;
  padding: 0;
  background: #000;
}
.section-mv .mv-entry {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 140px;
}
.section-mv .mv-entry .logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry .logo {
    margin-bottom: 30px;
  }
  .section-mv .mv-entry .logo img {
    max-width: 50vw;
  }
}
.section-mv .mv-entry .mv-btn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry .mv-btn {
    max-width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .section-mv .mv-entry {
    padding-top: 0;
  }
}
.section-mv .mv-bg {
  position: relative;
  overflow: hidden;
  opacity: .5;
  min-height: 500px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg {
    min-height: 0;
  }
}
.section-mv .mv-bg:after {
  content: " ";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 600px) {
  .section-mv .mv-bg:after {
    padding-top: 75%;
  }
}
.section-mv .mv-bg video {
  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-mv .mv-bg video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

.section-topic .topic-list {
  display: flex;
  margin-left: -1.5%;
  margin-right: -1.5%;
  flex-wrap: wrap;
  display: block;
}
.section-topic .topic-list.slick-initialized {
  display: block;
}
.section-topic .topic-list.slick-initialized .slick-prev:before,
.section-topic .topic-list.slick-initialized .slick-next:before {
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .section-topic .topic-list {
    display: block;
    margin: 0;
  }
}
.section-topic .topic-list .topic-slide {
  margin: 0 15px 20px;
}
@media screen and (max-width: 600px) {
  .section-topic .topic-list .topic-slide {
    margin: 0 15px 20px;
    width: 100%;
  }
}
.section-topic .topic-list .topic-slide a {
  display: block;
  border-radius: 19px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-topic .topic-list .topic-slide a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.section-topic .topic-list .topic-slide a .thumb {
  position: relative;
  overflow: hidden;
}
.section-topic .topic-list .topic-slide a .thumb:after {
  content: " ";
  display: block;
  padding-top: 58.82353%;
}
.section-topic .topic-list .topic-slide a .thumb 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-topic .topic-list .topic-slide a .thumb img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-topic .topic-list .topic-slide a .txt-box {
  padding: 25px;
  background: #f5f5f5;
}
.section-topic .topic-list .topic-slide a .txt-box .info {
  margin-bottom: 20px;
}
.section-topic .topic-list .topic-slide a .txt-box .info .date {
  display: inline-block;
  margin-right: 10px;
  font-size: 19px;
  color: #999999;
  line-height: 1.263;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname {
  display: inline-block;
  min-width: 4em;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  background: #e60012;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname[data-shop="柏店"] {
  background: #1d4e9e;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname[data-shop="上志津店"] {
  background: #13b5b1;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname[data-shop="ジュニア"] {
  background: #e6749b;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname[data-shop="鍼灸柏店"] {
  background: #72c6be;
}
.section-topic .topic-list .topic-slide a .txt-box .info .shopname[data-shop="鍼灸佐倉志津店"] {
  background: #72c6be;
}
.section-topic .topic-list .topic-slide a .txt-box p {
  font-size: 17px;
  color: #0d0d0d;
  line-height: 1.529;
}

.section-store {
  overflow: hidden;
}
.section-store .list-stores .store-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail {
    margin-bottom: 75px;
    flex-direction: column-reverse !important;
  }
}
.section-store .list-stores .store-detail .slider-wrapper {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-wrapper {
    width: 100vw;
    margin: 0px 0 20px;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider {
  position: absolute;
  width: 48vw;
  right: 0;
  top: 0;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .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-store .list-stores .store-detail .slider-wrapper .store-slider .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-store .list-stores .store-detail .slider-wrapper .store-slider {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .section-store .list-stores .store-detail .slider-wrapper .store-slider .store-slide {
    max-width: 100%;
    margin: 0 15px;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-list {
  padding: 0 0 0 30% !important;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-list {
    padding: 0 !important;
  }
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider li {
  max-width: 520px;
  width: 100%;
  margin: 0 12px;
}
.section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-prev, .section-store .list-stores .store-detail .slider-wrapper .store-slider .slick-next {
  top: inherit;
  bottom: 20px;
}
.section-store .list-stores .store-detail .slider-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .slider-arrow {
    position: static;
    padding-top: 0;
  }
}
.section-store .list-stores .store-detail .slider-arrow .minmax-slide > span {
  padding: 0 7px;
}
.section-store .list-stores .store-detail .info {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
.section-store .list-stores .store-detail .info .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title {
    margin-bottom: 15px;
  }
}
.section-store .list-stores .store-detail .info .title h3 {
  font-size: 36px;
  color: #0d0d0d;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title h3 {
    font-size: 26px;
  }
}
.section-store .list-stores .store-detail .info .title p {
  font-size: 15px;
  line-height: 1.6em;
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .title p {
    font-size: 13px;
  }
}
.section-store .list-stores .store-detail .info .address {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.66667em;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .address {
    font-size: 14px;
  }
}
.section-store .list-stores .store-detail .info .business-hours {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.section-store .list-stores .store-detail .info .business-hours table th, .section-store .list-stores .store-detail .info .business-hours table td {
  font-size: 18px;
  line-height: 1.66667em;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail .info .business-hours table th, .section-store .list-stores .store-detail .info .business-hours table td {
    font-size: 14px;
  }
}
.section-store .list-stores .store-detail .info .business-hours table th {
  width: 6.5em;
}
.section-store .list-stores .store-detail .info .link {
  text-align: center;
}
.section-store .list-stores .store-detail:nth-child(even) {
  flex-direction: row-reverse;
}
.section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider {
  right: inherit;
  left: 0;
}
.section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider .slick-list {
  padding: 0 30% 0 0 !important;
}
@media screen and (max-width: 600px) {
  .section-store .list-stores .store-detail:nth-child(even) .slider-wrapper .store-slider .slick-list {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .section-store .junior-school {
    padding: 0 15px;
  }
}
.section-store .junior-school h3 {
  margin-bottom: 35px;
}
.section-store .junior-school .link {
  text-align: center;
}

.section-operation {
  overflow: hidden;
}
.section-operation .operation-box {
  position: relative;
  padding: 85px 0;
}
@media screen and (max-width: 600px) {
  .section-operation .operation-box {
    padding: 40px 0;
  }
}
.section-operation .operation-box:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 390px;
  background: #f5f5f5 url(./images/top/img_logo_w.png) no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 436px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .section-operation .operation-box:before {
    height: 55vw;
    background-size: 40%;
  }
}
.section-operation .operation-box h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-operation .operation-box h2 img {
    max-width: 70%;
  }
}
.section-operation .operation-box .txt-01 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  .section-operation .operation-box .txt-01 {
    font-size: 18px;
  }
}
.section-operation .operation-box .txt-02 {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .section-operation .operation-box .txt-02 {
    font-size: 16px;
  }
}

.section-news .section-title {
  margin-bottom: 0px;
}
.section-news .all-list {
  position: relative;
  margin-top: -28px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .section-news .all-list {
    font-size: 14px;
  }
}
.section-news .news-list > li {
  padding: 15px 0;
  border-bottom: 1px dashed #000;
}
.section-news .news-list > li a {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-right: 40px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-news .news-list > li a:hover {
  text-decoration: none;
  opacity: .6;
}
.section-news .news-list > li a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: url(./images/top/icn_arrow_next.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .section-news .news-list > li a:before {
    width: 35px;
    height: 35px;
  }
}
.section-news .news-list > li a .info {
  display: flex;
  margin-bottom: 15px;
}
.section-news .news-list > li a .info .date {
  margin-right: 20px;
  font-size: 17px;
  color: #999999;
}
@media screen and (max-width: 600px) {
  .section-news .news-list > li a .info .date {
    font-size: 14px;
  }
}
.section-news .news-list > li a .info .tab-list .tab {
  display: inline-block;
  margin-right: 10px;
  min-width: 96px;
  font-size: 15px;
  text-align: center;
  padding: 2px 10px;
  background: #f0f3f5;
  box-sizing: border-box;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .section-news .news-list > li a .info .tab-list .tab {
    font-size: 13px;
  }
}
.section-news .news-list > li a .info .tab-list .tab:last-child {
  margin-right: 0;
}
.section-news .news-list > li a .title {
  font-size: 18px;
  color: #1b1b1b;
}
@media screen and (max-width: 600px) {
  .section-news .news-list > li a .title {
    font-size: 14px;
  }
}

.section-service .service-mv {
  padding: 120px 0;
  background: url(./images/top/img_service_01.png) no-repeat;
  background-size: cover;
}
.section-service .service-mv h2 {
  text-align: center;
  margin-bottom: 40px;
}
.section-service .service-mv h2 .title-en {
  display: block;
  margin-bottom: 10px;
  font-size: 110px;
  line-height: 1;
  color: #fff;
  font-family: "Cabin", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  .section-service .service-mv h2 .title-en {
    font-size: 70px;
  }
}
.section-service .service-mv h2 .title-jp {
  display: block;
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .section-service .service-mv h2 .title-jp {
    font-size: 14px;
  }
}
.section-service .service-mv p {
  font-size: 27px;
  line-height: 1.66667em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-service .service-mv p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-service .service-mv p {
    font-size: 4.26667vw;
  }
}

.section-service .service-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .section-service .service-list {
    flex-wrap: wrap;
  }
}
.section-service .service-list > li {
  width: 33.33%;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .section-service .service-list > li {
    width: 100%;
    padding: 40px 0;
  }
}
.section-service .service-list > li:nth-child(1) {
  background: url(./images/top/img_service_02.jpg) no-repeat;
  background-size: cover;
}
.section-service .service-list > li:nth-child(2) {
  background: url(./images/top/img_service_03.png) no-repeat;
  background-size: cover;
}
.section-service .service-list > li:nth-child(3) {
  background: url(./images/top/img_service_04.png) no-repeat;
  background-size: cover;
}
.section-service .service-list > li > dl {
  width: 400px;
  max-width: 90%;
  min-height: 190px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-service .service-list > li > dl {
    min-height: inherit;
    width: 300px;
    padding-bottom: 15px;
    border-radius: 10px;
  }
}
.section-service .service-list > li > dl dt {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #fc3133;
}
@media screen and (max-width: 1100px) {
  .section-service .service-list > li > dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-service .service-list > li > dl dt {
    font-size: 14px;
  }
}
.section-service .service-list > li > dl dd {
  width: 60%;
  margin: 0 auto;
}
.section-service .service-list > li > dl dd a {
  display: block;
  font-size: 20px;
  line-height: 2;
  color: #010101;
  background: url(./images/top/icn_arrow_right.png) no-repeat;
  background-size: 7px;
  background-position: center right;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-service .service-list > li > dl dd a:hover {
  opacity: 0.6;
  text-decoration: none;
  background-position: center right 5px;
}
@media screen and (max-width: 600px) {
  .section-service .service-list > li > dl dd a {
    font-size: 14px;
  }
}

.section-lesson .online-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 35px;
  margin-bottom: 75px;
  box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-lesson .online-box .lesson {
  position: relative;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box .lesson.corporation {
    margin-bottom: 50px;
    width: 100%;
  }
}
.section-lesson .online-box .lesson.teams {
  margin-top: 110px;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box .lesson.teams {
    margin-top: 0;
    width: 100%;
  }
}
.section-lesson .online-box .lesson dl {
  position: absolute;
  bottom: -20px;
  left: -10px;
}
.section-lesson .online-box .lesson dl dt {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(1, 78, 158, 0.82);
  font-size: 22px;
  color: #fff;
}
.section-lesson .online-box .lesson dl dd {
  display: inline-block;
  max-width: 80%;
  padding: 10px 20px;
  font-size: 17px;
  background: #fff;
  box-sizing: border-box;
}
.section-lesson .online-box .text {
  margin-top: 90px;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box .text {
    margin-top: 0;
    margin-bottom: 40px;
    order: -1;
  }
}
.section-lesson .online-box .text .title {
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .section-lesson .online-box .text .title {
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-lesson .online-box .text > p {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box .text > p {
    font-size: 18px;
  }
}
.section-lesson .online-box .text .link {
  text-align: center;
}
.section-lesson .online-box .text .link .btn {
  font-size: 28px;
}
@media screen and (max-width: 896px) {
  .section-lesson .online-box .text .link .btn {
    font-size: 18px;
  }
}
.section-lesson .club-box {
  padding: 50px 35px;
  background: #fff url(./images/top/img_clublesson_02.png?v=1.02) no-repeat;
  box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-size: 100% auto;
  background-position: bottom center;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box {
    padding: 25px;
  }
}
.section-lesson .club-box .title {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box .title {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.section-lesson .club-box .title h3 {
  margin-bottom: 20px;
  font-size: 102px;
  font-family: "Cabin", "Noto Sans JP", sans-serif;
  color: #e5e5e5;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box .title h3 {
    font-size: 50px;
    line-height: 1;
  }
}
.section-lesson .club-box .title > img {
  margin-bottom: 20px;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box .title > img {
    max-width: 65%;
  }
}
.section-lesson .club-box p {
  margin-bottom: 75px;
  font-size: 28px;
  color: #0d0d0d;
  line-height: 1.667;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box p {
    margin-bottom: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-lesson .club-box p {
    font-size: 4.26667vw;
  }
}

.section-lesson .club-box .link {
  text-align: center;
}
.section-lesson .club-box .link .btn {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .section-lesson .club-box .link .btn {
    font-size: 18px;
  }
}

.section-company {
  position: relative;
  overflow: hidden;
}
.section-company .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .section-company .container {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f8f8f8;
  }
}
.section-company .container:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 130px;
  background: #f8f8f8;
  z-index: -1;
}
.section-company .company-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .section-company .company-box {
    flex-wrap: wrap;
  }
}
.section-company .company-box .info {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .section-company .company-box .info {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.section-company .company-box .info p {
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 1.529;
}
.section-company .company-box .company-list {
  max-width: 700px;
  width: 100%;
}
.section-company .company-box .company-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-company .company-box .company-list > ul > li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .section-company .company-box .company-list > ul > li {
    width: 100%;
  }
}
.section-company .company-box .company-list > ul > li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 20px;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-company .company-box .company-list > ul > li a:hover {
  text-decoration: none;
  opacity: .6;
}
.section-company .company-box .company-list > ul > li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 34px;
  height: 34px;
  background: url(./images/top/icn_arrow_right_02.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.section-company .company-box .company-list > ul > li a dl {
  padding: 30px 75px 30px 30px;
}
.section-company .company-box .company-list > ul > li a dl dt {
  margin-bottom: 25px;
  font-size: 25px;
}
@media screen and (max-width: 896px) {
  .section-company .company-box .company-list > ul > li a dl dt {
    font-size: 18px;
  }
}
.section-company .company-box .company-list > ul > li a dl dd {
  font-size: 17px;
  line-height: 1.52941em;
}
@media screen and (max-width: 896px) {
  .section-company .company-box .company-list > ul > li a dl dd {
    font-size: 14px;
  }
}

.section-club-mv {
  text-align: center;
}
.section-club-mv img {
  width: 100%;
}

.section-about .box {
  display: flex;
}
.section-about .box .img {
  margin-top: -30px;
  width: 35%;
  flex-shrink: 0;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .section-about .box .img {
    display: none;
  }
}

.section-results .list-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-results .list-results > * {
  width: 31.33%;
  text-align: center;
  padding: 10px;
  background: #fff;
  border: 2px solid #e60012;
}
.section-results .list-results .title {
  background: #e60012;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 10px;
}
.section-results .list-results .no {
  line-height: 1;
  margin-bottom: 10px;
}
.section-results .list-results .no .num {
  display: block;
  display: inline-block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  color: #e60012;
}
.section-results .txt {
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
}

.section-club-pattern .list-icns li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-club-pattern .list-icns .img {
  width: 120px;
  flex-shrink: 0;
  background: #13b5b1;
  padding: 15px;
  border-radius: 50%;
}
.section-club-pattern .list-icns .entry {
  background: rgba(19, 181, 177, 0.1);
  padding: 25px 30px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-club-pattern .list-icns .entry {
    padding: 15px 20px;
  }
}
.section-club-pattern .list-icns .title {
  color: #13b5b1;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-club-points .list-points {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-club-points .list-points > * {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points > * {
    width: auto;
  }
}
.section-club-points .list-points li {
  padding: 20px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .section-club-points .list-points li {
    padding: 15px;
  }
}
.section-club-points .list-points li > .item {
  background: #fbf1f1;
  padding: 20px;
  position: relative;
  height: 100%;
}
.section-club-points .list-points .no {
  color: #fff;
  background: #e60012;
  line-height: 1;
  display: block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.section-club-points .list-points .title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 60px;
}
.section-club-points .list-points .title.title-sm {
  margin-bottom: 0;
  font-size: 15px;
}

.section-outline .box {
  border-radius: 15px;
  background: #fff;
  padding: 30px 60px 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-outline .box .table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-outline .box {
    padding: 15px 20px;
  }
}

.section-club-contact {
  background: url(./images/club/bg-contact.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.section-club-contact .title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-club-contact .title {
    font-size: 20px;
  }
}
.section-club-contact .labels {
  text-align: center;
  margin-bottom: 40px;
}
.section-club-contact .label {
  font-size: 16px;
  background: #ff800e;
  padding: 5px 20px;
  border-radius: 4px;
  margin: 0 4px 10px;
}
.section-club-contact .label.label-primary {
  background: #13b5b1;
}
.section-club-contact .txt {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 5px 80px 30px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section-club-contact .txt {
    font-size: 13px;
    padding: 5px 20px 20px;
  }
}
.section-club-contact .txt a {
  color: #000;
}

.section-club-entry .title {
  text-align: center;
  margin-bottom: 20px;
}
.section-club-entry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-club-entry ul li {
  width: 12em;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .section-club-entry ul li {
    max-width: 50%;
  }
}
.section-club-entry ul .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
}
.section-club-entry ul .btn.btn-disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  opacity: 0.6;
  cursor: default;
}
.section-club-entry ul .btn.btn-disabled:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  opacity: 0.6;
}

.modal-club-entry .modal-content {
  position: relative;
}
.modal-club-entry .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}
.modal-club-entry .modal-body {
  text-align: center;
}
.modal-club-entry .modal-body .title {
  margin-bottom: 20px;
}
.modal-club-entry .modal-body .links {
  display: inline-block;
  text-align: left;
}
.modal-club-entry .modal-body .links .btn {
  min-width: 260px;
}

.article .section {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .article .section {
    padding: 40px 0;
  }
}
.article .section .section-header {
  text-align: center;
  padding-bottom: 30px;
}
.article .section .section-header .title {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0 30px 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .article .section .section-header .title {
    font-size: 22px;
    border-bottom-width: 1px;
    padding: 0 20px 5px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .article .section .section-header .title {
    font-size: 5.86667vw;
  }
}

.article .section .section-header .title-en {
  font-size: 20px;
  font-weight: normal;
  color: #e60012;
}
@media screen and (max-width: 600px) {
  .article .section .section-header .title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .article .section .section-header .title-en {
    font-size: 4.26667vw;
  }
}

.article .section.section-bg {
  background: #f5f5f5;
}

.section-first-mv {
  background: url(./images/first/mv-bg.jpg?v=1.01) center center no-repeat;
  background-size: cover;
}
.section-first-mv .entry {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .section-first-mv .entry {
    padding: 40px 20px;
  }
}

.article .section-first-about {
  background: url(./images/first/about-bg.png?v=1.01) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .article .section-first-about {
    padding: 35px 0;
  }
}
.article .section-first-about .title {
  font-size: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .article .section-first-about .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .article .section-first-about .title {
    font-size: 4.8vw;
  }
}

.article .section-first-about .logo {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .article .section-first-about .logo {
    width: 80%;
  }
}

.section-first-flow .list-steps {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps {
    display: block;
  }
}
.section-first-flow .list-steps > * {
  width: 33.33%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps > * {
    width: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.section-first-flow .list-steps > * .fa-chevron-right {
  position: absolute;
  right: -.5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  color: #e60012;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .section-first-flow .list-steps > * .fa-chevron-right {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-first-flow .list-steps .img {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
.section-first-flow .list-steps .no {
  color: #e60012;
  line-height: 1;
  margin-bottom: 10px;
}
.section-first-flow .list-steps .no .en {
  display: block;
  font-size: 12px;
}
.section-first-flow .list-steps .no .num {
  display: block;
  font-weight: 500;
  font-size: 44px;
  font-family: "Roboto", sans-serif;
}
.section-first-flow .list-steps .title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.section-first-flow .list-steps .txt {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.section-first-points .list-points {
  font-size: 16px;
}
.section-first-points .list-points li {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-first-points .list-points li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points li {
    display: block;
    margin-bottom: 40px;
  }
}
.section-first-points .list-points .img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .img {
    width: auto;
    margin-top: 15px;
  }
}
.section-first-points .list-points .entry {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .entry {
    width: auto;
  }
}
.section-first-points .list-points .num {
  display: block;
  font-weight: 500;
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  color: #e60012;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .num {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-first-points .list-points .num {
    font-size: 16vw;
  }
}

.section-first-points .list-points .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-first-points .list-points .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .section-first-points .list-points .title {
    font-size: 5.33333vw;
  }
}

.section-first-voice {
  background: url(./images/first/voice-bg.jpg?v=1.01) top center no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-first-voice {
    background-size: 140vw;
  }
}
.section-first-voice .nav-sotry > .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 40px 5px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .nav-sotry > .inner {
    padding: 15px 0 0;
    margin-top: -15px;
  }
}
.section-first-voice .section-header {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 80px;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .section-header {
    padding: 5px 20px !important;
  }
}
.section-first-voice .list-voices {
  font-size: 17px;
}
.section-first-voice .list-voices li {
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  padding: 40px;
  text-align: left;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-first-voice .list-voices li {
    display: block;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.section-first-voice .list-voices .user {
  width: 200px;
  margin-right: 40px;
  text-align: center;
  flex-shrink: 0;
}
.section-first-voice .list-voices .user .img {
  margin-bottom: 10px;
}
.section-first-voice .list-voices .user .name {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .section-first-voice .list-voices .user {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-first-voice .list-voices .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-sotry {
  margin-bottom: 20px;
  text-align: center;
}
.nav-sotry > .inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .nav-sotry > .inner {
    text-align: center;
  }
}
.nav-sotry .nav-item {
  margin-bottom: 20px;
  display: block;
}
.nav-sotry .nav-title {
  margin-right: 10px;
  display: inline-block;
  min-width: 5em;
}
@media screen and (max-width: 600px) {
  .nav-sotry .nav-title {
    min-width: none;
    margin-bottom: 10px;
    display: block;
  }
}
.nav-sotry .nav-title:after {
  content: "：";
  float: right;
}
@media screen and (max-width: 600px) {
  .nav-sotry .nav-title:after {
    display: none;
  }
}
.nav-sotry ul {
  display: inline-block;
}
.nav-sotry li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .nav-sotry li {
    margin-bottom: 10px;
  }
}
.nav-sotry li a {
  display: inline-block;
  padding: 2px 25px;
  font-size: 18px;
  color: #fff;
  background: #13b5b1;
  text-decoration: none;
  border-radius: 6px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1;
  background: #13b5b1;
}
.nav-sotry li a:hover, .nav-sotry li a.current {
  background: #095957;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .nav-sotry li a {
    font-size: 16px;
  }
}
.nav-sotry ul[data-term="story_age"] li a {
  background: #1d4e9e;
}
.nav-sotry ul[data-term="story_age"] li a:hover, .nav-sotry ul[data-term="story_age"] li a.current {
  background: #0d2348;
  text-decoration: none;
}

.section-first-story .story-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .section-first-story .story-list {
    display: block;
  }
}
.section-first-story .story-list li {
  padding: 0 10px;
}
.section-first-story .story-list li a {
  max-width: 340px;
  display: block;
  color: #3c3c3c;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section-first-story .story-list li a:hover {
  text-decoration: none;
  opacity: .6;
}
.section-first-story .modal-story .info,
.section-first-story .story-list li .info {
  display: block;
  margin-bottom: 10px;
}
.section-first-story .modal-story .entry,
.section-first-story .story-list li .entry {
  display: block;
  padding: 15px 20px;
}
.section-first-story .modal-story .label,
.section-first-story .story-list li .label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.section-first-story .modal-story .title,
.section-first-story .story-list li .title {
  display: block;
  -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;
  line-height: 1.6;
  height: 1.6em;
  font-weight: bold;
  margin-bottom: 1.6em;
}
.section-first-story .modal-story .txt,
.section-first-story .story-list li .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;
  line-height: 1.6;
  height: 4.8em;
}
.section-first-story .modal-story .txt.txt-lg,
.section-first-story .story-list li .txt.txt-lg {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 8em;
}
.section-first-story .modal-story .info,
.section-first-story .story-list li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-first-story .modal-story .name,
.section-first-story .story-list li .name {
  font-size: 18px;
  color: #999999;
}
.section-first-story .modal-story .tag,
.section-first-story .story-list li .tag {
  display: inline-block;
  background: #e60012;
  padding: 4px 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
}
.section-first-story .modal-story .tag[data-tag="男性"],
.section-first-story .story-list li .tag[data-tag="男性"] {
  background: #1d4e9e;
}
.section-first-story .modal-story .tag[data-tag="夫婦"],
.section-first-story .story-list li .tag[data-tag="夫婦"] {
  background: #13b5b1;
}
.section-first-story .modal-story .img,
.section-first-story .story-list li .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-first-story .modal-story .img:after,
.section-first-story .story-list li .img:after {
  content: " ";
  display: block;
  padding-top: 58.82353%;
}
.section-first-story .modal-story .img img,
.section-first-story .story-list li .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-first-story .modal-story .img img,
  .section-first-story .story-list li .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-first-story .modal-story.modal-dialog {
  max-width: 800px;
}
.section-first-story .modal-story .close {
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 15px;
  display: block;
  opacity: 1;
  color: #000;
  text-shadow: none;
}

.page-entry {
  padding-bottom: 40px;
}
.page-entry .page-date {
  text-align: right;
  font-size: 14px;
}
.page-entry .page-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 2px solid #cf1832;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .page-entry .page-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (max-width: 375px) {
  .page-entry .page-title {
    font-size: 5.86667vw;
  }
}

/*
 ページネーション
----------------------------*/
ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
ul.page-numbers a {
  color: #e60012;
}
ul.page-numbers .dots,
ul.page-numbers a.page-numbers,
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 #e60012;
  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) {
  ul.page-numbers .dots,
  ul.page-numbers a.page-numbers,
  ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
ul.page-numbers .dots.prev, ul.page-numbers .dots.next,
ul.page-numbers a.page-numbers.prev,
ul.page-numbers a.page-numbers.next,
ul.page-numbers span.current.prev,
ul.page-numbers span.current.next {
  border: none;
  background-color: none;
}
ul.page-numbers span.current,
ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
ul.page-numbers a.prev:hover,
ul.page-numbers a.next:hover {
  color: #e60012;
  background-color: #fff;
  border-color: #fff;
  opacity: .6;
}

.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: 300;
}
.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: bold;
  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 h2,
body#tinymce h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #e60012;
}
.wp-content h2:after,
body#tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #e60012;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.wp-content h3,
body#tinymce h3 {
  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: #e60012;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.wp-content h4,
body#tinymce h4 {
  color: #13b5b1;
  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 ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.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;
}
