@charset "UTF-8";

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  src: url("../fonts/HiraKakuPro-W3-AlphaNum.eot");
  src: url("../fonts/HiraKakuPro-W3-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraKakuPro-W3-AlphaNum.woff2") format("woff2"), url("../fonts/HiraKakuPro-W3-AlphaNum.woff") format("woff"), url("../fonts/HiraKakuPro-W3-AlphaNum.ttf") format("truetype"), url("../fonts/HiraKakuPro-W3-AlphaNum.svg#HiraKakuPro-W3-AlphaNumcr") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  src: url("../fonts/HiraKakuPro-W6-AlphaNum.eot");
  src: url("../fonts/HiraKakuPro-W6-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraKakuPro-W6-AlphaNum.woff2") format("woff2"), url("../fonts/HiraKakuPro-W6-AlphaNum.woff") format("woff"), url("../fonts/HiraKakuPro-W6-AlphaNum.ttf") format("truetype"), url("../fonts/HiraKakuPro-W6-AlphaNum.svg#HiraKakuPro-W6-AlphaNumcr") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: '71mksd1ab';
  src: url("../fonts/71mksd1ab.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/71mksd1ab.eot?#iefix") format("embedded-opentype"), url("../fonts/71mksd1ab.woff2") format("woff2"), url("../fonts/71mksd1ab.woff") format("woff"), url("../fonts/71mksd1ab.ttf") format("truetype"), url("../fonts/71mksd1ab.svg#71mksd1abcr") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}

/* Specification */
/* reset css */
* {
  -webkit-text-size-adjust: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  position: relative;
  background: #fff;
  color: #003984;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}

input,
textarea,
select {
  color: #003984;
  vertical-align: middle;
  font: 100% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: .3s all;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form__control {
  -webkit-appearance: none;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

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

*::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

table {
  border-collapse: collapse;
}

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

/* styles */
.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  transition: margin .5s;
  padding-top: 70px;
}

.page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 991px) {
  .container {
    padding: 0 10px;
  }
}

.container_fluid {
  max-width: 100%;
  padding: 0;
}

.container:after {
  content: '';
  display: block;
  clear: both;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.mb {
  display: none;
}

.pc {
  display: block;
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .mb {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

/* Smartphone */
@media only screen and (max-width: 768px) {
  .mb {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

.img-to-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.img-to-bg>img {
  display: none;
}

/*typography*/
h1,
.h1 {
  font-size: 30px;
  line-height: 1.25;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: 0.2em;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.25;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.19em;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {

  h2,
  .h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 16px;
    line-height: 26px;
  }
}

h3,
.h3 {
  font-size: 31px;
  line-height: 1.25;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
  color: #003984;
  text-align: left;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.25;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 0 0 25px;
}

p {
  margin: 0;
}

/*end typography*/
/* styles end */
/* buttons */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 38px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  background: #003984;
}

@media (max-width: 767px) {
  .btn {
    max-width: 100%;
    padding: 15px 38px;
  }
}

.btn.active:focus,
.btn.active:hover,
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none;
  outline: none;
}

.btn-default {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  box-shadow: 0 0 4px 1px rgba(255, 102, 0, 0.7);
}

/*end btn*/
/* buttons */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 38px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  background: #003984;
}

@media (max-width: 767px) {
  .btn {
    max-width: 100%;
    padding: 15px 38px;
  }
}

.btn.active:focus,
.btn.active:hover,
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none;
  outline: none;
}

.btn-default {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  box-shadow: 0 0 4px 1px rgba(255, 102, 0, 0.7);
}

/*end btn*/
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* layout parts */
/* header */
.header-page {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 200;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  height: 70px;
}

.header-page .container {
  padding: 0 21px 0 10px;
}

.logo {
  float: left;
  width: 295px;
  height: 70px;
  background: url("../images/logo.png") no-repeat 50% 50%;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
}

@media (max-width: 364px) {
  .logo {
    width: 85%;
  }
}

.logo__link {
  display: block;
  min-height: 100%;
}

.open-menu {
  width: 51px;
  height: 49px;
  border-radius: 5px;
  background: #e60012;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 100;
}

@media (max-width: 991px) {
  .open-menu {
    display: block;
    right: 4px;
  }
}

@media (max-width: 767px) {
  .open-menu {
    top: 10px;
  }
}

.open-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 50%;
  margin-left: -15px;
  border-radius: 10px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  overflow: hidden;
  vertical-align: center;
}

.open-menu span:after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  transition: all .3s ease-out;
}

.open-menu span:nth-child(1) {
  top: 12px;
  width: 30px;
}

.open-menu span:nth-child(2),
.open-menu span:nth-child(3) {
  top: 23px;
  width: 30px;
}

.open-menu span:nth-child(4) {
  top: 34px;
  width: 30px;
}

.open-menu:hover span:after {
  width: 100%;
}

@media (max-width: 991px) {
  .menu-opened {
    overflow: hidden;
  }

  .menu-opened .open-menu {
    right: 3px;
    background: #003984;
  }

  .menu-opened .open-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    margin-left: -10px;
  }

  .menu-opened .open-menu span:nth-child(2) {
    transform: rotate(45deg);
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
  }

  .menu-opened .open-menu span:nth-child(3) {
    height: 2px;
    transform: rotate(-45deg);
    width: 30px;
    left: 50%;
    margin-left: -15px;
  }

  .menu-opened .open-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    margin-left: -10px;
  }
}

.menu-opened .main-nav {
  opacity: 1;
  right: 0;
  top: 71px;
}

.menu-opened .fader {
  opacity: .45;
  visibility: visible;
}

.menu-opened .nav {
  width: 100%;
}

.menu-opened .nav .menu {
  margin-right: 0;
}

@media (max-width: 991px) {
  .menu-opened .nav .menu {
    flex-direction: column;
  }
}

.menu-opened .nav .menu__item a {
  display: inline-block;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 600;
  padding: 24px 0 20px 53px;
  text-transform: uppercase;
  color: #333;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #b7b8b9;
  transition: all 0s;
}

.menu-opened .nav .menu__item a:active,
.menu-opened .nav .menu__item a:focus,
.menu-opened .nav .menu__item a:hover {
  color: #333;
  transition: all 0s;
  background: none !important;
}

.menu-opened .nav .menu__item a:before {
  transition: all 0s;
  display: none !important;
}

@media (max-width: 399px) {
  .menu-opened .nav .menu__item a {
    padding: 24px 0 20px 38px;
  }
}

.menu-opened .nav .menu__item a:after {
  content: '';
  position: absolute;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: 39% 59%;
  top: 50%;
  margin-top: -16px;
  width: 28px;
  height: 32px;
}

.menu-opened .nav .menu__item a span {
  position: relative;
  z-index: 5;
}

.menu-opened .nav .menu li:last-child a {
  border-bottom: none;
}

.fader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 75;
  cursor: pointer;
}

.menu {
  display: flex;
  margin-right: -18px;
}

@media (max-width: 991px) {
  .menu {
    flex-direction: column;
  }
}

.menu__item a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  padding: 27px 17px 27px 17px;
  text-transform: uppercase;
  color: #333;
  position: relative;
}

.menu__item a:hover {
  color: #fff;
}

.menu__item a span {
  position: relative;
  z-index: 5;
}

@media (max-width: 1199px) {
  .menu__item a {
    font-size: 13px;
  }
}

/* main-nav */
.main-nav {
  float: right;
}

@media (max-width: 991px) {
  .main-nav {
    display: block;
    position: fixed;
    top: 71px;
    padding: 0 25px;
    right: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    transition: right .5s;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) and (max-width: 399px) {
  .main-nav {
    padding: 0 5px;
  }
}

/* footer */
.footer-page {
  background: #e60012;
  padding: 12px 0px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .footer-page {
    font-size: 8px;
    line-height: 14px;
  }
}

/* components */
.animate__bottom .news__item-text-info-item {
  position: relative;
}

.animate__bottom .news__item-text-info-item:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.animate__bottom .news__item-text-info-item:hover {
  border-bottom: 1px solid transparent;
}

.animate__bottom:hover .news__item-text-info-item:after {
  transform: scaleX(1);
  transform-origin: left;
}

.animate_btn {
  position: relative;
  right: 0;
}

.animate_btn:hover {
  color: #fff;
}

.animate_btn:active {
  color: #fff;
  background: #003984;
}

.animate_btn:focus {
  color: #fff;
  background: #003984;
}

.animate_btn .active {
  color: #fff;
  background: #003984;
}

.animate_btn span {
  white-space: nowrap;
  transition: all 0.3s;
}

.btn1:before,
.btn1:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
}

.animate_btn:before {
  z-index: 1;
  opacity: 0;
  background: #003984;
  transform: scale(0.1, 1);
  border-radius: 0;
}

.animate_btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.animate_btn:active:before {
  opacity: 1;
  transform: scale(1, 1);
}

.animate_btn:after {
  transition: all 0.3s;
}

.animate_btn:hover:after {
  transform: scale(1, 0.1);
  opacity: 0;
}

.animate_red {
  position: relative;
  right: 0;
  border: 1px solid transparent;
}

.animate_red:hover {
  color: #fff;
  border: 1px solid #e60012;
}

.animate_red .span {
  white-space: nowrap;
  transition: all 0.3s;
}

.btn3::before,
.btn3::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
}

.animate_red::before {
  z-index: 1;
  opacity: 0;
  background: #fff;
  transform: scale(0.1, 1);
  border-radius: 0;
}

.animate_red:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.animate_red::after {
  transition: all 0.3s;
}

.animate_red:hover::after {
  transform: scale(1, 0.1);
  opacity: 0;
}

.animate_btn-white {
  position: relative;
  right: 0;
  border: 1px solid transparent;
}

.animate_btn-white:hover {
  color: #003984;
  border: 1px solid #003984;
}

.animate_btn-white span {
  white-space: nowrap;
  transition: all 0.3s;
}

.btn2::before,
.btn2::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
}

.animate_btn-white::before {
  z-index: 1;
  opacity: 0;
  background: #fff;
  transform: scale(0.1, 1);
  border-radius: 0;
}

.animate_btn-white:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.animate_btn-white::after {
  transition: all 0.3s;
}

.animate_btn-white:hover::after {
  transform: scale(1, 0.1);
  opacity: 0;
}

.first {
  position: relative;
}

.first__title {
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  max-width: 55%;
  min-width: 55%;
  max-height: 300px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 575px) {
  .first__title {
    top: 49%;
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .first__title {
    top: 40%;
  }
}

.first-block img {
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .first-block img {
    width: 100%;
  }
}

.first-block img:nth-child(1) {
  display: block;
}

@media (max-width: 575px) {
  .first-block img:nth-child(1) {
    display: none;
  }
}

.first-block img:last-child {
  display: none;
}

@media (max-width: 575px) {
  .first-block img:last-child {
    display: block;
  }
}

.swiper-container1 .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-container1 .swiper-wrapper .swiper-slide img:nth-child(1) {
  display: block;
}

@media (max-width: 575px) {
  .swiper-container1 .swiper-wrapper .swiper-slide img:nth-child(1) {
    display: none;
  }
}

.swiper-container1 .swiper-wrapper .swiper-slide img:last-child {
  display: none;
}

@media (max-width: 575px) {
  .swiper-container1 .swiper-wrapper .swiper-slide img:last-child {
    display: block;
  }
}

.swiper-block {
  width: 100%;
  height: 100%;
}

.slider-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
}

.blog {
  background: #003984;
  padding: 213px 0 127px 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog {
    padding: 211px 0 36px 0;
  }
}

.blog-block {
  display: flex;
  justify-content: center;
  margin-top: -316px;
  width: 100%;
  margin-bottom: 114px;
}

@media (max-width: 767px) {
  .blog-block {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: -300px;
  }
}

.block-red {
  background: #e60012;
  color: #fff;
  width: 100%;
  max-width: 280px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .block-red {
    max-width: 100%;
    height: 50px;
  }
}

.block-red__title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .block-red__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.block-red__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .block-red__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.block-red__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block__line {
  background: #fff;
  padding: 16px 30px 10px 37px;
  width: 100%;
  max-width: 720px;
  z-index: 2;
}

@media (max-width: 767px) {
  .block__line {
    max-width: 100%;
    padding: 5px 15px 5px 18px;
  }
}

.news {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.news__item {
  border-top: 1px solid #dbdbdb;
}

.news__item:first-child {
  border-top: 1px solid transparent;
}

.news__item-text {
  display: flex;
  align-self: center;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .news__item-text {
    padding: 3px 0;
  }
}

@media (max-width: 374px) {
  .news__item-text {
    flex-wrap: wrap;
  }
}

.news__item-text-data {
  color: #003984;
  font-size: 16px;
  line-height: 20px;
  margin-right: 42px;
  align-self: center;
  letter-spacing: 0.07em;
}

@media (max-width: 767px) {
  .news__item-text-data {
    font-size: 12px;
    margin-right: 35px;
  }
}

.news__item-text-info {
  display: block;
  width: 100%;
}

.news__item-text-info-item {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
  .news__item-text-info-item {
    font-size: 12px;
  }
}

.blog__title {
  margin-bottom: 40px;
}

#player {
  display: block;
  width: 66.83vw;
  max-width: 802px;
  height: 37vw;
  max-height: 492px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #player {
    width: 95vw;
    height: 54vw;
    padding: 0 8px;
  }
}

.blog__video-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.about {
  background: #fff;
  padding: 100px 0 120px 0;
}

@media (max-width: 767px) {
  .about {
    padding: 41px 0 20px 0;
  }
}

.cart {
  display: flex;
  margin-bottom: 122px;
}

@media (max-width: 767px) {
  .cart {
    flex-direction: column;
    padding: 5px;
    margin-bottom: 45px;
  }
}

.cart-left {
  margin-right: 49px;
  width: 100%;
  max-width: 640px;
}

@media (max-width: 1199px) {
  .cart-left {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .cart-left {
    margin-left: -5px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.cart-left img {
  display: block;
  width: 100%;
}

.cart-right {
  width: 100%;
  max-width: 525px;
  align-self: center;
}

@media (max-width: 1199px) {
  .cart-right {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .cart-right {
    margin-right: 0;
    max-width: 100%;
    padding: 0 10px;
  }
}

.cart-right__title {
  margin-bottom: 7px;
}

.cart-right__text {
  color: #003984;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .cart-right__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.cart-right__block {
  color: #222222;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 27px;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .cart-right__block {
    font-size: 12px;
  }
}

.cart-right__btn:hover {
  color: #003984;
}

.cart-right__btn span {
  position: relative;
  z-index: 5;
}

.cart-second {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .cart-second {
    flex-direction: column;
  }
}

.cart-second .cart-left {
  margin: 0 0 0 59px;
}

@media (max-width: 767px) {
  .cart-second .cart-left {
    margin: 0 0px 15px 5px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .cart-second .cart-right {
    margin: 0 5px;
  }
}

.cart-second .cart-right h3 {
  letter-spacing: 0.04em;
}

.cart-second .cart-right {
  width: 501px;
}

@media (max-width: 767px) {
  .cart-second .cart-right {
    width: 100%;
  }
}

.about-button {
  display: flex;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .about-button {
    flex-direction: column;
    margin-right: 0;
    padding: 0 6px;
  }
}

.about-button__btn {
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  width: 100%;
  max-width: 320px;
  min-width: 150px;
  margin-right: 20px;
  white-space: nowrap;
  position: relative;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.about-button__btn:hover {
  color: #e60012;
}

@media (max-width: 767px) {
  .about-button__btn {
    max-width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}

.about-button__btn .span {
  position: relative;
  z-index: 5;
}

.about-button__btn1 {
  position: relative;
  font-size: 18px;
  line-height: 70px;
  padding-left: 34px;
}

@media (max-width: 767px) {
  .about-button__btn1 {
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .about-button__btn1 {
    font-size: 16px;
  }
}

.about-button__btn1:before {
  content: '';
  position: absolute;
  height: 22px;
  width: 17px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/ico1.png") no-repeat 50% 50%;
}

.about-button__btn2 {
  position: relative;
  font-size: 18px;
  line-height: 70px;
  padding-left: 34px;
}

@media (max-width: 767px) {
  .about-button__btn2 {
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .about-button__btn2 {
    font-size: 16px;
  }
}

.about-button__btn2:before {
  content: '';
  position: absolute;
  height: 22px;
  width: 17px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/ico2.png") no-repeat 50% 50%;
}

.about-button__btn3 {
  position: relative;
  font-size: 19px;
  line-height: 70px;
  padding-left: 34px;
}

@media (max-width: 767px) {
  .about-button__btn3 {
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .about-button__btn3 {
    font-size: 16px;
  }
}

.about-button__btn3:before {
  content: '';
  position: absolute;
  height: 22px;
  width: 17px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/ico3.png") no-repeat 50% 50%;
}

.about-button__btn:hover .about-button__btn1:before {
  background: url("../images/ico-red1.png") no-repeat 50% 50%;
}

.about-button__btn:hover .about-button__btn2:before {
  background: url("../images/ico-red2.png") no-repeat 50% 50%;
}

.about-button__btn:hover .about-button__btn3:before {
  background: url("../images/ico-red3.png") no-repeat 50% 50%;
}

.phone {
  padding: 82px 0 111px;
  background: url("../images/entry_20240509.jpg") no-repeat center center/cover;
  position: relative;
}

@media (max-width: 767px) {
  .phone {
    background: url("../images/entrysp_20240509.jpg") no-repeat center center/cover;
    padding: 41px 0 45px;
  }
}

.phone__img {
  width: 410px;
  margin: 0 auto 25px;
  text-indent: -9999px;
}

@media (max-width: 991px) {
  .phone__img {
    width: auto;
  }
}

.phone__img img {
  display: block;
  width: 100%;
}

.phone__btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  width: 100%;
  max-width: 365px;
  white-space: nowrap;
  font-weight: 600;
  padding-left: 58px;
  position: relative;
  font-family: '71mksd1ab';
  letter-spacing: 0.2em;
}

.phone__btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .phone__btn {
    line-height: 44px;
  }
}

@media (max-width: 379px) {
  .phone__btn {
    font-size: 33px;
  }
}

.phone__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 38px;
  background: url("../images/tel.png") no-repeat 50% 50%;
}

.tel {
  pointer-events: none;
}

@media (max-width: 767px) {
  .tel {
    pointer-events: auto;
  }
}

.partnership {
  max-height: 300px;
}

@media (max-width: 767px) {
  .partnership {
    max-height: 120px;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  float: left;
}

.simply-scroll-list li img {
  display: block;
}

@media (max-width: 767px) {
  .simply-scroll-list li img {
    max-height: 120px;
  }
}

.info {
  background: #fff;
  padding: 102px 0 71px;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .info {
    padding: 30px 0 38px 0;
  }
}

.info__img {
  width: 100%;
  max-width: 332px;
  height: 35px;
  background: url("../images/logoinfo.png") no-repeat 100% 50%;
  margin: 0 auto 14px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (max-width: 399px) {
  .info__img {
    height: 53px;
    background: url("../images/logoinfo2.png") no-repeat 100% 50%;
    background-size: 100% 50%;
    width: 100%;
    max-width: 265px;
  }
}

.info__title {
  margin-bottom: 5px;
}

.info__text {
  margin-bottom: 27px;
}

.info__btn {
  display: block;
  position: relative;
  padding-left: 55px;
  width: 100%;
  max-width: 187px;
  margin: 0 auto 3px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.info__btn:before {
  position: absolute;
  content: 'TEL：';
  display: block;
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 16px;
}

.info__fax {
  position: relative;
  padding-left: 55px;
  width: 100%;
  max-width: 180px;
  letter-spacing: 0.04em;
}

.info__fax:before {
  position: absolute;
  content: 'FAX：';
  display: block;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 47px;
  height: 16px;
}

.go__to-top {
  display: none;
  position: fixed;
  bottom: 37px;
  right: 0;
  width: 70px;
  height: 62px;
  background: #e60012;
  z-index: 9999;
}

.go__to-top:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/arrow2.png") no-repeat 50% 50%;
}

@media (max-width: 991px) {
  .go__to-top {
    width: 40px;
    height: 40px;
  }
}

.visial-top {
  background: #003984;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .visial-top {
    min-height: 100px;
  }
}

.visial-top:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
}

.visial-top h1 {
  position: relative;
  z-index: 1;
  letter-spacing: 0.29em;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding: 5px;
}

@media (max-width: 767px) {
  .visial-top h1 {
    font-size: 12px;
  }
}

.second-about {
  height: 800px;
  max-height: 800px;
  padding: 331px 0 90px;
  position: relative;
  background: url("../images/firsbg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .second-about {
    height: 500px;
    padding: 175px 0 90px;
    background: url("../images/firstbgmob.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}

.second-about__title {
  overflow: hidden;
  text-indent: -9999px;
}

.second-about__block {
  width: 100%;
  max-width: 763px;
  max-height: 252px;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .second-about__block {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .second-about__block {
    top: 25%;
  }
}

.second-about__block img {
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .second-about__block img {
    width: 100%;
  }
}

.second-about__block img:nth-child(1) {
  display: block;
}

@media (max-width: 767px) {
  .second-about__block img:nth-child(1) {
    display: none;
  }
}

.second-about__block img:last-child {
  display: none;
}

@media (max-width: 767px) {
  .second-about__block img:last-child {
    display: block;
  }
}

.about-info {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.about-info__item {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  border-radius: 17px;
  border: 2px solid #e60012;
  padding: 0px 20px 0 26px;
}

@media (max-width: 767px) {
  .about-info__item {
    padding: 0px 5px 0 10px;
  }
}

.about-info__item-red {
  font-size: 70px;
  line-height: 97px;
  color: #e60012;
  font-weight: 700;
  display: block;
  margin-right: 42px;
}

@media (max-width: 767px) {
  .about-info__item-red {
    margin-right: 10px;
    font-size: 35px;
    line-height: 61px;
    color: #e60012;
    font-weight: 700;
    display: block;
  }
}

@media (max-width: 575px) {
  .about-info__item-red {
    font-size: 30px;
    line-height: 55px;
  }
}

@media (max-width: 349px) {
  .about-info__item-red {
    font-size: 25px;
  }
}

.about-info__item-text {
  font-size: 24px;
  line-height: 34px;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media (max-width: 767px) {
  .about-info__item-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .about-info__item-text {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 349px) {
  .about-info__item-text {
    font-size: 8px;
  }
}

.abouts {
  background: #fff;
  padding: 120px 0 25px 0;
}

@media (max-width: 767px) {
  .abouts {
    padding: 50px 0 30px 0;
  }
}

.cart2 {
  display: flex;
  margin-bottom: 98px;
}

@media (max-width: 991px) {
  .cart2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cart2 {
    flex-direction: column;
    padding: 5px;
  }
}

.cart2-left {
  margin-right: 50px;
  width: 100%;
  max-width: 640px;
}

@media (max-width: 1199px) {
  .cart2-left {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .cart2-left {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.cart2-left img {
  display: block;
  width: 100%;
}

.cart2-right {
  width: 100%;
  max-width: 510px;
  align-self: center;
}

@media (max-width: 1199px) {
  .cart2-right {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .cart2-right {
    margin-right: 0;
    max-width: 100%;
  }
}

.cart2-right__title {
  margin-bottom: 15px;
}

.cart2-right h3 {
  line-height: 44px;
  letter-spacing: 0.054em;
}

@media (max-width: 1199px) {
  .cart2-right h3 {
    font-size: 20px;
  }
}

.cart2-right__text {
  color: #003984;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .cart2-right__text {
    font-size: 15px;
  }
}

.cart2-right__block {
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
  letter-spacing: 0.0em;
}

@media (max-width: 767px) {
  .cart2-right__block {
    font-size: 13px;
  }
}

.cart2-second {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .cart2-second {
    flex-direction: column;
  }
}

.cart2-second .cart2-left {
  margin: 0 0 0 55px;
}

@media (max-width: 1199px) {
  .cart2-second .cart2-left {
    margin: 0 5px 0 15px;
  }
}

@media (max-width: 767px) {
  .cart2-second .cart2-left {
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}

.cart2-second .cart2-right h3 {
  letter-spacing: 0.065em;
}

.cart2-second .cart2-right {
  width: 506px;
  margin-top: 64px;
}

@media (max-width: 1199px) {
  .cart2-second .cart2-right {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .cart2-second .cart2-right {
    width: 100%;
  }
}

.cart2-right__bottom {
  margin-bottom: 0;
  letter-spacing: 0.04em;
}

.introduction {
  padding: 115px 0 72px 0;
  background: url("../images/introductionbg.jpg") no-repeat 50% 50%/cover;
}

@media (max-width: 767px) {
  .introduction {
    padding: 50px 0 30px 0;
  }
}

.introduction__title {
  margin-bottom: 69px;
}

@media (max-width: 767px) {
  .introduction__title {
    margin-bottom: 50px;
  }
}

.trigonal {
  position: relative;
}

.trigonal :before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 37px;
  height: 37px;
  display: block;
  background: url("../images/trigonal.png") no-repeat 100% 100%;
}

.introduction-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #222222;
}

@media (max-width: 575px) {
  .introduction-list {
    flex-direction: column;
    width: 100%;
  }
}

.introduction-list__item {
  width: 100%;
  max-width: 47.5%;
  padding: 33px 25px 28px 25px;
  background: #fff;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .introduction-list__item {
    margin-bottom: 23px;
    padding: 33px 5px 28px 15px;
  }
}

@media (max-width: 575px) {
  .introduction-list__item {
    max-width: 100%;
    padding: 33px 25px 28px 25px;
  }
}

.introduction-list__item-title {
  color: #e60012;
  font-size: 30px;
  line-height: 34px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .introduction-list__item-title {
    font-size: 25px;
  }
}

.introduction-list__item-text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.11em;
  color: #e60012;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .introduction-list__item-text {
    font-size: 13px;
  }
}

.introduction-list__item-info1 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.039em;
}

.introduction-list__item-info2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  min-height: 142px;
}

.introduction-list__item-info3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  min-height: 200px;
  margin-bottom: 14px;
}

.introduction-list__item-info4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.08em;
}

.introduction-list2 .introduction-list__item {
  width: 100%;
  max-width: 29.9%;
}

@media (max-width: 575px) {
  .introduction-list2 .introduction-list__item {
    max-width: 100%;
  }
}

.introduction-list2 .introduction-list__item {
  padding-top: 36px;
}

.introduction-list2 .introduction-list__item-title {
  margin-bottom: 12px;
}

.training {
  background: url("../images/MUSO-855.jpg") no-repeat 50% 50%/cover;
  padding: 113px 0 118px;
}

@media (max-width: 767px) {
  .training {
    padding: 50px 0 50px;
  }
}

.training h2 {
  color: #003984;
  margin-bottom: 53px;
}

.training-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #222222;
}

@media (max-width: 575px) {
  .training-block {
    flex-direction: column;
    width: 100%;
  }
}

.training-block__item {
  position: relative;
  width: 100%;
  max-width: 29.9%;
}

@media (max-width: 575px) {
  .training-block__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.training-block__item-img1,
.training-block__item-img2,
.training-block__item-img3,
.training-block__item-img4,
.training-block__item-img5,
.training-block__item-img6 {
  width: 100%;
}

.training-block__item-img1 img,
.training-block__item-img2 img,
.training-block__item-img3 img,
.training-block__item-img4 img,
.training-block__item-img5 img,
.training-block__item-img6 img {
  width: 100%;
  display: block;
}

.training-block__item-blue {
  padding: 7px 25px 28px 25px;
  background: #003984;
  color: #fff;
  min-height: 397px;
}

@media (max-width: 767px) {
  .training-block__item-blue {
    padding: 7px 10px 28px 15px;
  }
}

@media (max-width: 575px) {
  .training-block__item-blue {
    padding: 7px 25px 28px 25px;
    min-height: 300px;
  }
}

.boom {
  min-height: 95px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .boom {
    min-height: 65px;
  }
}

@media (max-width: 575px) {
  .boom {
    min-height: 95px;
  }
}

.block__item-blue-title1,
.block__item-blue-title2,
.block__item-blue-title3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 46px;
}

.block__item-blue-title1:before,
.block__item-blue-title2:before,
.block__item-blue-title3:before {
  display: none;
}

@media (max-width: 991px) {

  .block__item-blue-title1,
  .block__item-blue-title2,
  .block__item-blue-title3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .block__item-blue-title1,
  .block__item-blue-title2,
  .block__item-blue-title3 {
    font-size: 14px;
    padding: 0 0 0 28px;
  }
}

@media (max-width: 575px) {

  .block__item-blue-title1,
  .block__item-blue-title2,
  .block__item-blue-title3 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 0 46px;
  }
}

.block__item-blue-title1 {
  vertical-align: middle;
}

.block__item-blue-title1:after {
  content: '01';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 20px;
}

.block__item-blue-title2:after {
  content: '02';
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 20px;
}

.block__item-blue-title3:after {
  content: '03';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 20px;
}

.block__item-blue-text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.11em;
}

@media (max-width: 767px) {
  .block__item-blue-text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .block__item-blue-text {
    font-size: 16px;
  }
}

.profile-table {
  padding: 121px 0 70px;
}

@media (max-width: 767px) {
  .profile-table {
    padding: 50px 0 30px;
  }
}

.profile-table h2 {
  color: #003984;
}

.table {
  border: 1px solid #003984;
  width: 100%;
}

.table__th {
  font-size: 16px;
  line-height: 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
  color: #003984;
  border-right: 1px solid #003984;
  width: 131px;
  min-width: 100px;
  max-width: 131px;
  border-bottom: 1px solid #003984;
  padding: 15px 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table__th {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .table__th {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}

.table__td {
  border-bottom: 1px solid #003984;
  padding: 15px 5px 15px 17px;
}

@media (max-width: 575px) {
  .table__td {
    padding: 15px 10px;
  }
}

.table__td p {
  font-size: 16px;
  line-height: 29px;
  color: #222222;
}

@media (max-width: 767px) {
  .table__td p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  .table__td p {
    font-size: 12px;
  }
}

.table__td p img {
max-width: 100%;
}

.table-ul__item {
  position: relative;
  padding-left: 15px;
}

.table-ul__item:after {
  position: absolute;
  content: '・';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.table-ul__item p {
  font-size: 16px;
  line-height: 29px;
  color: #222222;
}

@media (max-width: 767px) {
  .table-ul__item p {
    font-size: 13px;
    line-height: 26px;
  }
}

@media (max-width: 320px) {
  .table-ul__item p {
    font-size: 12px;
  }
}

.profile-table__title {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .profile-table__title {
    margin-bottom: 50px;
  }
}

.profile-block {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .profile-block {
    flex-direction: column;
    padding-top: 10px;
  }
}

.profile-block__img {
  width: 100%;
  max-width: 49%;
}

@media (max-width: 575px) {
  .profile-block__img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.profile-block__img img {
  display: block;
  width: 100%;
}

.maps {
  padding: 75px 0 118px;
}

@media (max-width: 767px) {
  .maps {
    padding: 30px 0 50px;
  }
}

.maps-block {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  height: 450px;
}

@media (max-width: 767px) {
  .maps-block {
    height: 350px;
  }
}

.maps-block iframe {
  width: 100%;
  height: 100%;
}

.slider {
  padding: 130px 0 116px;
  background: #fff;
}

@media (max-width: 767px) {
  .slider {
    padding: 50px 0 50px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.slide__content h2 {
  color: #222222;
  margin-bottom: 21px;
  text-align: left;
  letter-spacing: 0.09em;
}

.slide__content-data {
  font-size: 14px;
  line-height: 18px;
  color: #003984;
  margin-bottom: 13px;
  display: block;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.09em;
}

.slide__content-img {
  margin-bottom: 20px;
}

.slide__content-img img {
  width: 100%;
  display: block;
}

.slide__content-text {
  font-size: 16px;
  line-height: 29px;
  text-align: left;
  color: #222222;
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .slide__content-text {
    margin-bottom: 50px;
    font-size: 13px;
  }
}

.swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff !important;
  background: #e60012 !important;
  border: 1px solid transparent !important;
}

.swiper-pagination-bullet {
  width: 26px !important;
  height: 26px !important;
  line-height: 27px !important;
  font-size: 16px !important;
  color: #222;
  border-radius: 0 !important;
  border: 1px solid #222;
  background: #fff;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-button-prev,
.swiper-button-next {
  bottom: 0 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 26px;
  width: 26px;
  left: 50%;
}

.swiper-button-prev {
  margin: -12px 0 0 -92px;
  background: url("../images/prevactiv.jpg") no-repeat 50% 50%/cover;
  background-size: 26px 26px;
  border: 1px solid #222;
}

.swiper-button-prev:active {
  background: url("../images/prevactiv.jpg") no-repeat 50% 50%/cover;
  border: 1px solid #222;
}

.swiper-button-next {
  margin-left: 65px;
  background: url("../images/nextactiv.jpg") no-repeat 50% 50%/cover;
  background-size: 26px 26px;
  border: 1px solid #222;
}

.swiper-button-next:active {
  background: url("../images/nextactiv.jpg") no-repeat 50% 50%/cover;
  border: 1px solid #222;
}

.interview {
  padding: 120px 0 5px;
}

@media (max-width: 767px) {
  .interview {
    padding-top: 50px;
  }
}

.interview-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}

@media (max-width: 767px) {
  .interview-block {
    margin-bottom: 40px;
    flex-direction: column;
  }
}

.interview-block img {
  width: 100%;
  display: block;
}

.interview-block__bottom {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .interview-block__bottom {
    margin-bottom: 40px;
  }
}

.interview-block__bottom2 {
  margin-bottom: 104px;
}

@media (max-width: 767px) {
  .interview-block__bottom2 {
    margin-bottom: 40px;
  }
}

.interview-block__img {
  width: 45%;
}

@media (max-width: 767px) {
  .interview-block__img {
    margin: 0 auto 15px;
    width: 100%;
  }
}

.interview-block__table {
  width: 51%;
}

@media (max-width: 767px) {
  .interview-block__table {
    width: 100%;
  }
}

.tableinter__th {
  width: 182px;
  min-width: 100px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tableinter__th {
    width: 100px;
    min-width: 100px;
    font-size: 14px;
  }
}

@media (max-width: 324px) {
  .tableinter__th {
    font-size: 9px;
  }
}

.tableinter__td {
  vertical-align: middle;
}

.abouts-rec {
  padding: 120px 0 22px 0;
}

@media (max-width: 767px) {
  .abouts-rec {
    padding: 30px 0 22px 0;
  }
}

.cart3-right {
  margin-top: 37px;
}

.requeres-cart {
  padding-bottom: 117px;
}

@media (max-width: 767px) {
  .requeres-cart {
    padding-bottom: 50px;
  }
}

.requeres-cart h2 {
  color: #003984;
  margin-bottom: 48px;
}

.requeres-text {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 29px;
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .requeres-text {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .requeres-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.requeres-text1,
.requeres-text2 {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  letter-spacing: 0.19em;
  text-align: center;
}

@media (max-width: 991px) {

  .requeres-text1,
  .requeres-text2 {
    font-size: 13px;
  }
}

.requeres-text1 {
  margin-bottom: 10px;
}

.requeres-text2 {
  margin-bottom: 49px;
}

.training-block__item-blue2 {
  min-height: 697px;
}

@media (max-width: 575px) {
  .training-block__item-blue2 {
    min-height: 0 !important;
    height: auto;
  }
}

.blue-text__item {
  position: relative;
  padding: 0 0 10px 15px;
}

.blue-text__item:after {
  position: absolute;
  content: '・';
  top: 12px;
  left: 0;
}

.blue-text__item:before {
  display: none;
}

.training-block__item-blue2 .block__item-blue-text {
  letter-spacing: 0.043em;
}

.training-block__item-blue2 .block__item-blue-text:before {
  display: none;
}

.advantages {
  padding: 182px 0 120px;
  background: url("../images/rec.jpg") no-repeat 100% 50%/cover;
}

@media (max-width: 767px) {
  .advantages {
    padding: 120px 0 0;
  }
}

.baner-red {
  background: #e60012;
  position: absolute;
  top: -16%;
  left: 0;
  min-width: 275px;
  text-align: center;
}

.baner-red:before {
  display: none;
}

.baner-red:after {
  content: '';
  border: 7px solid transparent;
  border-top: 13px solid #e60012;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  display: block;
}

.baner-red span {
  color: #fff;
  font-size: 30px;
  line-height: 39px;
}

.baner-red span:before {
  display: none;
}

.introduction-list__item1 {
  position: relative;
}

@media (max-width: 575px) {
  .introduction-list__item1 {
    margin-bottom: 120px;
  }
}

.introduction-list__item-title2 {
  margin-bottom: 10px;
  line-height: 40px;
  letter-spacing: 0.15em;
}

.profile-table-top {
  padding: 0 0 136px;
}

.arrow-blue {
  position: relative;
  padding-bottom: 25px;
}

.arrow-blue:before {
  content: '';
  width: 19px;
  height: 23px;
  left: 16px;
  top: 30px;
  transform: translate(-50%);
  position: absolute;
  display: block;
  background: url("../images/arrow-blue.png") no-repeat 100% 50%/cover;
}

.profile-table-top-rec {
  padding: 67px 0 119px 0;
}

@media (max-width: 767px) {
  .profile-table-top-rec {
    padding: 50px 0 50px 0;
  }
}

.table-th-td th {
  min-width: 155px;
}

@media (max-width: 767px) {
  .table-th-td th {
    min-width: 90px;
  }
}

/* @import "components/"; */

/*# sourceMappingURL=main.css.map */

.bnr_area {
  width: 80%;
  margin: 50px auto 0px;
  text-align: center;
}

.bnr_area img {
  width: 60%;
}

.bnr_area img:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .bnr_area img {
    width: 100%;
  }
}