@charset "UTF-8";
/*
  Theme Name: YAMACHUU 1.8.0
  Theme URI:
  Author: MT
  Author URI:
  Description: Theme of YAMACHUU IR ページ追加
  Version: 1.8.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 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px;
  line-height: 1.66667;
  font-weight: 400;
  color: #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 {
    line-height: 1.8;
  }
}

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

@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: #00398f;
}

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

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

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

.img-btn {
  display: block;
}

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

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

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

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

@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: #f3f3f3;
  overflow: hidden;
}

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

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

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

#lightcase-loading {
  color: #999;
}

.lightcase-icon-close {
  color: #131313 !important;
}

#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: #00398f;
  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__stage {
  margin-bottom: 10px;
}

.fotorama__caption {
  width: 100%;
}

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

.fotorama__thumb-border {
  border-color: #131313;
  border-width: 1px !important;
}

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

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

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

.bg-stripe {
  background-image: linear-gradient(-45deg, #003f9e 25%, #00398f 25%, #00398f 50%, #003f9e 50%, #003f9e 75%, #00398f 75%, #00398f);
  background-size: 15px 15px;
  color: #fff;
}

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

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

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

.box {
  background-color: #f3f3f3;
  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: 15px 20px;
  }
}

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

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

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

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

.box-detail {
  position: relative;
  background-color: #f3f3f3;
  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 {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 100%;
  height: 55px;
  padding: 5px 25px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  line-height: 1.3;
  border: none;
  text-decoration: none !important;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .btn, .btn-back,
  .btn-submit {
    padding: 5px 25px;
    width: 260px;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn:hover .btn__icon--right, .btn-back:hover .btn__icon--right, .btn-submit:hover .btn__icon--right {
    right: 5px;
  }
}

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

.btn__icon {
  margin: 0 5px;
}

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

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

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

.btn__icon--right img {
  width: 10px;
  height: auto;
}

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

@media print {
  .btn__icon--right img {
    width: 15px;
  }
}

.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--left img {
  width: 10px;
  height: auto;
}

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

@media print {
  .btn__icon--left img {
    width: 15px;
  }
}

.btn__en {
  font-family: "Marcellus", sans-serif;
  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: "Marcellus", sans-serif;
  font-weight: 400;
  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 {
  background-color: #00398f;
  color: #fff;
}

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

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

@media print {
  .btn--blue:hover,
  .btn-submit:hover {
    color: #fff;
    background-color: #0057dc;
  }
}

.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: #f3f3f3;
  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: #00398f;
    background-color: #00398f;
  }
}

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

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

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

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

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

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

.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--lg {
  height: 50px;
}

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

@media print {
  .btn--lg {
    width: 360px;
    height: 65px;
  }
}

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

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

.link-arrow {
  position: relative;
  display: block;
  background-color: #00398f;
  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 #00398f;
  background-color: #fff;
}

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

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

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

.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: "Marcellus", sans-serif;
  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: #00398f;
}

@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: #00398f;
  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;
  }
}

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

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

.dl-cancel dt {
  position: relative;
  font-weight: bold;
  margin-top: 15px;
  width: 6em;
  text-align: center;
  background-color: #00398f;
  color: #fff;
  padding: 0 5px;
}

@media only screen and (min-width: 768px) {
  .dl-cancel dt {
    float: left;
    clear: both;
    margin-top: 20px;
  }
}

@media print {
  .dl-cancel dt {
    float: left;
    clear: both;
    margin-top: 20px;
  }
}

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

.dl-cancel dd {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .dl-cancel dd {
    float: left;
    margin-top: 20px;
    margin-left: -6em;
    padding-left: 7em;
  }
}

@media print {
  .dl-cancel dd {
    float: left;
    margin-top: 20px;
    margin-left: -6em;
    padding-left: 7em;
  }
}

@media only screen and (min-width: 768px) {
  .dl-cancel dd:first-of-type {
    margin-top: 0;
  }
}

@media print {
  .dl-cancel dd:first-of-type {
    margin-top: 0;
  }
}

/* =====================
  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 > .col select {
  min-width: 5em;
}

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

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

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

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

@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 .separated-date-form > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

#mail-form .separated-date-form > div > select {
  margin-right: 5px;
}

#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;
  margin-bottom: 5px;
}

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

@media print {
  #mail-form .form-control.input-inline,
  #mail-form input[type='date'].input-inline {
    margin: 0;
  }
}

#mail-form .form-control[name='your_menseki01'], #mail-form .form-control[name='your_menseki02'], #mail-form .form-control[name='your_menseki03'], #mail-form .form-control[name='your_menseki04'], #mail-form .form-control[name='your_menseki05'], #mail-form .form-control[name='your_kouzou01'],
#mail-form input[type='date'][name='your_menseki01'],
#mail-form input[type='date'][name='your_menseki02'],
#mail-form input[type='date'][name='your_menseki03'],
#mail-form input[type='date'][name='your_menseki04'],
#mail-form input[type='date'][name='your_menseki05'],
#mail-form input[type='date'][name='your_kouzou01'] {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  #mail-form .form-control[name='your_menseki01'], #mail-form .form-control[name='your_menseki02'], #mail-form .form-control[name='your_menseki03'], #mail-form .form-control[name='your_menseki04'], #mail-form .form-control[name='your_menseki05'], #mail-form .form-control[name='your_kouzou01'],
  #mail-form input[type='date'][name='your_menseki01'],
  #mail-form input[type='date'][name='your_menseki02'],
  #mail-form input[type='date'][name='your_menseki03'],
  #mail-form input[type='date'][name='your_menseki04'],
  #mail-form input[type='date'][name='your_menseki05'],
  #mail-form input[type='date'][name='your_kouzou01'] {
    width: auto;
  }
}

@media print {
  #mail-form .form-control[name='your_menseki01'], #mail-form .form-control[name='your_menseki02'], #mail-form .form-control[name='your_menseki03'], #mail-form .form-control[name='your_menseki04'], #mail-form .form-control[name='your_menseki05'], #mail-form .form-control[name='your_kouzou01'],
  #mail-form input[type='date'][name='your_menseki01'],
  #mail-form input[type='date'][name='your_menseki02'],
  #mail-form input[type='date'][name='your_menseki03'],
  #mail-form input[type='date'][name='your_menseki04'],
  #mail-form input[type='date'][name='your_menseki05'],
  #mail-form input[type='date'][name='your_kouzou01'] {
    width: auto;
  }
}

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

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

#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;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 120px;
  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 .wpcf7-list-item.has-free-text [type='text'] {
  -ms-flex: 1;
      flex: 1;
  width: 100px;
}

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

@media print {
  #mail-form .wpcf7-list-item.has-free-text [type='text'] {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

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

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

@media only screen and (min-width: 768px) {
  #mail-form .radio-inlineblock .wpcf7-list-item {
    min-width: 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,
.custom-wpcf7c-confirmed #mail-form input[type='date']:read-only {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: auto;
}

.custom-wpcf7c-confirmed #mail-form textarea:read-only {
  resize: none;
}

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

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

.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: #00398f;
  text-decoration: underline;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

@media print {
  .recapture-text {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.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: "Marcellus", sans-serif;
  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: #00398f;
  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: #00398f;
  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-top: 3px;
}

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

@media print {
  .list-simple--narrow li {
    margin-top: 5px;
  }
}

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

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

@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: "Marcellus", sans-serif;
  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: "Marcellus", sans-serif;
  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-bg {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .list-news__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-news__item:first-child {
  border-top: none;
}

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

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

@media print {
  .list-news a.list-news__content {
    transition: all 0.25s ease;
  }
  .list-news a.list-news__content:hover {
    background-color: #f3f3f3;
  }
}

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

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

.list-news__time {
  position: relative;
  font-family: "Marcellus", sans-serif;
  color: #131313;
  letter-spacing: 0.05em;
  font-size: 90%;
  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__time::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ddd;
}

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

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

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

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

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

.list-news__new {
  margin-right: 5px;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #cb2e4c;
  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-news--important {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.list-news--important .list-news__item {
  border-top: none;
}

.list-news--important a.list-news__content::before, .list-news--important a.list-news__content::after {
  content: none;
}

.list-news--important a.list-news__content .list-news__txt {
  text-decoration: underline;
}

.list-news--important .list-news__content {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (min-width: 768px) {
  .list-news--important .list-news__content {
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print {
  .list-news--important .list-news__content {
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

@media print {
  .list-news--important .list-news__meta {
    width: 180px;
    padding-top: 5px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.list-news--important .list-news__time {
  padding-right: 0;
}

.list-news--important .list-news__time::after {
  content: none;
}

.list-news--important .list-news__txt {
  font-weight: normal;
}

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

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

.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;
    width: 100%;
    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;
    width: 100%;
    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;
    width: 100%;
    margin: 0;
  }
}

@media print {
  .list-cat > li {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: "Marcellus", sans-serif;
  color: #131313;
  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__time::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ddd;
}

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

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

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

.post-single__cat:last-child {
  padding-right: 0;
}

.post-single__cat:last-child::after {
  content: none;
}

.post-single__ttl {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-bottom: 1px solid #131313;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}

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

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

@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: #00398f;
    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: #00398f;
    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: #00398f;
}

.ttl-side {
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #00398f;
  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: "Marcellus", sans-serif;
  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: "Marcellus", sans-serif;
  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: #00398f;
  font-family: "Marcellus", sans-serif;
  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: #00398f;
  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: #00398f;
    color: #fff;
  }
}

@media print {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #00398f;
    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: #00398f;
  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: #00398f;
  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: #00398f;
}

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

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

@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: #00398f;
}

@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 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%;
  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;
  background-color: #cbccd4;
  font-weight: normal;
  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 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: #666;
    background-color: #f6f6f6;
  }
  .table .btn-innertd:hover::after, .post-content table .btn-innertd:hover::after {
    background-color: #00398f !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: #666;
    background-color: #f6f6f6;
  }
  .table .btn-innertd:hover::after, .post-content table .btn-innertd:hover::after {
    background-color: #00398f !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: #717171;
  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-file-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;
  color: #666;
  background-color: transparent;
}

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

@media print {
  .table--lined tbody th {
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    width: 280px;
  }
}

@media only screen and (min-width: 768px) {
  .table--lined tbody tr:first-child th {
    border-top: 1px solid #999;
  }
}

@media print {
  .table--lined tbody tr:first-child th {
    border-top: 1px solid #999;
  }
}

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

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

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

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

@media print {
  .table--boxed tbody th {
    font-size: 18px;
    font-size: 1.8rem;
    width: 200px;
  }
}

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

@media print {
  .table--boxed tbody td {
    padding-left: 30px;
  }
}

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

.table--price {
  font-size: 10px;
  font-size: 1rem;
}

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

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

.table--price th,
.table--price td {
  text-align: center;
  padding: 10px 5px;
}

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

@media print {
  .table--price th,
  .table--price td {
    padding: 10px 15px;
  }
}

.table--price thead th,
.table--price thead td {
  background-color: #00398f;
  color: #fff;
  padding: 5px;
}

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

@media print {
  .table--price thead th,
  .table--price thead td {
    padding: 10px 10px;
  }
}

.table--price tbody td {
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .table--price tbody td {
    height: 45px;
  }
}

@media print {
  .table--price tbody td {
    height: 45px;
  }
}

.table--price tbody th {
  text-align: center;
  background-color: #cbccd4;
  font-weight: normal;
  width: 60px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .table--price tbody th {
    width: 120px;
    height: 45px;
  }
}

@media print {
  .table--price tbody th {
    width: 120px;
    height: 45px;
  }
}

.table--price__btn-col {
  padding: 0 !important;
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .table--price__btn-col {
    width: 80px;
  }
}

@media print {
  .table--price__btn-col {
    width: 80px;
  }
}

.table--price__btn-col.full {
  color: #999;
  background-color: #ddd;
}

.table--price__btn-col.number > a {
  background-color: #eeeeff;
  color: #00398f;
}

@media only screen and (min-width: 768px) {
  .table--price__btn-col.number > a {
    transition: all 0.25s ease;
  }
  .table--price__btn-col.number > a:hover {
    color: #fff;
    background-color: #0057dc;
  }
}

@media print {
  .table--price__btn-col.number > a {
    transition: all 0.25s ease;
  }
  .table--price__btn-col.number > a:hover {
    color: #fff;
    background-color: #0057dc;
  }
}

.table--price__btn-col > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #d51111;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .table--price__btn-col > a {
    transition: all 0.25s ease;
  }
  .table--price__btn-col > a:hover {
    background-color: #ee2b2b;
  }
}

@media print {
  .table--price__btn-col > a {
    transition: all 0.25s ease;
  }
  .table--price__btn-col > a:hover {
    background-color: #ee2b2b;
  }
}

.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--red {
  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-note-entry {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #00398f;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
  font-size: 3vw;
}

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

@media print {
  .txt-note-entry {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

@media print {
  .txt-note-entry {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-note-entry .icon {
  width: 50px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .txt-note-entry .icon {
    width: 80px;
  }
}

@media print {
  .txt-note-entry .icon {
    width: 80px;
  }
}

.txt-note-entry .icon svg {
  width: 2em;
  height: auto;
}

.txt-note--red {
  font-weight: bold;
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
}

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

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

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

.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: #00398f;
  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-bb {
  border-bottom: 2px solid #00132f;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .txt-bb {
    padding-bottom: 10px;
  }
}

@media print {
  .txt-bb {
    padding-bottom: 10px;
  }
}

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

.txt-blue {
  color: #00398f;
}

.txt-blue2 {
  color: #00132f;
}

.txt-black {
  color: #131313;
}

.txt-light {
  opacity: 0.4;
}

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

.txt-red {
  color: #cb2e4c;
}

.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: "Marcellus", sans-serif;
  font-weight: 400;
}

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

.txt-marker {
  padding-bottom: 0.1em;
  background-image: linear-gradient(transparent 70%, #fc9a00 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-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 {
  font-size: 13px;
  font-size: 1.3rem;
}

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

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

.ttl-basic--min .ttl-basic__en {
  font-size: 200%;
}

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

@media print {
  .ttl-basic--min .ttl-basic__en {
    font-size: 250%;
  }
}

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

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

.ttl-basic__en {
  font-size: 7vw;
  letter-spacing: 0.1em;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 420px) {
  .ttl-basic__en {
    font-size: 200%;
  }
}

@media print {
  .ttl-basic__en {
    font-size: 200%;
  }
}

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

@media print {
  .ttl-basic__en {
    font-size: 262%;
  }
}

.ttl-basic__ja {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 100%;
  opacity: 0.8;
}

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

.ttl-section {
  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: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .ttl-section {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media print {
  .ttl-section {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

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

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

@media print {
  .ttl-section::after {
    width: 280px;
  }
}

.ttl-section__md {
  font-size: 80%;
  letter-spacing: 0;
}

.ttl-section__min {
  font-size: 65%;
  letter-spacing: 0;
}

.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: "Marcellus", sans-serif;
  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%;
}

.ttl-linethrow {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

.ttl-linethrow::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #ddd;
  height: 1px;
  width: 100%;
  top: 50%;
}

.ttl-linethrow > span {
  display: inline-block;
  background-color: #fff;
  padding-right: 1em;
  position: relative;
}

/* =====================
  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: #131313;
  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: #131313;
  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 #00398f;
  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 #00398f;
  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: 600;
  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: 600;
  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: 600;
}

.post-content em {
  font-style: italic;
}

.post-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .alignright {
  float: right;
}

.post-content .alignleft {
  float: left;
}

.post-content .alignright img,
.post-content .alignleft img {
  margin: 0 10px;
}

.post-content img[class*='wp-image-'],
.post-content img[class*='attachment-'] {
  height: auto;
  max-width: 100%;
}

.post-content img[class*='wp-image-'].alignright, .post-content img[class*='wp-image-'].alignleft,
.post-content img[class*='attachment-'].alignright,
.post-content img[class*='attachment-'].alignleft {
  margin: 0 10px;
}

.post-content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.post-content .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.post-content .ex_text_right {
  text-align: right;
}

.post-content div.sharedaddy h3.sd-title:before {
  content: none;
}

.post-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: none;
}

.post-content ul.toc_list li:after, .post-content ul.toc_list li:before {
  content: none;
}

.post-content div.easyLink-box div.easyLink-img p.easyLink-img-box span {
  top: 0;
}

.post-content .easyLink-img img {
  display: inline;
}

.post-content .filebtn {
  position: relative;
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  line-height: 1.3;
  border: 1px solid #ddd;
  color: #131313;
  text-decoration: underline;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn {
    padding: 15px;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-content .filebtn:hover {
    color: #666;
    background-color: #f6f6f6;
  }
}

@media print {
  .post-content .filebtn {
    padding: 15px;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-content .filebtn:hover {
    color: #666;
    background-color: #f6f6f6;
  }
}

.post-content .filebtn--pdf, .post-content .filebtn--excel {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .post-content .filebtn--pdf, .post-content .filebtn--excel {
    padding-right: 30px;
  }
}

@media print {
  .post-content .filebtn--pdf, .post-content .filebtn--excel {
    padding-right: 30px;
  }
}

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

@media only screen and (min-width: 768px) {
  .post-content .filebtn--pdf::after, .post-content .filebtn--excel::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

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

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

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

/* =====================
  footer
===================== */
.sec-contact {
  position: relative;
}

.sec-contact__linkarea {
  color: #fff;
  overflow: hidden;
  text-decoration: none !important;
  display: block;
  background: #00132f;
  transition: all 0.25s ease;
  position: relative;
}

.sec-contact__linkarea:hover {
  color: #fff;
}

.sec-contact__linkarea:hover::before {
  transform: scale(1.03);
  opacity: 0.6;
}

.sec-contact__linkarea:hover .link-arrow {
  background-color: #fff;
  right: 10px;
}

.sec-contact__linkarea:hover .link-arrow::before, .sec-contact__linkarea:hover .link-arrow::after {
  background-color: #00132f;
}

.sec-contact__linkarea::before {
  position: absolute;
  content: ' ';
  display: block;
  background-image: url(assets/img/common/bg-contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.65s ease;
}

.sec-contact__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  z-index: 10;
}

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

@media print {
  .sec-contact__container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 420px;
  }
}

@media print {
  .sec-contact__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 420px;
  }
}

.sec-contact__ttl {
  margin-bottom: 15px;
}

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

@media print {
  .sec-contact__ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact__ttl {
    width: 230px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media print {
  .sec-contact__ttl {
    width: 230px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.sec-contact__en {
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}

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

@media print {
  .sec-contact__en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.sec-contact__ja {
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .sec-contact__ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-contact__content {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .sec-contact__content {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .sec-contact__content {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-contact .link-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .sec-contact .link-arrow {
    transtion: all 0.25s ease;
  }
}

@media print {
  .sec-contact .link-arrow {
    transtion: all 0.25s ease;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-contact .link-arrow {
    right: 20px;
  }
}

@media print {
  .sec-contact .link-arrow {
    right: 20px;
  }
}

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

.footer-top {
  background-color: #2a2a2a;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

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

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

@media print {
  .footer-top__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

@media only screen and (min-width: 768px) {
  .footer-top__nav {
    width: 30%;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media print {
  .footer-top__nav {
    width: 30%;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-top__nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media print {
  .footer-top__nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer-top__nav:first-child {
  margin-top: 0;
}

.footer-top__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.footer-top__list > li {
  margin-top: 10px;
}

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

@media print {
  .footer-top__list > li {
    display: block;
    margin-bottom: 5px;
    width: auto;
  }
}

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

.footer-top__list > li > a,
.footer-top__list > li > span {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0;
  height: 40px;
  border-bottom: 1px solid #555;
}

@media only screen and (min-width: 768px) {
  .footer-top__list > li > a,
  .footer-top__list > li > span {
    height: 40px;
  }
}

@media print {
  .footer-top__list > li > a,
  .footer-top__list > li > span {
    height: 40px;
  }
}

.footer-top__list > li > a .link-arrow,
.footer-top__list > li > span .link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
}

.footer-top__list > li > a .link-arrow::before, .footer-top__list > li > a .link-arrow::after,
.footer-top__list > li > span .link-arrow::before,
.footer-top__list > li > span .link-arrow::after {
  background-color: #131313;
}

.footer-top__list > li > a {
  padding-left: 25px;
}

.footer-top__list--min {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.footer-top__list--min > li {
  width: 50%;
}

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

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

.footer-top__list--min > li > a {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--min > li > a {
    padding: 5px 0 5px 25px;
  }
}

@media print {
  .footer-top__list--min > li > a {
    padding: 5px 0 5px 25px;
  }
}

.footer-top__list--min > li > a .link-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
}

.footer-top__list--min > li > a .link-arrow::before, .footer-top__list--min > li > a .link-arrow::after {
  background-color: #131313;
}

.footer-top__list--child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 3.5vw;
}

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

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

@media only screen and (min-width: 768px) {
  .footer-top__list--child {
    display: block;
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .footer-top__list--child {
    display: block;
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer-top__list--child li {
  width: 50%;
  padding-right: 5px;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--child li {
    width: 100%;
    padding-right: 0;
    margin-top: 12px;
  }
}

@media print {
  .footer-top__list--child li {
    width: 100%;
    padding-right: 0;
    margin-top: 12px;
  }
}

.footer-top__list--child li a {
  font-weight: normal;
  background-color: transparent;
  color: #aaa;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .footer-top__list--child li a {
    text-align: left;
  }
}

@media print {
  .footer-top__list--child li a {
    text-align: left;
  }
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebebeb;
}

.footer-bottom:after {
  content: '';
  display: block;
  clear: both;
}

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

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

.footer-bottom__profile {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print {
  .footer-bottom__profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

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

@media only screen and (min-width: 768px) {
  .footer-bottom__right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}

@media print {
  .footer-bottom__right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}

.footer-bottom__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__logo {
    margin-right: 15px;
  }
}

@media print {
  .footer-bottom__logo {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-bottom__logo {
    margin-right: 30px;
  }
}

@media print {
  .footer-bottom__logo {
    margin-right: 30px;
  }
}

.footer-bottom__logo-img img {
  width: 180px;
  height: auto;
}

.footer-bottom__logo-30th {
  margin-left: 10px;
}

.footer-bottom__logo-30th img {
  width: 50px;
  height: auto;
}

.footer-bottom__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__tel {
    margin-top: 0;
    margin-right: 15px;
    white-space: nowrap;
    width: 240px;
  }
}

@media print {
  .footer-bottom__tel {
    margin-top: 0;
    margin-right: 15px;
    white-space: nowrap;
    width: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-bottom__tel {
    margin-right: 30px;
  }
}

@media print {
  .footer-bottom__tel {
    margin-right: 30px;
  }
}

.footer-bottom__tel a {
  color: #131313;
}

.footer-bottom__tel-icon {
  margin-right: 3px;
}

.footer-bottom__tel-number {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  -ms-flex: 1;
      flex: 1;
}

.footer-bottom__detail {
  opacity: 0.6;
  margin-top: 10px;
}

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

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

.footer-bottom__detail a {
  text-decoration: underline;
  color: #131313;
}

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

@media only screen and (min-width: 992px) {
  .footer-bottom__other {
    margin-top: 10px;
  }
}

@media print {
  .footer-bottom__other {
    margin-top: 10px;
  }
}

.footer-bottom__other-list {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__other-list {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

@media print {
  .footer-bottom__other-list {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

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

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

.footer-bottom__other-list li {
  display: inline-block;
  padding-right: 0.6em;
  margin-right: 0.4em;
  margin-bottom: 10px;
  border-right: 1px solid #aaa;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__other-list li {
    padding-left: 1em;
    margin-left: 1em;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media print {
  .footer-bottom__other-list li {
    padding-left: 1em;
    margin-left: 1em;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.footer-bottom__other-list li:last-child {
  border-right: none;
}

.footer-bottom__other-list li a {
  color: #888;
}

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

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

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

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

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

#topcontrol .txt {
  display: block;
  z-index: 10;
  position: relative;
  transform-origin: right top;
  transform: rotate(90deg);
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  color: #00398f;
  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: 110%;
  height: 1px;
  background-color: #00398f;
  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: 990;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(calc(100vw - 50px));
  }
}

.header {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 50px;
  padding-left: 15px;
  z-index: 980;
  top: 0;
  width: 100%;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .header {
    padding-left: 15px;
    height: 90px;
  }
}

@media print {
  .header {
    padding-left: 15px;
    height: 90px;
  }
}

@media only screen and (min-width: 1340px) {
  .header {
    left: 30px;
    right: 30px;
    width: auto;
  }
}

@media print {
  .header {
    left: 30px;
    right: 30px;
    width: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .header {
    left: 60px;
    right: 60px;
  }
}

@media print {
  .header {
    left: 60px;
    right: 60px;
  }
}

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

.header[data-status='scrolled'] {
  background-color: rgba(0, 19, 47, 0.9);
}

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] {
    height: 60px;
    border: none !important;
    left: 0;
    right: 0;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 150px;
    height: 33px;
  }
  .header[data-status='scrolled'] .header__logo-30th img {
    width: 48px;
  }
  .header[data-status='scrolled'] .nav-global__item > a::before,
  .header[data-status='scrolled'] .nav-global__item > span::before {
    bottom: 5px;
  }
  .header[data-status='scrolled'] .nav-global__item--btn > a::before,
  .header[data-status='scrolled'] .nav-global__item--btn > span::before {
    bottom: 5px !important;
  }
  .header[data-status='scrolled'] .nav-global__item--btn .icon img {
    width: 20px;
  }
}

@media print {
  .header[data-status='scrolled'] {
    height: 60px;
    border: none !important;
    left: 0;
    right: 0;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 150px;
    height: 33px;
  }
  .header[data-status='scrolled'] .header__logo-30th img {
    width: 48px;
  }
  .header[data-status='scrolled'] .nav-global__item > a::before,
  .header[data-status='scrolled'] .nav-global__item > span::before {
    bottom: 5px;
  }
  .header[data-status='scrolled'] .nav-global__item--btn > a::before,
  .header[data-status='scrolled'] .nav-global__item--btn > span::before {
    bottom: 5px !important;
  }
  .header[data-status='scrolled'] .nav-global__item--btn .icon img {
    width: 20px;
  }
}

.header--filled {
  background-color: #00132f;
}

@media only screen and (min-width: 768px) {
  .header--underlined {
    border-bottom: 1px solid #fff;
  }
}

@media print {
  .header--underlined {
    border-bottom: 1px solid #fff;
  }
}

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

.header__logo-inner {
  width: 125px;
  height: 27px;
  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: 150px;
    height: 33px;
    transition: all 0.25s ease;
  }
}

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

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

@media print {
  .header__logo-inner {
    width: 187px;
    height: 41px;
  }
}

.header__logo-30th {
  display: block;
  line-height: 1;
}

.header__logo-30th img {
  width: 40px;
  height: auto;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .header__logo-30th img {
    width: 48px;
    margin-left: 10px;
  }
}

@media print {
  .header__logo-30th img {
    width: 48px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .header__logo-30th img {
    width: 60px;
  }
}

@media print {
  .header__logo-30th img {
    width: 60px;
  }
}

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

@media only screen and (min-width: 768px) {
  .header__nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: transparent;
  }
}

@media print {
  .header__nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background-color: transparent;
  }
}

.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-txt {
  display: block;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 9px;
  font-size: 0.9rem;
}

.header__toggle-bar {
  display: block;
  background-color: #fff;
  width: 25px;
  height: 1px;
  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(5px, 5px);
}

.header__toggle.is-open .header__toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-global {
  margin: 0 -15px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .nav-global {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
}

@media print {
  .nav-global {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
}

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

@media print {
  .nav-global__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.nav-global__list::before {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition-property: visibility, opacity;
  content: '';
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 11, 32, 0.4);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .nav-global__list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}

@media print {
  .nav-global__list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}

.nav-global__item {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .nav-global__item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
  .nav-global__item:hover > a,
  .nav-global__item:hover > span {
    color: #fff;
  }
  .nav-global__item:hover > a::after,
  .nav-global__item:hover > span::after {
    width: 100%;
  }
}

@media print {
  .nav-global__item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
  .nav-global__item:hover > a,
  .nav-global__item:hover > span {
    color: #fff;
  }
  .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: block;
  width: 100%;
  padding: 17px 15px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #131313;
  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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 0 0.8vw;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 0 0.8vw;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 0.4vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 0.4vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a::after,
  .nav-global__item > span::after {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    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: ' ';
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    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: #f8f6f3;
}

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

.nav-global__item--btn > a,
.nav-global__item--btn > span {
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 75px;
    height: auto;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px;
    font-size: 1.1rem;
    transition: all 0.25s ease;
    background-color: transparent;
  }
  .nav-global__item--btn > a:hover,
  .nav-global__item--btn > span:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

@media print {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 75px;
    height: auto;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px;
    font-size: 1.1rem;
    transition: all 0.25s ease;
    background-color: transparent;
  }
  .nav-global__item--btn > a:hover,
  .nav-global__item--btn > span:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (min-width: 992px) {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 85px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 85px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 100px;
  }
}

@media print {
  .nav-global__item--btn > a,
  .nav-global__item--btn > span {
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a::after,
  .nav-global__item--btn > span::after {
    position: absolute;
    content: ' ';
    display: block;
    width: 1px !important;
    left: 0;
    top: 10px;
    bottom: 10px;
    height: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media print {
  .nav-global__item--btn > a::after,
  .nav-global__item--btn > span::after {
    position: absolute;
    content: ' ';
    display: block;
    width: 1px !important;
    left: 0;
    top: 10px;
    bottom: 10px;
    height: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a::before,
  .nav-global__item--btn > span::before {
    bottom: 10px !important;
  }
}

@media print {
  .nav-global__item--btn > a::before,
  .nav-global__item--btn > span::before {
    bottom: 10px !important;
  }
}

.nav-global__item--btn > a[data-isCurrent='true'],
.nav-global__item--btn > span[data-isCurrent='true'] {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-global__item--btn > a .icon,
.nav-global__item--btn > span .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #00398f;
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .icon,
  .nav-global__item--btn > span .icon {
    background-color: transparent;
    margin-right: 0;
    margin-bottom: 5px;
    width: auto;
    display: block;
  }
}

@media print {
  .nav-global__item--btn > a .icon,
  .nav-global__item--btn > span .icon {
    background-color: transparent;
    margin-right: 0;
    margin-bottom: 5px;
    width: auto;
    display: block;
  }
}

.nav-global__item--btn > a .icon img,
.nav-global__item--btn > span .icon img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .icon img,
  .nav-global__item--btn > span .icon img {
    width: 30px;
  }
}

@media print {
  .nav-global__item--btn > a .icon img,
  .nav-global__item--btn > span .icon img {
    width: 30px;
  }
}

.nav-global__item--btn > a .txt,
.nav-global__item--btn > span .txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--btn > a .txt,
  .nav-global__item--btn > span .txt {
    display: block;
    padding: 0;
    -ms-flex: 0;
        flex: 0;
  }
}

@media print {
  .nav-global__item--btn > a .txt,
  .nav-global__item--btn > span .txt {
    display: block;
    padding: 0;
    -ms-flex: 0;
        flex: 0;
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item--ml {
    margin-left: 10px;
  }
}

@media print {
  .nav-global__item--ml {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-global__item--ml {
    margin-left: 30px;
  }
}

@media print {
  .nav-global__item--ml {
    margin-left: 30px;
  }
}

.nav-global__item--dropdown {
  position: inherit;
  line-height: 1;
}

.nav-global__item--dropdown > a::before,
.nav-global__item--dropdown > span::before {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: 1px solid #131313;
  border-right: 1px solid #131313;
  width: 5px;
  height: 5px;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .nav-global__item--dropdown > a::before,
  .nav-global__item--dropdown > span::before {
    border-color: #fff;
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(45deg);
  }
}

@media print {
  .nav-global__item--dropdown > a::before,
  .nav-global__item--dropdown > span::before {
    border-color: #fff;
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(45deg);
  }
}

@media only screen and (min-width: 768px) {
  .nav-global__item--dropdown.is-open {
    z-index: 91;
  }
  .nav-global__item--dropdown.is-open > a,
  .nav-global__item--dropdown.is-open > span {
    background-color: #00132f;
    background-color: rgba(0, 19, 47, 0.9);
  }
}

@media print {
  .nav-global__item--dropdown.is-open {
    z-index: 91;
  }
  .nav-global__item--dropdown.is-open > a,
  .nav-global__item--dropdown.is-open > span {
    background-color: #00132f;
    background-color: rgba(0, 19, 47, 0.9);
  }
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu {
    position: absolute;
    background-color: #00132f;
    background-color: rgba(0, 19, 47, 0.9);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 60px);
    overflow: auto;
    z-index: 91;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
  }
}

@media print {
  .dropdown-menu {
    position: absolute;
    background-color: #00132f;
    background-color: rgba(0, 19, 47, 0.9);
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 60px);
    overflow: auto;
    z-index: 91;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
  }
}

.dropdown-menu__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

@media print {
  .dropdown-menu__container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print {
  .dropdown-menu__container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.dropdown-menu__top {
  -ms-flex-order: 2;
      order: 2;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__top {
    -ms-flex-order: 0;
        order: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
}

@media print {
  .dropdown-menu__top {
    -ms-flex-order: 0;
        order: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0;
    margin-right: 30px;
    width: 230px;
  }
}

@media print {
  .dropdown-menu__top {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0;
    margin-right: 30px;
    width: 230px;
  }
}

.dropdown-menu__ttl {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__ttl {
    display: block;
  }
}

@media print {
  .dropdown-menu__ttl {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__ttl {
    display: block;
    margin-bottom: 30px;
  }
}

@media print {
  .dropdown-menu__ttl {
    display: block;
    margin-bottom: 30px;
  }
}

.dropdown-menu__ttl-en {
  font-size: 175%;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.dropdown-menu__ttl-ja {
  opacity: 0.8;
  margin-top: 1em;
}

.dropdown-menu__btn {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  border: none;
  background-color: #00398f;
  margin-left: -15px;
  margin-right: -15px;
  height: 40px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 30px;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 180px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #fff;
    margin: 0;
  }
  .dropdown-menu__btn:hover {
    background-color: #fff;
    color: #00398f;
  }
}

@media print {
  .dropdown-menu__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 180px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #fff;
    margin: 0;
  }
  .dropdown-menu__btn:hover {
    background-color: #fff;
    color: #00398f;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu__btn {
    margin-top: 50px;
  }
}

@media print {
  .dropdown-menu__btn {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .dropdown-menu .dropdown-nav {
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .dropdown-menu .dropdown-nav {
    -ms-flex: 1;
        flex: 1;
  }
}

.dropdown-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav {
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .dropdown-nav {
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown-nav--min .dropdown-nav__item {
    width: 25%;
    margin-bottom: 15px;
  }
}

@media print {
  .dropdown-nav--min .dropdown-nav__item {
    width: 25%;
    margin-bottom: 15px;
  }
}

.dropdown-nav__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item {
    display: block;
    background-color: transparent;
    width: 33.333%;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .dropdown-nav__item {
    display: block;
    background-color: transparent;
    width: 33.333%;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.dropdown-nav__item:nth-child(even) {
  border-left: none;
}

.dropdown-nav__item:nth-child(odd) {
  border-right: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item:nth-child(odd) {
    border-right: none;
  }
}

@media print {
  .dropdown-nav__item:nth-child(odd) {
    border-right: none;
  }
}

.dropdown-nav__item:nth-child(odd):last-child {
  border-bottom: none;
}

.dropdown-nav__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  line-height: 1.5;
  color: #131313;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.dropdown-nav__item a:active, .dropdown-nav__item a:focus {
  color: #131313;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item a {
    display: block;
    transition: all 0.25s linear;
    height: auto;
    padding: 0;
    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-nav__item a:hover {
    color: #c2daff;
  }
  .dropdown-nav__item a:hover .dropdown-nav__thumb img {
    transform: translate(-50%, -50%) scale(1.03);
  }
  .dropdown-nav__item a:hover img.dropdown-nav__thumb-logo {
    transform: translate(-50%, -50%) scale(1.03);
  }
  .dropdown-nav__item a:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    right: 0;
  }
  .dropdown-nav__item a:hover .link-arrow::before, .dropdown-nav__item a:hover .link-arrow::after {
    background-color: #00398f;
  }
}

@media print {
  .dropdown-nav__item a {
    display: block;
    transition: all 0.25s linear;
    height: auto;
    padding: 0;
    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-nav__item a:hover {
    color: #c2daff;
  }
  .dropdown-nav__item a:hover .dropdown-nav__thumb img {
    transform: translate(-50%, -50%) scale(1.03);
  }
  .dropdown-nav__item a:hover img.dropdown-nav__thumb-logo {
    transform: translate(-50%, -50%) scale(1.03);
  }
  .dropdown-nav__item a:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    right: 0;
  }
  .dropdown-nav__item a:hover .link-arrow::before, .dropdown-nav__item a:hover .link-arrow::after {
    background-color: #00398f;
  }
}

.dropdown-nav__item a:first-child {
  border-top: none;
}

.dropdown-nav__thumb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__thumb {
    width: 100%;
  }
}

@media print {
  .dropdown-nav__thumb {
    width: 100%;
  }
}

.dropdown-nav__thumb-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__thumb-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media print {
  .dropdown-nav__thumb-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.dropdown-nav__thumb-inner.js-photo-ofi {
  height: 100%;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__thumb-inner.js-photo-ofi {
    height: 0;
    padding-bottom: 66.666%;
  }
}

@media print {
  .dropdown-nav__thumb-inner.js-photo-ofi {
    height: 0;
    padding-bottom: 66.666%;
  }
}

.dropdown-nav__thumb-inner img {
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__thumb-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media print {
  .dropdown-nav__thumb-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.dropdown-nav__thumb-logo {
  width: 80%;
  height: auto;
}

.dropdown-nav__txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 15px;
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__txt {
    height: 50px;
    padding: 0;
    padding-right: 30px;
  }
}

@media print {
  .dropdown-nav__txt {
    height: 50px;
    padding: 0;
    padding-right: 30px;
  }
}

.dropdown-nav__txt .link-arrow {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__txt .link-arrow {
    opacity: 1;
  }
}

@media print {
  .dropdown-nav__txt .link-arrow {
    opacity: 1;
  }
}

.sec-allbrand {
  position: relative;
  padding-top: 60px;
}

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

@media print {
  .sec-allbrand {
    padding-top: 120px;
  }
}

.sec-allbrand::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .sec-allbrand::before {
    height: 210px;
  }
}

@media print {
  .sec-allbrand::before {
    height: 210px;
  }
}

.sec-allbrand__content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 0 5px 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-allbrand__content {
    padding: 0 40px 50px;
  }
}

@media print {
  .sec-allbrand__content {
    padding: 0 40px 50px;
  }
}

.sec-allbrand__content img {
  width: 100%;
  height: auto;
  max-width: 1180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

@media only screen and (min-width: 992px) {
  .list-allbrand {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .list-allbrand {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-allbrand__item {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .list-allbrand__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
  }
  .list-allbrand__item:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .list-allbrand__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
  }
  .list-allbrand__item:nth-child(2) {
    margin-top: 0;
  }
}

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

.list-allbrand__card {
  display: block;
  background-color: #fff;
  color: #131313;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .list-allbrand__card {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: all 0.25s ease;
  }
  .list-allbrand__card:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .list-allbrand__card:hover .list-allbrand__thumb img {
    opacity: 0.65;
    transform: scale(1.03);
  }
  .list-allbrand__card:hover .list-allbrand__btn {
    background-color: #f3f3f3;
  }
  .list-allbrand__card:hover .link-arrow {
    background-color: #00398f;
    right: 10px;
  }
  .list-allbrand__card:hover .link-arrow::before, .list-allbrand__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .list-allbrand__card {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: all 0.25s ease;
  }
  .list-allbrand__card:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .list-allbrand__card:hover .list-allbrand__thumb img {
    opacity: 0.65;
    transform: scale(1.03);
  }
  .list-allbrand__card:hover .list-allbrand__btn {
    background-color: #f3f3f3;
  }
  .list-allbrand__card:hover .link-arrow {
    background-color: #00398f;
    right: 10px;
  }
  .list-allbrand__card:hover .link-arrow::before, .list-allbrand__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

.list-allbrand__row {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .list-allbrand__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media print {
  .list-allbrand__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media only screen and (min-width: 768px) {
  .list-allbrand__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
    min-height: 400px;
  }
}

@media print {
  .list-allbrand__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
    min-height: 400px;
  }
}

.list-allbrand__logo {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 150px;
  padding-right: 150px;
}

@media only screen and (min-width: 768px) {
  .list-allbrand__logo {
    height: 200px;
    padding-right: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .list-allbrand__logo {
    height: 200px;
    padding-right: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

.list-allbrand__logo img {
  width: 70%;
  max-width: 250px;
  height: auto;
}

.list-allbrand__txtarea {
  margin-top: auto;
  margin-bottom: 0;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .list-allbrand__txtarea {
    padding: 0;
  }
}

@media print {
  .list-allbrand__txtarea {
    padding: 0;
  }
}

.list-allbrand__ttl {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .list-allbrand__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.list-allbrand__txt {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .list-allbrand__txt {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-allbrand__thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 150px;
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .list-allbrand__thumb {
    position: relative;
    width: 266px;
    height: auto;
  }
}

@media print {
  .list-allbrand__thumb {
    position: relative;
    width: 266px;
    height: auto;
  }
}

.list-allbrand__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
}

.list-allbrand__btn {
  border-top: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
}

.pgttl-brand {
  position: relative;
  padding-top: 120px;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand {
    padding-top: 170px;
  }
}

@media print {
  .pgttl-brand {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-brand {
    min-height: 960px;
  }
  .pgttl-brand::before {
    position: absolute;
    content: ' ';
    display: block;
    background-color: #06090f;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
  }
}

@media print {
  .pgttl-brand {
    min-height: 960px;
  }
  .pgttl-brand::before {
    position: absolute;
    content: ' ';
    display: block;
    background-color: #06090f;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
  }
}

.pgttl-brand--light {
  background-color: #f3f3f3;
}

.pgttl-brand__bg {
  position: absolute;
  height: 120px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  background-color: #06090f;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__bg {
    height: 240px;
  }
}

@media print {
  .pgttl-brand__bg {
    height: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-brand__bg {
    height: 100%;
    left: 0;
    width: 38%;
  }
}

@media print {
  .pgttl-brand__bg {
    height: 100%;
    left: 0;
    width: 38%;
  }
}

.pgttl-brand__bg img {
  opacity: 0.1;
}

.pgttl-brand__bg [data-aos='slide-cover'] {
  background-color: #06090f;
  animation-delay: 0.2s !important;
}

.pgttl-brand__row {
  position: relative;
}

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

@media print {
  .pgttl-brand__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.pgttl-brand__box {
  position: relative;
  z-index: 10;
}

.pgttl-brand__thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 35vw;
  z-index: 20;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__thumb {
    width: 240px;
    max-width: none;
  }
}

@media print {
  .pgttl-brand__thumb {
    width: 240px;
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-brand__thumb {
    position: relative;
    width: 50%;
  }
}

@media print {
  .pgttl-brand__thumb {
    position: relative;
    width: 50%;
  }
}

.pgttl-brand__thumb [data-aos='slide-cover'] {
  animation-delay: 0.5s !important;
}

.pgttl-brand__thumb-inner {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.pgttl-brand__thumb-inner-inner {
  position: relative;
  padding-bottom: 150%;
  transform: translate(5px, -40px);
}

@media only screen and (min-width: 992px) {
  .pgttl-brand__thumb-inner-inner {
    transform: translate(0, -60px);
  }
}

@media print {
  .pgttl-brand__thumb-inner-inner {
    transform: translate(0, -60px);
  }
}

.pgttl-brand__content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

@media only screen and (min-width: 992px) {
  .pgttl-brand__content {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
  }
}

@media print {
  .pgttl-brand__content {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
  }
}

.pgttl-brand__content::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .pgttl-brand__content::before {
    left: -50%;
  }
}

@media print {
  .pgttl-brand__content::before {
    left: -50%;
  }
}

.pgttl-brand__content-inner {
  position: relative;
  z-index: 10;
}

.pgttl-brand__parent {
  position: relative;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__parent {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 40px;
  }
}

@media print {
  .pgttl-brand__parent {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 40px;
  }
}

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

@media only screen and (min-width: 768px) {
  .pgttl-brand__parent::before {
    width: 30px;
  }
}

@media print {
  .pgttl-brand__parent::before {
    width: 30px;
  }
}

.pgttl-brand__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 50vw;
  height: 30vw;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__logo {
    width: 280px;
    margin-top: 20px;
  }
}

@media print {
  .pgttl-brand__logo {
    width: 280px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-brand__logo {
    display: block;
    height: auto;
  }
}

@media print {
  .pgttl-brand__logo {
    display: block;
    height: auto;
  }
}

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

.pgttl-brand__ja {
  display: inline-block;
  background-color: #131313;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 0.5em;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__ja {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .pgttl-brand__ja {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.pgttl-brand__lead {
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__lead {
    margin-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .pgttl-brand__lead {
    margin-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.pgttl-brand__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .pgttl-brand__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .pgttl-brand__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-works {
  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;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .list-works {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media print {
  .list-works {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

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

.list-works__item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}

.list-works__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .list-works__item {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .list-works__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media print {
  .list-works__item {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .list-works__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .list-works__item {
    width: 25%;
  }
  .list-works__item:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media print {
  .list-works__item {
    width: 25%;
  }
  .list-works__item:nth-child(-n + 4) {
    margin-top: 0;
  }
}

.list-works__thumb {
  background: transparent;
  padding-bottom: 100%;
}

.list-works__txt {
  text-align: center;
  margin-top: 5px;
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .list-works__txt {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-works-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.list-works-more--publicnotice .list-works-more__label {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .list-works-more--publicnotice .list-works-more__label {
    width: 480px;
  }
}

@media print {
  .list-works-more--publicnotice .list-works-more__label {
    width: 480px;
  }
}

.list-works-more--publicnotice .list-works-more__content {
  background-color: transparent;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .list-works-more--publicnotice .list-works-more__content {
    margin-top: 10px;
  }
}

@media print {
  .list-works-more--publicnotice .list-works-more__content {
    margin-top: 10px;
  }
}

.list-works-more--publicnotice .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
  padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .list-works-more--publicnotice .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 0 !important;
  }
}

@media print {
  .list-works-more--publicnotice .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 0 !important;
  }
}

.list-works-more--history .list-works-more__label {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .list-works-more--history .list-works-more__label {
    margin-left: 0;
    width: 480px;
  }
}

@media print {
  .list-works-more--history .list-works-more__label {
    margin-left: 0;
    width: 480px;
  }
}

.list-works-more--history .list-works-more__content {
  background-color: transparent;
}

.list-works-more--history .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
  padding-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .list-works-more--history .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 0 !important;
  }
}

@media print {
  .list-works-more--history .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 0 !important;
  }
}

.list-works-more__content-inner {
  color: #131313;
}

.list-works-more__check {
  display: none;
}

.list-works-more__label {
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #999;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  height: 40px;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .list-works-more__label {
    height: 50px;
    padding-top: 30px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
  }
  .list-works-more__label:hover {
    color: #131313;
  }
  .list-works-more__label:hover .list-works-more__icon::before, .list-works-more__label:hover .list-works-more__icon::after {
    background-color: #131313;
  }
}

@media print {
  .list-works-more__label {
    height: 50px;
    padding-top: 30px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
  }
  .list-works-more__label:hover {
    color: #131313;
  }
  .list-works-more__label:hover .list-works-more__icon::before, .list-works-more__label:hover .list-works-more__icon::after {
    background-color: #131313;
  }
}

.list-works-more__icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .list-works-more__icon {
    width: 20px;
    height: 20px;
  }
}

@media print {
  .list-works-more__icon {
    width: 20px;
    height: 20px;
  }
}

.list-works-more__icon::before, .list-works-more__icon::after {
  position: absolute;
  display: block;
  content: ' ';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #999;
  transform-origin: center center;
}

.list-works-more__icon::after {
  transition: all 0.25s ease;
  transform: rotate(90deg);
}

.list-works-more__btn {
  display: block;
  padding-top: 5px;
}

.list-works-more__btn--hide {
  display: none;
}

.list-works-more__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #fff;
  -ms-flex-order: 0;
      order: 0;
}

.list-works-more .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
  height: auto;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 768px) {
  .list-works-more .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media print {
  .list-works-more .list-works-more__check:checked + .list-works-more__label + .list-works-more__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.list-works-more .list-works-more__check:checked + .list-works-more__label .list-works-more__icon::after {
  transform: translate(0, -50%);
}

.list-works-more .list-works-more__check:checked + .list-works-more__label .list-works-more__btn--open {
  display: none;
}

.list-works-more .list-works-more__check:checked + .list-works-more__label .list-works-more__btn--hide {
  display: block;
}

.list-function {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

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

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

@media only screen and (min-width: 992px) {
  .list-function {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .list-function {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

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

.list-function__item {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

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

@media print {
  .list-function__item {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .list-function__item {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

@media print {
  .list-function__item {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

.list-function__item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  width: 100%;
  padding-left: 2.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.list-function__item-inner::before, .list-function__item-inner::after {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-color: #00398f;
  left: 0.7em;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-function__item-inner::before {
  width: 0.4em;
  height: 0.4em;
}

.list-function__item-inner::after {
  width: 1.5em;
  height: 1.5em;
  opacity: 0.1;
}

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

@media only screen and (min-width: 992px) {
  .list-function__item:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .list-function__item:nth-child(2) {
    margin-top: 0;
  }
}

.list-function__txt {
  -ms-flex: 1;
      flex: 1;
  font-weight: bold;
}

.list-function__thumb {
  text-align: right;
  width: 80px;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .list-function__thumb {
    width: 130px;
    margin-left: 15px;
  }
}

@media print {
  .list-function__thumb {
    width: 130px;
    margin-left: 15px;
  }
}

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

.list-eyecatch {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-eyecatch {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media print {
  .list-eyecatch {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

.list-eyecatch__item {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .list-eyecatch__item {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}

@media print {
  .list-eyecatch__item {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .list-eyecatch__item {
    width: 100%;
  }
}

@media print {
  .list-eyecatch__item {
    width: 100%;
  }
}

@media only screen and (min-width: 1340px) {
  .list-eyecatch__item {
    width: 50%;
  }
}

@media print {
  .list-eyecatch__item {
    width: 50%;
  }
}

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

@media only screen and (min-width: 768px) {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 10px;
  }
}

@media print {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .list-eyecatch__item:nth-child(2) {
    margin-top: 0;
  }
}

.list-eyecatch a.list-eyecatch__content {
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .list-eyecatch a.list-eyecatch__content {
    transition: all 0.25s ease;
  }
  .list-eyecatch a.list-eyecatch__content:hover {
    color: #00398f;
    background-color: #f5f5f9;
  }
  .list-eyecatch a.list-eyecatch__content:hover .list-eyecatch__content__icon {
    right: 0;
  }
}

@media print {
  .list-eyecatch a.list-eyecatch__content {
    transition: all 0.25s ease;
  }
  .list-eyecatch a.list-eyecatch__content:hover {
    color: #00398f;
    background-color: #f5f5f9;
  }
  .list-eyecatch a.list-eyecatch__content:hover .list-eyecatch__content__icon {
    right: 0;
  }
}

.list-eyecatch__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  width: 100%;
  padding-left: 2em;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #131313;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 30px;
}

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

@media print {
  .list-eyecatch__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.list-eyecatch__content::before {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-image: url(assets/img/topics/owner/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  transform: translate(0, -50%);
}

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

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

@media print {
  .list-eyecatch__icon {
    right: 5px;
    transition: all 0.25s ease;
  }
}

.list-eyecatch__icon img {
  width: 10px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-eyecatch__icon img {
    width: 15px;
  }
}

@media print {
  .list-eyecatch__icon img {
    width: 15px;
  }
}

.wrapper-brand-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more {
    margin-top: 10px;
  }
}

@media print {
  .wrapper-brand-more {
    margin-top: 10px;
  }
}

.wrapper-brand-more:first-child {
  margin-top: 0;
}

.wrapper-brand-more__content-inner {
  color: #131313;
  background-color: #fff;
  padding: 0 10px;
}

@media only screen and (min-width: 375px) {
  .wrapper-brand-more__content-inner {
    padding: 0 15px;
  }
}

@media print {
  .wrapper-brand-more__content-inner {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more__content-inner {
    padding: 0 40px;
  }
}

@media print {
  .wrapper-brand-more__content-inner {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .wrapper-brand-more__content-inner {
    padding: 0 60px;
  }
}

@media print {
  .wrapper-brand-more__content-inner {
    padding: 0 60px;
  }
}

.wrapper-brand-more__check {
  display: none;
}

.wrapper-brand-more__label {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #fff;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more__label {
    transition: all 0.25s ease;
    padding-right: 50px;
  }
  .wrapper-brand-more__label:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .wrapper-brand-more__label:hover .wrapper-brand-more__icon::before, .wrapper-brand-more__label:hover .wrapper-brand-more__icon::after {
    background-color: #00398f;
  }
}

@media print {
  .wrapper-brand-more__label {
    transition: all 0.25s ease;
    padding-right: 50px;
  }
  .wrapper-brand-more__label:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .wrapper-brand-more__label:hover .wrapper-brand-more__icon::before, .wrapper-brand-more__label:hover .wrapper-brand-more__icon::after {
    background-color: #00398f;
  }
}

.wrapper-brand-more__icon {
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more__icon {
    right: 30px;
    width: 30px;
    height: 30px;
  }
}

@media print {
  .wrapper-brand-more__icon {
    right: 30px;
    width: 30px;
    height: 30px;
  }
}

.wrapper-brand-more__icon::before, .wrapper-brand-more__icon::after {
  position: absolute;
  display: block;
  content: ' ';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #999;
  transform-origin: center center;
}

.wrapper-brand-more__icon::after {
  transition: all 0.25s ease;
  transform: rotate(90deg);
}

.wrapper-brand-more__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #fff;
  -ms-flex-order: 0;
      order: 0;
}

.wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content {
  position: relative;
  height: auto;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media print {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #131313;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content::before {
    left: 40px;
    right: 40px;
  }
}

@media print {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content::before {
    left: 40px;
    right: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content::before {
    left: 60px;
    right: 60px;
  }
}

@media print {
  .wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label + .wrapper-brand-more__content::before {
    left: 60px;
    right: 60px;
  }
}

.wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label .wrapper-brand-more__icon::after {
  transform: translate(0, -50%);
}

.wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label .wrapper-brand-more__btn--open {
  display: none;
}

.wrapper-brand-more .wrapper-brand-more__check:checked + .wrapper-brand-more__label .wrapper-brand-more__btn--hide {
  display: block;
}

.sec-synergy {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

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

@media print {
  .sec-synergy {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.sec-synergy::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  background-color: #f3f3f3;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .sec-synergy::before {
    top: 50%;
  }
}

@media print {
  .sec-synergy::before {
    top: 50%;
  }
}

.sec-synergy::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 10px;
  right: 10px;
  bottom: 60px;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .sec-synergy::after {
    bottom: 120px;
    left: 10px;
    right: 10px;
  }
}

@media print {
  .sec-synergy::after {
    bottom: 120px;
    left: 10px;
    right: 10px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-synergy::after {
    width: 1120px;
    right: auto;
    left: 50%;
    max-width: 1120px;
    transform: translate(-50%, 0);
  }
}

@media print {
  .sec-synergy::after {
    width: 1120px;
    right: auto;
    left: 50%;
    max-width: 1120px;
    transform: translate(-50%, 0);
  }
}

.sec-synergy__deco {
  position: absolute;
  left: 15px;
  top: 10px;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 50px;
  font-size: 5rem;
  opacity: 0.05;
  z-index: 20;
}

@media only screen and (min-width: 768px) {
  .sec-synergy__deco {
    top: 160px;
    left: 30px;
    font-size: 120px;
    font-size: 12rem;
  }
}

@media print {
  .sec-synergy__deco {
    top: 160px;
    left: 30px;
    font-size: 120px;
    font-size: 12rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-synergy__deco {
    top: 130px;
    left: 50px;
    font-size: 140px;
    font-size: 14rem;
  }
}

@media print {
  .sec-synergy__deco {
    top: 130px;
    left: 50px;
    font-size: 140px;
    font-size: 14rem;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-synergy__deco {
    left: 13%;
    top: 100px;
    font-size: 180px;
    font-size: 18rem;
  }
}

@media print {
  .sec-synergy__deco {
    left: 13%;
    top: 100px;
    font-size: 180px;
    font-size: 18rem;
  }
}

.sec-synergy__row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 30;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-synergy__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .sec-synergy__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.sec-synergy__ttl {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 5.4vw;
  line-height: 1.3;
}

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

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

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

@media print {
  .sec-synergy__ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-synergy__txt {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-synergy__txt {
    line-height: 2.2;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

@media print {
  .sec-synergy__txt {
    line-height: 2.2;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

.sec-synergy__illust {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-synergy__illust {
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

@media print {
  .sec-synergy__illust {
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

.sec-synergy__illust img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  width: 245px;
}

@media only screen and (min-width: 768px) {
  .sec-synergy__illust img {
    width: 368px;
  }
}

@media print {
  .sec-synergy__illust img {
    width: 368px;
  }
}

.sec-bf {
  position: relative;
  padding-top: 120px;
}

@media only screen and (min-width: 768px) {
  .sec-bf {
    padding-top: 350px;
  }
}

@media print {
  .sec-bf {
    padding-top: 350px;
  }
}

.sec-bf .sec-bf__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .sec-bf .sec-bf__bg {
    height: 480px;
  }
}

@media print {
  .sec-bf .sec-bf__bg {
    height: 480px;
  }
}

.sec-bf .sec-bf__bg-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
}

.sec-bf .sec-bf__bg-inner img {
  width: 100%;
  height: auto;
}

.sec-bf__container {
  position: relative;
  z-index: 10;
}

.sec-bf__box {
  background-color: #fff;
  padding: 30px 15px 60px;
}

@media only screen and (min-width: 768px) {
  .sec-bf__box {
    padding: 60px 40px 120px;
  }
}

@media print {
  .sec-bf__box {
    padding: 60px 40px 120px;
  }
}

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

@media print {
  .sec-bf__box {
    padding: 60px 70px 120px;
  }
}

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

@media print {
  .sec-bf__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

.sec-bf__ttl {
  line-height: 1.3;
}

@media only screen and (min-width: 992px) {
  .sec-bf__ttl {
    margin-right: 30px;
    width: 320px;
  }
}

@media print {
  .sec-bf__ttl {
    margin-right: 30px;
    width: 320px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-bf__ttl {
    margin-right: 40px;
  }
}

@media print {
  .sec-bf__ttl {
    margin-right: 40px;
  }
}

.sec-bf__ttl-en {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .sec-bf__ttl-en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.sec-bf__ttl-ja {
  margin-top: 5px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .sec-bf__ttl-ja {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-bf__ttl-ja {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-bf__txt {
  opacity: 0.8;
  margin-top: 20px;
}

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

@media print {
  .sec-bf__txt {
    margin-top: 30px;
  }
}

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

@media print {
  .sec-bf__txt {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
  }
}

.list-bf {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

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

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

.list-bf__item {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.list-bf__card {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #131313;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .list-bf__card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.25s ease;
  }
  .list-bf__card:hover {
    color: #131313;
  }
  .list-bf__card:hover .list-bf__thumb img {
    opacity: 0.8;
    transform: scale(1.08);
  }
  .list-bf__card:hover .btn, .list-bf__card:hover .btn-back,
  .list-bf__card:hover .btn-submit {
    background-color: #00398f;
    color: #fff;
  }
  .list-bf__card:hover .link-arrow {
    background-color: #00398f;
    right: 5px;
  }
  .list-bf__card:hover .link-arrow::before, .list-bf__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .list-bf__card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.25s ease;
  }
  .list-bf__card:hover {
    color: #131313;
  }
  .list-bf__card:hover .list-bf__thumb img {
    opacity: 0.8;
    transform: scale(1.08);
  }
  .list-bf__card:hover .btn, .list-bf__card:hover .btn-back,
  .list-bf__card:hover .btn-submit {
    background-color: #00398f;
    color: #fff;
  }
  .list-bf__card:hover .link-arrow {
    background-color: #00398f;
    right: 5px;
  }
  .list-bf__card:hover .link-arrow::before, .list-bf__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

.list-bf__thumb {
  margin-bottom: 15px;
}

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

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

@media only screen and (min-width: 992px) {
  .list-bf__thumb {
    width: 320px;
  }
}

@media print {
  .list-bf__thumb {
    width: 320px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-bf__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

@media print {
  .list-bf__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

.list-bf__thumb-inner {
  background-color: transparent;
  padding-bottom: 75%;
}

@media only screen and (min-width: 768px) {
  .list-bf__content {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media print {
  .list-bf__content {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.list-bf__ttl {
  line-height: 1.3;
}

.list-bf__ttl-ja {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .list-bf__ttl-ja {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .list-bf__ttl-ja {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.list-bf__ttl-en {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  color: #00398f;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .list-bf__ttl-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-bf__txt {
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .list-bf__txt {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .list-bf__txt {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-bf .btn, .list-bf .btn-back,
.list-bf .btn-submit {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-bf .btn, .list-bf .btn-back,
  .list-bf .btn-submit {
    width: 180px;
    margin-bottom: 0;
    margin-top: auto;
  }
}

@media print {
  .list-bf .btn, .list-bf .btn-back,
  .list-bf .btn-submit {
    width: 180px;
    margin-bottom: 0;
    margin-top: auto;
  }
}

.sec-bf-overview {
  position: relative;
  padding-top: 60px;
  z-index: 10;
}

.sec-bf-overview__deco {
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  color: #131313;
  opacity: 0.06;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
  font-size: 9vw;
}

@media only screen and (min-width: 480px) {
  .sec-bf-overview__deco {
    font-size: 40px;
  }
}

@media print {
  .sec-bf-overview__deco {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__deco {
    font-size: 90px;
    font-size: 9rem;
  }
}

@media print {
  .sec-bf-overview__deco {
    font-size: 90px;
    font-size: 9rem;
  }
}

@media only screen and (min-width: 1480px) {
  .sec-bf-overview__deco {
    top: 30px;
    left: 15px;
    font-size: 150px;
    font-size: 15rem;
    transform-origin: left top;
    transform: rotate(90deg) translate(0%, -100%);
  }
}

@media print {
  .sec-bf-overview__deco {
    top: 30px;
    left: 15px;
    font-size: 150px;
    font-size: 15rem;
    transform-origin: left top;
    transform: rotate(90deg) translate(0%, -100%);
  }
}

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

@media print {
  .sec-bf-overview__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .sec-bf-overview__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .sec-bf-overview__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }
}

.sec-bf-overview__content-inner {
  padding: 30px 15px 0 15px;
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__content-inner {
    padding-top: 60px;
  }
}

@media print {
  .sec-bf-overview__content-inner {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-bf-overview__content-inner {
    padding: 60px 30px 60px 15px;
  }
}

@media print {
  .sec-bf-overview__content-inner {
    padding: 60px 30px 60px 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-bf-overview__content-inner {
    padding-left: calc(50vw - 640px);
  }
}

@media print {
  .sec-bf-overview__content-inner {
    padding-left: calc(50vw - 640px);
  }
}

.sec-bf-overview__ttl {
  position: relative;
}

.sec-bf-overview__ttl::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #131313;
  height: 1px;
  width: 100%;
  top: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__ttl::before {
    top: 25px;
  }
}

@media print {
  .sec-bf-overview__ttl::before {
    top: 25px;
  }
}

.sec-bf-overview__ttl .ttl-basic__en {
  display: inline-block;
  background-color: #fff;
  padding-right: 0.25em;
  position: relative;
}

.sec-bf-overview__txt {
  margin-top: 30px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__txt {
    line-height: 2;
    margin-top: 80px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .sec-bf-overview__txt {
    line-height: 2;
    margin-top: 80px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-bf-overview__thumb {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .sec-bf-overview__thumb {
    margin-top: 0;
    padding-left: 60px;
    width: 50%;
  }
}

@media print {
  .sec-bf-overview__thumb {
    margin-top: 0;
    padding-left: 60px;
    width: 50%;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-bf-overview__thumb {
    padding-left: 100px;
  }
}

@media print {
  .sec-bf-overview__thumb {
    padding-left: 100px;
  }
}

.sec-bf-overview__thumb-wrapper {
  position: relative;
  transform: translate(0, 30px);
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__thumb-wrapper {
    padding-right: 40px;
    transform: translate(0, 60px);
  }
}

@media print {
  .sec-bf-overview__thumb-wrapper {
    padding-right: 40px;
    transform: translate(0, 60px);
  }
}

@media only screen and (min-width: 992px) {
  .sec-bf-overview__thumb-wrapper {
    max-width: 640px;
    padding-right: 76px;
  }
}

@media print {
  .sec-bf-overview__thumb-wrapper {
    max-width: 640px;
    padding-right: 76px;
  }
}

.sec-bf-overview__thumb-inner {
  width: 60vw;
  height: 80vw;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .sec-bf-overview__thumb-inner {
    width: 100%;
    height: 800px;
    margin-left: 0;
    margin-right: auto;
  }
}

@media print {
  .sec-bf-overview__thumb-inner {
    width: 100%;
    height: 800px;
    margin-left: 0;
    margin-right: auto;
  }
}

.sec-bf-overview__rect {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #00398f;
  position: absolute;
  right: 0;
  bottom: -60px;
}

@media only screen and (min-width: 768px) {
  .sec-bf-overview__rect {
    width: 230px;
    height: 230px;
  }
}

@media print {
  .sec-bf-overview__rect {
    width: 230px;
    height: 230px;
  }
}

.sec-bf-point {
  position: relative;
}

.sec-bf-point::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26%;
  background-color: #131313;
  opacity: 0.1;
}

.list-bf-category-point {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .list-bf-category-point {
    margin-top: 40px;
  }
}

@media print {
  .list-bf-category-point {
    margin-top: 40px;
  }
}

.list-bf-category-point__item {
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 10px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .list-bf-category-point__item {
    margin-top: 50px;
    padding: 30px;
    width: 75%;
  }
}

@media print {
  .list-bf-category-point__item {
    margin-top: 50px;
    padding: 30px;
    width: 75%;
  }
}

@media only screen and (min-width: 1340px) {
  .list-bf-category-point__item {
    padding: 60px;
  }
}

@media print {
  .list-bf-category-point__item {
    padding: 60px;
  }
}

.list-bf-category-point__item:first-child {
  margin-top: 0;
}

.list-bf-category-point__item:nth-child(odd) {
  margin-right: auto;
  margin-left: 0;
}

.list-bf-category-point__item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.list-bf-category-point__ttl {
  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) {
  .list-bf-category-point__ttl {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 15px;
  }
}

@media print {
  .list-bf-category-point__ttl {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 15px;
  }
}

.list-bf-category-point__txt {
  margin-top: 20px;
}

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

@media print {
  .list-bf-category-point__txt {
    margin-top: 30px;
  }
}

.list-bf-category-point__number {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 0.7;
  color: #00398f;
  font-family: "Marcellus", sans-serif;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .list-bf-category-point__number {
    right: 20px;
  }
}

@media print {
  .list-bf-category-point__number {
    right: 20px;
  }
}

.list-bf-category-point__number-txt {
  position: absolute;
  left: 120%;
  bottom: 100%;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 1.3rem;
  transform-origin: left bottom;
  transform: rotate(90deg);
}

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

@media print {
  .list-bf-category-point__number-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-bf-category-point__number-lg {
  font-size: 40px;
  font-size: 4rem;
}

@media only screen and (min-width: 768px) {
  .list-bf-category-point__number-lg {
    font-size: 100px;
    font-size: 10rem;
  }
}

@media print {
  .list-bf-category-point__number-lg {
    font-size: 100px;
    font-size: 10rem;
  }
}

.sec-bf-category {
  position: relative;
  color: #fff;
}

.sec-bf-category__bg {
  position: absolute;
  z-index: 1;
  background-color: #06090f;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.sec-bf-category__container {
  position: relative;
  z-index: 10;
}

.list-bf-category {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

@media print {
  .list-bf-category {
    margin-top: 30px;
  }
}

.list-bf-category__item {
  padding-left: 15px;
  padding-top: 15px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .list-bf-category__item {
    padding-left: 30px;
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media print {
  .list-bf-category__item {
    padding-left: 30px;
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-bf-category__item {
    padding-left: 50px;
    padding-top: 50px;
  }
}

@media print {
  .list-bf-category__item {
    padding-left: 50px;
    padding-top: 50px;
  }
}

.list-bf-category__card {
  color: #131313;
  background-color: #fff;
}

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

@media print {
  .list-bf-category__card {
    display: -ms-flexbox;
    display: flex;
  }
}

.list-bf-category__thumb {
  transform: translate(-15px, -15px);
}

@media only screen and (min-width: 768px) {
  .list-bf-category__thumb {
    transform: translate(-30px, -30px);
  }
}

@media print {
  .list-bf-category__thumb {
    transform: translate(-30px, -30px);
  }
}

@media only screen and (min-width: 1340px) {
  .list-bf-category__thumb {
    transform: translate(-50px, -50px);
  }
}

@media print {
  .list-bf-category__thumb {
    transform: translate(-50px, -50px);
  }
}

@media only screen and (min-width: 768px) {
  .list-bf-category__thumb {
    width: 38%;
  }
}

@media print {
  .list-bf-category__thumb {
    width: 38%;
  }
}

.list-bf-category__thumb-inner {
  padding-bottom: 75%;
}

.list-bf-category__content {
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .list-bf-category__content {
    padding: 40px 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .list-bf-category__content {
    padding: 40px 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

.list-bf-category__ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .list-bf-category__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .list-bf-category__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.list-bf-category__txt {
  opacity: 0.8;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-bf-category__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media print {
  .list-bf-category__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.list-bf-category__btns {
  margin-top: 20px;
}

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

@media print {
  .list-bf-category__btns {
    margin-top: 30px;
  }
}

.list-bf-category .btn-lined {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 150px;
  height: 45px;
  padding: 5px 35px 5px 10px;
  line-height: 1.3;
  color: #131313;
  border-bottom: 1px solid #ddd;
  text-decoration: none !important;
  transition: all 0.2s linear;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .list-bf-category .btn-lined {
    height: 55px;
    min-width: 210px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-bf-category .btn-lined:hover {
    color: #00398f;
  }
  .list-bf-category .btn-lined:hover .btn__icon--right {
    right: 5px;
  }
}

@media print {
  .list-bf-category .btn-lined {
    height: 55px;
    min-width: 210px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-bf-category .btn-lined:hover {
    color: #00398f;
  }
  .list-bf-category .btn-lined:hover .btn__icon--right {
    right: 5px;
  }
}

.list-bf-category .btn-lined__txt, .list-bf-category .btn-lined__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.list-bf-category .btn-lined__icon {
  margin: 0 5px;
}

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

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

@media print {
  .list-bf-category .btn-lined__icon--right {
    right: 15px;
    transition: all 0.25s ease;
  }
}

.list-bf-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.list-bf-more__content-inner {
  color: #131313;
  background-color: #fff;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .list-bf-more__content-inner {
    padding: 0 40px;
  }
}

@media print {
  .list-bf-more__content-inner {
    padding: 0 40px;
  }
}

.list-bf-more__check {
  display: none;
}

.list-bf-more__label {
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #999;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  height: 55px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .list-bf-more__label {
    height: 80px;
    transition: background 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
  }
  .list-bf-more__label:hover {
    color: #131313;
    background-color: #f6f6f6;
  }
  .list-bf-more__label:hover .list-bf-more__icon::before, .list-bf-more__label:hover .list-bf-more__icon::after {
    background-color: #131313;
  }
}

@media print {
  .list-bf-more__label {
    height: 80px;
    transition: background 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
  }
  .list-bf-more__label:hover {
    color: #131313;
    background-color: #f6f6f6;
  }
  .list-bf-more__label:hover .list-bf-more__icon::before, .list-bf-more__label:hover .list-bf-more__icon::after {
    background-color: #131313;
  }
}

.list-bf-more__icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .list-bf-more__icon {
    width: 20px;
    height: 20px;
  }
}

@media print {
  .list-bf-more__icon {
    width: 20px;
    height: 20px;
  }
}

.list-bf-more__icon::before, .list-bf-more__icon::after {
  position: absolute;
  display: block;
  content: ' ';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #999;
  transform-origin: center center;
}

.list-bf-more__icon::after {
  transition: all 0.25s ease;
  transform: rotate(90deg);
}

.list-bf-more__btn {
  display: block;
  padding-top: 5px;
}

.list-bf-more__btn--hide {
  display: none;
}

.list-bf-more__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #fff;
  -ms-flex-order: 0;
      order: 0;
}

.list-bf-more .list-bf-more__check:checked + .list-bf-more__label + .list-bf-more__content {
  height: auto;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.2s ease-out;
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .list-bf-more .list-bf-more__check:checked + .list-bf-more__label + .list-bf-more__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print {
  .list-bf-more .list-bf-more__check:checked + .list-bf-more__label + .list-bf-more__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-bf-more .list-bf-more__check:checked + .list-bf-more__label .list-bf-more__icon::after {
  transform: translate(0, -50%);
}

.list-bf-more .list-bf-more__check:checked + .list-bf-more__label .list-bf-more__btn--open {
  display: none;
}

.list-bf-more .list-bf-more__check:checked + .list-bf-more__label .list-bf-more__btn--hide {
  display: block;
}

.free-section {
  margin-top: 30px;
}

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

@media print {
  .free-section {
    margin-top: 60px;
  }
}

.free-section:first-child {
  margin-top: 0;
}

.free-section__ttl {
  font-size: 17px;
  font-size: 1.7rem;
  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) {
  .free-section__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
}

@media print {
  .free-section__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
}

.free-section__ttl--leftbar {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .free-section__ttl--leftbar {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 60px;
  }
}

@media print {
  .free-section__ttl--leftbar {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 60px;
  }
}

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

@media only screen and (min-width: 768px) {
  .free-section__ttl--leftbar::before {
    width: 50px;
  }
}

@media print {
  .free-section__ttl--leftbar::before {
    width: 50px;
  }
}

.free-section__row {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .free-section__row {
    margin-top: 25px;
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .free-section__row {
    margin-top: 25px;
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
  }
}

.free-section__row:first-of-type {
  margin-top: 0;
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .free-section__row--inverse .free-section__content {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media print {
  .free-section__row--inverse .free-section__content {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .free-section__row--inverse .free-section__thumb {
    -ms-flex-order: 0;
        order: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}

@media print {
  .free-section__row--inverse .free-section__thumb {
    -ms-flex-order: 0;
        order: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .free-section__row--inverse .free-section__thumb--harf {
    margin-left: 0;
    margin-right: 50px;
  }
}

@media print {
  .free-section__row--inverse .free-section__thumb--harf {
    margin-left: 0;
    margin-right: 50px;
  }
}

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

@media print {
  .free-section__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.free-section__minttl {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .free-section__minttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.free-section__txt {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .free-section__txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.free-section__thumb {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .free-section__thumb {
    margin-top: 0;
    margin-left: 30px;
    width: 40%;
  }
}

@media print {
  .free-section__thumb {
    margin-top: 0;
    margin-left: 30px;
    width: 40%;
  }
}

@media only screen and (min-width: 1340px) {
  .free-section__thumb {
    width: 460px;
  }
}

@media print {
  .free-section__thumb {
    width: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .free-section__thumb--harf {
    width: 50%;
    margin-left: 50px;
  }
}

@media print {
  .free-section__thumb--harf {
    width: 50%;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .free-section__thumb--wide {
    margin: 0;
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .free-section__thumb--wide {
    margin: 0;
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
}

.free-section__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sec-download {
  background-color: #4c4d51;
  color: #fff;
}

.sec-download .table--attachment {
  background-color: transparent;
  color: #fff;
}

.sec-download .table--attachment td,
.sec-download .table--attachment th {
  background-color: transparent;
}

.sec-download .table--attachment .btn-innertd {
  color: #fff;
  background-color: transparent;
}

.gallery-kv {
  padding-top: 50px;
  color: #fff;
  background: linear-gradient(-5deg, #1650a7 0%, #00132f 100%);
}

@media only screen and (min-width: 768px) {
  .gallery-kv {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
  }
}

@media print {
  .gallery-kv {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
  }
}

.gallery-kv__content {
  padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
  .gallery-kv__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

@media print {
  .gallery-kv__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .gallery-kv__content {
    padding-left: 45px;
  }
}

@media print {
  .gallery-kv__content {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-kv__inner {
    margin-right: 0;
    margin-left: auto;
  }
}

@media print {
  .gallery-kv__inner {
    margin-right: 0;
    margin-left: auto;
  }
}

.gallery-kv__cat > span {
  display: inline-block;
  background-color: #fff;
  color: #00398f;
  min-width: 80px;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.1em 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .gallery-kv__cat > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.gallery-kv__ttl {
  margin-top: 5px;
  font-size: 7vw;
  white-space: nowrap;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
}

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

@media print {
  .gallery-kv__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-kv__ttl {
    margin-top: 10px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media print {
  .gallery-kv__ttl {
    margin-top: 10px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1340px) {
  .gallery-kv__ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media print {
  .gallery-kv__ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.gallery-kv__txt {
  margin-top: 5px;
  font-size: 5vw;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.5;
}

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

@media print {
  .gallery-kv__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-kv__txt {
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .gallery-kv__txt {
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gallery-kv__btn {
  color: #fff;
  background-color: #b99f50;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .gallery-kv__btn {
    margin-top: 40px;
    width: 320px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .gallery-kv__btn:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

@media print {
  .gallery-kv__btn {
    margin-top: 40px;
    width: 320px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .gallery-kv__btn:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

.gallery-kv__btn .link-arrow::before, .gallery-kv__btn .link-arrow::after {
  background-color: #b99f50;
}

.gallery-kv__thumb {
  padding: 0;
  height: 60vw;
}

@media only screen and (min-width: 768px) {
  .gallery-kv__thumb {
    width: 45%;
    max-width: 860px;
    margin-left: 30px;
    height: auto;
  }
}

@media print {
  .gallery-kv__thumb {
    width: 45%;
    max-width: 860px;
    margin-left: 30px;
    height: auto;
  }
}

@media only screen and (min-width: 1340px) {
  .gallery-kv__thumb {
    width: 53%;
    margin-left: 60px;
  }
}

@media print {
  .gallery-kv__thumb {
    width: 53%;
    margin-left: 60px;
  }
}

.gallery-partir {
  position: relative;
}

.gallery-partir::before {
  position: absolute;
  content: ' ';
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30vw;
  background-color: #f3f3f3;
  z-index: -1;
}

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

@media print {
  .gallery-partir__row {
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-partir__thumb {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .gallery-partir__thumb {
    margin-top: 0;
    width: 100%;
    margin-left: 30px;
  }
}

@media print {
  .gallery-partir__thumb {
    margin-top: 0;
    width: 100%;
    margin-left: 30px;
  }
}

.gallery-partir__thumb img {
  display: block;
  width: 100%;
  max-width: 625px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .gallery-partir__content {
    width: 100%;
  }
}

@media print {
  .gallery-partir__content {
    width: 100%;
  }
}

.gallery-partir__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #00398f;
}

@media only screen and (min-width: 768px) {
  .gallery-partir__ttl {
    padding-bottom: 10px;
  }
}

@media print {
  .gallery-partir__ttl {
    padding-bottom: 10px;
  }
}

.gallery-partir__ttl-logo img {
  width: 95px;
}

@media only screen and (min-width: 768px) {
  .gallery-partir__ttl-logo img {
    width: 189px;
  }
}

@media print {
  .gallery-partir__ttl-logo img {
    width: 189px;
  }
}

.gallery-partir__ttl-txt {
  margin-left: 5px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .gallery-partir__ttl-txt {
    margin-left: 10px;
  }
}

@media print {
  .gallery-partir__ttl-txt {
    margin-left: 10px;
  }
}

.gallery-partir__ttl-min {
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .gallery-partir__ttl-min {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.gallery-partir__ttl-lg {
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .gallery-partir__ttl-lg {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.gallery-partir__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .gallery-partir__txt {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

@media print {
  .gallery-partir__txt {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

.gallery-ttl {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.gallery-ttl__min {
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .gallery-ttl__min {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.gallery-ttl__lg {
  margin-top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .gallery-ttl__lg {
    margin-top: 10px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media print {
  .gallery-ttl__lg {
    margin-top: 10px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.gallery-ttl__lg > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 1em;
  color: #fff;
  background: linear-gradient(-90deg, #1650a7 0%, #00132f 100%);
}

.gallery-ttl02 {
  position: relative;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  background: linear-gradient(-90deg, #1650a7 0%, #00132f 100%);
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 15px 10px;
}

@media only screen and (min-width: 768px) {
  .gallery-ttl02 {
    font-size: 28px;
    font-size: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 30px;
  }
}

@media print {
  .gallery-ttl02 {
    font-size: 28px;
    font-size: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 30px;
  }
}

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

@media print {
  .gallery-ttl02 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.gallery-ttl02__txt {
  font-size: 1em;
}

.gallery-ttl02__en {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 3.5vw;
  opacity: 0.1;
}

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

@media print {
  .gallery-ttl02__en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-ttl02__en {
    position: relative;
    top: auto;
    right: auto;
    opacity: 0.2;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .gallery-ttl02__en {
    position: relative;
    top: auto;
    right: auto;
    opacity: 0.2;
    font-size: 20px;
    font-size: 2rem;
  }
}

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

@media print {
  .gallery-ttl02__en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.gallery-good {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 4px 4px;
  overflow: hidden;
}

.gallery-good__deco {
  position: absolute;
  right: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .gallery-good__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-good__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media print {
  .gallery-good__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1340px) {
  .gallery-good__deco {
    font-size: 120px;
    font-size: 12rem;
  }
}

@media print {
  .gallery-good__deco {
    font-size: 120px;
    font-size: 12rem;
  }
}

.gallery-good__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .gallery-good__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media print {
  .gallery-good__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

.gallery-good__col {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .gallery-good__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-good__col:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .gallery-good__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-good__col:nth-child(2) {
    margin-top: 0;
  }
}

.gallery-good__col:first-child {
  margin-top: 0;
}

.gallery-good__item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .gallery-good__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

@media print {
  .gallery-good__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

.gallery-good__item-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-good__item-ttl {
  text-align: center;
  line-height: 1.5;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  margin-top: 10px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (min-width: 768px) {
  .gallery-good__item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

@media print {
  .gallery-good__item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

.gallery-good__item-ttl > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 0.5em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  background-color: #131313;
  color: #fff;
}

.gallery-good__item-txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .gallery-good__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 15px;
  }
}

@media print {
  .gallery-good__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 15px;
  }
}

.gallery-equipment {
  position: relative;
}

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

@media print {
  .gallery-equipment__row {
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-equipment__deco {
  position: absolute;
  right: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .gallery-equipment__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-equipment__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media print {
  .gallery-equipment__deco {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media only screen and (min-width: 1340px) {
  .gallery-equipment__deco {
    font-size: 120px;
    font-size: 12rem;
  }
}

@media print {
  .gallery-equipment__deco {
    font-size: 120px;
    font-size: 12rem;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-equipment__content {
    width: 100%;
  }
}

@media print {
  .gallery-equipment__content {
    width: 100%;
  }
}

.gallery-equipment-list {
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment-list {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .gallery-equipment-list {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.gallery-equipment-list li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  padding-left: 30px;
  margin-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 2px dotted #ddd;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment-list li {
    padding-left: 50px;
  }
}

@media print {
  .gallery-equipment-list li {
    padding-left: 50px;
  }
}

.gallery-equipment-list li .lg {
  font-weight: bold;
  font-size: 120%;
  display: inline-block;
}

.gallery-equipment-list li::before {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-image: url(assets/img/topics/owner/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment-list li::before {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .gallery-equipment-list li::before {
    width: 30px;
    height: 30px;
  }
}

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

.gallery-equipment__box {
  position: relative;
  margin-top: 30px;
  background-color: #f3f3f3;
  padding: 15px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment__box {
    padding: 30px;
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media print {
  .gallery-equipment__box {
    padding: 30px;
    padding-top: 40px;
    margin-top: 40px;
  }
}

.gallery-equipment__box:first-child {
  margin-top: 0;
}

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

@media print {
  .gallery-equipment__box-row {
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-equipment__box-thumb {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment__box-thumb {
    width: 240px;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media print {
  .gallery-equipment__box-thumb {
    width: 240px;
    margin-top: 0;
    margin-left: 30px;
  }
}

.gallery-equipment__box-thumb img {
  max-width: 100%;
  height: auto;
}

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

@media print {
  .gallery-equipment__box-content {
    -ms-flex: 1;
        flex: 1;
  }
}

.gallery-equipment__box-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .gallery-equipment__box-list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

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

@media print {
  .gallery-equipment__box-list li {
    margin-top: 10px;
  }
}

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

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

.gallery-equipment__box-ttl {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: bold;
  transform: translate(0, -50%);
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .gallery-equipment__box-ttl {
    left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .gallery-equipment__box-ttl {
    left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.gallery-equipment__box-ttl > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.5em 1em;
  background-color: #131313;
  color: #fff;
}

.gallery-equipment__thumb {
  margin-top: 15px;
}

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

@media print {
  .gallery-equipment__thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-equipment__thumb {
    margin-top: 0;
    margin-left: 30px;
    width: 100%;
  }
}

@media print {
  .gallery-equipment__thumb {
    margin-top: 0;
    margin-left: 30px;
    width: 100%;
  }
}

.gallery-equipment__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery-merit {
  position: relative;
}

.gallery-merit::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  bottom: 0;
  top: 0;
  width: 30vw;
  opacity: 0.05;
  background-color: #131313;
  z-index: -1;
}

.gallery-merit__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .gallery-merit__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gallery-merit__ttl .lg-blue {
  display: inline-block;
  color: #00398f;
  font-size: 150%;
  font-style: italic;
  margin-right: 0.1em;
}

.gallery-merit__ttl .normal {
  font-size: 110%;
}

.gallery-merit__ttl .lg {
  font-size: 125%;
}

.gallery-merit__block {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__block {
    margin-top: 80px;
  }
}

@media print {
  .gallery-merit__block {
    margin-top: 80px;
  }
}

.gallery-merit__block:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .gallery-merit__block:nth-child(even) .gallery-merit__content {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media print {
  .gallery-merit__block:nth-child(even) .gallery-merit__content {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__block:nth-child(even) .gallery-merit__inner {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
  }
}

@media print {
  .gallery-merit__block:nth-child(even) .gallery-merit__inner {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__block:nth-child(even) .gallery-merit__thumb {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media print {
  .gallery-merit__block:nth-child(even) .gallery-merit__thumb {
    -ms-flex-order: 1;
        order: 1;
  }
}

.gallery-merit__row {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  .gallery-merit__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
}

@media print {
  .gallery-merit__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media print {
  .gallery-merit__content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__inner {
    max-width: 625px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
  }
}

@media print {
  .gallery-merit__inner {
    max-width: 625px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
  }
}

.gallery-merit__number {
  line-height: 1;
  font-family: "Marcellus", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .gallery-merit__number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gallery-merit__number .lg {
  font-style: italic;
  font-size: 125%;
}

.gallery-merit__itemttl {
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .gallery-merit__itemttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .gallery-merit__itemttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.gallery-merit__itemttl > p {
  display: block;
  margin-top: 3px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__itemttl > p {
    margin-top: 5px;
  }
}

@media print {
  .gallery-merit__itemttl > p {
    margin-top: 5px;
  }
}

.gallery-merit__itemttl > p::first-child {
  margin-top: 0;
}

.gallery-merit__itemttl > p > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 0.5em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(-90deg, #1650a7 0%, #00132f 100%);
}

.gallery-merit__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__txt {
    margin-top: 30px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .gallery-merit__txt {
    margin-top: 30px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.gallery-merit__box {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  padding: 15px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__box {
    padding: 30px;
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media print {
  .gallery-merit__box {
    padding: 30px;
    padding-top: 40px;
    margin-top: 40px;
  }
}

.gallery-merit__box:first-child {
  margin-top: 0;
}

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

@media print {
  .gallery-merit__box-row {
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-merit__box-thumb {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__box-thumb {
    width: 240px;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media print {
  .gallery-merit__box-thumb {
    width: 240px;
    margin-top: 0;
    margin-left: 30px;
  }
}

.gallery-merit__box-thumb img {
  max-width: 100%;
  height: auto;
}

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

@media print {
  .gallery-merit__box-content {
    -ms-flex: 1;
        flex: 1;
  }
}

.gallery-merit__box-ttl {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: bold;
  transform: translate(0, -50%);
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__box-ttl {
    left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .gallery-merit__box-ttl {
    left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.gallery-merit__box-ttl > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.5em 1em;
  background-color: #131313;
  color: #fff;
}

.gallery-merit-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.gallery-merit-list li {
  position: relative;
  padding: 0;
  margin-top: 5px;
  line-height: 1.3;
  padding-left: 30px;
}

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

@media print {
  .gallery-merit-list li {
    margin-top: 10px;
  }
}

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

.gallery-merit-list li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #00398f;
  left: 0;
  top: 0.6em;
  transform: translate(0, -50%);
}

.gallery-merit__thumb {
  margin-top: 15px;
  padding: 0;
}

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

@media print {
  .gallery-merit__thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__thumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 100%;
  }
}

@media print {
  .gallery-merit__thumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 100%;
  }
}

.gallery-merit__thumb-inner {
  height: 45vw;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__thumb-inner {
    height: 480px;
  }
}

@media print {
  .gallery-merit__thumb-inner {
    height: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__thumb-inner {
    width: 100%;
  }
}

@media print {
  .gallery-merit__thumb-inner {
    width: 100%;
  }
}

.gallery-merit__customebox-wrapper {
  margin-top: 20px;
}

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

@media print {
  .gallery-merit__customebox-wrapper {
    margin-top: 30px;
  }
}

.gallery-merit__customebox {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #00398f;
}

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

@media print {
  .gallery-merit__customebox {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__customebox {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .gallery-merit__customebox {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__customebox-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media print {
  .gallery-merit__customebox-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.gallery-merit__customebox-thumb {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .gallery-merit__customebox-thumb {
    margin-top: 20px;
  }
}

@media print {
  .gallery-merit__customebox-thumb {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .gallery-merit__customebox-thumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 100%;
  }
}

@media print {
  .gallery-merit__customebox-thumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    width: 100%;
  }
}

.gallery-merit__customebox-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-merit__customebox-ttl {
  font-weight: bold;
  color: #00398f;
  border-left: 5px solid #00398f;
  padding-left: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

.gallery-merit__customebox-txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .gallery-merit__customebox-txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.gallery-merit__slider-wrapper {
  margin-top: 20px;
}

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

@media print {
  .gallery-merit__slider-wrapper {
    margin-top: 30px;
  }
}

.gallery-merit__slider-wrapper .sp-previous-arrow {
  left: -15px;
}

@media only screen and (min-width: 1480px) {
  .gallery-merit__slider-wrapper .sp-previous-arrow {
    left: -30px;
  }
}

@media print {
  .gallery-merit__slider-wrapper .sp-previous-arrow {
    left: -30px;
  }
}

.gallery-merit__slider-wrapper .sp-next-arrow {
  right: -15px;
}

@media only screen and (min-width: 1480px) {
  .gallery-merit__slider-wrapper .sp-next-arrow {
    right: -30px;
  }
}

@media print {
  .gallery-merit__slider-wrapper .sp-next-arrow {
    right: -30px;
  }
}

.gallery-merit__slider-wrapper .sp-arrow::before, .gallery-merit__slider-wrapper .sp-arrow::after {
  background-color: #00398f;
  width: 25%;
}

.gallery-merit__slider-wrapper .img-btn {
  position: relative;
}

.gallery-merit__slider-wrapper .img-btn::after {
  position: absolute;
  display: block;
  content: '\f00e';
  font-size: 15px;
  font-size: 1.5rem;
  font-family: FontAwesome;
  background-color: #131313;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  right: 0;
  bottom: 0;
}

.gallery-merit__slider-wrapper .img-btn img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .gallery-banners__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .gallery-banners__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gallery-banners__col {
  width: 100%;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .gallery-banners__col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-banners__col:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .gallery-banners__col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-banners__col:nth-child(2) {
    margin-top: 0;
  }
}

.gallery-banners__col:first-child {
  margin-top: 0;
}

.gallery-banners__item {
  display: block;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .gallery-banners__item:hover .gallery-banners__img {
    opacity: 0.65;
  }
}

@media print {
  .gallery-banners__item:hover .gallery-banners__img {
    opacity: 0.65;
  }
}

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

@media print {
  .gallery-banners__img {
    transition: all 0.25s ease;
  }
}

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

.gallery-banners__ttl {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .gallery-banners__ttl {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.gallery-banners__txt {
  line-height: 1.5;
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .gallery-banners__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.lightcase-icon-next,
.lightcase-icon-prev {
  color: #131313 !important;
}

/* =====================
  MAIN VISUAL SLIDER
===================== */
.sec-mv {
  position: relative;
  height: 100vh;
}

@media only screen and (min-width: 768px) {
  .sec-mv {
    min-height: 680px;
  }
}

@media print {
  .sec-mv {
    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__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sec-mv__bg .js-photo-ofi {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .sec-mv__bg-sp {
    display: none;
  }
}

@media print {
  .sec-mv__bg-sp {
    display: none;
  }
}

.sec-mv__bg-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sec-mv__bg-pc {
    display: block;
  }
}

@media print {
  .sec-mv__bg-pc {
    display: block;
  }
}

.sec-mv__txt {
  position: absolute;
  top: 40%;
  left: 45%;
  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: 45%;
  bottom: 0;
  line-height: 1;
  opacity: 0;
}

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

.sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
  width: 45vw;
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 194px;
  }
}

@media print {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 194px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 259px;
  }
}

@media print {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 259px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 298px;
  }
}

@media print {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 298px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 388px;
  }
}

@media print {
  .sec-mv__txt-ja[data-status='active'] .sec-mv__txt-ja-inner {
    width: 388px;
  }
}

.sec-mv__txt-ja-inner {
  overflow: hidden;
  width: 10px;
  transition: all 0.35s ease-in;
}

.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: "Marcellus", sans-serif;
  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: "Marcellus", sans-serif;
}

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

.owner-kv {
  position: relative;
  padding-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  .owner-kv {
    padding-bottom: 200px;
  }
}

@media print {
  .owner-kv {
    padding-bottom: 200px;
  }
}

.owner-kv__deco {
  position: absolute;
  z-index: -1;
  display: block;
  background-color: #f3f3f3;
  width: 85%;
  right: 0;
  bottom: 10%;
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .owner-kv__deco {
    height: 220px;
  }
}

@media print {
  .owner-kv__deco {
    height: 220px;
  }
}

.owner-kv__thumb {
  position: absolute;
  right: 0;
  left: 25%;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .owner-kv__thumb {
    height: 480px;
    left: 20%;
  }
}

@media print {
  .owner-kv__thumb {
    height: 480px;
    left: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .owner-kv__thumb {
    height: 680px;
  }
}

@media print {
  .owner-kv__thumb {
    height: 680px;
  }
}

.owner-kv__thumb2 {
  position: absolute;
  right: 6%;
  bottom: 0;
}

.owner-kv__thumb2 img {
  width: 25vw;
  height: auto;
  max-width: 343px;
}

.owner-kv__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 240px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .owner-kv__content {
    height: 480px;
  }
}

@media print {
  .owner-kv__content {
    height: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-kv__content {
    height: 680px;
  }
}

@media print {
  .owner-kv__content {
    height: 680px;
  }
}

.owner-kv__inner {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .owner-kv__inner {
    padding-left: 5vw;
  }
}

@media print {
  .owner-kv__inner {
    padding-left: 5vw;
  }
}

.owner-kv__en {
  transform: translate(-10px, 0);
}

@media only screen and (min-width: 768px) {
  .owner-kv__en {
    transform: translate(-15px, 0);
  }
}

@media print {
  .owner-kv__en {
    transform: translate(-15px, 0);
  }
}

.owner-kv__en img {
  width: 177px;
}

@media only screen and (min-width: 768px) {
  .owner-kv__en img {
    width: 353px;
  }
}

@media print {
  .owner-kv__en img {
    width: 353px;
  }
}

.owner-kv__cat {
  margin-top: 5px;
}

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

@media print {
  .owner-kv__cat {
    margin-top: 10px;
  }
}

.owner-kv__cat > span {
  display: inline-block;
  color: #fff;
  min-width: 80px;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.1em 1em;
  background-color: #131313;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .owner-kv__cat > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.owner-kv__ttl {
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .owner-kv__ttl {
    margin-top: 10px;
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media print {
  .owner-kv__ttl {
    margin-top: 10px;
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.owner-kv__ttl > span {
  display: block;
  margin-top: 5px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .owner-kv__ttl > span {
    margin-top: 10px;
  }
}

@media print {
  .owner-kv__ttl > span {
    margin-top: 10px;
  }
}

.owner-kv__ttl > span::first-child {
  margin-top: 0;
}

.owner-kv__ttl > span > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 0.5em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  background-color: #fff;
}

.owner-kv__btn {
  color: #fff;
  background-color: #b99f50;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .owner-kv__btn {
    margin-top: 40px;
    width: 320px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .owner-kv__btn:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

@media print {
  .owner-kv__btn {
    margin-top: 40px;
    width: 320px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .owner-kv__btn:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

.owner-kv__btn .link-arrow::before, .owner-kv__btn .link-arrow::after {
  background-color: #b99f50;
}

.owner-trouble {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

@media print {
  .owner-trouble {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.owner-trouble::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
}

.owner-trouble__inner {
  position: relative;
}

.owner-trouble__bg {
  position: absolute;
  height: auto;
  padding: 0;
  left: 0;
  right: 5px;
  bottom: -100px;
  top: 50px;
}

@media only screen and (min-width: 768px) {
  .owner-trouble__bg {
    right: 10px;
    bottom: -150px;
    top: 70px;
  }
}

@media print {
  .owner-trouble__bg {
    right: 10px;
    bottom: -150px;
    top: 70px;
  }
}

@media only screen and (min-width: 1340px) {
  .owner-trouble__bg {
    right: 10%;
  }
}

@media print {
  .owner-trouble__bg {
    right: 10%;
  }
}

.owner-trouble__deco {
  position: absolute;
  line-height: 1;
  top: 65px;
  right: 5px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
  font-size: 9vw;
  z-index: 10;
  opacity: 0.3;
}

@media only screen and (min-width: 480px) {
  .owner-trouble__deco {
    font-size: 40px;
  }
}

@media print {
  .owner-trouble__deco {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .owner-trouble__deco {
    right: 10px;
    top: 70px;
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media print {
  .owner-trouble__deco {
    right: 10px;
    top: 70px;
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media only screen and (min-width: 1340px) {
  .owner-trouble__deco {
    right: 10%;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

@media print {
  .owner-trouble__deco {
    right: 10%;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

.owner-trouble__container {
  position: relative;
  z-index: 20;
}

.owner-trouble__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-trouble__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-trouble__ttl-bottom > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.2em 0.2em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  background-color: #131313;
  color: #fff;
  font-size: 6.5vw;
}

@media only screen and (min-width: 480px) {
  .owner-trouble__ttl-bottom > span {
    font-size: 150%;
  }
}

@media print {
  .owner-trouble__ttl-bottom > span {
    font-size: 150%;
  }
}

@media only screen and (min-width: 768px) {
  .owner-trouble__ttl-bottom > span {
    padding: 0.2em 0.75em;
    font-size: 150%;
  }
}

@media print {
  .owner-trouble__ttl-bottom > span {
    padding: 0.2em 0.75em;
    font-size: 150%;
  }
}

.owner-trouble-list {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding-left: 20px;
  list-style: none;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .owner-trouble-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding-left: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .owner-trouble-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding-left: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .owner-trouble-list {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

.owner-trouble-list li {
  position: relative;
  background-color: #fff;
  padding: 10px;
  padding-left: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-trouble-list li {
    margin-top: 20px;
    padding: 20px;
    padding-right: 15px;
    padding-left: 60px;
    width: calc(50% - 15px);
  }
  .owner-trouble-list li:nth-child(odd) {
    margin-right: 15px;
  }
  .owner-trouble-list li:nth-child(even) {
    margin-left: 15px;
  }
  .owner-trouble-list li:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .owner-trouble-list li {
    margin-top: 20px;
    padding: 20px;
    padding-right: 15px;
    padding-left: 60px;
    width: calc(50% - 15px);
  }
  .owner-trouble-list li:nth-child(odd) {
    margin-right: 15px;
  }
  .owner-trouble-list li:nth-child(even) {
    margin-left: 15px;
  }
  .owner-trouble-list li:nth-child(2) {
    margin-top: 0;
  }
}

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

.owner-trouble-list li::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #00398f;
  border-radius: 100%;
  left: 15px;
  top: 50%;
  transform: translate(0, -3px);
}

@media only screen and (min-width: 768px) {
  .owner-trouble-list li::after {
    left: 45px;
  }
}

@media print {
  .owner-trouble-list li::after {
    left: 45px;
  }
}

.owner-trouble-list li::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #00398f;
  width: 30px;
  height: 2px;
  left: -15px;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .owner-trouble-list li::before {
    width: 60px;
    left: -15px;
  }
}

@media print {
  .owner-trouble-list li::before {
    width: 60px;
    left: -15px;
  }
}

.owner-start {
  position: relative;
  background-color: #fff;
  margin-top: 40px;
  padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
  .owner-start {
    margin-top: 90px;
    padding: 40px 60px 40px;
  }
}

@media print {
  .owner-start {
    margin-top: 90px;
    padding: 40px 60px 40px;
  }
}

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

@media print {
  .owner-start {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.owner-start__minttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-start__minttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-start__minttl > span {
  position: relative;
  display: inline-block;
}

.owner-start__minttl > span::before, .owner-start__minttl > span::after {
  position: absolute;
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #131313;
}

.owner-start__minttl > span::before {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.owner-start__minttl > span::after {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.owner-start__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 8vw;
  margin-top: 10px;
}

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

@media print {
  .owner-start__ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .owner-start__ttl {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 20px;
  }
}

@media print {
  .owner-start__ttl {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 20px;
  }
}

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

@media print {
  .owner-start__ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.owner-start__ttl > span {
  padding-bottom: 0.2em;
  background-image: linear-gradient(transparent 95%, #00398f 95%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.owner-start__row {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .owner-start__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -100px;
  }
}

@media print {
  .owner-start__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -100px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-start__content {
    width: 100%;
    padding-top: 80px;
  }
}

@media print {
  .owner-start__content {
    width: 100%;
    padding-top: 80px;
  }
}

.owner-start__en {
  transform: translate(-10px, 5px);
}

@media only screen and (min-width: 768px) {
  .owner-start__en {
    transform: translate(-15px, 10px);
  }
}

@media print {
  .owner-start__en {
    transform: translate(-15px, 10px);
  }
}

.owner-start__en img {
  width: 179px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .owner-start__en img {
    width: 358px;
  }
}

@media print {
  .owner-start__en img {
    width: 358px;
  }
}

.owner-start__lead {
  font-size: 5vw;
}

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

@media print {
  .owner-start__lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

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

@media print {
  .owner-start__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .owner-start__lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.owner-start__lead > span {
  display: block;
  margin-top: 5px;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .owner-start__lead > span {
    margin-top: 10px;
  }
}

@media print {
  .owner-start__lead > span {
    margin-top: 10px;
  }
}

.owner-start__lead > span::first-child {
  margin-top: 0;
}

.owner-start__lead > span > span {
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 0.5em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  color: #fff;
  background-color: #00398f;
}

.owner-start__txt-lg {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  font-size: 4.2vw;
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .owner-start__txt-lg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .owner-start__txt-lg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .owner-start__txt-lg {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media print {
  .owner-start__txt-lg {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 30px;
  }
}

.owner-start__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .owner-start__txt {
    margin-top: 20px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .owner-start__txt {
    margin-top: 20px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.owner-start__thumb {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .owner-start__thumb {
    margin-top: 0;
    margin-left: 30px;
    transform: translate(0, 140px);
  }
}

@media print {
  .owner-start__thumb {
    margin-top: 0;
    margin-left: 30px;
    transform: translate(0, 140px);
  }
}

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

.owner-merit {
  position: relative;
}

.owner-merit__deco {
  position: absolute;
  right: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .owner-merit__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

@media print {
  .owner-merit__deco {
    font-size: 160px;
    font-size: 16rem;
  }
}

.owner-merit__bg {
  position: absolute;
  display: block;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 4px 4px;
  bottom: 0;
  top: 30%;
  right: 0;
  width: 70%;
  z-index: -1;
}

.owner-merit__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-merit__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-merit__ttl .lg-blue {
  display: inline-block;
  color: #00398f;
  font-size: 150%;
  font-style: italic;
  margin-right: 0.1em;
}

.owner-merit__ttl .normal {
  font-size: 110%;
}

.owner-merit__ttl .lg {
  font-size: 125%;
}

.owner-merit__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-merit__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media print {
  .owner-merit__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

.owner-merit__col {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-merit__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .owner-merit__col:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .owner-merit__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .owner-merit__col:nth-child(2) {
    margin-top: 0;
  }
}

.owner-merit__col:first-child {
  margin-top: 0;
}

.owner-merit__item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .owner-merit__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

@media print {
  .owner-merit__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

.owner-merit__item-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

@media only screen and (min-width: 768px) {
  .owner-merit__item-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

@media print {
  .owner-merit__item-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

.owner-merit__item-txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-merit__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 20px;
  }
}

@media print {
  .owner-merit__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 20px;
  }
}

.owner-knowledge {
  overflow: hidden;
  position: relative;
  background-image: url(assets/img/topics/owner/bg-note.png);
}

.owner-knowledge__deco {
  position: absolute;
  left: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .owner-knowledge__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

@media print {
  .owner-knowledge__deco {
    font-size: 160px;
    font-size: 16rem;
  }
}

.owner-knowledge__bg {
  position: absolute;
  display: block;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 4px 4px;
  bottom: 0;
  top: 30%;
  right: 0;
  width: 70%;
  z-index: -1;
}

.owner-knowledge__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #00398f;
  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;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-knowledge__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-knowledge__ttl .lg-blue {
  display: inline-block;
  color: #00398f;
  font-size: 150%;
  font-style: italic;
  margin-right: 0.1em;
}

.owner-knowledge__ttl .lg {
  font-size: 175%;
}

.owner-knowledge-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

@media print {
  .owner-knowledge-list {
    margin-top: 30px;
  }
}

.owner-knowledge-list__item {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-top-color: #00398f;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__item {
    margin-top: 20px;
    padding: 30px 40px;
  }
}

@media print {
  .owner-knowledge-list__item {
    margin-top: 20px;
    padding: 30px 40px;
  }
}

.owner-knowledge-list__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__row {
    margin-top: 40px;
  }
}

@media print {
  .owner-knowledge-list__row {
    margin-top: 40px;
  }
}

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

@media print {
  .owner-knowledge-list__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.owner-knowledge-list__row:first-child {
  margin-top: 0;
}

.owner-knowledge-list__illust {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__illust {
    margin-bottom: 20px;
  }
}

@media print {
  .owner-knowledge-list__illust {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-knowledge-list__illust {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media print {
  .owner-knowledge-list__illust {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

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

@media print {
  .owner-knowledge-list__illust {
    margin-right: 60px;
  }
}

.owner-knowledge-list__illust img {
  width: 280px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__illust img {
    width: 420px;
  }
}

@media print {
  .owner-knowledge-list__illust img {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media print {
  .owner-knowledge-list__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.owner-knowledge-list__ttl {
  line-height: 1.5;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #131313;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-knowledge-list__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.owner-knowledge-list__point {
  position: relative;
  line-height: 1.5;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  padding-left: 30px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__point {
    padding-left: 45px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .owner-knowledge-list__point {
    padding-left: 45px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.owner-knowledge-list__point::before {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-image: url(assets/img/topics/owner/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__point::before {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .owner-knowledge-list__point::before {
    width: 30px;
    height: 30px;
  }
}

.owner-knowledge-list__point > span {
  padding-bottom: 0.1em;
  background-image: linear-gradient(transparent 70%, #fceb58 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.owner-knowledge-list__txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-knowledge-list__txt {
    margin-top: 20px;
  }
}

@media print {
  .owner-knowledge-list__txt {
    margin-top: 20px;
  }
}

.owner-partir {
  overflow: hidden;
  position: relative;
  background-color: #00398f;
  background-image: url(assets/img/topics/owner/bg-partir.jpg);
  background-size: cover;
  background-position: center center;
}

.owner-partir__deco {
  position: absolute;
  right: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .owner-partir__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

@media print {
  .owner-partir__deco {
    font-size: 160px;
    font-size: 16rem;
  }
}

.owner-partir__ttl {
  color: #fff;
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-partir__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-partir__ttl .lg-blue {
  display: inline-block;
  font-size: 150%;
  font-style: italic;
  margin-right: 0.1em;
}

.owner-partir__ttl .lg {
  font-size: 175%;
}

.owner-partir__lead {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 4.3vw;
}

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

@media print {
  .owner-partir__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .owner-partir__lead {
    margin-top: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print {
  .owner-partir__lead {
    margin-top: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.owner-partir__lead > p {
  margin-top: 0.4em;
}

.owner-partir__lead > p:first-child {
  margin-top: 0;
}

.owner-partir__lead > p > span {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .owner-partir__lead > p > span {
    display: inline-block;
    background-color: #fff;
    line-height: 1.3;
    padding: 0.2em 0.5em;
    color: #00398f;
  }
}

@media print {
  .owner-partir__lead > p > span {
    display: inline-block;
    background-color: #fff;
    line-height: 1.3;
    padding: 0.2em 0.5em;
    color: #00398f;
  }
}

.owner-partir__txt {
  color: #fff;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .owner-partir__txt {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .owner-partir__txt {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

@media only screen and (min-width: 768px) {
  .owner-partir-list {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print {
  .owner-partir-list {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

.owner-partir-list__item {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding: 15px 10px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__item {
    margin-top: 40px;
    padding: 60px 40px;
    padding-top: 0;
  }
}

@media print {
  .owner-partir-list__item {
    margin-top: 40px;
    padding: 60px 40px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .owner-partir-list__item {
    padding: 60px;
    padding-top: 0;
  }
}

@media print {
  .owner-partir-list__item {
    padding: 60px;
    padding-top: 0;
  }
}

.owner-partir-list__item::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__item::before {
    top: 40px;
  }
}

@media print {
  .owner-partir-list__item::before {
    top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-partir-list__item::before {
    top: 100px;
  }
}

@media print {
  .owner-partir-list__item::before {
    top: 100px;
  }
}

.owner-partir-list__content {
  position: relative;
  z-index: 10;
}

.owner-partir-list__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__ttl {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print {
  .owner-partir-list__ttl {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.owner-partir-list__ttl:first-child {
  margin-top: 0;
}

.owner-partir-list__ttl-txt {
  line-height: 1.5;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #131313;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__ttl-txt {
    font-size: 24px;
    font-size: 2.4rem;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .owner-partir-list__ttl-txt {
    font-size: 24px;
    font-size: 2.4rem;
    -ms-flex: 1;
        flex: 1;
  }
}

.owner-partir-list__ttl-illust {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__ttl-illust {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media print {
  .owner-partir-list__ttl-illust {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-partir-list__ttl-illust {
    margin-bottom: 0;
    margin-left: 30px;
  }
}

@media print {
  .owner-partir-list__ttl-illust {
    margin-bottom: 0;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .owner-partir-list__ttl-illust {
    margin-left: 60px;
  }
}

@media print {
  .owner-partir-list__ttl-illust {
    margin-left: 60px;
  }
}

.owner-partir-list__ttl-illust img {
  width: 280px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__ttl-illust img {
    width: 277.33333px;
  }
}

@media print {
  .owner-partir-list__ttl-illust img {
    width: 277.33333px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-partir-list__ttl-illust img {
    width: 416px;
  }
}

@media print {
  .owner-partir-list__ttl-illust img {
    width: 416px;
  }
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media print {
  .owner-partir-list__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.owner-partir-list__txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__txt {
    margin-top: 20px;
  }
}

@media print {
  .owner-partir-list__txt {
    margin-top: 20px;
  }
}

.owner-partir-list__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;
  display: none;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__table {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    display: table;
  }
}

@media print {
  .owner-partir-list__table {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    display: table;
  }
}

.owner-partir-list__table--sp {
  word-break: break-all;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__table--sp {
    display: none;
  }
}

@media print {
  .owner-partir-list__table--sp {
    display: none;
  }
}

.owner-partir-list__table tr {
  border-bottom: 1px solid #ddd;
}

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

@media only screen and (min-width: 768px) {
  .owner-partir-list__table th,
  .owner-partir-list__table td {
    padding: 15px 30px;
  }
}

@media print {
  .owner-partir-list__table th,
  .owner-partir-list__table td {
    padding: 15px 30px;
  }
}

.owner-partir-list__table thead th,
.owner-partir-list__table thead td, .owner-partir-list__table-th {
  background-color: #999;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  width: auto;
  padding: 5px;
  font-size: 125%;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__table thead th,
  .owner-partir-list__table thead td, .owner-partir-list__table-th {
    padding: 15px;
  }
}

@media print {
  .owner-partir-list__table thead th,
  .owner-partir-list__table thead td, .owner-partir-list__table-th {
    padding: 15px;
  }
}

.owner-partir-list__table-td {
  padding: 10px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__table tbody td {
    height: 60px;
  }
}

@media print {
  .owner-partir-list__table tbody td {
    height: 60px;
  }
}

.owner-partir-list__table tbody th {
  white-space: nowrap;
  text-align: left;
  background-color: #cbccd4;
  font-weight: normal;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .owner-partir-list__table tbody th {
    width: 180px;
    height: 55px;
  }
}

@media print {
  .owner-partir-list__table tbody th {
    width: 180px;
    height: 55px;
  }
}

.owner-system {
  position: relative;
}

.owner-system__deco {
  position: absolute;
  left: 0;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.06;
}

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

@media print {
  .owner-system__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

@media print {
  .owner-system__deco {
    font-size: 160px;
    font-size: 16rem;
  }
}

.owner-system__bg {
  position: absolute;
  display: block;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 4px 4px;
  bottom: 0;
  top: 50%;
  left: 0;
  width: 70%;
  z-index: -1;
}

.owner-system__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .owner-system__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-system__ttl .lg-blue {
  display: inline-block;
  color: #00398f;
  font-size: 125%;
}

.owner-system__ttl .normal {
  font-size: 110%;
}

.owner-system__ttl .lg {
  font-size: 125%;
}

.owner-system__lead,
.owner-system .owner-merit__lead,
.owner-system .owner-knowledge__lead {
  text-align: center;
  margin-top: 20px;
  font-size: 4.3vw;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  color: #00398f;
}

@media only screen and (min-width: 480px) {
  .owner-system__lead,
  .owner-system .owner-merit__lead,
  .owner-system .owner-knowledge__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .owner-system__lead,
  .owner-system .owner-merit__lead,
  .owner-system .owner-knowledge__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .owner-system__lead,
  .owner-system .owner-merit__lead,
  .owner-system .owner-knowledge__lead {
    margin-top: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
  }
}

@media print {
  .owner-system__lead,
  .owner-system .owner-merit__lead,
  .owner-system .owner-knowledge__lead {
    margin-top: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
  }
}

.owner-system__txt {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .owner-system__txt {
    text-align: left;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .owner-system__txt {
    text-align: left;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.owner-system__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-system__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media print {
  .owner-system__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

.owner-system__col {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-system__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .owner-system__col:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .owner-system__col {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .owner-system__col:nth-child(2) {
    margin-top: 0;
  }
}

.owner-system__col:first-child {
  margin-top: 0;
}

.owner-system__item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .owner-system__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

@media print {
  .owner-system__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
  }
}

.owner-system__item-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

@media only screen and (min-width: 768px) {
  .owner-system__item-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

@media print {
  .owner-system__item-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

.owner-system__item-txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-system__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 20px;
  }
}

@media print {
  .owner-system__item-txt {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: 20px;
  }
}

.owner-seminar {
  position: relative;
}

.owner-seminar__deco {
  position: absolute;
  left: 10%;
  top: -0.15em;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.8;
}

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

@media print {
  .owner-seminar__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

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

@media print {
  .owner-seminar__deco {
    font-size: 160px;
    font-size: 16rem;
  }
}

.owner-seminar__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .owner-seminar__ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.owner-seminar__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-seminar__row {
    margin-top: 20px;
  }
}

@media print {
  .owner-seminar__row {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-seminar__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media print {
  .owner-seminar__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media only screen and (min-width: 992px) {
  .owner-seminar__content {
    width: 625px;
  }
}

@media print {
  .owner-seminar__content {
    width: 625px;
  }
}

.owner-seminar__box {
  position: relative;
  padding: 0 15px 15px;
}

@media only screen and (min-width: 768px) {
  .owner-seminar__box {
    padding: 0 30px 30px;
  }
}

@media print {
  .owner-seminar__box {
    padding: 0 30px 30px;
  }
}

.owner-seminar__box::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .owner-seminar__box::before {
    top: 20px;
  }
}

@media print {
  .owner-seminar__box::before {
    top: 20px;
  }
}

.owner-seminar__box-ttl {
  position: relative;
  z-index: 10;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-seminar__box-ttl {
    padding-left: 30px;
  }
}

@media print {
  .owner-seminar__box-ttl {
    padding-left: 30px;
  }
}

.owner-seminar__box-ttl > span {
  display: inline-block;
  line-height: 1.5;
  padding: 0.15em 1em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  color: #fff;
  background-color: #00398f;
  font-size: 4.5vw;
}

@media only screen and (min-width: 480px) {
  .owner-seminar__box-ttl > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .owner-seminar__box-ttl > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

@media print {
  .owner-seminar__box-ttl > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.owner-seminar-list {
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .owner-seminar-list {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .owner-seminar-list {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.owner-seminar-list li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  padding-left: 30px;
  margin-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 2px dotted #ddd;
}

@media only screen and (min-width: 768px) {
  .owner-seminar-list li {
    padding-left: 50px;
  }
}

@media print {
  .owner-seminar-list li {
    padding-left: 50px;
  }
}

.owner-seminar-list li::before {
  position: absolute;
  content: ' ';
  display: block;
  border-radius: 50%;
  background-image: url(assets/img/topics/owner/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .owner-seminar-list li::before {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .owner-seminar-list li::before {
    width: 30px;
    height: 30px;
  }
}

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

.owner-seminar__txt {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 5vw;
  margin-top: 10px;
  color: #00398f;
}

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

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

@media only screen and (min-width: 768px) {
  .owner-seminar__txt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

@media print {
  .owner-seminar__txt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

.owner-seminar__txt > span {
  padding-bottom: 0.2em;
  background-image: linear-gradient(transparent 95%, #00398f 95%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.owner-seminar__thumb {
  margin-top: 10px;
}

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

@media print {
  .owner-seminar__thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .owner-seminar__thumb {
    -ms-flex: 1;
        flex: 1;
    margin-left: 30px;
  }
}

@media print {
  .owner-seminar__thumb {
    -ms-flex: 1;
        flex: 1;
    margin-left: 30px;
  }
}

.owner-seminar__thumb img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.owner-form__ttl {
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .owner-form__ttl {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

@media print {
  .owner-form__ttl {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

.sec-contact--topics {
  position: relative;
  background-image: url(assets/img/common/bg-contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

@media print {
  .sec-contact--topics {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-contact--topics .block-telnumber__number a {
  color: #fff;
}

.sec-contact--topics__container {
  position: relative;
}

.sec-contact--topics__ttl {
  text-align: center;
}

.sec-contact--topics__en {
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}

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

@media print {
  .sec-contact--topics__en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.sec-contact--topics__ja {
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 0.8;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .sec-contact--topics__ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-contact--topics__content {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .sec-contact--topics__content {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .sec-contact--topics__content {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-contact--topics__txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-contact--topics__txt {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .sec-contact--topics__txt {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-contact--topics__row {
  margin-top: 20px;
}

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

@media print {
  .sec-contact--topics__row {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact--topics__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .sec-contact--topics__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact--topics__row--gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .sec-contact--topics__row--gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-contact--topics__row--gallery {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print {
  .sec-contact--topics__row--gallery {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(3), .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(2) {
    width: 50%;
  }
}

@media print {
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(3), .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(2) {
    width: 50%;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(1) {
    margin-bottom: 0;
  }
}

@media print {
  .sec-contact--topics__row--gallery .sec-contact--topics__col:nth-child(1) {
    margin-bottom: 0;
  }
}

.sec-contact--topics__col {
  margin-top: 15px;
  text-align: center;
}

.sec-contact--topics__col:first-child {
  margin-top: 0;
}

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

@media print {
  .sec-contact--topics__col {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact--topics__col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}

@media print {
  .sec-contact--topics__col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}

.sec-contact--topics__btn {
  font-weight: bold;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00398f;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .sec-contact--topics__btn {
    font-size: 18px;
    font-size: 1.8rem;
    width: 400px;
    height: 75px;
  }
}

@media print {
  .sec-contact--topics__btn {
    font-size: 18px;
    font-size: 1.8rem;
    width: 400px;
    height: 75px;
  }
}

.sec-contact--topics__btn--gold {
  color: #fff;
  background-color: #b99f50;
}

@media only screen and (min-width: 768px) {
  .sec-contact--topics__btn--gold:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

@media print {
  .sec-contact--topics__btn--gold:hover {
    color: #fff;
    background-color: #cfbd87;
  }
}

.sec-contact--topics__btn--gold .link-arrow::before, .sec-contact--topics__btn--gold .link-arrow::after {
  background-color: #b99f50;
}

/* =====================
  subpage setting
===================== */
.pgttl {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: #fff;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .pgttl {
    height: 580px;
  }
}

@media print {
  .pgttl {
    height: 580px;
  }
}

.pgttl__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 40px;
  font-size: 4rem;
  opacity: 0.3;
  z-index: 20;
}

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

@media print {
  .pgttl__deco {
    font-size: 120px;
    font-size: 12rem;
  }
}

.pgttl__bg {
  position: absolute;
  z-index: 1;
  background-color: #06090f;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pgttl__bg img {
  opacity: 0.15;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}

.pgttl__bg [data-aos='slide-cover'] {
  background-color: #06090f;
  animation-delay: 0.2s !important;
}

.pgttl__thumb {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 50px;
  bottom: 20px;
  right: 0;
  left: 130px;
  padding: 0;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl__thumb {
    top: 90px;
    bottom: 70px;
    width: 80%;
    left: auto;
  }
}

@media print {
  .pgttl__thumb {
    top: 90px;
    bottom: 70px;
    width: 80%;
    left: auto;
  }
}

.pgttl__thumb [data-aos='slide-cover'] {
  animation-delay: 0.5s !important;
}

.pgttl__container {
  position: relative;
  width: 100%;
  padding-top: 20px;
  z-index: 20;
}

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

@media print {
  .pgttl__container {
    padding-top: 30px;
  }
}

.pgttl__content {
  padding-left: 15px;
}

@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 {
  text-shadow: 0 0 15px #00132f;
  font-family: "Marcellus", sans-serif;
  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__en {
  text-shadow: 0 0 15px #00132f;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 28px;
  font-size: 2.8rem;
}

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

@media print {
  .pgttl__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

.pgttl__ja {
  text-shadow: 0 0 15px #00132f;
  position: relative;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  opacity: 0.8;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .pgttl__ja {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.pgttl__ja::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .pgttl__ja::before {
    width: 60px;
  }
}

@media print {
  .pgttl__ja::before {
    width: 60px;
  }
}

.pgttl-typeb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: #fff;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .pgttl-typeb {
    height: 350px;
  }
}

@media print {
  .pgttl-typeb {
    height: 350px;
  }
}

.pgttl-typeb__bg {
  position: absolute;
  z-index: 1;
  background-color: #06090f;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pgttl-typeb__bg img {
  opacity: 0.2;
}

.pgttl-typeb__bg [data-aos='slide-cover'] {
  background-color: #06090f;
  animation-delay: 0.2s !important;
}

.pgttl-typeb__container {
  position: relative;
  width: 100%;
  padding-top: 20px;
  z-index: 20;
}

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

@media print {
  .pgttl-typeb__container {
    padding-top: 30px;
  }
}

.pgttl-typeb__content {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .pgttl-typeb__content {
    padding-left: 30px;
  }
}

@media print {
  .pgttl-typeb__content {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .pgttl-typeb__content {
    padding-left: 5%;
  }
}

@media print {
  .pgttl-typeb__content {
    padding-left: 5%;
  }
}

.pgttl-typeb__parent {
  position: relative;
  text-shadow: 0 0 15px #00132f;
  font-family: "Marcellus", sans-serif;
  opacity: 0.6;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-left: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .pgttl-typeb__parent {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 40px;
  }
}

@media print {
  .pgttl-typeb__parent {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 40px;
  }
}

.pgttl-typeb__parent::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  left: 0;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .pgttl-typeb__parent::before {
    width: 30px;
  }
}

@media print {
  .pgttl-typeb__parent::before {
    width: 30px;
  }
}

.pgttl-typeb__block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .pgttl-typeb__block {
    margin-top: 20px;
  }
}

@media print {
  .pgttl-typeb__block {
    margin-top: 20px;
  }
}

.pgttl-typeb__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #131313;
  padding: 1em 0.75em;
  line-height: 1.3;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

.pgttl-typeb__ja {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-color: #fff;
  color: #131313;
  padding: 0 0.75em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .pgttl-typeb__ja {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.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, .nav-child--ir {
  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, .nav-child--ir {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: transparent;
  }
}

@media print {
  .nav-child, .nav-child--ir {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .nav-child--ir .nav-child__item {
    width: 100%;
    font-size: 1.25vw;
  }
}

@media print {
  .nav-child--ir .nav-child__item {
    width: 100%;
    font-size: 1.25vw;
  }
}

@media only screen and (min-width: 992px) {
  .nav-child--ir .nav-child__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .nav-child--ir .nav-child__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1340px) {
  .nav-child--ir .nav-child__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .nav-child--ir .nav-child__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.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__item--parent a.nav-child__link {
    transition: all 0.25s ease;
  }
}

@media print {
  .nav-child__item--parent a.nav-child__link {
    transition: all 0.25s ease;
  }
}

.nav-child__item--parent a.nav-child__link:hover {
  background-color: #333;
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .nav-child a.nav-child__link, .nav-child--ir a.nav-child__link {
    transition: all 0.25s ease;
  }
  .nav-child a.nav-child__link:hover, .nav-child--ir a.nav-child__link:hover {
    color: #131313;
  }
}

@media print {
  .nav-child a.nav-child__link, .nav-child--ir a.nav-child__link {
    transition: all 0.25s ease;
  }
  .nav-child a.nav-child__link:hover, .nav-child--ir 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: #f3f3f3;
  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-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: 10px;
}

@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--lg {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .sec-child--lg {
    margin-top: 120px;
  }
}

@media print {
  .sec-child--lg {
    margin-top: 120px;
  }
}

.sec-child--lg:first-child {
  margin-top: 0;
}

.gmap-link {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .gmap-link {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.gmap-link a {
  opacity: 0.6;
  color: #131313;
  text-decoration: underline;
}

.block-faq {
  border-bottom: 1px solid #ddd;
}

.block-faq:first-of-type {
  border-top: 1px solid #ddd;
  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: 1px;
  background-color: #00398f;
  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: "Marcellus", sans-serif;
  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: 14px;
  font-size: 1.4rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .block-faq__question {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .block-faq__question {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-faq__question::before {
  content: 'Q.';
  color: #00398f;
}

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

@media only screen and (min-width: 768px) {
  .block-faq__answer::before {
    left: 30px;
  }
}

@media print {
  .block-faq__answer::before {
    left: 30px;
  }
}

.box-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  color: #131313;
  text-decoration: none !important;
  margin-top: 20px;
  padding-right: 35px;
}

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

@media only screen and (min-width: 768px) {
  .box-link {
    margin-top: 30px;
    padding-right: 80px;
    transition: all 0.25s ease;
  }
  .box-link:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .box-link:hover .link-arrow {
    background-color: #00398f;
    right: 15px;
  }
  .box-link:hover .link-arrow::before, .box-link:hover .link-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .box-link {
    margin-top: 30px;
    padding-right: 80px;
    transition: all 0.25s ease;
  }
  .box-link:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .box-link:hover .link-arrow {
    background-color: #00398f;
    right: 15px;
  }
  .box-link:hover .link-arrow::before, .box-link:hover .link-arrow::after {
    background-color: #fff;
  }
}

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

@media only screen and (min-width: 768px) {
  .box-link--blue:hover {
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .box-link--blue:hover .link-arrow {
    background-color: #fff;
    right: 15px;
  }
  .box-link--blue:hover .link-arrow::before, .box-link--blue:hover .link-arrow::after {
    background-color: #00398f;
  }
}

@media print {
  .box-link--blue:hover {
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .box-link--blue:hover .link-arrow {
    background-color: #fff;
    right: 15px;
  }
  .box-link--blue:hover .link-arrow::before, .box-link--blue:hover .link-arrow::after {
    background-color: #00398f;
  }
}

.box-link__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0;
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (min-width: 768px) {
  .box-link__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 180px;
    padding: 30px 0;
  }
}

@media print {
  .box-link__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 180px;
    padding: 30px 0;
  }
}

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

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

.box-link__ttl {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .box-link__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.box-link__txt {
  margin-top: 10px;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .box-link__txt {
    margin-top: 15px;
  }
}

@media print {
  .box-link__txt {
    margin-top: 15px;
  }
}

.box-link__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 70px;
}

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

@media print {
  .box-link__icon {
    width: 200px;
  }
}

.box-link__icon img {
  width: 50px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .box-link__icon img {
    width: 100px;
  }
}

@media print {
  .box-link__icon img {
    width: 100px;
  }
}

.box-link .link-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .box-link .link-arrow {
    right: 30px;
  }
}

@media print {
  .box-link .link-arrow {
    right: 30px;
  }
}

.dl-history {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin: 0;
  margin-top: 20px;
}

.dl-history:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .dl-history {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.75;
    margin-top: 30px;
  }
}

@media print {
  .dl-history {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.75;
    margin-top: 30px;
  }
}

.dl-history::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  background-color: #131313;
  left: 12px;
  top: 7px;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .dl-history::before {
    content: none;
  }
}

@media print {
  .dl-history::before {
    content: none;
  }
}

.dl-history__dt::before, .dl-history__dd::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 10px solid #f3f3f3;
  background-color: #00398f;
  box-shadow: -1px 0 0 #131313, 0 -1px 0 #131313, 1px 0 0 #131313, 0 1px 0 #131313;
  left: 0;
  top: 5px;
  box-sizing: content-box;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .dl-history__dt::before, .dl-history__dd::before {
    width: 7px;
    height: 7px;
    border-width: 16px;
    z-index: 10;
    top: 12px;
    transform: translate(-50%, 0);
  }
}

@media print {
  .dl-history__dt::before, .dl-history__dd::before {
    width: 7px;
    height: 7px;
    border-width: 16px;
    z-index: 10;
    top: 12px;
    transform: translate(-50%, 0);
  }
}

.dl-history__dt {
  position: relative;
  margin-bottom: 5px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .dl-history__dt {
    text-align: right;
    width: 240px;
    position: relative;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .dl-history__dt {
    text-align: right;
    width: 240px;
    position: relative;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.dl-history__dt::before {
  left: -17px;
}

@media only screen and (min-width: 768px) {
  .dl-history__dt::before {
    content: none;
  }
}

@media print {
  .dl-history__dt::before {
    content: none;
  }
}

.dl-history__year {
  font-size: 200%;
  -moz-font-feature-settings: 'palt';
       font-feature-settings: 'palt';
  display: inline-block;
  margin-right: 0.1em;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.dl-history__month {
  font-size: 120%;
  display: inline-block;
  margin-right: 0.1em;
  line-height: 1.2;
  margin-left: 0.2em;
  min-width: 1.2em;
}

.dl-history__dd {
  position: relative;
  margin: 0;
  z-index: 2;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dl-history__dd {
    width: calc(100% - 240px);
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .dl-history__dd {
    width: calc(100% - 240px);
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.dl-history__dd::before {
  content: none;
}

@media only screen and (min-width: 768px) {
  .dl-history__dd::before {
    content: ' ';
  }
}

@media print {
  .dl-history__dd::before {
    content: ' ';
  }
}

@media only screen and (min-width: 768px) {
  .dl-history__dd::after {
    position: absolute;
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #131313;
    left: 0;
    top: 0;
    bottom: -12px;
  }
}

@media print {
  .dl-history__dd::after {
    position: absolute;
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #131313;
    left: 0;
    top: 0;
    bottom: -12px;
  }
}

.dl-history__dd--first::after {
  top: 15px;
  bottom: -5px;
}

.sec-message {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sec-message {
    display: -ms-flexbox;
    display: flex;
    margin-top: -36px;
  }
}

@media print {
  .sec-message {
    display: -ms-flexbox;
    display: flex;
    margin-top: -36px;
  }
}

.sec-message__thumb {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: 200px;
  width: 30vw;
}

@media only screen and (min-width: 768px) {
  .sec-message__thumb {
    position: relative;
    width: 35%;
    height: auto;
  }
}

@media print {
  .sec-message__thumb {
    position: relative;
    width: 35%;
    height: auto;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-message__thumb {
    width: 566px;
  }
}

@media print {
  .sec-message__thumb {
    width: 566px;
  }
}

.sec-message__content {
  position: relative;
  z-index: 10;
  padding: 0 15px 60px;
}

@media only screen and (min-width: 768px) {
  .sec-message__content {
    padding: 120px 0 120px 60px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .sec-message__content {
    padding: 120px 0 120px 60px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-message__content {
    padding-left: 10vw;
  }
}

@media print {
  .sec-message__content {
    padding-left: 10vw;
  }
}

.sec-message__lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 200px;
  padding-top: 60px;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 4vw;
  padding-left: 10vw;
}

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

@media print {
  .sec-message__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .sec-message__lead {
    display: block;
    height: auto;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .sec-message__lead {
    display: block;
    height: auto;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .sec-message__lead {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-message__lead p {
  display: block;
  margin-top: 5px;
}

.sec-message__lead p:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .sec-message__lead p {
    margin-top: 0;
  }
}

@media print {
  .sec-message__lead p {
    margin-top: 0;
  }
}

.sec-message__lead p span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .sec-message__lead p span {
    padding: 0;
  }
}

@media print {
  .sec-message__lead p span {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sec-message__txt {
    max-width: 640px;
  }
}

@media print {
  .sec-message__txt {
    max-width: 640px;
  }
}

.sec-message__txt p {
  margin-top: 2em;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec-message__txt p::first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .sec-message__txt p {
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-message__txt p {
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-message__name {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-message__name {
    margin-top: 40px;
  }
}

@media print {
  .sec-message__name {
    margin-top: 40px;
  }
}

.sec-message__name-sign img {
  width: 123px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sec-message__name-sign img {
    width: 260px;
  }
}

@media print {
  .sec-message__name-sign img {
    width: 260px;
  }
}

.sec-message__name-txt {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .sec-message__name-txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-message__name-txt .lg {
  font-size: 125%;
}

.sec-philosophy {
  position: relative;
  padding-top: 60px;
  padding-bottom: 240px;
}

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

@media print {
  .sec-philosophy {
    padding-top: 120px;
    padding-bottom: 520px;
  }
}

.sec-philosophy__deco {
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
  color: #eee;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
  font-size: 9vw;
}

@media only screen and (min-width: 480px) {
  .sec-philosophy__deco {
    font-size: 40px;
  }
}

@media print {
  .sec-philosophy__deco {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-philosophy__deco {
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media print {
  .sec-philosophy__deco {
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media only screen and (min-width: 1480px) {
  .sec-philosophy__deco {
    opacity: 0.6;
    top: 30px;
    right: 15px;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

@media print {
  .sec-philosophy__deco {
    opacity: 0.6;
    top: 30px;
    right: 15px;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

.sec-philosophy__container {
  position: relative;
}

@media only screen and (min-width: 1340px) {
  .sec-philosophy__container {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .sec-philosophy__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-philosophy__ttl {
  text-align: center;
}

@media only screen and (min-width: 1340px) {
  .sec-philosophy__ttl {
    white-space: nowrap;
  }
}

@media print {
  .sec-philosophy__ttl {
    white-space: nowrap;
  }
}

.sec-philosophy__ttl > span {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  border: 1px solid #131313;
  letter-spacing: 0.1em;
  padding: 0.3em 1.5em 0.2em;
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .sec-philosophy__ttl > span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.sec-philosophy__ttl > span::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 3px;
  right: 3px;
  top: -2px;
  bottom: -2px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .sec-philosophy__ttl > span::before {
    left: 5px;
    right: 5px;
  }
}

@media print {
  .sec-philosophy__ttl > span::before {
    left: 5px;
    right: 5px;
  }
}

.sec-philosophy__ttl > span span {
  position: relative;
}

.sec-philosophy__ttl rt {
  font-size: 30%;
}

.sec-philosophy__txt {
  text-align: center;
  margin-top: 20px;
  line-height: 2;
  font-size: 4vw;
}

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

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

@media only screen and (min-width: 768px) {
  .sec-philosophy__txt {
    margin-top: 30px;
    line-height: 2.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .sec-philosophy__txt {
    margin-top: 30px;
    line-height: 2.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-philosophy__txt {
    margin-top: 0;
    margin-left: 80px;
    -ms-flex: 1;
        flex: 1;
    text-align: left !important;
  }
}

@media print {
  .sec-philosophy__txt {
    margin-top: 0;
    margin-left: 80px;
    -ms-flex: 1;
        flex: 1;
    text-align: left !important;
  }
}

.sec-philosophy__goods {
  margin-top: 30px;
}

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

@media print {
  .sec-philosophy__goods {
    margin-top: 60px;
  }
}

.sec-philosophy__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 210px;
  padding: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .sec-philosophy__thumb {
    height: 447px;
  }
}

@media print {
  .sec-philosophy__thumb {
    height: 447px;
  }
}

.sec-philosophy__thumb-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

@media only screen and (min-width: 768px) {
  .row-goods {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .row-goods {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-goods__col {
  margin-top: 15px;
}

.row-goods__col:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .row-goods__col {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
  }
}

@media print {
  .row-goods__col {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
  }
}

.row-goods__card {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 30px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .row-goods__card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 40px;
  }
}

@media print {
  .row-goods__card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .row-goods__card {
    padding: 30px 40px 50px;
  }
}

@media print {
  .row-goods__card {
    padding: 30px 40px 50px;
  }
}

.row-goods__en {
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

.row-goods__en-lg {
  font-size: 140%;
}

.row-goods__en-initial {
  color: #00398f;
  font-size: 125%;
}

.row-goods__ja {
  line-height: 1.3;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

.row-goods__txt {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .row-goods__txt {
    margin-top: 20px;
  }
}

@media print {
  .row-goods__txt {
    margin-top: 20px;
  }
}

.sec-cred {
  position: relative;
}

.sec-cred::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #000;
  opacity: 0.05;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
}

.sec-cred__box {
  position: relative;
  padding: 0 15px 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-cred__box {
    margin-top: 30px;
    text-align: center;
    padding: 0 40px 60px;
  }
}

@media print {
  .sec-cred__box {
    margin-top: 30px;
    text-align: center;
    padding: 0 40px 60px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-cred__box {
    padding: 0 60px 60px;
  }
}

@media print {
  .sec-cred__box {
    padding: 0 60px 60px;
  }
}

.sec-cred__box > * {
  position: relative;
  z-index: 10;
}

.sec-cred__box::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .sec-cred__box::before {
    top: 80px;
  }
}

@media print {
  .sec-cred__box::before {
    top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-cred__box::before {
    top: 130px;
  }
}

@media print {
  .sec-cred__box::before {
    top: 130px;
  }
}

.sec-cred__lead {
  position: relative;
  text-align: center;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-cred__lead {
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .sec-cred__lead {
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-cred__lead {
    padding-right: 30px;
  }
}

@media print {
  .sec-cred__lead {
    padding-right: 30px;
  }
}

.sec-cred__en {
  text-align: center;
}

.sec-cred__en img {
  width: 240px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sec-cred__en img {
    width: 320px;
  }
}

@media print {
  .sec-cred__en img {
    width: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-cred__en img {
    width: 480px;
  }
}

@media print {
  .sec-cred__en img {
    width: 480px;
  }
}

.sec-cred__ja {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  line-height: 1.3;
  transform: translate(-12%, 0);
}

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

@media print {
  .sec-cred__ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

@media print {
  .sec-cred__ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .sec-cred__ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.sec-cred__txt {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-cred__txt {
    margin-top: 30px;
    line-height: 2.15;
    display: inline-block;
    text-align: left;
  }
}

@media print {
  .sec-cred__txt {
    margin-top: 30px;
    line-height: 2.15;
    display: inline-block;
    text-align: left;
  }
}

.sec-cred__txt .line {
  display: inline-block;
  width: 3em;
  height: 1px;
  background-color: #131313;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}

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

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

@media only screen and (min-width: 992px) {
  .row-flex--center {
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .row-flex--center {
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .row-flex__left {
    width: 320px;
  }
}

@media print {
  .row-flex__left {
    width: 320px;
  }
}

.row-flex__right {
  margin-top: 15px;
}

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

@media print {
  .row-flex__right {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .row-flex__right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
    margin-top: 0;
  }
}

@media print {
  .row-flex__right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
    margin-top: 0;
  }
}

.row-flex__harf {
  width: 100%;
  margin-top: 15px;
}

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

@media print {
  .row-flex__harf {
    margin-top: 0;
  }
}

.row-flex__harf :first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .row-flex__harf:nth-child(odd) {
    margin-right: 15px;
  }
}

@media print {
  .row-flex__harf:nth-child(odd) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .row-flex__harf:nth-child(even) {
    margin-left: 15px;
  }
}

@media print {
  .row-flex__harf:nth-child(even) {
    margin-left: 15px;
  }
}

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

.list-values {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .list-values {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-values li {
  background-color: #f3f3f3;
  padding: 1.5em 1em;
  padding-left: 2em;
  margin-top: 5px;
}

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

@media print {
  .list-values li {
    margin-top: 10px;
  }
}

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

.block-motto__item {
  max-width: 520px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .block-motto__item {
    margin-top: 60px;
  }
  .block-motto__item:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
  }
  .block-motto__item:nth-child(3) {
    margin-left: 7%;
  }
}

@media print {
  .block-motto__item {
    margin-top: 60px;
  }
  .block-motto__item:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
  }
  .block-motto__item:nth-child(3) {
    margin-left: 7%;
  }
}

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

.block-motto__ttl {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  border-left: 2px solid #131313;
  padding-left: 5px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (min-width: 768px) {
  .block-motto__ttl {
    border-width: 3px;
    padding-left: 10px;
    font-size: 60px;
    font-size: 6rem;
  }
}

@media print {
  .block-motto__ttl {
    border-width: 3px;
    padding-left: 10px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.block-motto__txt {
  opacity: 0.8;
  margin-left: 30px;
  font-size: 3.1vw;
}

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

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

@media only screen and (min-width: 768px) {
  .block-motto__txt {
    margin-left: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .block-motto__txt {
    margin-left: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-telnumber {
  text-align: center;
}

.block-telnumber__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.block-telnumber__icon {
  margin-right: 5px;
  padding-bottom: 3px;
}

@media only screen and (min-width: 768px) {
  .block-telnumber__icon {
    margin-right: 8px;
  }
}

@media print {
  .block-telnumber__icon {
    margin-right: 8px;
  }
}

.block-telnumber__icon img {
  width: 25px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .block-telnumber__icon img {
    width: 30px;
  }
}

@media print {
  .block-telnumber__icon img {
    width: 30px;
  }
}

.block-telnumber__number {
  font-weight: bold;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}

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

@media print {
  .block-telnumber__number {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.block-telnumber__txt {
  line-height: 1.3;
  opacity: 0.8;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

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

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

.wrapper-box-reserve {
  margin-top: 20px;
}

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

.wrapper-box-reserve__btn {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background-color: #00398f;
  color: #fff !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .wrapper-box-reserve__btn {
    height: 80px;
    font-size: 20px;
    font-size: 2rem;
    transition: all 0.25s ease;
    color: #fff;
  }
  .wrapper-box-reserve__btn:hover {
    background-color: #004dc2;
  }
}

@media print {
  .wrapper-box-reserve__btn {
    height: 80px;
    font-size: 20px;
    font-size: 2rem;
    transition: all 0.25s ease;
    color: #fff;
  }
  .wrapper-box-reserve__btn:hover {
    background-color: #004dc2;
  }
}

.wrapper-box-reserve__arrow {
  position: relative;
  display: block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.wrapper-box-reserve__arrow::before, .wrapper-box-reserve__arrow::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 50%;
  height: 2px;
  top: 50%;
  background-color: #fff;
}

.wrapper-box-reserve__arrow::before {
  left: 0;
  transform-origin: right bottom;
  transform: translate(0, 90%) rotate(45deg);
}

.wrapper-box-reserve__arrow::after {
  right: 0;
  transform-origin: left bottom;
  transform: translate(0, 90%) rotate(-45deg);
}

.box-reserve {
  background-color: #fff;
  padding: 15px;
}

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

@media print {
  .box-reserve {
    margin-top: 30px;
    padding: 60px 40px;
  }
}

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

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

.box-reserve--02 {
  padding: 15px;
}

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

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

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

@media print {
  .box-reserve--02 {
    padding: 40px 60px;
  }
}

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print {
  .box-reserve__ttl-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .box-reserve__ttl-row--lg {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print {
  .box-reserve__ttl-row--lg {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 1340px) {
  .box-reserve__ttl-left {
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .box-reserve__ttl-left {
    -ms-flex: 1;
        flex: 1;
  }
}

.box-reserve__ttl-txt {
  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;
}

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-txt {
    font-size: 25px;
    font-size: 2.5rem;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .box-reserve__ttl-txt {
    font-size: 25px;
    font-size: 2.5rem;
    -ms-flex: 1;
        flex: 1;
  }
}

.box-reserve__ttl-address {
  font-size: 11px;
  font-size: 1.1rem;
  opacity: 0.8;
}

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

@media print {
  .box-reserve__ttl-address {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-reserve__ttl-eyecatch {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-eyecatch {
    margin-top: 20px;
  }
}

@media print {
  .box-reserve__ttl-eyecatch {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .box-reserve__ttl-eyecatch {
    margin-left: 15px;
    margin-top: 0;
    width: 460px;
  }
}

@media print {
  .box-reserve__ttl-eyecatch {
    margin-left: 15px;
    margin-top: 0;
    width: 460px;
  }
}

@media only screen and (min-width: 1340px) {
  .box-reserve__ttl-eyecatch {
    width: 600px;
  }
}

@media print {
  .box-reserve__ttl-eyecatch {
    width: 600px;
  }
}

.box-reserve__ttl-status {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-status {
    font-size: 13px;
    font-size: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 1em;
    margin-top: 0;
  }
}

@media print {
  .box-reserve__ttl-status {
    font-size: 13px;
    font-size: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 1em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .box-reserve__ttl-status {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .box-reserve__ttl-status {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-reserve__ttl-status__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-status__row {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media print {
  .box-reserve__ttl-status__row {
    margin-top: 0;
    margin-left: 30px;
  }
}

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

@media only screen and (min-width: 768px) {
  .box-reserve__ttl-status__row:first-child {
    margin-left: 0;
  }
}

@media print {
  .box-reserve__ttl-status__row:first-child {
    margin-left: 0;
  }
}

.box-reserve__ttl-status__ttl {
  background-color: #131313;
  color: #fff;
  padding: 0 0.5em;
  text-align: center;
  min-width: 5em;
}

.box-reserve__ttl-status__txt {
  margin-left: 0.5em;
}

.box-reserve__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .box-reserve__row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

@media print {
  .box-reserve__row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

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

.box-reserve__slider {
  margin-bottom: 20px;
}

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

@media print {
  .box-reserve__slider {
    width: 320px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .box-reserve__slider {
    width: 460px;
  }
}

@media print {
  .box-reserve__slider {
    width: 460px;
  }
}

@media only screen and (min-width: 1340px) {
  .box-reserve__slider {
    margin-right: 50px;
  }
}

@media print {
  .box-reserve__slider {
    margin-right: 50px;
  }
}

.box-reserve__slider .fotorama {
  width: 100%;
}

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

@media print {
  .box-reserve__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.box-reserve .box-detail .table, .box-reserve .box-detail .post-content table, .post-content .box-reserve .box-detail table {
  margin-top: 0;
}

.box-reserve__btn {
  text-align: right;
  margin-top: 20px;
}

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

@media print {
  .box-reserve__btn {
    margin-top: 30px;
  }
}

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

.align-custome__inner {
  display: inline-block;
  text-align: left;
}

.row-searchbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .row-searchbox {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

@media print {
  .row-searchbox {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

.row-searchbox__col {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.row-searchbox__col:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .row-searchbox__col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .row-searchbox__col:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media print {
  .row-searchbox__col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .row-searchbox__col:nth-child(-n + 4) {
    margin-top: 0;
  }
}

.row-searchbox__card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 120px;
  color: #131313;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #00398f;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .row-searchbox__card {
    height: 230px;
    transition: all 0.25s ease;
    padding: 30px;
  }
  .row-searchbox__card:hover {
    color: #00398f;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .row-searchbox__card:hover .link-arrow {
    right: 10px;
  }
}

@media print {
  .row-searchbox__card {
    height: 230px;
    transition: all 0.25s ease;
    padding: 30px;
  }
  .row-searchbox__card:hover {
    color: #00398f;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .row-searchbox__card:hover .link-arrow {
    right: 10px;
  }
}

.row-searchbox__icon img {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .row-searchbox__icon img {
    width: 80px;
    height: 80px;
  }
}

@media print {
  .row-searchbox__icon img {
    width: 80px;
    height: 80px;
  }
}

.row-searchbox__ttl {
  line-height: 1.5;
  text-align: center;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .row-searchbox__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

@media print {
  .row-searchbox__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

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

@media print {
  .row-searchbox__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.row-searchbox .link-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .row-searchbox .link-arrow {
    right: 15px;
  }
}

@media print {
  .row-searchbox .link-arrow {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .box-sending {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media print {
  .box-sending {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.box-sending__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #131313;
  padding: 5px 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .box-sending__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px;
    height: auto;
    width: 180px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print {
  .box-sending__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px;
    height: auto;
    width: 180px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 1340px) {
  .box-sending__ttl {
    width: 280px;
  }
}

@media print {
  .box-sending__ttl {
    width: 280px;
  }
}

.box-sending__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  background-color: #fff;
}

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

@media print {
  .box-sending__content {
    padding: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

.box-sending__dl {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

.box-sending__dl:after {
  content: '';
  display: block;
  clear: both;
}

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

@media print {
  .box-sending__dl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-sending__dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  text-align: center;
  background-color: #131313;
  color: #fff;
  padding: 0 5px;
  width: 5em;
  margin-top: 20px;
}

.box-sending__dl dt:first-of-type {
  margin-top: 0;
}

.box-sending__dl dd {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: -5em;
  padding-left: 5.5em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.box-sending__dl dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.box-sending__number {
  font-weight: bold;
  font-size: 125%;
}

.box-sending a {
  text-decoration: none;
  color: #131313;
}

.block-privacy {
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .block-privacy {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-privacy ol,
.block-privacy li {
  padding: 0;
  margin: 0;
}

.block-privacy > ol {
  counter-reset: number;
  list-style-type: none !important;
}

.block-privacy > ol > li {
  position: relative;
  background-color: #f3f3f3;
  padding: 2em;
  padding-left: 3em;
}

.block-privacy > ol > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  color: #131313;
  font-family: "Marcellus", sans-serif;
  font-size: 1.2em;
  line-height: 1;
  left: 0em;
  top: 2em;
  width: 2em;
  text-align: right;
}

.block-privacy > ol > li ol {
  font-size: 90%;
  counter-reset: number2;
  list-style-type: none !important;
}

.block-privacy > ol > li ol > li {
  position: relative;
  padding-left: 2.5em;
}

.block-privacy > ol > li ol > li::before {
  position: absolute;
  counter-increment: number2;
  content: "(" counter(number2) ")";
  display: block;
  color: #131313;
  font-size: 1em;
  left: 0em;
  top: 0;
  width: 2em;
  text-align: right;
}

.block-privacy .box ol {
  font-size: 85%;
  counter-reset: number3;
}

.block-privacy .box ol > li {
  padding-left: 2em;
}

.block-privacy .box ol > li::before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  counter-increment: number3;
  content: counter(number3);
  left: 0em;
  top: 0.3em;
  width: 1.25em;
  height: 1.25em;
  line-height: 1;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #131313;
}

.block-privacy ol,
.block-privacy li,
.block-privacy p,
.block-privacy .box {
  margin-top: 1em;
}

.block-privacy ol:first-child,
.block-privacy li:first-child,
.block-privacy p:first-child,
.block-privacy .box:first-child {
  margin-top: 0;
}

.space-header {
  display: block;
  background-color: #00132f;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .space-header {
    height: 90px;
  }
}

@media print {
  .space-header {
    height: 90px;
  }
}

.thumbnail-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.thumbnail-list li {
  float: left;
  width: 10%;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .thumbnail-list li {
    width: 10%;
  }
  .thumbnail-list li:hover img {
    opacity: 0.8;
  }
}

@media print {
  .thumbnail-list li {
    width: 10%;
  }
  .thumbnail-list li:hover img {
    opacity: 0.8;
  }
}

.thumbnail-list li > span {
  display: block;
  padding-bottom: 100%;
}

.thumbnail-list li img {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.thumbnail-list li.thumbnail-current img {
  opacity: 1;
}

.slider-gallery {
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.slider-gallery li {
  position: relative;
  list-style: none;
}

.slider-gallery li .js-photo-ofi {
  background-color: #fff;
}

.slider-gallery li .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ddd;
  line-height: 1.5;
  padding: 0.3em 1em;
  padding-right: 50px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .slider-gallery li .caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.slider-gallery .slick-prev {
  left: 0;
  z-index: 99;
}

.slider-gallery .slick-prev:before {
  color: #111;
}

.slider-gallery .slick-next {
  right: 0;
  z-index: 99;
}

.slider-gallery .slick-next:before {
  color: #111;
}

.slider-gallery.slick-initialized {
  display: block;
}

.slider-gallery .slick-counter {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  border-radius: 50px;
  line-height: 1.2;
  padding: 1px 5px;
  letter-spacing: 0;
  font-family: "Marcellus", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .slider-gallery .slick-counter {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.slider-gallery .slick-prev,
.slider-gallery .slick-next {
  width: 20px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slider-gallery .slick-prev:before,
.slider-gallery .slick-next:before {
  font-family: FontAwesome;
  content: '\f105';
  text-align: center;
  color: #131313;
  opacity: 1;
}

.slider-gallery .slick-prev:before {
  content: '\f104';
}

.block-pn a.block-pn__row {
  color: #131313;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .block-pn a.block-pn__row {
    transition: all 0.25s ease;
  }
  .block-pn a.block-pn__row:hover {
    color: #666;
    background-color: #f6f6f6;
  }
  .block-pn a.block-pn__row:hover::after {
    background-color: #00398f !important;
  }
}

@media print {
  .block-pn a.block-pn__row {
    transition: all 0.25s ease;
  }
  .block-pn a.block-pn__row:hover {
    color: #666;
    background-color: #f6f6f6;
  }
  .block-pn a.block-pn__row:hover::after {
    background-color: #00398f !important;
  }
}

.block-pn a.block-pn__row.icon-pdf::after, .block-pn a.block-pn__row.icon-external::after, .block-pn a.block-pn__row.icon-file::after {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  content: ' ';
  width: 50px;
  background-color: #717171;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .block-pn a.block-pn__row.icon-pdf::after, .block-pn a.block-pn__row.icon-external::after, .block-pn a.block-pn__row.icon-file::after {
    width: 80px;
    transition: all 0.25s ease;
    background-size: 30px auto;
  }
}

@media print {
  .block-pn a.block-pn__row.icon-pdf::after, .block-pn a.block-pn__row.icon-external::after, .block-pn a.block-pn__row.icon-file::after {
    width: 80px;
    transition: all 0.25s ease;
    background-size: 30px auto;
  }
}

.block-pn a.block-pn__row.icon-external::after {
  background-image: url(assets/img/common/icon-external-white.svg);
}

.block-pn a.block-pn__row.icon-pdf::after {
  background-image: url(assets/img/common/icon-pdf-white.svg);
}

.block-pn a.block-pn__row.icon-file::after {
  background-image: url(assets/img/common/icon-file-white.svg);
}

.block-pn__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background-color: #fff;
  margin-top: 5px;
  color: #131313;
}

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

@media print {
  .block-pn__row {
    margin-top: 10px;
  }
}

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

.block-pn__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 60px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .block-pn__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    min-height: 80px;
  }
}

@media print {
  .block-pn__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    min-height: 80px;
  }
}

.block-pn__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .block-pn__ttl {
    -ms-flex: 1;
        flex: 1;
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .block-pn__ttl {
    -ms-flex: 1;
        flex: 1;
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.block-pn__txt {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  padding: 0px 15px 10px 15px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .block-pn__txt {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 320px);
    -ms-flex-align: center;
        align-items: center;
    padding: 15px;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .block-pn__txt {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 320px);
    -ms-flex-align: center;
        align-items: center;
    padding: 15px;
    padding-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.pg-pp .section-lg .sec-child--sm.article-footer-info {
  text-align: right;
}

.pg-pp .section-lg .sec-child--sm table {
  width: 100%;
  background-color: #fff;
}

.pg-pp .section-lg .sec-child--sm table dl {
  border: 1px solid #ccc;
}

.pg-pp .section-lg .sec-child--sm table tr {
  border: 1px solid #ccc;
}

.pg-pp .section-lg .sec-child--sm table th,
.pg-pp .section-lg .sec-child--sm table td {
  border: 1px solid #ccc;
  padding: 0 5px;
}

.wrapper-nav-grandchild {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .wrapper-nav-grandchild {
    margin-bottom: 48px;
  }
}

@media print {
  .wrapper-nav-grandchild {
    margin-bottom: 48px;
  }
}

.nav-grandchild {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .nav-grandchild {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nav-grandchild__item {
  display: -ms-flexbox;
  display: flex;
}

.nav-grandchild__link {
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75em;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  border-bottom: 2px solid transparent;
  padding: 0 0.5em 0.5em;
}

@media (hover: hover) and (pointer: fine) {
  .nav-grandchild__link {
    transtion: 0.25s ease;
  }
  .nav-grandchild__link:hover {
    color: #131313;
  }
}

.nav-grandchild__link--active {
  font-weight: bold;
  color: #131313;
  border-bottom: 2px solid;
}

.nav-grandchild__link--active::before {
  display: none !important;
}

.nav-grandchild__link::before {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

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

@media print {
  .row-job {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.row-job__en {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.15;
  font-size: 42px;
  font-size: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .row-job__en {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

@media print {
  .row-job__en {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

.row-job__content {
  margin-top: 15px;
}

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

@media print {
  .row-job__content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .row-job__content {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media print {
  .row-job__content {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .row-job__content {
    margin-left: 80px;
  }
}

@media print {
  .row-job__content {
    margin-left: 80px;
  }
}

.row-job__lead > span {
  display: inline-block;
  background-color: #131313;
  color: #fff;
  padding: 0 1em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 5vw;
}

@media only screen and (min-width: 480px) {
  .row-job__lead > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .row-job__lead > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

@media print {
  .row-job__lead > span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.row-job__txt {
  margin-top: 15px;
}

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

@media print {
  .row-job__txt {
    margin-top: 30px;
  }
}

.row-job__txt p {
  line-height: 2;
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .row-job__txt p {
    line-height: 2.2;
  }
}

@media print {
  .row-job__txt p {
    line-height: 2.2;
  }
}

.row-job__txt p::first-child {
  margin-top: 0;
}

.sec-ocupation {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}

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

@media print {
  .sec-ocupation {
    padding-top: 0;
    padding-bottom: 120px;
  }
}

.sec-ocupation::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  background-color: #f3f3f3;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .sec-ocupation::before {
    top: 120px;
  }
}

@media print {
  .sec-ocupation::before {
    top: 120px;
  }
}

.sec-ocupation__container {
  position: relative;
}

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

@media print {
  .sec-ocupation__row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .sec-ocupation__content {
    width: 360px;
    margin-right: 30px;
    padding-top: 90px;
  }
}

@media print {
  .sec-ocupation__content {
    width: 360px;
    margin-right: 30px;
    padding-top: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-ocupation__content {
    width: 420px;
    margin-right: 60px;
  }
}

@media print {
  .sec-ocupation__content {
    width: 420px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-ocupation__content {
    width: 530px;
    margin-right: 150px;
  }
}

@media print {
  .sec-ocupation__content {
    width: 530px;
    margin-right: 150px;
  }
}

.sec-ocupation__slider {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sec-ocupation__slider {
    -ms-flex: 1;
        flex: 1;
    display: block;
    height: 420px;
  }
}

@media print {
  .sec-ocupation__slider {
    -ms-flex: 1;
        flex: 1;
    display: block;
    height: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-ocupation__slider {
    height: 560px;
  }
}

@media print {
  .sec-ocupation__slider {
    height: 560px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-ocupation__slider {
    height: 680px;
  }
}

@media print {
  .sec-ocupation__slider {
    height: 680px;
  }
}

.sec-ocupation__slider-list {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  list-style: none;
}

.sec-ocupation__slider-list li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
}

.sec-ocupation__slider-list li.active {
  z-index: 10;
}

.sec-ocupation__slider-list li.active .sec-ocupation__slider-img {
  opacity: 1;
  transform: scale(1.08) translate(4%, -2%);
  transition: opacity 0.65s ease, transform 2s ease-out;
}

.sec-ocupation__slider-list .sec-ocupation__slider-img {
  height: 100%;
  padding: 0;
  opacity: 0;
  transform-origin: left top;
  transform: scale(1.06);
}

.list-ocupation {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

@media print {
  .list-ocupation {
    margin-top: 40px;
  }
}

.list-ocupation__item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.list-ocupation__item:first-of-type {
  border-top: 1px solid #ddd;
}

.list-ocupation__check {
  display: none;
}

.list-ocupation__label {
  position: relative;
  cursor: pointer;
  display: block;
}

.list-ocupation__label::before, .list-ocupation__label::after {
  position: absolute;
  display: block;
  content: ' ';
  right: 10px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #00398f;
  transform-origin: center center;
  transform: translate(0, -50%);
}

.list-ocupation__label::after {
  transition: all 0.25s ease;
  transform: translate(0, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .list-ocupation__label {
    transition: background 0.25s ease;
  }
  .list-ocupation__label:hover {
    background-color: #f6f6f6;
  }
}

@media print {
  .list-ocupation__label {
    transition: background 0.25s ease;
  }
  .list-ocupation__label:hover {
    background-color: #f6f6f6;
  }
}

.list-ocupation__ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .list-ocupation__ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .list-ocupation__ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

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

.list-ocupation__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

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

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

.list-ocupation__content-inner {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .list-ocupation__content-inner {
    padding: 0 30px;
  }
}

@media print {
  .list-ocupation__content-inner {
    padding: 0 30px;
  }
}

.list-ocupation__thumb {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .list-ocupation__thumb {
    display: none;
  }
}

@media print {
  .list-ocupation__thumb {
    display: none;
  }
}

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

.list-ocupation .list-ocupation__check:checked + .list-ocupation__label + .list-ocupation__content {
  position: relative;
  height: auto;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s ease-out;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .list-ocupation .list-ocupation__check:checked + .list-ocupation__label + .list-ocupation__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media print {
  .list-ocupation .list-ocupation__check:checked + .list-ocupation__label + .list-ocupation__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.list-ocupation .list-ocupation__check:checked + .list-ocupation__label::after {
  transform: translate(0, -50%);
}

.job-bg {
  overflow: hidden;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .job-bg {
    height: 320px;
  }
}

@media print {
  .job-bg {
    height: 320px;
  }
}

.job-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.block-member {
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .block-member {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 30px;
    min-height: 200px;
  }
}

@media print {
  .block-member {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 30px;
    min-height: 200px;
  }
}

.block-member__ttl {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, -50%);
  background-color: #131313;
  color: #fff;
  text-align: center;
  min-width: 120px;
  padding: 0 1em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
}

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

@media print {
  .block-member__ttl {
    left: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.block-member__icon {
  text-align: center;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .block-member__icon {
    width: 160px;
  }
}

@media print {
  .block-member__icon {
    width: 160px;
  }
}

@media only screen and (min-width: 992px) {
  .block-member__icon {
    width: 230px;
  }
}

@media print {
  .block-member__icon {
    width: 230px;
  }
}

.block-member__icon img {
  width: 140px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .block-member__icon img {
    width: 200px;
  }
}

@media print {
  .block-member__icon img {
    width: 200px;
  }
}

.block-member__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  line-height: 1.3;
  width: 50%;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  .block-member__number {
    -ms-flex-pack: end;
        justify-content: flex-end;
    font-size: 23px;
    font-size: 2.3rem;
    width: 230px;
    margin-right: 30px;
  }
}

@media print {
  .block-member__number {
    -ms-flex-pack: end;
        justify-content: flex-end;
    font-size: 23px;
    font-size: 2.3rem;
    width: 230px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .block-member__number {
    width: 250px;
  }
}

@media print {
  .block-member__number {
    width: 250px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-member__number {
    font-size: 30px;
    font-size: 3rem;
    width: 300px;
  }
}

@media print {
  .block-member__number {
    font-size: 30px;
    font-size: 3rem;
    width: 300px;
  }
}

.block-member__number-lg {
  color: #00398f;
  font-size: 400%;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.block-member__number-lg .min {
  line-height: 1.3;
  font-size: 50%;
}

.block-member__number-unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 2;
  margin-left: 0.2em;
}

.block-member__txt {
  -ms-flex: 1;
      flex: 1;
  margin-top: 20px;
}

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

@media print {
  .block-member__txt {
    margin-top: 0;
  }
}

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

@media print {
  .sec-recruit-sub {
    text-align: center;
  }
}

.sec-recruit-sub__en {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.15;
  font-size: 42px;
  font-size: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .sec-recruit-sub__en {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

@media print {
  .sec-recruit-sub__en {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

.sec-recruit-sub__content {
  margin-top: 15px;
}

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

@media print {
  .sec-recruit-sub__content {
    margin-top: 30px;
  }
}

.sec-recruit-sub__lead {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 5.3vw;
  line-height: 1.3;
}

@media only screen and (min-width: 480px) {
  .sec-recruit-sub__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .sec-recruit-sub__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

@media print {
  .sec-recruit-sub__lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-recruit-sub__txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-recruit-sub__txt {
    margin-top: 20px;
  }
}

@media print {
  .sec-recruit-sub__txt {
    margin-top: 20px;
  }
}

.sec-recruit-sub__txt p {
  line-height: 2;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .sec-recruit-sub__txt p {
    line-height: 2.2;
  }
}

@media print {
  .sec-recruit-sub__txt p {
    line-height: 2.2;
  }
}

.sec-recruit-sub__txt p::first-child {
  margin-top: 0;
}

.list-system {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .list-system {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .list-system {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

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

.list-system__item {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

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

@media print {
  .list-system__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .list-system__item--min {
    width: 50%;
  }
}

@media print {
  .list-system__item--min {
    width: 50%;
  }
}

.list-system__item--min .list-system__inner {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

@media only screen and (min-width: 768px) {
  .list-system__item--min .list-system__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print {
  .list-system__item--min .list-system__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.list-system__item--min .list-system__thumb {
  width: 100px;
  margin-bottom: 0;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .list-system__item--min .list-system__thumb {
    width: 100px;
    margin-right: 15px;
  }
}

@media print {
  .list-system__item--min .list-system__thumb {
    width: 100px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .list-system__item--min .list-system__thumb {
    width: 140px;
    margin-right: 30px;
  }
}

@media print {
  .list-system__item--min .list-system__thumb {
    width: 140px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-system__item--min .list-system__thumb {
    width: 180px;
    margin-right: 30px;
  }
}

@media print {
  .list-system__item--min .list-system__thumb {
    width: 180px;
    margin-right: 30px;
  }
}

.list-system__item--min .list-system__ttl {
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .list-system__item--min .list-system__ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-system__item--min .list-system__txt {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-system__item--min .list-system__txt {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .list-system__item--min .list-system__txt {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-system__inner {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .list-system__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .list-system__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
  }
}

.list-system__thumb {
  margin-bottom: 15px;
}

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

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

@media only screen and (min-width: 992px) {
  .list-system__thumb {
    width: 320px;
  }
}

@media print {
  .list-system__thumb {
    width: 320px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-system__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

@media print {
  .list-system__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

.list-system__thumb-inner {
  background-color: transparent;
}

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

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

.list-system__ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.7rem;
}

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

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

.list-system__txt {
  margin-top: 10px;
}

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

@media print {
  .list-system__txt {
    margin-top: 15px;
  }
}

.list-system__txt p {
  margin-top: 1em;
}

.list-system__txt p:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .block-interview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print {
  .block-interview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.block-interview__col {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .block-interview__col {
    width: 50%;
    margin-top: 30px;
  }
  .block-interview__col:nth-child(2) {
    margin-top: 0;
  }
}

@media print {
  .block-interview__col {
    width: 50%;
    margin-top: 30px;
  }
  .block-interview__col:nth-child(2) {
    margin-top: 0;
  }
}

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

.block-interview__col .block-interview__card {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .block-interview__col:nth-child(even) {
    padding-top: 60px;
  }
}

@media print {
  .block-interview__col:nth-child(even) {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-interview__col:nth-child(even) {
    padding-top: 80px;
  }
}

@media print {
  .block-interview__col:nth-child(even) {
    padding-top: 80px;
  }
}

.block-interview__col:nth-child(even) .block-interview__card {
  margin-left: auto;
  margin-right: 0;
}

.block-interview__card {
  display: block;
  color: #131313;
  text-decoration: none !important;
  max-width: 460px;
}

@media only screen and (min-width: 768px) {
  .block-interview__card {
    max-width: 610px;
  }
}

@media print {
  .block-interview__card {
    max-width: 610px;
  }
}

@media only screen and (min-width: 992px) {
  .block-interview__card:nth-child(odd) {
    margin-right: 15px;
  }
}

@media print {
  .block-interview__card:nth-child(odd) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .block-interview__card:nth-child(even) {
    margin-left: 15px;
  }
}

@media print {
  .block-interview__card:nth-child(even) {
    margin-left: 15px;
  }
}

.block-interview__card:hover {
  color: #131313;
}

.block-interview__card:hover .block-interview__thumb img {
  opacity: 0.8;
  transform: scale(1.08);
}

.block-interview__card:hover .link-arrow {
  background-color: #00398f;
  right: 15px;
}

.block-interview__card:hover .link-arrow::before, .block-interview__card:hover .link-arrow::after {
  background-color: #fff;
}

.block-interview__thumb {
  margin-left: 40px;
}

@media only screen and (min-width: 768px) {
  .block-interview__thumb {
    margin-left: 60px;
  }
}

@media print {
  .block-interview__thumb {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-interview__thumb {
    margin-left: 100px;
  }
}

@media print {
  .block-interview__thumb {
    margin-left: 100px;
  }
}

.block-interview__thumb-inner {
  background-color: #fff;
  padding-bottom: 62.5%;
}

.block-interview__content {
  position: relative;
  background-color: #fff;
  padding: 15px 15px;
  margin-right: 20px;
  margin-top: -40px;
}

@media only screen and (min-width: 768px) {
  .block-interview__content {
    padding: 30px 20px 20px;
    margin-right: 40px;
    margin-top: -100px;
    width: 360px;
  }
}

@media print {
  .block-interview__content {
    padding: 30px 20px 20px;
    margin-right: 40px;
    margin-top: -100px;
    width: 360px;
  }
}

@media only screen and (min-width: 1340px) {
  .block-interview__content {
    padding: 30px 30px 20px;
    margin-right: 165px;
    width: 400px;
  }
}

@media print {
  .block-interview__content {
    padding: 30px 30px 20px;
    margin-right: 165px;
    width: 400px;
  }
}

.block-interview__lead {
  font-size: 4vw;
}

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

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

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

@media print {
  .block-interview__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

@media print {
  .block-interview__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block-interview__detail {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .block-interview__detail {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

@media print {
  .block-interview__detail {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

.block-interview__department {
  font-size: 86%;
  line-height: 1.3;
}

.block-interview__name {
  margin-top: 5px;
}

.block-interview__name-ja {
  display: inline-block;
  font-size: 150%;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.block-interview__name-en {
  display: inline-block;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 86%;
  opacity: 0.6;
  margin-left: 0.5em;
}

.block-interview__year {
  opacity: 0.6;
  font-size: 86%;
  margin-top: 0.5em;
}

.block-interview .link-arrow {
  position: absolute;
  right: 15px;
  bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .block-interview .link-arrow {
    right: 30px;
    bottom: 20px;
  }
}

@media print {
  .block-interview .link-arrow {
    right: 30px;
    bottom: 20px;
  }
}

.pgttl-interview {
  position: relative;
  z-index: 20;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview {
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    padding-top: 90px;
  }
}

@media print {
  .pgttl-interview {
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    padding-top: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-interview {
    height: 580px;
  }
}

@media print {
  .pgttl-interview {
    height: 580px;
  }
}

@media only screen and (min-width: 1340px) {
  .pgttl-interview {
    height: 670px;
  }
}

@media print {
  .pgttl-interview {
    height: 670px;
  }
}

.pgttl-interview::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #06090f;
  left: 0;
  top: 0;
  right: 0;
  bottom: 40px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview::before {
    bottom: 100px;
  }
}

@media print {
  .pgttl-interview::before {
    bottom: 100px;
  }
}

.pgttl-interview__thumb {
  position: absolute;
  padding: 0;
  height: 35vw;
  top: 50px;
  right: 0;
  left: 30px;
  overflow: hidden;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview__thumb {
    position: absolute;
    left: 15%;
    top: 90px;
    bottom: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    z-index: -1;
  }
}

@media print {
  .pgttl-interview__thumb {
    position: absolute;
    left: 15%;
    top: 90px;
    bottom: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    z-index: -1;
  }
}

.pgttl-interview__content {
  position: relative;
  z-index: 20;
  padding-top: 28vw;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 30px;
    padding-top: 100px;
    margin-bottom: 0;
  }
}

@media print {
  .pgttl-interview__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 30px;
    padding-top: 100px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .pgttl-interview__content {
    padding-top: 140px;
  }
}

@media print {
  .pgttl-interview__content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 1340px) {
  .pgttl-interview__content {
    padding-top: 190px;
    padding-left: 7%;
  }
}

@media print {
  .pgttl-interview__content {
    padding-top: 190px;
    padding-left: 7%;
  }
}

.pgttl-interview__lead {
  font-size: 4.5vw;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
}

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

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

@media only screen and (min-width: 768px) {
  .pgttl-interview__lead {
    margin-top: 10px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media print {
  .pgttl-interview__lead {
    margin-top: 10px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

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

@media print {
  .pgttl-interview__lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.pgttl-interview__lead > span {
  display: block;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview__lead > span {
    margin-top: 10px;
  }
}

@media print {
  .pgttl-interview__lead > span {
    margin-top: 10px;
  }
}

.pgttl-interview__lead > span::first-child {
  margin-top: 0;
}

.pgttl-interview__lead > span > span {
  display: inline-block;
  background-color: #131313;
  color: #fff;
  padding: 0 1em;
}

.pgttl-interview__detail {
  display: inline-block;
  background-color: #fff;
  padding: 20px 15px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .pgttl-interview__detail {
    display: block;
    padding: 50px 40px 20px;
    width: 360px;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .pgttl-interview__detail {
    display: block;
    padding: 50px 40px 20px;
    width: 360px;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pgttl-interview__department {
  font-size: 86%;
  line-height: 1.3;
}

.pgttl-interview__name {
  margin-top: 5px;
}

.pgttl-interview__name-ja {
  display: inline-block;
  font-size: 156%;
  font-family: "Marcellus", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.pgttl-interview__name-en {
  display: inline-block;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 86%;
  opacity: 0.6;
  margin-left: 0.5em;
}

.pgttl-interview__year {
  line-height: 1.3;
  opacity: 0.6;
  font-size: 80%;
  margin-top: 0.5em;
}

.wrapper-interview {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

@media print {
  .wrapper-interview {
    padding-bottom: 60px;
  }
}

.section-interviewpost {
  position: relative;
  margin-top: 40px;
}

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

@media print {
  .section-interviewpost {
    margin-top: 120px;
  }
}

.section-interviewpost:first-child {
  margin-top: 0;
}

.section-interviewpost:first-child::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #e7e7e7;
  right: 0;
  top: 65vw;
  height: 25vw;
  right: 0;
  width: 80%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost:first-child::before {
    height: 180px;
    width: 35%;
    top: 80%;
  }
}

@media print {
  .section-interviewpost:first-child::before {
    height: 180px;
    width: 35%;
    top: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .section-interviewpost:first-child::before {
    height: 240px;
    width: 55%;
  }
}

@media print {
  .section-interviewpost:first-child::before {
    height: 240px;
    width: 55%;
  }
}

@media only screen and (min-width: 1340px) {
  .section-interviewpost:first-child::before {
    height: 300px;
  }
}

@media print {
  .section-interviewpost:first-child::before {
    height: 300px;
  }
}

.section-interviewpost:nth-child(2)::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #424242;
  left: 0;
  top: 65vw;
  height: 25vw;
  right: 0;
  width: 80%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost:nth-child(2)::before {
    height: 180px;
    width: 35%;
    top: 85%;
  }
}

@media print {
  .section-interviewpost:nth-child(2)::before {
    height: 180px;
    width: 35%;
    top: 85%;
  }
}

@media only screen and (min-width: 992px) {
  .section-interviewpost:nth-child(2)::before {
    height: 240px;
    width: 55%;
  }
}

@media print {
  .section-interviewpost:nth-child(2)::before {
    height: 240px;
    width: 55%;
  }
}

@media only screen and (min-width: 1340px) {
  .section-interviewpost:nth-child(2)::before {
    height: 300px;
  }
}

@media print {
  .section-interviewpost:nth-child(2)::before {
    height: 300px;
  }
}

.section-interviewpost:nth-child(odd) .section-interviewpost__thumb {
  margin-right: 0;
  margin-left: 30%;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost:nth-child(odd) .section-interviewpost__thumb {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 30px;
  }
}

@media print {
  .section-interviewpost:nth-child(odd) .section-interviewpost__thumb {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .section-interviewpost:nth-child(odd) .section-interviewpost__thumb {
    margin-left: 80px;
  }
}

@media print {
  .section-interviewpost:nth-child(odd) .section-interviewpost__thumb {
    margin-left: 80px;
  }
}

.section-interviewpost--txt {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost--txt {
    margin-top: 0;
  }
}

@media print {
  .section-interviewpost--txt {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section-interviewpost--txt .section-interviewpost__inner {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media print {
  .section-interviewpost--txt .section-interviewpost__inner {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .section-interviewpost--txt .section-interviewpost__content {
    margin-right: 0;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section-interviewpost--txt .section-interviewpost__content {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .section-interviewpost--txt .section-interviewpost__content:first-child {
    margin-right: 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section-interviewpost--txt .section-interviewpost__content:first-child {
    margin-right: 30px;
  }
}

@media print {
  .section-interviewpost--txt .section-interviewpost__content {
    margin-right: 0;
    margin-left: 15px;
  }
}

@media print {
  .section-interviewpost--txt .section-interviewpost__content {
    margin-left: 30px;
  }
}

@media print {
  .section-interviewpost--txt .section-interviewpost__content:first-child {
    margin-right: 15px;
    margin-left: 0;
  }
}

@media print {
  .section-interviewpost--txt .section-interviewpost__content:first-child {
    margin-right: 30px;
  }
}

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

@media only screen and (min-width: 768px) {
  .section-interviewpost__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .section-interviewpost__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.section-interviewpost__thumb {
  margin-right: 30%;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost__thumb {
    margin-right: 30px;
    width: 40%;
  }
}

@media print {
  .section-interviewpost__thumb {
    margin-right: 30px;
    width: 40%;
  }
}

@media only screen and (min-width: 1340px) {
  .section-interviewpost__thumb {
    width: 515px;
    margin-right: 80px;
  }
}

@media print {
  .section-interviewpost__thumb {
    width: 515px;
    margin-right: 80px;
  }
}

.section-interviewpost__thumb-inner {
  padding-bottom: 133%;
}

.section-interviewpost__content {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost__content {
    -ms-flex: 1;
        flex: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print {
  .section-interviewpost__content {
    -ms-flex: 1;
        flex: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-interviewpost__qa {
  margin-top: 20px;
}

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

@media print {
  .section-interviewpost__qa {
    margin-top: 60px;
  }
}

.section-interviewpost__qa:first-child {
  margin-top: 0;
}

.section-interviewpost__q {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost__q {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .section-interviewpost__q {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.section-interviewpost__q p {
  font-weight: bold;
}

.section-interviewpost__q::before {
  position: relative;
  display: block;
  content: 'Q.';
  font-family: "Marcellus", sans-serif;
  color: #00398f;
  margin-right: 0.5em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost__q::before {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .section-interviewpost__q::before {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.section-interviewpost__a {
  border-top: 1px solid #131313;
  padding-top: 1em;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .section-interviewpost__a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.section-interviewpost__wideimg {
  margin-top: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

@media print {
  .section-interviewpost__wideimg {
    margin-top: 120px;
  }
}

.section-interviewpost__wideimg-inner {
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 320px;
  }
}

@media print {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 400px;
  }
}

@media print {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 400px;
  }
}

@media only screen and (min-width: 1340px) {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 480px;
  }
}

@media print {
  .section-interviewpost__wideimg-inner {
    padding-bottom: 480px;
  }
}

.interviewpost__back {
  padding-top: 40px;
}

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

@media print {
  .interviewpost__back {
    padding-top: 80px;
  }
}

.list-interview {
  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;
  margin-top: 20px;
}

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

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

@media only screen and (min-width: 992px) {
  .list-interview {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .list-interview {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-interview__col {
  width: 50%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.list-interview__col:nth-child(-n + 2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .list-interview__col {
    width: 25%;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-interview__col:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media print {
  .list-interview__col {
    width: 25%;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-interview__col:nth-child(-n + 4) {
    margin-top: 0;
  }
}

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

@media print {
  .list-interview__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-interview__card {
  display: block;
  color: #131313;
  text-decoration: none !important;
}

.list-interview__card:hover {
  color: #131313;
}

.list-interview__card:hover .list-interview__thumb img {
  opacity: 0.8;
  transform: scale(1.08);
}

.list-interview__card:hover .link-arrow {
  background-color: #00398f;
  right: 10px;
}

.list-interview__card:hover .link-arrow::before, .list-interview__card:hover .link-arrow::after {
  background-color: #fff;
}

.list-interview__thumb-inner {
  background-color: #fff;
  padding-bottom: 62.5%;
}

.list-interview__content {
  position: relative;
  background-color: #fff;
  padding: 15px 10px 10px;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .list-interview__content {
    padding: 20px 15px 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print {
  .list-interview__content {
    padding: 20px 15px 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 992px) {
  .list-interview__content {
    padding: 30px 20px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .list-interview__content {
    padding: 30px 20px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

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

.list-interview__department {
  font-size: 86%;
  line-height: 1.3;
}

.list-interview__name {
  margin-top: 5px;
}

.list-interview__name-ja {
  display: inline-block;
  font-size: 150%;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
}

.list-interview__name-en {
  display: inline-block;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 86%;
  opacity: 0.6;
  margin-left: 0.5em;
}

.list-interview__year {
  opacity: 0.6;
  font-size: 86%;
  margin-top: 0.5em;
}

.list-interview .link-arrow {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .list-interview .link-arrow {
    right: 10px;
    bottom: 10px;
  }
}

@media print {
  .list-interview .link-arrow {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .list-interview .link-arrow {
    right: 20px;
  }
}

@media print {
  .list-interview .link-arrow {
    right: 20px;
  }
}

.sec-personality {
  position: relative;
  margin-top: 60px;
  padding-bottom: 45vw;
}

@media only screen and (min-width: 992px) {
  .sec-personality {
    margin-top: 120px;
    padding-bottom: 0;
    min-height: 520px;
  }
}

@media print {
  .sec-personality {
    margin-top: 120px;
    padding-bottom: 0;
    min-height: 520px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-personality {
    min-height: 640px;
  }
}

@media print {
  .sec-personality {
    min-height: 640px;
  }
}

.sec-personality::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
}

@media only screen and (min-width: 992px) {
  .sec-personality::before {
    top: 60%;
  }
}

@media print {
  .sec-personality::before {
    top: 60%;
  }
}

.sec-personality__thumb {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  max-width: 785px;
  top: auto;
  bottom: 0;
  height: 60vw;
  right: 0;
  left: 20%;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .sec-personality__thumb {
    height: 520px;
    top: 0;
    left: 50%;
    padding: 0;
  }
}

@media print {
  .sec-personality__thumb {
    height: 520px;
    top: 0;
    left: 50%;
    padding: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-personality__thumb {
    height: 640px;
  }
}

@media print {
  .sec-personality__thumb {
    height: 640px;
  }
}

.sec-personality__thumb-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
}

.sec-personality__container {
  position: relative;
  z-index: 10;
}

.sec-personality__content {
  position: relative;
  z-index: 20;
  margin-top: 30px;
  width: 90%;
}

@media only screen and (min-width: 992px) {
  .sec-personality__content {
    margin-top: 0;
    width: 680px;
  }
}

@media print {
  .sec-personality__content {
    margin-top: 0;
    width: 680px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-personality__content {
    width: 735px;
  }
}

@media print {
  .sec-personality__content {
    width: 735px;
  }
}

.sec-personality__box {
  background-color: #fff;
  padding: 20px 15px 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-personality__box {
    padding: 60px 30px;
    margin-top: 40px;
  }
}

@media print {
  .sec-personality__box {
    padding: 60px 30px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-personality__box {
    padding: 60px 80px;
  }
}

@media print {
  .sec-personality__box {
    padding: 60px 80px;
  }
}

.sec-personality__lead {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 4.8vw;
}

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

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

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

@media print {
  .sec-personality__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

@media print {
  .sec-personality__lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-personality__txt {
  margin-top: 15px;
  opacity: 0.8;
}

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

@media print {
  .sec-personality__txt {
    margin-top: 30px;
  }
}

.sec-requirement {
  padding-top: 60px;
}

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

@media print {
  .sec-requirement {
    padding-top: 120px;
  }
}

.wrapper-tabs-requirement {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .wrapper-tabs-requirement {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

@media print {
  .wrapper-tabs-requirement {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .wrapper-tabs-requirement {
    margin-bottom: 0;
  }
}

@media print {
  .wrapper-tabs-requirement {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-tabs-requirement {
    margin-right: -15px;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .wrapper-tabs-requirement__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 15px;
  }
  .wrapper-tabs-requirement .tabs-news li {
    min-width: 50px;
    white-space: nowrap;
  }
}

.tabs-requirement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1340px) {
  .tabs-requirement {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print {
  .tabs-requirement {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tabs-requirement__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #ddd;
  padding: 5px;
  color: #666;
  width: 50%;
  height: 45px;
  line-height: 1.3;
  cursor: pointer;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .tabs-requirement__item {
    height: 60px;
    width: 25%;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tabs-requirement__item:hover {
    color: #131313;
  }
}

@media print {
  .tabs-requirement__item {
    height: 60px;
    width: 25%;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tabs-requirement__item:hover {
    color: #131313;
  }
}

@media only screen and (min-width: 1340px) {
  .tabs-requirement__item {
    width: 100%;
    border-bottom: none;
  }
}

@media print {
  .tabs-requirement__item {
    width: 100%;
    border-bottom: none;
  }
}

.tabs-requirement__item:first-child {
  border-left: none;
}

.tabs-requirement__item.active {
  background-color: #00398f;
  color: #fff;
  font-weight: bold;
}

.tabs-requirement__item.inactive {
  pointer-events: none;
  background-color: #bbb;
  color: #ccc;
}

.sec-requirement__content {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}

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

@media print {
  .sec-requirement__content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-requirement__content {
    border-top: 1px solid #00398f;
  }
}

@media print {
  .sec-requirement__content {
    border-top: 1px solid #00398f;
  }
}

.tabarea-requirement__block {
  display: none;
}

.tabarea-requirement__block.active {
  display: block;
}

.list-requirement {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

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

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

.list-requirement__item {
  padding: 0;
  margin: 0;
  margin-top: 1px;
}

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

.list-requirement__card {
  display: block;
  padding: 15px 15px 40px;
  background-color: #fff;
  color: #131313;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .list-requirement__card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    transition: all 0.25s ease;
  }
  .list-requirement__card:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .list-requirement__card:hover .list-requirement__thumb img {
    opacity: 0.8;
    transform: scale(1.08);
  }
  .list-requirement__card:hover .btn, .list-requirement__card:hover .btn-back,
  .list-requirement__card:hover .btn-submit {
    background-color: #00398f;
    color: #fff;
  }
  .list-requirement__card:hover .link-arrow {
    background-color: #00398f;
    right: 5px;
  }
  .list-requirement__card:hover .link-arrow::before, .list-requirement__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .list-requirement__card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    transition: all 0.25s ease;
  }
  .list-requirement__card:hover {
    color: #131313;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .list-requirement__card:hover .list-requirement__thumb img {
    opacity: 0.8;
    transform: scale(1.08);
  }
  .list-requirement__card:hover .btn, .list-requirement__card:hover .btn-back,
  .list-requirement__card:hover .btn-submit {
    background-color: #00398f;
    color: #fff;
  }
  .list-requirement__card:hover .link-arrow {
    background-color: #00398f;
    right: 5px;
  }
  .list-requirement__card:hover .link-arrow::before, .list-requirement__card:hover .link-arrow::after {
    background-color: #fff;
  }
}

.list-requirement__thumb {
  margin-bottom: 15px;
}

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

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

@media only screen and (min-width: 992px) {
  .list-requirement__thumb {
    width: 320px;
  }
}

@media print {
  .list-requirement__thumb {
    width: 320px;
  }
}

@media only screen and (min-width: 1340px) {
  .list-requirement__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

@media print {
  .list-requirement__thumb {
    width: 380px;
    margin-right: 50px;
  }
}

.list-requirement__thumb-inner {
  background-color: transparent;
}

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

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

.list-requirement__ttl {
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #131313;
  padding-bottom: 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .list-requirement__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-requirement .table, .list-requirement .post-content table, .post-content .list-requirement table {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .list-requirement .table, .list-requirement .post-content table, .post-content .list-requirement table {
    margin-top: 20px;
  }
}

@media print {
  .list-requirement .table, .list-requirement .post-content table, .post-content .list-requirement table {
    margin-top: 20px;
  }
}

.list-requirement .btn, .list-requirement .btn-back,
.list-requirement .btn-submit {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .list-requirement .btn, .list-requirement .btn-back,
  .list-requirement .btn-submit {
    margin-top: 20px;
    width: 180px;
  }
}

@media print {
  .list-requirement .btn, .list-requirement .btn-back,
  .list-requirement .btn-submit {
    margin-top: 20px;
    width: 180px;
  }
}

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

@media print {
  .row-requirement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .row-requirement__content {
    width: 100%;
  }
}

@media print {
  .row-requirement__content {
    width: 100%;
  }
}

.row-requirement__thumb {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .row-requirement__thumb {
    width: 100%;
    margin-left: 30px;
    margin-top: 0;
  }
}

@media print {
  .row-requirement__thumb {
    width: 100%;
    margin-left: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .row-requirement__thumb {
    margin-left: 50px;
  }
}

@media print {
  .row-requirement__thumb {
    margin-left: 50px;
  }
}

.row-requirement__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.row-requirement__lead {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .row-requirement__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.row-requirement__txt {
  margin-top: 20px;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .row-requirement__txt {
    margin-bottom: 30px;
    line-height: 2.25;
  }
}

@media print {
  .row-requirement__txt {
    margin-bottom: 30px;
    line-height: 2.25;
  }
}

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

@media print {
  .row-requirement2 {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .row-requirement2__content {
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .row-requirement2__content {
    -ms-flex: 1;
        flex: 1;
  }
}

.row-requirement2__thumb {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .row-requirement2__thumb {
    width: 150px;
    margin-right: 30px;
    margin-top: 0;
  }
}

@media print {
  .row-requirement2__thumb {
    width: 150px;
    margin-right: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .row-requirement2__thumb {
    width: 240px;
  }
}

@media print {
  .row-requirement2__thumb {
    width: 240px;
  }
}

.row-requirement2__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.row-requirement2__lead {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .row-requirement2__lead {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.row-requirement2__txt {
  opacity: 0.8;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .row-requirement2__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

@media print {
  .row-requirement2__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.sec-interview-archive {
  position: relative;
}

.sec-interview-archive::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #000;
  opacity: 0.05;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
}

.sec-interview-archive__container {
  position: relative;
  z-index: 1;
}

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

.sustainability-block {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .sustainability-block {
    gap: 40px;
  }
}

@media print {
  .sustainability-block {
    gap: 40px;
  }
}

.sustainability-block__title, .sustainability-block__title--blue, .sustainability-block__title--green, .sustainability-block__title--sky {
  line-height: 1.5;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 4px;
  border-bottom: 2px solid #2933a4;
}

@media only screen and (min-width: 768px) {
  .sustainability-block__title, .sustainability-block__title--blue, .sustainability-block__title--green, .sustainability-block__title--sky {
    font-size: 32px;
    padding-bottom: 8px;
  }
}

@media print {
  .sustainability-block__title, .sustainability-block__title--blue, .sustainability-block__title--green, .sustainability-block__title--sky {
    font-size: 32px;
    padding-bottom: 8px;
  }
}

.sustainability-block__title--green {
  border-color: #10b0a1;
}

.sustainability-block__title--sky {
  border-color: #2f73c0;
}

.sustainability-block__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .sustainability-block__body {
    gap: 40px;
  }
}

@media print {
  .sustainability-block__body {
    gap: 40px;
  }
}

.sustainability-logo, .sustainability-logo--horizontal {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 992px) {
  .sustainability-logo, .sustainability-logo--horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print {
  .sustainability-logo, .sustainability-logo--horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.sustainability-logo--horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}

.sustainability-logo__col {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.sustainability-logo__image, .sustainability-logo__image--decokatsu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 724px;
}

@media (hover: hover) and (pointer: fine) {
  .sustainability-logo__image, .sustainability-logo__image--decokatsu {
    transition: opacity 0.3s;
  }
  .sustainability-logo__image:hover, .sustainability-logo__image--decokatsu:hover {
    opacity: 0.75;
  }
}

.sustainability-logo__image--decokatsu {
  max-width: 380px;
}

.sustainability-logo__image img, .sustainability-logo__image--decokatsu img {
  max-width: 100%;
  height: auto;
}

.sustainability-pp {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media only screen and (min-width: 992px) {
  .sustainability-pp {
    gap: 24px;
  }
}

@media print {
  .sustainability-pp {
    gap: 24px;
  }
}

.sustainability-pp__logo {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .sustainability-pp__logo {
    width: 112px;
  }
}

@media print {
  .sustainability-pp__logo {
    width: 112px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sustainability-pp__logo {
    transition: opacity 0.3s;
  }
  .sustainability-pp__logo:hover {
    opacity: 0.75;
  }
}

.sustainability-pp__logo img {
  width: 100%;
  height: auto;
}

.sustainability-pp__content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.sustainability-pp__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
}

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

@media print {
  .sustainability-pp__title {
    font-size: 18px;
  }
}

.sustainability-pp__dl {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}

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

@media print {
  .sustainability-pp__dl {
    font-size: 13px;
  }
}

.sustainability-pp__dl dt {
  font-weight: normal;
  width: 5em;
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
  opacity: 0.5;
}

.sustainability-pp__dl dt:first-of-type {
  margin-top: 0;
}

.sustainability-pp__dl dd {
  width: calc(100% - 5em);
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
}

.sustainability-pp__dl dd:first-of-type {
  margin-top: 0;
}

.sustainability-box, .sustainability-box--white {
  padding: 16px;
  background-color: #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 992px) {
  .sustainability-box, .sustainability-box--white {
    padding: 24px;
    gap: 24px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print {
  .sustainability-box, .sustainability-box--white {
    padding: 24px;
    gap: 24px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

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

.sustainability-box__title, .sustainability-box__title--blue, .sustainability-box__title--green, .sustainability-box__title--sky {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 2px solid currentColor;
}

@media only screen and (min-width: 992px) {
  .sustainability-box__title, .sustainability-box__title--blue, .sustainability-box__title--green, .sustainability-box__title--sky {
    font-size: 18px;
    width: 280px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    padding-right: 24px;
    border: none;
    border-right: 2px solid currentColor;
  }
}

@media print {
  .sustainability-box__title, .sustainability-box__title--blue, .sustainability-box__title--green, .sustainability-box__title--sky {
    font-size: 18px;
    width: 280px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    padding-right: 24px;
    border: none;
    border-right: 2px solid currentColor;
  }
}

.sustainability-box__title > p, .sustainability-box__title--blue > p, .sustainability-box__title--green > p, .sustainability-box__title--sky > p {
  font-weight: bold;
}

.sustainability-box__title--blue {
  color: #2933a4;
}

.sustainability-box__title--green {
  color: #10b0a1;
}

.sustainability-box__title--sky {
  color: #2f73c0;
}

.sustainability-box__text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
  gap: 0.5em;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .sustainability-box__text {
    -ms-flex: 1;
        flex: 1;
    font-size: 14px;
  }
}

@media print {
  .sustainability-box__text {
    -ms-flex: 1;
        flex: 1;
    font-size: 14px;
  }
}

.sustainability-box__note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.75;
  font-size: 85%;
}

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

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

@media print {
  .sustainability-content {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 40px;
  }
}

.sustainability-content__image {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .sustainability-content__image {
    width: 440px;
  }
}

@media print {
  .sustainability-content__image {
    width: 440px;
  }
}

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

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

@media only screen and (min-width: 992px) {
  .sustainability-content__main {
    -ms-flex: 1;
        flex: 1;
    gap: 24px;
  }
}

@media print {
  .sustainability-content__main {
    -ms-flex: 1;
        flex: 1;
    gap: 24px;
  }
}

.sustainability-content__title, .sustainability-content__title--blue, .sustainability-content__title--green, .sustainability-content__title--sky {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  padding: 4px 8px;
}

@media only screen and (min-width: 768px) {
  .sustainability-content__title, .sustainability-content__title--blue, .sustainability-content__title--green, .sustainability-content__title--sky {
    font-size: 20px;
    padding: 8px 16px;
  }
}

@media print {
  .sustainability-content__title, .sustainability-content__title--blue, .sustainability-content__title--green, .sustainability-content__title--sky {
    font-size: 20px;
    padding: 8px 16px;
  }
}

.sustainability-content__title p, .sustainability-content__title--blue p, .sustainability-content__title--green p, .sustainability-content__title--sky p {
  font-weight: bold;
}

.sustainability-content__title--blue {
  background-color: #2933a4;
}

.sustainability-content__title--green {
  background-color: #10b0a1;
}

.sustainability-content__title--sky {
  background-color: #2f73c0;
}

.sustainability-content__text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  gap: 0.5em;
}

@media only screen and (min-width: 992px) {
  .sustainability-content__text {
    font-size: 16px;
  }
}

@media print {
  .sustainability-content__text {
    font-size: 16px;
  }
}

.sustainability-list, .sustainability-list--green, .sustainability-list--sky {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .sustainability-list, .sustainability-list--green, .sustainability-list--sky {
    gap: 8px;
    font-size: 15px;
  }
}

@media print {
  .sustainability-list, .sustainability-list--green, .sustainability-list--sky {
    gap: 8px;
    font-size: 15px;
  }
}

.sustainability-list > li, .sustainability-list--green > li, .sustainability-list--sky > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  padding-left: 4px;
}

.sustainability-list > li::before, .sustainability-list--green > li::before, .sustainability-list--sky > li::before {
  position: relative;
  display: block;
  content: ' ';
  width: 5px;
  height: 5px;
  margin-top: 0.75em;
  border-radius: 50%;
  background-color: #2933a4;
}

.sustainability-list > li > div, .sustainability-list--green > li > div, .sustainability-list--sky > li > div {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}

.sustainability-list strong, .sustainability-list--green strong, .sustainability-list--sky strong {
  font-weight: bold;
  font-size: 105%;
  line-height: 1.5;
}

.sustainability-list--green > li::before {
  background-color: #10b0a1;
}

.sustainability-list--sky > li::before {
  background-color: #2f73c0;
}

/* =====================
  top page
===================== */
.anniv-bg {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  overflow: hidden;
  z-index: 9998;
}

.anniv-bg.loaded {
  pointer-events: none;
}

.anniv-bg__inner {
  text-align: center;
}

.anniv-bg__txt {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  line-height: 1;
  color: #333;
  letter-spacing: 0.2em;
  margin-top: 8vh;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .anniv-bg__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.anniv-bg__illust {
  transition: transform 0.3s ease;
}

.anniv-bg__illust img {
  width: 187px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .anniv-bg__illust img {
    width: 280px;
  }
}

@media print {
  .anniv-bg__illust img {
    width: 280px;
  }
}

.anniv-bg__logo {
  margin-top: 5vh;
}

.anniv-bg__logo img {
  width: 120px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .anniv-bg__logo img {
    width: 180px;
  }
}

@media print {
  .anniv-bg__logo img {
    width: 180px;
  }
}

.anniv-bg .splash {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .anniv-bg .splash {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print {
  .anniv-bg .splash {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.anniv-bg .splash img {
  max-width: 100%;
  height: auto;
}

.anniv-bg .splash__content {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .anniv-bg .splash__content {
    margin-right: -40px;
  }
}

@media print {
  .anniv-bg .splash__content {
    margin-right: -40px;
  }
}

.anniv-bg .splash__logo {
  transform: translate(-15%, 0);
}

@media only screen and (min-width: 768px) {
  .anniv-bg .splash__logo {
    transform: translate(-8%, 0);
  }
}

@media print {
  .anniv-bg .splash__logo {
    transform: translate(-8%, 0);
  }
}

.anniv-bg .splash__logo img {
  width: 58vw;
}

@media only screen and (min-width: 768px) {
  .anniv-bg .splash__logo img {
    width: 85%;
  }
}

@media print {
  .anniv-bg .splash__logo img {
    width: 85%;
  }
}

.anniv-bg .splash__text {
  position: relative;
  text-align: left;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 800;
  font-size: 4.6vw;
  margin-top: 1em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 0 0 1px;
}

@media only screen and (min-width: 768px) {
  .anniv-bg .splash__text {
    font-size: 2.5vw;
    margin-top: -70px;
  }
}

@media print {
  .anniv-bg .splash__text {
    font-size: 2.5vw;
    margin-top: -70px;
  }
}

@media only screen and (min-width: 992px) {
  .anniv-bg .splash__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .anniv-bg .splash__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.anniv-bg .splash__text-lg {
  display: inline-block;
  margin-left: 0.05em;
  font-size: 150%;
  line-height: 1.3;
}

.anniv-bg .splash__thumb {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.anniv-bg .splash__thumb img {
  max-width: 100%;
  height: auto;
}

.splash34 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: min(8vw, 32px);
  gap: 0.4em;
}

@media only screen and (min-width: 992px) {
  .splash34 {
    font-size: min(6vw, 80px);
  }
}

@media print {
  .splash34 {
    font-size: min(6vw, 80px);
  }
}

.splash34.shown .splash34__illusts img {
  opacity: 1;
}

.splash34.shown .splash34__text img {
  opacity: 1;
}

.splash34.active .splash34__illusts img {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.splash34.active .splash34__illusts img:nth-child(1) {
  transition-delay: 0.15s;
}

.splash34.active .splash34__illusts img:nth-child(2) {
  transition-delay: 0.3s;
}

.splash34.active .splash34__illusts img:nth-child(3) {
  transition-delay: 0.45s;
}

.splash34.active .splash34__illusts img:nth-child(4) {
  transition-delay: 0.6s;
}

.splash34.active .splash34__illusts img:nth-child(5) {
  transition-delay: 0.75s;
}

.splash34.active .splash34__illusts img:nth-child(6) {
  transition-delay: 0.9s;
}

.splash34.active .splash34__illusts img:nth-child(7) {
  transition-delay: 1.05s;
}

.splash34.active .splash34__illusts img:nth-child(8) {
  transition-delay: 1.2s;
}

.splash34.active .splash34__illusts img:nth-child(9) {
  transition-delay: 1.35s;
}

.splash34.active .splash34__illusts img:nth-child(10) {
  transition-delay: 1.5s;
}

.splash34.active .splash34__illusts img:nth-child(11) {
  transition-delay: 1.65s;
}

.splash34.active .splash34__illusts img:nth-child(12) {
  transition-delay: 1.8s;
}

.splash34.active .splash34__illusts img:nth-child(13) {
  transition-delay: 1.95s;
}

.splash34.active .splash34__illusts img:nth-child(14) {
  transition-delay: 2.1s;
}

.splash34.active .splash34__illusts img:nth-child(15) {
  transition-delay: 2.25s;
}

.splash34.active .splash34__illusts img:nth-child(14) {
  transition-duration: 2.2s;
  transition-delay: 1.5s;
  transition-timing-function: ease-in;
}

.splash34.active .splash34__illusts img:nth-child(15) {
  transition-delay: 2.2s;
}

.splash34.active .splash34__text {
  transition: all 0.15s ease;
  transition-delay: 2.8s;
  opacity: 1;
}

.splash34__illusts {
  position: relative;
  width: 6.6em;
  height: 4em;
}

.splash34__illusts img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.splash34__text {
  width: 10em;
  opacity: 0;
}

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

.sec-town {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .sec-town {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}

@media print {
  .sec-town {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-town {
    padding-bottom: 240px;
  }
}

@media print {
  .sec-town {
    padding-bottom: 240px;
  }
}

.sec-town::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 25%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.08;
}

.sec-town__deco {
  position: absolute;
  line-height: 1;
  top: 0;
  right: 0;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
  font-size: 9vw;
}

@media only screen and (min-width: 480px) {
  .sec-town__deco {
    font-size: 40px;
  }
}

@media print {
  .sec-town__deco {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-town__deco {
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media print {
  .sec-town__deco {
    font-size: 74px;
    font-size: 7.4rem;
  }
}

@media only screen and (min-width: 1480px) {
  .sec-town__deco {
    opacity: 0.6;
    top: 30px;
    right: 15px;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

@media print {
  .sec-town__deco {
    opacity: 0.6;
    top: 30px;
    right: 15px;
    transform-origin: right top;
    transform: rotate(90deg) translate(100%, 0);
  }
}

@media only screen and (min-width: 1480px) {
  .sec-town__deco-horizontal {
    display: none;
  }
}

@media print {
  .sec-town__deco-horizontal {
    display: none;
  }
}

.sec-town__deco-vertical {
  display: none;
}

@media only screen and (min-width: 1480px) {
  .sec-town__deco-vertical {
    display: block;
  }
}

@media print {
  .sec-town__deco-vertical {
    display: block;
  }
}

.sec-town__container {
  position: relative;
}

.sec-town__illust {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .sec-town__illust {
    bottom: 90px;
  }
}

@media print {
  .sec-town__illust {
    bottom: 90px;
  }
}

.sec-town__box {
  background-color: #fff;
  text-align: center;
  padding: 40px 5px 35vw;
}

@media only screen and (min-width: 768px) {
  .sec-town__box {
    padding: 100px 60px 25vw;
  }
}

@media print {
  .sec-town__box {
    padding: 100px 60px 25vw;
  }
}

@media only screen and (min-width: 1100px) {
  .sec-town__box {
    padding-bottom: 150px;
    text-align: left;
    padding-left: 36%;
  }
}

@media print {
  .sec-town__box {
    padding-bottom: 150px;
    text-align: left;
    padding-left: 36%;
  }
}

.sec-town__ttl {
  text-align: center;
}

@media only screen and (min-width: 1100px) {
  .sec-town__ttl {
    text-align: left;
  }
}

@media print {
  .sec-town__ttl {
    text-align: left;
  }
}

.sec-town__ttl img {
  width: 303px;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sec-town__ttl img {
    width: 605px;
  }
}

@media print {
  .sec-town__ttl img {
    width: 605px;
  }
}

.sec-town__txt {
  display: inline-block;
  text-align: left;
  font-size: 3.5vw;
  line-height: 2.5;
  margin-top: 20px;
}

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

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

@media only screen and (min-width: 768px) {
  .sec-town__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media print {
  .sec-town__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

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

@media print {
  .sec-town__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

@media print {
  .sec-town__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-town__txt .line {
  display: inline-block;
  width: 3em;
  height: 1px;
  background-color: #131313;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
}

.sec-news {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

@media only screen and (min-width: 768px) {
  .sec-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print {
  .sec-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@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: 230px;
    margin-right: 30px;
  }
}

@media print {
  .sec-news__left {
    display: block;
    width: 230px;
    margin-right: 30px;
  }
}

.sec-news__ttl {
  -ms-flex: 1;
      flex: 1;
}

.sec-news__btn {
  margin-left: 10px;
  max-width: 150px;
}

@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: 50px;
  }
}

@media print {
  .sec-news__btn {
    margin-left: 0;
    margin-top: 50px;
  }
}

.sec-news__btn .btn, .sec-news__btn .btn-back,
.sec-news__btn .btn-submit {
  padding: 5px 25px 5px 10px;
}

@media only screen and (min-width: 768px) {
  .sec-news__btn .btn, .sec-news__btn .btn-back,
  .sec-news__btn .btn-submit {
    padding: 5px 25px;
    width: 180px;
  }
}

@media print {
  .sec-news__btn .btn, .sec-news__btn .btn-back,
  .sec-news__btn .btn-submit {
    padding: 5px 25px;
    width: 180px;
  }
}

.sec-news__content {
  margin-top: 20px;
}

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

.sec-news .tabarea-news {
  background-color: #fff;
  padding: 10px 10px;
}

@media only screen and (min-width: 768px) {
  .sec-news .tabarea-news {
    padding: 20px;
  }
}

@media print {
  .sec-news .tabarea-news {
    padding: 20px;
  }
}

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

@media print {
  .sec-news .tabarea-news {
    padding: 20px 60px;
  }
}

.sec-news .tabarea-news .list-news {
  display: none;
}

.sec-news .tabarea-news .list-news.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .wrapper-tabs-news {
    margin-right: -15px;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .wrapper-tabs-news__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 15px;
  }
  .wrapper-tabs-news .tabs-news li {
    min-width: 50px;
    white-space: nowrap;
  }
}

.tabs-news {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.tabs-news__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-left: 1px solid #fff;
  background-color: #ddd;
  padding: 5px;
  color: #888;
  width: 100%;
  height: 45px;
  line-height: 1.3;
  cursor: pointer;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .tabs-news__item {
    height: 60px;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tabs-news__item:hover {
    color: #131313;
  }
}

@media print {
  .tabs-news__item {
    height: 60px;
    letter-spacing: 0.05em;
    transition: all 0.25s ease;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tabs-news__item:hover {
    color: #131313;
  }
}

.tabs-news__item:first-child {
  border-left: none;
}

.tabs-news__item.active {
  background-color: #fff;
  color: #131313;
}

.tabs-news__item.active::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #00398f;
}

.sec-business {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}

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

@media print {
  .sec-business {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

.sec-business__deco {
  position: absolute;
  content: ' ';
  display: block;
  bottom: 60px;
  height: 40%;
  left: 0;
  right: 20%;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .sec-business__deco {
    bottom: 120px;
    height: 360px;
  }
}

@media print {
  .sec-business__deco {
    bottom: 120px;
    height: 360px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-business__deco {
    left: 5%;
    right: 0;
  }
}

@media print {
  .sec-business__deco {
    left: 5%;
    right: 0;
  }
}

.sec-business__list {
  margin: 0;
  margin-top: 20px;
  margin-left: 15px;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .sec-business__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

@media print {
  .sec-business__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-business__list {
    margin-left: calc(50vw - 640px);
  }
}

@media print {
  .sec-business__list {
    margin-left: calc(50vw - 640px);
  }
}

.sec-business__item {
  width: 100%;
}

.sec-business__item:nth-child(1) [data-aos='slide-cover'] {
  animation-delay: 300ms;
}

.sec-business__item:nth-child(2) [data-aos='slide-cover'] {
  animation-delay: 500ms;
}

.sec-business__item:nth-child(3) [data-aos='slide-cover'] {
  animation-delay: 700ms;
}

.sec-business__item:nth-child(4) [data-aos='slide-cover'] {
  animation-delay: 900ms;
}

.sec-business__item:nth-child(5) [data-aos='slide-cover'] {
  animation-delay: 1100ms;
}

.sec-business__card {
  position: relative;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .sec-business__card:hover .sec-business__thumb img {
    transform: scale(1.03);
  }
  .sec-business__card:hover .sec-business__thumb--right img {
    transform: scale(-1.03, 1.03);
  }
  .sec-business__card:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    transform: translate(10px, 0);
  }
  .sec-business__card:hover .link-arrow::before, .sec-business__card:hover .link-arrow::after {
    background-color: #00398f;
  }
}

@media print {
  .sec-business__card:hover .sec-business__thumb img {
    transform: scale(1.03);
  }
  .sec-business__card:hover .sec-business__thumb--right img {
    transform: scale(-1.03, 1.03);
  }
  .sec-business__card:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    transform: translate(10px, 0);
  }
  .sec-business__card:hover .link-arrow::before, .sec-business__card:hover .link-arrow::after {
    background-color: #00398f;
  }
}

.sec-business__thumb {
  background-color: #00050c;
  padding: 0;
  overflow: hidden;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .sec-business__thumb {
    height: 420px;
  }
}

@media print {
  .sec-business__thumb {
    height: 420px;
  }
}

.sec-business__thumb--right img {
  -o-object-position: 20% center;
     object-position: 20% center;
  transform: scale(-1, 1);
}

.sec-business__thumb img {
  opacity: 0.5;
}

.sec-business__txt {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 30px;
  right: 0;
  text-shadow: 0 0 15px #000814;
}

@media only screen and (min-width: 768px) {
  .sec-business__txt {
    top: 50px;
    left: 15px;
  }
}

@media print {
  .sec-business__txt {
    top: 50px;
    left: 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-business__txt {
    left: 40px;
  }
}

@media print {
  .sec-business__txt {
    left: 40px;
  }
}

.sec-business__txt-en {
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .sec-business__txt-en {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-business__txt-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print {
  .sec-business__txt-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-business__txt-ja {
  line-height: 1.3;
  margin-top: 3px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .sec-business__txt-ja {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .sec-business__txt-ja {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-business__txt-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-business__txt-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-business .link-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .sec-business .link-arrow {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 20px;
  }
}

@media print {
  .sec-business .link-arrow {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 20px;
  }
}

.sec-company__content {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-company__content {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .sec-company__content {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .sec-company__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 640px;
  }
}

@media print {
  .sec-company__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 640px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-company__item--left {
    width: 42%;
  }
}

@media print {
  .sec-company__item--left {
    width: 42%;
  }
}

.sec-company__item--left [data-aos='slide-cover'] {
  animation-delay: 300ms;
}

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

@media print {
  .sec-company__item--right {
    -ms-flex: 1;
        flex: 1;
  }
}

.sec-company__item--right a:nth-child(1) [data-aos='slide-cover'] {
  animation-delay: 500ms;
}

.sec-company__item--right a:nth-child(2) [data-aos='slide-cover'] {
  animation-delay: 700ms;
}

.sec-company__item--right a:nth-child(3) [data-aos='slide-cover'] {
  animation-delay: 900ms;
}

.sec-company__card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #000119;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  .sec-company__card {
    padding: 60px 30px;
    height: 100%;
  }
  .sec-company__card:hover .sec-company__thumb img {
    transform: scale(1.03);
    opacity: 0.6;
  }
  .sec-company__card:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    right: 10px;
  }
  .sec-company__card:hover .link-arrow::before, .sec-company__card:hover .link-arrow::after {
    background-color: #00398f;
  }
}

@media print {
  .sec-company__card {
    padding: 60px 30px;
    height: 100%;
  }
  .sec-company__card:hover .sec-company__thumb img {
    transform: scale(1.03);
    opacity: 0.6;
  }
  .sec-company__card:hover .link-arrow {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
    right: 10px;
  }
  .sec-company__card:hover .link-arrow::before, .sec-company__card:hover .link-arrow::after {
    background-color: #00398f;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-company__card {
    padding: 60px;
  }
}

@media print {
  .sec-company__card {
    padding: 60px;
  }
}

.sec-company__card .link-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 15px;
  opacity: 0.8;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 1340px) {
  .sec-company__card .link-arrow {
    right: 30px;
  }
}

@media print {
  .sec-company__card .link-arrow {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-company__card--lg {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media print {
  .sec-company__card--lg {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.sec-company__thumb {
  position: absolute;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.sec-company__thumb img {
  opacity: 0.8;
}

.sec-company__txt {
  z-index: 10;
  text-shadow: 0 0 15px #000814;
}

@media only screen and (min-width: 768px) {
  .sec-company__txt {
    top: 50px;
    left: 15px;
  }
}

@media print {
  .sec-company__txt {
    top: 50px;
    left: 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-company__txt {
    left: 40px;
  }
}

@media print {
  .sec-company__txt {
    left: 40px;
  }
}

.sec-company__txt-en {
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .sec-company__txt-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-company__txt-en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print {
  .sec-company__txt-en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.sec-company__txt-ja {
  line-height: 1.3;
  margin-top: 3px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .sec-company__txt-ja {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .sec-company__txt-ja {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-company__txt-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-company__txt-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-recruit {
  position: relative;
  background-color: #f3f3f3;
  padding-top: 25vw;
  padding-bottom: 60px;
  overflow: hidden;
}

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

@media print {
  .sec-recruit {
    padding-top: 260px;
    padding-bottom: 120px;
  }
}

.sec-recruit::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #000;
  opacity: 0.05;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}

.sec-recruit__deco {
  position: absolute;
  right: 0;
  top: 5px;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  font-size: 10vw;
  opacity: 0.08;
}

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

@media print {
  .sec-recruit__deco {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .sec-recruit__deco {
    top: 60px;
    font-size: 100px;
    font-size: 10rem;
  }
}

@media print {
  .sec-recruit__deco {
    top: 60px;
    font-size: 100px;
    font-size: 10rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-recruit__deco {
    top: 55vw;
  }
}

@media print {
  .sec-recruit__deco {
    top: 55vw;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__deco {
    top: 720px;
    right: auto;
    left: 65%;
    font-size: 150px;
    font-size: 15rem;
  }
}

@media print {
  .sec-recruit__deco {
    top: 720px;
    right: auto;
    left: 65%;
    font-size: 150px;
    font-size: 15rem;
  }
}

.sec-recruit__thumb {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  max-width: 1100px;
  top: 40px;
  height: 40vw;
  right: 0;
  left: 40%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__thumb {
    top: 170px;
    left: 30%;
    padding: 0;
  }
}

@media print {
  .sec-recruit__thumb {
    top: 170px;
    left: 30%;
    padding: 0;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__thumb {
    height: 560px;
  }
}

@media print {
  .sec-recruit__thumb {
    height: 560px;
  }
}

.sec-recruit__thumb-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
}

.sec-recruit__thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sec-recruit__container {
  position: relative;
  z-index: 10;
}

.sec-recruit__content {
  position: relative;
  z-index: 20;
  margin-top: 30px;
  width: 90%;
}

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

@media print {
  .sec-recruit__content {
    margin-top: 50px;
    width: 680px;
  }
}

.sec-recruit__box {
  background-color: #fff;
  padding: 20px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__box {
    padding: 60px 30px 30px;
  }
}

@media print {
  .sec-recruit__box {
    padding: 60px 30px 30px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__box {
    padding: 60px 80px 40px;
  }
}

@media print {
  .sec-recruit__box {
    padding: 60px 80px 40px;
  }
}

.sec-recruit__txt {
  opacity: 0.8;
}

.sec-recruit__list {
  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;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__list {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .sec-recruit__list {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-recruit__list li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .sec-recruit__list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sec-recruit__list li.harf {
  width: 50%;
}

.sec-recruit__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  padding-right: 30px;
  font-weight: bold;
  text-decoration: none !important;
  color: #131313 !important;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__item {
    height: 65px;
    padding: 5px 15px;
    transition: all 0.25s ease;
  }
  .sec-recruit__item:hover {
    color: #131313;
    background-color: #f3f3f3;
  }
  .sec-recruit__item:hover::before, .sec-recruit__item:hover::after {
    right: 5px;
    background-color: #00398f;
  }
}

@media print {
  .sec-recruit__item {
    height: 65px;
    padding: 5px 15px;
    transition: all 0.25s ease;
  }
  .sec-recruit__item:hover {
    color: #131313;
    background-color: #f3f3f3;
  }
  .sec-recruit__item:hover::before, .sec-recruit__item:hover::after {
    right: 5px;
    background-color: #00398f;
  }
}

.sec-recruit__item::before, .sec-recruit__item::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 5px;
  right: 5px;
  top: 50%;
  background-color: #aaa;
  transition: all 0.25s ease;
}

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

@media print {
  .sec-recruit__item::before, .sec-recruit__item::after {
    right: 15px;
    height: 7px;
  }
}

.sec-recruit__item::before {
  transform-origin: right bottom;
  transform: translate(0, -100%) rotate(-45deg);
}

.sec-recruit__item::after {
  transform-origin: right top;
  transform: translate(0, 0) rotate(45deg);
}

.sec-recruit__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 55px;
  padding: 5px;
  padding-left: 15px;
  line-height: 1.3;
  border: none;
  text-decoration: none !important;
  transition: all 0.25s linear;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #131313;
  color: #fff;
}

.sec-recruit__btn:active, .sec-recruit__btn:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__btn {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    height: 76px;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec-recruit__btn:hover {
    color: #fff;
    background-color: #00398f;
  }
  .sec-recruit__btn:hover .link-arrow {
    right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1340px) {
  .sec-recruit__btn:hover .link-arrow {
    right: 20px;
  }
}

@media print {
  .sec-recruit__btn {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    height: 76px;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec-recruit__btn:hover {
    color: #fff;
    background-color: #00398f;
  }
  .sec-recruit__btn:hover .link-arrow {
    right: 10px;
  }
}

@media print {
  .sec-recruit__btn:hover .link-arrow {
    right: 20px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__btn {
    padding-left: 80px;
  }
}

@media print {
  .sec-recruit__btn {
    padding-left: 80px;
  }
}

.sec-recruit__btn .link-arrow {
  position: absolute;
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__btn .link-arrow {
    right: 15px;
  }
}

@media print {
  .sec-recruit__btn .link-arrow {
    right: 15px;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-recruit__btn .link-arrow {
    right: 30px;
  }
}

@media print {
  .sec-recruit__btn .link-arrow {
    right: 30px;
  }
}

.sec-recruit__btn-en {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Marcellus", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .sec-recruit__btn-en {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-recruit__btn-ja {
  line-height: 1.3;
  opacity: 0.6;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .sec-recruit__btn-ja {
    margin-left: 20px;
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .sec-recruit__btn-ja {
    margin-left: 20px;
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-brand {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

@media print {
  .sec-brand {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.list-brand {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .list-brand {
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media print {
  .list-brand {
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media only screen and (min-width: 992px) {
  .list-brand--lg .list-brand__item {
    width: 33.333%;
  }
}

@media print {
  .list-brand--lg .list-brand__item {
    width: 33.333%;
  }
}

.list-brand__item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) {
  .list-brand__item {
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 20px;
  }
}

@media print {
  .list-brand__item {
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .list-brand__item {
    width: 20%;
  }
}

@media print {
  .list-brand__item {
    width: 20%;
  }
}

.list-brand__item a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #ddd;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .list-brand__item a {
    padding: 10px;
    transition: all 0.25s ease;
  }
  .list-brand__item a:hover img {
    opacity: 0.65;
  }
}

@media print {
  .list-brand__item a {
    padding: 10px;
    transition: all 0.25s ease;
  }
  .list-brand__item a:hover img {
    opacity: 0.65;
  }
}

.list-brand__item a img {
  width: 80%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-brand__item a img {
    transition: all 0.25s ease;
  }
}

@media print {
  .list-brand__item a img {
    transition: all 0.25s ease;
  }
}

[data-aos='slide-cover'] {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #00132f;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  [data-aos='slide-cover'] {
    display: block;
  }
}

@media print {
  [data-aos='slide-cover'] {
    display: block;
  }
}

[data-aos='slide-cover'].slide-cover--white {
  background-color: #fff;
}

[data-aos='slide-cover'].slide-cover--dark {
  background-color: #06090f;
}

[data-aos='slide-cover'].aos-animate {
  animation-name: slidecover;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.54, 0, 0, 0.99);
  animation-fill-mode: forwards;
}

@keyframes slidecover {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.sec-townillust [data-aos='anim-town'] {
  opacity: 0;
}

.sec-townillust [data-aos='anim-town'] img {
  opacity: 0;
  transition: transform 1.2s ease, opacity 1.2s linear;
  transform: translate(0, 50px);
}

@media only screen and (min-width: 768px) {
  .sec-townillust [data-aos='anim-town'] img {
    transform: translate(0, 100px);
  }
}

@media print {
  .sec-townillust [data-aos='anim-town'] img {
    transform: translate(0, 100px);
  }
}

@media only screen and (min-width: 1340px) {
  .sec-townillust [data-aos='anim-town'] img {
    transform: translate(0, 260px);
  }
}

@media print {
  .sec-townillust [data-aos='anim-town'] img {
    transform: translate(0, 260px);
  }
}

.sec-townillust [data-aos='anim-town'].aos-animate {
  opacity: 1;
}

.sec-townillust [data-aos='anim-town'].aos-animate img {
  opacity: 1;
  transform: translate(0, 0);
}

.sec-townillust-anchor {
  position: absolute;
  display: block;
  top: 0;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .sec-townillust-anchor {
    top: 50%;
  }
}

@media print {
  .sec-townillust-anchor {
    top: 50%;
  }
}

.sec-townillust__buildings {
  position: relative;
  max-width: 1626px;
  margin-left: auto;
  margin-right: auto;
  height: calc(640 / 1626 * 100vw);
}

@media only screen and (min-width: 1626px) {
  .sec-townillust__buildings {
    height: 640px;
  }
}

@media print {
  .sec-townillust__buildings {
    height: 640px;
  }
}

.sec-townillust__building {
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building {
    bottom: 28px;
  }
}

@media print {
  .sec-townillust__building {
    bottom: 28px;
  }
}

.sec-townillust__building img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-townillust__building-train {
  width: calc(40% * 1.3);
  right: 32%;
  bottom: 6%;
  transition-delay: 2s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-train {
    right: 35%;
    width: 40%;
    transition-delay: 2s !important;
  }
}

@media print {
  .sec-townillust__building-train {
    right: 35%;
    width: 40%;
    transition-delay: 2s !important;
  }
}

.sec-townillust__building-train img {
  transition-delay: 2s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-train img {
    transition-delay: 2s !important;
  }
}

@media print {
  .sec-townillust__building-train img {
    transition-delay: 2s !important;
  }
}

.sec-townillust__building-hill01 {
  width: calc(39.2% * 1.3);
  right: 0;
  bottom: 9%;
  transition-delay: 0.5s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-hill01 {
    width: 39.2%;
    right: 5%;
    transition-delay: 0.5s !important;
  }
}

@media print {
  .sec-townillust__building-hill01 {
    width: 39.2%;
    right: 5%;
    transition-delay: 0.5s !important;
  }
}

.sec-townillust__building-hill01 img {
  transition-delay: 0.5s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-hill01 img {
    transition-delay: 0.5s !important;
  }
}

@media print {
  .sec-townillust__building-hill01 img {
    transition-delay: 0.5s !important;
  }
}

.sec-townillust__building-liberta {
  width: calc(19.5% * 1.3);
  right: 9.5%;
  bottom: 26.5%;
  transition-delay: 1s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-liberta {
    width: 19.5%;
    right: 13%;
    bottom: 22.5%;
    transition-delay: 1s !important;
  }
}

@media print {
  .sec-townillust__building-liberta {
    width: 19.5%;
    right: 13%;
    bottom: 22.5%;
    transition-delay: 1s !important;
  }
}

.sec-townillust__building-liberta img {
  transition-delay: 1s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-liberta img {
    transition-delay: 1s !important;
  }
}

@media print {
  .sec-townillust__building-liberta img {
    transition-delay: 1s !important;
  }
}

.sec-townillust__building-hill02 {
  width: calc(36.9% * 1.3);
  right: 5%;
  bottom: 7%;
  transition-delay: 0.2s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-hill02 {
    width: 36.9%;
    right: 12%;
    transition-delay: 0.2s !important;
  }
}

@media print {
  .sec-townillust__building-hill02 {
    width: 36.9%;
    right: 12%;
    transition-delay: 0.2s !important;
  }
}

.sec-townillust__building-hill02 img {
  transition-delay: 0.2s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-hill02 img {
    transition-delay: 0.2s !important;
  }
}

@media print {
  .sec-townillust__building-hill02 img {
    transition-delay: 0.2s !important;
  }
}

.sec-townillust__building-park {
  width: calc(19.2% * 1.3);
  right: 24%;
  bottom: 7%;
  transition-delay: 1.4s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-park {
    width: 19.2%;
    right: 27%;
    transition-delay: 1.4s !important;
  }
}

@media print {
  .sec-townillust__building-park {
    width: 19.2%;
    right: 27%;
    transition-delay: 1.4s !important;
  }
}

.sec-townillust__building-park img {
  transition-delay: 1.4s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-park img {
    transition-delay: 1.4s !important;
  }
}

@media print {
  .sec-townillust__building-park img {
    transition-delay: 1.4s !important;
  }
}

.sec-townillust__building-pareta {
  width: calc(12.6% * 1.3);
  right: 11%;
  bottom: 10%;
  transition-delay: 1.7s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-pareta {
    width: 12.6%;
    right: 16%;
    transition-delay: 1.7s !important;
  }
}

@media print {
  .sec-townillust__building-pareta {
    width: 12.6%;
    right: 16%;
    transition-delay: 1.7s !important;
  }
}

.sec-townillust__building-pareta img {
  transition-delay: 1.7s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-pareta img {
    transition-delay: 1.7s !important;
  }
}

@media print {
  .sec-townillust__building-pareta img {
    transition-delay: 1.7s !important;
  }
}

.sec-townillust__building-progresso {
  width: calc(10% * 1.3);
  bottom: 5.9%;
  left: 28%;
  transition-delay: 0.9s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-progresso {
    width: 10%;
    left: 28%;
    transition-delay: 0.9s !important;
  }
}

@media print {
  .sec-townillust__building-progresso {
    width: 10%;
    left: 28%;
    transition-delay: 0.9s !important;
  }
}

.sec-townillust__building-progresso img {
  transition-delay: 0.9s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-progresso img {
    transition-delay: 0.9s !important;
  }
}

@media print {
  .sec-townillust__building-progresso img {
    transition-delay: 0.9s !important;
  }
}

.sec-townillust__building-partir {
  width: calc(16.8% * 1.3);
  bottom: 5.9%;
  left: 12%;
  transition-delay: 1.3s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-partir {
    width: 16.8%;
    left: 12%;
    transition-delay: 1.3s !important;
  }
}

@media print {
  .sec-townillust__building-partir {
    width: 16.8%;
    left: 12%;
    transition-delay: 1.3s !important;
  }
}

.sec-townillust__building-partir img {
  transition-delay: 1.3s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-partir img {
    transition-delay: 1.3s !important;
  }
}

@media print {
  .sec-townillust__building-partir img {
    transition-delay: 1.3s !important;
  }
}

.sec-townillust__building-justinn {
  width: calc(15.7% * 1.3);
  left: 13.8%;
  bottom: 32%;
  transition-delay: 1.6s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-justinn {
    width: 15.7%;
    left: 13.8%;
    transition-delay: 1.6s !important;
  }
}

@media print {
  .sec-townillust__building-justinn {
    width: 15.7%;
    left: 13.8%;
    transition-delay: 1.6s !important;
  }
}

.sec-townillust__building-justinn img {
  transition-delay: 1.6s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-justinn img {
    transition-delay: 1.6s !important;
  }
}

@media print {
  .sec-townillust__building-justinn img {
    transition-delay: 1.6s !important;
  }
}

.sec-townillust__building-astrale {
  width: calc(12.9% * 1.3);
  left: 0.5%;
  bottom: 32%;
  transition-delay: 1.9s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-astrale {
    width: 12.9%;
    left: 0.5%;
    transition-delay: 1.9s !important;
  }
}

@media print {
  .sec-townillust__building-astrale {
    width: 12.9%;
    left: 0.5%;
    transition-delay: 1.9s !important;
  }
}

.sec-townillust__building-astrale img {
  transition-delay: 1.9s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-astrale img {
    transition-delay: 1.9s !important;
  }
}

@media print {
  .sec-townillust__building-astrale img {
    transition-delay: 1.9s !important;
  }
}

.sec-townillust__building-aprecio {
  width: calc(11.9% * 1.3);
  bottom: 5.9%;
  left: 1%;
  transition-delay: 2.3s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-aprecio {
    width: 11.9%;
    left: 1%;
    transition-delay: 2.3s !important;
  }
}

@media print {
  .sec-townillust__building-aprecio {
    width: 11.9%;
    left: 1%;
    transition-delay: 2.3s !important;
  }
}

.sec-townillust__building-aprecio img {
  transition-delay: 2.3s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-aprecio img {
    transition-delay: 2.3s !important;
  }
}

@media print {
  .sec-townillust__building-aprecio img {
    transition-delay: 2.3s !important;
  }
}

.sec-townillust__building-tree {
  width: 100%;
  bottom: 1%;
  transition-delay: 2.5s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-tree {
    transition-delay: 2.5s !important;
  }
}

@media print {
  .sec-townillust__building-tree {
    transition-delay: 2.5s !important;
  }
}

.sec-townillust__building-tree img {
  transition-delay: 2.5s !important;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__building-tree img {
    transition-delay: 2.5s !important;
  }
}

@media print {
  .sec-townillust__building-tree img {
    transition-delay: 2.5s !important;
  }
}

.sec-townillust [data-aos='anim-people'] {
  display: none;
}

.sec-townillust [data-aos='anim-people'].aos-animate {
  display: block;
}

@keyframes animbg {
  100% {
    background-position: 150%, 0;
  }
}

@keyframes animtoright {
  0% {
    left: -10vw;
  }
  100% {
    left: 110vw;
  }
}

@keyframes animtoleft {
  0% {
    right: -10vw;
  }
  100% {
    right: 110vw;
  }
}

.sec-townillust__people {
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  left: 0;
  overflow: hidden;
  height: calc(60 / 1626 * 100vw);
}

@media only screen and (min-width: 1626px) {
  .sec-townillust__people {
    height: 60px;
  }
}

@media print {
  .sec-townillust__people {
    height: 60px;
  }
}

.sec-townillust__people-bg {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 90px auto;
  background-position: 0 0;
  animation: animbg 0.2s infinite steps(3);
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-bg {
    width: 50px;
    height: 50px;
    background-size: 150px auto;
  }
}

@media print {
  .sec-townillust__people-bg {
    width: 50px;
    height: 50px;
    background-size: 150px auto;
  }
}

@media only screen and (min-width: 992px) {
  .sec-townillust__people-bg {
    width: 80px;
    height: 80px;
    background-size: 240px auto;
  }
}

@media print {
  .sec-townillust__people-bg {
    width: 80px;
    height: 80px;
    background-size: 240px auto;
  }
}

@media only screen and (min-width: 1340px) {
  .sec-townillust__people-bg {
    width: 100px;
    height: 100px;
    background-size: 300px auto;
  }
}

@media print {
  .sec-townillust__people-bg {
    width: 100px;
    height: 100px;
    background-size: 300px auto;
  }
}

.sec-townillust__people-item {
  position: absolute;
}

.sec-townillust__people-item-car01, .sec-townillust__people-item-car02, .sec-townillust__people-item-car03 {
  bottom: 0;
}

.sec-townillust__people-item-car01 {
  left: -10vw;
  animation: animtoright 20s linear infinite normal 2s;
  animation-delay: 4s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-car01 {
    animation-delay: 4s;
  }
}

@media print {
  .sec-townillust__people-item-car01 {
    animation-delay: 4s;
  }
}

.sec-townillust__people-item-car01 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-car01.png);
}

.sec-townillust__people-item-car02 {
  right: -10vw;
  animation: animtoleft 20s linear infinite normal;
  animation-delay: 2s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-car02 {
    animation-delay: 2s;
  }
}

@media print {
  .sec-townillust__people-item-car02 {
    animation-delay: 2s;
  }
}

.sec-townillust__people-item-car02 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-car02.png);
}

.sec-townillust__people-item-car03 {
  right: -10vw;
  animation: animtoleft 17s linear infinite normal 5s;
  animation-delay: 7s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-car03 {
    animation-delay: 7s;
  }
}

@media print {
  .sec-townillust__people-item-car03 {
    animation-delay: 7s;
  }
}

.sec-townillust__people-item-car03 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-car02.png);
}

.sec-townillust__people-item-people01, .sec-townillust__people-item-people02, .sec-townillust__people-item-people03, .sec-townillust__people-item-people04 {
  bottom: 10%;
}

.sec-townillust__people-item-people01 .sec-townillust__people-bg, .sec-townillust__people-item-people02 .sec-townillust__people-bg, .sec-townillust__people-item-people03 .sec-townillust__people-bg, .sec-townillust__people-item-people04 .sec-townillust__people-bg {
  animation: animbg 0.5s infinite steps(3);
}

.sec-townillust__people-item-people01 {
  left: -10vw;
  animation: animtoright 35s linear infinite normal;
  animation-delay: 2s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-people01 {
    animation-delay: 2s;
  }
}

@media print {
  .sec-townillust__people-item-people01 {
    animation-delay: 2s;
  }
}

.sec-townillust__people-item-people01 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-people01.png);
}

.sec-townillust__people-item-people02 {
  right: -10vw;
  animation: animtoleft 35s linear infinite normal 5s;
  animation-delay: 7s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-people02 {
    animation-delay: 7s;
  }
}

@media print {
  .sec-townillust__people-item-people02 {
    animation-delay: 7s;
  }
}

.sec-townillust__people-item-people02 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-people02.png);
}

.sec-townillust__people-item-people03 {
  right: -10vw;
  animation: animtoleft 35s linear infinite normal 1s;
  animation-delay: 3s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-people03 {
    animation-delay: 3s;
  }
}

@media print {
  .sec-townillust__people-item-people03 {
    animation-delay: 3s;
  }
}

.sec-townillust__people-item-people03 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-people03.png);
}

.sec-townillust__people-item-people04 {
  left: -10vw;
  animation: animtoright 35s linear infinite normal 3s;
  animation-delay: 5s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-people04 {
    animation-delay: 5s;
  }
}

@media print {
  .sec-townillust__people-item-people04 {
    animation-delay: 5s;
  }
}

.sec-townillust__people-item-people04 .sec-townillust__people-bg {
  background-image: url(assets/img/town/illust-town-people04.png);
}

.sec-townillust__people-item-cat01 {
  bottom: 15%;
  left: -10vw;
  animation: animtoright 25s linear infinite normal 4s;
  animation-delay: 6s;
}

@media only screen and (min-width: 768px) {
  .sec-townillust__people-item-cat01 {
    animation-delay: 6s;
  }
}

@media print {
  .sec-townillust__people-item-cat01 {
    animation-delay: 6s;
  }
}

.sec-townillust__people-item-cat01 .sec-townillust__people-bg {
  animation: animbg 0.3s infinite steps(3);
  background-image: url(assets/img/town/illust-town-cat01.png);
}

.voice-kv {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .voice-kv {
    display: -ms-flexbox;
    display: flex;
    height: 480px;
  }
}

@media print {
  .voice-kv {
    display: -ms-flexbox;
    display: flex;
    height: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .voice-kv {
    height: 680px;
  }
}

@media print {
  .voice-kv {
    height: 680px;
  }
}

@media only screen and (min-width: 1340px) {
  .voice-kv {
    height: 820px;
  }
}

@media print {
  .voice-kv {
    height: 820px;
  }
}

.voice-kv__thumbs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.voice-kv__thumb {
  width: 100%;
  height: 200px;
  padding: 0;
  background-color: #00398f;
}

@media only screen and (min-width: 768px) {
  .voice-kv__thumb {
    height: 100%;
  }
}

@media print {
  .voice-kv__thumb {
    height: 100%;
  }
}

.voice-kv__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 15px 30px;
}

@media only screen and (min-width: 768px) {
  .voice-kv__content {
    width: 100%;
    padding: 30px;
    padding-left: 30px;
  }
}

@media print {
  .voice-kv__content {
    width: 100%;
    padding: 30px;
    padding-left: 30px;
  }
}

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

@media print {
  .voice-kv__content {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1340px) {
  .voice-kv__content {
    padding-left: 100px;
  }
}

@media print {
  .voice-kv__content {
    padding-left: 100px;
  }
}

.voice-kv__ttl {
  margin-top: 5px;
}

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

@media print {
  .voice-kv__ttl {
    margin-top: 10px;
  }
}

.voice-kv__ttl img {
  display: block;
  width: 345px;
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .voice-kv__ttl img {
    width: 345px;
  }
}

@media print {
  .voice-kv__ttl img {
    width: 345px;
  }
}

@media only screen and (min-width: 992px) {
  .voice-kv__ttl img {
    width: 414px;
  }
}

@media print {
  .voice-kv__ttl img {
    width: 414px;
  }
}

@media only screen and (min-width: 1340px) {
  .voice-kv__ttl img {
    width: 517px;
  }
}

@media print {
  .voice-kv__ttl img {
    width: 517px;
  }
}

.voice-kv__cat > span {
  display: inline-block;
  color: #fff;
  min-width: 80px;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.1em 1em;
  background-color: #131313;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .voice-kv__cat > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.voice-kv__en {
  position: relative;
  opacity: 0.65;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 40px;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .voice-kv__en {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 50px;
    margin-top: 15px;
  }
}

@media print {
  .voice-kv__en {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 50px;
    margin-top: 15px;
  }
}

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

@media only screen and (min-width: 768px) {
  .voice-kv__en::before {
    width: 40px;
  }
}

@media print {
  .voice-kv__en::before {
    width: 40px;
  }
}

.voice-kv__txt {
  margin-top: 15px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .voice-kv__txt {
    line-height: 2.2;
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .voice-kv__txt {
    line-height: 2.2;
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .voice-kv__txt {
    margin-top: 60px;
  }
}

@media print {
  .voice-kv__txt {
    margin-top: 60px;
  }
}

.voice-movie {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}

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

@media print {
  .voice-movie {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

.voice-movie__deco {
  position: absolute;
  display: block;
  background-color: #131313;
  opacity: 0.2;
  bottom: 80px;
  right: 0;
  width: 95%;
  top: auto;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .voice-movie__deco {
    bottom: 120px;
    height: 260px;
  }
}

@media print {
  .voice-movie__deco {
    bottom: 120px;
    height: 260px;
  }
}

.voice-movie__lead {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .voice-movie__lead {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .voice-movie__lead {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.voice-movie__row {
  margin-top: 20px;
}

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

@media print {
  .voice-movie__row {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .voice-movie__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .voice-movie__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.voice-movie__col {
  margin-top: 15px;
}

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

@media print {
  .voice-movie__col {
    margin-top: 30px;
  }
}

.voice-movie__col:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .voice-movie__col {
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .voice-movie__col {
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.voice-movie__iframe {
  position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
}

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

.voice-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

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

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

.voice-list__item {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .voice-list__item {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .voice-list__item {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}

.voice-list__item:first-child {
  margin-top: 0;
}

.voice-list__item:nth-child(even) .voice-list__thumb {
  margin-left: auto;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  .voice-list__item:nth-child(even) .voice-list__thumb {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
  }
}

@media print {
  .voice-list__item:nth-child(even) .voice-list__thumb {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .voice-list__item:nth-child(even) .voice-list__content {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media print {
  .voice-list__item:nth-child(even) .voice-list__content {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .voice-list__item:nth-child(even) .voice-list__content::before, .voice-list__item:nth-child(even) .voice-list__content::after {
    left: 0;
    right: -120px;
  }
}

@media print {
  .voice-list__item:nth-child(even) .voice-list__content::before, .voice-list__item:nth-child(even) .voice-list__content::after {
    left: 0;
    right: -120px;
  }
}

.voice-list__thumb {
  position: relative;
  margin-left: 30px;
  width: 150px;
  height: 150px;
  padding: 0;
  background-color: #00398f;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .voice-list__thumb {
    margin-left: 0;
  }
}

@media print {
  .voice-list__thumb {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .voice-list__thumb {
    width: 210px;
    height: 210px;
  }
}

@media print {
  .voice-list__thumb {
    width: 210px;
    height: 210px;
  }
}

.voice-list__content {
  position: relative;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .voice-list__content {
    display: -ms-flexbox;
    display: flex;
    min-height: 280px;
    -ms-flex-align: center;
        align-items: center;
    padding: 40px 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .voice-list__content {
    display: -ms-flexbox;
    display: flex;
    min-height: 280px;
    -ms-flex-align: center;
        align-items: center;
    padding: 40px 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1340px) {
  .voice-list__content {
    padding: 60px;
  }
}

@media print {
  .voice-list__content {
    padding: 60px;
  }
}

.voice-list__content::before, .voice-list__content::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .voice-list__content::before, .voice-list__content::after {
    top: 0;
    left: -120px;
  }
}

@media print {
  .voice-list__content::before, .voice-list__content::after {
    top: 0;
    left: -120px;
  }
}

.voice-list__content::before {
  z-index: 2;
  background-color: #fff;
}

.voice-list__content::after {
  z-index: 1;
  background-color: #131313;
  opacity: 0.1;
  transform: translate(5px, 5px);
}

@media only screen and (min-width: 768px) {
  .voice-list__content::after {
    transform: translate(20px, 20px);
  }
}

@media print {
  .voice-list__content::after {
    transform: translate(20px, 20px);
  }
}

.voice-list__content-inner {
  position: relative;
  z-index: 10;
  width: 100%;
}

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

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

@media print {
  .voice-list__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.voice-list__meta {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice-list__name {
  font-weight: bold;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .voice-list__name {
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .voice-list__name {
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.voice-list__detail {
  background-color: #131313;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  padding: 0.2em 1em;
  text-align: center;
  min-width: 100px;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .voice-list__detail {
    margin-right: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.voice-list__detail--blue {
  background-color: #00398f;
}

.voice-list__detail--red {
  background-color: #cb2e4c;
}

.voice-list__date {
  opacity: 0.65;
  margin-right: 0;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

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

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

.voice-list__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .voice-list__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .voice-list__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
