@charset "UTF-8";
/*
  Theme Name: GOLDEN PIG 2.0.0
  Theme URI:
  Author: MT
  Author URI:
  Description: Theme of GOLDEN PIG 2026 Spring Renewal
  Version: 2.0.0
  License:
  License URI:
  Text Domain:
*/
/* =====================
  configuration setting
===================== */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

* {
  box-sizing: border-box;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1340px) {
  .container {
    width: 1310px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1340px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1340px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    width: 100%;
  }
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    width: 75%;
  }
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    width: 50%;
  }
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    width: 25%;
  }
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12,
  .col-md-pull-12,
  .col-sm-pull-12,
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11,
  .col-md-pull-11,
  .col-sm-pull-11,
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10,
  .col-md-pull-10,
  .col-sm-pull-10,
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9,
  .col-md-pull-9,
  .col-sm-pull-9,
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8,
  .col-md-pull-8,
  .col-sm-pull-8,
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7,
  .col-md-pull-7,
  .col-sm-pull-7,
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6,
  .col-md-pull-6,
  .col-sm-pull-6,
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5,
  .col-md-pull-5,
  .col-sm-pull-5,
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4,
  .col-md-pull-4,
  .col-sm-pull-4,
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3,
  .col-md-pull-3,
  .col-sm-pull-3,
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2,
  .col-md-pull-2,
  .col-sm-pull-2,
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1,
  .col-md-pull-1,
  .col-sm-pull-1,
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0,
  .col-md-pull-0,
  .col-sm-pull-0,
  .col-xs-pull-0 {
    right: auto;
  }
  .col-lg-push-12,
  .col-md-push-12,
  .col-sm-push-12,
  .col-xs-push-12 {
    left: 100%;
  }
  .col-lg-push-11,
  .col-md-push-11,
  .col-sm-push-11,
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10,
  .col-md-push-10,
  .col-sm-push-10,
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9,
  .col-md-push-9,
  .col-sm-push-9,
  .col-xs-push-9 {
    left: 75%;
  }
  .col-lg-push-8,
  .col-md-push-8,
  .col-sm-push-8,
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7,
  .col-md-push-7,
  .col-sm-push-7,
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6,
  .col-md-push-6,
  .col-sm-push-6,
  .col-xs-push-6 {
    left: 50%;
  }
  .col-lg-push-5,
  .col-md-push-5,
  .col-sm-push-5,
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4,
  .col-md-push-4,
  .col-sm-push-4,
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3,
  .col-md-push-3,
  .col-sm-push-3,
  .col-xs-push-3 {
    left: 25%;
  }
  .col-lg-push-2,
  .col-md-push-2,
  .col-sm-push-2,
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1,
  .col-md-push-1,
  .col-sm-push-1,
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0,
  .col-md-push-0,
  .col-sm-push-0,
  .col-xs-push-0 {
    left: auto;
  }
  .col-lg-offset-12,
  .col-md-offset-12,
  .col-sm-offset-12,
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11,
  .col-md-offset-11,
  .col-sm-offset-11,
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10,
  .col-md-offset-10,
  .col-sm-offset-10,
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9,
  .col-md-offset-9,
  .col-sm-offset-9,
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8,
  .col-md-offset-8,
  .col-sm-offset-8,
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7,
  .col-md-offset-7,
  .col-sm-offset-7,
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6,
  .col-md-offset-6,
  .col-sm-offset-6,
  .col-xs-offset-6 {
    margin-left: 50% !important;
  }
  .col-lg-offset-5,
  .col-md-offset-5,
  .col-sm-offset-5,
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4,
  .col-md-offset-4,
  .col-sm-offset-4,
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3,
  .col-md-offset-3,
  .col-sm-offset-3,
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2,
  .col-md-offset-2,
  .col-sm-offset-2,
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1,
  .col-md-offset-1,
  .col-sm-offset-1,
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0,
  .col-md-offset-0,
  .col-sm-offset-0,
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto;
  }
}

.inline-block {
  display: inline-block;
}

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

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

@media only screen and (min-width: 768px) {
  .mb-10-xs {
    margin-bottom: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-30-xs {
    margin-bottom: 0 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-40-xs {
    margin-bottom: 0 !important;
  }
}

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

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

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

@media only screen and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 15px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

.mb-50 {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.mb-70 {
  margin-bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

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

@media only screen and (min-width: 768px) {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

/*=====================
  common
===================== */
html,
body {
  font-family: 'Montserrat', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px;
  line-height: 1.66667;
  font-weight: 400;
  color: #060606;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    line-height: 1.8;
  }
}

body {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 90px;
  }
}

body.noscroll {
  overflow: hidden;
}

@media print {
  a[href]:after {
    content: '' !important;
  }
  abbr[title]:after {
    content: '' !important;
  }
  .aos-init {
    opacity: 1 !important;
    transform: none !important;
  }
  body {
    padding-top: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: 400;
  margin: 0;
}

a {
  color: #ec7ea0;
}

a:hover {
  color: #ef94b0;
  text-decoration: none;
}

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

.container-lg {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.tgt-anchor {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}

.img-btn {
  display: block;
}

.img-btn img {
  transition: opacity 0.25s linear;
  opacity: 1;
}

.img-btn:hover img {
  opacity: 0.7;
}

.header,
.main,
.footer {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .header,
  .main,
  .footer {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.main {
  overflow: hidden;
}

*:focus {
  outline: none;
}

.row-min .col-xs-6:nth-child(odd) {
  padding-right: 3px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-6:nth-child(odd) {
    padding-right: 15px;
  }
}

.row-min .col-xs-6:nth-child(even) {
  padding-left: 3px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-6:nth-child(even) {
    padding-left: 15px;
  }
}

.row-min .col-xs-4:nth-child(1n) {
  padding-right: 0px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(1n) {
    padding-right: 15px;
  }
}

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 7px;
  padding-left: 7px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(2n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-min .col-xs-4:nth-child(3n) {
  padding-left: 0px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(3n) {
    padding-left: 15px;
  }
}

.row-min .col-xs-3:nth-child(1n) {
  padding-right: 0px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(1n) {
    padding-right: 15px;
  }
}

.row-min .col-xs-3:nth-child(2n),
.row-min .col-xs-3:nth-child(3n) {
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(2n),
  .row-min .col-xs-3:nth-child(3n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-min .col-xs-3:nth-child(4n) {
  padding-left: 0px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(4n) {
    padding-left: 15px;
  }
}

.js-photo-ofi {
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 65%;
  background-color: #f3f3f3;
  overflow: hidden;
}

.js-photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.js-photo-ofi--cover img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
}

.gmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  border: 1px solid #fff;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 460px;
  }
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gmap--long {
  padding-bottom: 0;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .gmap--long {
    height: 360px;
  }
}

.gmap--youtube {
  padding-bottom: 56.2%;
}

.gmap--hide-mymap iframe,
.gmap--hide-mymap object,
.gmap--hide-mymap embed {
  height: calc(100% + 360px);
  top: -180px;
  bottom: 0;
}

.fotorama {
  overflow: visible;
}

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

.fotorama__stage {
  margin-bottom: 10px;
}

.fotorama__caption {
  width: 100%;
}

.fotorama__caption__wrap {
  width: 100%;
  text-align: center;
}

.fotorama__thumb-border {
  border-color: #060606;
  border-width: 2px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapture-text {
  margin-top: 24px;
  opacity: 0.65;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .recapture-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #eeefe3;
}

.bg-black {
  background-color: #060606;
  color: #fff;
}

.bg-stripe {
  background-image: linear-gradient(-45deg, #f6f6f6 25%, #eee 25%, #eee 50%, #f6f6f6 50%, #f6f6f6 75%, #eee 75%, #eee);
  background-size: 5px 5px;
}

.box, .box--sm, .box--md, .box--lg, .box--outlined {
  position: relative;
  background-color: #f3f3f3;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .box, .box--sm, .box--md, .box--lg, .box--outlined {
    padding: 40px;
  }
}

.box--white {
  background-color: #fff;
}

.box--sm {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .box--sm {
    padding: 15px 20px;
  }
}

.box--md {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .box--md {
    padding: 30px;
  }
}

.box--lg {
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .box--lg {
    padding: 60px;
  }
}

.box--outlined {
  border: 2px solid #060606;
}

.box--ttl {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .box--ttl {
    padding-top: 60px;
  }
}

.box__ttl {
  position: absolute;
  left: 0;
  top: 0;
}

.wrapper-breadcrumb--noline .breadcrumbs {
  border-bottom: none;
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.breadcrumbs ul,
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.1;
  text-align: right;
}

.breadcrumbs ul li,
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  color: #555;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    padding-left: 12px;
    margin-left: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumbs ul li::after,
.breadcrumbs ol li::after {
  position: absolute;
  display: block;
  content: '';
  left: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #999;
  opacity: 0.8;
  transform: skew(-30deg);
}

.breadcrumbs ul li:first-child,
.breadcrumbs ol li:first-child {
  padding-left: 0;
  margin: 0;
}

.breadcrumbs ul li:first-child::after,
.breadcrumbs ol li:first-child::after {
  content: none;
}

.breadcrumbs ul li a,
.breadcrumbs ol li a {
  line-height: 1;
  color: #060606;
  text-decoration: none !important;
}

.btn, .btn-back,
.btn-submit {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 130px;
  height: 50px;
  padding: 5px 25px;
  padding-left: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 100px;
  line-height: 1.3;
  border: none;
  text-decoration: none !important;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .btn, .btn-back,
  .btn-submit {
    padding: 5px 25px;
    width: 260px;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn:hover, .btn-back:hover,
  .btn-submit:hover {
    color: #060606;
  }
  .btn:hover .btn__icon--right, .btn-back:hover .btn__icon--right, .btn-submit:hover .btn__icon--right {
    right: 5px;
  }
}

.btn__txt, .btn__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btn__icon {
  margin: 0 5px;
}

.btn__icon--right {
  position: absolute !important;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .btn__icon--right {
    right: 15px;
    transition: all 0.25s ease;
  }
}

.btn__icon--left {
  position: absolute !important;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .btn__icon--left {
    left: 15px;
    transition: all 0.25s ease;
  }
}

.btn--inline {
  min-width: 0;
  width: auto;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .btn--inline {
    padding-right: 40px;
  }
}

.btn--eng {
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .btn--eng {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn--black,
.btn-submit {
  background-color: #060606;
  color: #fff;
}

.btn--black:active, .btn-submit:active, .btn--black:focus, .btn-submit:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn--black:hover,
  .btn-submit:hover {
    color: #fff;
    background-color: #333;
  }
}

.btn--green {
  background-color: #01bb00;
  color: #fff;
  border: 2px solid #060606;
}

.btn--green:active, .btn--green:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn--green:hover {
    color: #fff;
    background-color: #01a200;
  }
}

.btn--pink {
  background-color: #ec7ea0;
  color: #fff;
  border: 2px solid #060606;
}

.btn--pink:active, .btn--pink:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn--pink:hover {
    color: #fff;
    background-color: #fb427b;
  }
}

.btn--gray {
  background-color: #f3f3f3;
  color: #060606;
  border: 1px solid #ddd;
}

.btn--gray:active, .btn--gray:focus {
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .btn--gray:hover {
    color: #fff;
    border-color: #060606;
    background-color: #060606;
  }
}

.btn--white {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #060606;
}

.btn--white:active, .btn--white:focus {
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .btn--white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--white:hover {
    border-color: #060606;
    color: #fff;
    background-color: #060606;
  }
}

.btn--outline {
  color: #060606;
  background-color: #fff;
  border: 1px solid #060606;
}

@media only screen and (min-width: 768px) {
  .btn--outline {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--outline:hover {
    color: #fff;
    background-color: #060606;
  }
}

.btn--outline-white {
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .btn--outline-white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--outline-white:hover {
    color: #fff;
    background-color: #fb427b;
  }
}

.btn--min {
  font-size: 12px;
  font-size: 1.2rem;
  height: 45px;
}

@media only screen and (min-width: 768px) {
  .btn--min {
    font-size: 15px;
    font-size: 1.5rem;
    height: 55px;
  }
}

.btn--sm {
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  width: auto;
  min-width: 170px;
}

@media only screen and (min-width: 768px) {
  .btn--sm {
    font-size: 15px;
    font-size: 1.5rem;
    height: 50px;
    width: 200px;
  }
}

.btn--long {
  font-size: 16px;
  font-size: 1.6rem;
  height: 56px;
  width: auto;
  min-width: 240px;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 768px) {
  .btn--long {
    font-size: 18px;
    font-size: 1.8rem;
    height: 64px;
    width: 400px;
  }
}

.btn--center {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn--back {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.btn--back .link-arrow {
  transform: rotate(180deg) translate(0, 50%);
}

.link-arrow {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

@media only screen and (min-width: 768px) {
  .link-arrow {
    width: 16px;
    height: 16px;
  }
}

.link-arrow::before, .link-arrow::after {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  left: 50%;
}

.link-arrow::before {
  width: 30%;
  height: 30%;
  border-top: 1px solid #060606;
  border-right: 1px solid #060606;
  transform: translate(-40%, -50%) rotate(45deg);
}

.link-arrow::after {
  width: 50%;
  top: 50%;
  height: 1px;
  background-color: #060606;
  transform: translate(-50%, -50%);
}

.link-arrow--white {
  background-color: #fff;
}

.link-arrow--outline {
  border: 1px solid #060606;
  background-color: #fff;
}

.link-arrow--outline::before, .link-arrow--outline::after {
  background-color: #060606;
}

.link-arrow--outline-white {
  border: 1px solid #fff;
  background-color: transparent;
}

.link-arrow--outline-white::before, .link-arrow--outline-white::after {
  background-color: #fff;
}

.link-arrow--md {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .link-arrow--md {
    width: 25px;
    height: 25px;
  }
}

.link-arrow--md::before, .link-arrow--md::after {
  width: 20%;
}

.link-arrow--lg {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .link-arrow--lg {
    width: 35px;
    height: 35px;
  }
}

.link-arrow--xl {
  width: 25px;
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .link-arrow--xl {
    width: 50px;
    height: 50px;
  }
}

.link-arrow--xl::before {
  border-width: 2px;
  transform: translate(-30%, -50%) rotate(45deg);
}

.link-arrow--xl::after {
  height: 2px;
}

.form-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .form-btns {
    margin-top: 30px;
  }
}

.form-btns .ajax-loader {
  margin-left: 40%;
  margin-right: 40%;
}

.btn-back,
.btn-submit {
  display: block;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-back:disabled,
.btn-submit:disabled {
  opacity: 0.3;
}

.btn-back:disabled:hover,
.btn-submit:disabled:hover {
  opacity: 0.3;
}

.btn-submit:disabled:hover {
  background-color: #ec7ea0;
}

#btn-back {
  background-color: #aaa;
  color: #fff;
  width: calc(50% - 5px);
  margin-right: 5px;
}

#btn-back:visited {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #btn-back:hover {
    color: #666;
  }
}

#btn-submit {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.list-cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-weight: 700;
  list-style: none;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .list-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .list-cat {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1340px) {
  .list-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-cat > li {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-right: 2px;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .list-cat > li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.list-cat > li.current-cat > a,
.list-cat > li.current-cat > span {
  color: #fff;
  background-color: #ec7ea0;
}

.list-cat > li > a,
.list-cat > li > span {
  position: relative;
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #060606;
  color: #060606;
  border-radius: 100px;
}

@media only screen and (min-width: 768px) {
  .list-cat > li > a,
  .list-cat > li > span {
    border-width: 2px;
    height: 40px;
    padding: 5px 30px;
    transition: all 0.25s ease;
  }
  .list-cat > li > a:hover,
  .list-cat > li > span:hover {
    color: #ec7ea0;
    background-color: #dadcc3;
  }
}

.dl-horizontal {
  margin: 0;
  line-height: 1.5;
}

.dl-horizontal:after {
  content: '';
  display: block;
  clear: both;
}

.dl-horizontal dt {
  position: relative;
  float: left;
  clear: both;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .dl-horizontal dt {
    margin-top: 8px;
  }
}

.dl-horizontal dt:first-of-type {
  margin-top: 0;
}

.dl-horizontal dd {
  float: left;
  width: 100%;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .dl-horizontal dd {
    margin-top: 8px;
  }
}

.dl-horizontal dd:first-of-type {
  margin-top: 0;
}

.dl-horizontal--xs dt {
  width: 3em;
  background-color: #060606;
  color: #fff;
  text-align: center;
}

.dl-horizontal--xs dd {
  margin-left: -3em;
  padding-left: 3.5em;
}

.dl-horizontal--sm dt {
  width: 6em;
}

.dl-horizontal--sm dd {
  margin-left: -6em;
  padding-left: 6.5em;
}

.dl-horizontal--md dt {
  width: 12em;
}

.dl-horizontal--md dd {
  margin-left: -12em;
  padding-left: 12.5em;
}

.dl-horizontal--bg dt {
  text-align: center;
  background-color: #ec7ea0;
  color: #fff;
  padding: 0 5px;
}

.dl-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .dl-list {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 10px;
  }
}

.dl-list dd {
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .dl-list dd {
    margin-top: 0;
    padding-left: 0;
  }
}

.dl-list dt {
  position: relative;
  width: 6em;
  margin: 0;
  padding: 0;
  margin-right: 1em;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .dl-list dt {
    padding-left: 15px;
  }
}

.dl-list dt:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fb427b;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .dl-list dt:after {
    width: 5px;
    height: 5px;
  }
}

/* =====================
  form setting
===================== */
.wpcf7 form .ajax-loader {
  margin-top: 5px;
}

.wpcf7 form .formError {
  z-index: 9;
}

.wpcf7 form .formError .formErrorContent {
  min-width: 140px;
}

.wpcf7 form .wpcf7-response-output {
  font-weight: bold;
  margin: 10px 0 0;
  text-shadow: none;
  border: none;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wpcf7 form .wpcf7-response-output.hide {
  display: none !important;
}

.wpcf7 form .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.show-sent {
  display: none;
}

.show-sent .row-tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel {
    height: 50px;
  }
}

.show-sent .row-tel .txt {
  font-weight: 800;
  padding-left: 5px;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel .txt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .show-sent .row-tel .txt {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1340px) {
  .show-sent .row-tel .txt {
    font-size: 40px;
    font-size: 4rem;
  }
}

.show-sent .row-tel .icon-tel img {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel .icon-tel img {
    width: 30px;
  }
}

.wpcf7-form {
  margin-top: -50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .wpcf7-form {
    margin-top: 0;
    padding-top: 0;
  }
}

#mail-form .wpcf7-not-valid {
  position: relative;
}

#mail-form .wpcf7-not-valid-tip {
  font-size: 80%;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 500;
}

#mail-form .inline-block {
  display: inline-block;
}

#mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
  min-width: 120px;
}

@media only screen and (min-width: 1340px) {
  #mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
    min-width: 150px;
  }
}

#mail-form .table-form {
  display: block;
  line-height: 1.3;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form {
    margin-top: 20px;
  }
}

#mail-form .table-form:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form.confirm .form-head,
  #mail-form .table-form.confirm .form-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#mail-form .table-form tbody {
  display: block;
}

#mail-form .table-form .form-row {
  display: block;
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-row {
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
  }
}

#mail-form .table-form .form-head,
#mail-form .table-form .form-content {
  display: block;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head,
  #mail-form .table-form .form-content {
    padding: 10px 0;
  }
}

#mail-form .table-form .form-head {
  position: relative;
  text-align: left;
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 110%;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 100%;
    width: 210px;
  }
}

#mail-form .table-form .form-head label {
  font-weight: 700;
}

#mail-form .table-form .form-head .mark-req {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 7px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head .mark-req {
    margin-top: 0;
    top: 23px;
    transform: none;
  }
}

#mail-form .table-form .form-head .min {
  display: block;
  font-size: 85%;
  color: #666;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.5;
}

#mail-form .table-form .form-content {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-content {
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

#mail-form .table-form .form-content .min {
  font-size: 85%;
  line-height: 1.5;
  font-weight: normal;
}

#mail-form .row-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#mail-form .row-fixed {
  display: -ms-flexbox;
  display: flex;
}

#mail-form .row-fixed > .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  #mail-form .row-fixed > .col {
    padding-right: 10px;
  }
}

#mail-form .row-fixed > .col .wpcf7-form-control-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  min-width: 5em;
}

#mail-form .row-fixed input,
#mail-form .row-fixed select {
  width: 100%;
  margin-right: 0.1em;
}

#mail-form .row-fixed select {
  min-width: 0;
}

#mail-form .row-fixed--pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  #mail-form .row-fixed--pc {
    display: -ms-flexbox;
    display: flex;
  }
}

#mail-form .row-fixed--pc > .col {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  #mail-form .row-fixed--pc > .col {
    padding-right: 15px;
  }
}

#mail-form .row-fixed--pc > .col .wpcf7-form-control-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

#mail-form .row-fixed--pc input,
#mail-form .row-fixed--pc select {
  width: 100%;
  margin-right: 0.1em;
}

#mail-form .txt-after {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
  width: 1em;
  margin-left: 5px;
  text-align: center;
}

#mail-form .form-control,
#mail-form input[type='date'] {
  width: 100%;
  height: 45px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  #mail-form .form-control,
  #mail-form input[type='date'] {
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#mail-form .form-control.input-inline,
#mail-form input[type='date'].input-inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #mail-form .form-control.input-inline,
  #mail-form input[type='date'].input-inline {
    margin: 0;
  }
}

#mail-form.light-control .form-control,
#mail-form.light-control input[type='date'],
#mail-form.light-control select {
  background-color: #f6f6f6;
}

#mail-form input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}

#mail-form .wpcf7-free-text {
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
}

#mail-form select {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #mail-form select {
    min-width: 160px;
    padding: 0.6em 3em 0.6em 10px;
    background-position: calc(100% - 15px) calc(1.2em + 2px), calc(100% - 10px) calc(1.2em + 2px), calc(100% - 2em) 0.6em;
  }
}

#mail-form select.select-lg {
  width: 100%;
}

#mail-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#mail-form select::-ms-expand {
  display: none;
}

#mail-form textarea.form-control {
  line-height: 1.5;
  height: auto;
}

#mail-form .label-min {
  font-size: 85%;
  opacity: 0.65;
  margin-bottom: 3px;
  display: inline-block;
}

#mail-form .wpcf7-list-item {
  margin: 0;
}

#mail-form .wpcf7-list-item.has-free-text {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
}

#mail-form .wpcf7-list-item.has-free-text [type='text'] {
  -ms-flex: 1;
      flex: 1;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  #mail-form .wpcf7-list-item.has-free-text [type='text'] {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

#mail-form .radio-block .wpcf7-list-item {
  display: block;
}

#mail-form .radio-inlineblock .wpcf7-list-item {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #mail-form .radio-inlineblock .wpcf7-list-item {
    min-width: 5em;
  }
}

#mail-form .radio-menkyo .wpcf7-list-item {
  display: inline-block;
  font-size: 95%;
}

@media only screen and (min-width: 768px) {
  #mail-form .radio-menkyo .wpcf7-list-item {
    min-width: 11.5em;
  }
}

#mail-form .radio-block label,
#mail-form .radio-inlineblock label {
  display: inline-block;
  margin: 1px 0;
  font-weight: normal;
}

#mail-form .radio-block label .wpcf7-list-item-label,
#mail-form .radio-inlineblock label .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  #mail-form .radio-block label .wpcf7-list-item-label,
  #mail-form .radio-inlineblock label .wpcf7-list-item-label {
    margin-right: 20px;
  }
}

#mail-form .radio-block label input,
#mail-form .radio-inlineblock label input {
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#mail-form .help-block.with-errors {
  margin: 0;
  font-size: 90%;
}

#mail-form .help-block.with-errors ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  padding-left: 1.5em;
}

#mail-form .help-block.with-errors ul li {
  color: #ea321f;
}

#mail-form .has-error .form-control {
  border-color: #ea321f;
}

#mail-form input[type='checkbox'][disabled],
#mail-form input[type='checkbox'][disabled] ~ span {
  display: none;
}

#mail-form input[type='checkbox'][disabled]:checked,
#mail-form input[type='checkbox'][disabled]:checked ~ span {
  display: inline;
}

#mail-form .datepicker-inline {
  width: 100%;
}

#mail-form .datepicker-inline table {
  table-layout: fixed;
  width: 100%;
}

#mail-form .datepicker-inline table .dow {
  font-size: 90%;
  color: #555;
  height: 30px;
}

/*確認画面*/
.custom-wpcf7c-confirmed #mail-form .form-control.wpcf7c-conf {
  background-color: #fff !important;
  border-color: #fff;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: auto;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.custom-wpcf7c-confirmed #mail-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

.custom-wpcf7c-confirmed #mail-form select.wpcf7c-conf {
  border: none;
  background: none;
  padding: 0;
  padding-right: 5px;
  height: auto;
}

.custom-wpcf7c-confirmed #mail-form .row-fixed > .col .wpcf7-form-control-wrap {
  min-width: 0;
}

.codedropz-upload-wrapper .wpcf7-drag-n-drop-file.wpcf7c-force-hide ~ .codedropz-upload-handler {
  display: none;
}

.codedropz-upload-wrapper .wpcf7-drag-n-drop-file.wpcf7c-force-hide ~ .wpcf7c-conf-hidden {
  display: none;
}

.codedropz-upload-wrapper .wpcf7-drag-n-drop-file.wpcf7c-force-hide ~ * .dnd-progress-bar {
  display: none;
}

.codedropz-upload-wrapper .wpcf7-drag-n-drop-file.wpcf7c-force-hide ~ * .remove-file {
  display: none;
}

.codedropz-upload-wrapper .codedropz-upload-handler {
  line-height: 1.7;
  font-weight: 600;
}

.mark-req {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #db4646;
}

.mark-req.lg {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px;
  min-width: 30px;
}

@media only screen and (min-width: 768px) {
  .mark-req.lg {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 40px;
  }
}

.flow-contact {
  overflow: hidden;
}

.flow-contact .list-flow-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flow-contact .step {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .flow-contact .step {
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 40px;
  }
}

.flow-contact .step span {
  position: relative;
  z-index: 1;
}

.flow-contact .step::before, .flow-contact .step::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-right: 3px solid #eeefe3;
  background-color: #666;
}

.flow-contact .step::before {
  top: 0;
  bottom: 50%;
  transform: skewX(30deg);
}

.flow-contact .step::after {
  top: 50%;
  bottom: 0;
  transform: skewX(-30deg);
}

.flow-contact .step.step-first {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .flow-contact .step.step-first {
    padding-left: 55px;
  }
}

.flow-contact .step.current {
  color: #fff;
}

.flow-contact .step.current::before, .flow-contact .step.current::after {
  background-color: #ec7ea0;
}

.block-privacy {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .block-privacy {
    margin-top: 30px;
  }
}

.block-privacy__ttl {
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .block-privacy__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-privacy__box {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 5px;
  background-color: #f6f6f6;
  padding: 15px 10px;
  max-height: 240px;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .block-privacy__box {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 20px;
  }
}

.block-privacy__list {
  margin: 0;
}

.block-privacy__list li {
  margin-top: 0.5em;
}

.block-privacy__list li:first-child {
  margin-top: 0;
}

.block-privacy__list li > ol {
  margin-top: 0.5em;
}

.block-privacy__list li > ol li ol {
  margin-top: 0.3em;
}

.block-privacy__h1 {
  font-size: 110%;
  font-weight: 600;
}

.block-privacy__h2 {
  font-weight: 600;
}

.block-privacy a {
  color: #ec7ea0;
  text-decoration: underline;
}

.block-privacy__check {
  text-align: center;
  margin-top: 5px;
}

.your_menkyo--block {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .your_menkyo--block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.your_menkyo__inner {
  padding: 1em;
  border: 1px solid #eee;
  border-radius: 3px;
}

.list-number {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.list-number > li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}

.list-number > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  color: #060606;
  font-weight: 700;
  font-weight: 700;
  font-size: 1.1em;
  left: 0;
  top: 0;
}

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple .min {
  font-size: 85%;
}

.list-simple li {
  position: relative;
  padding: 0;
  margin-top: 5px;
  line-height: 1.5;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .list-simple li {
    margin-top: 10px;
  }
}

.list-simple li:first-child {
  margin-top: 0;
}

.list-simple li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ec7ea0;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
}

.list-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple ul li {
  position: relative;
  padding: 0;
  margin-top: 0.2em;
  padding-left: 0.5em;
}

.list-simple ul li:first-child {
  margin-top: 0;
}

.list-simple ul li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ec7ea0;
  left: 0;
  top: 0.7em;
}

.list-simple--inline li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 1.5em;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .list-simple--inline li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.list-simple--inline-lg li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 1.5em;
  display: inline-block;
  min-width: 120px;
}

@media only screen and (min-width: 768px) {
  .list-simple--inline-lg li {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 180px;
  }
}

.list-simple--narrow li {
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .list-simple--narrow li {
    margin-bottom: 3px;
  }
}

.list-row {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}

@media only screen and (min-width: 768px) {
  .list-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.list-row > li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  padding-left: 10px;
}

.list-row > li:first-child {
  margin-top: 0;
}

.list-row > li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ec7ea0;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
}

.content-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .content-row {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 24px;
  }
}

.content-row__col {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.content-row__col > * {
  width: 100%;
}

#loader-bg {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}

#loader-bg.loaded {
  pointer-events: none;
}

#loader-bg.loaded .icon {
  transform: translateX(60vw) scale(0);
}

#loader-bg.loaded.subpage {
  background-color: #fff;
}

#loader-bg.subpage .icon {
  display: none;
}

@keyframes fluffy1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  42% {
    transform: translate(0, 0) rotate(0deg);
  }
  44% {
    transform: translate(0, 0) rotate(-3deg);
  }
  46% {
    transform: translate(0, -5px) rotate(0deg);
  }
  48% {
    transform: translate(0, -5px) rotate(3deg);
  }
  50% {
    transform: translate(5px, 0) rotate(-2deg);
  }
  52% {
    transform: translate(0, 5px) rotate(0deg);
  }
  54% {
    transform: translate(0, 0) rotate(3deg);
  }
  56% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

#loader-bg .icon {
  transition: transform 0.3s ease;
}

#loader-bg .icon img {
  width: 120px;
  height: auto;
  animation: fluffy1 0.65s ease infinite;
}

#loader-bg .loader,
#loader-bg .loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

#loader-bg .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(236, 126, 160, 0.2);
  border-right: 1px solid rgba(236, 126, 160, 0.2);
  border-bottom: 1px solid rgba(236, 126, 160, 0.2);
  border-left: 1px solid #ec7ea0;
  transform: translateZ(0);
  animation: loader 1.1s infinite linear;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.list-news {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-news__item {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #060606;
}

@media only screen and (min-width: 768px) {
  .list-news__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-news__content {
  display: block;
  padding: 10px 30px 10px 10px;
  line-height: 1.65;
}

@media only screen and (min-width: 768px) {
  .list-news__content {
    padding: 20px 50px 20px 10px;
    min-height: 75px;
  }
}

.list-news a.list-news__content {
  position: relative;
  text-decoration: none !important;
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .list-news a.list-news__content {
    transition: all 0.25s ease;
  }
  .list-news a.list-news__content:hover {
    background-color: #e4e6d3;
  }
}

.list-news a.list-news__content::before, .list-news a.list-news__content::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 7px;
  right: 5px;
  top: 50%;
  background-color: #060606;
}

@media only screen and (min-width: 768px) {
  .list-news a.list-news__content::before, .list-news a.list-news__content::after {
    right: 15px;
    height: 10px;
  }
}

.list-news a.list-news__content::before {
  transform-origin: right bottom;
  transform: translate(0, -100%) rotate(-45deg);
}

.list-news a.list-news__content::after {
  transform-origin: right top;
  transform: translate(0, 0) rotate(45deg);
}

.list-news a.list-news__content.icon-pdf::before, .list-news a.list-news__content.icon-external::before {
  content: none;
}

.list-news a.list-news__content.icon-pdf::after, .list-news a.list-news__content.icon-external::after {
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-news a.list-news__content.icon-pdf::after, .list-news a.list-news__content.icon-external::after {
    width: 20px;
    height: 20px;
  }
}

.list-news a.list-news__content.icon-external::after {
  background-image: url(assets/img/common/icon-external.svg);
}

.list-news a.list-news__content.icon-pdf::after {
  background-image: url(assets/img/common/icon-pdf.svg);
}

.list-news__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
  .list-news__meta {
    margin-bottom: 5px;
  }
}

.list-news__time {
  position: relative;
  font-weight: 700;
  color: #060606;
  letter-spacing: 0.05em;
  font-size: 80%;
  margin-right: 5px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .list-news__time {
    margin-right: 10px;
    padding-right: 15px;
  }
}

.list-news__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-news__cat {
  position: relative;
  display: block;
  opacity: 0.6;
  font-size: 86%;
  padding-right: 0.5em;
  margin-right: 0.3em;
}

.list-news__cat::after {
  position: absolute;
  content: ' ';
  display: block;
  content: ',';
  right: 0;
  bottom: 0;
}

.list-news__cat:last-child {
  padding-right: 0;
}

.list-news__cat:last-child::after {
  content: none;
}

.list-news__new {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  line-height: 1;
  color: #db4646;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .list-news__new {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .row-page {
    display: -ms-flexbox;
    display: flex;
  }
}

.col-main {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .col-main {
    margin-bottom: 0;
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 992px) {
  .col-main {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 768px) {
  .col-side {
    width: 250px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .col-side {
    width: 300px;
    padding-left: 40px;
  }
}

.list-side {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-side li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ddd;
}

.list-side li ul {
  margin-top: 0;
  margin-left: 15px;
}

.list-side li ul li {
  border-bottom: none;
  border-top: 1px dotted #eee;
}

.list-side li ul li > a,
.list-side li ul li > span {
  padding: 12px 15px 12px 10px;
  font-size: 90%;
}

.list-side li > a,
.list-side li > span {
  display: block;
  position: relative;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  text-align: left;
  color: #333;
  text-decoration: none !important;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-side li > a,
  .list-side li > span {
    font-size: 13px;
    font-size: 1.3rem;
    transition: all 0.25s ease;
  }
  .list-side li > a:hover,
  .list-side li > span:hover {
    color: #ec7ea0;
    background-color: #f8f8f8;
  }
}

.list-side li > a::after,
.list-side li > span::after {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  line-height: 1;
  content: '\f105';
  font-size: 15px;
  font-size: 1.5rem;
  font-family: FontAwesome;
  color: #ec7ea0;
}

.ttl-side {
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #ec7ea0;
  line-height: 1.3;
  padding: 0.4em 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
  .ttl-side {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-side .ja {
  display: block;
  font-weight: bold;
}

.ttl-side .en {
  font-weight: 700;
  font-weight: 700;
  font-size: 0.7em;
  opacity: 0.8;
  letter-spacing: 0.1em;
}

.pagination {
  margin: 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination ul.page-numbers li {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
}

@media only screen and (min-width: 768px) {
  .pagination ul.page-numbers li {
    margin: 5px;
  }
}

.pagination a,
.pagination span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ec7ea0;
  color: #060606;
  font-weight: 700;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .pagination a,
  .pagination span {
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.pagination span {
  background-color: #ec7ea0;
  color: #fff;
}

.pagination a {
  background-color: #fff;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #fb427b;
    color: #fff;
  }
}

.pagination a.next, .pagination a.prev {
  border-color: transparent;
  background-color: transparent;
}

.pagination a.next > span, .pagination a.prev > span {
  position: relative;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .pagination a.next > span, .pagination a.prev > span {
    width: 33px;
    height: 33px;
  }
}

.pagination a.next > span::before, .pagination a.next > span::after, .pagination a.prev > span::before, .pagination a.prev > span::after {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  left: 50%;
}

.pagination a.next > span::before, .pagination a.prev > span::before {
  width: 45%;
  height: 45%;
  border-top: 2px solid #060606;
  border-right: 2px solid #060606;
  transform: translate(-40%, -50%) rotate(45deg);
}

.pagination a.next > span::after, .pagination a.prev > span::after {
  width: 50%;
  height: 2px;
  background-color: #060606;
  transform: translate(-40%, -1px);
}

@media only screen and (min-width: 768px) {
  .pagination a.next:hover, .pagination a.prev:hover {
    opacity: 0.6;
  }
}

.pagination a.prev > span {
  transform: rotate(180deg);
}

.body-post {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .body-post {
    padding-bottom: 120px;
  }
}

.body-post__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 240px;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .body-post__bg {
    height: 520px;
  }
}

.body-post__bg img {
  opacity: 0.45;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
  transform: scale(1.05);
}

.body-post__thumbnail {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .body-post__thumbnail {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
}

.body-post__thumbnail img {
  max-width: 100%;
  height: auto;
  background-color: #fff;
}

.post-single {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
  .post-single {
    padding: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .post-single {
    padding: 60px 70px;
  }
}

.post-single__time {
  display: block;
  font-weight: 700;
  color: #060606;
  opacity: 0.6;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) {
  .post-single__time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.post-single__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .post-single__ttl {
    padding-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.post-single__meta {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .post-single__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.post-single__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-single__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 75%;
}

@media only screen and (min-width: 768px) {
  .post-single__cats {
    -ms-flex: 1;
        flex: 1;
  }
}

.post-single__cats > li {
  background-color: #eee;
  color: #666;
  min-width: 60px;
  text-align: center;
  line-height: 1.3;
  padding: 0.75em 1em;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 100px;
}

@media only screen and (min-width: 768px) {
  .post-single__cats > li {
    margin-right: 5px;
    min-width: 80px;
  }
}

.post-single__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .post-single__sns {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.post-single__sns-ttl {
  font-weight: 700;
  font-weight: 700;
}

.post-single__sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.post-single__sns-list li {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .post-single__sns-list li {
    margin-left: 7px;
  }
}

.post-single__sns-list li a {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .post-single__sns-list li a {
    width: 45px;
    height: 45px;
    transition: all 0.25s ease;
  }
  .post-single__sns-list li a:hover {
    opacity: 0.8;
  }
}

.post-single__sns-list li img {
  width: 100%;
  height: auto;
}

.post-single__content {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .post-single__content {
    margin-top: 60px;
  }
}

.post-single__contact {
  border: 1px solid #ddd;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .post-single__contact {
    padding: 30px 40px;
  }
}

.post-single__contact-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.post-single__contact-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .post-single__contact-btns {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
  }
}

.post-single__contact-btns > .btn, .post-single__contact-btns > .btn-back,
.post-single__contact-btns > .btn-submit {
  width: 100%;
  min-width: 0;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .post-single__contact-btns > .btn, .post-single__contact-btns > .btn-back,
  .post-single__contact-btns > .btn-submit {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#toc_container {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  #toc_container {
    padding: 20px 30px;
  }
}

#toc_container p.toc_title {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  #toc_container p.toc_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#toc_container ul.toc_list > li {
  margin-top: 0.75em;
  line-height: 1.5;
}

#toc_container ul.toc_list > li:first-child {
  margin-top: 0;
}

#toc_container ul.toc_list > li > a {
  display: -ms-flexbox;
  display: flex;
}

#toc_container ul.toc_list .toc_number {
  font-weight: 700;
  font-weight: 700;
  font-size: 115%;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  #toc_container ul.toc_list .toc_number {
    margin-right: 15px;
  }
}

.section-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-xxl {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .section-xxl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-responsive-table {
    margin-right: -15px;
    padding-bottom: 5px;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .wrapper-responsive-table__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 15px;
  }
  .wrapper-responsive-table .table, .wrapper-responsive-table .post-content table, .post-content .wrapper-responsive-table table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .wrapper-responsive-table .table th, .wrapper-responsive-table .post-content table th, .post-content .wrapper-responsive-table table th,
  .wrapper-responsive-table .table td,
  .wrapper-responsive-table .post-content table td,
  .post-content .wrapper-responsive-table table td {
    white-space: nowrap;
  }
  .wrapper-responsive-table--sticky .table thead tr th:first-child, .wrapper-responsive-table--sticky .post-content table thead tr th:first-child, .post-content .wrapper-responsive-table--sticky table thead tr th:first-child,
  .wrapper-responsive-table--sticky .table tbody tr th:first-child,
  .wrapper-responsive-table--sticky .post-content table tbody tr th:first-child,
  .post-content .wrapper-responsive-table--sticky table tbody tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    box-shadow: 0 5px 5px black;
  }
  .wrapper-responsive-table--sticky .table thead tr th:first-child::before, .wrapper-responsive-table--sticky .post-content table thead tr th:first-child::before, .post-content .wrapper-responsive-table--sticky table thead tr th:first-child::before,
  .wrapper-responsive-table--sticky .table tbody tr th:first-child::before,
  .wrapper-responsive-table--sticky .post-content table tbody tr th:first-child::before,
  .post-content .wrapper-responsive-table--sticky table tbody tr th:first-child::before {
    position: absolute;
    content: ' ';
    display: block;
    left: 0px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #ddd;
  }
}

.table, .post-content table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .table, .post-content table {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.table tr, .post-content table tr {
  border-bottom: 1px solid #ddd;
}

.table th, .post-content table th,
.table td,
.post-content table td {
  position: relative;
  vertical-align: middle;
  padding: 10px 5px;
  border-right: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .table th, .post-content table th,
  .table td,
  .post-content table td {
    padding: 10px 15px;
  }
}

.table thead th, .post-content table thead th,
.table thead td,
.post-content table thead td,
.table .tr-thead th,
.post-content table .tr-thead th,
.table .tr-thead td,
.post-content table .tr-thead td {
  background-color: #333;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  width: auto;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .table thead th, .post-content table thead th,
  .table thead td,
  .post-content table thead td,
  .table .tr-thead th,
  .post-content table .tr-thead th,
  .table .tr-thead td,
  .post-content table .tr-thead td {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .table tbody td, .post-content table tbody td {
    height: 55px;
  }
}

.table tbody th, .post-content table tbody th {
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
  background-color: #f3f3f3;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .table tbody th, .post-content table tbody th {
    width: 250px;
    height: 55px;
  }
}

@media only screen and (min-width: 1340px) {
  .table tbody th, .post-content table tbody th {
    width: 300px;
  }
}

.table .min, .post-content table .min {
  font-size: 85%;
}

.table .tr-hidden, .post-content table .tr-hidden {
  display: none;
}

.table .txt-left, .post-content table .txt-left {
  text-align: left;
}

.table .btn-innertd, .post-content table .btn-innertd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .table .btn-innertd, .post-content table .btn-innertd {
    padding: 15px;
  }
  .table .btn-innertd:hover, .post-content table .btn-innertd:hover {
    color: #666;
    background-color: #f6f6f6;
  }
}

.table .btn-innertd.icon-pdf, .post-content table .btn-innertd.icon-pdf, .table .btn-innertd.icon-external, .post-content table .btn-innertd.icon-external {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .table .btn-innertd.icon-pdf, .post-content table .btn-innertd.icon-pdf, .table .btn-innertd.icon-external, .post-content table .btn-innertd.icon-external {
    padding-right: 30px;
  }
}

.table .btn-innertd.icon-pdf::after, .post-content table .btn-innertd.icon-pdf::after, .table .btn-innertd.icon-external::after, .post-content table .btn-innertd.icon-external::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .table .btn-innertd.icon-pdf::after, .post-content table .btn-innertd.icon-pdf::after, .table .btn-innertd.icon-external::after, .post-content table .btn-innertd.icon-external::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.table .btn-innertd.icon-external::after, .post-content table .btn-innertd.icon-external::after {
  background-image: url(assets/img/common/icon-external.svg);
}

.table .btn-innertd.icon-pdf::after, .post-content table .btn-innertd.icon-pdf::after {
  background-image: url(assets/img/common/icon-pdf.svg);
}

@media only screen and (min-width: 768px) {
  .table.--sm tbody td, .post-content table.--sm tbody td {
    height: 40px;
  }
}

.table.--sm tbody th, .post-content table.--sm tbody th {
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
  background-color: #eee;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .table.--sm tbody th, .post-content table.--sm tbody th {
    width: 200px;
    height: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .table.--sm tbody th, .post-content table.--sm tbody th {
    width: 200px;
  }
}

.table--even-bg tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}

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

.table--th-center tbody th {
  text-align: center;
}

.table--price .th-btn {
  text-align: left;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .table--price .th-btn {
    font-size: 120%;
  }
}

.table--price .th-btn--yellow {
  background-color: #d4ad18;
}

.table--price .th-btn--green {
  background-color: #7eb360;
}

.table--price .th-btn a {
  color: #fff !important;
}

.table--price th:first-child,
.table--price td:first-child {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table--price th:first-child,
  .table--price td:first-child {
    width: 200px;
  }
}

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

@media only screen and (min-width: 768px) {
  .table--price td {
    font-size: 115%;
  }
}

.table--price tbody th {
  width: auto;
  background-color: #f3f3f3;
}

.table--simple {
  border: none;
  background: transparent;
}

.table--simple thead tr,
.table--simple thead th,
.table--simple thead td,
.table--simple tbody tr,
.table--simple tbody th,
.table--simple tbody td {
  border: none;
  background: transparent;
  padding: 5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .table--simple thead tr,
  .table--simple thead th,
  .table--simple thead td,
  .table--simple tbody tr,
  .table--simple tbody th,
  .table--simple tbody td {
    padding: 8px 5px;
  }
}

.table--simple tbody th {
  color: #666;
}

@media only screen and (min-width: 768px) {
  .table--simple tbody th {
    width: 100px;
  }
}

.table--lined {
  border-left: none;
  border-top-color: #060606;
  background-color: transparent;
}

.table--lined tbody th,
.table--lined tbody td {
  display: block;
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .table--lined tbody th,
  .table--lined tbody td {
    display: table-cell;
    height: 80px;
    padding: 10px 15px;
  }
}

.table--lined tbody th {
  padding-bottom: 0;
  color: #060606;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .table--lined tbody th {
    padding-bottom: 10px;
    width: 280px;
  }
}

.table--lined tbody tr {
  border-bottom-color: #060606;
}

.table--underlined {
  border-left: none;
}

.table--underlined tbody th,
.table--underlined tbody td {
  display: block;
  background-color: #fff;
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .table--underlined tbody th,
  .table--underlined tbody td {
    display: table-cell;
    height: 80px;
  }
}

.table--underlined tbody th {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .table--underlined tbody th {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}

.table--boxed {
  border: none;
}

@media only screen and (min-width: 768px) {
  .table--boxed {
    border-collapse: separate;
    border-spacing: 0 20px;
  }
}

.table--boxed tbody tr {
  display: block;
  border: none;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .table--boxed tbody tr {
    display: table-row;
    margin-top: 0;
  }
}

.table--boxed tbody tr::first-child {
  margin-top: 0;
}

.table--boxed tbody th,
.table--boxed tbody td {
  display: block;
  background-color: #fff;
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .table--boxed tbody th,
  .table--boxed tbody td {
    display: table-cell;
    height: 80px;
  }
}

.table--boxed tbody th {
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #060606;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .table--boxed tbody th {
    font-size: 18px;
    font-size: 1.8rem;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .table--boxed tbody td {
    padding-left: 30px;
  }
}

.table--low thead th,
.table--low thead td,
.table--low tbody th,
.table--low tbody td {
  font-size: 100%;
  padding: 10px 5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .table--low thead th,
  .table--low thead td,
  .table--low tbody th,
  .table--low tbody td {
    padding: 10px 15px;
  }
}

.table--low thead th,
.table--low tbody th {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .table--low thead th,
  .table--low tbody th {
    padding-bottom: 15px;
    width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .table--timetable {
    table-layout: fixed;
  }
}

@media only screen and (min-width: 768px) {
  .table--timetable tbody th {
    width: 150px;
  }
}

@media only screen and (min-width: 1340px) {
  .table--timetable tbody th {
    width: 200px;
  }
}

.table a, .post-content table a {
  text-decoration: underline;
}

.transform-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
  display: block;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .transform-table {
    display: table;
  }
}

.transform-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .transform-table tr {
    display: table-row;
  }
}

.transform-table thead th,
.transform-table thead td {
  background-color: #f3f3f3;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 0.5em;
}

.transform-table tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .transform-table tbody {
    display: table-row-group;
  }
}

.transform-table tbody th,
.transform-table tbody td {
  display: block;
  padding: 0.5em;
  border-right: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4em;
    padding: 1em 1.5em;
  }
}

.transform-table tbody th {
  background-color: #f3f3f3;
  font-weight: bold;
  text-align: left;
  font-size: 0.85em;
}

@media only screen and (min-width: 768px) {
  .transform-table tbody th {
    position: relative;
    width: 14em;
    vertical-align: top;
    font-size: 1em;
  }
}

.transform-table a {
  text-decoration: underline;
}

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

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

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

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

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

.txt-italic {
  font-style: italic;
}

.txt-indent, .note-block > p {
  padding-left: 1em;
  text-indent: -1em;
}

.txt-note {
  font-size: 0.9em;
}

.note-block {
  font-size: 0.9em;
}

.txt-strike {
  text-decoration: line-through;
}

.txt-marker {
  padding-bottom: 0;
  background-image: linear-gradient(transparent 70%, #fff71b 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.txt-outline {
  color: #fff;
  text-shadow: calc(1px * 1) calc(1px * 0) 0 #060606, calc(1px * 0.9239) calc(1px * 0.3827) 0 #060606, calc(1px * 0.7071) calc(1px * 0.7071) 0 #060606, calc(1px * 0.3827) calc(1px * 0.9239) 0 #060606, calc(1px * 0) calc(1px * 1) 0 #060606, calc(1px * -0.3827) calc(1px * 0.9239) 0 #060606, calc(1px * -0.7071) calc(1px * 0.7071) 0 #060606, calc(1px * -0.9239) calc(1px * 0.3827) 0 #060606, calc(1px * -1) calc(1px * 0) 0 #060606, calc(1px * -0.9239) calc(1px * -0.3827) 0 #060606, calc(1px * -0.7071) calc(1px * -0.7071) 0 #060606, calc(1px * -0.3827) calc(1px * -0.9239) 0 #060606, calc(1px * 0) calc(1px * -1) 0 #060606, calc(1px * 0.3827) calc(1px * -0.9239) 0 #060606, calc(1px * 0.7071) calc(1px * -0.7071) 0 #060606, calc(1px * 0.9239) calc(1px * -0.3827) 0 #060606;
}

.txt-italic {
  font-style: italic;
}

.txt-black {
  color: #060606;
}

.txt-light {
  opacity: 0.4;
}

.txt-light2, .note-block > p {
  opacity: 0.8;
}

.txt-red {
  color: #db4646;
}

.txt-mincho {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-weight: 300;
}

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

.txt-eng {
  font-weight: 700;
  font-weight: 700;
}

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

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

@media only screen and (min-width: 768px) {
  .txt-center-xs {
    text-align: left;
  }
}

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

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center;
  }
}

.txt-10 {
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .txt-10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.txt-11 {
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .txt-11 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.txt-12 {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .txt-12 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.txt-13 {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-13 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.txt-14 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .txt-14 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-15 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .txt-15 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.txt-16 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-16 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-17 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-17 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.txt-18 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txt-19 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-19 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.txt-20 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .txt-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-22 {
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (min-width: 768px) {
  .txt-22 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.txt-24 {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .txt-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.txt-26 {
  font-size: 21px;
  font-size: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .txt-26 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.txt-28 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-28 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.txt-30 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-30 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.txt-32 {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .txt-32 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.txt-36 {
  font-size: 27px;
  font-size: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-36 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.txt-40 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .txt-40 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.txt-42 {
  font-size: 31px;
  font-size: 3.1rem;
}

@media only screen and (min-width: 768px) {
  .txt-42 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.txt-48 {
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-48 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.txt-58 {
  font-size: 34px;
  font-size: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .txt-58 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

.txt-60 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-60 {
    font-size: 60px;
    font-size: 6rem;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-xs {
  line-height: 1.2;
}

.lh-sm {
  line-height: 1.5;
}

.lh-md {
  line-height: 1.8;
}

.lh-lg {
  line-height: 1.75;
}

@media only screen and (min-width: 768px) {
  .lh-lg {
    line-height: 2;
  }
}

.lh-xl {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .lh-xl {
    line-height: 2.3;
  }
}

.ls-xs {
  letter-spacing: -0.05em;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-sm {
  letter-spacing: 0.05em;
}

.ls-md {
  letter-spacing: 0.101em;
}

.ls-lg {
  letter-spacing: 0.15em;
}

.ls-xl {
  letter-spacing: 0.2em;
}

.ttl-round, .ttl-round--deadening {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .ttl-round, .ttl-round--deadening {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.ttl-round--deadening {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .ttl-round--deadening {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: -8px;
  }
}

.ttl-round > span, .ttl-round--deadening > span {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #060606;
  color: #fff;
  line-height: 1.3;
  padding: 0.2em 1em;
  border-radius: 100px;
}

.ttl-bg {
  display: inline-block;
  text-align: center;
  min-width: 100px;
  line-height: 1.5;
  padding: 0.2em 0.8em;
  font-weight: 600;
  color: #fff;
  background-color: #060606;
}

.ttl-bg--round {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 100px 100px 0;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .ttl-bg--round {
    min-width: 120px;
  }
}

.ttl-basic {
  position: relative;
  line-height: 1.3;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 15px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .ttl-basic {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 30px;
  }
}

.ttl-basic::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ec7ea0;
  width: 5px;
  border-radius: 0 3px 3px 0;
}

@media only screen and (min-width: 768px) {
  .ttl-basic::after {
    width: 8px;
    border-radius: 0 5px 5px 0;
  }
}

.ttl-basic__ja {
  font-weight: 700;
}

.ttl-basic__en {
  font-size: 80%;
  font-weight: 700;
  color: #ec7ea0;
}

.icons-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icons-ttl__text {
  position: relative;
  font-size: 3.8vw;
  text-align: center;
  font-weight: 600;
  margin: 0 0.5em;
  line-height: 1.5;
}

@media only screen and (min-width: 480px) {
  .icons-ttl__text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .icons-ttl__text {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1340px) {
  .icons-ttl__text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.icons-ttl__text::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #060606;
  left: 0;
  right: 0;
  height: 3px;
  bottom: 0;
  border-radius: 5px;
}

.icons-ttl__icon img {
  width: 50px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .icons-ttl__icon img {
    width: 100px;
  }
}

.icons-ttl__icon:first-child {
  transform: rotate(-5deg);
}

.icons-ttl__icon:last-child {
  transform: rotate(5deg);
}

.ttl-h3 {
  position: relative;
  line-height: 1.5;
  padding-top: 1em;
  font-weight: 600;
  border-top: 2px solid #060606;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .ttl-h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =====================
  editor(WYSIWYG)
===================== */
table .post-content {
  line-height: 1.5;
}

table .post-content p {
  margin: 0;
}

.post-content {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 16px;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .post-content {
    line-height: 2;
    font-size: 16px;
  }
}

.post-content .wpb_content_element {
  margin-top: 2em;
}

.post-content .wpb_content_element:first-child {
  margin-top: 0;
}

.post-content button,
.post-content input,
.post-content select,
.post-content textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  line-height: 1.5;
  font-weight: 700;
}

.post-content h1,
.post-content h2 {
  margin-top: 2.5em;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 2em;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}

.post-content h1,
.post-content h2 {
  background-color: #f3f3f3;
  padding: 0.5em;
  border-top: 0.1em solid #ec7ea0;
}

.post-content h1 {
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .post-content h1 {
    font-size: 40px;
  }
}

.post-content h2 {
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .post-content h2 {
    font-size: 32px;
  }
}

.post-content h3,
.post-content h4 {
  position: relative;
  padding: 0.25em 0 0.25em 1em;
}

.post-content h3::before,
.post-content h4::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25em;
  border-radius: 999em;
  background-color: #ec7ea0;
}

.post-content h3 {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .post-content h3 {
    font-size: 28px;
  }
}

.post-content h4 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .post-content h4 {
    font-size: 24px;
  }
}

.post-content h5 {
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .post-content h5 {
    font-size: 20px;
  }
}

.post-content h6 {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .post-content h6 {
    font-size: 18px;
  }
}

.post-content p {
  margin-top: 1.5em;
  padding: 0;
}

.post-content .sec-child {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .post-content .sec-child {
    margin-top: 60px;
  }
}

.post-content .sec-child:first-child {
  margin-top: 0;
}

.post-content .sec-child--xs {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) {
  .post-content .sec-child--xs {
    margin-top: 12px;
  }
}

.post-content .sec-child--xs:first-child {
  margin-top: 0;
}

.post-content .sec-child--sm {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .post-content .sec-child--sm {
    margin-top: 20px;
  }
}

.post-content .sec-child--sm:first-child {
  margin-top: 0;
}

.post-content .sec-child--md {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .post-content .sec-child--md {
    margin-top: 30px;
  }
}

.post-content .sec-child--md:first-child {
  margin-top: 0;
}

.post-content .sec-child--lg {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .post-content .sec-child--lg {
    margin-top: 120px;
  }
}

.post-content .sec-child--lg:first-child {
  margin-top: 0;
}

.post-content dfn,
.post-content cite,
.post-content em,
.post-content i {
  font-style: italic;
}

.post-content blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}

@media only screen and (min-width: 768px) {
  .post-content blockquote {
    font-size: 15px;
  }
}

.post-content blockquote.alignleft,
.post-content blockquote.alignright {
  font-size: 14px;
  font-size: 1.4rem;
  width: 34%;
}

.post-content address {
  margin-top: 1.5em;
}

.post-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.post-content code,
.post-content kbd,
.post-content tt,
.post-content var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

.post-content abbr,
.post-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.post-content mark,
.post-content ins {
  background: #eee;
  text-decoration: none;
}

.post-content big {
  font-size: 125%;
}

.post-content blockquote,
.post-content q {
  quotes: '' '';
}

.post-content blockquote:before,
.post-content blockquote:after,
.post-content q:before,
.post-content q:after {
  content: '';
}

.post-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1em;
}

.post-content ul,
.post-content ol {
  margin-left: 1.5em;
  margin-top: 1em;
  padding: 0;
}

.post-content ul {
  list-style: disc;
}

.post-content ul ul {
  list-style: circle;
}

.post-content .list-flow {
  margin-left: 0;
  margin-top: 2em;
  padding-left: 16px;
}

.post-content .list-flow__item {
  margin-bottom: 0;
}

.post-content .list-flow__item::after {
  bottom: -48px;
}

@media only screen and (min-width: 768px) {
  .post-content .list-flow__item::after {
    bottom: -80px;
  }
}

.post-content .list-flow__number {
  margin: 0;
  font-size: 60%;
  width: 5em;
  height: 5em;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .post-content .list-flow__number {
    font-size: 80%;
    transform: translate(-50%, 0);
  }
}

.post-content .list-flow__content {
  padding: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .post-content .list-flow__content {
    padding-left: 48px;
  }
}

.post-content .list-flow__ttl {
  margin: 0;
  padding-bottom: 0.25em;
}

.post-content .txt-indent, .post-content .note-block > p,
.post-content .txt-note {
  padding-left: 1em;
  text-indent: -1em;
}

.post-content ol h1,
.post-content ol h2,
.post-content ol h3,
.post-content ol h4,
.post-content ol h5,
.post-content ol h6 {
  border: none;
  padding: 0;
}

.post-content ol h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .post-content ol h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.post-content ol h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .post-content ol h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.post-content ol p {
  margin-bottom: 5px;
}

.post-content ol li {
  margin-bottom: 0.5em;
}

.post-content li > ul,
.post-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
  font-size: 90%;
}

.post-content li ol li {
  margin-bottom: 0.5em;
}

.post-content dl {
  padding: 0;
  margin: 0;
  margin-top: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-content dl:first-child {
  margin-top: 0;
}

.post-content dt {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  font-weight: 700;
  width: 5em;
  margin-right: 1em;
}

.post-content dt:first-of-type {
  margin-top: 0;
}

.post-content dd {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: calc(100% - 6em);
}

.post-content dd:first-of-type {
  margin-top: 0;
}

.post-content table {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .post-content table tbody th {
    width: 10em;
  }
}

.post-content a {
  text-decoration: underline;
}

.post-content .btn-blue {
  color: #fff;
}

.post-content .btn-blue:hover {
  color: #fff;
}

.post-content a img {
  background: #fff;
  box-shadow: 0 0 0 6px #fff;
}

.post-content img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.post-content embed,
.post-content iframe,
.post-content object {
  margin-top: 1.5em;
  max-width: 100%;
  width: 100%;
  border: none;
}

.post-content strong {
  font-weight: 700;
}

.post-content em {
  font-style: italic;
}

.post-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .alignright {
  float: right;
}

.post-content .alignleft {
  float: left;
}

.post-content .alignright img,
.post-content .alignleft img {
  margin: 0 10px;
}

.post-content img[class*='wp-image-'],
.post-content img[class*='attachment-'] {
  height: auto;
  max-width: 100%;
}

.post-content img[class*='wp-image-'].alignright, .post-content img[class*='wp-image-'].alignleft,
.post-content img[class*='attachment-'].alignright,
.post-content img[class*='attachment-'].alignleft {
  margin: 0 10px;
}

.post-content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.post-content .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.post-content .ex_text_right {
  text-align: right;
}

.post-content div.sharedaddy h3.sd-title:before {
  content: none;
}

.post-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: none;
}

.post-content ul.toc_list li:after, .post-content ul.toc_list li:before {
  content: none;
}

.post-content div.easyLink-box div.easyLink-img p.easyLink-img-box span {
  top: 0;
}

.post-content .easyLink-img img {
  display: inline;
}

.post-content .filebtn {
  position: relative;
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  line-height: 1.3;
  border: 1px solid #ddd;
  color: #060606;
  text-decoration: underline;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn {
    padding: 15px;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-content .filebtn:hover {
    color: #666;
    background-color: #f6f6f6;
  }
}

.post-content .filebtn--pdf, .post-content .filebtn--excel {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn--pdf, .post-content .filebtn--excel {
    padding-right: 30px;
  }
}

.post-content .filebtn--pdf::after, .post-content .filebtn--excel::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn--pdf::after, .post-content .filebtn--excel::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.post-content .filebtn--pdf::after {
  background-image: url(assets/img/common/icon-pdf.svg);
}

.post-content .filebtn--excel::after {
  background-image: url(assets/img/common/icon-excel.svg);
}

/* =====================
  footer
===================== */
.footer {
  padding-top: 49px;
  background-color: #eeefe3;
  background-image: url(assets/img/common/bg-forest.png);
  background-size: auto 50px;
  background-repeat: repeat-x;
  background-position: center top;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 99px;
    background-size: auto 100px;
  }
}

.footer--white {
  background-color: #fff;
}

.footer__inner {
  background-color: #a0b686;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.footer__logo img {
  width: 100px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 150px;
  }
}

.footer__brand {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer__brand {
    margin-top: 30px;
  }
}

.footer__address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .footer__address {
    margin-top: 10px;
  }
}

.footer-copy {
  background-color: #111;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-copy {
    padding-top: 60px;
  }
}

.footer-top {
  background-color: #111;
  color: #fff;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-top__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .footer-top__nav {
    width: 30%;
    margin-right: 15px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top__nav {
    width: 100%;
  }
}

.footer-top__nav:first-child {
  margin-top: 0;
}

.footer-top__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .footer-top__list {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer-top__list > li {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li {
    display: block;
    width: auto;
  }
}

.footer-top__list > li:first-child {
  margin-top: 0;
}

.footer-top__list > li > span {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li > span {
    padding: 5px 0 5px 25px;
    height: 40px;
    transition: all 0.25s ease;
  }
}

.footer-top__list > li > a {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li > a {
    padding: 5px 0 5px 25px;
    height: 40px;
    transition: all 0.25s ease;
  }
  .footer-top__list > li > a:hover {
    opacity: 0.8;
  }
}

.footer-top__list > li > a .link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-top__list > li > a .link-arrow::before {
  border-color: #fff;
}

.footer-top__list > li > a .link-arrow::after {
  background-color: #fff;
}

.footer-top__list--min {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--min {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer-top__list--min > li {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--min > li {
    display: block;
    margin-bottom: 5px;
    width: auto;
  }
}

.footer-top__list--min > li > span {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0;
}

.footer-top__list--min > li > a {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--min > li > a {
    padding: 5px 0 5px 25px;
  }
}

.footer-top__list--min > li > a .link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.footer-top__list--min > li > a .link-arrow::before {
  border-color: #fff;
}

.footer-top__list--min > li > a .link-arrow::after {
  background-color: #fff;
}

.footer-top__list--child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 3.5vw;
  margin-bottom: 1em;
}

@media only screen and (min-width: 420px) {
  .footer-top__list--child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-top__list--child {
    display: block;
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.footer-top__list--child li {
  display: block;
  width: 100%;
  padding-right: 5px;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--child li {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}

.footer-top__list--child li a {
  font-weight: normal;
  background-color: transparent;
  color: #ccc;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--child li a {
    text-align: left;
  }
}

#topcontrol {
  position: relative;
  font-weight: 700;
  width: 40px;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #eeefe3;
  color: #fff;
  text-align: center;
  background-color: #060606;
  border-radius: 50%;
  text-indent: 150%;
  white-space: nowrap;
  font-size: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  #topcontrol {
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    bottom: 80px !important;
    right: 25px !important;
  }
  #topcontrol:hover::before, #topcontrol:hover::after {
    top: 45%;
  }
  #topcontrol:hover::after {
    height: 21px;
  }
}

#topcontrol::before, #topcontrol::after {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  #topcontrol::before, #topcontrol::after {
    transition: all 0.25s ease;
  }
}

#topcontrol::before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -7px;
  transform: translate(-50%, 0) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  #topcontrol::before {
    width: 12px;
    height: 12px;
    margin-top: -9px;
  }
}

#topcontrol::after {
  width: 2px;
  height: 11px;
  background-color: #fff;
  transform: translate(-1px, -50%);
}

@media only screen and (min-width: 768px) {
  #topcontrol::after {
    height: 17px;
  }
}

/*=====================
  header
===================== */
@media only screen and (max-width: 767px) {
  .navbar-offcanvas .dropdown-menu {
    transition: none !important;
  }
  .navbar-offcanvas {
    width: 260px;
    width: calc(100vw - 50px);
    left: -260px;
    left: calc(-100vw + 50px);
    max-width: none;
    z-index: 990;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(calc(100vw - 50px));
  }
}

.header {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: transparent;
  height: 50px;
  z-index: 980;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header {
    transition: all 0.25s ease;
    height: 90px;
  }
}

@media print {
  .header {
    position: absolute;
  }
}

.header[data-status='scrolled'] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] {
    height: 60px;
  }
  .header[data-status='scrolled'] .header__logo {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1340px) {
  .header[data-status='scrolled'] .header__logo {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] .header__logo > a {
    width: auto;
    height: auto;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 50px;
    height: 50px;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    display: block;
    transition: all 0.25s ease;
    padding-top: 30px;
    padding-left: 30px;
  }
}

.header__logo > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 768px) {
  .header__logo > a {
    transition: all 0.25s ease;
  }
}

.header__logo-inner {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("assets/img/common/logo.png");
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .header__logo-inner {
    width: 100px;
    height: 100px;
    transition: all 0.25s ease;
  }
}

@media only screen and (min-width: 992px) {
  .header__logo-inner {
    width: 133px;
    height: 133px;
  }
}

@media only screen and (min-width: 1340px) {
  .header__logo-inner {
    width: 200px;
    height: 200px;
  }
}

.header__reserve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  height: 50px;
  width: 50px;
  background-color: #ff5489;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .header__reserve {
    display: none;
  }
}

.header__reserve-text {
  font-weight: 600;
  margin-top: 4px;
}

.header__reserve-icon img {
  width: 18px;
  height: auto;
}

.header__line {
  display: -ms-flexbox;
  display: flex;
  color: #060606;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  height: 50px;
  width: 50px;
  background-color: #fff;
  margin-right: 0;
  margin-left: auto;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .header__line {
    position: fixed;
    bottom: 0;
    right: 90px;
    width: auto;
    height: 60px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #00bb00;
    transition: all 0.25s ease;
  }
  .header__line:hover {
    color: #060606;
    transform-origin: center bottom;
    transform: scale(1.03);
  }
}

.header__line-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__line-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px;
    font-weight: 600;
    white-space: nowrap;
  }
}

.header__line-text-top {
  font-weight: 600;
}

.header__line-text-line {
  color: #00bb00;
  font-size: 110%;
}

.header__line-text-bottom {
  margin-top: 5px;
}

.header__line-text-bottom > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #00bb00;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.15em 1em;
}

.header__line-icon {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #00bb00;
}

@media only screen and (min-width: 768px) {
  .header__line-icon {
    width: 50px;
  }
}

.header__line-icon img {
  width: 32px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .header__line-icon img {
    width: 36px;
  }
}

.header__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 800;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  background: #fb427b;
  height: 50px;
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn-icon img {
  width: 25px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .header__btn-icon img {
    width: 30px;
  }
}

.header__toggle {
  margin: 0;
  padding: 3px 8px 0;
  text-align: center;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #060606;
  color: #fff;
}

.header__toggle:hover, .header__toggle:focus, .header__toggle:active {
  background-color: #060606;
}

@media only screen and (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle-txt {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1;
  font-size: 9px;
  font-size: 0.9rem;
}

.header__toggle-bar {
  display: block;
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin: 0 auto 6px;
  transition: all 0.25s ease;
}

.header__toggle.is-open .header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.header__toggle.is-open .header__toggle-bar:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 5px);
}

.header__toggle.is-open .header__toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.header__nav-wrapper {
  -ms-flex: 1;
      flex: 1;
  border-top: none;
  background-color: #f9f9f9;
}

@media print {
  .header__nav-wrapper {
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: transparent;
  }
}

.header__copy {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    width: 50px;
    writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 1340px) {
  .header__copy {
    width: 90px;
  }
}

.nav-global {
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .nav-global {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-global__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .nav-global__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.nav-global__list::before {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition-property: visibility, opacity;
  content: '';
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 11, 32, 0.4);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .nav-global__list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}

.nav-global__item {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .nav-global__item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: none;
    margin-left: 4px;
    cursor: pointer;
  }
  .nav-global__item:hover > a,
  .nav-global__item:hover > span {
    color: #fb427b;
  }
  .nav-global__item:hover > a::after,
  .nav-global__item:hover > span::after {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .nav-global__item {
    margin-left: 3px;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item {
    margin-left: 24px;
  }
}

.nav-global__item > a,
.nav-global__item > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 5px 15px;
  height: 52px;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #060606;
  text-decoration: none !important;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a,
  .nav-global__item > span {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 0 8px;
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item > a,
  .nav-global__item > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a::after,
  .nav-global__item > span::after {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fb427b;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}

.nav-global__item > a[data-isCurrent='true'],
.nav-global__item > span[data-isCurrent='true'] {
  color: #ec7ea0;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a[data-isCurrent='true'],
  .nav-global__item > span[data-isCurrent='true'] {
    background-color: transparent;
  }
  .nav-global__item > a[data-isCurrent='true']::after,
  .nav-global__item > span[data-isCurrent='true']::after {
    width: 100%;
  }
}

.nav-global__item--dropdown {
  position: inherit;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--dropdown.is-open {
    z-index: 91;
  }
  .nav-global__item--dropdown.is-open > a,
  .nav-global__item--dropdown.is-open > span {
    background-color: #fff;
    color: #fb427b;
  }
}

.nav-global__item--btn > a,
.nav-global__item--btn > span {
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  height: 52px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ff5489;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 70px;
    height: auto;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 15px;
    font-size: 1.5rem;
    transition: all 0.25s ease;
  }
  .nav-global__item--btn > a:hover,
  .nav-global__item--btn > span:hover {
    color: #fff;
    background-color: #f3aac1;
  }
  .nav-global__item--btn > a::after,
  .nav-global__item--btn > span::after {
    content: none;
  }
}

@media only screen and (min-width: 992px) {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 90px;
  }
}

.nav-global__item--btn > a[data-isCurrent='true'],
.nav-global__item--btn > span[data-isCurrent='true'] {
  color: #fff;
  background-color: #fc749e;
}

.nav-global__item--btn > a .icon,
.nav-global__item--btn > span .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ec7ea0;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .icon,
  .nav-global__item--btn > span .icon {
    background-color: transparent;
    margin-right: 0;
    margin-bottom: 5px;
    width: auto;
    display: block;
    height: auto;
  }
}

.nav-global__item--btn > a .icon img,
.nav-global__item--btn > span .icon img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .icon img,
  .nav-global__item--btn > span .icon img {
    width: 25px;
  }
}

.nav-global__item--btn > a .text,
.nav-global__item--btn > span .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .text,
  .nav-global__item--btn > span .text {
    display: block;
    padding: 0;
    -ms-flex: 0;
        flex: 0;
  }
}

.list-sns {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 80px;
  list-style: none;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .list-sns {
    text-align: center;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(0, -50%);
  }
}

.list-sns__item {
  padding: 0;
  margin: 10px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .list-sns__item {
    display: block;
    margin: 20px 5px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-sns__item {
    margin: 20px 18px;
  }
}

.list-sns__item > a {
  background-color: #060606;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none !important;
}

@media only screen and (min-width: 1340px) {
  .list-sns__item > a {
    width: 45px;
    height: 45px;
  }
}

.list-sns__item > a svg {
  width: 40%;
  fill: currentColor;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 91;
    padding: 60px 0 30px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
  }
}

.dropdown-menu__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.dropdown-menu__top {
  -ms-flex-order: 2;
      order: 2;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__top {
    -ms-flex-order: 0;
        order: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0;
    margin-right: 30px;
    width: 230px;
  }
}

.dropdown-menu__ttl {
  display: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__ttl {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.dropdown-menu__btn {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  border: none;
  background-color: #1e1e1e;
  margin-left: -15px;
  margin-right: -15px;
  height: 40px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 15px;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    width: 230px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    border-radius: 100px;
  }
  .dropdown-menu__btn:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__btn {
    margin-top: 50px;
  }
}

.dropdown-menu__btn .link-arrow {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__btn .link-arrow {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.dropdown-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav {
    display: -ms-flexbox;
    display: flex;
  }
}

.dropdown-nav__item {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item {
    display: block;
    width: 100%;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dropdown-nav__item:first-child {
    border-top: none;
  }
}

.dropdown-nav__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 60px;
  width: 100%;
  color: #060606;
}

.dropdown-nav__item a:active, .dropdown-nav__item a:focus {
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item a {
    transition: all 0.25s linear;
    border-bottom: 1px solid #ddd;
    height: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .dropdown-nav__item a:hover {
    color: #fb427b;
  }
}

.dropdown-nav__item .link-arrow {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item .link-arrow {
    display: block;
  }
}

.dropdown-nav__txt {
  position: relative;
  padding: 15px 10px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 1;
      flex: 1;
  white-space: wrap;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__txt {
    padding-left: 15px;
  }
}

.deadening-pgttl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 992px) {
  .deadening-pgttl {
    gap: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    min-height: 800px;
  }
}

.deadening-pgttl__image {
  position: relative;
  width: 100%;
  height: 75vw;
}

@media only screen and (min-width: 768px) {
  .deadening-pgttl__image {
    height: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-pgttl__image {
    height: auto;
    width: 50%;
  }
}

.deadening-pgttl__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.deadening-pgttl__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 16px 40px;
}

@media only screen and (min-width: 992px) {
  .deadening-pgttl__body {
    -ms-flex-align: center;
        align-items: center;
    padding: 40px;
    -ms-flex: 1;
        flex: 1;
  }
}

.deadening-pgttl__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 992px) {
  .deadening-pgttl__inner {
    gap: 32px;
    max-width: 800px;
  }
}

.deadening-pgttl__title {
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.2;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .deadening-pgttl__title {
    font-size: 40px;
    font-size: 4rem;
  }
}

.deadening-pgttl__lead {
  display: -ms-flexbox;
  display: flex;
  font-size: 3vw;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .deadening-pgttl__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1340px) {
  .deadening-pgttl__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.deadening-pgttl__lead > span {
  background-color: #060606;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 0.5em;
}

.deadening-pgttl__text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .deadening-pgttl__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.deadening-pgttl__btns {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 16px;
}

.deadening-pgttl__btns a {
  width: 100%;
  max-width: 100%;
}

.deadening-title {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
}

.deadening-title__en {
  font-weight: 700;
  color: #ec7ea0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .deadening-title__en {
    font-size: 20px;
    font-size: 2rem;
  }
}

.deadening-title__ja {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .deadening-title__ja {
    font-size: 40px;
    font-size: 4rem;
  }
}

.deadening-title__ja > small {
  background-color: #060606;
  color: #fff;
  font-size: 50%;
  line-height: 1.25;
  padding: 0.15em 0.5em;
}

.deadening-about {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .deadening-about {
    gap: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-about {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}

.deadening-about__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .deadening-about__body {
    gap: 24px;
    -ms-flex: 1;
        flex: 1;
  }
}

.deadening-about__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .deadening-about__text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.deadening-about__image {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .deadening-about__image {
    width: 45%;
  }
}

.deadening-about__image img {
  width: 100%;
  height: auto;
}

.deadening-reason {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .deadening-reason {
    gap: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-reason {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.deadening-reason__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .deadening-reason__body {
    gap: 24px;
    -ms-flex: 1;
        flex: 1;
  }
}

.deadening-reason__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .deadening-reason__text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.deadening-reason__image {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .deadening-reason__image {
    width: 45%;
  }
}

.deadening-reason__image img {
  width: 100%;
  height: auto;
}

.deadening-other {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .deadening-other {
    gap: 40px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.deadening-other__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .deadening-other__body {
    gap: 24px;
  }
}

.deadening-other__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .deadening-other__text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.deadening-other__price {
  width: 100%;
}

.deadening-details {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .deadening-details {
    gap: 60px;
  }
}

.deadening-details__detail {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .deadening-details__detail {
    gap: 24px;
  }
}

.deadening-details__row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 992px) {
  .deadening-details__row {
    gap: 48px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.deadening-details__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

@media only screen and (min-width: 992px) {
  .deadening-details__col.--row {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-details__col.--row .deadening-details__image {
    width: 45%;
  }
}

.deadening-details__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .deadening-details__body {
    gap: 24px;
    -ms-flex: 1;
        flex: 1;
  }
}

.deadening-details__image {
  width: 100%;
}

.deadening-details__image img {
  width: 100%;
  height: auto;
}

.list-deadening {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .list-deadening {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 24px;
  }
}

.list-deadening > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  gap: 8px;
}

@media only screen and (min-width: 992px) {
  .list-deadening > li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.list-deadening__circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  border: 1px solid #060606;
}

@media only screen and (min-width: 768px) {
  .list-deadening__circle {
    width: 180px;
    height: 180px;
    border-width: 2px;
  }
}

.list-deadening__icon img {
  width: 8vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-deadening__icon img {
    width: 80px;
  }
}

.list-deadening__text {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.5;
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (min-width: 768px) {
  .list-deadening__text {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.slider-deadening {
  position: relative;
}

.slider-deadening .sp-slide__comment {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: calc(100% - 80px);
  background-color: rgba(6, 6, 6, 0.8);
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 90;
}

@media only screen and (min-width: 768px) {
  .slider-deadening .sp-slide__comment {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.slider-deadening .sp-buttons {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 15px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .slider-deadening .sp-buttons {
    width: auto;
    right: 20px;
  }
}

@keyframes scale-button {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.1;
    transform: scale(1.5);
  }
}

.slider-deadening .sp-buttons .sp-button {
  position: relative;
  background-color: #fff;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .slider-deadening .sp-buttons .sp-button {
    margin: 0 10px;
  }
}

.slider-deadening .sp-buttons .sp-button::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fb427b;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(3);
  z-index: 1;
}

.slider-deadening .sp-buttons .sp-button.sp-selected-button {
  background-color: #fb427b;
}

.slider-deadening .sp-buttons .sp-button.sp-selected-button::before {
  animation: scale-button 6s ease forwards;
}

.deadening-row {
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .deadening-row {
    margin-top: 40px;
    padding: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-row {
    display: -ms-flexbox;
    display: flex;
  }
}

.deadening-row__image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .deadening-row__image {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .deadening-row__image {
    width: 30%;
    margin-bottom: 0;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .deadening-row__image {
    margin-right: 60px;
  }
}

.deadening-row__image img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .deadening-row__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.deadening-row__title {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .deadening-row__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 20px;
    border-width: 3px;
  }
}

.deadening-row__title::before, .deadening-row__title::after {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-color: #fb427b;
  left: 0.7em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.deadening-row__title::before {
  width: 0.4em;
  height: 0.4em;
}

.deadening-row__title::after {
  width: 1.5em;
  opacity: 0.3;
  height: 1.5em;
  opacity: 0.3;
}

.deadening-row__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  line-height: 1;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .deadening-row__price {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.deadening-row__price-number {
  font-size: 200%;
  font-weight: bold;
}

.deadening-row__price-unit {
  font-weight: bold;
  margin-left: 0.5em;
}

.deadening-row__price-tax {
  opacity: 0.65;
  font-size: 80%;
  margin-left: 0.5em;
}

.deadening-row__stars {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .deadening-row__stars {
    margin-top: 10px;
  }
}

.deadening-row__stars-title {
  font-weight: bold;
  margin-right: 0.5em;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .deadening-row__stars-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.deadening-row__text {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .deadening-row__text {
    margin-top: 20px;
  }
}

.deadening-row__text p {
  margin-top: 0.5em;
}

.deadening-row__text p:first-child {
  margin-top: 0;
}

.deadening-row__youtube {
  max-width: 360px;
}

.star10_rating {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  color: #cccccc;
  /* グレーカラー 自由に設定化 */
  font-size: 18px;
  font-size: 1.8rem;
  /* 星10 */
  /* 星9.5 */
  /* 星9 */
  /* 星8.5 */
  /* 星8 */
  /* 星7.5 */
  /* 星7 */
  /* 星6.5 */
  /* 星6 */
  /* 星5.5 */
  /* 星5 */
  /* 星4.5 */
  /* 星4 */
  /* 星3.5 */
  /* 星3 */
  /* 星2.5 */
  /* 星2 */
  /* 星1.5 */
  /* 星1 */
  /* 星0.5 */
}

@media only screen and (min-width: 768px) {
  .star10_rating {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.star10_rating::before, .star10_rating::after {
  content: '★★★★★★★★★★';
}

.star10_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star10_rating[data-rate='10']:after {
  width: 100%;
}

.star10_rating[data-rate='9.5']:after {
  width: 95%;
}

.star10_rating[data-rate='9']:after {
  width: 90%;
}

.star10_rating[data-rate='8.5']:after {
  width: 85%;
}

.star10_rating[data-rate='8']:after {
  width: 80%;
}

.star10_rating[data-rate='7.5']:after {
  width: 75%;
}

.star10_rating[data-rate='7']:after {
  width: 70%;
}

.star10_rating[data-rate='6.5']:after {
  width: 65%;
}

.star10_rating[data-rate='6']:after {
  width: 60%;
}

.star10_rating[data-rate='5.5']:after {
  width: 55%;
}

.star10_rating[data-rate='5']:after {
  width: 50%;
}

.star10_rating[data-rate='4.5']:after {
  width: 45%;
}

.star10_rating[data-rate='4']:after {
  width: 40%;
}

.star10_rating[data-rate='3.5']:after {
  width: 35%;
}

.star10_rating[data-rate='3']:after {
  width: 30%;
}

.star10_rating[data-rate='2.5']:after {
  width: 25%;
}

.star10_rating[data-rate='2']:after {
  width: 20%;
}

.star10_rating[data-rate='1.5']:after {
  width: 15%;
}

.star10_rating[data-rate='1']:after {
  width: 10%;
}

.star10_rating[data-rate='0.5']:after {
  width: 5%;
}

@media only screen and (min-width: 992px) {
  .row-downlow {
    display: -ms-flexbox;
    display: flex;
  }
}

.row-downlow__thumb {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .row-downlow__thumb {
    margin-top: 0;
    margin-left: 30px;
    width: 50%;
  }
}

.row-downlow__thumb img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .row-downlow__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.voice-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .voice-list {
    gap: 40px;
  }
}

.voice-list__item {
  padding: 0;
  margin: 0;
}

.voice-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  background-color: #f3f3f3;
  padding: 16px 8px;
  border: 2px solid #060606;
}

@media only screen and (min-width: 768px) {
  .voice-card {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 40px;
    padding: 40px;
  }
}

.voice-card::before {
  position: absolute;
  display: block;
  content: ' ';
  font-size: 24px;
  width: 1em;
  height: 0.75em;
  background-color: #060606;
  bottom: 100%;
  left: 1em;
  -webkit-clip-path: polygon(0% 100%, 50% 0, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0, 100% 100%);
}

@media only screen and (min-width: 768px) {
  .voice-card::before {
    font-size: 40px;
  }
}

.voice-card__dl {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 1em;
  text-align: left;
  line-height: 1.5;
  -ms-flex-align: center;
      align-items: center;
  font-size: 95%;
}

.voice-card__dl dt {
  padding: 0;
  margin: 0;
  font-weight: 700;
  background-color: #060606;
  color: #fff;
  padding: 0 1em;
  width: 8em;
  text-align: center;
}

.voice-card__dl dd {
  padding: 0;
  margin: 0;
  font-weight: 700;
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}

.voice-card__image {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .voice-card__image {
    width: 320px;
  }
}

.voice-card__image img {
  max-width: 320px;
  height: auto;
}

.voice-card__main {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  .voice-card__main {
    gap: 16px;
  }
}

.voice-card__text {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .voice-card__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.voice-card__profile {
  text-align: right;
  font-size: 90%;
  font-weight: 700;
}

.voice-card hr {
  border-top: 1px dashed #000;
}

.align-right {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

/* =====================
  subpage setting
===================== */
.pgttl {
  position: relative;
}

.pgttl::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 123px;
  height: 93px;
  right: -10px;
  bottom: -40px;
  background-image: url(assets/img/common/deco-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .pgttl::after {
    width: 247px;
    height: 185px;
    right: -30px;
    bottom: -140px;
  }
}

.pgttl--nodeco::after {
  content: none;
}

.pgttl--low .pgttl__container {
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .pgttl--low .pgttl__container {
    height: 240px;
    padding-top: 30px;
  }
}

.pgttl__thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
  background-color: #000;
  background: linear-gradient(180deg, #aaaaaa 0%, #000000 60%);
  overflow: hidden;
}

.pgttl__thumb img {
  opacity: 0.65;
}

.pgttl__container {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  height: 150px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .pgttl__container {
    height: 420px;
    padding-top: 80px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.pgttl__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pgttl__en {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.35);
}

.pgttl__ja {
  background-color: #a0b686;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2em 1em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.2;
  font-size: 50%;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .pgttl__ja {
    font-size: 30%;
    min-width: 8em;
  }
}

.sec-child {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-child {
    margin-top: 60px;
  }
}

.sec-child:first-child {
  margin-top: 0;
}

.sec-child--xs {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) {
  .sec-child--xs {
    margin-top: 12px;
  }
}

.sec-child--xs:first-child {
  margin-top: 0;
}

.sec-child--sm {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-child--sm {
    margin-top: 20px;
  }
}

.sec-child--sm:first-child {
  margin-top: 0;
}

.sec-child--md {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-child--md {
    margin-top: 30px;
  }
}

.sec-child--md:first-child {
  margin-top: 0;
}

.sec-child--lg {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .sec-child--lg {
    margin-top: 120px;
  }
}

.sec-child--lg:first-child {
  margin-top: 0;
}

.nav-anchor {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2.1vw;
  z-index: 90;
}

@media only screen and (min-width: 420px) {
  .nav-anchor {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .nav-anchor {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-anchor {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-anchor {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .nav-anchor--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .nav-anchor--wrap .nav-anchor__item {
    width: 25%;
  }
}

.nav-anchor__item {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 1px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .nav-anchor__item {
    width: 100%;
  }
}

.nav-anchor__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  background-color: #fff;
  color: #060606;
  font-weight: 600;
  width: 100%;
  line-height: 1.3;
  padding: 5px;
  padding-right: 15px;
  height: 50px;
  text-decoration: none !important;
}

.nav-anchor__link:active, .nav-anchor__link:focus {
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .nav-anchor__link {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    height: 75px;
    padding: 10px 25px;
    transition: all 0.25s ease;
  }
  .nav-anchor__link:hover {
    color: #fff;
    background-color: #060606;
  }
  .nav-anchor__link:hover .link-arrow {
    bottom: 1px;
  }
  .nav-anchor__link:hover .link-arrow::before {
    border-color: #fff;
  }
  .nav-anchor__link:hover .link-arrow::after {
    background-color: #fff;
  }
}

.nav-anchor__link .link-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .nav-anchor__link .link-arrow {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 5px;
    transform: translate(-50%, 0) rotate(90deg);
    transition: bottom 0.15s ease;
  }
}

.list-flow {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  list-style: none;
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .list-flow {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-flow {
    padding-left: 40px;
  }
}

.list-flow__item {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #fff;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .list-flow__item {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .list-flow__item {
    display: -ms-flexbox;
    display: flex;
    min-height: 320px;
  }
}

.list-flow__item:first-child {
  margin-top: 0;
}

.list-flow__item::after {
  position: absolute;
  content: ' ';
  display: block;
  left: -1px;
  top: 0;
  bottom: -25px;
  width: 2px;
  background-color: #060606;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .list-flow__item::after {
    width: 3px;
    bottom: -30px;
  }
}

.list-flow__item--light {
  background-color: #eeefe3;
}

@media only screen and (min-width: 992px) {
  .list-flow__item--min {
    min-height: 0px;
  }
}

.list-flow__item--nolined::after {
  content: none;
}

.list-flow__number {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  transform: translate(-12px, -50%);
  border: 2px solid #060606;
  background-color: #ec7ea0;
  border-radius: 50%;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  color: #060606;
}

@media only screen and (min-width: 768px) {
  .list-flow__number {
    width: 80px;
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    transform: translate(-50%, -50%);
  }
}

.list-flow__number-index {
  font-size: 200%;
}

.list-flow__thumb {
  position: relative;
  text-align: center;
  padding: 15px;
}

@media only screen and (min-width: 992px) {
  .list-flow__thumb {
    width: 25%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.list-flow__thumb img {
  width: 240px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-flow__thumb img {
    width: 100%;
  }
}

.list-flow__content {
  position: relative;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .list-flow__content {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .list-flow__content {
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .list-flow__content {
    padding: 30px 50px;
  }
}

.list-flow__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px solid #ec7ea0;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .list-flow__ttl {
    padding-bottom: 10px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.list-flow__ttl-icon {
  width: 30px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .list-flow__ttl-icon {
    width: 50px;
    margin-right: 15px;
  }
}

.list-flow__ttl-icon img {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .list-flow__ttl-icon img {
    width: 50px;
    height: 50px;
  }
}

.list-flow__txt {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-flow__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-flow__txt p {
  margin-top: 0.75em;
}

.list-flow__txt p:first-child {
  margin-top: 0;
}

.list-flow__txt p.txt-note {
  margin-top: 0;
}

.list-flow__contact-wrapper {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-flow__contact-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .list-flow__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .list-flow__contact {
    display: block;
  }
}

@media only screen and (min-width: 1340px) {
  .list-flow__contact {
    display: -ms-flexbox;
    display: flex;
  }
}

.list-flow__contact-phone {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .list-flow__contact-phone {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1340px) {
  .list-flow__contact-phone {
    font-size: 30px;
    font-size: 3rem;
  }
}

.list-flow__contact-btn {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-flow__contact-btn {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 992px) {
  .list-flow__contact-btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .list-flow__contact-btn {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 768px) {
  .list-flow__contact-btn .btn, .list-flow__contact-btn .btn-back,
  .list-flow__contact-btn .btn-submit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-flow__detail {
  position: relative;
  margin-top: 15px;
  background-color: #fdf2e8;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .list-flow__detail {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 30px;
  }
}

.list-flow__detail-ttl {
  position: absolute;
  line-height: 1;
  left: 10px;
  top: 0;
  transform: translate(0, -30%) rotate(-15deg);
  font-weight: 700;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-flow__detail-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.shop__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .shop__ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.shop__ttl > span {
  position: relative;
  display: inline-block;
}

.shop__ttl > span::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #060606;
  left: 0;
  right: 0;
  height: 3px;
  bottom: 0;
  border-radius: 5px;
}

.shop__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .shop__txt {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.shop__note {
  margin-top: 10px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .shop__note {
    margin-top: 20px;
  }
}

.block-tel {
  text-align: center;
}

.block-tel__txt {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .block-tel__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.block-tel__number {
  font-size: 150%;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .row-message {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.row-message__illust {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .row-message__illust {
    margin-bottom: 0;
    margin-right: 60px;
  }
}

.row-message__illust img {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .row-message__illust img {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .row-message__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.row-message__comment {
  position: relative;
  background-color: #fff;
  border: 2px solid #060606;
  padding: 15px;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .row-message__comment {
    border-radius: 30px;
    padding: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1340px) {
  .row-message__comment {
    padding: 60px;
    padding-bottom: 30px;
  }
}

.row-message__comment::after, .row-message__comment::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .row-message__comment::after, .row-message__comment::before {
    right: 100%;
    top: 100px;
    left: auto;
    bottom: auto;
  }
}

.row-message__comment::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

@media only screen and (min-width: 768px) {
  .row-message__comment::after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
  }
}

.row-message__comment::before {
  border-color: rgba(17, 17, 17, 0);
  border-bottom-color: #111;
  border-width: 23px;
  margin-left: -23px;
}

@media only screen and (min-width: 768px) {
  .row-message__comment::before {
    border-color: rgba(17, 17, 17, 0);
    border-right-color: #111;
    border-width: 23px;
    margin-top: -3px;
  }
}

.row-message__lead {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .row-message__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .row-message__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.row-message__txt {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .row-message__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.row-message__name {
  text-align: right;
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .row-message__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.row-message__name-bold {
  font-weight: 700;
  font-size: 125%;
}

.block-lineup {
  background-color: #fff;
}

.block-lineup__header {
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .block-lineup__header {
    padding: 30px 40px;
  }
}

.block-lineup__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .block-lineup__ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.block-lineup__lead {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .block-lineup__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.block-lineup__txt {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .row-reserve {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.row-reserve__col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .row-reserve__col {
    width: 50%;
    margin-top: 50px;
  }
  .row-reserve__col:nth-child(-n + 2) {
    margin-top: 0;
  }
  .row-reserve__col:first-child {
    margin-top: 0;
  }
}

.row-reserve__card {
  display: block;
  text-decoration: none !important;
  color: #060606;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .row-reserve__card:hover {
    color: #060606;
  }
  .row-reserve__card:hover .row-reserve__thumb img {
    opacity: 0.8;
    transform: scale(1.03);
  }
  .row-reserve__card:hover .link-arrow {
    right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .row-reserve__card {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1340px) {
  .row-reserve__card {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.row-reserve__thumb {
  padding-bottom: 56.25%;
}

.row-reserve__ttl {
  position: relative;
  font-weight: 700;
  padding-right: 50px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .row-reserve__ttl {
    margin-top: 15px;
  }
}

.row-reserve__ttl .link-arrow {
  position: absolute !important;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .row-reserve__ttl .link-arrow {
    right: 15px;
    transition: all 0.25s ease;
  }
}

.txt-reserve {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-reserve {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 個別ページ */
.reservation-content__tabs {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.reservation-content__tab {
  margin-right: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0.35;
  cursor: pointer;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .reservation-content__tab {
    font-size: 20px;
    font-size: 2rem;
  }
  .reservation-content__tab:hover {
    opacity: 0.7;
  }
}

.reservation-content__tab.active {
  opacity: 1;
}

.reservation-content__table {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .reservation-content__table {
    margin-top: 15px;
  }
}

.reservation-content__table-inner {
  display: none;
}

.reservation-content__table-inner.active {
  display: block;
}

.reservation-content table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .reservation-content table {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.reservation-content table tr th {
  border: solid 1px #ccc;
  padding: 3px;
  background: #666;
  color: #fff;
  text-align: center;
}

.reservation-content table tr th.sun {
  background: #e66;
}

.reservation-content table tr td {
  border: solid 1px #ccc;
  padding: 3px 3px 10px 3px;
  text-align: center;
  line-height: 1.2;
  width: 14%;
}

.reservation-content table tr td.sun {
  background: #fee;
}

.reservation-content table tr td.holiday {
  background: #fee;
}

.reservation-content table tr td.today {
  background: #ffe;
}

.reservation-content table tr td span.day {
  display: block;
  text-align: left;
  color: #999;
}

.reservation-content table tr td span.off {
  font-size: 85.7%;
  color: #999;
}

.reservation-content table tr td span.undecided {
  font-size: 85.7%;
  color: #999;
}

.reservation-content__description {
  margin: 3px 0 15px;
  text-align: right;
}

.request-car {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.request-car__thumb {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .request-car__thumb {
    width: 120px;
  }
}

.request-car__thumb img {
  max-width: 100%;
  height: auto;
}

.request-car__ttl {
  font-weight: 700;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .request-car__ttl {
    margin-left: 30px;
  }
}

.request-car__txt {
  font-size: 85%;
  font-weight: 400;
  margin-top: 0.5em;
}

.hr-bold {
  border-color: #666;
}

@media only screen and (min-width: 992px) {
  .row-flex {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-flex__col {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .row-flex__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .row-access {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.row-access__illust {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .row-access__illust {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .row-access__illust {
    margin-bottom: 0;
    margin-right: 30px;
    width: 50%;
  }
}

.row-access__illust img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .row-access__gmap {
    -ms-flex: 1;
        flex: 1;
  }
}

.row-access__gmap .section-access__map {
  margin-top: 0;
}

.contact-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 768px) {
  .contact-row {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 40px;
  }
}

.contact-row__col {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .faq-list {
    gap: 16px;
  }
}

.faq-list__item {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
}

.faq-block {
  padding: 16px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .faq-block {
    padding: 24px 40px;
  }
}

.faq-block__label {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}

.faq-block__title {
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .faq-block__title {
    font-size: 20px;
  }
}

.faq-block__q {
  color: #ec7ea0;
}

.faq-block__answer {
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .faq-block__answer {
    padding-top: 24px;
  }
}

.accordion-block__check {
  display: none;
}

.accordion-block__label {
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .accordion-block__label {
    transition: background 0.25s ease;
  }
  .accordion-block__label:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

.accordion-block__plus {
  font-size: 24px;
  color: #ec7ea0;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  color: currentColor;
  width: 2em;
  height: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  transition: all 0.25s ease;
  border-radius: 50%;
  background-color: transparent;
  color: #ec7ea0;
}

.accordion-block__plus::before, .accordion-block__plus::after {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 1em;
  height: 2px;
  background-color: currentColor;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}

.accordion-block__plus::after {
  transition: transform 0.25s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .accordion-block__plus {
    font-size: 32px;
  }
}

.accordion-block__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

.accordion-block__body {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}

.accordion-block__body-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

.accordion-block .accordion-block__check:checked + .accordion-block__label .accordion-block__plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__body {
  grid-template-rows: 1fr;
}

.price-cv {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 0;
}

@media only screen and (min-width: 768px) {
  .price-cv {
    padding: 48px 0;
  }
}

.price-cv__container {
  display: -ms-flexbox;
  display: flex;
}

.price-cv__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  background-color: #fff;
  padding: 24px 16px;
  width: 100%;
  border: 2px solid #ec7ea0;
}

@media only screen and (min-width: 768px) {
  .price-cv__box {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
    padding: 48px 32px;
    border-width: 4px;
  }
}

.price-cv__title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 0.25em;
}

@media only screen and (min-width: 768px) {
  .price-cv__title {
    font-size: 32px;
  }
}

.price-cv__title::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #ec7ea0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 3px;
  width: 3em;
  bottom: 0;
  border-radius: 5px;
}

.price-cv__text {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .price-cv__text {
    font-size: 18px;
  }
}

.price-cv__btns {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .price-cv__btns {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 24px;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: none;
  }
}

.point-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .point-list {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.point-list li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.point-list li > div {
  width: 100%;
  text-align: center;
  aspect-ratio: 1 / 1;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #ec7ea0;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .point-list li > div {
    font-size: 20px;
    border-width: 3px;
    max-width: 240px;
  }
}

/* =====================
  top page
===================== */
@media only screen and (min-width: 768px) {
  .side-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1340px) {
  .side-padding {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.kv {
  position: relative;
  background-image: url(assets/img/common/bg-mountain.png);
  background-repeat: no-repeat;
  background-position: center bottom 40%;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .kv {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1340px) {
  .kv {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.kv::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-color: #eeefe3;
}

.kv__inner {
  position: relative;
  z-index: 10;
}

.kv__btns {
  position: absolute;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 4px;
  right: 8px;
  bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .kv__btns {
    display: none;
  }
}

.kv__banners {
  position: absolute;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 4px;
  right: 8px;
  bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .kv__banners {
    right: 16px;
    bottom: 16px;
    gap: 8px;
  }
}

.kv__banner {
  width: 28vw;
}

@media only screen and (min-width: 768px) {
  .kv__banner {
    width: 240px;
  }
}

.kv__banner a {
  display: block;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 768px) {
  .kv__banner a {
    border-radius: 8px;
    border-width: 4px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .kv__banner a:hover img {
    opacity: 0.65;
  }
}

.kv__banner img {
  transition: 0.25s ease;
  width: 100%;
  height: auto;
}

.kv_btn {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.kv__txt {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .kv__txt {
    gap: 24px;
  }
}

.kv__txt img {
  width: 65vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .kv__txt img {
    width: 600px;
  }
}

@keyframes cover {
  0% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.07);
  }
  90% {
    transform: scale(1);
  }
}

.kv #slider-mv .sp-slide::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #150c00;
  opacity: 0.2;
}

.kv #slider-mv .sp-slide img {
  transform: scale(1);
  transition: transform 0.2s ease;
}

.kv #slider-mv .sp-slide.sp-selected::after {
  animation: cover 4s linear infinite alternate;
}

.kv #slider-mv .sp-slide.sp-selected img {
  animation: scale 5s ease infinite alternate;
}

.kv #slider-mv .sp-buttons {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 15px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .kv #slider-mv .sp-buttons {
    bottom: auto;
    width: auto;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
}

@keyframes scale-button {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.1;
    transform: scale(1.5);
  }
}

.kv #slider-mv .sp-buttons .sp-button {
  position: relative;
  background-color: #fff;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .kv #slider-mv .sp-buttons .sp-button {
    display: block;
    margin: 20px 0;
  }
}

.kv #slider-mv .sp-buttons .sp-button::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(3);
}

.kv #slider-mv .sp-buttons .sp-button.sp-selected-button {
  background-color: #fff;
}

.kv #slider-mv .sp-buttons .sp-button.sp-selected-button::before {
  animation: scale-button 6s ease forwards;
}

.kv-btn, .kv-btn--pet, .kv-btn--yellow, .kv-btn--green {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -ms-flex-align: center;
      align-items: center;
  min-width: 1em;
  background-color: #ec7ea0;
  color: #111;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.5em;
  line-height: 1.5;
  text-shadow: 1px 1px 0 #fff;
  min-height: 3em;
  gap: 0.25em;
}

.kv-btn--pet {
  background-color: #f6a87e;
  background-image: linear-gradient(-45deg, #fff 5%, #f6a87e 5%, #f6a87e 50%, #fff 50%, #fff 55%, #f6a87e 55%, #f6a87e);
  background-size: 5px 5px;
}

.kv-btn--yellow {
  background-color: #ffeb01;
  background-image: linear-gradient(-45deg, #fff 5%, #ffeb01 5%, #ffeb01 50%, #fff 50%, #fff 55%, #ffeb01 55%, #ffeb01);
  background-size: 5px 5px;
}

.kv-btn--green {
  background-color: #4ccf4a;
  background-image: linear-gradient(-45deg, #fff 5%, #4ccf4a 5%, #4ccf4a 50%, #fff 50%, #fff 55%, #4ccf4a 55%, #4ccf4a);
  background-size: 5px 5px;
}

.kv-btn__en {
  text-align: center;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.kv-btn__lg {
  display: -ms-flexbox;
  display: flex;
  width: 1.25em;
  height: 1.25em;
  font-size: 150%;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.kv-btn__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.5;
}

.top-banners {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .top-banners {
    gap: 16px;
    padding-top: 40px;
  }
}

.top-banners__title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .top-banners__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.top-banners .sp-mask {
  overflow: visible;
}

.top-banners .banner-card {
  display: block;
  transition: all 0.25s ease !important;
  border: 3px solid #060606;
}

@media only screen and (min-width: 768px) {
  .top-banners .banner-card {
    border-width: 5px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banners .banner-card:hover {
    opacity: 0.65;
  }
}

.top-banners .sp-image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.top-banners .sp-arrows {
  left: 50%;
  width: 1600px;
  transform: translate3d(-50%, 0, 1px);
  z-index: 9999;
  margin-top: -28px;
}

.top-banners .sp-arrows .sp-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #060606;
  transition: all 0.25s ease;
  z-index: 9999;
}

.top-banners .sp-arrows .sp-arrow::before {
  content: none;
}

.top-banners .sp-arrows .sp-arrow::after {
  background-color: transparent;
  transform: none;
  width: 25%;
  height: 25%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.top-banners .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 120px;
}

.top-banners .sp-arrows .sp-arrow.sp-next-arrow {
  right: 120px;
  transform: rotate(180deg);
}

.scenery-slider {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .scenery-slider {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@keyframes scenerySlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scenerySlider2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.scenery-slider__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scenery-slider__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  animation: scenerySlider 32s linear infinite;
  will-change: transform, animation;
  backface-visibility: hidden;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  .scenery-slider__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    animation: scenerySlider2 16s linear infinite;
    gap: 24px;
  }
}

.scenery-slider__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .scenery-slider__item {
    width: 100%;
  }
}

.scenery-card {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #f3f3f3;
}

.scenery-card img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.top-voice {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 40px;
  background-color: #fff;
  width: 100%;
  color: #060606;
  text-decoration: none !important;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.75;
}

@media only screen and (min-width: 768px) {
  .top-voice {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 80px;
    padding: 0;
    padding-left: 40px;
    padding-right: 80px;
    height: 640px;
    font-size: 16px;
  }
}

.top-voice__images {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .top-voice__images {
    gap: 24px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.top-voice__image {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-voice__image:nth-child(2) .scenery-slider__list {
  animation-direction: reverse;
}

.top-voice__main {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .top-voice__main {
    -ms-flex-align: center;
        align-items: center;
  }
}

.top-voice__btn {
  width: 240px;
}

.top-voice__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .top-voice__content {
    gap: 32px;
  }
}

.section-about {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .section-about {
    gap: 80px;
  }
}

.section-about::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  background-image: url(assets/img/common/deco-about.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 175px;
  height: 120px;
  transform: translate(-20%, -30%);
}

@media only screen and (min-width: 768px) {
  .section-about::before {
    width: 292px;
    height: 200px;
  }
}

@media only screen and (min-width: 1340px) {
  .section-about::before {
    width: 438px;
    height: 300px;
  }
}

.section-about__container {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-about__container {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .section-about__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.section-about__content {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .section-about__content {
    -ms-flex: 1;
        flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .section-about__content {
    margin-right: 50px;
  }
}

.section-about__ttl img {
  max-width: 100%;
  height: auto;
  width: 290px;
}

@media only screen and (min-width: 768px) {
  .section-about__ttl img {
    width: 580px;
  }
}

.section-about__txt {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .section-about__txt {
    margin-top: 30px;
  }
}

.section-about__txt p {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .section-about__txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.section-about__txt p:first-child {
  margin-top: 0;
}

.section-about__txt .txt-marker {
  font-weight: 700;
  font-size: 110%;
}

.section-about__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 16px;
  margin: 24px;
}

@media only screen and (min-width: 768px) {
  .section-about__btn {
    gap: 24px;
    margin-top: 40px;
  }
}

.section-about__thumb {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .section-about__thumb {
    width: 437px;
  }
}

@media only screen and (min-width: 1340px) {
  .section-about__thumb {
    width: 595px;
  }
}

.section-about__thumb img {
  max-width: 100%;
  height: auto;
  width: 328px;
}

@media only screen and (min-width: 768px) {
  .section-about__thumb img {
    width: 655px;
  }
}

.section-about__person {
  position: absolute;
  bottom: 0;
  right: -10px;
}

@media only screen and (min-width: 1340px) {
  .section-about__person {
    right: -40px;
  }
}

.section-about__person img {
  width: 54px;
}

@media only screen and (min-width: 768px) {
  .section-about__person img {
    width: 108px;
  }
}

.section-blog .ttl-section {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-blog .ttl-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

.section-blog .ttl-section .ttl-section__en {
  margin-right: 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .section-blog .ttl-section .ttl-section__en {
    margin-right: 20px;
  }
}

.section-blog .ttl-section .ttl-section__ja {
  padding-bottom: 0.4em;
}

.section-points {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .section-points {
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

.section-points__left {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .section-points__left {
    margin-bottom: 30px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .section-points__left {
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .section-points__left {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1460px) {
  .section-points__left {
    padding-left: calc(50vw - 640px);
  }
}

.section-points__left-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) {
  .section-points__left-inner {
    width: 240px;
    padding-right: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.section-points__person {
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .section-points__person {
    margin-right: auto;
  }
}

.section-points__person img {
  width: 54px;
}

@media only screen and (min-width: 768px) {
  .section-points__person img {
    width: 108px;
  }
}

.section-points__right {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .section-points__right {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .section-points__right {
    -ms-flex: 1;
        flex: 1;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-points__right::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fff;
  right: 0;
  left: 15px;
  border-radius: 10px 0 0 10px;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .section-points__right::after {
    left: 50px;
    border-radius: 20px 0 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .section-points__right::after {
    left: 0;
  }
}

.list-points {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  max-width: 1010px;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .list-points {
    padding: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-points {
    padding: 60px;
  }
}

.list-points__item {
  position: relative;
  border-top: 1px solid #060606;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) {
  .list-points__item {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 60px;
  }
}

.list-points__item:first-child {
  border-top: none;
}

.list-points__number {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 700;
  line-height: 1;
  background-color: #fb427b;
  border: 2px solid #060606;
  color: #fff;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.3;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .list-points__number {
    top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-points__ttl {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .list-points__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-points__txt {
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 0.3em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-points__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .section-news__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.section-news__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section-news__left {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .section-news__left {
    display: block;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.section-news__btn {
  width: 120px;
}

@media only screen and (min-width: 992px) {
  .section-news__btn {
    margin-top: 60px;
    width: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .section-news__right {
    -ms-flex: 1;
        flex: 1;
  }
}

.section-access {
  padding-top: 30px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section-access {
    padding-top: 60px;
  }
}

.section-access__lead {
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .section-access__lead {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.section-access__txt {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .section-access__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.section-access__map {
  position: relative;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .section-access__map {
    margin-top: 20px;
  }
}

.section-access__map-inner {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  border: 1px solid #fff;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .section-access__map-inner {
    padding-bottom: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .section-access__map-inner--sub {
    padding-bottom: 360px;
  }
}

.section-access__map iframe,
.section-access__map object,
.section-access__map embed {
  position: absolute;
  left: 0;
  width: 100%;
  border: none;
  height: calc(100% + 360px);
  top: -180px;
  bottom: 0;
}

.section-access__btn {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .section-access__btn {
    margin-top: 30px;
  }
}

.section-access__person {
  position: absolute;
  bottom: -10px;
  right: -10px;
  pointer-events: none;
}

@media only screen and (min-width: 1340px) {
  .section-access__person {
    bottom: -30px;
    right: -40px;
  }
}

.section-access__person img {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .section-access__person img {
    width: 120px;
  }
}

.section-access__date {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .section-access__date {
    margin-top: 40px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.row-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.row-ttl__txt {
  margin-right: 15px;
}

.row-ttl__btn {
  max-width: 180px;
}

.ttl-section--center {
  text-align: center;
}

.ttl-section__en {
  font-weight: 700;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .ttl-section__en {
    margin-bottom: 10px;
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.ttl-section__en-bold {
  font-weight: 700;
}

.ttl-section__ja {
  line-height: 1.35;
  padding-bottom: 0.4em;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .ttl-section__ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.blog-slider {
  position: relative;
  z-index: 2;
}

.blog-slider-wrapper {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .blog-slider-wrapper {
    margin-top: 30px;
  }
}

.blog-slider .sp-slides {
  margin-left: calc(-12.5vw + 15px);
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-slides {
    margin-left: calc(-30vw + 60px);
  }
}

@media only screen and (min-width: 1340px) {
  .blog-slider .sp-slides {
    margin-left: -360px;
  }
}

@media print {
  .blog-slider .sp-slides {
    transform: none !important;
  }
  .blog-slider .sp-slides .sp-slide:first-child {
    z-index: 10;
  }
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-mask {
    overflow: visible;
  }
}

.blog-slider .sp-slides-container .card-post {
  height: 100%;
}

.blog-slider .sp-slide {
  width: 75vw;
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-slide {
    width: 380px;
  }
}

@media only screen and (min-width: 992px) {
  .blog-slider .sp-slide {
    width: 480px;
  }
}

@media only screen and (min-width: 1340px) {
  .blog-slider .sp-slide {
    width: 620px;
  }
}

.blog-slider .sp-slide:first-child .card-post {
  border-left-color: #060606;
}

@media print {
  .blog-slider .sp-slide {
    left: 0 !important;
  }
  .blog-slider .sp-slide * {
    opacity: 1 !important;
  }
}

.blog-slider .sp-arrows {
  z-index: 9;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-arrows {
    top: -60px;
  }
}

.blog-slider .sp-arrows .sp-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transform: none;
  background-color: #060606;
  transition: all 0.25s ease;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-arrows .sp-arrow:hover::before {
    transform: translate(3px, -50%) rotate(45deg);
  }
  .blog-slider .sp-arrows .sp-arrow:hover::after {
    margin-left: 6px;
  }
}

.blog-slider .sp-arrows .sp-arrow::before, .blog-slider .sp-arrows .sp-arrow::after {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-arrows .sp-arrow::before, .blog-slider .sp-arrows .sp-arrow::after {
    transition: all 0.25s ease;
  }
}

.blog-slider .sp-arrows .sp-arrow::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-3px, -50%) rotate(45deg);
}

.blog-slider .sp-arrows .sp-arrow::after {
  height: 2px;
  width: 15px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.blog-slider .sp-arrows .sp-arrow.nouse {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

.blog-slider .sp-arrows .sp-arrow.sp-next-arrow {
  padding-right: 0.3em;
  right: 15px;
}

@media only screen and (min-width: 1340px) {
  .blog-slider .sp-arrows .sp-arrow.sp-next-arrow {
    left: 50%;
    right: auto;
    margin-left: 580px;
  }
}

.blog-slider .sp-arrows .sp-arrow.sp-previous-arrow {
  padding-right: 0.3em;
  left: auto;
  right: 60px;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .blog-slider .sp-arrows .sp-arrow.sp-previous-arrow {
    right: 70px;
  }
}

@media only screen and (min-width: 1340px) {
  .blog-slider .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 50%;
    right: auto;
    margin-left: 520px;
  }
}

.blog-slider .card-post--more {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .blog-slider .card-post--more {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-posts {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #060606;
}

@media only screen and (min-width: 768px) {
  .list-posts {
    border-width: 2px;
    margin-top: 30px;
  }
}

.list-posts:first-child {
  margin-top: 0;
}

.list-posts > li {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-posts > li {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .list-posts > li {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 992px) {
  .list-posts > li.large {
    width: 25%;
  }
  .list-posts > li.large:nth-child(-n + 4) .card-post {
    border-top: 1px solid #060606;
  }
}

.list-posts > li:first-child .card-post {
  border-top: 1px solid #060606;
}

@media only screen and (min-width: 768px) {
  .list-posts > li:nth-child(-n + 2) .card-post {
    border-top: 1px solid #060606;
  }
}

@media only screen and (min-width: 992px) {
  .list-posts > li:nth-child(-n + 3) .card-post {
    border-top: 1px solid #060606;
  }
}

@media only screen and (min-width: 992px) {
  .list-posts--lg > li {
    width: 50%;
  }
}

.list-posts .card-post {
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .list-posts .card-post {
    border-width: 2px !important;
  }
}

.card-post {
  display: block;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #060606;
  border-left-color: transparent;
  color: #060606;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .card-post {
    border-width: 2px;
    transition: all 0.25s ease;
  }
  .card-post:hover {
    color: #060606;
    background-color: #eaebdd;
  }
  .card-post:hover .card-post__thumb img {
    opacity: 0.8;
    transform: scale(1.03);
  }
}

@media only screen and (min-width: 1340px) {
  .card-post {
    padding: 25px;
    padding-bottom: 0;
  }
}

.card-post__thumb {
  width: 100%;
  margin-bottom: 10px;
}

.card-post__thumb-inner {
  background-color: #fff;
  padding-bottom: 66.6666%;
}

.card-post__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .card-post__content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1340px) {
  .card-post__content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-post__main {
  padding-bottom: 1.5em;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-post__ttl {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .card-post__ttl {
    font-size: 120%;
  }
}

.card-post__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #060606;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .card-post__meta {
    padding: 15px 0;
  }
}

.card-post__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 75%;
}

.card-post__cats > li {
  background-color: #fff;
  font-weight: 700;
  min-width: 60px;
  text-align: center;
  line-height: 1.3;
  padding: 0.3em 1em;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 100px;
}

@media only screen and (min-width: 768px) {
  .card-post__cats > li {
    margin-right: 5px;
    min-width: 80px;
  }
}

.card-post__time {
  font-weight: 700;
  font-size: 80%;
}

.section-service--front {
  position: relative;
}

.section-service--front::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 123px;
  height: 93px;
  right: 0;
  top: 0;
  background-image: url(assets/img/common/deco-01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .section-service--front::after {
    width: 296px;
    height: 222px;
    right: 0;
  }
}

.list-service {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .list-service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-service__item {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-service__item {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .list-service__item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .list-service__item--lg {
    width: 100%;
  }
}

.list-service__item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .list-service__item-inner {
    padding: 30px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.list-service__item-inner::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0.5em;
  top: 0.5em;
  width: 100%;
  height: 100%;
  background-color: #eeefe3;
}

.list-service__item-inner::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #060606;
  z-index: 1;
}

.list-service__item-inner--white::before {
  background-color: #fff;
}

.list-service__thumb {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .list-service__thumb {
    margin-bottom: 0;
    margin-right: 15px;
    width: 35%;
  }
}

@media only screen and (min-width: 1340px) {
  .list-service__thumb {
    margin-right: 30px;
  }
}

.list-service__thumb img {
  max-width: 100%;
  height: auto;
}

.list-service__content {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .list-service__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.list-service__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2em;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .list-service__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-service__ttl::before, .list-service__ttl::after {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-color: #fb427b;
  left: 0.7em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.list-service__ttl::before {
  width: 0.4em;
  height: 0.4em;
}

.list-service__ttl::after {
  width: 1.5em;
  opacity: 0.3;
  height: 1.5em;
  opacity: 0.3;
}

.list-service__txt {
  opacity: 0.8;
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-service__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-service__txt p,
.list-service__txt table {
  margin-top: 1em;
}

.list-service__txt p:first-child,
.list-service__txt table:first-child {
  margin-top: 0;
}

.list-service__price {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-service__price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-service__box {
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-service__box {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-service__note {
  opacity: 0.65;
  margin-top: 0.5em;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .list-service__note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-service--02 {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .list-service--02 {
    margin-top: 30px;
  }
}

.list-service--02__item {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .list-service--02__item {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

.list-service--02__item:first-child {
  margin-top: 0;
}

.list-service--02__item:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
  .list-service--02__item:nth-child(even) .list-service__thumb {
    margin-right: 0;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-service--02__item:nth-child(even) .list-service__thumb {
    margin-left: 40px;
  }
}

.list-service--02__thumb {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .list-service--02__thumb {
    width: 180px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .list-service--02__thumb {
    width: 240px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-service--02__thumb {
    width: 360px;
    margin-right: 40px;
  }
}

.list-service--02__thumb img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-service--02__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.list-service--02__ttl {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .list-service--02__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-service--02__txt {
  opacity: 0.8;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-service--02__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.banner-area {
  position: relative;
  margin-top: -10px;
  z-index: 90;
}

@media only screen and (min-width: 768px) {
  .banner-area {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: -80px;
  }
}

.banner-area__row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 768px) {
  .banner-area__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.banner-area__col {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  .banner-area__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner-area__card, .banner-area__card--sea, .banner-area__card--mt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ddd;
  color: #060606;
  border: 3px solid #060606;
  box-shadow: 3px 3px 0 #060606;
  border-radius: 4px;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .banner-area__card, .banner-area__card--sea, .banner-area__card--mt {
    border-width: 5px;
    border-radius: 8px;
    box-shadow: 5px 5px 0 #060606;
    overflow: hidden;
  }
}

@media (hover: hover) and (pointer: fine) {
  .banner-area__card, .banner-area__card--sea, .banner-area__card--mt {
    transition: all 0.2s ease;
  }
  .banner-area__card:hover, .banner-area__card--sea:hover, .banner-area__card--mt:hover {
    color: #060606;
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0 #060606;
  }
  .banner-area__card:hover .link-arrow, .banner-area__card--sea:hover .link-arrow, .banner-area__card--mt:hover .link-arrow {
    transform: translate(50%, -50%);
  }
}

.banner-area__card--sea {
  background-color: #ffeb02;
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 50 50' preserveAspectRatio='none'%3e%3cpath fill='%23ffeb02' d='M-25-25v100h100v-100z'/%3e%3cpath fill='%23fff565' fill-rule='evenodd' d='M25 15a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M50 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 40a10 10 0 0 1 0 20a10 10 0 0 1 0-20M50 40a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/svg%3e");
}

.banner-area__card--mt {
  background-image: linear-gradient(-45deg, #00d500 5%, #00bb00 5%, #00bb00 50%, #00d500 50%, #00d500 55%, #00bb00 55%, #00bb00);
  background-size: 5px 5px;
}

.banner-area__image {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #060606;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .banner-area__image {
    position: relative;
    width: 30%;
    height: auto;
    left: auto;
    border-radius: 0;
    transform-origin: right top;
    transform: skew(-10deg, 0);
    border: none;
    border-right: 3px solid #060606;
  }
}

.banner-area__image > p {
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: mq(sm)) {
  .banner-area__image > p {
    transform-origin: right top;
    transform: skew(10deg, 0) scale(1.1) translate(5%, -5%);
  }
}

.banner-area__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.banner-area__content {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px;
  padding-top: 24px;
}

@media only screen and (min-width: 768px) {
  .banner-area__content {
    padding: 8px;
    -ms-flex: 1;
        flex: 1;
    padding-right: 20px;
  }
}

.banner-area .link-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #060606;
  transition: all 0.25s ease;
  display: none;
}

@media only screen and (min-width: mq(sm)) {
  .banner-area .link-arrow {
    display: block;
  }
}

.banner-area .link-arrow::before {
  border-color: #fff;
}

.banner-area .link-arrow::after {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .banner-area .link-arrow {
    right: 16px;
  }
}

.banner-area__text {
  text-align: center;
}

.banner-area__text img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .banner-area__text img {
    width: 90%;
  }
}

.banner-area__detail {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  line-height: 1.3;
  padding: 0 1em 0.25em 1em;
  margin-top: 2px;
  font-size: 2vw;
}

@media only screen and (min-width: 768px) {
  .banner-area__detail {
    margin-top: 4px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner-area__detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.banner-area__detail .eng {
  font-weight: 700;
  margin-right: 0.5em;
}

.banner-area__detail .ja {
  font-weight: 600;
  font-size: 125%;
}

.top-intro-lead {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .top-intro-lead {
    padding: 80px;
    padding-bottom: 24px;
  }
}

.top-intro-lead img {
  width: 85vw;
}

@media only screen and (min-width: 768px) {
  .top-intro-lead img {
    width: 640px;
  }
}
