@charset "UTF-8";
/*
  Theme Name: CRUISE NAGOYA 2.0.0
  Theme URI:
  Author: MT
  Author URI:
  Description: Theme of CRUISE NAGOYA
  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;
  }
}

img.img-harf {
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  img.img-harf {
    width: auto;
  }
}

@media print {
  img.img-harf {
    width: 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;
  }
}

@media print {
  .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 print {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}

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

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

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

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

@media print {
  html,
  body,
  .popup-modal {
    line-height: 1.8;
  }
}

* {
  -webkit-locale: auto;
  white-space: normal;
}

body {
  padding-top: 50px;
}

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

@media print {
  body {
    padding-top: 0;
  }
}

body.lang-zh {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

@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: #1db6e8;
}

a:hover {
  text-decoration: none;
}

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

.txt-link:hover {
  color: #131313;
  opacity: 0.65;
}

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

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

@media print {
  .container-lg {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .container-lg {
    padding-right: 15px;
  }
}

@media print {
  .container-lg {
    padding-right: 15px;
  }
}

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

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

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

@media print {
  .tgt-anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

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

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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: #e2f1f5;
  overflow: hidden;
}

.js-photo-ofi img,
.js-photo-ofi video {
  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,
.js-photo-ofi--cover video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
}

#lightcase-overlay {
  background-color: #f3f3f3;
}

#lightcase-loading {
  color: #999;
}

.lightcase-icon-close {
  background-color: #1db6e8;
  border-radius: 50%;
  color: #fff !important;
  height: 1em !important;
  width: 1em !important;
  font-size: 40px !important;
  box-shadow: 0 0 2px inset #fff;
  z-index: 9998 !important;
}

@media only screen and (min-width: 768px) {
  .lightcase-icon-close {
    font-size: 60px !important;
  }
}

@media print {
  .lightcase-icon-close {
    font-size: 60px !important;
  }
}

.lightcase-icon-close:before {
  display: block;
}

#lightcase-case {
  text-shadow: none;
}

#lightcase-case #lightcase-content {
  background-color: transparent;
}

#lightcase-case #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
}

.img-lightcase {
  position: relative;
  display: block;
}

.img-lightcase::after {
  position: absolute;
  display: block;
  content: '\f00e';
  font-size: 20px;
  font-size: 2rem;
  font-family: FontAwesome;
  background-color: #1db6e8;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  bottom: 0;
}

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

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

@media print {
  .gmap {
    padding-bottom: 460px;
    margin-top: 30px;
  }
}

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

@media print {
  .gmap--long {
    height: 360px;
  }
}

.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: #1db6e8;
  border-width: 2px !important;
}

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

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

.bg-light2 {
  background-color: #f3f3f3;
}

.bg-stripe {
  background-image: linear-gradient(-45deg, #2bbae9 25%, #1db6e8 25%, #1db6e8 50%, #2bbae9 50%, #2bbae9 75%, #1db6e8 75%, #1db6e8);
  background-size: 15px 15px;
  color: #fff;
}

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

.bg-blue {
  background-color: #00132f;
  color: #fff;
}

.bg-note {
  background-color: #f3f3f3;
  background-image: url(assets/img/common/bg-note.png);
  background-position: center top;
}

.box {
  background-color: #e2f1f5;
  padding: 15px 10px;
}

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

@media print {
  .box {
    padding: 40px;
  }
}

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

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

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

@media print {
  .box--sm {
    padding: 150px;
  }
}

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

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

@media print {
  .box--lg {
    padding: 60px;
  }
}

.box--news {
  padding: 20px 15px;
}

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

@media print {
  .box--news {
    padding: 60px;
  }
}

@media only screen and (min-width: 1340px) {
  .box--news {
    padding: 60px 120px;
  }
}

@media print {
  .box--news {
    padding: 60px 120px;
  }
}

.box-detail {
  position: relative;
  background-color: #e2f1f5;
  padding: 35px 15px 10px;
  margin-top: 20px;
}

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

@media print {
  .box-detail {
    padding: 45px 30px 30px;
    margin-top: 30px;
  }
}

.box-detail:first-child {
  margin-top: 0;
}

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

.box-detail__ttl {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #131313;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-width: 80px;
}

.btn, .btn-back,
.btn-submit, .post-content .filebtn, .search-content__btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  height: 55px;
  padding: 5px 25px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  line-height: 1.2;
  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, .post-content .filebtn, .search-content__btn {
    padding: 5px 25px;
    width: 200px;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn:hover, .btn-back:hover,
  .btn-submit:hover, .post-content .filebtn:hover, .search-content__btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .btn:hover .btn__icon--right, .btn-back:hover .btn__icon--right, .btn-submit:hover .btn__icon--right, .post-content .filebtn:hover .btn__icon--right, .search-content__btn:hover .btn__icon--right {
    right: 5px;
  }
}

@media print {
  .btn, .btn-back,
  .btn-submit, .post-content .filebtn, .search-content__btn {
    padding: 5px 25px;
    width: 200px;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn:hover, .btn-back:hover,
  .btn-submit:hover, .post-content .filebtn:hover, .search-content__btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .btn:hover .btn__icon--right, .btn-back:hover .btn__icon--right, .btn-submit:hover .btn__icon--right, .post-content .filebtn:hover .btn__icon--right, .search-content__btn:hover .btn__icon--right {
    right: 5px;
  }
}

.btn__txt, .btn__icon {
  position: relative;
  display: 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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .btn__icon--left {
    left: 15px;
    transition: all 0.25s ease;
  }
}

.btn__icon--reserve img {
  width: 15px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .btn__icon--reserve img {
    width: 20px;
  }
}

@media print {
  .btn__icon--reserve img {
    width: 20px;
  }
}

.btn__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .btn__en {
    font-size: 20px;
    font-size: 2rem;
  }
}

.btn__ja {
  font-weight: normal;
  margin-left: 0.5em;
  opacity: 0.6;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .btn__ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

.btn--eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .btn--eng {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn--blue,
.btn-submit, .post-content .filebtn, .search-content__btn {
  background-color: #1db6e8;
  color: #fff;
}

.btn--blue:active, .btn-submit:active, .post-content .filebtn:active, .search-content__btn:active, .btn--blue:focus, .btn-submit:focus, .post-content .filebtn:focus, .search-content__btn:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn--blue:hover,
  .btn-submit:hover, .post-content .filebtn:hover, .search-content__btn:hover {
    color: #fff;
    background-color: #62ccef;
  }
}

@media print {
  .btn--blue:hover,
  .btn-submit:hover, .post-content .filebtn:hover, .search-content__btn:hover {
    color: #fff;
    background-color: #62ccef;
  }
}

.btn--orange {
  background-color: #ffba00;
  color: #fff;
}

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

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

@media print {
  .btn--orange:hover {
    color: #fff;
    background-color: #ffcf4d;
  }
}

.btn--black {
  background-color: #131313;
  color: #fff;
}

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

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

@media print {
  .btn--black:hover {
    color: #fff;
    background-color: #333;
  }
}

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

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

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

@media print {
  .btn--gray:hover {
    color: #fff;
    border-color: #1db6e8;
    background-color: #1db6e8;
  }
}

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

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

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

@media print {
  .btn--white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--white:hover {
    border-color: #1db6e8;
    color: #fff;
    background-color: #1db6e8;
  }
}

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

@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: #1db6e8;
  }
}

@media print {
  .btn--outline {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--outline:hover {
    color: #fff;
    background-color: #1db6e8;
  }
}

.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: #00132f;
  }
}

@media print {
  .btn--outline-white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--outline-white:hover {
    color: #fff;
    background-color: #00132f;
  }
}

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

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

@media print {
  .btn--min {
    font-size: 13px;
    font-size: 1.3rem;
    height: 55px;
    width: 180px;
  }
}

.btn--long {
  height: 45px;
  width: auto;
  min-width: 150px;
}

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

@media print {
  .btn--long {
    width: 360px;
  }
}

.btn--lg {
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
}

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

@media print {
  .btn--lg {
    width: 360px;
    height: 65px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn--xl {
  font-size: 15px;
  font-size: 1.5rem;
  height: 55px;
}

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

@media print {
  .btn--xl {
    font-size: 18px;
    font-size: 1.8rem;
    width: 420px;
    height: 75px;
  }
}

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

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

.btn--back:hover .btn__icon--left {
  left: 5px;
}

.btn--txt {
  width: auto;
  height: auto;
  padding: 10px;
  padding-right: 40px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
}

.link-arrow {
  position: relative;
  display: block;
  background-color: #1db6e8;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

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

@media print {
  .link-arrow {
    width: 15px;
    height: 15px;
    transition: all 0.25s ease;
  }
}

.link-arrow::before, .link-arrow::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fff;
  height: 1px;
  width: 30%;
  top: 50%;
  left: 48%;
  transition: all 0.25s ease;
}

.link-arrow::before {
  transform-origin: right bottom;
  transform: translate(-50%, -50%) rotate(45deg);
}

.link-arrow::after {
  transform-origin: right top;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

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

.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--white {
  background-color: #fff;
}

.link-arrow--white::before, .link-arrow--white::after {
  background-color: #1db6e8;
}

.link-arrow--white-orange::before, .link-arrow--white-orange::after {
  background-color: #ffba00;
}

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

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

@media print {
  .link-arrow--md {
    width: 25px;
    height: 25px;
  }
}

.link-arrow--md::before, .link-arrow--md::after {
  width: 30%;
  height: 2px;
}

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

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

@media print {
  .link-arrow--lg {
    width: 35px;
    height: 35px;
  }
}

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

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

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

@media print {
  .link-arrow--xl {
    width: 50px;
    height: 50px;
  }
}

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

.link-arrow--eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

@media print {
  .form-btns {
    margin-top: 30px;
  }
}

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

.btn-back,
.btn-submit {
  display: block;
  font-weight: 600;
  -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: #1db6e8;
}

@media only screen and (min-width: 768px) {
  #btn-confirm {
    width: 320px;
  }
}

@media print {
  #btn-confirm {
    width: 320px;
  }
}

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

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

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

@media print {
  #btn-back:hover {
    color: #666;
  }
}

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

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

@media print {
  .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;
  }
}

@media print {
  .dl-horizontal dd {
    margin-top: 8px;
  }
}

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

.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: #1db6e8;
  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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .dl-list dt {
    padding-left: 15px;
  }
}

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

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

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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 print {
  .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 print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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 print {
  .wpcf7-form {
    margin-top: -70px;
    padding-top: 70px;
  }
}

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

@media print {
  .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;
  }
}

@media print {
  #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;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}

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

@media print {
  #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;
  }
}

@media print {
  #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-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}

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

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

#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: 15px 0;
  }
}

@media print {
  #mail-form .table-form .form-head,
  #mail-form .table-form .form-content {
    padding: 15px 0;
  }
}

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

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

@media print {
  #mail-form .table-form .form-head {
    margin-bottom: 0;
    font-size: 100%;
    width: 230px;
  }
}

@media only screen and (min-width: 1340px) {
  #mail-form .table-form .form-head {
    width: 280px;
  }
}

@media print {
  #mail-form .table-form .form-head {
    width: 280px;
  }
}

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

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

@media print {
  #mail-form .table-form .form-head .mark-req {
    margin-top: 0;
  }
}

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

@media print {
  #mail-form .table-form .form-content {
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

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

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

#mail-form .row-fixed > .col {
  padding-right: 5px;
}

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

@media print {
  #mail-form .row-fixed > .col {
    padding-right: 15px;
  }
}

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

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

@media print {
  #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;
  }
}

@media print {
  #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: 35px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f1f5f8;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  #mail-form .form-control,
  #mail-form input[type='date'] {
    height: 50px;
    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;
}

#mail-form.white-control .form-control {
  background-color: #fff;
}

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

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

#mail-form select {
  background-color: #f1f5f8;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 160px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 3em 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.8em 3em 0.8em 10px;
    background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), calc(100% - 2em) 0.9em;
  }
}

@media print {
  #mail-form select {
    min-width: 160px;
    padding: 0.8em 3em 0.8em 10px;
    background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), calc(100% - 2em) 0.9em;
  }
}

#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 .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: 120px;
  }
}

@media print {
  #mail-form .radio-inlineblock .wpcf7-list-item {
    min-width: 120px;
  }
}

#mail-form .radio-block label,
#mail-form .radio-inlineblock label {
  display: inline-block;
  margin: 3px 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;
  }
}

@media print {
  #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;
}

.form-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.form-file .wpcf7-form-control-wrap {
  display: none;
}

.form-file label {
  display: block;
  background: #1db6e8;
  color: white;
  font-size: 90%;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.form-file label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.form-file label:after {
  content: '選択されていません';
  color: black;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -130px;
  top: calc(50% - 10px);
}

.form-file label.changed:after {
  content: '';
}

.form-file .filename {
  display: block;
  font-size: 90%;
  padding-left: 1em;
}

.form-file a.del {
  position: relative;
  display: block;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  margin-left: 10px;
}

.form-file a.del::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: '\f057';
  font-size: 1.5em;
  line-height: 1;
  color: #aaa;
}

@media only screen and (min-width: 768px) {
  .form-file a.del {
    transition: all 0.25s ease;
  }
  .form-file a.del:hover {
    opacity: 0.7;
  }
}

@media print {
  .form-file a.del {
    transition: all 0.25s ease;
  }
  .form-file a.del:hover {
    opacity: 0.7;
  }
}

.add-files {
  display: none;
}

.btn-addfile {
  padding: 10px 0;
  border: none;
  background-color: transparent;
  opacity: 0.65;
}

@media only screen and (min-width: 768px) {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}

@media print {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}

.btn-addfile .icon,
.btn-addfile .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn-addfile .txt {
  font-weight: 500;
}

.btn-addfile .icon {
  margin-right: 5px;
  color: #666;
}

.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: #cb2e4c;
}

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

@media print {
  .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: #1db6e8;
  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;
  }
}

@media print {
  .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 #fff;
  background-color: #e2f1f5;
}

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

@media print {
  .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: #91dbf4;
}

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

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

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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: #1db6e8;
  text-decoration: underline;
}

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

.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: #131313;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  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;
  }
}

@media print {
  .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: #1db6e8;
  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: #1db6e8;
  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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .list-simple--narrow li {
    margin-bottom: 3px;
  }
}

ol {
  margin-bottom: 0;
  padding-left: 20px;
}

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

.list-circle > li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  padding-left: 2em;
  margin-bottom: 1em;
}

.list-circle > li::before, .list-circle > li::after {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  left: 0.7em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.list-circle > li::before {
  width: 0.4em;
  height: 0.4em;
}

.list-circle > li::after {
  width: 1.5em;
  opacity: 0.3;
  height: 1.5em;
  opacity: 0.3;
}

.list-circle--inline > li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  display: inline-block;
}

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

@media print {
  .list-circle--inline > li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
  }
}

.list-circle--inline-lg li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
  min-width: 130px;
}

@media only screen and (min-width: 768px) {
  .list-circle--inline-lg li {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
    min-width: 290px;
  }
}

@media print {
  .list-circle--inline-lg li {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
    min-width: 290px;
  }
}

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

.list-point > li {
  position: relative;
  line-height: 1.5;
  padding: 60px 15px 15px 15px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .list-point > li {
    padding: 40px 40px 40px 110px;
    margin-top: 10px;
  }
}

@media print {
  .list-point > li {
    padding: 40px 40px 40px 110px;
    margin-top: 10px;
  }
}

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

.list-point > li::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 25px;
  bottom: 0;
  background: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .list-point > li::before {
    top: 0;
    left: 35px;
  }
}

@media print {
  .list-point > li::before {
    top: 0;
    left: 35px;
  }
}

.list-point__number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: #131313;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .list-point__number {
    width: 70px;
    height: 70px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media print {
  .list-point__number {
    width: 70px;
    height: 70px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.list-point__number-txt {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}

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

@media print {
  .list-point__number-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-point__number-str {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
}

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

@media print {
  .list-point__number-str {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.list-point__content {
  position: relative;
  z-index: 10;
}

.list-point__content-lg {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .list-point__content-lg {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-point__content-txt {
  margin-top: 0.5em;
}

.loader {
  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%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 9999;
}

.loader.loaded {
  pointer-events: none;
  transform: translate(0, -100%);
  transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.loader.loaded .loader__icon {
  transform: translateZ(0) scale(0);
}

.loader.loaded .loader__wave {
  transform: translate(0, 0);
}

.loader.bye {
  animation: bye 0.45s cubic-bezier(0.77, 0, 0.175, 1) both;
  transition: none;
}

.loader.bye .loader__bg {
  animation: bye 0.55s cubic-bezier(0.77, 0, 0.175, 1) both;
  transition: none;
}

.loader.bye .loader__wave {
  transform: translate(0, 110%);
  animation: bye2 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0.1s both;
  transition: none;
}

.loader__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

@keyframes bye {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}

@keyframes bye2 {
  0% {
    transform: translate(0, 110%);
  }
  100% {
    transform: translate(0, 50%);
  }
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 115em;
  }
}

.loader__icon {
  position: absolute;
  width: 59px;
  height: auto;
  transform-origin: center bottom;
  animation: yurayura 1s linear infinite;
  z-index: 10;
  margin-top: -3em;
}

@media only screen and (min-width: 768px) {
  .loader__icon {
    width: 98px;
  }
}

@media print {
  .loader__icon {
    width: 98px;
  }
}

.loader__icon img {
  width: 100%;
  height: auto;
}

.loader__wave {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1db6e8;
  transform: translate(0, 54%);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (min-width: 768px) {
  .loader__wave {
    transform: translate(0, 52%);
  }
}

@media print {
  .loader__wave {
    transform: translate(0, 52%);
  }
}

.loader__wave::before {
  position: absolute;
  content: ' ';
  display: block;
  background-image: url(assets/img/common/loading-wave.svg);
  bottom: 99.9%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4em;
  background-repeat: repeat;
  background-position: 0 100%;
  background-size: 115em 4em;
  animation: wave 1s linear infinite;
}

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

@media only screen and (min-width: 768px) {
  .list-news--archive .list-news__right {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .list-news--archive .list-news__right {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .list-news--archive .list-news__meta {
    width: 120px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}

@media print {
  .list-news--archive .list-news__meta {
    width: 120px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}

.list-news--archive .list-news__time {
  color: #1db6e8;
}

@media only screen and (min-width: 768px) {
  .list-news--archive .list-news__txt {
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .list-news--archive .list-news__txt {
    -ms-flex: 1;
        flex: 1;
  }
}

.list-news--archive .list-news__content {
  min-height: 0;
}

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

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

@media print {
  .list-news__item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

@media print {
  .list-news__content {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px 20px 10px;
    min-height: 75px;
  }
}

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

@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 {
    z-index: 10;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}

@media print {
  .list-news a.list-news__content {
    transition: all 0.25s ease;
  }
  .list-news a.list-news__content:hover {
    z-index: 10;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}

.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: #1db6e8;
}

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

@media print {
  .list-news a.list-news__content::before, .list-news a.list-news__content::after {
    right: 15px;
    height: 7px;
  }
}

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

@media print {
  .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__thumb {
  width: 150px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .list-news__thumb {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media print {
  .list-news__thumb {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

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

.list-news__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 5px;
}

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

@media print {
  .list-news__meta {
    margin-bottom: 10px;
  }
}

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

@media print {
  .list-news__right {
    -ms-flex: 1;
        flex: 1;
  }
}

.list-news__time {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0.05em;
  font-size: 82%;
  margin-right: 5px;
  padding-right: 10px;
}

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

@media print {
  .list-news__time {
    margin-right: 10px;
    padding-right: 15px;
  }
}

.list-news__new {
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffba00;
  font-size: 10px;
  font-size: 1rem;
}

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

@media print {
  .list-news__new {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-cat {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .list-cat {
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 1px solid #131313;
  }
}

@media print {
  .list-cat {
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 1px solid #131313;
  }
}

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

@media print {
  .list-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1340px) {
  .list-cat {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .list-cat {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.list-cat > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .list-cat > li {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

@media print {
  .list-cat > li {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.list-cat > li.current-cat > a,
.list-cat > li.current-cat > span {
  color: #131313;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .list-cat > li.current-cat > a,
  .list-cat > li.current-cat > span {
    border: 1px solid #131313;
    border-bottom: none;
  }
}

@media print {
  .list-cat > li.current-cat > a,
  .list-cat > li.current-cat > span {
    border: 1px solid #131313;
    border-bottom: none;
  }
}

.list-cat > li.current-cat > a::after,
.list-cat > li.current-cat > span::after {
  content: ' ';
}

.list-cat > li > a,
.list-cat > li > span {
  position: relative;
  text-decoration: none !important;
  width: 100%;
  line-height: 1.35;
  color: #999;
}

@media only screen and (min-width: 768px) {
  .list-cat > li > a,
  .list-cat > li > span {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 60px;
    padding: 5px;
    transition: all 0.25s ease;
  }
  .list-cat > li > a:hover,
  .list-cat > li > span:hover {
    color: #131313;
  }
}

@media print {
  .list-cat > li > a,
  .list-cat > li > span {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 60px;
    padding: 5px;
    transition: all 0.25s ease;
  }
  .list-cat > li > a:hover,
  .list-cat > li > span:hover {
    color: #131313;
  }
}

.list-cat > li > a::after,
.list-cat > li > span::after {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  transition: all 0.25s ease;
  background-color: #fff;
}

.post-single__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .post-single__meta {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .post-single__meta {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.post-single__time {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1db6e8;
  letter-spacing: 0.05em;
  font-size: 90%;
  margin-right: 5px;
  padding-right: 10px;
}

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

@media print {
  .post-single__time {
    margin-right: 10px;
    padding-right: 15px;
  }
}

.post-single__ttl {
  position: relative;
  line-height: 1.3;
  border-bottom: 2px solid #1db6e8;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .post-single__ttl {
    margin-bottom: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

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

@media print {
  .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 print {
  .col-main {
    margin-bottom: 0;
    width: calc(100% - 250px);
  }
}

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

@media print {
  .col-main {
    width: calc(100% - 300px);
  }
}

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

@media print {
  .col-side {
    width: 250px;
    padding-left: 20px;
  }
}

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

@media print {
  .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: #1db6e8;
    background-color: #f8f8f8;
  }
}

@media print {
  .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: #1db6e8;
    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: #1db6e8;
}

.ttl-side {
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #1db6e8;
  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;
  }
}

@media print {
  .ttl-side {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

.ttl-side .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 0.7em;
  opacity: 0.8;
  letter-spacing: 0.1em;
}

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.paging > span {
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  margin: 2px 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .paging > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .paging > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.paging > span a {
  display: block;
  width: 100%;
  height: 100%;
  color: #131313;
  transition: background-color 0.25s linear, color 0.25s linear;
}

.paging > span a:hover {
  background-color: #131313;
  color: #fff;
}

.paging > span.current {
  cursor: default;
  color: #131313;
}

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

.pagination ul.page-numbers {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.pagination ul.page-numbers li {
  padding: 0;
  float: left;
  margin: 2px;
}

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

@media print {
  .pagination ul.page-numbers li {
    margin: 5px;
  }
}

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

@media print {
  .pagination ul.page-numbers li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #1db6e8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .pagination a,
  .pagination span {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

.pagination a {
  text-decoration: none !important;
}

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

@media print {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #1db6e8;
    color: #fff;
  }
}

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

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

@media print {
  .pagination a.next:hover, .pagination a.prev:hover {
    color: #999;
  }
}

.section-xs {
  padding: 10px 0 !important;
}

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

@media print {
  .section-xs {
    padding: 15px 0 !important;
  }
}

.section-sm {
  padding: 10px 0 !important;
}

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

@media print {
  .section-sm {
    padding: 30px 0 !important;
  }
}

.section-md {
  padding: 30px 0 !important;
}

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

@media print {
  .section-md {
    padding: 60px 0 !important;
  }
}

.section-lg {
  padding: 40px 0 !important;
}

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

@media print {
  .section-lg {
    padding: 80px 0 !important;
  }
}

.section-xl {
  padding: 50px 0 !important;
}

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

@media print {
  .section-xl {
    padding: 100px 0 !important;
  }
}

.section-xxl {
  padding: 60px 0 !important;
}

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

@media print {
  .section-xxl {
    padding: 120px 0 !important;
  }
}

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

.list-sitemap > li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .list-sitemap > li {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-sitemap > li > a,
.list-sitemap > li > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  color: #131313;
  background-color: #fff;
  padding: 5px 10px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li > a,
  .list-sitemap > li > span {
    padding: 10px 60px 10px 30px;
    height: 80px;
  }
}

@media print {
  .list-sitemap > li > a,
  .list-sitemap > li > span {
    padding: 10px 60px 10px 30px;
    height: 80px;
  }
}

.list-sitemap > li > a {
  position: relative;
  color: #131313;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .list-sitemap > li > a:hover {
    background-color: #131313;
    color: #fff;
  }
  .list-sitemap > li > a:hover::before {
    right: 10px;
    width: 45px;
    background-color: #fff;
  }
  .list-sitemap > li > a:hover::after {
    right: 10px;
    background-color: #fff;
  }
}

@media print {
  .list-sitemap > li > a:hover {
    background-color: #131313;
    color: #fff;
  }
  .list-sitemap > li > a:hover::before {
    right: 10px;
    width: 45px;
    background-color: #fff;
  }
  .list-sitemap > li > a:hover::after {
    right: 10px;
    background-color: #fff;
  }
}

.list-sitemap > li > a::before, .list-sitemap > li > a::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #1db6e8;
  height: 1px;
  width: 25px;
  right: 10px;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li > a::before, .list-sitemap > li > a::after {
    right: 30px;
    transition: all 0.2s linear;
  }
}

@media print {
  .list-sitemap > li > a::before, .list-sitemap > li > a::after {
    right: 30px;
    transition: all 0.2s linear;
  }
}

.list-sitemap > li > a::after {
  width: 5px;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.list-sitemap > li > span {
  color: #333;
}

.list-sitemap > li ul.list-sitemap-child {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.list-sitemap > li ul.list-sitemap-child > li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child > li {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child > li {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-sitemap > li ul.list-sitemap-child > li > a {
  position: relative;
  display: block;
  color: #333;
  padding-right: 15px;
  padding-left: 25px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child > li > a {
    padding-left: 40px;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child > li > a {
    padding-left: 40px;
  }
}

.list-sitemap > li ul.list-sitemap-child > li > a::before {
  position: absolute;
  font-family: FontAwesome;
  display: block;
  content: '\f105';
  left: 10px;
  top: 50%;
  line-height: 1;
  color: #1db6e8;
  font-size: 15px;
  font-size: 1.5rem;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child > li > a::before {
    left: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child > li > a::before {
    left: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
  content: ' ';
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-image: url(assets/img/common/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
    left: 15px;
    width: 15px;
    height: 15px;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
    left: 15px;
    width: 15px;
    height: 15px;
  }
}

.list-sitemap > li ul.list-sitemap-child > li > a:hover {
  color: #1db6e8;
}

.list-sitemap > li ul.list-sitemap-child-02 {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  margin-top: 10px;
}

.list-sitemap > li ul.list-sitemap-child-02 > li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child-02 > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child-02 > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a {
  position: relative;
  color: #333;
  padding-left: 15px;
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
  position: absolute;
  font-family: FontAwesome;
  display: block;
  content: '\f105';
  left: 2px;
  top: 50%;
  line-height: 1;
  color: #1db6e8;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: -0.5em;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
    right: 0;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
    right: 0;
  }
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a:hover {
  color: #1db6e8;
}

.list-sitemap > li ul.list-sitemap-child-03 {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  margin-left: 15px;
  margin-top: 10px;
  border-left: 1px solid #1db6e8;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child-03 {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child-03 {
    padding-left: 20px;
    margin-left: 20px;
  }
}

.list-sitemap > li ul.list-sitemap-child-03 li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0.8em;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li ul.list-sitemap-child-03 li {
    margin-bottom: 0.6em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .list-sitemap > li ul.list-sitemap-child-03 li {
    margin-bottom: 0.6em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-sitemap > li ul.list-sitemap-child-03 li a {
  position: relative;
  color: #333;
}

.list-sitemap > li ul.list-sitemap-child-03 li a:hover {
  color: #1db6e8;
}

@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.5;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: 10px;
}

.table:first-child, .post-content table:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .table, .post-content table {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .table, .post-content table {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

@media print {
  .table th, .post-content table th,
  .table td,
  .post-content table td {
    padding: 10px 30px;
  }
}

.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: #999;
  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 print {
  .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: 60px;
  }
}

@media print {
  .table tbody td, .post-content table tbody td {
    height: 60px;
  }
}

.table tbody th, .post-content table tbody th {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  width: 60px;
}

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

@media print {
  .table tbody th, .post-content table tbody th {
    width: 180px;
    height: 55px;
  }
}

.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--attachment {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

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

@media print {
  .table--attachment {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.table--attachment tbody th,
.table--attachment tbody td {
  padding: 0;
}

.table--attachment__ttl {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .table--attachment__ttl {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

@media print {
  .table--attachment__ttl {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.table .btn-innertd, .post-content table .btn-innertd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 5px 10px;
  padding-right: 60px;
  min-height: 60px;
  text-decoration: none !important;
  color: #131313;
}

@media only screen and (min-width: 768px) {
  .table .btn-innertd, .post-content table .btn-innertd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 15px 30px;
    padding-right: 90px;
    min-height: 80px;
    transition: all 0.25s ease;
  }
  .table .btn-innertd:hover, .post-content table .btn-innertd:hover {
    color: #444;
    background-color: #f6f6f6;
  }
  .table .btn-innertd:hover::after, .post-content table .btn-innertd:hover::after {
    background-color: #ffcf4d !important;
  }
}

@media print {
  .table .btn-innertd, .post-content table .btn-innertd {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 15px 30px;
    padding-right: 90px;
    min-height: 80px;
    transition: all 0.25s ease;
  }
  .table .btn-innertd:hover, .post-content table .btn-innertd:hover {
    color: #444;
    background-color: #f6f6f6;
  }
  .table .btn-innertd:hover::after, .post-content table .btn-innertd:hover::after {
    background-color: #ffcf4d !important;
  }
}

.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, .table .btn-innertd.icon-file::after, .post-content table .btn-innertd.icon-file::after {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: ' ';
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffba00;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

@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, .table .btn-innertd.icon-file::after, .post-content table .btn-innertd.icon-file::after {
    width: 80px;
    transition: all 0.25s ease;
    background-size: 30px auto;
  }
}

@media print {
  .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, .table .btn-innertd.icon-file::after, .post-content table .btn-innertd.icon-file::after {
    width: 80px;
    transition: all 0.25s ease;
    background-size: 30px auto;
  }
}

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

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

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

.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--lined {
  border-left: none;
}

.table--lined tbody th,
.table--lined tbody td {
  display: block;
  background-color: #fff;
  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;
  }
}

@media print {
  .table--lined tbody th,
  .table--lined tbody td {
    display: table-cell;
    height: 80px;
    padding: 10px 15px;
  }
}

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

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

@media print {
  .table--lined tbody th {
    padding-bottom: 10px;
    width: 280px;
  }
}

.table--boxed {
  border: none;
}

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

@media print {
  .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;
  }
}

@media print {
  .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: 50px;
  }
}

@media print {
  .table--boxed tbody th,
  .table--boxed tbody td {
    display: table-cell;
    height: 50px;
  }
}

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

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

@media print {
  .table--boxed tbody th {
    font-size: 16px;
    font-size: 1.6rem;
    width: 120px;
  }
}

.table--boxed tbody td {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f3f3;
}

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

@media print {
  .table--boxed tbody td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.table--ticked {
  border: none;
}

.table--ticked tbody tr {
  display: block;
  border: none;
}

@media only screen and (min-width: 768px) {
  .table--ticked tbody tr {
    display: table-row;
    border-top: 1px solid #eee;
  }
}

@media print {
  .table--ticked tbody tr {
    display: table-row;
    border-top: 1px solid #eee;
  }
}

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

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

@media print {
  .table--ticked tbody th,
  .table--ticked tbody td {
    display: table-cell;
    height: 50px;
  }
}

.table--ticked tbody th {
  text-align: center;
  width: 100%;
  padding: 5px;
  background-color: #d1e5ec;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .table--ticked tbody th {
    font-size: 15px;
    font-size: 1.5rem;
    width: 230px;
  }
}

.table--ticked tbody td {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .table--ticked tbody td {
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .table--ticked tbody td {
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

@media print {
  .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;
  }
}

@media print {
  .table--simple tbody th {
    width: 100px;
  }
}

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

@media print {
  .table--low thead th,
  .table--low thead td,
  .table--low tbody th,
  .table--low tbody td {
    height: 60px;
  }
}

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

@media print {
  .table--low tbody th {
    width: 110px;
  }
}

.table a, .post-content 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, .txt-note {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

@media print {
  .txt-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

.txt-point {
  line-height: 1.8;
}

.txt-point .point {
  position: relative;
  display: inline-block;
}

.txt-point .point::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1db6e8;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .txt-point .point::after {
    width: 7px;
    height: 7px;
  }
}

@media print {
  .txt-point .point::after {
    width: 7px;
    height: 7px;
  }
}

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

.txt-blue {
  color: #1db6e8;
}

.txt-black {
  color: #131313;
}

.txt-light {
  opacity: 0.4;
}

.txt-light2, .txt-note {
  opacity: 0.6;
}

.txt-red {
  color: #cb2e4c;
}

.txt-orange {
  color: #ffba00;
}

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

.txt-eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

.txt-marker--black {
  padding-bottom: 0.1em;
  background-image: linear-gradient(transparent 95%, #131313 95%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.txt-wave {
  padding-bottom: 0.5em;
  background-image: url(assets/img/common/underline-wave.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-weight: bold;
}

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

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

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .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;
  }
}

@media print {
  .lh-lg {
    line-height: 2;
  }
}

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

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

@media print {
  .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-basic {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

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

@media print {
  .ttl-basic {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-basic--min .ttl-basic__en {
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .ttl-basic--min .ttl-basic__en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.ttl-basic--white {
  color: #fff;
}

.ttl-basic--white .ttl-basic__en::before {
  background-color: #fff;
}

.ttl-basic__en {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .ttl-basic__en {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media print {
  .ttl-basic__en {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.ttl-basic__en-initial {
  color: #1db6e8;
}

.ttl-basic__en-outline {
  color: #fff;
  display: block;
  text-shadow: calc(1px * 1) calc(1px * 0) 0 #131313, calc(1px * 0.9239) calc(1px * 0.3827) 0 #131313, calc(1px * 0.7071) calc(1px * 0.7071) 0 #131313, calc(1px * 0.3827) calc(1px * 0.9239) 0 #131313, calc(1px * 0) calc(1px * 1) 0 #131313, calc(1px * -0.3827) calc(1px * 0.9239) 0 #131313, calc(1px * -0.7071) calc(1px * 0.7071) 0 #131313, calc(1px * -0.9239) calc(1px * 0.3827) 0 #131313, calc(1px * -1) calc(1px * 0) 0 #131313, calc(1px * -0.9239) calc(1px * -0.3827) 0 #131313, calc(1px * -0.7071) calc(1px * -0.7071) 0 #131313, calc(1px * -0.3827) calc(1px * -0.9239) 0 #131313, calc(1px * 0) calc(1px * -1) 0 #131313, calc(1px * 0.3827) calc(1px * -0.9239) 0 #131313, calc(1px * 0.7071) calc(1px * -0.7071) 0 #131313, calc(1px * 0.9239) calc(1px * -0.3827) 0 #131313;
}

.ttl-basic__ja {
  margin-top: 0.5em;
  font-size: 100%;
  font-weight: bold;
}

.ttl-basic--center {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .ttl-basic--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .ttl-basic--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.ttl-basic--horizontal .ttl-basic__en {
  margin-right: 15px;
}

.ttl-basic--horizontal .ttl-basic__ja {
  padding-top: 0.4em;
}

.ttl-section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.ttl-section::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 18px;
  right: 0;
  height: 2px;
  bottom: 0;
  background-color: #1db6e8;
}

@media only screen and (min-width: 768px) {
  .ttl-section::after {
    left: 28px;
  }
}

@media print {
  .ttl-section::after {
    left: 28px;
  }
}

.ttl-section__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
  border: 2px solid #1db6e8;
}

@media only screen and (min-width: 768px) {
  .ttl-section__icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
  }
}

@media print {
  .ttl-section__icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
  }
}

.ttl-section__icon img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .ttl-section__icon img {
    width: 50px;
  }
}

@media print {
  .ttl-section__icon img {
    width: 50px;
  }
}

.ttl-section__txt {
  -ms-flex: 1;
      flex: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .ttl-section__txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttl-section__txt-en {
  font-size: 62%;
  display: block;
  color: #1db6e8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.ttl-section__txt-ja {
  line-height: 1.5;
  display: block;
  font-weight: bold;
}

.ttl-section__txt-ja .large {
  font-size: 116%;
}

.ttl-underlined {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #131313;
}

@media only screen and (min-width: 768px) {
  .ttl-underlined {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
}

@media print {
  .ttl-underlined {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
}

.ttl-underlined--min {
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .ttl-underlined--min {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.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: #131313;
}

.ttl-bg--round {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 100px 100px 0;
  min-width: 120px;
}

@media only screen and (min-width: 768px) {
  .ttl-bg--round {
    min-width: 230px;
  }
}

@media print {
  .ttl-bg--round {
    min-width: 230px;
  }
}

.ttl-h3 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .ttl-h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .ttl-h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ttl-leftbar {
  position: relative;
  font-weight: bold;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .ttl-leftbar {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl-leftbar::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #131313;
  left: 0;
  top: 50%;
}

/* =====================
  editor(WYSIWYG)
===================== */
table .post-content {
  line-height: 1.5;
  font-size: 10px;
}

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

@media print {
  table .post-content {
    font-size: 13px;
  }
}

table .post-content p {
  margin: 0;
}

.post-content {
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .post-content {
    line-height: 1.75;
    font-size: 16px;
  }
}

@media print {
  .post-content {
    line-height: 1.75;
    font-size: 16px;
  }
}

.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,
.post-content h5,
.post-content h6 {
  clear: both;
  line-height: 1.4;
  margin: 30px 0 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 768px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 40px 0 20px;
  }
}

@media print {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 40px 0 20px;
  }
}

.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,
.post-content p:first-child {
  margin-top: 0;
}

.post-content h1 {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-top: 1px solid #ddd;
  padding-top: 0.8em;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .post-content h1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print {
  .post-content h1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.post-content h1::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: -1px;
  background-color: #1db6e8;
  width: 120px;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .post-content h1::after {
    width: 280px;
  }
}

@media print {
  .post-content h1::after {
    width: 280px;
  }
}

.post-content h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-top: 1px solid #ddd;
  padding-top: 0.8em;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .post-content h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .post-content h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.post-content h2::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: -1px;
  background-color: #1db6e8;
  width: 120px;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .post-content h2::after {
    width: 240px;
  }
}

@media print {
  .post-content h2::after {
    width: 240px;
  }
}

.post-content h3 {
  position: relative;
  font-size: 18px;
  border-left: 3px solid #1db6e8;
  padding: 0.5em;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .post-content h3 {
    font-size: 20px;
    padding-left: 20px;
  }
}

@media print {
  .post-content h3 {
    font-size: 20px;
    padding-left: 20px;
  }
}

.post-content h4 {
  position: relative;
  font-size: 17px;
  border-left: 2px solid #1db6e8;
  padding: 0.3em 0.5em;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .post-content h4 {
    font-size: 18px;
    padding-left: 20px;
  }
}

@media print {
  .post-content h4 {
    font-size: 18px;
    padding-left: 20px;
  }
}

.post-content h5 {
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .post-content h5 {
    font-size: 17px;
  }
}

@media print {
  .post-content h5 {
    font-size: 17px;
  }
}

.post-content h6 {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .post-content h6 {
    font-size: 16px;
  }
}

@media print {
  .post-content h6 {
    font-size: 16px;
  }
}

.post-content p {
  margin: 1em 0;
  padding: 0;
}

.post-content dfn,
.post-content cite,
.post-content em,
.post-content i {
  font-style: italic;
}

.post-content blockquote {
  color: #666;
  background-color: #f6f6f6;
  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;
  }
}

@media print {
  .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: 0 0 1.5em;
}

.post-content pre {
  background: #eee;
  border-radius: 2px;
  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-bottom: 1em;
}

.post-content ul,
.post-content ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.post-content ul {
  list-style: disc;
}

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

@media print {
  .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;
  }
}

@media print {
  .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;
}

.post-content li ol {
  font-size: 90%;
}

.post-content li ol li {
  margin-bottom: 0.5em;
}

.post-content dt {
  font-weight: 700;
}

.post-content dd {
  margin: 0 1.5em 1.5em;
}

.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-bottom: 1.5em;
  max-width: 100%;
}

.post-content strong {
  font-weight: 500;
}

.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 {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn {
    padding-right: 40px;
    width: auto;
  }
}

@media print {
  .post-content .filebtn {
    padding-right: 40px;
    width: auto;
  }
}

.post-content .filebtn::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::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

@media print {
  .post-content .filebtn::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.post-content .filebtn--download::after {
  background-image: url(assets/img/common/icon-download-white.svg);
}

/* =====================
  footer
===================== */
.footer {
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer-top {
  border-top: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media print {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top__container {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .footer-top__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-top__left {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer-top__left {
    width: 360px;
  }
}

@media print {
  .footer-top__left {
    width: 360px;
  }
}

@media only screen and (min-width: 1340px) {
  .footer-top__left {
    margin-right: 60px;
  }
}

@media print {
  .footer-top__left {
    margin-right: 60px;
  }
}

.footer-top__logo img {
  width: 122px;
  height: auto;
}

.footer-top__sns {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  text-align: center;
}

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

@media print {
  .footer-top__sns {
    margin-top: 30px;
  }
}

.footer-top__sns li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

@media only screen and (min-width: 768px) {
  .footer-top__sns li a {
    transition: all 0.25s ease;
  }
  .footer-top__sns li a:hover {
    opacity: 0.65;
  }
}

@media print {
  .footer-top__sns li a {
    transition: all 0.25s ease;
  }
  .footer-top__sns li a:hover {
    opacity: 0.65;
  }
}

.footer-top__sns li img {
  width: 25px;
  height: auto;
}

.footer-top__sns li img.--x {
  width: 20px;
}

.footer-top__lang-list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .footer-top__lang-list {
    margin-top: 30px;
  }
}

.footer-top__lang-list li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  border-left: 1px solid #ddd;
  min-width: 6em;
  text-align: center;
}

.footer-top__lang-list li:first-child {
  border: none;
}

.footer-top__lang-list li a {
  color: #131313;
  opacity: 0.65;
}

@media only screen and (min-width: 768px) {
  .footer-top__lang-list li a {
    transition: all 0.25s ease;
  }
  .footer-top__lang-list li a:hover {
    opacity: 1;
  }
}

@media print {
  .footer-top__lang-list li a {
    transition: all 0.25s ease;
  }
  .footer-top__lang-list li a:hover {
    opacity: 1;
  }
}

.footer-top__nav {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-top__nav {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
}

@media print {
  .footer-top__nav {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top__nav {
    margin-top: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .footer-top__nav {
    margin-top: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

.footer-top__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 3.2vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

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

@media print {
  .footer-top__list {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-top__list {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .footer-top__list {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer-top__list > li {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li {
    display: block;
    width: auto;
    padding: 0;
    margin-top: 10px;
  }
}

@media print {
  .footer-top__list > li {
    display: block;
    width: auto;
    padding: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li:first-child {
    margin-top: 0;
  }
}

@media print {
  .footer-top__list > li:first-child {
    margin-top: 0;
  }
}

.footer-top__list > li > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  color: #131313;
  background-color: #f4f4f7;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li > a {
    display: inline;
    height: auto;
    width: auto;
    text-align: left;
    background-color: transparent;
  }
}

@media print {
  .footer-top__list > li > a {
    display: inline;
    height: auto;
    width: auto;
    text-align: left;
    background-color: transparent;
  }
}

.footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding: 20px 0;
  }
}

@media print {
  .footer-bottom {
    padding: 20px 0;
  }
}

.footer-bottom__copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 9px;
  font-size: 0.9rem;
}

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

@media print {
  .footer-bottom__copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@keyframes pagetopanime {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 40px;
    opacity: 0.1;
  }
}

#topcontrol {
  right: 5px !important;
  bottom: 0 !important;
}

#topcontrol .txt {
  display: block;
  z-index: 10;
  position: relative;
  transform-origin: right center;
  transform: rotate(90deg) translate(0, 50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1db6e8;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 10px;
  padding-right: 0;
  text-shadow: 0px 1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1 -1px 0 #fff;
}

#topcontrol .txt::after {
  position: absolute;
  display: block;
  content: ' ';
  width: 0;
  top: 50%;
  opacity: 1;
  right: 100%;
  height: 1px;
  background-color: #1db6e8;
  z-index: 1;
  box-shadow: 0px 1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px 0px 0 #fff;
  animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
}

/*=====================
  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: 980;
  }
  .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;
  height: 50px;
  z-index: 980;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .header {
    left: 15px;
    right: 15px;
    width: auto;
    height: 120px;
    border-radius: 0 0 15px 15px;
  }
}

@media print {
  .header {
    left: 15px;
    right: 15px;
    width: auto;
    height: 120px;
    border-radius: 0 0 15px 15px;
  }
}

@media only screen and (min-width: 1510px) {
  .header {
    left: calc(50vw - 740px);
    right: calc(50vw - 740px);
  }
}

@media print {
  .header {
    left: calc(50vw - 740px);
    right: calc(50vw - 740px);
  }
}

@media print {
  .header {
    position: absolute;
  }
}

.header[data-status='scrolled'] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] {
    height: 70px;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 61px;
    height: 30px;
  }
  .header[data-status='scrolled'] .nav-info {
    display: none;
  }
}

@media print {
  .header[data-status='scrolled'] {
    height: 70px;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 61px;
    height: 30px;
  }
  .header[data-status='scrolled'] .nav-info {
    display: none;
  }
}

.header__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 990;
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .header__inner {
    width: auto;
    background-color: transparent;
  }
}

@media print {
  .header__inner {
    width: auto;
    background-color: transparent;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    border-right: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .header__logo {
    border-right: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .header__logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .header__logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .header__logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media print {
  .header__logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.header__logo-inner {
  width: 72px;
  height: 35px;
  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: 81px;
    height: 40px;
    transition: all 0.25s ease;
  }
}

@media print {
  .header__logo-inner {
    width: 81px;
    height: 40px;
    transition: all 0.25s ease;
  }
}

@media only screen and (min-width: 992px) {
  .header__logo-inner {
    width: 122px;
    height: 60px;
  }
}

@media print {
  .header__logo-inner {
    width: 122px;
    height: 60px;
  }
}

.header__nav-wrapper {
  -ms-flex: 1;
      flex: 1;
  border-top: none;
  background-color: #f9f9f9;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .header__nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: transparent;
    padding-top: 0;
  }
}

@media print {
  .header__nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: transparent;
    padding-top: 0;
  }
}

.header__fixed-btns {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btns {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}

@media print {
  .header__fixed-btns {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}

.header__fixed-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  width: 80px;
  text-decoration: none !important;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn {
    width: 40px;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    border: 2px solid #fff;
    border-right: none;
    margin-top: 10px;
    transition: all 0.25s ease;
  }
  .header__fixed-btn:hover {
    color: #fff;
  }
}

@media print {
  .header__fixed-btn {
    width: 40px;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    border: 2px solid #fff;
    border-right: none;
    margin-top: 10px;
    transition: all 0.25s ease;
  }
  .header__fixed-btn:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1400px) {
  .header__fixed-btn {
    font-size: 14px;
    font-size: 1.4rem;
    width: 60px;
    border-radius: 15px 0 0 15px;
  }
}

@media print {
  .header__fixed-btn {
    font-size: 14px;
    font-size: 1.4rem;
    width: 60px;
    border-radius: 15px 0 0 15px;
  }
}

.header__fixed-btn:first-child {
  margin-top: 0;
}

.header__fixed-btn-icon {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn-icon {
    margin-right: 0;
    padding: 2px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print {
  .header__fixed-btn-icon {
    margin-right: 0;
    padding: 2px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 1400px) {
  .header__fixed-btn-icon {
    padding: 5px;
    height: 50px;
  }
}

@media print {
  .header__fixed-btn-icon {
    padding: 5px;
    height: 50px;
  }
}

.header__fixed-btn-icon img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn-icon img {
    width: 20px;
  }
}

@media print {
  .header__fixed-btn-icon img {
    width: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .header__fixed-btn-icon img {
    width: 30px;
  }
}

@media print {
  .header__fixed-btn-icon img {
    width: 30px;
  }
}

.header__fixed-btn--orange {
  background-color: #ffba00;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn--orange:hover {
    background-color: #ffcf4d;
  }
  .header__fixed-btn--orange .header__fixed-btn-icon {
    background-color: #f48a00;
  }
}

@media print {
  .header__fixed-btn--orange:hover {
    background-color: #ffcf4d;
  }
  .header__fixed-btn--orange .header__fixed-btn-icon {
    background-color: #f48a00;
  }
}

.header__fixed-btn--green {
  background-color: #47bfbb;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn--green:hover {
    background-color: #2ed6c9;
  }
  .header__fixed-btn--green .header__fixed-btn-icon {
    background-color: #1e9a90;
  }
}

@media print {
  .header__fixed-btn--green:hover {
    background-color: #2ed6c9;
  }
  .header__fixed-btn--green .header__fixed-btn-icon {
    background-color: #1e9a90;
  }
}

.header__fixed-btn-txt {
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn-txt {
    padding: 10px 5px;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
  }
}

@media print {
  .header__fixed-btn-txt {
    padding: 10px 5px;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1400px) {
  .header__fixed-btn-txt {
    padding: 15px 10px;
  }
}

@media print {
  .header__fixed-btn-txt {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn-txt .small {
    display: inline-block;
    font-weight: bold;
  }
}

@media print {
  .header__fixed-btn-txt .small {
    display: inline-block;
    font-weight: bold;
  }
}

.header__fixed-btn-txt .large {
  display: block;
  font-weight: bold;
  font-size: 110%;
}

@media only screen and (min-width: 768px) {
  .header__fixed-btn-txt .large {
    display: inline-block;
    font-size: 128%;
  }
}

@media print {
  .header__fixed-btn-txt .large {
    display: inline-block;
    font-size: 128%;
  }
}

.header__toggle {
  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;
  margin: 0;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #131313;
  color: #fff;
}

.header__toggle:hover, .header__toggle:focus, .header__toggle:active {
  background-color: #131313;
}

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

@media print {
  .header__toggle {
    display: none;
  }
}

.header__toggle-bar {
  display: block;
  background-color: #fff;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  margin: 3px auto;
  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(6px, 5px);
}

.header__toggle.is-open .header__toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media only screen and (min-width: 768px) {
  .nav-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px;
  }
}

@media print {
  .nav-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-info {
    padding-right: 15px;
  }
}

@media print {
  .nav-info {
    padding-right: 15px;
  }
}

.nav-info__btns {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .nav-info__btns {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  .nav-info__btns {
    margin-left: 0;
    margin-right: 0;
  }
}

.nav-info .nav-info__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 0;
  height: 60px;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .nav-info .nav-info__btn {
    width: 120px;
    height: 40px;
    margin-left: 5px;
    border-radius: 100px;
  }
}

@media print {
  .nav-info .nav-info__btn {
    width: 120px;
    height: 40px;
    margin-left: 5px;
    border-radius: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-info .nav-info__btn {
    margin-left: 15px;
  }
}

@media print {
  .nav-info .nav-info__btn {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-info .nav-info__btn {
    width: 180px;
  }
}

@media print {
  .nav-info .nav-info__btn {
    width: 180px;
  }
}

.nav-info__sns {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .nav-info__sns {
    margin-right: 0;
    margin-left: 15px;
    height: auto;
  }
}

@media print {
  .nav-info__sns {
    margin-right: 0;
    margin-left: 15px;
    height: auto;
  }
}

.nav-info__sns li {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
  .nav-info__sns li {
    width: auto;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media print {
  .nav-info__sns li {
    width: auto;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-info__sns li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media print {
  .nav-info__sns li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nav-info__sns li:first-child {
  border-left: none;
}

.nav-info__sns li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-info__sns li a {
    text-decoration: none !important;
    transition: all 0.25s ease;
  }
  .nav-info__sns li a:hover {
    opacity: 0.65;
  }
}

@media print {
  .nav-info__sns li a {
    text-decoration: none !important;
    transition: all 0.25s ease;
  }
  .nav-info__sns li a:hover {
    opacity: 0.65;
  }
}

.nav-info__sns li a img {
  width: 25px;
  height: auto;
}

.nav-info__sns li a img.--x {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .nav-info__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 5px;
  }
}

@media print {
  .nav-info__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-info__links {
    margin-left: 15px;
  }
}

@media print {
  .nav-info__links {
    margin-left: 15px;
  }
}

.nav-info__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #131313;
  opacity: 0.8;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .nav-info__link {
    border-bottom: none;
    height: auto;
    color: #131313;
    text-decoration: none !important;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all 0.25s ease;
  }
  .nav-info__link:hover {
    opacity: 0.6;
  }
}

@media print {
  .nav-info__link {
    border-bottom: none;
    height: auto;
    color: #131313;
    text-decoration: none !important;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all 0.25s ease;
  }
  .nav-info__link:hover {
    opacity: 0.6;
  }
}

.nav-info__link-icon {
  margin-right: 3px;
}

.nav-info__lang {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .nav-info__lang {
    margin: 0;
  }
}

@media print {
  .nav-info__lang {
    margin: 0;
  }
}

.nav-info__lang:hover .nav-info__label, .nav-info__lang:active .nav-info__label, .nav-info__lang:focus .nav-info__label {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .nav-info__lang:hover .nav-info__lang-list, .nav-info__lang:active .nav-info__lang-list, .nav-info__lang:focus .nav-info__lang-list {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
}

@media print {
  .nav-info__lang:hover .nav-info__lang-list, .nav-info__lang:active .nav-info__lang-list, .nav-info__lang:focus .nav-info__lang-list {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
}

.nav-info__lang-label {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #555;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .nav-info__lang-label {
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 0.8;
    padding: 0;
    font-weight: normal;
    color: #131313;
    background: transparent;
  }
}

@media print {
  .nav-info__lang-label {
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 0.8;
    padding: 0;
    font-weight: normal;
    color: #131313;
    background: transparent;
  }
}

.nav-info__lang-label .icon-down {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  margin-left: 2px;
  display: none;
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .nav-info__lang-label .icon-down {
    display: inline-block;
  }
}

@media print {
  .nav-info__lang-label .icon-down {
    display: inline-block;
  }
}

.nav-info__lang-label .icon-down::before, .nav-info__lang-label .icon-down::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 70%;
  width: 1px;
  height: 50%;
  background-color: #666;
}

.nav-info__lang-label .icon-down::before {
  top: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

.nav-info__lang-label .icon-down::after {
  bottom: 0;
  transform-origin: right top;
  transform: rotate(45deg);
}

.nav-info__lang-list {
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .nav-info__lang-list {
    pointer-events: none;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    width: 150px;
    border-radius: 0 0 5px 5px;
    transform: translate(-50%, -30px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.25s ease;
  }
}

@media print {
  .nav-info__lang-list {
    pointer-events: none;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    width: 150px;
    border-radius: 0 0 5px 5px;
    transform: translate(-50%, -30px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.25s ease;
  }
}

@media only screen and (min-width: 768px) {
  .nav-info__lang-list > li {
    border-top: 1px solid #eee;
  }
}

@media print {
  .nav-info__lang-list > li {
    border-top: 1px solid #eee;
  }
}

.nav-info__lang-list > li:first-child {
  border-top: none;
}

.nav-info__lang-list > li > a,
.nav-info__lang-list > li > span {
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}

.nav-info__lang-list > li > a {
  color: #1db6e8;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .nav-info__lang-list > li > a {
    transition: all 0.25s ease;
  }
  .nav-info__lang-list > li > a:hover {
    color: #1db6e8;
    background-color: #faf8f2;
  }
}

@media print {
  .nav-info__lang-list > li > a {
    transition: all 0.25s ease;
  }
  .nav-info__lang-list > li > a:hover {
    color: #1db6e8;
    background-color: #faf8f2;
  }
}

.nav-info__lang-list > li > span {
  background-color: #faf8f2;
}

.nav-global {
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .nav-global {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
  }
}

@media print {
  .nav-global {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
  }
}

.nav-global--wide .nav-global__item {
  width: 100%;
}

.nav-global--wide .nav-global__item:nth-child(even) {
  border-left: none;
}

.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;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

@media print {
  .nav-global__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

.nav-global__item {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.nav-global__item:nth-child(even) {
  border-left: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .nav-global__item:nth-child(even) {
    border-left: none;
  }
}

@media print {
  .nav-global__item:nth-child(even) {
    border-left: none;
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item {
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
  .nav-global__item:hover > a,
  .nav-global__item:hover > span {
    color: #ffba00;
  }
  .nav-global__item:hover > a::after,
  .nav-global__item:hover > span::after {
    width: 100%;
  }
}

@media print {
  .nav-global__item {
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
  .nav-global__item:hover > a,
  .nav-global__item:hover > span {
    color: #ffba00;
  }
  .nav-global__item:hover > a::after,
  .nav-global__item:hover > span::after {
    width: 100%;
  }
}

.nav-global__item > a,
.nav-global__item > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 5px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  color: #131313;
  height: 60px;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 5px;
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 5px;
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .nav-global__item > a,
  .nav-global__item > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item > a,
  .nav-global__item > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .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: ' ';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffba00;
    border-radius: 5px;
    z-index: 1;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  }
}

@media print {
  .nav-global__item > a::after,
  .nav-global__item > span::after {
    position: absolute;
    display: block;
    content: ' ';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffba00;
    border-radius: 5px;
    z-index: 1;
    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'] {
  background-color: #faf8f2;
}

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

@media print {
  .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%;
  }
}

/* =====================
  MAIN VISUAL SLIDER
===================== */
.sec-mv {
  position: relative;
  background-image: url(assets/img/common/mv-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

@media only screen and (min-width: 768px) {
  .sec-mv {
    background-image: url(assets/img/common/mv.jpg);
    min-height: 680px;
  }
}

@media print {
  .sec-mv {
    background-image: url(assets/img/common/mv.jpg);
    min-height: 680px;
  }
}

.sec-mv::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .sec-mv::after {
    height: 150px;
  }
}

@media print {
  .sec-mv::after {
    height: 150px;
  }
}

.sec-mv__txt {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-30%, -50%);
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt {
    top: 47%;
    left: 50%;
    transform: translate(7%, -50%);
  }
}

@media print {
  .sec-mv__txt {
    top: 47%;
    left: 50%;
    transform: translate(7%, -50%);
  }
}

@media only screen and (min-width: 992px) {
  .sec-mv__txt {
    transform: translate(10%, -50%);
  }
}

@media print {
  .sec-mv__txt {
    transform: translate(10%, -50%);
  }
}

@media only screen and (min-width: 1340px) {
  .sec-mv__txt {
    transform: translate(10%, -50%);
  }
}

@media print {
  .sec-mv__txt {
    transform: translate(10%, -50%);
  }
}

@media only screen and (min-width: 1600px) {
  .sec-mv__txt {
    transform: translate(20%, -50%);
  }
}

@media print {
  .sec-mv__txt {
    transform: translate(20%, -50%);
  }
}

.sec-mv__txt-en {
  width: 60vw;
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-en {
    width: 317px;
    height: 169px;
  }
}

@media print {
  .sec-mv__txt-en {
    width: 317px;
    height: 169px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-mv__txt-en {
    width: 423px;
    height: 225px;
  }
}

@media print {
  .sec-mv__txt-en {
    width: 423px;
    height: 225px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-mv__txt-en {
    width: 488px;
    height: 260px;
  }
}

@media print {
  .sec-mv__txt-en {
    width: 488px;
    height: 260px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec-mv__txt-en {
    width: 634px;
    height: 338px;
  }
}

@media print {
  .sec-mv__txt-en {
    width: 634px;
    height: 338px;
  }
}

.sec-mv__txt-en .copy-svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.sec-mv__txt-en .copy-svg path {
  fill: none;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 14px;
}

.sec-mv__txt-ja {
  position: absolute;
  left: 28%;
  bottom: 0;
  line-height: 1;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.65s ease;
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-ja {
    bottom: 6%;
  }
}

@media print {
  .sec-mv__txt-ja {
    bottom: 6%;
  }
}

.sec-mv__txt-ja[data-status='active'] {
  opacity: 1;
  transform: translate(0, 0);
}

.sec-mv__txt-ja img {
  width: 45vw;
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-ja img {
    width: 194px;
    height: 14px;
  }
}

@media print {
  .sec-mv__txt-ja img {
    width: 194px;
    height: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-mv__txt-ja img {
    width: 259px;
    height: 19px;
  }
}

@media print {
  .sec-mv__txt-ja img {
    width: 259px;
    height: 19px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-mv__txt-ja img {
    width: 298px;
    height: 22px;
  }
}

@media print {
  .sec-mv__txt-ja img {
    width: 298px;
    height: 22px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec-mv__txt-ja img {
    width: 388px;
    height: 28px;
  }
}

@media print {
  .sec-mv__txt-ja img {
    width: 388px;
    height: 28px;
  }
}

.sec-mv .control-scroll {
  position: absolute;
  bottom: 25px;
  left: 15px;
  transform-origin: left top;
  transform: rotate(90deg) translate(-100%, -100%);
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .sec-mv .control-scroll {
    left: auto;
    right: 0px;
    bottom: 40px;
    transform: rotate(90deg) translate(-100%, -550%);
  }
}

@media print {
  .sec-mv .control-scroll {
    left: auto;
    right: 0px;
    bottom: 40px;
    transform: rotate(90deg) translate(-100%, -550%);
  }
}

.sec-mv .control-scroll__txt {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0;
  padding-right: 10px;
}

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

@media print {
  .sec-mv .control-scroll__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sec-mv .control-scroll__txt::after {
  position: absolute;
  display: block;
  content: ' ';
  width: 0;
  top: 50%;
  opacity: 1;
  left: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  animation: scrolldownanime 1.5s infinite cubic-bezier(0.6, 0, 0.3, 1);
}

@keyframes ani-mouse-sp {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.sec-mv .mouse-scroll {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-align: center;
  width: 100%;
  bottom: 20px;
  transition: bottom 0.3s linear;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sec-mv .mouse-scroll {
    bottom: 30px;
  }
}

@media print {
  .sec-mv .mouse-scroll {
    bottom: 30px;
  }
}

.sec-mv .mouse-scroll__txt {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.sec-mv .mouse-scroll__mouse {
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  width: 1px;
}

@media only screen and (min-width: 768px) {
  .sec-mv .mouse-scroll__mouse {
    border: 2px solid #fff;
    background-color: transparent;
    height: 40px;
    width: 28px;
  }
}

@media print {
  .sec-mv .mouse-scroll__mouse {
    border: 2px solid #fff;
    background-color: transparent;
    height: 40px;
    width: 28px;
  }
}

.sec-mv .mouse-scroll__mouse > span {
  animation: 1.5s linear 0s normal none infinite running ani-mouse-sp;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  height: 0;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .sec-mv .mouse-scroll__mouse > span {
    animation: 2s linear 0s normal none infinite running ani-mouse;
    margin: -2px auto 0;
    height: 4px;
    width: 4px;
    border-radius: 4px;
  }
}

@media print {
  .sec-mv .mouse-scroll__mouse > span {
    animation: 2s linear 0s normal none infinite running ani-mouse;
    margin: -2px auto 0;
    height: 4px;
    width: 4px;
    border-radius: 4px;
  }
}

/* =====================
  subpage setting
===================== */
.pgttl {
  position: relative;
  width: 100%;
  color: #fff;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .pgttl {
    height: 380px;
  }
}

@media print {
  .pgttl {
    height: 380px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl {
    height: 460px;
  }
}

@media print {
  .pgttl {
    height: 460px;
  }
}

.pgttl::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}

.pgttl--nobg {
  background-color: #1db6e8;
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .pgttl--nobg {
    height: 260px;
  }
}

@media print {
  .pgttl--nobg {
    height: 260px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl--nobg {
    height: 300px;
  }
}

@media print {
  .pgttl--nobg {
    height: 300px;
  }
}

.pgttl--nobg::after {
  content: none;
}

.pgttl--light {
  color: #e2f1f5;
}

.pgttl__bg {
  position: absolute;
  z-index: 1;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.pgttl__content {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  z-index: 20;
}

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

@media print {
  .pgttl__content {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .pgttl__content {
    padding-left: 5%;
  }
}

@media print {
  .pgttl__content {
    padding-left: 5%;
  }
}

.pgttl__parent {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 0.6;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .pgttl__parent {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.pgttl__ja {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .pgttl__ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .pgttl__ja {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.pgttl__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.7;
  margin-top: 10px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .pgttl__en {
    margin-top: 20px;
    font-size: 80px;
    font-size: 8rem;
  }
}

@media print {
  .pgttl__en {
    margin-top: 20px;
    font-size: 80px;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl__en {
    font-size: 120px;
    font-size: 12rem;
  }
}

@media print {
  .pgttl__en {
    font-size: 120px;
    font-size: 12rem;
  }
}

.pgttl__en--min {
  font-size: 8vw;
}

@media only screen and (min-width: 1340px) {
  .pgttl__en--min {
    font-size: 110px;
    font-size: 11rem;
  }
}

@media print {
  .pgttl__en--min {
    font-size: 110px;
    font-size: 11rem;
  }
}

.pgttl__en .bottom-up {
  font-size: 91.6%;
  display: inline-block;
  transform: translate(0, -10%);
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

@media print {
  .breadcrumbs {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.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: #999;
  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;
  }
}

@media print {
  .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: #ddd;
  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: #131313;
  text-decoration: none !important;
}

.nav-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .nav-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: transparent;
  }
}

@media print {
  .nav-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: transparent;
  }
}

.nav-child__item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .nav-child__item {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

@media print {
  .nav-child__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

@media print {
  .nav-child__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.nav-child__item--parent {
  width: 100%;
  border: none;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .nav-child__item--parent {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

@media print {
  .nav-child__item--parent {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

@media print {
  .nav-child__item--parent {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.nav-child__item--parent .nav-child__link {
  background-color: #131313;
  color: #fff;
  font-weight: bold;
  -ms-flex-pack: left;
      justify-content: left;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .nav-child__item--parent .nav-child__link {
    padding-left: 5px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print {
  .nav-child__item--parent .nav-child__link {
    padding-left: 5px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .nav-child a.nav-child__link {
    transition: all 0.25s ease;
  }
  .nav-child a.nav-child__link:hover {
    color: #131313;
  }
}

@media print {
  .nav-child a.nav-child__link {
    transition: all 0.25s ease;
  }
  .nav-child a.nav-child__link:hover {
    color: #131313;
  }
}

.nav-child__link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: 5px;
  height: 40px;
  background-color: #e2f1f5;
  text-decoration: none !important;
  color: #aaa;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .nav-child__link {
    height: 75px;
  }
}

@media print {
  .nav-child__link {
    height: 75px;
  }
}

.nav-child__link--active {
  background-color: #fff;
  font-weight: bold;
  color: #131313;
}

@media only screen and (min-width: 768px) {
  .nav-child__link--active {
    border-bottom: none;
  }
}

@media print {
  .nav-child__link--active {
    border-bottom: none;
  }
}

.sec-anchor {
  padding-top: 60px;
  padding-bottom: 30px;
}

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

@media print {
  .sec-anchor {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.list-anchor {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

@media only screen and (min-width: 768px) {
  .list-anchor {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print {
  .list-anchor {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.list-anchor li {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-anchor li > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  background-color: #e2f1f5;
  text-decoration: none !important;
  color: #131313;
  font-weight: bold;
  line-height: 1.5;
  font-size: 3vw;
  padding: 5px;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 480px) {
  .list-anchor li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .list-anchor li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .list-anchor li > a {
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-anchor li > a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .list-anchor li > a:hover .link-arrow {
    transform: translate(0, 50%) rotate(90deg);
  }
}

@media print {
  .list-anchor li > a {
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-anchor li > a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .list-anchor li > a:hover .link-arrow {
    transform: translate(0, 50%) rotate(90deg);
  }
}

.list-anchor .link-arrow {
  margin-right: 0;
  margin-left: auto;
  transform: rotate(90deg);
}

.list-anchor__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .list-anchor__icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

@media print {
  .list-anchor__icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.list-anchor__icon img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-anchor__icon img {
    width: 45px;
  }
}

@media print {
  .list-anchor__icon img {
    width: 45px;
  }
}

.list-anchor__txt {
  -ms-flex: 1;
      flex: 1;
}

.list-anchor--wide-sp li {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-anchor--max3-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .list-anchor--max3-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1340px) {
  .list-anchor--max3-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print {
  .list-anchor--max3-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .list-anchor--max3-md li {
    width: 33.333%;
  }
}

@media print {
  .list-anchor--max3-md li {
    width: 33.333%;
  }
}

@media only screen and (min-width: 1340px) {
  .list-anchor--max3-md li {
    width: 100%;
  }
}

@media print {
  .list-anchor--max3-md li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .list-anchor--max3-pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .list-anchor--max3-pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .list-anchor--max3-pc li {
    width: 33.333%;
  }
}

@media print {
  .list-anchor--max3-pc li {
    width: 33.333%;
  }
}

.sec-child {
  margin-top: 30px;
}

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

@media print {
  .sec-child {
    margin-top: 60px;
  }
}

.sec-child:first-child {
  margin-top: 0;
}

.sec-child--sm {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-child--sm {
    margin-top: 20px;
  }
}

@media print {
  .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;
  }
}

@media print {
  .sec-child--md {
    margin-top: 30px;
  }
}

.sec-child--md:first-child {
  margin-top: 0;
}

.sec-child--lg {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .sec-child--lg {
    margin-top: 80px;
  }
}

@media print {
  .sec-child--lg {
    margin-top: 80px;
  }
}

.sec-child--lg:first-child {
  margin-top: 0;
}

.block-faq {
  border-bottom: 1px solid #ddd;
}

.block-faq:first-of-type {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .block-faq:first-of-type {
    margin-top: 20px;
  }
}

@media print {
  .block-faq:first-of-type {
    margin-top: 20px;
  }
}

.block-faq__check {
  display: none;
}

.block-faq__label {
  position: relative;
  cursor: pointer;
  display: block;
}

.block-faq__label::before, .block-faq__label::after {
  position: absolute;
  display: block;
  content: ' ';
  right: 10px;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #ffba00;
  transform-origin: center center;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .block-faq__label::before, .block-faq__label::after {
    width: 30px;
  }
}

@media print {
  .block-faq__label::before, .block-faq__label::after {
    width: 30px;
  }
}

.block-faq__label::after {
  transition: all 0.25s ease;
  transform: translate(0, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .block-faq__label {
    transition: background 0.25s ease;
  }
  .block-faq__label:hover {
    background-color: #f6f6f6;
  }
}

@media print {
  .block-faq__label {
    transition: background 0.25s ease;
  }
  .block-faq__label:hover {
    background-color: #f6f6f6;
  }
}

.block-faq__question, .block-faq__answer {
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .block-faq__question, .block-faq__answer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media print {
  .block-faq__question, .block-faq__answer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.block-faq__question::before, .block-faq__answer::before {
  position: absolute;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  left: 0;
  top: 15px;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .block-faq__question::before, .block-faq__answer::before {
    top: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .block-faq__question::before, .block-faq__answer::before {
    top: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.block-faq__question {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .block-faq__question {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .block-faq__question {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block-faq__question::before {
  content: 'Q.';
  color: #1db6e8;
}

.block-faq__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .block-faq__content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-faq .block-faq__check:checked + .block-faq__label + .block-faq__content {
  height: auto;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.2s ease-out;
}

.block-faq .block-faq__check:checked + .block-faq__label::after {
  transform: translate(0, -50%);
}

.block-faq__answer {
  padding-right: 15px;
  padding-left: 60px;
}

@media only screen and (min-width: 768px) {
  .block-faq__answer {
    padding-right: 30px;
    padding-left: 80px;
  }
}

@media print {
  .block-faq__answer {
    padding-right: 30px;
    padding-left: 80px;
  }
}

.block-faq__answer::before {
  top: 0;
  left: 10px;
  content: 'A.';
  color: #ffba00;
}

@media only screen and (min-width: 768px) {
  .block-faq__answer::before {
    left: 30px;
  }
}

@media print {
  .block-faq__answer::before {
    left: 30px;
  }
}

.sec-about {
  position: relative;
  overflow: hidden;
}

.sec-about::before, .sec-about::after {
  position: absolute;
  content: ' ';
  display: block;
  z-index: -1;
  width: 70%;
}

.sec-about::before {
  background-color: #e2f1f5;
  top: 0;
  right: 0;
  height: 200px;
  transform-origin: left top;
  transform: skewX(80deg);
}

@media only screen and (min-width: 768px) {
  .sec-about::before {
    height: 300px;
  }
}

@media print {
  .sec-about::before {
    height: 300px;
  }
}

.sec-about::after {
  background-color: #fff6ab;
  bottom: 0;
  left: 0;
  height: 200px;
  transform-origin: right bottom;
  transform: skewX(80deg);
}

@media only screen and (min-width: 768px) {
  .sec-about::after {
    height: 300px;
  }
}

@media print {
  .sec-about::after {
    height: 300px;
  }
}

.sec-about__lead {
  text-align: center;
}

.sec-about__lead-inner {
  position: relative;
  display: inline-block;
}

.sec-about__lead-en {
  position: absolute;
  top: -30px;
  left: -10px;
}

@media only screen and (min-width: 768px) {
  .sec-about__lead-en {
    top: -50px;
    left: -20px;
  }
}

@media print {
  .sec-about__lead-en {
    top: -50px;
    left: -20px;
  }
}

.sec-about__lead-en img {
  width: 202px;
}

@media only screen and (min-width: 768px) {
  .sec-about__lead-en img {
    width: 303px;
  }
}

@media print {
  .sec-about__lead-en img {
    width: 303px;
  }
}

.sec-about__lead-txt {
  line-height: 1.5;
  font-size: 5.5vw;
  font-weight: bold;
}

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

@media print {
  .sec-about__lead-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .sec-about__lead-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-about__lead-txt .large {
  font-size: 128%;
}

.sec-about__lead-txt .blue {
  color: #1db6e8;
}

.sec-about__txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .sec-about__txt {
    text-align: center;
    margin-top: 30px;
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-about__txt {
    text-align: center;
    margin-top: 30px;
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-about__txt .txt-wave {
  font-size: 112%;
}

.sec-about__txt p {
  margin-top: 1.5em;
}

.sec-about__txt p:first-child {
  margin-top: 0;
}

.sec-about__illust {
  margin-top: 30px;
}

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

@media print {
  .sec-about__illust {
    margin-top: 60px;
  }
}

.sec-about__content {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .sec-about__content {
    margin-top: 100px;
  }
}

@media print {
  .sec-about__content {
    margin-top: 100px;
  }
}

.block-about {
  margin-top: 60px;
}

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

@media print {
  .block-about {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .block-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .block-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

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

@media only screen and (min-width: 992px) {
  .block-about:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media print {
  .block-about:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.block-about:nth-child(even) .block-about__thumb {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 0;
}

.block-about:nth-child(even) .block-about__thumb-inner::before {
  left: auto;
  right: -15px;
}

@media only screen and (min-width: 1340px) {
  .block-about:nth-child(even) .block-about__thumb-inner::before {
    left: auto;
    right: -30px;
  }
}

@media print {
  .block-about:nth-child(even) .block-about__thumb-inner::before {
    left: auto;
    right: -30px;
  }
}

@media only screen and (min-width: 992px) {
  .block-about:nth-child(even) .block-about__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media print {
  .block-about:nth-child(even) .block-about__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-about:nth-child(even) .block-about__content {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media print {
  .block-about:nth-child(even) .block-about__content {
    padding-left: 0;
    padding-right: 50px;
  }
}

.block-about:nth-child(even) .block-about__content-inner::before {
  right: auto;
  left: -10px;
}

@media only screen and (min-width: 768px) {
  .block-about:nth-child(even) .block-about__content-inner::before {
    right: auto;
    left: -15px;
  }
}

@media print {
  .block-about:nth-child(even) .block-about__content-inner::before {
    right: auto;
    left: -15px;
  }
}

.block-about:nth-child(even) .block-about__content-inner::after {
  right: auto;
  left: 25px;
}

@media only screen and (min-width: 768px) {
  .block-about:nth-child(even) .block-about__content-inner::after {
    right: auto;
    left: 35px;
  }
}

@media print {
  .block-about:nth-child(even) .block-about__content-inner::after {
    right: auto;
    left: 35px;
  }
}

.block-about__thumb {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .block-about__thumb {
    width: 80%;
  }
}

@media print {
  .block-about__thumb {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .block-about__thumb {
    width: 50%;
  }
}

@media print {
  .block-about__thumb {
    width: 50%;
  }
}

@media only screen and (min-width: 1340px) {
  .block-about__thumb {
    padding-left: 0;
  }
}

@media print {
  .block-about__thumb {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .block-about__thumb--min {
    width: 70%;
  }
}

@media print {
  .block-about__thumb--min {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .block-about__thumb--min {
    width: 40%;
  }
}

@media print {
  .block-about__thumb--min {
    width: 40%;
  }
}

.block-about__thumb-inner {
  position: relative;
  display: block;
}

.block-about__thumb-inner::before {
  position: absolute;
  content: ' ';
  display: block;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #1db6e8;
}

@media only screen and (min-width: 1340px) {
  .block-about__thumb-inner::before {
    left: -30px;
    top: -30px;
  }
}

@media print {
  .block-about__thumb-inner::before {
    left: -30px;
    top: -30px;
  }
}

.block-about__thumb img {
  position: relative;
  max-width: 100%;
  height: auto;
}

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

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

@media print {
  .block-about__content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .block-about__content {
    margin-top: 0;
    padding-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .block-about__content {
    margin-top: 0;
    padding-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .block-about__content {
    padding-left: 50px;
  }
}

@media print {
  .block-about__content {
    padding-left: 50px;
  }
}

.block-about__content-inner {
  position: relative;
}

.block-about__content-inner::before, .block-about__content-inner::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #1db6e8;
  opacity: 0.3;
}

.block-about__content-inner::before {
  top: -60px;
  right: -10px;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .block-about__content-inner::before {
    top: -90px;
    right: -15px;
    width: 75px;
    height: 75px;
  }
}

@media print {
  .block-about__content-inner::before {
    top: -90px;
    right: -15px;
    width: 75px;
    height: 75px;
  }
}

.block-about__content-inner::after {
  top: -30px;
  right: 25px;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .block-about__content-inner::after {
    top: -40px;
    right: 35px;
    width: 40px;
    height: 40px;
  }
}

@media print {
  .block-about__content-inner::after {
    top: -40px;
    right: 35px;
    width: 40px;
    height: 40px;
  }
}

.block-about__ttl {
  font-weight: bold;
  font-size: 4vw;
}

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

@media print {
  .block-about__ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

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

@media print {
  .block-about__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .block-about__ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

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

@media print {
  .block-about__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.block-about__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .block-about__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .block-about__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

@media print {
  .block-about__btn {
    margin-top: 30px;
  }
}

.sec-point__lead {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
}

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

@media print {
  .sec-point__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

@media print {
  .sec-point__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-point__lead > span {
  position: relative;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.3;
}

.sec-point__lead > span::before, .sec-point__lead > span::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #131313;
}

.sec-point__lead > span::before {
  left: 0;
  transform-origin: right bottom;
  transform: rotate(-30deg);
}

.sec-point__lead > span::after {
  right: 0;
  transform-origin: left bottom;
  transform: rotate(30deg);
}

.sec-point__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-weight: bold;
  font-size: 8vw;
  color: #fff;
  text-shadow: calc(1px * 1) calc(1px * 0) 0 #131313, calc(1px * 0.9239) calc(1px * 0.3827) 0 #131313, calc(1px * 0.7071) calc(1px * 0.7071) 0 #131313, calc(1px * 0.3827) calc(1px * 0.9239) 0 #131313, calc(1px * 0) calc(1px * 1) 0 #131313, calc(1px * -0.3827) calc(1px * 0.9239) 0 #131313, calc(1px * -0.7071) calc(1px * 0.7071) 0 #131313, calc(1px * -0.9239) calc(1px * 0.3827) 0 #131313, calc(1px * -1) calc(1px * 0) 0 #131313, calc(1px * -0.9239) calc(1px * -0.3827) 0 #131313, calc(1px * -0.7071) calc(1px * -0.7071) 0 #131313, calc(1px * -0.3827) calc(1px * -0.9239) 0 #131313, calc(1px * 0) calc(1px * -1) 0 #131313, calc(1px * 0.3827) calc(1px * -0.9239) 0 #131313, calc(1px * 0.7071) calc(1px * -0.7071) 0 #131313, calc(1px * 0.9239) calc(1px * -0.3827) 0 #131313;
}

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

@media print {
  .sec-point__ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

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

@media print {
  .sec-point__ttl {
    font-size: 60px;
    font-size: 6rem;
  }
}

.sec-point__content {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-point__content {
    margin-top: 40px;
  }
}

@media print {
  .sec-point__content {
    margin-top: 40px;
  }
}

.block-point {
  margin-top: 40px;
}

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

@media print {
  .block-point {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .block-point {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .block-point {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

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

@media only screen and (min-width: 992px) {
  .block-point:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media print {
  .block-point:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.block-point:nth-child(even) .block-point__thumb {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .block-point:nth-child(even) .block-point__thumb {
    padding-left: 40px;
    padding-right: 0;
  }
}

@media print {
  .block-point:nth-child(even) .block-point__thumb {
    padding-left: 40px;
    padding-right: 0;
  }
}

.block-point:nth-child(even) .block-point__thumb-inner::before {
  left: auto;
  right: -15px;
}

@media only screen and (min-width: 1340px) {
  .block-point:nth-child(even) .block-point__thumb-inner::before {
    left: auto;
    right: -30px;
  }
}

@media print {
  .block-point:nth-child(even) .block-point__thumb-inner::before {
    left: auto;
    right: -30px;
  }
}

@media only screen and (min-width: 992px) {
  .block-point:nth-child(even) .block-point__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media print {
  .block-point:nth-child(even) .block-point__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-point:nth-child(even) .block-point__content {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media print {
  .block-point:nth-child(even) .block-point__content {
    padding-left: 0;
    padding-right: 50px;
  }
}

.block-point--min {
  margin-top: 20px;
}

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

@media print {
  .block-point--min {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .block-point--min {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .block-point--min {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.block-point--min:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .block-point--min .block-point__thumb {
    width: 70%;
  }
}

@media print {
  .block-point--min .block-point__thumb {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .block-point--min .block-point__thumb {
    width: 420px;
  }
}

@media print {
  .block-point--min .block-point__thumb {
    width: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .block-point--min .block-point__content {
    padding-left: 0px;
  }
}

@media print {
  .block-point--min .block-point__content {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-point--min .block-point__content {
    padding-left: 0px;
  }
}

@media print {
  .block-point--min .block-point__content {
    padding-left: 0px;
  }
}

.block-point__thumb {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .block-point__thumb {
    width: 80%;
  }
}

@media print {
  .block-point__thumb {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .block-point__thumb {
    width: 50%;
    padding-right: 40px;
  }
}

@media print {
  .block-point__thumb {
    width: 50%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-point__thumb {
    padding-left: 0;
  }
}

@media print {
  .block-point__thumb {
    padding-left: 0;
  }
}

.block-point__thumb-inner {
  position: relative;
  display: block;
}

.block-point__thumb-inner::before {
  position: absolute;
  content: ' ';
  display: block;
  left: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #e2f1f5 25%, #fff 25%, #fff 50%, #e2f1f5 50%, #e2f1f5 75%, #fff 75%, #fff);
  background-size: 10px 10px;
}

@media only screen and (min-width: 1340px) {
  .block-point__thumb-inner::before {
    left: -30px;
    top: 30px;
  }
}

@media print {
  .block-point__thumb-inner::before {
    left: -30px;
    top: 30px;
  }
}

.block-point__thumb img {
  position: relative;
  max-width: 100%;
  height: auto;
}

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

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

@media print {
  .block-point__content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .block-point__content {
    margin-top: 0;
    padding-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .block-point__content {
    margin-top: 0;
    padding-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .block-point__content {
    padding-left: 50px;
  }
}

@media print {
  .block-point__content {
    padding-left: 50px;
  }
}

.block-point__en {
  position: absolute;
  top: -25px;
  left: -5px;
}

@media only screen and (min-width: 768px) {
  .block-point__en {
    top: -40px;
    left: -10px;
  }
}

@media print {
  .block-point__en {
    top: -40px;
    left: -10px;
  }
}

.block-point__en img {
  width: 47px;
}

@media only screen and (min-width: 768px) {
  .block-point__en img {
    width: 71px;
  }
}

@media print {
  .block-point__en img {
    width: 71px;
  }
}

.block-point__ttl {
  position: relative;
  font-weight: bold;
  font-size: 4vw;
  padding-bottom: 0.5em;
  background-image: url(assets/img/common/underline-dotted.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 3px;
}

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

@media print {
  .block-point__ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

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

@media print {
  .block-point__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .block-point__ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

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

@media print {
  .block-point__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.block-point__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .block-point__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .block-point__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

@media print {
  .block-point__btn {
    margin-top: 30px;
  }
}

.sec-area__ttl {
  text-align: center;
}

.sec-area__ttl-inner {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-area__ttl-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media print {
  .sec-area__ttl-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.sec-area__ttl-txt {
  font-weight: bold;
  font-size: 5vw;
}

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

@media print {
  .sec-area__ttl-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

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

@media print {
  .sec-area__ttl-txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .sec-area__ttl-txt--en {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print {
  .sec-area__ttl-txt--en {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sec-area__ttl-illust-01 {
  position: absolute;
  left: -30px;
  top: 0px;
  width: 61px;
  height: auto;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .sec-area__ttl-illust-01 {
    top: 0;
    left: 0;
    width: 121px;
  }
}

@media print {
  .sec-area__ttl-illust-01 {
    top: 0;
    left: 0;
    width: 121px;
  }
}

.sec-area__ttl-illust-02 {
  position: absolute;
  right: -30px;
  top: 0px;
  width: 50px;
  height: auto;
  transform: translate(0, -40%);
}

@media only screen and (min-width: 768px) {
  .sec-area__ttl-illust-02 {
    top: 0;
    right: 0;
    width: 100px;
  }
}

@media print {
  .sec-area__ttl-illust-02 {
    top: 0;
    right: 0;
    width: 100px;
  }
}

.sec-area__lead {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
}

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

@media print {
  .sec-area__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

@media print {
  .sec-area__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-area__lead > span {
  position: relative;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.3;
}

.sec-area__lead > span::before, .sec-area__lead > span::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #131313;
}

.sec-area__lead > span::before {
  left: 0;
  transform-origin: right bottom;
  transform: rotate(-30deg);
}

.sec-area__lead > span::after {
  right: 0;
  transform-origin: left bottom;
  transform: rotate(30deg);
}

.sec-area__txt {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .sec-area__txt {
    text-align: center;
    line-height: 2.2;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .sec-area__txt {
    text-align: center;
    line-height: 2.2;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.row-area {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .row-area {
    margin-top: 20px;
  }
}

@media print {
  .row-area {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .row-area {
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print {
  .row-area {
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row-area__illust {
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .row-area__illust {
    width: 50%;
  }
}

@media print {
  .row-area__illust {
    width: 50%;
  }
}

.row-area__btns {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .row-area__btns {
    margin-top: 20px;
  }
}

@media print {
  .row-area__btns {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .row-area__btns {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .row-area__btns {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

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

.list-mapbtn li {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.list-mapbtn li#mapbtn-1 {
  top: 4%;
  left: 44%;
}

.list-mapbtn li#mapbtn-2 {
  top: 33.5%;
  left: 45%;
}

.list-mapbtn li#mapbtn-3 {
  top: 41%;
  left: 45%;
}

.list-mapbtn li#mapbtn-4 {
  top: 55%;
  left: 47%;
}

.list-mapbtn li#mapbtn-5 {
  top: 69%;
  left: 43%;
}

.list-mapbtn li#mapbtn-6 {
  top: 85%;
  left: 16%;
}

.list-mapbtn li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #131313;
  font-size: 3.5vw;
  text-decoration: none !important;
}

@media only screen and (min-width: 510px) {
  .list-mapbtn li a {
    font-size: 17px;
  }
}

@media print {
  .list-mapbtn li a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) {
  .list-mapbtn li a {
    font-size: 17px;
    transition: all 0.25s ease;
    transform-origin: left bottom;
  }
  .list-mapbtn li a:hover {
    transform: scale(1.03);
  }
  .list-mapbtn li a:hover .list-mapbtn__txt {
    color: #1db6e8;
  }
}

@media print {
  .list-mapbtn li a {
    font-size: 17px;
    transition: all 0.25s ease;
    transform-origin: left bottom;
  }
  .list-mapbtn li a:hover {
    transform: scale(1.03);
  }
  .list-mapbtn li a:hover .list-mapbtn__txt {
    color: #1db6e8;
  }
}

.list-mapbtn__number {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #1db6e8;
  color: #fff;
  font-size: 130%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 600;
  width: 1.5em;
  height: 1.5em;
  z-index: 10;
  border-radius: 50%;
  border: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-mapbtn__number::after, .list-mapbtn__number::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}

.list-mapbtn__number::after {
  border-color: rgba(29, 182, 232, 0);
  border-top-color: #1db6e8;
  border-width: 5px;
  margin-left: -5px;
}

.list-mapbtn__number::before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.list-mapbtn__txt {
  transition: all 0.25s ease;
  background-color: #fff;
  font-weight: bold;
  border-radius: 0 50px 50px 0;
  line-height: 1.3;
  padding: 0.2em 1em 0.2em 1em;
  transform: translate(-0.5em, 0);
}

.list-areabtn {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 4vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

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

@media print {
  .list-areabtn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

@media print {
  .list-areabtn {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .list-areabtn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  .list-areabtn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.list-areabtn > li {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}

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

@media print {
  .list-areabtn > li {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .list-areabtn > li {
    display: block;
    width: 100%;
  }
}

@media print {
  .list-areabtn > li {
    display: block;
    width: 100%;
  }
}

.list-areabtn > li:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .list-areabtn > li:nth-child(2) {
    margin-top: 10px;
  }
}

@media print {
  .list-areabtn > li:nth-child(2) {
    margin-top: 10px;
  }
}

.list-areabtn a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  height: 55px;
  padding: 5px;
  background-color: #e2f1f5;
  color: #131313;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none !important;
  border-radius: 100px 0 0 100px;
}

@media only screen and (min-width: 768px) {
  .list-areabtn a {
    height: 80px;
    padding: 10px 15px 10px 30px;
    transition: all 0.25s ease;
  }
  .list-areabtn a:hover {
    background-color: #1db6e8;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
}

@media print {
  .list-areabtn a {
    height: 80px;
    padding: 10px 15px 10px 30px;
    transition: all 0.25s ease;
  }
  .list-areabtn a:hover {
    background-color: #1db6e8;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
}

.list-areabtn__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .list-areabtn__icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}

@media print {
  .list-areabtn__icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}

.list-areabtn__icon img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-areabtn__icon img {
    width: 45px;
  }
}

@media print {
  .list-areabtn__icon img {
    width: 45px;
  }
}

.popup-modal {
  width: 90vw;
  max-width: 1060px;
}

.popup-modal p {
  color: #131313 !important;
}

.popup-modal .ttl-section {
  color: #131313 !important;
}

.popup-modal__txt {
  color: #131313;
}

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

@media print {
  .popup-modal__txt {
    -ms-flex: 1;
        flex: 1;
  }
}

.popup-modal__btn {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

@media print {
  .popup-modal__btn {
    margin-top: 30px;
  }
}

.list-block {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

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

@media print {
  .list-block {
    margin-top: 30px;
  }
}

.list-block__item {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  background-color: #fff;
}

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

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

@media print {
  .list-block__item {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .list-block__thumb {
    width: 260px;
  }
}

@media print {
  .list-block__thumb {
    width: 260px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-block__thumb {
    width: 320px;
  }
}

@media print {
  .list-block__thumb {
    width: 320px;
  }
}

.list-block__thumb img {
  max-width: 100%;
  height: auto;
}

.list-block__content {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .list-block__content {
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
  }
}

@media print {
  .list-block__content {
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
  }
}

.list-block__ttl {
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .list-block__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-block__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .list-block__txt {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .list-block__txt {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.detail-block {
  margin-top: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .detail-block {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

@media print {
  .detail-block {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.detail-block__ttl {
  padding: 10px 15px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #1db6e8;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .detail-block__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 180px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .detail-block__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 180px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.detail-block__content {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .detail-block__content {
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
  }
}

@media print {
  .detail-block__content {
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
  }
}

.sec-ship__ttl-illust-01 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 54px;
  height: auto;
  transform: translate(-30%, -50%);
}

@media only screen and (min-width: 768px) {
  .sec-ship__ttl-illust-01 {
    top: 0;
    width: 107px;
  }
}

@media print {
  .sec-ship__ttl-illust-01 {
    top: 0;
    width: 107px;
  }
}

.sec-ship__ttl-illust-02 {
  position: absolute;
  right: 0;
  top: 0px;
  width: 96px;
  height: auto;
  transform: translate(50%, -40%);
}

@media only screen and (min-width: 768px) {
  .sec-ship__ttl-illust-02 {
    top: 0;
    width: 240px;
  }
}

@media print {
  .sec-ship__ttl-illust-02 {
    top: 0;
    width: 240px;
  }
}

.block-content {
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .block-content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-content p, .block-content__h1, .block-content__h2, .block-content__h3, .block-content__h4 {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .block-content p, .block-content__h1, .block-content__h2, .block-content__h3, .block-content__h4 {
    margin-top: 15px;
  }
}

@media print {
  .block-content p, .block-content__h1, .block-content__h2, .block-content__h3, .block-content__h4 {
    margin-top: 15px;
  }
}

.block-content p:first-child, .block-content__h1:first-child, .block-content__h2:first-child, .block-content__h3:first-child, .block-content__h4:first-child {
  margin-top: 0;
}

.block-content__lead {
  font-weight: bold;
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.7rem;
}

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

@media print {
  .block-content__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

.block-content__txt {
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .block-content__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.block-content__h3 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .block-content__h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.block-content__h4 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .block-content__h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block-content__row {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .block-content__row {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
}

@media print {
  .block-content__row {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
}

.block-content__col {
  width: 100%;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .block-content__col {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 50%;
  }
}

@media print {
  .block-content__col {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 50%;
  }
}

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

.block-content__thumb {
  text-align: center;
}

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

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

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

@media print {
  .block-content__gmap {
    padding-bottom: 460px;
  }
}

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

.block-content__gmap-link {
  font-size: 85%;
  opacity: 0.6;
  color: #131313;
  text-decoration: underline;
}

.block-content__btn {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

@media print {
  .block-content__btn {
    margin-top: 40px;
  }
}

.ttl-pickup {
  text-align: center;
}

.ttl-pickup > span {
  position: relative;
  display: inline-block;
}

.ttl-pickup .txt-pickup {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -100%);
  width: 55px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .ttl-pickup .txt-pickup {
    width: 109px;
  }
}

@media print {
  .ttl-pickup .txt-pickup {
    width: 109px;
  }
}

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

@media print {
  .search-content {
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media print {
  .search-content__form {
    -ms-flex: 1;
        flex: 1;
  }
}

.search-content__type {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .search-content__type {
    margin-top: 20px;
  }
}

@media print {
  .search-content__type {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .search-content__type {
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media print {
  .search-content__type {
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.search-content__type:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .search-content__type--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .search-content__type--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .search-content__type--wrap label {
    width: calc(33.3% - 10px) !important;
  }
}

@media print {
  .search-content__type--wrap label {
    width: calc(33.3% - 10px) !important;
  }
}

.search-content__type .radiobutton {
  display: none;
}

.search-content__type label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  background-color: #fff;
  border: 2px solid #ddd;
  color: #999;
  padding: 5px;
  height: 40px;
  width: 100%;
  font-size: 3vw;
  margin-top: 3px;
}

.search-content__type label:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 480px) {
  .search-content__type label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .search-content__type label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .search-content__type label {
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    transition: all 0.25s ease;
  }
  .search-content__type label:hover {
    color: #131313;
  }
}

@media print {
  .search-content__type label {
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    transition: all 0.25s ease;
  }
  .search-content__type label:hover {
    color: #131313;
  }
}

@media only screen and (min-width: 992px) {
  .search-content__type label {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media print {
  .search-content__type label {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.search-content__type .radiobutton:checked + label {
  font-weight: bold;
  border-color: #1db6e8;
  color: #131313;
}

.search-content__place {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .search-content__place {
    margin-top: 40px;
  }
}

@media print {
  .search-content__place {
    margin-top: 40px;
  }
}

.search-content__place-02 {
  position: relative;
  margin-top: 25px;
}

.search-content__place-02::before {
  position: absolute;
  display: block;
  content: '\f175';
  font-family: FontAwesome;
  font-size: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #1db6e8;
  top: -20px;
  left: 15px;
}

.search-content__btn {
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
}

.search-content__btn:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.search-content__map {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .search-content__map {
    width: 480px;
    margin-left: 30px;
    margin-top: 0;
  }
}

@media print {
  .search-content__map {
    width: 480px;
    margin-left: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .search-content__map {
    width: 640px;
  }
}

@media print {
  .search-content__map {
    width: 640px;
  }
}

.search-content__map img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .search-content__map--sp {
    display: none;
  }
}

@media print {
  .search-content__map--sp {
    display: none;
  }
}

.search-content__map--pc {
  display: none;
}

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

@media print {
  .search-content__map--pc {
    display: -ms-flexbox;
    display: flex;
  }
}

.search-content__map-illust {
  -ms-flex: 1;
      flex: 1;
}

.search-content__map-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #f3f1e5;
  padding: 5px;
}

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

@media print {
  .search-content__map-box {
    padding: 15px;
    padding-bottom: 30px;
  }
}

.search-content__map-ttl {
  font-weight: bold;
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .search-content__map-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .search-content__map-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.search-content .cp_ipselect {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .search-content .cp_ipselect {
    padding-top: 20px;
  }
}

@media print {
  .search-content .cp_ipselect {
    padding-top: 20px;
  }
}

.search-content .cp_sl {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ddd;
}

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

@media print {
  .search-content .cp_sl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.search-content .cp_sl.active[name='start'], .search-content .cp_sl:focus[name='start'] {
  border-bottom-color: #ffba00;
}

.search-content .cp_sl.active[name='end'], .search-content .cp_sl:focus[name='end'] {
  border-bottom-color: #ff6c00;
}

.search-content .cp_ipselect .cp_sl {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.search-content .cp_ipselect select::-ms-expand {
  display: none;
}

.search-content .cp_ipselect:after {
  position: absolute;
  top: 2em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #131313;
  pointer-events: none;
}

.search-content .cp_sl_selectlabel {
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 25px;
  transition: 0.2s ease all;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .search-content .cp_sl_selectlabel {
    top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .search-content .cp_sl_selectlabel {
    top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.search-content .cp_sl:focus ~ .cp_sl_selectlabel,
.search-content .cp_sl:valid ~ .cp_sl_selectlabel {
  top: -5px;
  transition: 0.2s ease all;
}

.search-content .cp_sl:focus ~ .cp_sl_selectlabel.start,
.search-content .cp_sl:valid ~ .cp_sl_selectlabel.start {
  color: #ffba00;
}

.search-content .cp_sl:focus ~ .cp_sl_selectlabel.end,
.search-content .cp_sl:valid ~ .cp_sl_selectlabel.end {
  color: #ff6c00;
}

.search-content .cp_sl:focus ~ .cp_sl_selectlabel .cp_sl_selectlabel_hidden,
.search-content .cp_sl:valid ~ .cp_sl_selectlabel .cp_sl_selectlabel_hidden {
  display: none;
}

.btns-searchmap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 10;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 2.6vw;
}

@media only screen and (min-width: 768px) {
  .btns-searchmap {
    margin-top: 15px;
    padding-right: 30px;
    font-size: 1.6vw;
  }
}

@media print {
  .btns-searchmap {
    margin-top: 15px;
    padding-right: 30px;
    font-size: 1.6vw;
  }
}

@media only screen and (min-width: 992px) {
  .btns-searchmap {
    font-size: 17px;
  }
}

@media print {
  .btns-searchmap {
    font-size: 17px;
  }
}

.btns-searchmap__harf {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.btns-searchmap__harf--top {
  -ms-flex: 1;
      flex: 1;
}

.btns-searchmap__harf--top::before {
  top: 1em;
  bottom: 1em;
}

.btns-searchmap__harf--bottom {
  height: 34%;
  margin-top: 3%;
}

.btns-searchmap__harf--bottom::before {
  top: -1.5em;
  bottom: 1em;
}

.btns-searchmap__harf::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 58%;
  border: 2px dashed #1db6e8;
  left: 50%;
  border-radius: 1em;
}

.btns-searchmap__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  color: #131313;
  text-decoration: none !important;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .btns-searchmap__btn {
    transition: all 0.25s ease;
    transform-origin: left bottom;
  }
  .btns-searchmap__btn:hover {
    transform: scale(1.03);
  }
  .btns-searchmap__btn:hover .list-mapbtn__txt {
    color: #1db6e8;
  }
}

@media print {
  .btns-searchmap__btn {
    transition: all 0.25s ease;
    transform-origin: left bottom;
  }
  .btns-searchmap__btn:hover {
    transform: scale(1.03);
  }
  .btns-searchmap__btn:hover .list-mapbtn__txt {
    color: #1db6e8;
  }
}

.btns-searchmap__btn.start .btns-searchmap__txt {
  background-color: #ffba00;
  color: #fff;
}

.btns-searchmap__btn.end .btns-searchmap__txt {
  background-color: #ff6c00;
  color: #fff;
}

.btns-searchmap__btn:active .btns-searchmap__txt {
  background-color: #1db6e8;
  color: #fff;
}

.btns-searchmap__number {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #1db6e8;
  color: #fff;
  font-size: 110%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 600;
  width: 2.2em;
  height: 2.2em;
  z-index: 10;
  border-radius: 50%;
  border: 1px solid #fff;
}

.btns-searchmap__txt {
  -ms-flex: 1;
      flex: 1;
  transition: all 0.15s ease;
  background-color: #fff;
  font-weight: bold;
  border-radius: 0 50px 50px 0;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.5em 1.2em;
  transform: translate(-1em, 0);
  white-space: nowrap;
}

.btns-searchmap__time {
  position: relative;
  color: #099dce;
  font-size: 75%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-shadow: calc(2px * 1) calc(2px * 0) 0 #fff, calc(2px * 0.9239) calc(2px * 0.3827) 0 #fff, calc(2px * 0.7071) calc(2px * 0.7071) 0 #fff, calc(2px * 0.3827) calc(2px * 0.9239) 0 #fff, calc(2px * 0) calc(2px * 1) 0 #fff, calc(2px * -0.3827) calc(2px * 0.9239) 0 #fff, calc(2px * -0.7071) calc(2px * 0.7071) 0 #fff, calc(2px * -0.9239) calc(2px * 0.3827) 0 #fff, calc(2px * -1) calc(2px * 0) 0 #fff, calc(2px * -0.9239) calc(2px * -0.3827) 0 #fff, calc(2px * -0.7071) calc(2px * -0.7071) 0 #fff, calc(2px * -0.3827) calc(2px * -0.9239) 0 #fff, calc(2px * 0) calc(2px * -1) 0 #fff, calc(2px * 0.3827) calc(2px * -0.9239) 0 #fff, calc(2px * 0.7071) calc(2px * -0.7071) 0 #fff, calc(2px * 0.9239) calc(2px * -0.3827) 0 #fff;
  letter-spacing: -0.05em;
}

.btns-searchmap__time-number {
  position: relative;
  display: inline-block;
  font-size: 125%;
}

.btns-searchmap__time--all {
  position: absolute;
  top: 50%;
  right: 1em;
  white-space: nowrap;
  transform: translate(100%, -50%);
}

.btns-searchmap__time--all-bottom {
  margin-top: -2em;
}

.timetable {
  display: none;
}

.result-content {
  display: none;
  background-color: #f3f3f3;
}

.result-content__header {
  border-bottom: 1px solid #ddd;
  padding: 15px 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

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

@media print {
  .result-content__header {
    padding: 30px 40px 20px;
  }
}

.result-content__header-txt {
  background-color: #1db6e8;
  color: #fff;
  line-height: 1.3;
  padding: 0.1em 1em;
  border-radius: 100px;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}

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

@media print {
  .result-content__header-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

@media print {
  .result-content__header-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.result-content__header-txt .min {
  font-size: 80%;
}

.result-content__header-link {
  display: inline-block;
  margin-top: 5px;
  opacity: 0.6;
  color: #131313;
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .result-content__header-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.result-content__header-illust {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  .result-content__header-illust {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .result-content__header-illust {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .result-content__header-illust {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media print {
  .result-content__header-illust {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.result-content__header-illust-inner {
  position: relative;
  transform: scale(-1, 1);
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  .result-content__header-illust-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .result-content__header-illust-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .result-content__header-illust-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media print {
  .result-content__header-illust-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.result-content__header-illust-inner img {
  position: relative;
  z-index: 10;
  width: 40px;
  height: auto;
  animation: yurayura 2s linear infinite;
}

@media only screen and (min-width: 768px) {
  .result-content__header-illust-inner img {
    width: 66px;
  }
}

@media print {
  .result-content__header-illust-inner img {
    width: 66px;
  }
}

.result-content__header-illust-inner::before {
  position: absolute;
  content: ' ';
  display: block;
  bottom: -5%;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url(assets/img/common/underline-wave.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 15px auto;
  font-weight: bold;
  animation: bgiLoop 15s linear infinite;
}

@media only screen and (min-width: 768px) {
  .result-content__header-illust-inner::before {
    height: 8px;
    background-size: 40px auto;
  }
}

@media print {
  .result-content__header-illust-inner::before {
    height: 8px;
    background-size: 40px auto;
  }
}

.result-content__body {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .result-content__body {
    padding: 40px;
  }
}

@media print {
  .result-content__body {
    padding: 40px;
  }
}

/* =====================
  top page
===================== */
.mv-movie {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
  width: 100%;
  min-height: 600px;
}

.mv-movie::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%202%202%22%20style%3D%22enable-background%3Anew%200%200%202%202%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Crect%20class%3D%22st0%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 2px 2px;
  z-index: 10;
}

.mv-movie__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  height: auto;
}

.mv-movie__logo {
  position: relative;
  z-index: 20;
}

.mv-movie__logo img {
  width: 120px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .mv-movie__logo img {
    width: 180px;
  }
}

@media print {
  .mv-movie__logo img {
    width: 180px;
  }
}

@keyframes ani-mouse-sp {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.mv-movie .mouse-scroll {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-align: center;
  width: 100%;
  bottom: 20px;
  transition: bottom 0.3s linear;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mv-movie .mouse-scroll {
    bottom: 30px;
  }
}

@media print {
  .mv-movie .mouse-scroll {
    bottom: 30px;
  }
}

.mv-movie .mouse-scroll__txt {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.mv-movie .mouse-scroll__mouse {
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  width: 1px;
}

@media only screen and (min-width: 768px) {
  .mv-movie .mouse-scroll__mouse {
    border: 2px solid #fff;
    background-color: transparent;
    height: 40px;
    width: 28px;
  }
}

@media print {
  .mv-movie .mouse-scroll__mouse {
    border: 2px solid #fff;
    background-color: transparent;
    height: 40px;
    width: 28px;
  }
}

.mv-movie .mouse-scroll__mouse > span {
  animation: 1.5s linear 0s normal none infinite running ani-mouse-sp;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  height: 0;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .mv-movie .mouse-scroll__mouse > span {
    animation: 2s linear 0s normal none infinite running ani-mouse;
    margin: -2px auto 0;
    height: 4px;
    width: 4px;
    border-radius: 4px;
  }
}

@media print {
  .mv-movie .mouse-scroll__mouse > span {
    animation: 2s linear 0s normal none infinite running ani-mouse;
    margin: -2px auto 0;
    height: 4px;
    width: 4px;
    border-radius: 4px;
  }
}

.sec-banner {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: radial-gradient(#8198ab 30%, transparent 30%);
  background-size: 3px 3px;
}

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

@media print {
  .sec-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sec-banner__container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1340px) {
  .sec-banner__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .sec-banner__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slider-banner__linkarea {
  display: block;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .slider-banner__linkarea:hover img {
    opacity: 0.6;
  }
}

@media print {
  .slider-banner__linkarea:hover img {
    opacity: 0.6;
  }
}

.slider-banner__linkarea img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .slider-banner__linkarea img {
    transition: all 0.25s ease;
  }
}

@media print {
  .slider-banner__linkarea img {
    transition: all 0.25s ease;
  }
}

.slider-banner .sp-arrows {
  z-index: 9;
}

.slider-banner .sp-arrows .sp-arrow {
  position: absolute;
  width: 25px;
  height: 40px;
  color: #fff;
  transform: none;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  border: 2px solid #1db6e8;
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .slider-banner .sp-arrows .sp-arrow {
    transition: all 0.25s ease;
    width: 40px;
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow {
    transition: all 0.25s ease;
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .slider-banner .sp-arrows .sp-arrow {
    border-radius: 50%;
    border: 2px solid #1db6e8;
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow {
    border-radius: 50%;
    border: 2px solid #1db6e8;
  }
}

.slider-banner .sp-arrows .sp-arrow::before, .slider-banner .sp-arrows .sp-arrow::after {
  position: absolute;
  width: 2px;
  height: 25%;
  left: 55%;
  border-radius: 10px;
  background-color: #1db6e8;
}

.slider-banner .sp-arrows .sp-arrow::before {
  top: auto;
  bottom: 50%;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

.slider-banner .sp-arrows .sp-arrow::after {
  top: 50%;
  transform-origin: right top;
  transform: rotate(45deg);
}

.slider-banner .sp-arrows .sp-arrow.sp-next-arrow {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) {
  .slider-banner .sp-arrows .sp-arrow.sp-next-arrow {
    right: 30px;
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow.sp-next-arrow {
    right: 30px;
  }
}

@media only screen and (min-width: 1420px) {
  .slider-banner .sp-arrows .sp-arrow.sp-next-arrow {
    right: auto;
    left: 50%;
    transform: translate(620px, 0);
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow.sp-next-arrow {
    right: auto;
    left: 50%;
    transform: translate(620px, 0);
  }
}

.slider-banner .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 0;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .slider-banner .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 30px;
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 30px;
  }
}

@media only screen and (min-width: 1420px) {
  .slider-banner .sp-arrows .sp-arrow.sp-previous-arrow {
    left: auto;
    right: 50%;
    transform: translate(-620px, 0) rotate(180deg);
  }
}

@media print {
  .slider-banner .sp-arrows .sp-arrow.sp-previous-arrow {
    left: auto;
    right: 50%;
    transform: translate(-620px, 0) rotate(180deg);
  }
}

.sec-news {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media print {
  .sec-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -240px 0;
  }
}

.sec-news::after {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  content: ' ';
  display: block;
  content: none;
  right: 15px;
  top: -10px;
  background-image: url("assets/img/common/illust-wave.png");
  background-repeat: repeat;
  background-size: contain;
  animation: bgiLoop 10s linear infinite;
  z-index: 10;
  width: 60px;
  height: 42px;
}

@media only screen and (min-width: 768px) {
  .sec-news::after {
    position: absolute;
    content: ' ';
    display: block;
    left: auto;
    right: 7%;
    top: -20px;
    width: 85px;
    height: 60px;
    content: none;
  }
}

@media print {
  .sec-news::after {
    position: absolute;
    content: ' ';
    display: block;
    left: auto;
    right: 7%;
    top: -20px;
    width: 85px;
    height: 60px;
    content: none;
  }
}

@media only screen and (min-width: 992px) {
  .sec-news__container {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .sec-news__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-news__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media only screen and (min-width: 992px) {
  .sec-news__left {
    display: block;
    width: 300px;
    margin-right: 30px;
  }
}

@media print {
  .sec-news__left {
    display: block;
    width: 300px;
    margin-right: 30px;
  }
}

.sec-news__ttl {
  -ms-flex: 1;
      flex: 1;
}

.sec-news__btn {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-news__btn {
    max-width: none;
  }
}

@media print {
  .sec-news__btn {
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .sec-news__btn {
    margin-left: 0;
    margin-top: 60px;
  }
}

@media print {
  .sec-news__btn {
    margin-left: 0;
    margin-top: 60px;
  }
}

.sec-news__btn .btn, .sec-news__btn .btn-back,
.sec-news__btn .btn-submit, .sec-news__btn .post-content .filebtn, .post-content .sec-news__btn .filebtn, .sec-news__btn .search-content__btn {
  height: 40px;
  width: 130px;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-news__btn .btn, .sec-news__btn .btn-back,
  .sec-news__btn .btn-submit, .sec-news__btn .post-content .filebtn, .post-content .sec-news__btn .filebtn, .sec-news__btn .search-content__btn {
    height: 55px;
    padding-left: 25px;
    width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .sec-news__btn .btn, .sec-news__btn .btn-back,
  .sec-news__btn .btn-submit, .sec-news__btn .post-content .filebtn, .post-content .sec-news__btn .filebtn, .sec-news__btn .search-content__btn {
    height: 55px;
    padding-left: 25px;
    width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-news__content {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-news__content {
    margin-top: 40px;
  }
}

@media print {
  .sec-news__content {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-news__content {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

@media print {
  .sec-news__content {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

.block-sns {
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .block-sns {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
}

@media print {
  .block-sns {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
}

.block-sns__illust {
  position: absolute;
}

.block-sns__col {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

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

@media print {
  .block-sns__col {
    margin-top: 0;
  }
}

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

.block-sns__col::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background-color: #e2f1f5;
}

@media only screen and (min-width: 768px) {
  .block-sns__col::before {
    height: 240px;
  }
}

@media print {
  .block-sns__col::before {
    height: 240px;
  }
}

@media all and (-ms-high-contrast: none) {
  .block-sns__col--blue {
    display: none;
  }
}

.block-sns__col--blue::before {
  background-color: #1db6e8;
}

.block-sns__col--blue .block-sns__ttl-outline {
  color: #1db6e8;
}

.block-sns__col--orange::before {
  background-color: #ffba00;
}

.block-sns__col--orange .block-sns__ttl-outline {
  color: #ffba00;
}

.block-sns__col-inner {
  position: relative;
  z-index: 10;
  max-width: 640px;
}

@media all and (-ms-high-contrast: none) {
  .block-sns__col-inner {
    max-width: none;
  }
}

.block-sns__col-inner-inner {
  max-width: 545px;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (-ms-high-contrast: none) {
  .block-sns__col-inner-inner {
    max-width: none;
  }
}

.block-sns__col:nth-child(odd) .block-sns__col-inner {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .block-sns__col:nth-child(odd) .block-sns__col-inner {
    padding-right: 30px;
  }
}

@media print {
  .block-sns__col:nth-child(odd) .block-sns__col-inner {
    padding-right: 30px;
  }
}

.block-sns__col:nth-child(odd) .block-sns__col-inner-inner {
  margin-left: 0;
  margin-right: auto;
}

.block-sns__col:nth-child(even) .block-sns__col-inner {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .block-sns__col:nth-child(even) .block-sns__col-inner {
    padding-left: 30px;
  }
}

@media print {
  .block-sns__col:nth-child(even) .block-sns__col-inner {
    padding-left: 30px;
  }
}

.block-sns__col:nth-child(even) .block-sns__col-inner-inner {
  margin-right: 0;
  margin-left: auto;
}

.block-sns__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .block-sns__header {
    padding-top: 40px;
  }
}

@media print {
  .block-sns__header {
    padding-top: 40px;
  }
}

.block-sns__header-left {
  margin-right: 15px;
}

.block-sns__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-size: 2.8rem;
}

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

@media print {
  .block-sns__ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

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

@media print {
  .block-sns__ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

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

.block-sns__icon {
  display: block;
  width: 0.75em;
}

.block-sns__icon img {
  width: 100%;
  height: auto;
}

.block-sns__account {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 0.6;
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .block-sns__account {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.block-sns__btn a {
  color: #fff;
}

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

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

@media print {
  .block-sns__content {
    margin-top: 30px;
  }
}

.block-sns__content-inner {
  background-color: #fff;
  padding: 15px;
  max-height: 640px;
  overflow-y: auto;
}

@media only screen and (min-width: 992px) {
  .block-sns__content-inner {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media print {
  .block-sns__content-inner {
    padding: 30px;
    padding-bottom: 0;
  }
}

.sec-contents {
  position: relative;
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .sec-contents {
    padding-top: 200px;
  }
}

@media print {
  .sec-contents {
    padding-top: 200px;
  }
}

.sec-contents::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 101px;
  background-image: url(assets/img/common/bg-contents-left.svg), url(assets/img/common/bg-contents-right.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto, 60% auto;
}

@media only screen and (min-width: 768px) {
  .sec-contents::before {
    height: 201px;
    background-size: auto auto, auto auto;
  }
}

@media print {
  .sec-contents::before {
    height: 201px;
    background-size: auto auto, auto auto;
  }
}

.sec-contents__inner {
  position: relative;
  background-color: #e2f1f5;
  z-index: 30;
  padding-bottom: 60px;
}

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

@media print {
  .sec-contents__inner {
    padding-bottom: 120px;
  }
}

.sec-contents__rect {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 70%;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #e2f1f5 25%, #fff 25%, #fff 50%, #e2f1f5 50%, #e2f1f5 75%, #fff 75%, #fff);
  background-size: 20px 20px;
}

@media only screen and (min-width: 1340px) {
  .sec-contents__rect {
    left: 5%;
  }
}

@media print {
  .sec-contents__rect {
    left: 5%;
  }
}

.sec-contents__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.85;
  font-size: 9vw;
  z-index: 10;
  color: #e2f1f5;
  text-shadow: calc(1px * 1) calc(1px * 0) 0 #fff, calc(1px * 0.9239) calc(1px * 0.3827) 0 #fff, calc(1px * 0.7071) calc(1px * 0.7071) 0 #fff, calc(1px * 0.3827) calc(1px * 0.9239) 0 #fff, calc(1px * 0) calc(1px * 1) 0 #fff, calc(1px * -0.3827) calc(1px * 0.9239) 0 #fff, calc(1px * -0.7071) calc(1px * 0.7071) 0 #fff, calc(1px * -0.9239) calc(1px * 0.3827) 0 #fff, calc(1px * -1) calc(1px * 0) 0 #fff, calc(1px * -0.9239) calc(1px * -0.3827) 0 #fff, calc(1px * -0.7071) calc(1px * -0.7071) 0 #fff, calc(1px * -0.3827) calc(1px * -0.9239) 0 #fff, calc(1px * 0) calc(1px * -1) 0 #fff, calc(1px * 0.3827) calc(1px * -0.9239) 0 #fff, calc(1px * 0.7071) calc(1px * -0.7071) 0 #fff, calc(1px * 0.9239) calc(1px * -0.3827) 0 #fff;
}

@media only screen and (min-width: 768px) {
  .sec-contents__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media print {
  .sec-contents__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contents__deco {
    font-size: 100px;
    font-size: 10rem;
  }
}

@media print {
  .sec-contents__deco {
    font-size: 100px;
    font-size: 10rem;
  }
}

@media only screen and (min-width: 1480px) {
  .sec-contents__deco {
    top: 30px;
    bottom: auto;
    right: 60px;
    writing-mode: vertical-rl;
  }
}

@media print {
  .sec-contents__deco {
    top: 30px;
    bottom: auto;
    right: 60px;
    writing-mode: vertical-rl;
  }
}

@keyframes yurayura {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: rotate(1deg) translate(0, 0);
  }
  50% {
    transform: rotate(-1deg) translate(0, -20%);
  }
}

@keyframes flash {
  0%,
  100% {
    transform: scale(1);
  }
  30%,
  70% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.1);
  }
}

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

.illust-sns {
  position: absolute;
  z-index: 10;
}

.illust-sns-01 {
  left: 10px;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .illust-sns-01 {
    top: -30px;
    left: 10%;
  }
}

@media print {
  .illust-sns-01 {
    top: -30px;
    left: 10%;
  }
}

.illust-sns-01-01 {
  position: absolute;
  width: 74px;
  height: auto;
  transform-origin: center bottom;
  animation: yurayura 3s linear infinite;
}

@media only screen and (min-width: 768px) {
  .illust-sns-01-01 {
    width: 147px;
  }
}

@media print {
  .illust-sns-01-01 {
    width: 147px;
  }
}

.illust-sns-01-02 {
  position: absolute;
  left: 60px;
  top: -10px;
  width: 37px;
  height: auto;
  transform-origin: left bottom;
  animation: fuwafuwa 2s linear infinite;
}

@media only screen and (min-width: 768px) {
  .illust-sns-01-02 {
    left: 120px;
    top: -30px;
    width: 73px;
  }
}

@media print {
  .illust-sns-01-02 {
    left: 120px;
    top: -30px;
    width: 73px;
  }
}

.illust-sns-02 {
  right: 10px;
  top: -5px;
}

@media only screen and (min-width: 768px) {
  .illust-sns-02 {
    top: -25px;
  }
}

@media print {
  .illust-sns-02 {
    top: -25px;
  }
}

@media only screen and (min-width: 1340px) {
  .illust-sns-02 {
    right: 10%;
  }
}

@media print {
  .illust-sns-02 {
    right: 10%;
  }
}

.illust-sns-02-01 {
  width: 42px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .illust-sns-02-01 {
    width: 83px;
  }
}

@media print {
  .illust-sns-02-01 {
    width: 83px;
  }
}

.illust-sns-02-02 {
  width: 15px;
  height: auto;
  animation: flash 1s linear infinite;
}

@media only screen and (min-width: 768px) {
  .illust-sns-02-02 {
    width: 29px;
  }
}

@media print {
  .illust-sns-02-02 {
    width: 29px;
  }
}

.illust-contents {
  position: absolute;
  z-index: 10;
}

.illust-contents-01 {
  left: 5px;
  top: 50px;
}

@media only screen and (min-width: 768px) {
  .illust-contents-01 {
    top: 20px;
    left: 15px;
  }
}

@media print {
  .illust-contents-01 {
    top: 20px;
    left: 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .illust-contents-01 {
    left: 5%;
  }
}

@media print {
  .illust-contents-01 {
    left: 5%;
  }
}

.illust-contents-01-01 {
  position: absolute;
  width: 87px;
  height: auto;
  left: 60px;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .illust-contents-01-01 {
    width: 173px;
    top: 30px;
    left: 120px;
  }
}

@media print {
  .illust-contents-01-01 {
    width: 173px;
    top: 30px;
    left: 120px;
  }
}

.illust-contents-01-02 {
  position: absolute;
  width: 78px;
  height: auto;
  left: 0;
  transform-origin: center bottom;
  animation: fuwafuwa 2s linear infinite;
}

@media only screen and (min-width: 768px) {
  .illust-contents-01-02 {
    width: 155px;
  }
}

@media print {
  .illust-contents-01-02 {
    width: 155px;
  }
}

.illust-contents-02 {
  left: auto;
  right: 100px;
  top: 40px;
  z-index: 40;
}

@media only screen and (min-width: 768px) {
  .illust-contents-02 {
    top: 40px;
    right: 25%;
  }
}

@media print {
  .illust-contents-02 {
    top: 40px;
    right: 25%;
  }
}

.illust-contents-02-01 {
  position: absolute;
  width: 72px;
  height: auto;
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .illust-contents-02-01 {
    top: 45px;
    left: 36px;
    width: 143px;
  }
}

@media print {
  .illust-contents-02-01 {
    top: 45px;
    left: 36px;
    width: 143px;
  }
}

.illust-contents-02-02 {
  position: absolute;
  z-index: 10;
  width: 68px;
  height: auto;
  animation: rotation 15s linear infinite;
}

@media only screen and (min-width: 768px) {
  .illust-contents-02-02 {
    width: 136px;
  }
}

@media print {
  .illust-contents-02-02 {
    width: 136px;
  }
}

.list-contents {
  position: relative;
  z-index: 20;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 768px) {
  .list-contents {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .list-contents {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-contents__item {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.list-contents__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .list-contents__item {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .list-contents__item {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .list-contents__item {
    width: 33.333%;
  }
  .list-contents__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media print {
  .list-contents__item {
    width: 33.333%;
  }
  .list-contents__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

.list-contents__card {
  position: relative;
  display: block;
  text-decoration: none;
}

.list-contents__card:hover .list-contents__thumb img {
  opacity: 0.65;
  transform: scale(1.03);
}

.list-contents__card:hover .link-arrow {
  right: 10px;
}

.list-contents__thumb {
  background-color: #fff;
  padding-bottom: 100%;
}

.list-contents__txt {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 45px;
  background-color: rgba(14, 120, 194, 0.8);
  z-index: 10;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  padding-right: 40px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .list-contents__txt {
    padding: 10px 45px 10px 30px;
    height: 70px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .list-contents__txt {
    padding: 10px 45px 10px 30px;
    height: 70px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-contents__en {
  position: absolute;
  bottom: 70%;
  left: 5px;
}

@media only screen and (min-width: 768px) {
  .list-contents__en {
    left: 10px;
  }
}

@media print {
  .list-contents__en {
    left: 10px;
  }
}

.list-contents__en img {
  width: 113px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-contents__en img {
    width: 225px;
  }
}

@media print {
  .list-contents__en img {
    width: 225px;
  }
}

.list-contents .link-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-contents .link-arrow {
    right: 15px;
  }
}

@media print {
  .list-contents .link-arrow {
    right: 15px;
  }
}

.sec-related {
  background-image: url(assets/img/common/illust-related.png);
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: right -10px top -4vw;
}

@media only screen and (min-width: 992px) {
  .sec-related {
    background-size: 302px auto;
    background-position: left -10px bottom -10px;
  }
}

@media print {
  .sec-related {
    background-size: 302px auto;
    background-position: left -10px bottom -10px;
  }
}

.row-related {
  position: relative;
}

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

@media print {
  .row-related {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .row-related__ttl {
    display: block;
    width: 300px;
    margin-right: 30px;
  }
}

@media print {
  .row-related__ttl {
    display: block;
    width: 300px;
    margin-right: 30px;
  }
}

.row-related__content {
  margin-top: 20px;
}

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

@media print {
  .row-related__content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .row-related__content {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

@media print {
  .row-related__content {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

.list-related {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

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

@media print {
  .list-related {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-related__item {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
  margin-top: 10px;
}

.list-related__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .list-related__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    margin-top: 30px;
  }
  .list-related__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .list-related__item:hover img {
    opacity: 0.8;
  }
}

@media print {
  .list-related__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    margin-top: 30px;
  }
  .list-related__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .list-related__item:hover img {
    opacity: 0.8;
  }
}

.list-related__card {
  display: block;
  text-align: center;
  text-decoration: none;
}

.list-related__card img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-related__card img {
    transition: all 0.25s ease;
  }
}

@media print {
  .list-related__card img {
    transition: all 0.25s ease;
  }
}

@media only screen and (min-width: 768px) {
  .sec-company {
    display: -ms-flexbox;
    display: flex;
    height: 360px;
  }
}

@media print {
  .sec-company {
    display: -ms-flexbox;
    display: flex;
    height: 360px;
  }
}

.sec-company__content {
  text-align: center;
  background-color: #0091e2;
  color: #fff;
  padding: 30px 15px 20px 15px;
}

@media only screen and (min-width: 768px) {
  .sec-company__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 320px;
    padding: 30px;
    height: 100%;
  }
}

@media print {
  .sec-company__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 320px;
    padding: 30px;
    height: 100%;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-company__content {
    width: 30%;
  }
}

@media print {
  .sec-company__content {
    width: 30%;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-company__content-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print {
  .sec-company__content-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-company__ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .sec-company__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-company a {
  color: #fff;
}

.sec-company__link {
  position: relative;
  margin-top: 10px;
}

.sec-company__link > a {
  color: #fff;
  text-decoration: underline;
}

.sec-company__link::after {
  position: relative;
  display: inline-block;
  content: ' ';
  background-image: url(assets/img/common/icon-external-white.svg);
  width: 0.8em;
  height: 0.8em;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-company__tel {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .sec-company__tel {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .sec-company__tel {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-company__tel-number {
  letter-spacing: 0.05em;
  font-size: 133%;
}

.sec-company__time {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .sec-company__time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-company__btn {
  margin-top: 20px;
}

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

@media print {
  .sec-company__btn {
    margin-top: 30px;
  }
}

.sec-company__thumb {
  padding-bottom: 40vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sec-company__thumb {
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    height: 100%;
  }
}

@media print {
  .sec-company__thumb {
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    height: 100%;
  }
}
