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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.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: 1200px) {
  .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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .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: #030303;
  -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: #0e867e;
}

a:hover {
  text-decoration: none;
}

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

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

.tgt-anchor {
  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;
}

hr.hr-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.hr-line {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.fotorama-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

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

.fotorama-wrap .fotorama__stage {
  margin-bottom: 10px;
}

.fotorama-wrap .fotorama__caption {
  width: 100%;
}

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

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

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

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

.bg-stripe {
  background-image: linear-gradient(-45deg, #0f948b 25%, #0e867e 25%, #0e867e 50%, #0f948b 50%, #0f948b 75%, #0e867e 75%, #0e867e);
  background-size: 15px 15px;
  color: #fff;
}

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

.bg-blue {
  background-color: #2dbfb5;
  color: #fff;
}

.bg-paper {
  background-image: url(assets/img/common/bg-paper.jpg);
}

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

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

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

.box--gray {
  background-color: #f3f3f3;
}

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

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

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

.box--outline {
  border: 2px solid #030303;
}

.box--outline-w {
  position: relative;
  border: 2px solid #030303;
}

.box--outline-w::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #030303;
}

.btn, .btn-back,
.btn-submit {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 100%;
  height: 55px;
  padding: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border: none;
  text-decoration: none !important;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .btn, .btn-back,
  .btn-submit {
    padding: 10px 20px;
    width: 260px;
    height: 60px;
  }
}

@media print {
  .btn, .btn-back,
  .btn-submit {
    padding: 10px 20px;
    width: 260px;
    height: 60px;
  }
}

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

.btn__icon {
  margin: 0 5px;
}

.btn__icon--right {
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
}

.btn__icon--left {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -0.5em;
}

.btn .icon-arrow, .btn-back .icon-arrow, .btn-submit .icon-arrow {
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}

@media only screen and (min-width: 768px) {
  .btn .icon-arrow, .btn-back .icon-arrow, .btn-submit .icon-arrow {
    right: 15px;
  }
}

@media print {
  .btn .icon-arrow, .btn-back .icon-arrow, .btn-submit .icon-arrow {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .btn:hover .icon-arrow, .btn-back:hover .icon-arrow, .btn-submit:hover .icon-arrow {
    color: #030303;
  }
  .btn:hover .icon-arrow::before, .btn-back:hover .icon-arrow::before, .btn-submit:hover .icon-arrow::before {
    right: -10px;
    width: 35px;
    background-color: #030303;
  }
  .btn:hover .icon-arrow::after, .btn-back:hover .icon-arrow::after, .btn-submit:hover .icon-arrow::after {
    right: -10px;
    background-color: #030303;
  }
  .btn:hover .icon-arrow.back::before, .btn-back:hover .icon-arrow.back::before, .btn-submit:hover .icon-arrow.back::before {
    right: auto;
    left: -10px;
  }
  .btn:hover .icon-arrow.back::after, .btn-back:hover .icon-arrow.back::after, .btn-submit:hover .icon-arrow.back::after {
    right: auto;
    left: -10px;
  }
}

@media print {
  .btn:hover .icon-arrow, .btn-back:hover .icon-arrow, .btn-submit:hover .icon-arrow {
    color: #030303;
  }
  .btn:hover .icon-arrow::before, .btn-back:hover .icon-arrow::before, .btn-submit:hover .icon-arrow::before {
    right: -10px;
    width: 35px;
    background-color: #030303;
  }
  .btn:hover .icon-arrow::after, .btn-back:hover .icon-arrow::after, .btn-submit:hover .icon-arrow::after {
    right: -10px;
    background-color: #030303;
  }
  .btn:hover .icon-arrow.back::before, .btn-back:hover .icon-arrow.back::before, .btn-submit:hover .icon-arrow.back::before {
    right: auto;
    left: -10px;
  }
  .btn:hover .icon-arrow.back::after, .btn-back:hover .icon-arrow.back::after, .btn-submit:hover .icon-arrow.back::after {
    right: auto;
    left: -10px;
  }
}

.btn--eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  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--black,
.btn-submit {
  background-color: #030303;
  color: #fff;
}

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

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

@media print {
  .btn--black:hover,
  .btn-submit:hover {
    color: #fff;
    background-color: #333;
  }
  .btn--black:hover .icon-arrow, .btn-submit:hover .icon-arrow {
    color: #fff;
  }
  .btn--black:hover .icon-arrow::before, .btn-submit:hover .icon-arrow::before, .btn--black:hover .icon-arrow::after, .btn-submit:hover .icon-arrow::after {
    background-color: #fff;
  }
}

.btn--black .icon-arrow, .btn-submit .icon-arrow {
  color: #fff;
}

.btn--black .icon-arrow::before, .btn-submit .icon-arrow::before, .btn--black .icon-arrow::after, .btn-submit .icon-arrow::after {
  background-color: #fff;
}

.btn--white {
  background-color: #fff;
  color: #0e867e;
}

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

@media only screen and (min-width: 768px) {
  .btn--white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--white:hover {
    color: #fff;
    background-color: #13b4a9;
  }
  .btn--white:hover .icon-arrow {
    color: #fff;
  }
  .btn--white:hover .icon-arrow::before {
    background-color: #fff;
  }
  .btn--white:hover .icon-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .btn--white {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--white:hover {
    color: #fff;
    background-color: #13b4a9;
  }
  .btn--white:hover .icon-arrow {
    color: #fff;
  }
  .btn--white:hover .icon-arrow::before {
    background-color: #fff;
  }
  .btn--white:hover .icon-arrow::after {
    background-color: #fff;
  }
}

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

@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: #030303;
  }
  .btn--outline:hover .icon-arrow {
    color: #fff;
  }
  .btn--outline:hover .icon-arrow::before {
    background-color: #fff;
  }
  .btn--outline:hover .icon-arrow::after {
    background-color: #fff;
  }
}

@media print {
  .btn--outline {
    transition: all 0.25s ease;
    transition-property: background color;
  }
  .btn--outline:hover {
    color: #fff;
    background-color: #030303;
  }
  .btn--outline:hover .icon-arrow {
    color: #fff;
  }
  .btn--outline:hover .icon-arrow::before {
    background-color: #fff;
  }
  .btn--outline:hover .icon-arrow::after {
    background-color: #fff;
  }
}

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

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

.icon-arrow {
  position: absolute;
  display: block;
  letter-spacing: 0.05em;
  color: #0e867e;
  padding-right: 25px;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .icon-arrow {
    transition: all 0.2s linear;
  }
}

@media print {
  .icon-arrow {
    transition: all 0.2s linear;
  }
}

.icon-arrow::before, .icon-arrow::after {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #0e867e;
  height: 1px;
  width: 25px;
  right: 0;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .icon-arrow::before, .icon-arrow::after {
    transition: all 0.2s linear;
  }
}

@media print {
  .icon-arrow::before, .icon-arrow::after {
    transition: all 0.2s linear;
  }
}

.icon-arrow::after {
  width: 5px;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.icon-arrow .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0e867e;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .icon-arrow .circle {
    transition: all 0.25s linear;
  }
}

@media print {
  .icon-arrow .circle {
    transition: all 0.25s linear;
  }
}

.icon-arrow.back {
  padding-right: 0;
  padding-left: 30px;
}

.icon-arrow.back::before, .icon-arrow.back::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: auto;
  right: 0;
}

.icon-arrow.back::after {
  width: 5px;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.icon-arrow.back .circle {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}

a.txt-arrow {
  color: #030303;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  a.txt-arrow {
    transition: all 0.25s linear;
  }
  a.txt-arrow:hover .icon-arrow {
    color: #030303;
  }
  a.txt-arrow:hover .icon-arrow::before {
    right: -10px;
    width: 35px;
    background-color: #030303;
  }
  a.txt-arrow:hover .icon-arrow::after {
    right: -10px;
    background-color: #030303;
  }
  a.txt-arrow:hover .icon-arrow .circle {
    width: 13px;
    height: 13px;
    opacity: 0.6;
    background-color: #0e867e;
  }
  a.txt-arrow:hover .icon-arrow.back::before {
    right: auto;
    left: -10px;
  }
  a.txt-arrow:hover .icon-arrow.back::after {
    right: auto;
    left: -10px;
  }
  a.txt-arrow:hover .icon-arrow.back .circle {
    left: -10px;
  }
}

@media print {
  a.txt-arrow {
    transition: all 0.25s linear;
  }
  a.txt-arrow:hover .icon-arrow {
    color: #030303;
  }
  a.txt-arrow:hover .icon-arrow::before {
    right: -10px;
    width: 35px;
    background-color: #030303;
  }
  a.txt-arrow:hover .icon-arrow::after {
    right: -10px;
    background-color: #030303;
  }
  a.txt-arrow:hover .icon-arrow .circle {
    width: 13px;
    height: 13px;
    opacity: 0.6;
    background-color: #0e867e;
  }
  a.txt-arrow:hover .icon-arrow.back::before {
    right: auto;
    left: -10px;
  }
  a.txt-arrow:hover .icon-arrow.back::after {
    right: auto;
    left: -10px;
  }
  a.txt-arrow:hover .icon-arrow.back .circle {
    left: -10px;
  }
}

.txt-arrow {
  position: relative;
  display: inline-block;
  color: #aaa;
  line-height: 1;
  padding-right: 30px;
}

.txt-arrow .icon-arrow {
  top: 55%;
  right: 15px;
}

.txt-arrow--back {
  padding-right: 0;
  padding-left: 50px;
}

.txt-arrow--back .icon-arrow {
  right: auto;
  left: 15px;
}

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

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

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

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

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

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

.dl-horizontal {
  margin: 0;
}

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

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

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

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

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

.dl-sm dt {
  width: 4em;
}

.dl-sm dd {
  margin-left: -4em;
  padding-left: 4em;
}

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

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

.dl-bg dt {
  text-align: center;
  background-color: #0e867e;
  color: #fff;
  line-height: 1.2;
  padding: 0.1em 5px;
  margin-top: 0.2em;
}

.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: #2dbfb5;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
}

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

@media print {
  .dl-list dt:after {
    width: 5px;
    height: 5px;
  }
}

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

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

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

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

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

@media print {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

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

.show-sent {
  display: none;
}

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

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

@media print {
  .show-sent .row-tel {
    height: 50px;
  }
}

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

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

@media print {
  .show-sent .row-tel .txt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

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

@media print {
  .show-sent .row-tel .txt {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .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: 1200px) {
  #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;
}

@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;
  font-weight: 700;
  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%;
    font-weight: 500;
    width: 260px;
  }
}

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

#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 .txt-after {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
  width: 1em;
  margin-left: 5px;
  text-align: center;
}

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

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

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

#mail-form .row-fixed input {
  width: 90%;
  width: calc(100% - 1.5em);
  margin-right: 0.5em;
}

#mail-form .row-check-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#mail-form .row-check-catalog .col-radio {
  -ms-flex: 1;
      flex: 1;
}

#mail-form .row-check-catalog .col-input {
  text-align: right;
}

#mail-form .form-control {
  width: 100%;
  height: 35px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #eff3f2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  #mail-form .form-control {
    height: 50px;
    padding: 5px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  #mail-form .form-control {
    height: 50px;
    padding: 5px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#mail-form .form-control.input-inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

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

#mail-form select {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 50px;
  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: 100px;
    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: 100px;
    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 .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: 200px;
  }
}

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

#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='date'] {
  line-height: 40px;
}

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

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

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

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

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

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

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

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

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

.custom-wpcf7c-confirmed #mail-form select.wpcf7c-conf {
  border: none;
  background: none;
  direction: rtl;
  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: #0e867e;
  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: #d8254f;
}

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

.row-btns {
  overflow: hidden;
}

.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: #0e867e;
  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: #2be9dc;
}

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

/*
.grecaptcha-badge {
  visibility: hidden;
}
.recapture-text {
  margin-top: 24px;
  opacity: 0.65;
  @include fontsize(12);
  @include mq-custom(mq(sm)) {
    @include fontsize(13);
    text-align: center;
  }
  a {
    color: colors(main);
    text-decoration: underline;
  }
}
*/
.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: 3em;
  margin-bottom: 0.8em;
}

.list-number > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  font-style: italic;
  color: #d8254f;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  line-height: 1;
  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-bottom: 5px;
  line-height: 1.5;
  padding-left: 10px;
}

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

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

.list-simple li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0e867e;
  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-bottom: 0.2em;
  padding-left: 0.5em;
}

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

.list-simple.list-inline li {
  margin-right: 0.8em;
  display: inline-block;
}

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

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

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

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

#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(14, 134, 126, 0.2);
  border-right: 1px solid rgba(14, 134, 126, 0.2);
  border-bottom: 1px solid rgba(14, 134, 126, 0.2);
  border-left: 1px solid #0e867e;
  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;
}

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

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

.list-news__item:nth-child(odd) {
  background-color: #f5f7f7;
}

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

@media only screen and (min-width: 768px) {
  .list-news__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 25px;
    padding-right: 55px;
    min-height: 75px;
    overflow: hidden;
  }
}

@media print {
  .list-news__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 25px;
    padding-right: 55px;
    min-height: 75px;
    overflow: hidden;
  }
}

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

@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: #e8f0f0;
  }
  .list-news a.list-news__content:hover .icon-arrow {
    right: 15px;
  }
  .list-news a.list-news__content:hover .icon-arrow::before {
    width: 35px;
  }
}

@media print {
  .list-news a.list-news__content {
    transition: all 0.25s ease;
  }
  .list-news a.list-news__content:hover {
    background-color: #e8f0f0;
  }
  .list-news a.list-news__content:hover .icon-arrow {
    right: 15px;
  }
  .list-news a.list-news__content:hover .icon-arrow::before {
    width: 35px;
  }
}

.list-news a.list-news__content .icon-arrow {
  position: absolute;
  right: 5px;
  bottom: 10px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-news a.list-news__content .icon-arrow {
    right: 30px;
    top: 50%;
    bottom: auto;
  }
}

@media print {
  .list-news a.list-news__content .icon-arrow {
    right: 30px;
    top: 50%;
    bottom: auto;
  }
}

.list-news a.list-news__content::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  color: #0e867e;
  font-family: FontAwesome;
}

@media only screen and (min-width: 768px) {
  .list-news a.list-news__content::after {
    transition: all 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
    right: 10px;
  }
}

@media print {
  .list-news a.list-news__content::after {
    transition: all 0.25s ease;
    font-size: 20px;
    font-size: 2rem;
    right: 10px;
  }
}

.list-news a.list-news__content.icon-pdf .icon-arrow {
  display: none;
}

.list-news a.list-news__content.icon-pdf::after {
  content: '\f1c1';
}

.list-news a.list-news__content.icon-external .icon-arrow {
  display: none;
}

.list-news a.list-news__content.icon-external::after {
  content: '\f08e';
}

.list-news__thumb {
  width: 70px;
  margin-right: 10px;
}

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

@media print {
  .list-news__thumb {
    width: 120px;
    margin-right: 20px;
  }
}

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

.list-news__meta {
  line-height: 1.2;
  margin-bottom: 3px;
}

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

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

.list-news__cat {
  display: inline-block;
  min-width: 60px;
  padding: 2px 5px;
  color: #fff;
  font-size: 70%;
  letter-spacing: 0;
  margin-right: 1px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #2dbfb5;
}

.list-news__time {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 6px;
  margin-bottom: 3px;
  color: #030303;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
}

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

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

.list-news__new {
  display: inline-block;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #d8254f;
  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;
  }
}

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

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

.post-single .meta {
  line-height: 1.5;
}

.post-single .date,
.post-single time {
  display: inline-block;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #030303;
}

.post-single .cat {
  display: inline-block;
  min-width: 80px;
  padding: 2px 10px;
  color: #fff;
  font-size: 85%;
  letter-spacing: 0;
  margin-right: 1px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #2dbfb5;
}

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

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

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

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

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

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

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

.paging > span {
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  margin: 2px 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-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: #030303;
  transition: background-color 0.25s linear, color 0.25s linear;
}

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

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

.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: 1200px) {
  .pagination ul.page-numbers li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

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

.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #0e867e;
  background-color: #fff;
  color: #2dbfb5;
  font-family: "Montserrat", 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: #0e867e;
  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: #0e867e;
    color: #fff;
  }
}

@media print {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #0e867e;
    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-sm {
  padding: 20px 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .section-xxl {
    padding: 100px 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: #030303;
  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: #030303;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .list-sitemap > li > a:hover {
    background-color: #030303;
    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: #030303;
    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: #0e867e;
  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: #0e867e;
  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: #0e867e;
}

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

.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 #0e867e;
}

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

.table-lined {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #cecece;
}

@media only screen and (min-width: 768px) {
  .table-lined {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-lined {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-lined th,
.table-lined td {
  vertical-align: middle;
  padding: 10px 5px;
}

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

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

.table-lined thead th,
.table-lined thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-lined tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table-lined tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-lined tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-lined tbody th {
    width: 160px;
  }
}

@media print {
  .table-lined tbody th {
    width: 160px;
  }
}

.table-lined tbody td {
  font-size: 95%;
}

.table-lined .min {
  font-size: 90%;
}

.table-lined.table-min {
  line-height: 1.45;
}

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

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

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

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

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

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

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

@media print {
  .table-lined.table-min tbody th {
    height: auto;
  }
}

.table-lined tr {
  border-bottom: 1px solid #cecece;
}

.table-lined thead tr {
  background-color: #f3f3f3;
}

.table-lined tbody th {
  background-color: #eff3f2;
}

.table-lined.table-lined-th th {
  border-bottom: 1px solid #0e867e;
}

.table-lined.table-lined-th tr:first-child th {
  border-top: 1px solid #0e867e;
}

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

.table-flat {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .table-flat {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-flat {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-flat th,
.table-flat td {
  vertical-align: middle;
  padding: 10px 5px;
}

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

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

.table-flat thead th,
.table-flat thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-flat tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table-flat tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-flat tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-flat tbody th {
    width: 160px;
  }
}

@media print {
  .table-flat tbody th {
    width: 160px;
  }
}

.table-flat tbody td {
  font-size: 95%;
}

.table-flat .min {
  font-size: 90%;
}

.table-flat.table-min {
  line-height: 1.45;
}

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

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

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

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

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

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

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

@media print {
  .table-flat.table-min tbody th {
    height: auto;
  }
}

.table-flat thead th,
.table-flat thead td {
  background-color: #095853;
  color: #fff;
}

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

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

.table-flat tbody th {
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  background-color: #aaa;
}

.table-flat tbody td {
  vertical-align: middle;
  background-color: #f3f3f3;
}

.table-simple {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .table-simple {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-simple {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-simple th,
.table-simple td {
  vertical-align: middle;
  padding: 10px 5px;
}

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

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

.table-simple thead th,
.table-simple thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-simple tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

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

@media print {
  .table-simple tbody th {
    width: 130px;
    height: 80px;
  }
}

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

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

.table-simple tbody td {
  font-size: 95%;
}

.table-simple .min {
  font-size: 90%;
}

.table-simple.table-min {
  line-height: 1.45;
}

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

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

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

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

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

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

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

@media print {
  .table-simple.table-min tbody th {
    height: auto;
  }
}

.table-simple th,
.table-simple td {
  border-right: 1px solid #ddd;
}

.table-simple th.blank,
.table-simple td.blank {
  background-color: #fff !important;
}

.table-simple thead th {
  color: #fff;
  font-weight: bold;
  background-color: #0e867e;
}

.table-simple tbody tr {
  border-bottom: 1px solid #ddd;
}

.table-simple tbody th {
  color: #fff;
  background-color: #0e867e;
}

.table-price {
  line-height: 1.45;
}

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

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

.table-price th {
  font-size: 12px;
  font-size: 1.2rem;
}

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

@media print {
  .table-price th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

.table-price tbody th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

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

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

@media only screen and (min-width: 992px) {
  .table-price tbody th {
    width: 320px;
  }
}

@media print {
  .table-price tbody th {
    width: 320px;
  }
}

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

.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 {
  padding-left: 1em;
  text-indent: -1em;
}

.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: #0e867e;
  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 #2dbfb5;
  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: #0e867e;
}

.txt-blue2 {
  color: #2dbfb5;
}

.txt-black {
  color: #030303;
}

.txt-light {
  opacity: 0.4;
}

.txt-light2 {
  opacity: 0.8;
}

.txt-red {
  color: #d8254f;
}

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

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

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

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

.txt-marker {
  padding-bottom: 0.2em;
  background-image: linear-gradient(transparent 70%, #ffce6f 70%);
  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-section {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

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

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

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

.ttl-section--white .ttl-section__en::before {
  background-color: #fff;
}

.ttl-section__en {
  position: relative;
  font-size: 228%;
  padding-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

.ttl-section__ja {
  margin-top: 0.3em;
  font-size: 100%;
}

.ttl-horizontal {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}

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

@media print {
  .ttl-horizontal {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ttl-horizontal__en {
  position: relative;
  font-size: 228%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.ttl-horizontal__ja {
  margin-top: 0.3em;
  font-size: 100%;
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  opacity: 0.8;
}

.ttl-horizontal__ja::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 5%;
  height: 80%;
  width: 1px;
  background-color: #aaa;
  transform: skew(-30deg);
}

/* =====================
  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;
  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 {
  margin-top: 0;
}

.post-content h1 {
  background-color: #f3f3f3;
  padding: 1em;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .post-content h1 {
    border-left-width: 10px;
    font-size: 24px;
  }
}

@media print {
  .post-content h1 {
    border-left-width: 10px;
    font-size: 24px;
  }
}

.post-content h2 {
  background-color: #f3f3f3;
  padding: 1em;
  font-size: 20px;
}

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

@media print {
  .post-content h2 {
    font-size: 22px;
  }
}

.post-content h3 {
  position: relative;
  font-size: 18px;
  border-left: 3px solid #0e867e;
  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 #0e867e;
  padding: 0.3em 0.5em;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

.post-content blockquote {
  color: #666;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}

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

@media print {
  .post-content blockquote {
    font-size: 15px;
  }
}

.post-content blockquote.alignleft,
.post-content blockquote.alignright {
  font-size: 14px;
  font-size: 1.4rem;
  width: 34%;
}

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

.post-content pre {
  background: #eee;
  border-radius: 2px;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.post-content code,
.post-content kbd,
.post-content tt,
.post-content var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

.post-content abbr,
.post-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.post-content mark,
.post-content ins {
  background: #eee;
  text-decoration: none;
}

.post-content big {
  font-size: 125%;
}

.post-content blockquote,
.post-content q {
  quotes: '' '';
}

.post-content blockquote:before,
.post-content blockquote:after,
.post-content q:before,
.post-content q:after {
  content: '';
}

.post-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

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

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

.post-content ol h1,
.post-content ol h2,
.post-content ol h3,
.post-content ol h4,
.post-content ol h5,
.post-content ol h6 {
  border: none;
  padding: 0;
}

.post-content ol h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

@media print {
  .post-content ol h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.post-content ol h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

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

@media print {
  .post-content ol h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.post-content ol p {
  margin-bottom: 5px;
}

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

.post-content li > ul,
.post-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}

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

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

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

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

.post-content table {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f6f6f6;
  font-size: 11px;
  font-size: 1.1rem;
}

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

@media print {
  .post-content table {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.post-content table th,
.post-content table td {
  vertical-align: middle;
  padding: 10px 5px;
}

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

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

.post-content table thead th,
.post-content table thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.post-content table tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

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

@media print {
  .post-content table tbody th {
    width: 130px;
    height: 80px;
  }
}

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

@media print {
  .post-content table tbody th {
    width: 160px;
  }
}

.post-content table tbody td {
  font-size: 95%;
}

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

.post-content table.table-min {
  line-height: 1.45;
}

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

@media print {
  .post-content table.table-min {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

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

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

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

@media print {
  .post-content table.table-min tbody th {
    height: auto;
  }
}

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

@media print {
  .post-content table {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.post-content table th,
.post-content table td {
  vertical-align: middle;
  border-right: 1px solid #ddd;
  height: auto;
}

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

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

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

.post-content table thead tr {
  color: #fff;
  background-color: #0e867e;
}

.post-content table thead tr th,
.post-content table thead tr td {
  text-align: center;
}

.post-content table thead a {
  color: #fff;
  text-decoration: underline;
}

.post-content table tbody th {
  vertical-align: middle;
  color: #030303;
  background-color: #f3f3f3;
}

.post-content table tbody th,
.post-content table tbody td {
  height: auto;
}

.post-content a {
  color: #0e867e;
}

.post-content a:hover {
  color: #2dbfb5;
}

.post-content .btn-blue {
  color: #fff;
}

.post-content .btn-blue:hover {
  color: #fff;
}

.post-content a img {
  background: #fff;
  box-shadow: 0 0 0 6px #fff;
}

.post-content img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.post-content embed,
.post-content iframe,
.post-content object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sec-contact::after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  z-index: -1;
  background-color: #fff;
}

.sec-contact.light::after {
  background-color: #f3f3f3;
}

.sec-contact::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #eff3f2;
}

.sec-contact__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: #fff;
  padding: 30px 15px;
  padding-right: 50px;
  background: #030303;
}

@media only screen and (min-width: 768px) {
  .sec-contact__link {
    transition: all 0.25s ease;
    padding: 40px;
  }
  .sec-contact__link:hover {
    color: #fff;
    background-color: #444;
  }
  .sec-contact__link:hover .icon-arrow {
    right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sec-contact__link:hover .icon-arrow {
    right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-contact__link:hover .icon-arrow::before {
    right: 0;
    width: 60px;
  }
  .sec-contact__link:hover .icon-arrow > span {
    width: 20px;
    height: 20px;
  }
}

@media print {
  .sec-contact__link {
    transition: all 0.25s ease;
    padding: 40px;
  }
  .sec-contact__link:hover {
    color: #fff;
    background-color: #444;
  }
  .sec-contact__link:hover .icon-arrow {
    right: 10px;
  }
}

@media print {
  .sec-contact__link:hover .icon-arrow {
    right: 40px;
  }
}

@media print {
  .sec-contact__link:hover .icon-arrow::before {
    right: 0;
    width: 60px;
  }
  .sec-contact__link:hover .icon-arrow > span {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact__link {
    -ms-flex-direction: row;
        flex-direction: row;
    height: 230px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 60px;
  }
}

@media print {
  .sec-contact__link {
    -ms-flex-direction: row;
        flex-direction: row;
    height: 230px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-contact__link {
    padding-left: 100px;
  }
}

@media print {
  .sec-contact__link {
    padding-left: 100px;
  }
}

.sec-contact__ttl {
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}

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

@media print {
  .sec-contact__ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.sec-contact__txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .sec-contact__txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .sec-contact__txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .sec-contact__txt {
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-contact__txt {
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-contact__txt {
    margin-left: 60px;
  }
}

@media print {
  .sec-contact__txt {
    margin-left: 60px;
  }
}

.sec-contact__arrow {
  color: #fff;
  top: 50%;
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-contact__arrow {
    right: 60px;
    transition: all 0.2s linear;
  }
}

@media print {
  .sec-contact__arrow {
    right: 60px;
    transition: all 0.2s linear;
  }
}

.sec-contact__arrow::before, .sec-contact__arrow::after {
  background-color: #fff;
  width: 25px;
}

@media only screen and (min-width: 768px) {
  .sec-contact__arrow::before, .sec-contact__arrow::after {
    width: 40px;
  }
}

@media print {
  .sec-contact__arrow::before, .sec-contact__arrow::after {
    width: 40px;
  }
}

.sec-contact__arrow::after {
  width: 5px;
}

.sec-contact__arrow .circle {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .sec-contact__arrow .circle {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .sec-contact__arrow .circle {
    width: 30px;
    height: 30px;
  }
}

.footer {
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #eff3f2;
  padding-top: 30px;
}

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

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

.footer-top {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .footer-top {
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-top__info {
  margin-bottom: 20px;
}

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

@media print {
  .footer-top__info {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

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

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

.footer-top__logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-top__logo {
    margin-left: 0;
    text-align: left;
  }
}

@media print {
  .footer-top__logo {
    margin-left: 0;
    text-align: left;
  }
}

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

@media only screen and (min-width: 768px) {
  .footer-top__nav {
    border-top: none;
    padding-top: 0;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media print {
  .footer-top__nav {
    border-top: none;
    padding-top: 0;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.list-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .list-footer {
    width: 33%;
    padding-left: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .list-footer {
    width: 33%;
    padding-left: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

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

.list-footer li {
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .list-footer li {
    display: block;
    margin-top: 10px;
    border-top: none;
  }
  .list-footer li:first-child {
    margin-top: 0;
  }
}

@media print {
  .list-footer li {
    display: block;
    margin-top: 10px;
    border-top: none;
  }
  .list-footer li:first-child {
    margin-top: 0;
  }
}

.list-footer li a,
.list-footer li span {
  position: relative;
  color: #030303;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  padding: 15px 5px;
}

@media only screen and (min-width: 768px) {
  .list-footer li a,
  .list-footer li span {
    padding: 10px 0;
    font-weight: normal;
  }
}

@media print {
  .list-footer li a,
  .list-footer li span {
    padding: 10px 0;
    font-weight: normal;
  }
}

.list-footer li > ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-footer li > ul {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

.list-footer li > ul li {
  margin-top: 20px;
  width: 50%;
  padding-left: 1em;
  border: none;
}

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

@media print {
  .list-footer li > ul li {
    margin-top: 20px;
  }
  .list-footer li > ul li:first-child {
    margin-top: 20px;
  }
}

.list-footer li > ul li a {
  font-weight: normal;
  color: #333;
  padding: 0;
}

.footer-bottom {
  padding: 15px;
  background-color: #d9dcdb;
}

.copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #999;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}

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

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

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

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

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

/*=====================
  header
===================== */
/*=====================
  header
===================== */
@media only screen and (max-width: 767px) {
  .navbar-offcanvas .dropdown-menu {
    transition: none !important;
  }
  .navbar-offcanvas {
    width: 260px;
    width: calc(100vw - 50px);
    left: -260px;
    left: calc(-100vw + 50px);
    max-width: none;
    z-index: 990;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(calc(100vw - 50px));
  }
}

.header {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: transparent;
  height: 50px;
  z-index: 980;
  top: 0;
  width: 100%;
}

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

@media print {
  .header {
    transition: all 0.25s ease;
    height: 90px;
  }
}

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

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

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] {
    height: 60px;
  }
  .header[data-status='scrolled'] .header__logo {
    display: -ms-flexbox;
    display: flex;
  }
  .header[data-status='scrolled'] .header__logo > a {
    width: auto;
    height: auto;
    background-color: #fff;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 101.6px;
    height: 44.8px;
    background-image: url("assets/img/common/logo-xs.png");
  }
  .header[data-status='scrolled'] .nav-global__item > a,
  .header[data-status='scrolled'] .nav-global__item > span {
    color: #030303;
  }
}

@media print {
  .header[data-status='scrolled'] {
    height: 60px;
  }
  .header[data-status='scrolled'] .header__logo {
    display: -ms-flexbox;
    display: flex;
  }
  .header[data-status='scrolled'] .header__logo > a {
    width: auto;
    height: auto;
    background-color: #fff;
  }
  .header[data-status='scrolled'] .header__logo-inner {
    width: 101.6px;
    height: 44.8px;
    background-image: url("assets/img/common/logo-xs.png");
  }
  .header[data-status='scrolled'] .nav-global__item > a,
  .header[data-status='scrolled'] .nav-global__item > span {
    color: #030303;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    display: block;
    transition: all 0.25s ease;
  }
}

@media print {
  .header__logo {
    display: block;
    transition: all 0.25s ease;
  }
}

.header__logo > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
  .header__logo > a {
    width: 150px;
    height: 150px;
    background-color: #fff;
    transition: all 0.25s ease;
  }
}

@media print {
  .header__logo > a {
    width: 150px;
    height: 150px;
    background-color: #fff;
    transition: all 0.25s ease;
  }
}

.header__logo-inner {
  display: block;
  width: 85px;
  height: 37px;
  background-image: url("assets/img/common/logo-xs.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: 70px;
    height: 103px;
    background-image: url("assets/img/common/logo.png");
    transition: all 0.25s ease;
  }
}

@media print {
  .header__logo-inner {
    width: 70px;
    height: 103px;
    background-image: url("assets/img/common/logo.png");
    transition: all 0.25s ease;
  }
}

.header__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 800;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  background: #0e867e;
  height: 50px;
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}

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

@media print {
  .header__btn {
    display: none;
  }
}

.header__btn-icon img {
  width: 25px;
  height: auto;
}

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

@media print {
  .header__btn-icon img {
    width: 30px;
  }
}

.header__toggle {
  margin: 0;
  padding: 3px 8px 0;
  text-align: center;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #030303;
  color: #fff;
}

.header__toggle:hover, .header__toggle:focus, .header__toggle:active {
  background-color: #030303;
}

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

@media print {
  .header__toggle {
    display: none;
  }
}

.header__toggle-txt {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  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: 0 auto 6px;
  transition: all 0.25s ease;
}

.header__toggle.is-open .header__toggle-bar:nth-child(3) {
  opacity: 0;
}

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

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

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

@media print {
  .header__nav-wrapper {
    background-color: transparent;
  }
}

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

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

.nav-global {
  margin: 0 -15px;
}

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

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

.nav-global__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .nav-global__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

@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: #2dbfb5;
  }
  .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: #2dbfb5;
  }
  .nav-global__item:hover > a::after,
  .nav-global__item:hover > span::after {
    width: 100%;
  }
}

.nav-global__item > a,
.nav-global__item > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 5px 15px;
  height: 80px;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  color: #030303;
  text-decoration: none !important;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .nav-global__item > a,
  .nav-global__item > span {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 0 30px;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .nav-global__item > a,
  .nav-global__item > span {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 0 30px;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

@media only screen and (min-width: 768px) {
  .nav-global__item > a[data-isCurrent='true'],
  .nav-global__item > span[data-isCurrent='true'] {
    background-color: transparent;
  }
  .nav-global__item > a[data-isCurrent='true']::after,
  .nav-global__item > span[data-isCurrent='true']::after {
    width: 100%;
  }
}

@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--dropdown {
  position: inherit;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .nav-global__item--dropdown.is-open {
    z-index: 91;
  }
  .nav-global__item--dropdown.is-open > a,
  .nav-global__item--dropdown.is-open > span {
    background-color: #fff;
    color: #2dbfb5;
  }
}

@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: #fff;
    color: #2dbfb5;
  }
}

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

@media only screen and (min-width: 768px) {
  .dropdown-menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 91;
    padding: 60px 0 30px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
  }
}

@media print {
  .dropdown-menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 91;
    padding: 60px 0 30px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
  }
}

.dropdown-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}

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

@media print {
  .dropdown-nav {
    display: -ms-flexbox;
    display: flex;
  }
}

.dropdown-nav__item {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__item {
    display: block;
    width: 100%;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dropdown-nav__item:first-child {
    border-top: none;
  }
}

@media print {
  .dropdown-nav__item {
    display: block;
    width: 100%;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .dropdown-nav__item:first-child {
    border-top: none;
  }
}

.dropdown-nav__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 60px;
  width: 100%;
  color: #030303;
}

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

@media only screen and (min-width: 768px) {
  .dropdown-nav__item a {
    transition: all 0.25s linear;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
  .dropdown-nav__item a:hover {
    color: #2dbfb5;
  }
  .dropdown-nav__item a:hover .dropdown-nav__thumb img {
    transform: scale(1.03);
  }
}

@media print {
  .dropdown-nav__item a {
    transition: all 0.25s linear;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
  .dropdown-nav__item a:hover {
    color: #2dbfb5;
  }
  .dropdown-nav__item a:hover .dropdown-nav__thumb img {
    transform: scale(1.03);
  }
}

.dropdown-nav__thumb {
  display: -ms-flexbox;
  display: flex;
  width: 70px;
}

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

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

.dropdown-nav__thumb-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

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

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

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

.dropdown-nav__txt {
  position: relative;
  padding: 15px 10px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 1;
      flex: 1;
  white-space: wrap;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .dropdown-nav__txt {
    -ms-flex: auto;
        flex: auto;
    text-align: center;
  }
}

@media print {
  .dropdown-nav__txt {
    -ms-flex: auto;
        flex: auto;
    text-align: center;
  }
}

/* =====================
  MAIN VISUAL SLIDER
===================== */
.sec-mv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  transition: all 1s ease;
}

.sec-mv[data-status='active'] {
  opacity: 1;
}

.sec-mv[data-status='active'] .sec-mv__txt-en > p > span, .sec-mv[data-status='active'] .sec-mv__txt-ja > span {
  opacity: 1;
  transform: translateY(0);
}

.sec-mv #mv-mask {
  position: absolute;
}

.sec-mv #slider-masked {
  position: absolute;
  z-index: 20;
  left: 30%;
  bottom: -5%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  -webkit-clip-path: url(#clip-mv);
          clip-path: url(#clip-mv);
}

@media only screen and (min-width: 768px) {
  .sec-mv #slider-masked {
    left: 50%;
  }
}

@media print {
  .sec-mv #slider-masked {
    left: 50%;
  }
}

@media all and (-ms-high-contrast: none) {
  .sec-mv #slider-masked {
    display: none;
  }
}

.sec-mv #slider-masked li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  transition: all 1s ease;
}

.sec-mv #slider-masked li.active {
  opacity: 1;
}

.sec-mv #slider-masked li img {
  display: block;
}

.sec-mv__txt {
  position: absolute;
  left: 15px;
  top: 45%;
  z-index: 99;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt {
    top: 50%;
    bottom: auto;
    left: 10%;
    transform: translate(0, -50%);
  }
}

@media print {
  .sec-mv__txt {
    top: 50%;
    bottom: auto;
    left: 10%;
    transform: translate(0, -50%);
  }
}

.sec-mv__txt-en > p, .sec-mv__txt-ja {
  overflow: hidden;
}

.sec-mv__txt-en > p > span, .sec-mv__txt-ja > span {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.75s ease 1s, transform 0.75s ease 1s;
}

.sec-mv__txt-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: calc(55 * 1.5 / 1200 * 100vw);
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-en {
    font-size: calc(55 / 1200 * 100vw);
  }
}

@media print {
  .sec-mv__txt-en {
    font-size: calc(55 / 1200 * 100vw);
  }
}

@media only screen and (min-width: 1200px) {
  .sec-mv__txt-en {
    font-size: 55px;
  }
}

@media print {
  .sec-mv__txt-en {
    font-size: 55px;
  }
}

.sec-mv__txt-en p {
  line-height: 1.15;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}

.sec-mv__txt-en .lg {
  font-size: 165%;
}

.sec-mv__txt-en .bold {
  font-weight: 700;
}

.sec-mv__txt-en .wide {
  letter-spacing: 0.06em;
}

.sec-mv__txt-en .wide2 {
  letter-spacing: 0.04em;
}

.sec-mv__txt-ja {
  font-weight: 500;
  line-height: 1;
  margin-top: 1em;
  letter-spacing: 0.075em;
  font-size: calc(22 * 1.5 / 1200 * 100vw);
}

@media only screen and (min-width: 768px) {
  .sec-mv__txt-ja {
    font-size: calc(22 / 1200 * 100vw);
  }
}

@media print {
  .sec-mv__txt-ja {
    font-size: calc(22 / 1200 * 100vw);
  }
}

@media only screen and (min-width: 1200px) {
  .sec-mv__txt-ja {
    font-size: 22px;
  }
}

@media print {
  .sec-mv__txt-ja {
    font-size: 22px;
  }
}

.sec-mv__txt-ja > span {
  transition-delay: 1.4s;
}

.sec-mv #slider-mv2 {
  -webkit-clip-path: url(#clip-mv);
          clip-path: url(#clip-mv);
}

@keyframes cover {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.07) rotate(0.1deg);
  }
  90% {
    transform: scale(1) rotate(0.1deg);
  }
}

.sec-mv #slider-mv .sp-slide::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00132f;
  opacity: 0;
}

.sec-mv #slider-mv .sp-slide img {
  transform: scale(1) rotate(0.1deg);
  transition: transform 0.2s ease;
}

.sec-mv #slider-mv .sp-slide.sp-selected::after {
  animation: cover 4s linear infinite alternate;
}

.sec-mv #slider-mv .sp-slide.sp-selected img {
  animation: scale 5s ease infinite alternate;
}

.sec-mv #slider-mv .sp-buttons {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 15px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .sec-mv #slider-mv .sp-buttons {
    bottom: auto;
    width: auto;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
}

@media print {
  .sec-mv #slider-mv .sp-buttons {
    bottom: auto;
    width: auto;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
}

@keyframes scale-button {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.1;
    transform: scale(1.5);
  }
}

.sec-mv #slider-mv .sp-buttons .sp-button {
  position: relative;
  background-color: #fff;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .sec-mv #slider-mv .sp-buttons .sp-button {
    display: block;
    margin: 20px 0;
  }
}

@media print {
  .sec-mv #slider-mv .sp-buttons .sp-button {
    display: block;
    margin: 20px 0;
  }
}

.sec-mv #slider-mv .sp-buttons .sp-button::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(3);
}

.sec-mv #slider-mv .sp-buttons .sp-button.sp-selected-button {
  background-color: #fff;
}

.sec-mv #slider-mv .sp-buttons .sp-button.sp-selected-button::before {
  animation: scale-button 6s ease forwards;
}

@keyframes scrolldownanime {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 30px;
    opacity: 0.1;
  }
}

.sec-mv .control-scroll {
  position: absolute;
  bottom: 25px;
  left: 15px;
  transform-origin: left top;
  transform: rotate(90deg) translate(-100%, -100%);
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .sec-mv .control-scroll {
    left: auto;
    right: 0px;
    bottom: 40px;
    transform: rotate(90deg) translate(-100%, -550%);
  }
}

@media print {
  .sec-mv .control-scroll {
    left: auto;
    right: 0px;
    bottom: 40px;
    transform: rotate(90deg) translate(-100%, -550%);
  }
}

.sec-mv .control-scroll .txt {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif;
  font-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);
}

/* =====================
  subpage setting
===================== */
[data-aos='slide-cover'] > span {
  display: block;
}

[data-aos='slide-cover'] > span > span {
  position: relative;
  display: inline-block;
}

[data-aos='slide-cover'] > span > span::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #030303;
}

[data-aos='slide-cover'] > span > span > span {
  opacity: 0;
  transition: opacity 0.1s ease 0.5s;
}

[data-aos='slide-cover'].aos-animate > span > span::before {
  animation: slidecover 1s ease-in forwards;
}

[data-aos='slide-cover'].aos-animate > span > span > span {
  opacity: 1;
}

@keyframes slidecover {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
  60% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.pgttl {
  position: relative;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 15px;
  padding-top: 30px;
  height: 160px;
}

@media only screen and (min-width: 768px) {
  .pgttl {
    height: 380px;
    padding-top: 80px;
    padding-left: 5%;
  }
}

@media print {
  .pgttl {
    height: 380px;
    padding-top: 80px;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .pgttl {
    padding-left: 10%;
  }
}

@media print {
  .pgttl {
    padding-left: 10%;
  }
}

.pgttl::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 80%;
  height: 100%;
  top: 15%;
  left: 5%;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20width%3D%226%22%3E%3Ccircle%20cx%3D%22.5%22%20cy%3D%22.5%22%20fill%3D%22%23aaa%22%20r%3D%22.5%22%2F%3E%3C%2Fsvg%3E");
}

.pgttl__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  padding: 0;
  height: auto;
  background-color: #000;
  z-index: -1;
}

.pgttl__thumb img {
  opacity: 0.85;
}

.pgttl__en {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 6.5vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

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

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

@media print {
  .pgttl__en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.pgttl__en > span > span:before {
  background: #030303;
}

.pgttl__en .aos-txt {
  display: inline-block;
  background-color: #030303;
  color: #fff;
  padding: 2px 5px;
  min-width: 120px;
}

@media only screen and (min-width: 768px) {
  .pgttl__en .aos-txt {
    padding: 5px 30px;
    min-width: 240px;
  }
}

@media print {
  .pgttl__en .aos-txt {
    padding: 5px 30px;
    min-width: 240px;
  }
}

.pgttl__ja {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.pgttl__ja > span > span:before {
  background: #030303;
}

.pgttl__ja .aos-txt {
  line-height: 1.2;
  padding: 0 5px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .pgttl__ja .aos-txt {
    padding: 0 10px 0 30px;
  }
}

@media print {
  .pgttl__ja .aos-txt {
    padding: 0 10px 0 30px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

@media print {
  .breadcrumbs {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

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

.breadcrumbs ul li,
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-left: 8px;
  margin-left: 5px;
  position: relative;
  color: #666;
  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: 10px;
    margin-left: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    padding-left: 10px;
    margin-left: 8px;
    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: #030303;
  text-decoration: none !important;
}

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

@media print {
  .row-cat {
    display: -ms-flexbox;
    display: flex;
  }
}

.row-cat__ttl {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .row-cat__ttl {
    margin-right: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print {
  .row-cat__ttl {
    margin-right: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

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

@media print {
  .row-cat__list {
    -ms-flex: 1;
        flex: 1;
  }
}

.list-cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -2px;
  margin-right: -2px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .list-cat {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: -5px;
    margin-right: -5px;
  }
}

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

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

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

.list-cat > li {
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  vertical-align: middle;
}

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

@media print {
  .list-cat > li {
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .list-cat > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  .list-cat > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-cat > li.current-cat > a,
.list-cat > li.current-cat > span {
  color: #030303;
  border-color: #030303;
}

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

@media only screen and (min-width: 768px) {
  .list-cat > li > a,
  .list-cat > li > span {
    height: 60px;
    padding: 5px;
    transition: all 0.25s ease;
  }
  .list-cat > li > a:hover,
  .list-cat > li > span:hover {
    color: #0e867e;
  }
  .list-cat > li > a:hover::after,
  .list-cat > li > span:hover::after {
    width: 100%;
  }
}

@media print {
  .list-cat > li > a,
  .list-cat > li > span {
    height: 60px;
    padding: 5px;
    transition: all 0.25s ease;
  }
  .list-cat > li > a:hover,
  .list-cat > li > span:hover {
    color: #0e867e;
  }
  .list-cat > li > a:hover::after,
  .list-cat > li > span:hover::after {
    width: 100%;
  }
}

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

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

@media print {
  .row-company {
    display: -ms-flexbox;
    display: flex;
  }
}

.row-company .left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .row-company .left {
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
}

@media print {
  .row-company .left {
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
}

.row-company .thumb {
  padding-bottom: 55%;
}

@media only screen and (min-width: 768px) {
  .row-company .thumb {
    height: auto;
    padding: 0;
    margin-left: 15px;
    width: 35%;
  }
}

@media print {
  .row-company .thumb {
    height: auto;
    padding: 0;
    margin-left: 15px;
    width: 35%;
  }
}

@media only screen and (min-width: 992px) {
  .row-company .thumb {
    margin-left: 30px;
  }
}

@media print {
  .row-company .thumb {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-company .thumb {
    width: 460px;
  }
}

@media print {
  .row-company .thumb {
    width: 460px;
  }
}

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

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

@media print {
  .gmap-company {
    padding-bottom: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .gmap-company {
    padding-bottom: 480px;
  }
}

@media print {
  .gmap-company {
    padding-bottom: 480px;
  }
}

.gmap-company iframe,
.gmap-company object,
.gmap-company embed {
  position: absolute;
  left: 0;
  width: 100%;
  border: none;
  height: calc(100% + 400px);
  top: -200px;
  bottom: 0;
}

.dl-history {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  line-height: 1.5;
}

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

@media print {
  .dl-history {
    padding-left: 0;
  }
}

.dl-history::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  background-color: #0e867e;
  left: 6px;
  top: 7px;
  bottom: 0;
  opacity: 0.4;
}

@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 .inner::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #0e867e;
  background-color: #fff;
  left: 0;
  top: 0.5em;
}

.dl-history dt {
  position: relative;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .dl-history dt {
    text-align: right;
    float: left;
    width: 120px;
    position: relative;
    margin-bottom: 0;
    clear: both;
    padding-right: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .dl-history dt {
    text-align: right;
    float: left;
    width: 120px;
    position: relative;
    margin-bottom: 0;
    clear: both;
    padding-right: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dl-history dt::before {
  left: -12px;
}

@media only screen and (min-width: 768px) {
  .dl-history dt::before {
    content: none;
  }
}

@media print {
  .dl-history dt::before {
    content: none;
  }
}

.dl-history dt .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 150%;
  color: #0e867e;
  -moz-font-feature-settings: 'palt';
       font-feature-settings: 'palt';
  display: inline-block;
  margin-right: 0.2em;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.dl-history dt .number2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 125%;
  color: #0e867e;
  display: inline-block;
  margin-right: 0.1em;
  line-height: 1.2;
  margin-left: 0.2em;
}

.dl-history dd {
  position: relative;
  margin: 0;
  z-index: 2;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .dl-history dd {
    float: left;
    width: 100%;
    margin-left: -120px;
    padding-left: 120px;
  }
}

@media print {
  .dl-history dd {
    float: left;
    width: 100%;
    margin-left: -120px;
    padding-left: 120px;
  }
}

.dl-history dd .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .dl-history dd .inner {
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

@media print {
  .dl-history dd .inner {
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

.dl-history dd .inner::before {
  content: none;
}

@media only screen and (min-width: 768px) {
  .dl-history dd .inner::before {
    content: ' ';
    width: 11px;
    height: 11px;
    left: 0;
    z-index: 2;
  }
}

@media print {
  .dl-history dd .inner::before {
    content: ' ';
    width: 11px;
    height: 11px;
    left: 0;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .dl-history dd .inner::after {
    position: absolute;
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #0e867e;
    left: 5px;
    top: 0;
    bottom: -5px;
  }
}

@media print {
  .dl-history dd .inner::after {
    position: absolute;
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #0e867e;
    left: 5px;
    top: 0;
    bottom: -5px;
  }
}

.dl-history dd .inner .thumb {
  float: left;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .dl-history dd .inner .thumb {
    width: 80px;
  }
}

@media print {
  .dl-history dd .inner .thumb {
    width: 80px;
  }
}

.dl-history dd .inner .content {
  float: left;
  width: 100%;
  margin-left: -60px;
  padding-left: 70px;
}

@media only screen and (min-width: 768px) {
  .dl-history dd .inner .content {
    margin-left: -80px;
    padding-left: 90px;
  }
}

@media print {
  .dl-history dd .inner .content {
    margin-left: -80px;
    padding-left: 90px;
  }
}

.dl-history .first .inner::after {
  top: 10px;
  bottom: -5px;
}

.dl-history .txt-min {
  font-size: 80%;
}

.dl-history .txt-description {
  font-size: 92%;
  opacity: 0.85;
  padding-left: 0.8em;
}

.dl-history .img-lightcase::after {
  line-height: 12px;
  width: 12px;
  height: 12px;
  background-color: #0e867e;
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .dl-history .img-lightcase::after {
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .dl-history .img-lightcase::after {
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.table-company {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  border-top: 1px solid #cecece;
}

@media only screen and (min-width: 768px) {
  .table-company {
    display: table;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media print {
  .table-company {
    display: table;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.table-company tr {
  display: block;
  border-bottom: 1px solid #cecece;
}

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

@media print {
  .table-company tr {
    display: table-row;
  }
}

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

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

.table-company th,
.table-company td {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-company th,
  .table-company td {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print {
  .table-company th,
  .table-company td {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-company tbody {
  display: block;
}

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

@media print {
  .table-company tbody {
    display: table-row-group;
  }
}

.table-company tbody th {
  text-align: left;
  font-weight: 600;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .table-company tbody th {
    white-space: nowrap;
    padding: 15px;
    padding-left: 0;
    width: 130px;
    height: 65px;
    border-bottom: 1px solid #030303;
  }
}

@media print {
  .table-company tbody th {
    white-space: nowrap;
    padding: 15px;
    padding-left: 0;
    width: 130px;
    height: 65px;
    border-bottom: 1px solid #030303;
  }
}

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

@media print {
  .table-company tbody th {
    width: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .table-company tbody th {
    width: 180px;
  }
}

@media print {
  .table-company tbody th {
    width: 180px;
  }
}

.table-company tbody td {
  padding: 10px;
  padding-top: 5px;
}

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

@media print {
  .table-company tbody td {
    padding: 15px;
  }
}

.sec-about-sub {
  position: relative;
  z-index: 30;
  padding-top: 40px;
  padding-bottom: 30px;
}

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

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

.sec-about-sub__lead {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

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

@media print {
  .sec-about-sub__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-about-sub__txt {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .sec-about-sub__txt {
    margin-top: 30px;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-about-sub__txt {
    margin-top: 30px;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-about-sub::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 250px;
  height: 259px;
  background: url(assets/img/common/logo-brand.png);
  background-position: center center;
  background-size: cover;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.05;
}

@media only screen and (min-width: 768px) {
  .sec-about-sub::before {
    width: 500px;
    height: 518px;
    top: 65%;
  }
}

@media print {
  .sec-about-sub::before {
    width: 500px;
    height: 518px;
    top: 65%;
  }
}

.block-office {
  position: relative;
  padding-bottom: 83%;
}

@media only screen and (min-width: 1480px) {
  .block-office {
    padding-bottom: 1180px;
  }
}

@media print {
  .block-office {
    padding-bottom: 1180px;
  }
}

.block-office__bg {
  position: absolute;
  content: ' ';
  display: block;
  top: 8vw;
  bottom: 12vw;
  right: 0;
  left: 15%;
  background: url(assets/img/common/bg-office.jpg);
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 1480px) {
  .block-office__bg {
    top: 120px;
    bottom: 280px;
  }
}

@media print {
  .block-office__bg {
    top: 120px;
    bottom: 280px;
  }
}

.block-office__img {
  position: absolute;
  width: 100px;
}

.block-office__img-01 {
  left: 0;
  width: 60%;
  top: 15vw;
}

@media only screen and (min-width: 1480px) {
  .block-office__img-01 {
    top: 220px;
    width: 740px;
  }
}

@media print {
  .block-office__img-01 {
    top: 220px;
    width: 740px;
  }
}

.block-office__img-01 .block-office__img-inner {
  padding-bottom: 64.8%;
}

.block-office__img-02 {
  top: 0;
  right: 10%;
  width: 30%;
}

@media only screen and (min-width: 1480px) {
  .block-office__img-02 {
    width: 460px;
    right: 18%;
  }
}

@media print {
  .block-office__img-02 {
    width: 460px;
    right: 18%;
  }
}

.block-office__img-02 .block-office__img-inner {
  padding-bottom: 78.2%;
}

.block-office__img-03 {
  left: 19%;
  width: 25%;
  bottom: 0;
}

@media only screen and (min-width: 1480px) {
  .block-office__img-03 {
    width: 360px;
  }
}

@media print {
  .block-office__img-03 {
    width: 360px;
  }
}

.block-office__img-03 .block-office__img-inner {
  padding-bottom: 107.5%;
}

.block-office__img-04 {
  right: 12%;
  width: 28%;
  bottom: 12%;
}

@media only screen and (min-width: 1480px) {
  .block-office__img-04 {
    width: 520px;
    bottom: 200px;
    right: 15%;
  }
}

@media print {
  .block-office__img-04 {
    width: 520px;
    bottom: 200px;
    right: 15%;
  }
}

.block-office__img-04 .block-office__img-inner {
  padding-bottom: 75%;
}

.block-office__img-05 {
  top: 25%;
  right: 5%;
  width: 18%;
}

@media only screen and (min-width: 1480px) {
  .block-office__img-05 {
    width: 280px;
    right: 6%;
  }
}

@media print {
  .block-office__img-05 {
    width: 280px;
    right: 6%;
  }
}

.block-office__img-05 .block-office__img-inner {
  padding-bottom: 110.7%;
}

.list-service-detail {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #030303;
}

.list-service-detail > li {
  border-bottom: 1px solid #030303;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .list-service-detail > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print {
  .list-service-detail > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.list-service-detail__icon {
  text-align: center;
  margin-bottom: 10px;
}

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

@media print {
  .list-service-detail__icon {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.list-service-detail__icon img {
  width: 100px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .list-service-detail__icon img {
    width: 100px;
  }
}

@media print {
  .list-service-detail__icon img {
    width: 100px;
  }
}

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

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

.list-service-detail__ttl {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .list-service-detail__ttl {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .list-service-detail__ttl {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-service-detail__txt {
  margin-top: 0.5em;
  line-height: 1.5;
}

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

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

.flex-row__btn {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .flex-row__btn {
    text-align: right;
    margin-top: 0;
    position: 30px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media print {
  .flex-row__btn {
    text-align: right;
    margin-top: 0;
    position: 30px;
    margin-left: auto;
    margin-right: 0;
  }
}

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

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

.row-service__txt {
  width: 100%;
}

.row-service__thumb {
  width: 100%;
  margin-top: 15px;
}

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

@media print {
  .row-service__thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .row-service__thumb {
    margin-top: 0;
    margin-left: 60px;
  }
}

@media print {
  .row-service__thumb {
    margin-top: 0;
    margin-left: 60px;
  }
}

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

/* =====================
  top page
===================== */
@media only screen and (min-width: 768px) {
  .sec-about {
    display: -ms-flexbox;
    display: flex;
    height: 520px;
  }
}

@media print {
  .sec-about {
    display: -ms-flexbox;
    display: flex;
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-about {
    height: 640px;
  }
}

@media print {
  .sec-about {
    height: 640px;
  }
}

.sec-about__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: right 0 bottom 10%;
  background-image: url(assets/img/common/bg-about-top.jpg);
}

@media only screen and (min-width: 768px) {
  .sec-about__ttl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    background-position: right center;
    padding-top: 120px;
    padding-bottom: 60px;
    width: 35%;
  }
}

@media print {
  .sec-about__ttl {
    -ms-flex-pack: start;
        justify-content: flex-start;
    background-position: right center;
    padding-top: 120px;
    padding-bottom: 60px;
    width: 35%;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-about__ttl {
    padding-top: 210px;
    padding-bottom: 80px;
    padding-left: calc((100vw - 1200px) / 2);
  }
}

@media print {
  .sec-about__ttl {
    padding-top: 210px;
    padding-bottom: 80px;
    padding-left: calc((100vw - 1200px) / 2);
  }
}

.sec-about__ttl-inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-about__ttl-inner {
    padding-right: 30px;
  }
}

@media print {
  .sec-about__ttl-inner {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-about__ttl-inner {
    padding-right: 60px;
  }
}

@media print {
  .sec-about__ttl-inner {
    padding-right: 60px;
  }
}

.sec-about__content {
  position: relative;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .sec-about__content {
    -ms-flex: 1;
        flex: 1;
    padding-top: 120px;
    padding-bottom: 60px;
    padding-right: calc((100vw - 1200px) / 2);
  }
}

@media print {
  .sec-about__content {
    -ms-flex: 1;
        flex: 1;
    padding-top: 120px;
    padding-bottom: 60px;
    padding-right: calc((100vw - 1200px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .sec-about__content {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}

@media print {
  .sec-about__content {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}

.sec-about__content-inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .sec-about__content-inner {
    padding-left: 30px;
  }
}

@media print {
  .sec-about__content-inner {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-about__content-inner {
    padding-left: 60px;
  }
}

@media print {
  .sec-about__content-inner {
    padding-left: 60px;
  }
}

.sec-about__lead {
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}

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

@media print {
  .sec-about__lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-about__txt {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .sec-about__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .sec-about__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-about__deco {
  position: absolute;
  top: 0;
  right: -5%;
  z-index: -1;
}

.sec-about__deco img {
  width: 80vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sec-about__deco img {
    width: 50vw;
  }
}

@media print {
  .sec-about__deco img {
    width: 50vw;
  }
}

@media only screen and (min-width: 1480px) {
  .sec-about__deco img {
    width: 1005px;
  }
}

@media print {
  .sec-about__deco img {
    width: 1005px;
  }
}

.sec-service {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eff3f2;
}

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

@media print {
  .sec-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

@media print {
  .sec-service {
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

@media only screen and (min-width: 992px) {
  .sec-service::before {
    position: absolute;
    content: ' ';
    display: block;
    background-color: #0e867e;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.5;
  }
}

@media print {
  .sec-service::before {
    position: absolute;
    content: ' ';
    display: block;
    background-color: #0e867e;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.5;
  }
}

.sec-service__content {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .sec-service__content {
    background-position: right center;
    width: 50%;
  }
}

@media print {
  .sec-service__content {
    background-position: right center;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-service__content {
    width: 48%;
    padding-left: calc((100vw - 1200px) / 2);
  }
}

@media print {
  .sec-service__content {
    width: 48%;
    padding-left: calc((100vw - 1200px) / 2);
  }
}

.sec-service__content-inner {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media print {
  .sec-service__content-inner {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-service__content-inner {
    padding-right: 80px;
  }
}

@media print {
  .sec-service__content-inner {
    padding-right: 80px;
  }
}

.sec-service__txt {
  margin-top: 10px;
}

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

@media print {
  .sec-service__txt {
    margin-top: 20px;
  }
}

.sec-service__list {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .sec-service__list {
    margin-top: 40px;
  }
}

@media print {
  .sec-service__list {
    margin-top: 40px;
  }
}

.sec-service__slider {
  position: relative;
  display: none;
}

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

@media print {
  .sec-service__slider {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-service__slider-list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  list-style: none;
}

.sec-service__slider-list li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
}

.sec-service__slider-list li.active {
  z-index: 10;
}

.sec-service__slider-list li.active .sec-service__slider-img {
  opacity: 1;
  transform: scale(1.08) translate(-4%, -2%);
}

.sec-service__slider-list .sec-service__slider-img {
  height: 100%;
  padding: 0;
  opacity: 0;
  transform-origin: left top;
  transform: scale(1.06);
  transition: opacity 0.4s ease, transform 2s ease-out;
}

.list-service {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-service__item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

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

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

.list-service__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 65px;
  width: 100%;
  color: #030303;
}

.list-service__item a:active, .list-service__item a:focus {
  color: #030303;
}

@media only screen and (min-width: 768px) {
  .list-service__item a {
    height: 100px;
    transition: all 0.25s linear;
  }
  .list-service__item a:hover {
    color: #030303;
  }
  .list-service__item a:hover .list-service__thumb img {
    transform: scale(1.03);
  }
  .list-service__item a:hover .list-service__ja {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .list-service__item a:hover .icon-arrow {
    right: 15px;
  }
  .list-service__item a:hover .icon-arrow::before {
    width: 35px;
  }
  .list-service__item a:hover .icon-arrow .circle {
    width: 13px;
    height: 13px;
    opacity: 0.6;
    background-color: #0e867e;
  }
}

@media print {
  .list-service__item a {
    height: 100px;
    transition: all 0.25s linear;
  }
  .list-service__item a:hover {
    color: #030303;
  }
  .list-service__item a:hover .list-service__thumb img {
    transform: scale(1.03);
  }
  .list-service__item a:hover .list-service__ja {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .list-service__item a:hover .icon-arrow {
    right: 15px;
  }
  .list-service__item a:hover .icon-arrow::before {
    width: 35px;
  }
  .list-service__item a:hover .icon-arrow .circle {
    width: 13px;
    height: 13px;
    opacity: 0.6;
    background-color: #0e867e;
  }
}

@media only screen and (min-width: 992px) {
  .list-service__item a {
    height: 80px;
  }
}

@media print {
  .list-service__item a {
    height: 80px;
  }
}

.list-service__thumb {
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-right: 10px;
}

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

@media print {
  .list-service__thumb {
    width: 150px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .list-service__thumb {
    display: none;
  }
}

@media print {
  .list-service__thumb {
    display: none;
  }
}

.list-service__thumb-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
  .list-service__thumb-inner {
    height: 0;
    padding-bottom: 66.666%;
  }
}

@media print {
  .list-service__thumb-inner {
    height: 0;
    padding-bottom: 66.666%;
  }
}

.list-service__thumb-inner img {
  transition: all 0.25s ease;
}

.list-service__txt {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex: 1;
      flex: 1;
  white-space: wrap;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

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

@media print {
  .list-service__txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-service__txt .icon-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-service__txt .icon-arrow {
    right: 30px;
  }
}

@media print {
  .list-service__txt .icon-arrow {
    right: 30px;
  }
}

.list-service__txt .icon-arrow .circle {
  opacity: 1;
  background-color: #fff;
}

.list-service__en {
  position: relative;
  z-index: 1;
  color: #0e867e;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 75%;
}

.list-service__ja {
  position: relative;
  z-index: 1;
}

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

@media print {
  .list-service__ja {
    transition: all 0.25s ease;
  }
}

.sec-company {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 230px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sec-company {
    height: 480px;
  }
}

@media print {
  .sec-company {
    height: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .sec-company {
    height: 560px;
  }
}

@media print {
  .sec-company {
    height: 560px;
  }
}

.sec-company__thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(assets/img/common/bg-company-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec-company__container {
  position: relative;
  width: 100%;
}

.sec-company__container::before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 15px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .sec-company__container::before {
    left: auto;
    right: calc(100% - 15px);
    width: 50vw;
  }
}

@media print {
  .sec-company__container::before {
    left: auto;
    right: calc(100% - 15px);
    width: 50vw;
  }
}

.sec-company__content {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  z-index: 10;
  padding: 15px 30px 10px 0;
}

@media only screen and (min-width: 768px) {
  .sec-company__content {
    padding: 30px 80px 15px 0;
  }
}

@media print {
  .sec-company__content {
    padding: 30px 80px 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  .sec-company__content {
    padding: 60px 150px 30px 0;
  }
}

@media print {
  .sec-company__content {
    padding: 60px 150px 30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-company__content {
    padding-right: 200px;
  }
}

@media print {
  .sec-company__content {
    padding-right: 200px;
  }
}

.sec-company__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.sec-company__btn {
  margin-top: 15px;
}

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

@media print {
  .sec-company__btn {
    margin-top: 30px;
  }
}

.sec-news {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media print {
  .sec-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@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__ttl {
  position: relative;
  margin-bottom: 20px;
}

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

@media print {
  .sec-news__ttl {
    margin-bottom: 30px;
  }
}

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

@media print {
  .sec-news__ttl {
    width: 180px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-news__ttl {
    width: 260px;
  }
}

@media print {
  .sec-news__ttl {
    width: 260px;
  }
}

.sec-news__content {
  position: relative;
}

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

@media print {
  .sec-news__content {
    -ms-flex: 1;
        flex: 1;
  }
}
