@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@-webkit-keyframes wink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: "myfont";
  src: url("/assets/fonts/myfont.eot");
  src: url("/assets/fonts/myfont.eot?#iefix") format("eot"), url("/assets/fonts/myfont.woff") format("woff"), url("/assets/fonts/myfont.ttf") format("truetype"), url("/assets/fonts/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.myfont {
  display: inline-block;
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.myfont-2x {
  font-size: 2em;
}

.myfont-3x {
  font-size: 3em;
}

.myfont-4x {
  font-size: 4em;
}

.myfont-5x {
  font-size: 5em;
}

.myfont-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.myfont-sns_facebook:before {
  content: "\EA01";
}

.myfont-sns_facebook2:before {
  content: "\EA02";
}

.myfont-sns_twitter:before {
  content: "\EA03";
}

.myfont-sns_line:before {
  content: "\EA04";
}

.myfont-sns_line2:before {
  content: "\EA05";
}

.myfont-sns_line3:before {
  content: "\EA06";
}

.myfont-sns_line4:before {
  content: "\EA07";
}

.myfont-sns-instagram:before {
  content: "\EA08";
}

.myfont-phone:before {
  content: "\EA09";
}

.myfont-pin:before {
  content: "\EA0A";
}

.myfont-arrow-top01:before {
  content: "\EA0B";
}

.myfont-arrow-right01:before {
  content: "\EA0C";
}

.myfont-arrow-bottom01:before {
  content: "\EA0D";
}

.myfont-arrow-left01:before {
  content: "\EA0E";
}

.myfont-arrow-top02:before {
  content: "\EA0F";
}

.myfont-arrow-right02:before {
  content: "\EA10";
}

.myfont-arrow-bottom02:before {
  content: "\EA11";
}

.myfont-arrow-left02:before {
  content: "\EA12";
}

.myfont-diamond:before {
  content: "\EA13";
}

.myfont-mail:before {
  content: "\EA14";
}

.myfont-tel:before {
  content: "\EA15";
}

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

html {
  line-height: 1;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

dl, dt, dd,
ul, li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

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

address {
  font-style: normal;
}

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

*:before, *:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Lato","Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

html input, html button, html textarea {
  font-family: "Lato","Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

body {
  width: 100%;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #111;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a[href*="tel"]:hover {
  text-decoration: none;
  cursor: default;
}

a img {
  -ms-interpolation-mode: bicubic;
}

#l-contents {
  position: relative;
  background-color: #FFFFFF;
  z-index: 99;
  overflow: hidden;
}

#l-contents #l-contents-detail {
  position: relative;
  z-index: 1;
}

#l-contents.is-col--2 #l-contents-detail {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #l-contents.is-col--2 #l-contents-detail {
    display: block;
  }
}

#l-contents #l-contents-detail #l-main {
  overflow: hidden;
}

#l-contents.is-col--1 #l-contents-detail #l-main {
  width: 100%;
}

#l-contents.is-col--1.is-mainSize--s #l-contents-detail #l-main {
  max-width: 980px;
}

#l-contents.is-col--1.is-top #l-contents-detail #l-main {
  width: 100%;
}

#l-contents.is-col--2 #l-contents-detail #l-main {
  width: 100%;
  max-width: 920px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  #l-contents.is-col--2 #l-contents-detail #l-main {
    margin: 0 auto;
  }
}

#l-contents.is-col--2 #l-contents-detail #l-sub {
  width: 280px;
}

@media only screen and (max-width: 768px) {
  #l-contents.is-col--2 #l-contents-detail #l-sub {
    width: 100%;
  }
}

.l-content-wrapper {
  padding: 0 40px;
}

@media only screen and (max-width: 599px) {
  .l-content-wrapper {
    padding: 0 15px;
  }
}

.l-content-wrapper .l-content-wrapper__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-section {
  padding: 0 40px;
}

.l-section.-first {
  padding-top: 50px;
}

.l-section.-last {
  padding-bottom: 100px;
}

@media only screen and (max-width: 599px) {
  .l-section.-last {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 599px) {
  .l-section {
    padding: 0 15px;
  }
}

.l-section + .l-section {
  margin-top: 100px;
}

@media only screen and (max-width: 599px) {
  .l-section + .l-section {
    margin-top: 60px;
  }
}

.l-section__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-section__inner.-content-full {
  max-width: inherit;
}

.l-section__inner.-size-s {
  max-width: 800px;
}

.l-section-side + * {
  margin-top: 20px;
}

.l-header-content {
  position: absolute;
  right: 0;
  top: 70px;
  width: 125px;
  z-index: 1000;
  background: #fff;
}

.l-header-logo {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 100%;
  max-width: 50px;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .l-header-logo {
    max-width: 180px;
    left: 15px;
    top: 10px;
  }
}

.is-topPage .l-header-logo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .is-topPage .l-header-logo {
    display: block;
  }
}

.l-header-logo-content {
  position: relative;
  display: block;
}

.l-header-logo-content .is-pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .l-header-logo-content .is-pc {
    display: none;
  }
}

.l-header-logo-content .is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-header-logo-content .is-sp {
    display: block;
  }
}

.l-header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .l-header-navi {
    display: none;
  }
}

.l-header-navi-content-list-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding-left: 35px;
}

.l-header-navi-content-list-item__inner:hover {
  text-decoration: none;
}

.l-header-navi-content-list-item__inner:before {
  position: absolute;
  left: 12px;
  top: 28px;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1rem;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.l-header-navi-content-list-item__inner:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-header-navi-content-list-item.is-current .l-header-navi-content-list-item__inner:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-header-navi-content-list-item__sub {
  display: block;
  color: #0068B7;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.l-header-navi-content-list-item__main {
  display: block;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 600;
}

.l-navButton .l-navButton-content {
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media only screen and (max-width: 768px) {
  .l-navButton .l-navButton-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.l-navButton.is-show .l-navButton-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-fullScreenMenu-open .l-navButton .l-navButton-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-overlayMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-overlayMenu-content {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  max-width: 400px;
  width: 30%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .l-overlayMenu-content {
    max-width: 100%;
    width: 100%;
  }
}

.js-fullScreenMenu-open .l-overlayMenu-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-overlayMenu-content-list {
  margin-top: 65px;
}

.l-overlayMenu-content-list-item {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}

@media only screen and (max-width: 599px) {
  .l-overlayMenu-content-list-item {
    margin-bottom: 30px;
  }
}

.l-overlayMenu-content-list-item:last-child {
  margin-bottom: 0;
}

.l-overlayMenu-content-list-item__inner {
  position: relative;
}

.l-overlayMenu-content-list-item__inner:hover {
  text-decoration: none;
}

.l-overlayMenu-content-list-item__inner:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: "";
  font-family: "myfont";
  color: #111111;
  font-size: 3rem;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.ua-pc .l-overlayMenu-content-list-item__inner:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-header-navi-content-list-item.is-current .l-overlayMenu-content-list-item__inner:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(1) {
  -webkit-animation: example 0.7s ease 0.38s 1 forwards;
  animation: example 0.7s ease 0.38s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(2) {
  -webkit-animation: example 0.7s ease 0.56s 1 forwards;
  animation: example 0.7s ease 0.56s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(3) {
  -webkit-animation: example 0.7s ease 0.74s 1 forwards;
  animation: example 0.7s ease 0.74s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(4) {
  -webkit-animation: example 0.7s ease 0.92s 1 forwards;
  animation: example 0.7s ease 0.92s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(5) {
  -webkit-animation: example 0.7s ease 1.1s 1 forwards;
  animation: example 0.7s ease 1.1s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(6) {
  -webkit-animation: example 0.7s ease 1.28s 1 forwards;
  animation: example 0.7s ease 1.28s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(7) {
  -webkit-animation: example 0.7s ease 1.46s 1 forwards;
  animation: example 0.7s ease 1.46s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(8) {
  -webkit-animation: example 0.7s ease 1.64s 1 forwards;
  animation: example 0.7s ease 1.64s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(9) {
  -webkit-animation: example 0.7s ease 1.82s 1 forwards;
  animation: example 0.7s ease 1.82s 1 forwards;
}

.js-fullScreenMenu-open .l-overlayMenu-content-list-item:nth-child(10) {
  -webkit-animation: example 0.7s ease 2s 1 forwards;
  animation: example 0.7s ease 2s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.l-overlayMenu-content-list-item__main {
  display: block;
  font-size: 4.8rem;
  font-weight: 800;
  color: #0068B7;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media only screen and (max-width: 599px) {
  .l-overlayMenu-content-list-item__main {
    font-size: 3.6rem;
  }
}

.ua-pc .l-overlayMenu-content-list-item__inner:hover .l-overlayMenu-content-list-item__main {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 1;
}

.l-overlayMenu-content-list-item__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #111;
  font-weight: 600;
  margin-top: 7px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.ua-pc .l-overlayMenu-content-list-item__inner:hover .l-overlayMenu-content-list-item__sub {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 1;
}

.l-overlayMenu-content-list-item__sub:before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #111;
  margin-right: 5px;
}

.l-breadcrumb {
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb {
    padding: 8px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.l-breadcrumb__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb__inner {
    padding: 0 15px;
    display: inline-block;
    white-space: nowrap;
  }
}

.l-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-breadcrumb-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb-list__item {
    margin-right: 9px;
  }
}

.l-breadcrumb-list__item a {
  display: block;
  line-height: 1;
  height: 100%;
}

.l-breadcrumb-list__item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #111111;
  text-decoration-color: #111111;
}

.l-breadcrumb-list__item .l-breadcrumb-list__text {
  display: block;
  font-size: 1.1rem;
  height: 100%;
  color: #3A3A3A;
}

.l-breadcrumb-list__item a .l-breadcrumb-list__text {
  color: #3A3A3A;
}

.l-breadcrumb-list__item:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 16px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #808080;
  vertical-align: middle;
}

.l-breadcrumb-list__item:last-child:after {
  display: none;
}

.l-contentsHeader {
  border-bottom: 18px solid #111;
  padding: 0 125px;
}

.l-contentsHeader.-simple {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .l-contentsHeader {
    border-bottom: none;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader {
    padding: 0 15px;
  }
}

.l-contentsHeader__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 37% 0px 1fr;
  grid-template-columns: 37% 1fr;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-template-areas: "grid-title       grid-image" "grid-description grid-image" "grid-scroll      grid-image";
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.-simple .l-contentsHeader__inner {
  display: block;
}

@media only screen and (max-width: 768px) {
  .-simple .l-contentsHeader__inner {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "grid-title" "grid-image" "grid-description" "grid-scroll";
  }
}

@media only screen and (max-width: 768px) {
  .l-contentsHeader__inner {
    padding-bottom: 0;
  }
}

.l-contentsHeader-content {
  position: relative;
  max-width: 465px;
}

.l-contentsHeader-content-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: grid-title;
  width: 100%;
  max-height: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-contentsHeader-content-title__main {
  display: block;
  font-size: 6.1rem;
  color: #0068B7;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-content-title__main {
    font-weight: 800;
    font-size: 3.5rem;
  }
}

.l-contentsHeader-content-title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-content-title__sub {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.l-contentsHeader-content-title__sub:before {
  content: "";
  height: 2px;
  width: 15px;
  background: #111;
  margin-right: 5px;
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-content-title__sub:before {
    height: 1px;
    width: 10px;
  }
}

.l-contentsHeader-description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: grid-description;
  width: 100%;
  padding-top: 20px;
  padding-right: 75px;
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader-description {
    padding-right: 0;
  }
}

.l-contentsHeader-description__heading {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-description__heading {
    font-size: 2rem;
  }
}

.l-contentsHeader-description__text {
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-description__text {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

.l-contentsHeader-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: grid-image;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 80px 0 80px 80px;
}

.top-csr__inner > .l-contentsHeader-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.top-vehicle__inner > .l-contentsHeader-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader-image {
    padding: 60px 80px 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-contentsHeader-image {
    padding: 40px 40px 40px 0;
  }
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-image {
    padding: 20px 20px 20px 0;
  }
}

.l-contentsHeader-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65%;
  height: 100%;
  background: url(/assets/img/common/pattern01.png) left top repeat;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader-image:before {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 599px) {
  .l-contentsHeader-image:before {
    left: auto;
    right: -15px;
  }
}

.l-contentsHeader-image__wrapper {
  position: relative;
  max-width: 725px;
  z-index: 100;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader-image__wrapper {
    margin-left: 0;
    margin-right: auto;
  }
}

.l-contentsHeader-scroll {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: grid-scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-right: 75px;
}

@media only screen and (max-width: 1024px) {
  .l-contentsHeader-scroll {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-contentsHeader-scroll {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.l-contentsHeader-scroll__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0068B7;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.l-contentsHeader-scroll__text:after {
  margin-top: 5px;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1rem;
}

#l-footer {
  position: relative;
  z-index: 100;
}

.l-footer-top {
  background: #262B33;
  padding: 35px 40px;
}

@media only screen and (max-width: 599px) {
  .l-footer-top {
    padding: 20px 15px 35px 15px;
  }
}

.l-footer-top__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .l-footer-top__inner {
    display: block;
  }
}

.l-footer-top-logo {
  max-width: 100px;
  width: 100%;
  margin-right: 75px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-logo {
    max-width: 260px;
    margin: 10px auto 20px auto;
  }
}

.l-footer-top-logo-content {
  position: relative;
  display: inline-block;
  max-height: 163px;
  width: 100%;
}

.l-footer-top-logo-content .is-pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-logo-content .is-pc {
    display: none;
  }
}

.l-footer-top-logo-content .is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-logo-content .is-sp {
    display: block;
    margin: auto;
    width: 100%;
  }
}

.l-footer-top-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer-top-main-link-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-link-list-item {
    display: block;
  }
}

.l-footer-top-main-link-list-item:last-child {
  margin-bottom: 0;
}

.l-footer-top-main-link-list-item:before {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-link-list-item:before {
    display: none;
  }
}

.l-footer-top-main-link-list-item__text {
  font-size: 1.4rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-link-list-item__text {
    display: block;
    text-align: center;
    color: #787C82;
    padding: 13px 10px;
  }
}

.l-footer-top-main-about {
  margin-left: 85px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-about {
    margin-left: 0;
    margin-top: 25px;
  }
}

.l-footer-top-main-about__heading {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-about__heading {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-about-list {
    margin-top: 13px;
  }
}

.l-footer-top-main-about-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-main-about-list-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer-top-main-about-list-item:last-child {
  margin-bottom: 0;
}

.l-footer-top-main-about-list-item:before {
  display: block;
  margin-right: 7px;
  width: 14px;
  color: #C4C4C4;
  font-family: "myfont";
}

.l-footer-top-main-about-list-item.is-tel:before {
  content: "\EA09";
  font-size: 1.7rem;
}

.l-footer-top-main-about-list-item.is-address:before {
  content: "\EA0A";
  font-size: 2.4rem;
}

.l-footer-top-main-about-list-item__text {
  font-size: 1.2rem;
  color: #C4C4C4;
}

.l-footer-top-ex {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-ex {
    position: static;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-top-ex-link {
    text-align: center;
  }
}

.l-footer-top-ex-link__text {
  color: #C4C4C4;
}

@media only screen and (max-width: 768px) {
  .l-footer-top-ex-link__text {
    font-size: 1.1rem;
  }
}

.l-footer-bottom {
  background: #13171D;
  padding: 20px 0;
}

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

.l-footer-bottom-copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .l-footer-bottom-copyright {
    color: #C4C4C4;
  }
}

.l-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-col.is-col--2 .l-col-content {
  width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.l-col {
  margin-right: -0px;
  margin-left: -0px;
  margin-bottom: -0px;
}

.fix {
  position: relative;
}

.fit-sidebar-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank {
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  #js-fullScreenMenuButton {
    display: none;
  }
}

.js-fullScreenMenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 70px;
  background: #111111;
  cursor: pointer;
  z-index: 8000;
  display: block;
  -webkit-transition: height .3s;
  transition: height .3s;
}

@media only screen and (max-width: 768px) {
  .js-fullScreenMenu-toggle {
    width: 62.5px;
    height: 55px;
  }
}

.js-fullScreenMenu-toggle:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  content: "MENU";
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .js-fullScreenMenu-toggle:before {
    bottom: 8px;
  }
}

.is-scrolled .js-fullScreenMenu-toggle {
  height: 50px;
}

.is-top .js-fullScreenMenu-toggle {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
}

.is-top.is-top-sp-header-show .js-fullScreenMenu-toggle {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger {
  position: absolute;
  top: 42%;
  left: 50%;
}

.js-fullScreenMenu-toggle span {
  width: 36px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -1px;
  border-radius: 5px 5px 5px 5px;
}

@media only screen and (max-width: 768px) {
  .js-fullScreenMenu-toggle span {
    width: 35px;
    margin-left: -17.5px;
  }
}

.js-fullScreenMenu-open .js-fullScreenMenu-toggle span {
  background: #fff;
}

.js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__top {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__middle {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 1;
}

.js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__bottom {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.js-fullScreenMenu-close .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__middle {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.js-fullScreenMenu-close .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__top {
  -webkit-animation: open-top 0.3s;
  animation: open-top 0.3s;
}

.js-fullScreenMenu-close .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__bottom {
  -webkit-animation: open-bottom 0.3s;
  animation: open-bottom 0.3s;
}

.js-fullScreenMenu-open .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__middle {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.js-fullScreenMenu-open .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__top {
  -webkit-animation: close-top 0.3s;
  animation: close-top 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-fullScreenMenu-open .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__bottom {
  -webkit-animation: close-bottom 0.3s;
  animation: close-bottom 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-fullScreenMenu-close.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__middle {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.js-fullScreenMenu-close.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__top {
  -webkit-animation: open-top2 0.3s;
  animation: open-top2 0.3s;
}

.js-fullScreenMenu-close.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__bottom {
  -webkit-animation: open-bottom2 0.3s;
  animation: open-bottom2 0.3s;
}

.js-fullScreenMenu-open.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__middle {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.js-fullScreenMenu-open.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__top {
  -webkit-animation: close-top2 0.3s;
  animation: close-top2 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-fullScreenMenu-open.is-scrolled .js-fullScreenMenu-toggle .js-fullScreenMenuButton-hamburger__bottom {
  -webkit-animation: close-bottom2 0.3s;
  animation: close-bottom2 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes open-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}

@keyframes open-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}

@-webkit-keyframes open-top2 {
  0% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes open-top2 {
  0% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
}

@-webkit-keyframes open-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}

@keyframes open-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}

@-webkit-keyframes open-bottom2 {
  0% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes open-bottom2 {
  0% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
}

@-webkit-keyframes close-top {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
}

@keyframes close-top {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
}

@-webkit-keyframes close-top2 {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
}

@keyframes close-top2 {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
  }
}

@-webkit-keyframes close-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
}

@keyframes close-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
}

@-webkit-keyframes close-bottom2 {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
}

@keyframes close-bottom2 {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(30deg);
    transform: translateY(0px) rotate(30deg);
  }
}

#js-fullScreenMenu {
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: fixed;
  background: rgba(17, 17, 17, 0.9);
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 5000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.js-fullScreenMenu-close #js-fullScreenMenu {
  visibility: visible;
  -webkit-animation: fullScreenMenu .3s ease-out .3s forwards;
  animation: fullScreenMenu .3s ease-out .3s forwards;
}

.js-fullScreenMenu-open #js-fullScreenMenu {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes fullScreenMenu {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes fullScreenMenu {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

.megamenu-content {
  display: block;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #ebebed;
  -webkit-transition: all 0.5s ease, top .3s;
  transition: all 0.5s ease, top .3s;
  max-height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .megamenu-content {
    position: static;
  }
}

.is-megaMenu--show .megamenu-content {
  max-height: 700px;
  z-index: 1000;
}

.is-scrolled .megamenu-content {
  top: 65px;
}

.megamenu-content-inner {
  -webkit-transform: translate(0, -12px);
  transform: translate(0, -12px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-megaMenu--show .megamenu-content-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

body:before {
  content: "";
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100% - $megamenu-offset);
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.is-megaMenu--showPage:before {
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
}

/**
 * Swiper 4.3.3
 * 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: June 5, 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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  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: 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: 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: 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: 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;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  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;
  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);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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%);
  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;
  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%);
  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;
  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;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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%;
  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;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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;
  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;
  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;
}

@-webkit-keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: .4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
  animation-name: smartphoto;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-transition: none;
  transition: none;
}

.smartphoto-img-elasticmove {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
  animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  -webkit-transform: translateX(150%) !important;
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5;
}

.smartphoto-nav a:focus {
  opacity: .8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  -webkit-transform: translate(50vw, 50vh);
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
  animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.js-tablefix-body::-webkit-scrollbar {
  height: 10px;
}

.js-tablefix-body::-webkit-scrollbar-track {
  background: #dcdcdc;
  width: 100%;
  overflow: visible;
}

.js-tablefix-body::-webkit-scrollbar-thumb {
  background: #2076a1;
}

@media only screen and (max-width: 768px) {
  .js-fixedTable {
    width: 800px;
  }
}

.js-datepicker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#ui-datepicker-div {
  border: solid 1px #F3F3F3;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 2000 !important;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div {
    width: 94%;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 13px 5px 0;
  border-color: transparent #007bff transparent transparent;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #007bff;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 2.2rem;
}

#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.6rem;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0 auto;
    width: 100%;
  }
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  width: 40px;
  height: 20px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #569FF7 !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] {
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] a {
  color: #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover {
  background: #eee;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover a {
  text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.3;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  border: solid 1px #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday span {
  color: #009EE1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child span {
  color: #009EE1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday span, #ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday span {
  color: #E95156;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child span {
  color: #E95156;
}

/* Tomorrow Night Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #969896;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #cc6666;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #de935f;
}

/* Tomorrow Yellow */
.hljs-attribute {
  color: #f0c674;
}

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #b5bd68;
}

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #81a2be;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #b294bb;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.c-code__lang {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  line-height: 1.6;
  display: block;
  height: 0;
}

.c-code__lang span {
  display: inline-block;
  color: #eee;
  background-color: #777;
  padding: 0 10px;
}

.c-code__lang + code {
  padding-top: 40px;
}

code {
  padding: 15px 40px;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  code {
    padding: 15px 20px;
  }
}

.tab-button {
  cursor: pointer;
}

.tab-panel[aria-hidden="true"] {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}

.wpcf7-validation-errors {
  border: none !important;
  padding: 0 !important;
  color: #e9023a;
  font-weight: 600;
}

.c-form__agreementButton .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0 !important;
}

.c-form__agreementButton .wpcf7-list-item-label .wpcf7-form-control-wrap {
  text-align: center;
}

.c-form__agreementButton .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FCFCFA;
  border: solid 4px #E7E6E1;
  margin-right: 10px;
  z-index: 100;
}

.c-form__agreementButton input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: #f99705;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

input:-webkit-autofill {
  /* ここで指定しているbackground-colorは黄色い背景色のことです */
  -webkit-transition: background-color 99999s;
  transition: background-color 99999s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background: #fff;
}

.wp-contactform7-confirm-page input[type="radio"] {
  display: none;
}

.wp-contactform7-confirm-page input[type="radio"] + * {
  display: none;
}

.wp-contactform7-confirm-page input[type="text"],
.wp-contactform7-confirm-page input[type="tel"],
.wp-contactform7-confirm-page input[type="email"] {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}

.wp-contactform7-confirm-page textarea {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}

.wp-contactform7-confirm-page .wpcf7c-conf {
  background: #fff;
}

.wp-contactform7-confirm-page #__lpform_input-company_icon {
  display: none;
}

.wp-contactform7-confirm-page .c-form__description {
  display: none;
}

.wp-contactform7-confirm-page .c-form__agreement {
  display: none;
}

.wp-contactform7-submit-button {
  display: none !important;
  cursor: pointer;
}

.wp-contactform7-confirm-page .wp-contactform7-submit-button {
  display: block !important;
}

.wp-contactform7-back-button {
  display: none !important;
  cursor: pointer;
}

.wp-contactform7-confirm-page .wp-contactform7-back-button {
  display: block !important;
}

.wp-contactform7-confirm-button {
  cursor: pointer;
}

.wp-contactform7-confirm-page .wp-contactform7-confirm-button {
  display: none !important;
}

.c-common-el__h2 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 16px;
  border-bottom: solid 3px #F4F4F4;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

.c-common-el__h2:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #0068B7;
}

.c-common-el__h3 {
  position: relative;
  padding: 15px 30px;
  font-size: 1.6rem;
  line-height: 1.3;
  background: #F3F4F5;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3 {
    padding: 10px 10px 10px 20px;
    font-size: 1.5rem;
  }
}

.c-common-el__h3:before {
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 18px);
  background: #0068B7;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3:before {
    left: 10px;
  }
}

* + .c-common-el__h2 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  * + .c-common-el__h2 {
    margin-top: 35px;
  }
}

.c-common-el__h2 + * {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2 + * {
    margin-top: 20px;
  }
}

.c-common-el__h2 + .c-common-el__dl {
  margin-top: 0;
  border-top: none;
}

.c-common-el__h2 + .c-common-el__dl:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2 + .c-common-el__dl {
    margin-top: 0;
  }
}

* + .c-common-el__h3 {
  margin-top: 35px;
}

.c-common-el__h3 + * {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3 + * {
    margin-top: 20px;
  }
}

.c-common-el__h2 + .c-common-el__h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2 + .c-common-el__h3 {
    margin-top: 20px;
  }
}

.c-common-el__dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #EEEEEE;
}

.c-common-el__dl + .c-common-el__dl {
  border-top: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl {
    display: block;
  }
}

.c-common-el__dl:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 220px;
  background: #BDBDBD;
}

.c-common-el__dl + .c-common-el__dl:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl:before {
    display: none;
  }
}

.c-common-el__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  border-bottom: 2px solid #BDBDBD;
  font-weight: bold;
  width: 220px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 17px;
  }
}

.c-common-el__dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #EEEEEE;
  padding: 25px 20px 25px 10px;
  font-size: 1.5rem;
  width: calc(100% - 220px);
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl dd {
    width: 100%;
    padding-bottom: 17px;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.c-form-header {
  position: relative;
  padding: 55px 0;
}

@media only screen and (max-width: 599px) {
  .c-form-header {
    text-align: center;
    padding: 0 0 30px 0;
    border-top: none;
  }
}

.c-form-header .c-form-headerTitle {
  font-size: 2.4rem;
}

@media only screen and (max-width: 599px) {
  .c-form-header .c-form-headerTitle {
    margin-bottom: 20px;
  }
}

.c-form-header .c-form-headerTitle small {
  display: block;
  margin-bottom: 8px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 300;
}

.c-form-step {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
}

@media only screen and (max-width: 599px) {
  .c-form-step {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
}

.c-form-step:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #AEAEAE;
  z-index: -1;
}

.c-form-step .c-form-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-step .c-form-step-list .c-form-step-list-item {
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50% 50% 50% 50%;
  background: #E0DFDC;
  margin-right: 20px;
}

.c-form-step .c-form-step-list .c-form-step-list-item:first-child {
  right: auto;
  left: 0;
}

.c-form-step .c-form-step-list .c-form-step-list-item:last-child {
  margin-right: 0;
}

.c-form-step .c-form-step-list .c-form-step-list-item:first-child {
  border: none;
  background: #000;
  color: #fff;
}

.c-form-step .c-form-step-list .wp-contactform7-confirm-page .c-form-step-list-item:first-child, .wp-contactform7-confirm-page .c-form-step .c-form-step-list .c-form-step-list-item:first-child {
  border: none;
  background: #6F6E6E;
  color: #AFB4BD;
}

.c-form-step .c-form-step-list .wp-contactform7-confirm-page .c-form-step-list-item:nth-child(2), .wp-contactform7-confirm-page .c-form-step .c-form-step-list .c-form-step-list-item:nth-child(2) {
  border: none;
  background: #000;
  color: #fff;
}

.c-form-step .c-form-step-list .c-form-step-list-item.is-complete {
  border: none;
  background: #6F6E6E;
  color: #AFB4BD;
}

.c-form-step .c-form-step-list .c-form-step-list-item.is-current {
  border: none;
  background: #000;
  color: #fff;
}

.c-form-step .c-form-step-list .c-form-step-list-item .c-form-step-list-item__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-form-step .c-form-step-list .c-form-step-list-item .c-form-step-list-item__inner .c-form-step-list-item__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.c-form-body {
  max-width: 980px;
  margin: 0 auto;
}

.c-form__description p {
  color: #383838;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .c-form__description p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.wp-contactform7-confirm-page .c-form__description p.is-input {
  display: none;
}

.c-form__description p.is-confirm {
  display: none;
}

.wp-contactform7-confirm-page .c-form__description p.is-confirm {
  display: block;
}

.c-form__description p span {
  background: #CC2B2B;
  display: inline-block;
  padding: 6px 6px;
  margin-right: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: 2px;
}

.c-form__agreementText {
  position: relative;
  width: 100%;
  height: 145px;
  padding: 20px 24px;
  margin-top: 30px;
  border: solid 1px #DCDBDC;
  overflow-y: scroll;
  background-color: #F3F3F3;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .c-form__agreementText {
    padding: 12px 16px;
    font-size: 1.3rem;
  }
}

.c-form__agreementButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px auto 60px;
  width: 425px;
  border-radius: 32px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-form__agreementButton {
    width: 100%;
    height: 52px;
  }
}

.c-form__agreementButton .c-form__agreementButtonText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0 !important;
}

.c-form__agreementButton .c-form__agreementButtonText:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FCFCFA;
  border: solid 4px #E7E6E1;
  margin-right: 10px;
  z-index: 100;
}

.c-form__agreementButton input[type="checkbox"]:checked + .c-form__agreementButtonText:before {
  background: #f99705;
}

* + .c-form-content {
  margin-top: 30px;
}

.c-form-content .c-form-content__section {
  border-top: solid 1px #E6E6E6;
}

.c-form-content .c-form-content__section .c-form-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #E6E6E6;
}

@media only screen and (max-width: 768px) {
  .c-form-content .c-form-content__section .c-form-content-item {
    display: block;
  }
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__header {
  position: relative;
  width: 250px;
  padding: 25px 20px;
  background: #F7F7F7;
}

@media only screen and (max-width: 768px) {
  .c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__header {
    width: 100%;
    padding: 20px 0 0 0;
    font-weight: 600;
    background: none;
  }
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__header p span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__header p.is-require:after {
  content: '★';
  display: inline-block;
  margin-left: 8px;
  padding: 0 6px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
  color: #0068B7;
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 20px;
}

@media only screen and (max-width: 768px) {
  .c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__body {
    padding: 25px 10px;
  }
}

.c-form-content .c-form-content__section .c-form-content-item .c-form-content-item__body small {
  display: block;
  margin-top: 7px;
  font-size: 1.1rem;
  color: #424242;
}

.c-form-content-item-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .c-form-content-item-child {
    display: block;
  }
}

.c-form-content-item-child:last-child {
  margin-bottom: 0;
}

.c-form-content-item-child .c-form-content-item-child__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  margin-right: 15px;
}

@media only screen and (max-width: 599px) {
  .c-form-content-item-child .c-form-content-item-child__header {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

.c-form-content-item-child .c-form-content-item-child__header p {
  line-height: 1.4;
}

.c-form-content-item-child .c-form-content-item-child__header + * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"] {
  padding: 10px 15px;
  border: solid 1px #ccc;
  border-radius: 3px 3px 3px 3px;
  font-size: 1.5rem;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:first-child,
input[type="password"]:first-child,
input[type="number"]:first-child,
input[type="tel"]:first-child,
input[type="email"]:first-child {
  margin-left: 0;
}

input[type="text"].is-size--l,
input[type="password"].is-size--l,
input[type="number"].is-size--l,
input[type="tel"].is-size--l,
input[type="email"].is-size--l {
  max-width: 75%;
}

input[type="text"].is-size--m,
input[type="password"].is-size--m,
input[type="number"].is-size--m,
input[type="tel"].is-size--m,
input[type="email"].is-size--m {
  max-width: 48%;
}

input[type="text"].is-size--s,
input[type="password"].is-size--s,
input[type="number"].is-size--s,
input[type="tel"].is-size--s,
input[type="email"].is-size--s {
  max-width: 35%;
}

input[type="text"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="email"]:placeholder-shown {
  color: #aaa;
  font-weight: 400;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #aaa;
  font-weight: 400;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}

input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::-ms-input-placeholder, input[type="password"]:focus::-ms-input-placeholder, input[type="number"]:focus::-ms-input-placeholder, input[type="tel"]:focus::-ms-input-placeholder, input[type="email"]:focus::-ms-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="email"]:focus::placeholder {
  color: transparent;
}

.c-form-inputItem-textarea textarea {
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  border: solid 1px #ccc;
  margin: 0 !important;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px !important/10pxrem;
  -webkit-appearance: none;
  outline: none;
}

.c-form-inputItem-textarea textarea:placeholder-shown {
  color: #aaa;
  font-weight: 400;
}

.c-form-inputItem-textarea textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}

.c-form-inputItem-textarea textarea::-moz-placeholder {
  opacity: 1;
  color: #aaa;
  font-weight: 400;
}

.c-form-inputItem-textarea textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}

.c-form-inputItem-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.c-form-inputItem-textarea textarea:focus::-moz-placeholder {
  color: transparent;
}

.c-form-inputItem-textarea textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.c-form-inputItem-textarea textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.c-form-inputItem-textarea textarea:focus::placeholder {
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .c-form-inputItem-textarea textarea {
    border: 1px solid #aaa;
  }
}

.c-form-inputItem-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-form-inputItem-text .c-form-inputItem-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-form-inputItem-text.is-col--auto .c-form-inputItem-text__item {
  margin-right: 20px;
}

.c-form-inputItem-text.is-col--2 .c-form-inputItem-text__item {
  width: calc((100% - 20px * (2 - 1)) / 2 - 0.1px);
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .c-form-inputItem-text.is-col--2 .c-form-inputItem-text__item {
    width: calc((100% - 10px * (2 - 1)) / 2 - 0.1px);
    margin-right: 10px;
  }
}

.c-form-inputItem-text.is-col--2 .c-form-inputItem-text__item:nth-child(2n) {
  margin-right: 0;
}

.c-form-inputItem-text .c-form-inputItem-text__item.is-size--l {
  width: 80%;
}

.c-form-inputItem-text .c-form-inputItem-text__item.is-size--m {
  width: 50%;
}

.c-form-inputItem-text .c-form-inputItem-text__item.is-size--s {
  width: 30%;
}

.c-form-inputItem-radio label {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}

.c-form-inputItem-radio label:last-of-type {
  margin-bottom: 0;
}

.c-form-inputItem-radio label input[type="radio"] {
  display: none;
}

.c-form-inputItem-radio label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  min-height: 26px;
}

.c-form-inputItem-radio label span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FCFCFA;
  border: solid 4px #E7E6E1;
  border-radius: 13px 13px 13px 13px;
}

.c-form-inputItem-radio label input[type="radio"]:checked + span:before {
  background: #0068B7;
}

.c-form-inputItem-checkbox label {
  position: relative;
  cursor: pointer;
}

.c-form-inputItem-checkbox label input[type="checkbox"] {
  display: none;
}

.c-form-inputItem-checkbox label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  min-height: 26px;
}

.c-form-inputItem-checkbox label span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FCFCFA;
  border: solid 4px #E7E6E1;
  z-index: 100;
}

.c-form-inputItem-checkbox label input[type="checkbox"]:checked + span:before {
  background: #0068B7;
}

.c-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .c-form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-form-submit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 280px;
  height: 40px;
  margin: 40px 10px 0;
  color: #000;
  font-weight: bold;
}

.c-form-submit__item:hover {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .c-form-submit__item {
    margin-top: 25px;
    height: 55px;
  }
}

.c-form-submit__item.if-agree {
  color: #FFFFFF;
}

.c-form-submit__item.is-back {
  max-width: 200px;
}

@media only screen and (max-width: 599px) {
  .c-form-submit__item.is-back {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.c-form-submit__item:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px #000;
}

.c-form-submit__item:hover:before {
  background: #000;
}

.c-form-submit__item input {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 1.1rem;
}

.c-form-submit__item input {
  cursor: pointer;
}

.c-form__finish .c-form__finishMain {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}

.c-form__finish .c-form__finishSub {
  line-height: 1.5;
  text-align: center;
}

.c-form-select {
  position: relative;
  display: inline-block;
  background: #fff;
  border: solid 1px #ccc;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .c-form-select {
    margin-right: 5px;
  }
}

.c-form-select:last-child {
  margin-right: 0;
}

.simpleForm .c-form-select {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .simpleForm .c-form-select {
    max-width: 100%;
    width: 100%;
  }
}

.c-form-select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 18px 8px 35px;
  background: none;
  z-index: 100;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}

.c-form-select select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-form-select select {
    padding-right: 37px;
  }
}

.simpleForm .c-form-select select {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .simpleForm .c-form-select select {
    max-width: 100%;
    width: 100%;
  }
}

.c-form-select .c-form-select__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 100%;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .c-form-select .c-form-select__icon {
    width: 25px;
  }
}

.c-form-select .c-form-select__icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #000;
  font-size: 1rem;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.c-heading-first__main {
  display: block;
  font-size: 6.1rem;
  font-weight: 900;
  color: #0068B7;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .c-heading-first__main {
    font-size: 3.5rem;
  }
}

.c-heading-first__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .c-heading-first__sub {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.c-heading-first__sub:before {
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background: #111111;
  margin-right: 8px;
}

.c-heading-first__sub:after {
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background: #111111;
  margin-left: 8px;
}

.c-heading-h2.-text-center {
  text-align: center;
}

.c-heading-h2__main {
  display: block;
  font-size: 5rem;
  font-weight: 700;
}

@media only screen and (max-width: 599px) {
  .c-heading-h2__main {
    font-size: 2.8rem;
    font-weight: 800;
  }
}

@media only screen and (max-width: 1024px) {
  .c-heading-h2__main br {
    display: none;
  }
}

.c-heading-h2__sub {
  display: block;
  font-weight: 600;
  color: #0068B7;
  margin-top: 15px;
}

@media only screen and (max-width: 599px) {
  .c-heading-h2__sub {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

.c-heading-h2-simple__text {
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .c-heading-h2-simple__text {
    font-size: 2.2rem;
  }
}

* + .c-notice {
  margin-top: 15px;
}

.c-notice__text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-pageNav {
  background: #eee;
  padding: 0 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  .c-pageNav {
    padding: 0 15px;
  }
}

.c-pageNav__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.c-pageNav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.c-pageNav-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-pageNav-list-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 3px #111;
  height: 60px;
  background: transparent;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
}

@media only screen and (max-width: 768px) {
  .c-pageNav-list-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 110px;
  }
}

@media only screen and (max-width: 599px) {
  .c-pageNav-list-item__inner {
    height: 100px;
  }
}

.c-pageNav-list-item__inner:hover {
  background: #0068B7;
  border-color: #0068B7;
  text-decoration: none;
}

.c-pageNav-list-item__inner:after {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #111;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

@media only screen and (max-width: 768px) {
  .c-pageNav-list-item__inner:after {
    position: static;
    display: block;
    content: "";
    font-family: "myfont";
    color: #111;
    font-size: 1.8rem;
    margin: 0;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 599px) {
  .c-pageNav-list-item__inner:after {
    margin-top: 10px;
    display: block;
    content: "";
    font-family: "myfont";
    color: #111;
    font-size: 1.4rem;
  }
}

.c-pageNav-list-item__inner:hover:after {
  color: #fff;
}

.c-pageNav-list-item__text {
  font-size: 1.4rem;
  color: #111;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center;
  line-height: 1.35;
}

@media only screen and (max-width: 1024px) {
  .c-pageNav-list-item__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 599px) {
  .c-pageNav-list-item__text {
    font-size: 1.1rem;
  }
}

.c-pageNav-list-item__inner:hover .c-pageNav-list-item__text {
  color: #fff;
}

.c-recruitLink {
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 10000;
}

@media only screen and (max-width: 768px) {
  .c-recruitLink {
    bottom: 40px;
  }
}

.c-recruitLink__unit-inner {
  position: relative;
  display: block;
  border-radius: 50px;
}

.c-recruitLink__unit-inner:before {
  position: absolute;
  top: -10px;
  left: -40px;
  display: block;
  content: "";
  width: 86px;
  height: 56px;
  background: url(/assets/img/common/ex-link-fukidashi.png) left top no-repeat;
  opacity: 0;
  -webkit-transition: opacity .2s, top .2s;
  transition: opacity .2s, top .2s;
}

.c-recruitLink__unit-inner:hover:before {
  opacity: 1;
  top: -20px;
}

.c-table table {
  width: 100%;
  border-top: solid 3px #111111;
  border-left: solid 3px #111111;
  table-layout: fixed;
}

.c-table table th {
  padding: 15px 5px;
  font-size: 1.8rem;
  border-bottom: solid 1px #B8BBBB;
  border-right: solid 3px #111111;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-table table th {
    font-size: 1.1rem;
  }
}

.c-table table th.is-colored {
  background: #E2EBF1;
  color: #2076a1;
}

.c-table table td {
  padding: 15px 5px;
  font-size: 1.4rem;
  border-bottom: solid 1px #B8BBBB;
  border-right: solid 3px #111111;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-table table td {
    font-size: 1.1rem;
  }
}

.c-table table thead th {
  color: #0068B7;
  background: #e1ebf5;
  border-bottom: solid 1px #0068B7;
}

.c-table table thead td {
  background: #e1ebf5;
  border-bottom: solid 1px #0068B7;
}

.c-table table tbody tr:last-child th {
  border-bottom: solid 3px #111111;
}

.c-table table tbody tr:last-child td {
  border-bottom: solid 3px #111111;
}

.c-table .is-cell-ta_c {
  text-align: center;
}

.c-voice {
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  border-bottom: 8px solid #262B33;
  margin-bottom: 80px;
}

.c-voice-body {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}

.c-voice-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-voice-members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-voice-member {
  position: relative;
  width: calc((100% - 60px * (2 - 1)) / 2 - 0.1px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.c-voice-members {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -0px;
}

@media only screen and (max-width: 768px) {
  .c-voice-member {
    max-width: 500px;
    width: calc((100% - 0px * (1 - 0)) / 1 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 60px;
  }
  .c-voice-members {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: -60px;
  }
}

.c-voice-member__inner:hover {
  text-decoration: none;
}

.c-voice-member__info {
  position: absolute;
  top: 30%;
  left: 0;
  width: 60%;
  background: #111111;
  padding: 20px;
  z-index: 1;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.c-voice-member__inner:hover .c-voice-member__info {
  background: #0068B7;
}

.c-voice-member__info-name-main {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.c-voice-member__info-name-sub {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.c-voice-member__image {
  position: relative;
  text-align: right;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .c-voice-member__image img {
    width: 70%;
  }
}

@media only screen and (max-width: 599px) {
  .c-voice-member__image img {
    width: 50%;
  }
}

.c-voice-member__label {
  position: absolute;
  bottom: -13px;
  left: 0;
  font-size: 9rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #262B33;
  z-index: 15;
}

@media only screen and (max-width: 599px) {
  .c-voice-member__label {
    font-size: 7rem;
    bottom: -7px;
  }
}

.c-button-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-button-simple-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0068B7;
  padding: 20px 0;
  width: 320px;
}

.c-button-simple-unit__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.c-button-simple-unit__text:before {
  position: absolute;
  right: -30px;
  display: block;
  content: "";
  font-family: "myfont";
  color: #fff;
  font-size: 1.7rem;
}

.c-list-dl-wrap.-line-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
  .c-list-dl {
    display: block;
    min-height: 100%;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}

.c-list-dl:not(:first-child) {
  margin-top: 30px;
}

.-line-horizontal .c-list-dl:not(:first-child) {
  margin-top: 0;
}

.-line-horizontal .c-list-dl {
  width: calc((100% - 80px * (2 - 1)) / 2 - 0.1px);
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.c-list-dl-wrap {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 599px) {
  .-line-horizontal .c-list-dl {
    width: calc((100% - 40px * (2 - 1)) / 2 - 0.1px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }
  .c-list-dl-wrap {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -30px;
  }
}

.c-list-dl__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 180px;
  width: 100%;
  padding-bottom: 3px;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  .c-list-dl__heading {
    max-width: 100%;
    padding-bottom: 0;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.c-list-dl__heading:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #0068B7;
}

@media only screen and (max-width: 599px) {
  .c-list-dl__heading:before {
    display: none;
  }
}

.c-list-dl__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 28px;
  position: relative;
  font-size: 1.4rem;
  padding-bottom: 3px;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  .c-list-dl__text {
    margin-left: 0;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.c-list-dl__text:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #111;
}

@media only screen and (max-width: 599px) {
  .c-list-dl__text:before {
    display: none;
  }
}

.p-content {
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .p-content {
    padding: 0 10px;
  }
}

.p-standard h1 {
  margin: 0 0 45px 0;
  font-size: 3rem;
  color: #2D2D2D;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .p-standard h1 {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
}

.p-standard h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 18px 30px 18px 30px;
  font-size: 1.7rem;
  font-weight: 500;
  background: #F2F1F0;
}

@media only screen and (max-width: 1024px) {
  .p-standard h2 {
    padding: 12px 15px 12px 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.p-standard h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0068B7;
}

.p-standard h3 {
  position: relative;
  border-bottom: solid 4px #EFEFEE;
  padding: 0 0 15px 5px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard h3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  background: #0068B7;
}

.p-standard h4 {
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard h4:before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0068B7;
}

.p-standard h5 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard p {
  font-size: 14px/10pxrem;
  line-height: 1.9;
  word-break: break-all;
}

.p-standard img {
  display: block;
  margin: 55px auto 0 auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-standard img {
    margin-top: 35px;
  }
}

.p-standard p img {
  margin-top: 0;
}

.p-standard figure {
  text-align: center;
}

.p-standard figure figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: center;
}

.p-standard dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-standard dl + dl {
  margin-top: 0;
}

.p-standard dl dt {
  font-weight: 500;
  clear: both;
  width: 33%;
  padding: 20px 20px;
  font-weight: 500;
  color: #000;
  border-top: solid 1px #000;
  line-height: 1.7;
}

.p-standard dl dd {
  padding: 20px 10px 20px 40px;
  border-top: solid 1px #C7C7C7;
  line-height: 1.7;
  width: 67%;
}

.p-standard ul > li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  counter-increment: num;
  padding-left: 15px;
}

.p-standard ul > li > ul {
  padding-left: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ul > li > ul > li {
  counter-increment: num;
}

.p-standard ul > li > ul > ul {
  padding-left: 22px;
}

.p-standard ul li {
  margin-top: 7px;
}

.p-standard ul li:first-child {
  margin-top: 0;
}

.p-standard ul li:before {
  position: absolute;
  left: 2px;
  top: 0.8em;
  margin-top: -2px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #222;
}

.p-standard ol > li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  counter-increment: num;
  padding-left: 22px;
}

.p-standard ol > li ol {
  padding-left: 22px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ol > li ol > li {
  counter-increment: num;
}

.p-standard ol > li ol ol {
  padding-left: 22px;
}

.p-standard ol li:before {
  content: counter(num);
  position: absolute;
  left: 2px;
  top: 6px;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  background: none !important;
}

.p-standard table {
  width: 100% !important;
  border-top: solid 1px #E8E7E7;
  border-left: solid 1px #E8E7E7;
  table-layout: fixed;
}

.p-standard table .cell-color--green {
  background: #D4E8D9;
}

.p-standard table .cell-color--blue {
  background: #D8EEED;
}

.p-standard table .cell-align--left {
  text-align: left;
}

.p-standard table .cell-align--center {
  text-align: center;
}

.p-standard table .cell-align--right {
  text-align: right;
}

.p-standard table .cell-valign--top {
  vertical-align: top;
}

.p-standard table .cell-valign--middle {
  vertical-align: middle;
}

.p-standard table .cell-valign--bottom {
  vertical-align: bottom;
}

.p-standard table .cell-fontSize--s {
  font-size: 1.2rem;
}

.p-standard table .icon {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .p-standard table .icon {
    width: 20px;
    height: 20px;
  }
}

.p-standard table .icon .svg-cross {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-cross svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-circle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #F3718F;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-triangle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-triangle svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #F57F0D;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .notice {
  position: relative;
  padding: 5px 0 5px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

.p-standard table .notice .text {
  font-size: 1.8rem;
}

.p-standard table .txt-small {
  display: block;
  margin-top: 30px;
}

.p-standard table small {
  font-size: 1rem;
}

.p-standard table a {
  text-decoration: underline;
}

.p-standard table a:hover {
  text-decoration: none;
}

.p-standard table tr th {
  padding: 12px 23px;
  border-right: solid 1px #E8E7E7;
  border-bottom: solid 1px #E8E7E7;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
  background: #D8EEED;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  width: auto !important;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    padding: 6px 8px;
  }
}

.p-standard table tr td {
  padding: 12px 10px;
  border-right: solid 1px #E8E7E7;
  border-bottom: solid 1px #E8E7E7;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  width: auto !important;
  max-width: 70%;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    padding: 6px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard .is-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar-thumb {
    background: #2cc2e4;
    border-radius: 5px;
  }
  .p-standard .is-scroll table {
    width: 150%;
  }
  .p-standard .is-scroll.is-scroll-width--x2 table {
    width: 200%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-1 table {
    width: 210%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-2 table {
    width: 220%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-3 table {
    width: 230%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-4 table {
    width: 240%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-5 table {
    width: 250%;
  }
  .p-standard .is-scroll.is-scroll-width--x3 table {
    width: 300%;
  }
}

.p-standard > * {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-standard > * {
    margin-top: 20px;
  }
}

.p-standard > *:last-child {
  margin-bottom: 0;
}

.p-standard > *:first-child {
  margin-top: 0;
}

.p-standard > * + h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-standard > * + h2 {
    margin-top: 45px;
  }
}

.p-standard > h2 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .p-standard > h2 + * {
    margin-top: 35px;
  }
}

.p-standard > * + h3 {
  margin-top: 40px;
}

.p-standard > h3 + * {
  margin-top: 25px;
}

.p-standard > * + h4 {
  margin-top: 30px;
}

.p-standard > h4 + * {
  margin-top: 20px;
}

.p-standard > * + h5 {
  margin-top: 25px;
}

.p-standard > h5 + * {
  margin-top: 18px;
}

.p-standard > * + h6 {
  margin-top: 25px;
}

.p-standard > h6 + * {
  margin-top: 18px;
}

.p-standard > h2 + h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-standard > h2 + h3 {
    margin-top: 20px;
  }
}

.company-base-section {
  position: relative;
  margin-bottom: 110px;
  z-index: 100;
}

@media only screen and (max-width: 599px) {
  .company-base-section {
    margin-bottom: 50px;
  }
}

.company-base-section:first-child {
  padding-top: 100px;
}

.company-base-section:last-child {
  margin-bottom: 0;
}

.company-base-section-header-title__main {
  display: block;
  font-size: 5rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .company-base-section-header-title__main {
    font-size: 2.8rem;
    font-weight: 800;
  }
}

.company-base-section-header-title__sub {
  display: block;
  font-size: 1.6rem;
  color: #0068B7;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .company-base-section-header-title__sub {
    font-size: 1.1rem;
    margin-top: 7px;
  }
}

.company-base-section-body {
  margin-top: 35px;
}

@media only screen and (max-width: 599px) {
  .company-base-section-body {
    margin-top: 20px;
  }
}

.company-base-bg__triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 85.6%;
  padding-top: 127%;
  z-index: 0;
}

@media only screen and (max-width: 1200px) {
  .company-base-bg__triangle {
    width: 105.6%;
    padding-top: 157%;
  }
}

@media only screen and (max-width: 599px) {
  .company-base-bg__triangle {
    width: 194.6%;
    padding-top: 277%;
    -webkit-transform: rotate(-11deg) translate(25%, 7%);
    transform: rotate(-11deg) translate(25%, 7%);
  }
}

.company-base-bg__triangle svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #EEEEEE;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.company-history {
  padding-bottom: 160px;
  margin-top: -70px;
}

@media only screen and (max-width: 599px) {
  .company-history {
    margin-top: -45px;
    padding-bottom: 40px;
  }
}

.company-history-timeline {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .company-history-timeline {
    max-width: 280px;
  }
}

@media only screen and (max-width: 599px) {
  .company-history-timeline {
    max-width: 300px;
    -webkit-transform: translateX(36%);
    transform: translateX(36%);
  }
}

@media only screen and (max-width: 320px) {
  .company-history-timeline {
    -webkit-transform: translateX(36%) scale(0.8);
    transform: translateX(36%) scale(0.8);
  }
}

.company-history-timeline:before {
  position: absolute;
  top: -50px;
  left: -216px;
  content: "";
  width: 4px;
  height: 110%;
  background: #000;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline:before {
    top: 0;
    height: 100%;
    width: 2px;
    left: -70px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

.company-history-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item {
    height: 35px;
  }
}

.company-history-timeline-item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: solid 6px #0068B7;
  margin-right: 15px;
}

.company-history-timeline-item:last-child:before {
  background: #0068B7;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:before {
    width: 20px;
    height: 20px;
    border: solid 3px #0068B7;
  }
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item {
    margin-bottom: 40px;
  }
}

.company-history-timeline-item:last-child {
  margin-bottom: 0;
}

.company-history-timeline-item:nth-child(1) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(1) {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.company-history-timeline-item:nth-child(2) {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(2) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.company-history-timeline-item:nth-child(3) {
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(3) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

.company-history-timeline-item:nth-child(4) {
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(4) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

.company-history-timeline-item:nth-child(5) {
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(5) {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}

.company-history-timeline-item:nth-child(6) {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(6) {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.company-history-timeline-item:nth-child(7) {
  -webkit-transform: translateX(-360px);
  transform: translateX(-360px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(7) {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
}

.company-history-timeline-item:nth-child(8) {
  -webkit-transform: translateX(-420px);
  transform: translateX(-420px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(8) {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }
}

.company-history-timeline-item:nth-child(9) {
  -webkit-transform: translateX(-480px);
  transform: translateX(-480px);
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item:nth-child(9) {
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}

.company-history-timeline-item-year {
  max-width: 105px;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item-year {
    max-width: 75px;
  }
}

.company-history-timeline-item-year__main {
  display: block;
  font-size: 2.4rem;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item-year__main {
    font-size: 1.8rem;
  }
}

.company-history-timeline-item-year__sub {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item-year__sub {
    font-size: 1rem;
  }
}

.company-history-timeline-item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-history-timeline-item-title__text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .company-history-timeline-item-title__text {
    font-size: 1.5rem;
  }
}

.company-history-image {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media only screen and (max-width: 768px) {
  .company-history-image {
    display: none;
  }
}

.company-character {
  padding: 50px 100px 100px;
  text-align: center;
}

.company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .company-message {
    display: block;
  }
}

.company-message-header {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .company-message-header {
    width: 100%;
  }
}

.company-message-body {
  width: 50%;
  padding-left: 25px;
}

@media only screen and (max-width: 768px) {
  .company-message-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .company-message-body {
    margin-top: 0px;
  }
}

.company-message-header-heading {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-heading {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.company-message-header-card {
  border: solid 3px #111111;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .company-message-header-card-image img {
    width: 100%;
  }
}

.company-message-header-card-body {
  padding: 15px 30px 20px 30px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body {
    padding: 15px 0 20px 0;
  }
}

.company-message-header-card-body-name {
  text-align: center;
  border-bottom: 3px solid #111;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-name {
    border-bottom: 2px solid #111;
  }
}

.company-message-header-card-body-name__main {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-name__main {
    font-size: 1.4rem;
  }
}

.company-message-header-card-body-name__sub {
  display: block;
  font-size: 1.6rem;
  margin-top: 13px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-name__sub {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.company-message-header-card-body-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail {
    display: block;
  }
}

.company-message-header-card-body-detail-item {
  width: 50%;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.company-message-header-card-body-detail-item.is-max {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item.is-max {
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item:last-child {
    margin-bottom: 0;
  }
}

.company-message-header-card-body-detail-item__heading {
  display: inline-block;
  background: #141414;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 19px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item__heading {
    font-size: 1.1rem;
    width: 60px;
  }
}

.company-message-header-card-body-detail-item__list li {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}

.company-message-header-card-body-detail-item__list li:last-child {
  margin-bottom: 0;
}

.company-message-header-card-body-detail-item__list li small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
}

.company-message-header-card-body-detail-item__text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  .company-message-header-card-body-detail-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
}

.company-message-body-section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
  .company-message-body-section {
    margin-bottom: 0;
  }
}

.company-message-body-section:last-child {
  margin-bottom: 0;
}

.company-message-body-section__heading {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background: #0068B7;
  border-radius: 30px;
  line-height: 1.4;
  text-align: center;
  padding: 11px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .company-message-body-section__heading {
    font-size: 1.4rem;
    border-radius: 0;
    padding: 13px 10px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .company-message-body-section__body {
    background: #EEEEEE;
    padding: 20px 15px;
  }
}

.company-message-body-section__text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.company-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .company-profile-info {
    display: block;
  }
}

.company-profile-info-section {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .company-profile-info-section {
    width: 100%;
  }
}

.company-profile-info-section:first-child {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .company-profile-info-section:first-child {
    padding-right: 0;
  }
}

.company-profile-info-section:last-child {
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .company-profile-info-section:last-child {
    padding-left: 0;
    margin-top: 5px;
  }
}

.company-profile-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
  .company-profile-info-item {
    display: block;
    min-height: 100%;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}

.company-profile-info-item:last-child {
  margin-bottom: 0;
}

.company-profile-info-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 180px;
  width: 100%;
  padding-bottom: 3px;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .company-profile-info-item__heading {
    max-width: 100%;
    padding-bottom: 0;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.company-profile-info-item__heading:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #0068B7;
}

@media only screen and (max-width: 599px) {
  .company-profile-info-item__heading:before {
    display: none;
  }
}

.company-profile-info-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 28px;
  position: relative;
  font-size: 1.4rem;
  padding-bottom: 3px;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .company-profile-info-item__text {
    margin-left: 0;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.company-profile-info-item__text:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #111;
}

@media only screen and (max-width: 599px) {
  .company-profile-info-item__text:before {
    display: none;
  }
}

.company-profile-map {
  position: relative;
  margin-top: 50px;
  background: #0068B7;
}

@media only screen and (max-width: 599px) {
  .company-profile-map {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 599px) {
  .company-profile-map:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
}

.company-profile-map iframe {
  width: 100%;
  height: 260px;
  -webkit-transform: translate(-10px, -8px);
  transform: translate(-10px, -8px);
}

@media only screen and (max-width: 599px) {
  .company-profile-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 5px);
    height: 100%;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}

.company-profile-address {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .company-profile-address {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .company-profile-address .company-profile-address-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .company-profile-address .company-profile-address-item:last-child {
    margin-bottom: 0;
  }
}

.company-profile-address .company-profile-address-item .company-profile-address-item__title {
  top: 0;
  left: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .company-profile-address .company-profile-address-item .company-profile-address-item__title {
    height: auto;
    font-size: 1.6rem;
  }
}

.company-profile-address .company-profile-address-item .company-profile-address-item__title span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .company-profile-address .company-profile-address-item .company-profile-address-item__title span {
    font-size: 1.2rem;
  }
}

.company-profile-address .company-profile-address-item .company-profile-address-item__image {
  width: 100%;
  height: 300px;
  border: 1px solid #0068B7;
}

.company-profile-address .company-profile-address-item .company-profile-address-item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.company-profile-address .company-profile-address-item .company-profile-address-item__map {
  height: 300px;
  width: calc(100% - 10px);
  margin: 30px 0 0 auto;
  background: #0068B7;
}

.company-profile-address .company-profile-address-item .company-profile-address-item__map iframe {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-10px, -8px);
  transform: translate(-10px, -8px);
}

.company-profile-list {
  margin-top: 45px;
}

.company-profile-list__heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .company-profile-list__heading {
    font-size: 1.6rem;
  }
}

.company-profile-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-profile-list-image-item {
  width: calc((100% - 105px * (3 - 2)) / 3 - 0.1px);
  margin-right: 17.5px;
  margin-left: 17.5px;
  margin-bottom: 20px;
}

.company-profile-list-image {
  margin-right: -17.5px;
  margin-left: -17.5px;
  margin-bottom: -20px;
}

.csr-office-body {
  margin-top: 30px;
}

.csr-office-section:not(:first-child) {
  margin-top: 35px;
}

.csr-office-section-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .csr-office-section-title {
    font-size: 1.6rem;
  }
}

.csr-office-section-title + * {
  margin-top: 20px;
}

.csr-office-section-title.-ex-margin + * {
  margin-top: 4px;
}

.csr-policy {
  background: #F7F7F7;
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  padding-top: 50px;
  padding-bottom: 60px;
}

.csr-policy-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .csr-policy-title {
    font-size: 1.8rem;
  }
}

.csr-policy-content {
  margin-top: 35px;
}

.csr-policy-content-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .csr-policy-content-units {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.csr-policy-content-unit {
  width: calc((100% - 120px * (3 - 2)) / 3 - 0.1px);
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.csr-policy-content-units {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
}

@media only screen and (max-width: 768px) {
  .csr-policy-content-unit {
    width: calc((100% - 90px * (3 - 2)) / 3 - 0.1px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
  }
  .csr-policy-content-units {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 599px) {
  .csr-policy-content-unit {
    width: calc((100% - 0px * (1 - 0)) / 1 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .csr-policy-content-units {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: -40px;
  }
}

.csr-policy-content-title {
  background: #0068B7;
  padding: 15px 0;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .csr-policy-content-title {
    font-size: 1.4rem;
  }
}

.csr-policy-content-list {
  margin-top: 12px;
}

.csr-policy-content-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  line-height: 1.6;
}

.csr-policy-content-list__item:not(:first-child) {
  margin-top: 5px;
}

.csr-policy-content-list__item:before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.6);
  content: "";
  width: 15px;
  height: 2px;
  background: #111111;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.flow-method {
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f7f7f7;
}

.flow-method-content {
  padding: 40px 70px;
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .flow-method-content {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .flow-method-content {
    padding: 30px 10px;
  }
}

.flow-method-panel {
  position: relative;
}

.-mail.flow-method-panel:before {
  position: absolute;
  top: 17%;
  right: -17%;
  display: block;
  content: "";
  font-family: "myfont";
  color: #e1ebf5;
  font-size: 26.2rem;
}

@media only screen and (max-width: 599px) {
  .-mail.flow-method-panel:before {
    font-size: 20rem;
  }
}

.-tel.flow-method-panel:before {
  position: absolute;
  top: 0;
  right: -6%;
  display: block;
  content: "";
  font-family: "myfont";
  color: #e1ebf5;
  font-size: 46rem;
}

@media only screen and (max-width: 599px) {
  .-tel.flow-method-panel:before {
    font-size: 25rem;
  }
}

.flow-method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-method-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow-method-list-button {
  width: 100%;
  height: 100%;
  border-top: 3px solid #0068B7;
  padding: 15px 0;
}

@media only screen and (max-width: 599px) {
  .flow-method-list-button {
    padding: 10px 0;
  }
}

.flow-method-list-button[aria-selected="true"] {
  border-color: #0068B7;
  background: #fff;
}

.flow-method-list-button[aria-selected="false"] {
  border-color: #888888;
  background: #D1D1D1;
}

.flow-method-list-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .flow-method-list-button__text {
    font-size: 1.4rem;
  }
}

[aria-selected="true"] .flow-method-list-button__text {
  color: #0068B7 !important;
}

[aria-selected="false"] .flow-method-list-button__text {
  color: #111 !important;
}

.flow-method-list-button__text:after {
  margin-left: 15px;
}

.-mail .flow-method-list-button__text:after {
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 3rem;
}

@media only screen and (max-width: 599px) {
  .-mail .flow-method-list-button__text:after {
    font-size: 2rem;
  }
}

.-tel .flow-method-list-button__text:after {
  display: block;
  content: "";
  font-family: "myfont";
  color: #111;
  font-size: 4rem;
}

@media only screen and (max-width: 599px) {
  .-tel .flow-method-list-button__text:after {
    font-size: 3rem;
  }
}

[aria-selected="true"] .flow-method-list-button__text:after {
  color: #0068B7 !important;
}

[aria-selected="false"] .flow-method-list-button__text:after {
  color: #111 !important;
}

.flow-method-timeline {
  position: relative;
}

.flow-method-timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.flow-method-timeline-item:before {
  position: absolute;
  left: 25px;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  z-index: 1;
}

.flow-method-timeline-item:first-child:before {
  top: auto;
  height: 50%;
  bottom: 0;
}

.flow-method-timeline-item:last-child:before {
  height: 50%;
}

.flow-method-timeline-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: solid 4px #0068B7;
  border-radius: 40px;
  background: #fff;
  z-index: 1;
}

.flow-method-timeline-item-label__text {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .flow-method-timeline-item-label__text {
    font-size: 1.6rem;
  }
}

.flow-method-timeline-item-textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.flow-method-timeline-item-textArea__mainText {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.flow-method-timeline-item-textArea__mainText.-red {
  color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .flow-method-timeline-item-textArea__mainText {
    font-size: 1.4rem;
  }
}

.flow-method-timeline-item-textArea__subText {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .flow-method-timeline-item-textArea__subText {
    font-size: 1.2rem;
  }
}

.flow-method-contact {
  position: relative;
  margin-top: 40px;
  padding: 30px;
  background: #262B33;
}

.flow-method-contact__title {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .flow-method-contact__title {
    font-size: 2rem;
  }
}

.flow-method-contact__text {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .flow-method-contact__text {
    font-weight: 500;
  }
}

.flow-method-contact-button {
  margin-top: 15px;
}

.flow-method-contact-button__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.flow-method-contact-button__unit:hover {
  background: #fff;
  text-decoration: none;
}

.flow-method-contact-button__text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

.flow-method-contact-button__unit:hover .flow-method-contact-button__text {
  color: #111;
}

@media only screen and (max-width: 599px) {
  .flow-method-contact-button__text {
    font-size: 2rem;
  }
}

.point-attention {
  padding: 100px 100px;
  background: url(/assets/img/common/pattern01.png) left top repeat;
}

@media only screen and (max-width: 768px) {
  .point-attention {
    padding: 100px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .point-attention {
    padding: 60px 15px;
  }
}

.point-attention__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding: 40px 220px 40px 40px;
  margin: 0 auto;
  background: #fff;
  border: solid 3px #111;
}

@media only screen and (max-width: 599px) {
  .point-attention__inner {
    padding: 20px 20px 80px 20px;
  }
}

.point-attention-title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .point-attention-title {
    font-size: 1.8rem;
  }
}

.point-attention-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .point-attention-text {
    font-size: 1.4rem;
  }
}

.point-attention-fukudashi {
  position: absolute;
  top: -65px;
  left: -90px;
}

@media only screen and (max-width: 768px) {
  .point-attention-fukudashi {
    left: -40px;
  }
}

@media only screen and (max-width: 599px) {
  .point-attention-fukudashi {
    top: -45px;
    left: -15px;
  }
}

@media only screen and (max-width: 599px) {
  .point-attention-fukudashi img {
    height: 60px;
  }
}

.point-attention-ex {
  position: absolute;
  bottom: -3px;
  right: -3px;
}

@media only screen and (max-width: 599px) {
  .point-attention-ex img {
    height: 100px;
  }
}

.point-content {
  padding-top: 100px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 599px) {
  .point-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.point-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 0 60px;
}

@media only screen and (max-width: 1024px) {
  .point-content-item {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .point-content-item {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .point-content-item {
    padding: 0 15px;
  }
}

.point-content-item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.point-content-item + .point-content-item {
  margin-top: 60px;
}

@media only screen and (max-width: 599px) {
  .point-content-item + .point-content-item {
    margin-top: 40px;
  }
}

.point-content-item-image {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .point-content-item-image {
    height: 300px;
    margin: 0 -40px;
  }
}

@media only screen and (max-width: 599px) {
  .point-content-item-image {
    height: 210px;
    margin: 0 -15px;
  }
}

.is-reverse .point-content-item-image {
  margin-right: 0;
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .is-reverse .point-content-item-image {
    margin: 0 -40px;
  }
}

.point-content-item-image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
}

@media only screen and (max-width: 1024px) {
  .point-content-item-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
  }
}

.is-reverse .point-content-item-image img {
  left: 0;
  right: auto;
}

.point-content-item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .point-content-item-detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -50px;
  }
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail {
    margin-top: -30px;
  }
}

.is-reverse .point-content-item-detail {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .is-reverse .point-content-item-detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.point-content-item-detail__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  border: 2px solid #111;
  width: 100%;
}

.is-point2 .point-content-item-detail__inner {
  padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .is-point2 .point-content-item-detail__inner {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .is-point2 .point-content-item-detail__inner {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .point-content-item-detail__inner {
    max-width: 700px;
    padding: 30px;
    background: #fff;
  }
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail__inner {
    padding: 20px 15px;
  }
}

.point-content-item-detail-label {
  position: absolute;
  top: 20px;
  right: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0068B7;
  width: 200px;
  height: 60px;
}

@media only screen and (max-width: 1024px) {
  .point-content-item-detail-label {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-label {
    width: 130px;
    height: 35px;
  }
}

.is-reverse .point-content-item-detail-label {
  right: auto;
  left: -15%;
}

.point-content-item-detail-label__text {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-label__text {
    font-size: 1.8rem;
  }
}

.point-content-item-detail-header:after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background: #111;
  margin: 20px auto;
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-header:after {
    width: 100%;
  }
}

.point-content-item-detail-header__title {
  font-size: 2.2rem;
  color: #0068B7;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-header__title {
    font-size: 1.6rem;
  }
}

.point-content-item-detail-body__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-body__text {
    font-size: 1.4rem;
  }
}

.point-content-item-detail-body__notice {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 3px;
}

@media only screen and (max-width: 599px) {
  .point-content-item-detail-body__notice {
    font-size: 1.1rem;
  }
}

.is-point1 .point-content-item-detail-iamge {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .is-point1 .point-content-item-detail-iamge img {
    height: 40px;
  }
}

.is-point2 .point-content-item-detail-iamge {
  text-align: center;
  margin-top: auto;
  margin-top: 10px;
}

.recruit-base-header + .recruit-base-body {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .recruit-base-header + .recruit-base-body {
    margin-top: 30px;
  }
}

.recruit-base-body .recruit-base-body__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .recruit-base-body .recruit-base-body__text {
    font-size: 1.8rem;
  }
}

.recruit-entry-heading {
  text-align: center;
}

.recruit-entry-heading__text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .recruit-entry-heading__text {
    font-size: 1.8rem;
  }
}

.recruit-entry-body {
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  background: url(/assets/img/common/pattern01.png) left top repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

.recruit-list-banner {
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  background: url(/assets/img/common/pattern01.png) left top repeat;
}

.recruit-list-banner__inner {
  padding: 30px 0 0;
}

.recruit-list-banner-item a {
  display: block;
  padding-bottom: 30px;
}

.recruit-list-banner-item .recruit-list-banner-item__no {
  width: 100%;
  padding-bottom: 30px;
}

.recruit-list-banner-item .recruit-list-banner-item__no p {
  background-color: #595959;
  padding: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

.recruit-welfare-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-welfare-card-item {
  width: calc((100% - 264px * (4 - 3)) / 4 - 0.1px);
  margin-right: 33px;
  margin-left: 33px;
  margin-bottom: 35px;
}

.recruit-welfare-card-items {
  margin-right: -33px;
  margin-left: -33px;
  margin-bottom: -35px;
}

@media only screen and (max-width: 768px) {
  .recruit-welfare-card-item {
    width: calc((100% - 120px * (3 - 2)) / 3 - 0.1px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 35px;
  }
  .recruit-welfare-card-items {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -35px;
  }
}

@media only screen and (max-width: 599px) {
  .recruit-welfare-card-item {
    width: calc((100% - 40px * (2 - 1)) / 2 - 0.1px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .recruit-welfare-card-items {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -25px;
  }
}

.recruit-welfare-card-item__image {
  text-align: center;
}

.recruit-welfare-card-item__text {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .recruit-welfare-card-item__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 599px) {
  .recruit-welfare-card-item__text {
    font-size: 1.2rem;
  }
}

.service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card-item-image {
  position: relative;
  max-height: 240px;
  position: relative;
}

.service-card-item-image:before {
  content: "";
  padding-top: 72%;
  display: block;
}

.service-card-item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.service-card-item-image__notice {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  bottom: 13px;
  right: 10px;
  font-weight: bold;
}

.service-card-item-content-title {
  line-height: 1.4;
  margin-top: 10px;
}

.service-card-item-content-title__main {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.service-card-item-content-title__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.service-card-item-content-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 3px #0068B7;
  padding: 15px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.service-card-item-content-tips-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 8px 8px 8px 0;
}

.service-card-item-content-tips-item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0068B7;
  border-radius: 5px;
  margin-right: 7px;
}

.service-content {
  padding-bottom: 135px;
}

.service-content-section {
  padding-top: 95px;
}

.service-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .service-content-main {
    position: relative;
    display: block;
  }
}

.service-content-sub {
  position: relative;
  margin-top: 40px;
  padding-bottom: 60px;
}

.service-content-sub:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 440px;
  width: 100%;
  background: #eeeeee;
  z-index: 0;
}

.service-content-sub-imageList {
  margin-top: 30px;
}

.service-content-main-header {
  max-width: 320px;
  width: 32%;
}

@media only screen and (max-width: 1024px) {
  .service-content-main-header {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .service-content-main-header {
    margin-bottom: 18px;
  }
}

.service-content-main-header-title__main {
  display: block;
  font-size: 5rem;
  font-weight: 700;
}

@media only screen and (max-width: 599px) {
  .service-content-main-header-title__main {
    font-size: 2.8rem;
    font-weight: 800;
  }
}

@media only screen and (max-width: 1024px) {
  .service-content-main-header-title__main br {
    display: none;
  }
}

.service-content-main-header-title__sub {
  display: block;
  font-weight: 600;
  color: #0068B7;
  margin-top: 15px;
}

@media only screen and (max-width: 599px) {
  .service-content-main-header-title__sub {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

.service-content-main-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  .service-content-main-body-image img {
    width: 100%;
  }
}

.service-content-main-body-detail {
  margin-top: 20px;
}

.service-content-main-body-detail__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail__heading {
    font-size: 1.6rem;
  }
}

.service-content-main-body-detail__text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail__text {
    font-size: 1.3rem;
  }
}

.service-content-main-body-detail-list {
  background: #fff;
  border: solid 3px #0068B7;
  padding: 20px 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail-list {
    padding: 20px;
  }
}

.service-content-main-body-detail-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-content-main-body-detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 100px * (2 - 1)) / 2 - 0.1px);
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 30px;
}

.service-content-main-body-detail-list__inner {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail-list-item {
    width: calc((100% - 0px * (1 - 0)) / 1 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .service-content-main-body-detail-list__inner {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: -15px;
  }
}

.service-content-main-body-detail-list-item-header {
  position: relative;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}

.service-content-main-body-detail-list-item-header__image {
  position: relative;
}

.service-content-main-body-detail-list-item-header__image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.service-content-main-body-detail-list-item-header__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.service-content-main-body-detail-list-item-body__heading {
  font-size: 1.8rem;
  color: #0068B7;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail-list-item-body__heading {
    font-size: 1.5rem;
  }
}

.service-content-main-body-detail-list-item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-content-main-body-detail-list-item-body__text {
  font-size: 1.2rem;
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .service-content-main-body-detail-list-item-body__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.service-content-sub-imageList__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .service-content-sub-imageList__heading {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.service-content-sub-imageList__heading:before {
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 2.2rem;
  margin-right: 10px;
}

@media only screen and (max-width: 599px) {
  .service-content-sub-imageList__heading:before {
    display: block;
    content: "";
    font-family: "myfont";
    color: #0068B7;
    font-size: 1.4rem;
  }
}

.service-timeline {
  position: relative;
  z-index: 10;
}

.service-timeline + .service-timeline {
  margin-top: 40px;
}

.service-timeline-heading {
  font-size: 2rem;
  color: #0068B7;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-timeline-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  border: solid 3px #0068B7;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .service-timeline-body {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .service-timeline-body {
    padding: 30px 15px;
  }
}

.service-timeline-body-main {
  max-width: 465px;
  width: 100%;
  padding-right: 10px;
}

.service-timeline-list {
  position: relative;
}

.service-timeline-list:before {
  position: absolute;
  left: 40px;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
}

@media only screen and (max-width: 599px) {
  .service-timeline-list:before {
    left: 30px;
  }
}

.service-timeline-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.service-timeline-list-item:not(:first-child) {
  margin-top: 20px;
}

.service-timeline-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: solid 4px #0068B7;
  border-radius: 40px;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  .service-timeline-list-item-label {
    width: 60px;
    height: 60px;
  }
}

.service-timeline-list-item-label__text {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .service-timeline-list-item-label__text {
    font-size: 1.6rem;
  }
}

.service-timeline-list-item-textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.service-timeline-list-item-textArea__mainText {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .service-timeline-list-item-textArea__mainText {
    font-size: 1.4rem;
  }
}

.service-timeline-list-item-textArea__subText {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}

@media only screen and (max-width: 599px) {
  .service-timeline-list-item-textArea__subText {
    font-size: 1.2rem;
  }
}

.service-timeline-body-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .service-timeline-body-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
  }
}

.service-timeline-body-image-item:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .service-timeline-body-image-item:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .service-timeline-body-image-item:not(:first-child) {
    margin-left: 10px;
  }
}

.top-base-contentHeading {
  position: relative;
  z-index: 10;
}

.top-base-contentHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .top-base-contentHeading {
    padding-bottom: 15px;
  }
}

.top-base-contentHeading__main {
  font-size: 6.1rem;
  color: #0068B7;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 599px) {
  .top-base-contentHeading__main {
    font-size: 3.5rem;
    font-weight: 800;
  }
}

.top-base-contentHeading__sub {
  display: block;
  font-size: 2rem;
  margin-left: 15px;
  font-weight: 600;
}

.top-base-contentBody {
  position: relative;
  z-index: 10;
}

.top-base-contentBody__heading {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top-base-contentBody__heading {
    font-size: 2rem;
  }
}

.top-base-contentBody__text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}

.top-base-contentBody__heading + .top-base-contentBody__text {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .top-base-contentBody__text {
    font-weight: 500;
  }
}

.top-base-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-base-button.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .top-base-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 599px) {
  .top-base-button {
    margin-top: 15px;
  }
}

.top-base-contentBody .top-base-button {
  margin-top: 30px;
}

.top-base-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 60px;
  border: 3px solid #111;
  background: #fff;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}

.top-base-button__inner:hover {
  text-decoration: none;
}

.ua-pc .top-base-button__inner:hover {
  background: #0068B7;
  border-color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .top-base-button__inner {
    height: 40px;
    width: 160px;
  }
}

.top-base-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  color: #0068B7;
  font-weight: 600;
}

.ua-pc .top-base-button__inner:hover .top-base-button__text {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .top-base-button__text {
    font-size: 1.4rem;
    padding-right: 5px;
  }
}

.top-base-button__text:after {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1.5rem;
}

.ua-pc .top-base-button__inner:hover .top-base-button__text:after {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .top-base-button__text:after {
    font-size: 1.3rem;
    right: -20px;
  }
}

.top-contents {
  padding: 0 40px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 599px) {
  .top-contents {
    padding: 0 15px 65px 15px;
  }
}

.top-contents__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.top-contents-strong-header {
  position: relative;
  z-index: 10;
}

.top-contents-strong-header__heading {
  position: relative;
}

.top-contents-strong-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-header__title {
    padding-bottom: 15px;
  }
}

.top-contents-strong-header__title__main {
  font-size: 6.1rem;
  color: #0068B7;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-header__title__main {
    font-size: 3.5rem;
    font-weight: 800;
  }
}

.top-contents-strong-header__title__sub {
  display: block;
  font-size: 2rem;
  margin-left: 15px;
  font-weight: 600;
}

.top-contents-strong-header__ghost {
  position: absolute;
  top: -75px;
  right: -28%;
  display: inline-block;
  max-width: 1032px;
  max-height: 270px;
  width: 100%;
}

.top-contents-strong-header__ghost:before {
  content: "";
  display: block;
  padding-top: 26%;
}

.top-contents-strong-header__ghost svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #f9f3f3;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.top-contents-strong-header-image {
  max-height: 420px;
  position: relative;
}

.top-contents-strong-header-image:before {
  content: "";
  padding-top: 42%;
  display: block;
}

.top-contents-strong-header-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-header-image {
    position: relative;
  }
  .top-contents-strong-header-image:before {
    content: "";
    padding-top: 60%;
    display: block;
  }
  .top-contents-strong-header-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
  }
}

.top-contents-strong-body {
  position: relative;
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  padding-top: 40px;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-body {
    padding-top: 28px;
  }
}

.top-contents-strong-body:before {
  content: "";
  position: absolute;
  left: 0;
  top: -17%;
  width: 100%;
  height: 125%;
  -webkit-transform: skew(0, 4.28deg);
  transform: skew(0, 4.28deg);
  background: #F7F7F7;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-body:before {
    -webkit-transform: skew(0, 11.28deg);
    transform: skew(0, 11.28deg);
  }
}

.top-contents-strong-body__heading {
  position: relative;
  z-index: 10;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-body__heading {
    font-size: 2.3rem;
  }
}

.top-contents-strong-body__text {
  position: relative;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .top-contents-strong-body__text {
    margin-top: 15px;
  }
}

.top-contents-button {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .top-contents-button {
    margin-top: 15px;
  }
}

.top-contents-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 60px;
  border: 3px solid #111;
  background: #fff;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}

.top-contents-button__inner:hover {
  text-decoration: none;
}

.ua-pc .top-contents-button__inner:hover {
  background: #0068B7;
  border-color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .top-contents-button__inner {
    height: 40px;
    width: 160px;
  }
}

.top-contents-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  color: #0068B7;
  font-weight: 600;
}

.ua-pc .top-contents-button__inner:hover .top-contents-button__text {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .top-contents-button__text {
    font-size: 1.4rem;
    padding-right: 5px;
  }
}

.top-contents-button__text:after {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1.5rem;
}

.ua-pc .top-contents-button__inner:hover .top-contents-button__text:after {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .top-contents-button__text:after {
    font-size: 1.3rem;
    right: -20px;
  }
}

.top-contents-list {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.top-contents-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-contents-list-item {
  width: calc((100% - 232px * (2 - 1)) / 2 - 0.1px);
  margin-right: 58px;
  margin-left: 58px;
  margin-bottom: 60px;
}

.top-contents-list__inner {
  margin-right: -58px;
  margin-left: -58px;
  margin-bottom: -60px;
}

@media only screen and (max-width: 768px) {
  .top-contents-list-item {
    width: calc((100% - 0px * (1 - 0)) / 1 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 60px;
  }
  .top-contents-list__inner {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: -60px;
  }
}

.top-contents-list-item-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-header-title {
    padding-bottom: 15px;
  }
}

.top-contents-list-item-header-title__main {
  font-size: 6.1rem;
  color: #0068B7;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-header-title__main {
    font-size: 3.5rem;
    font-weight: 800;
  }
}

.top-contents-list-item-header-title__sub {
  display: block;
  font-size: 2rem;
  margin-left: 15px;
  font-weight: 600;
}

.top-contents-list-item-header-image__inner {
  position: relative;
  display: block;
}

.top-contents-list-item-body-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button {
    margin-top: 15px;
  }
}

.top-contents-list-item-body-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 3px solid #111;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button__inner {
    width: 160px;
    height: 40px;
  }
}

.top-contents-list-item-body-button__mainText {
  font-size: 2.4rem;
  color: #111;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button__mainText {
    display: none;
  }
}

.top-contents-list-item-body-button__subText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  color: #0068B7;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button__subText {
    font-size: 1.4rem;
    padding-right: 5px;
  }
}

.top-contents-list-item-body-button__subText:before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  margin: 0 20px;
  background: #111;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button__subText:before {
    display: none;
  }
}

.top-contents-list-item-body-button__subText:after {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1.5rem;
}

@media only screen and (max-width: 599px) {
  .top-contents-list-item-body-button__subText:after {
    right: -20px;
    font-size: 1.3rem;
  }
}

.top-csr {
  margin-top: 120px;
  padding: 0 40px;
}

@media only screen and (max-width: 599px) {
  .top-csr {
    padding: 0 15px;
    margin-top: 60px;
  }
}

.top-csr__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0px auto;
  grid-template-rows: 1fr auto;
  -ms-grid-columns: 1fr 0px 44%;
  grid-template-columns: 1fr 44%;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-template-areas: "grid-image grid-header" "grid-image grid-footer";
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .top-csr__inner {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "grid-header" "grid-image" "grid-footer";
  }
  .top-csr__inner > .l-contentsHeader-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

.top-csr-header {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: grid-header;
  padding-top: 60px;
  padding-left: 60px;
}

.top-vehicle__inner > .top-csr-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media only screen and (max-width: 768px) {
  .top-csr-header {
    padding: 0;
  }
}

.top-csr-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: grid-image;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-csr__inner > .top-csr-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.top-vehicle__inner > .top-csr-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 768px) {
  .top-csr-image {
    margin-top: 30px;
  }
}

.top-csr-image__wrapper {
  position: relative;
  margin-left: -59%;
  z-index: 10;
  padding: 0 60px 70px 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .top-csr-image__wrapper {
    padding: 0 40px 40px 0;
  }
}

@media only screen and (max-width: 599px) {
  .top-csr-image__wrapper {
    margin-left: 0;
    padding: 0 15px 15px 0;
  }
}

.top-csr-image__wrapper img {
  position: relative;
  z-index: 5;
}

.top-csr-image__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 95%;
  max-width: 500px;
  height: 80%;
  background: url(/assets/img/common/pattern01.png) left top repeat;
  z-index: 1;
}

.top-csr-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: grid-footer;
  margin-top: 30px;
  padding-left: 60px;
}

.top-vehicle__inner > .top-csr-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

@media only screen and (max-width: 768px) {
  .top-csr-footer {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .top-csr-footer {
    margin-top: 15px;
  }
}

.top-hero {
  padding: 0 125px;
  height: 100vh;
  background-color: #216fb3;
}

@media only screen and (max-width: 768px) {
  .top-hero {
    padding: 0;
  }
}

.top-hero__inner {
  position: relative;
  max-width: 1350px;
  width: 100%;
  height: calc(100% - 30px);
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .top-hero__inner {
    height: calc(100% - 25px);
  }
}

.top-hero-logo {
  position: absolute;
  top: 50px;
  left: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 150px;
  width: 100%;
  height: 250px;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .top-hero-logo {
    display: none;
  }
}

.top-hero-logo-content__main {
  position: relative;
  display: block;
  max-width: 110px;
  max-height: 163px;
  width: 100%;
  margin: 0 auto;
}

.top-hero-logo-content__main:before {
  content: "";
  display: block;
  padding-top: 163%;
}

.top-hero-logo-content__main svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.top-hero-logo-content__text {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #005bac;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  font-family: Noto Sans JP;
}

.top-hero-copy {
  position: absolute;
  bottom: 18%;
  right: 5%;
  width: 42%;
  height: 38%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
  padding: 13px;
  max-width: 540px;
  max-height: 320px;
}

@media only screen and (max-width: 768px) {
  .top-hero-copy {
    width: calc(100% - 10%);
    height: 20%;
    bottom: 17%;
  }
}

.top-hero-copy__inner {
  border: 6px solid #111111;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-hero-copy__header {
  font-size: 2.2rem;
  color: #0068B7;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top-hero-copy__header {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  .top-hero-copy__header {
    font-size: 1.2rem;
  }
}

.top-hero-copy__body {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .top-hero-copy__body {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 599px) {
  .top-hero-copy__body {
    font-size: 1.8rem;
  }
}

.top-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.top-hero-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 525px;
  height: 130px;
  background: #fff;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .top-hero-news {
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .top-hero-news {
    padding: 20px 15px;
    height: auto;
  }
}

.top-hero-news-header {
  margin-right: 30px;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-header {
    margin-right: 20px;
  }
}

.top-hero-news-header__title {
  font-size: 2.6rem;
  color: #0068B7;
  font-weight: 800;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-header__title {
    font-size: 2.1rem;
  }
}

.top-hero-news-header-button {
  width: 78px;
  height: 30px;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-header-button {
    width: 60px;
  }
}

.top-hero-news-header-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  background: #0068B7;
}

.top-hero-news-header-button__inner:after {
  display: block;
  content: "";
  font-family: "myfont";
  color: #fff;
  font-size: 1rem;
  margin-left: 5px;
}

.top-hero-news-header-button__text {
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-header-button__text {
    font-size: 1.3rem;
  }
}

.top-hero-news-body-article__date {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-body-article__date {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
}

.top-hero-news-body-article__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .top-hero-news-body-article__title {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}

.top-hero-scroll {
  height: 30px;
  background: #000;
  margin: 0 calc((50% - 50vw));
}

@media only screen and (max-width: 599px) {
  .top-hero-scroll {
    height: 25px;
  }
}

.top-hero-scroll__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top-hero-scroll__inner:hover {
  text-decoration: none;
}

.top-hero-scroll__inner:after {
  display: block;
  content: "";
  font-family: "myfont";
  color: #fff;
  font-size: 1rem;
  margin-left: 5px;
}

.top-hero-scroll__text {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.top-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .top-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 599px) {
  .top-other {
    margin-top: 60px;
  }
}

.top-other-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .top-other-item {
    height: 300px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

@media only screen and (max-width: 599px) {
  .top-other-item {
    padding: 0 15px;
  }
}

.top-other-item:not(:first-child) {
  border-left: solid #878787 1px;
}

@media only screen and (max-width: 768px) {
  .top-other-item:not(:first-child) {
    border-left: none;
    border-top: solid #878787 1px;
  }
}

.is-mail.top-other-item:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
  display: block;
  content: "";
  font-family: "myfont";
  color: #ECECEC;
  font-size: 26rem;
  z-index: 1;
}

.is-tel.top-other-item:before {
  position: absolute;
  bottom: -6%;
  right: 2%;
  display: block;
  content: "";
  font-family: "myfont";
  color: #ECECEC;
  font-size: 36rem;
  z-index: 1;
}

.top-other-item__title {
  position: relative;
  color: #0068B7;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  z-index: 10;
}

@media only screen and (max-width: 599px) {
  .top-other-item__title {
    font-size: 1.8rem;
  }
}

.top-other-item__text {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  z-index: 10;
}

.top-other-item__tel {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 15px;
  z-index: 10;
}

.top-other-item-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  max-width: 500px;
  width: 100%;
}

.top-other-item-button.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .top-other-item-button {
    margin-top: 15px;
  }
}

.top-base-contentBody .top-other-item-button {
  margin-top: 30px;
}

.top-other-item-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 3px solid #111;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}

.top-other-item-button__inner:hover {
  text-decoration: none;
}

.ua-pc .top-other-item-button__inner:hover {
  background: #0068B7;
  border-color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .top-other-item-button__inner {
    height: 60px;
  }
}

.top-other-item-button__inner:after {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "";
  font-family: "myfont";
  color: #0068B7;
  font-size: 1.5rem;
}

.ua-pc .top-other-item-button__inner:hover:after {
  color: #fff;
}

.top-other-item-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  color: #111;
  font-weight: 600;
}

.ua-pc .top-other-item-button__inner:hover .top-other-item-button__text {
  color: #fff;
}

.top-recruit {
  padding: 0 40px;
}

@media only screen and (max-width: 599px) {
  .top-recruit {
    padding: 0 15px;
  }
}

.top-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.top-recruit-header {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
}

.top-recruit-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 580px;
  height: 177%;
  -webkit-transform: skew(0, -4.28deg);
  transform: skew(0, -4.28deg);
  background: #F7F7F7;
  width: 100%;
  z-index: 1;
}

.top-recruit-body {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .top-recruit-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.top-recruit-image {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .top-recruit-image {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .top-recruit-image {
    margin-top: 30px;
  }
}

.top-recruit-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-recruit-image-list__item {
  width: calc((100% - 150px * (3 - 2)) / 3 - 0.1px);
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 40px;
}

.top-recruit-image-list {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -40px;
}

@media only screen and (max-width: 768px) {
  .top-recruit-image-list__item {
    width: calc((100% - 60px * (3 - 2)) / 3 - 0.1px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .top-recruit-image-list {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 599px) {
  .top-recruit-image-list__item {
    width: calc((100% - 15px * (3 - 2)) / 3 - 0.1px);
    margin-right: 2.5px;
    margin-left: 2.5px;
    margin-bottom: 20px;
  }
  .top-recruit-image-list {
    margin-right: -2.5px;
    margin-left: -2.5px;
    margin-bottom: -20px;
  }
}

.top-recruit-image-list__item:nth-child(2) {
  margin-top: -90px;
}

@media only screen and (max-width: 768px) {
  .top-recruit-image-list__item:nth-child(2) {
    margin-top: 0;
  }
}

.top-recruit-image-list__item:nth-child(3) {
  margin-top: -135px;
}

@media only screen and (max-width: 768px) {
  .top-recruit-image-list__item:nth-child(3) {
    margin-top: 0;
  }
}

.top-recruit-footer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .top-recruit-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 599px) {
  .top-recruit-footer {
    padding-top: 20px;
  }
}

.top-vehicle {
  margin-top: 120px;
  padding: 0 40px;
}

@media only screen and (max-width: 599px) {
  .top-vehicle {
    padding: 0 15px;
    margin-top: 60px;
  }
}

.top-vehicle__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0px 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: 44% 0px 1fr;
  grid-template-columns: 44% 1fr;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-template-areas: "grid-header grid-image" "grid-footer grid-image";
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .top-vehicle__inner {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "grid-header" "grid-image" "grid-footer";
  }
  .top-vehicle__inner > .l-contentsHeader-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-csr-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-csr-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-csr-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.top-vehicle-header {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: grid-header;
  padding-top: 60px;
  padding-right: 60px;
}

.top-vehicle__inner > .top-vehicle-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media only screen and (max-width: 768px) {
  .top-vehicle-header {
    padding: 0;
  }
}

.top-vehicle-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: grid-image;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-csr__inner > .top-vehicle-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.top-vehicle__inner > .top-vehicle-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

@media only screen and (max-width: 768px) {
  .top-vehicle-image {
    margin-top: 30px;
  }
}

.top-vehicle-image__wrapper {
  position: relative;
  margin-right: -59%;
  padding: 0 0 70px 60px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .top-vehicle-image__wrapper {
    padding: 0 0 40px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .top-vehicle-image__wrapper {
    margin-right: 0;
    padding: 0 0 15px 15px;
  }
}

.top-vehicle-image__wrapper img {
  position: relative;
  z-index: 5;
}

.top-vehicle-image__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 95%;
  max-width: 500px;
  height: 80%;
  background: url(/assets/img/common/pattern01.png) left top repeat;
  z-index: 1;
}

.top-vehicle-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: grid-footer;
  margin-top: 30px;
}

.top-vehicle__inner > .top-vehicle-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

@media only screen and (max-width: 1024px){
  .l-contentsHeader-content-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-contentsHeader-description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-contentsHeader-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-contentsHeader-scroll {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .top-csr-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 768px){
  .top-csr-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-csr__inner > .top-csr-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-csr-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top-vehicle-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-vehicle-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-csr__inner > .top-vehicle-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-vehicle-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-vehicle-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top-vehicle__inner > .top-vehicle-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 599px) {
  .top-vehicle-footer {
    margin-top: 15px;
  }
}

.vehicle-content {
  padding-bottom: 100px;
}

.vehicle-content-section {
  position: relative;
  background: url(/assets/img/common/pattern02.png) left top repeat;
}

.vehicle-content-section:not(:first-child) {
  margin-top: 80px;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-section:not(:first-child) {
    margin-top: 60px;
  }
}

.vehicle-content-section__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.vehicle-content-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 calc((50% - 50vw));
  padding: 0 calc((50vw - 50%));
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.vehicle-content-detail:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background: #262B33;
}

.vehicle-content-image {
  width: 70%;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-image {
    width: 70%;
  }
}

@media only screen and (max-width: 599px) {
  .vehicle-content-image {
    width: 100%;
    padding: 0;
  }
}

.vehicle-content-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  background: #262B33;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-header {
    width: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .vehicle-content-header {
    width: 100%;
    padding: 15px;
  }
}

.vehicle-content-header__label {
  font-size: 12rem;
  color: #51555B;
  font-weight: 900;
  position: absolute;
  bottom: 128px;
  right: 30px;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-header__label {
    right: 15px;
    bottom: 0;
    font-size: 10rem;
  }
}

.vehicle-content-header__title {
  position: relative;
  z-index: 100;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-top: -50%;
  margin-left: 20%;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-header__title {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 599px) {
  .vehicle-content-header__title {
    font-size: 1.6rem;
    margin: 0;
  }
}

.vehicle-content-header__sub {
  position: relative;
  z-index: 100;
  margin-left: 20%;
  margin-top: 25px;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-header__sub {
    margin-left: 0;
    margin-top: 15px;
  }
}

.vehicle-content-header__subHeading {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}

.vehicle-content-header__subHeading:after {
  margin: 15px 0;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}

.vehicle-content-header__text {
  color: #fff;
  opacity: 0.5;
}

.vehicle-content-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-body {
    position: static;
  }
}

.vehicle-content-header__triangle {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 138%;
  height: 100%;
  -webkit-transform: translate(-99.7%, 0);
  transform: translate(-99.7%, 0);
}

.vehicle-content-header__triangle svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #262B33;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.vehicle-content-info {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 30px;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-info {
    padding: 15px;
  }
}

.vehicle-content-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 3px #111;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-info-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.vehicle-content-info-list-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-info-list-item {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .vehicle-content-info-list-item {
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .vehicle-content-info-list {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: -0px;
  }
}

.vehicle-content-info-list-item:before {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 2px;
  height: 30px;
  background: #111;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.vehicle-content-info-list-item:last-child:before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .vehicle-content-info-list-item:nth-child(2n):before {
    display: none;
  }
}

.vehicle-content-info-list-item__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0068B7;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-info-list-item__title {
    font-size: 1.6rem;
  }
}

.vehicle-content-info-list-item__text {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .vehicle-content-info-list-item__text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 599px) {
  .vehicle-content-info-list-item__text {
    font-size: 1rem;
  }
}

.voice-interview-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .voice-interview-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.voice-interview-bottom {
  margin-top: 30px;
}

.voice-interview-top__image {
  max-width: 400px;
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .voice-interview-top__image {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .voice-interview-top__image {
    width: 70%;
  }
}

.voice-interview-top__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .voice-interview-top__content {
    padding-left: 0;
  }
}

.voice-interview-qa__item {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10px;
}

.voice-interview-qa__item:not(:first-child) {
  margin-top: 30px;
}

.voice-interview-qa__item-label {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  color: #0068B7;
}

@media only screen and (max-width: 599px) {
  .voice-interview-qa__item-label {
    font-size: 3rem;
  }
}

.voice-interview-qa__item-title {
  margin-top: 13px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .voice-interview-qa__item-title {
    font-size: 2rem;
  }
}

.voice-interview-qa__item-text {
  margin-top: 5px;
  line-height: 1.8;
}

.voice-massage-header__description {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .voice-massage-header__description {
    font-size: 1.4rem;
  }
}

.voice-massage-body {
  margin-top: 30px;
}

.u-autoSpacer > * {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer > * {
    margin-top: 20px;
  }
}

.u-autoSpacer > *:last-child {
  margin-bottom: 0;
}

.u-autoSpacer > *:first-child {
  margin-top: 0;
}

.u-autoSpacer > * + h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer > * + h2 {
    margin-top: 45px;
  }
}

.u-autoSpacer > h2 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer > h2 + * {
    margin-top: 35px;
  }
}

.u-autoSpacer > * + h3 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer > * + h3 {
    margin-top: 20px;
  }
}

.u-autoSpacer > h3 + * {
  margin-top: 25px;
}

.u-autoSpacer > * + h4 {
  margin-top: 30px;
}

.u-autoSpacer > h4 + * {
  margin-top: 20px;
}

.u-autoSpacer > * + h5 {
  margin-top: 25px;
}

.u-autoSpacer > h5 + * {
  margin-top: 18px;
}

.u-autoSpacer > * + h6 {
  margin-top: 25px;
}

.u-autoSpacer > h6 + * {
  margin-top: 18px;
}

.u-autoSpacer > h2 + h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer > h2 + h3 {
    margin-top: 20px;
  }
}

.u-highlighter {
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.4;
}

.u-highlighter.is-red {
  background: #e60012;
  color: #FFF;
}

.u-highlighter.is-yellow {
  background: #FFFF4D;
}

.u-show--pc {
  visibility: visible;
  position: static;
}

br.u-show--pc {
  display: block;
}

img.u-show--pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .u-show--pc {
    visibility: hidden;
    position: absolute;
  }
  br.u-show--pc {
    display: none;
  }
  img.u-show--pc {
    display: none;
  }
}

.u-show--pc-tb {
  visibility: visible;
  position: static;
}

br.u-show--pc-tb {
  display: block;
}

img.u-show--pc-tb {
  display: block;
}

@media only screen and (max-width: 768px) {
  .u-show--pc-tb {
    visibility: hidden;
    position: absolute;
  }
  br.u-show--pc-tb {
    display: none;
  }
  img.u-show--pc-tb {
    display: none;
  }
}

.u-show--tb {
  visibility: hidden;
  position: absolute;
}

br.u-show--tb {
  display: none;
}

img.u-show--tb {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .u-show--tb {
    visibility: visible;
    position: static;
  }
  br.u-show--tb {
    display: block;
  }
  img.u-show--tb {
    display: block;
  }
}

.u-show--sp {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp {
  display: none;
}

img.u-show--sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-show--sp {
    visibility: visible;
    position: static;
  }
  br.u-show--sp {
    display: block;
  }
  img.u-show--sp {
    display: block;
  }
}

.u-show--sp_s {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp_s {
  display: none;
}

img.u-show--sp_s {
  display: none;
}

@media only screen and (max-width: 599px) {
  .u-show--sp_s {
    visibility: visible;
    position: static;
  }
  br.u-show--sp_s {
    display: block;
  }
  img.u-show--sp_s {
    display: block;
  }
}

.u-show--ios {
  display: none;
}

.ua-iphone .u-show--ios {
  display: block;
}

.ua-ipad .u-show--ios {
  display: block;
}

.u-show--android {
  display: none;
}

.ua-android .u-show--android {
  display: block;
}

.u-fw_n {
  font-weight: normal !important;
}

.u-fw_b {
  font-weight: bold !important;
}

.u-fz_xxl {
  font-size: 120% !important;
}

.u-fz_xl {
  font-size: 115% !important;
}

.u-fz_l {
  font-size: 110% !important;
}

.u-fz_s {
  font-size: 90% !important;
}

.u-fz_xs {
  font-size: 85% !important;
}

.u-fz_xxs {
  font-size: 80% !important;
}

.u-td_n {
  text-decoration: none !important;
}

.u-td_u {
  text-decoration: underline !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-mt_xxxl {
  margin-top: 50px !important;
}

.u-mt_xxl {
  margin-top: 45px !important;
}

.u-mt_xl {
  margin-top: 40px !important;
}

.u-mt_l {
  margin-top: 35px !important;
}

.u-mt_m {
  margin-top: 30px !important;
}

.u-mt_s {
  margin-top: 25px !important;
}

.u-mt_xs {
  margin-top: 20px !important;
}

.u-mt_xxs {
  margin-top: 15px !important;
}

.u-mt_xxxs {
  margin-top: 10px !important;
}

.u-mt_xxxxs {
  margin-top: 5px !important;
}

.u-mr_xxxl {
  margin-right: 50px !important;
}

.u-mr_xxl {
  margin-right: 45px !important;
}

.u-mr_xl {
  margin-right: 40px !important;
}

.u-mr_l {
  margin-right: 35px !important;
}

.u-mr_m {
  margin-right: 30px !important;
}

.u-mr_s {
  margin-right: 25px !important;
}

.u-mr_xs {
  margin-right: 20px !important;
}

.u-mr_xxs {
  margin-right: 15px !important;
}

.u-mr_xxxs {
  margin-right: 10px !important;
}

.u-mr_xxxxs {
  margin-right: 5px !important;
}

.u-mb_xxxl {
  margin-bottom: 50px !important;
}

.u-mb_xxl {
  margin-bottom: 45px !important;
}

.u-mb_xl {
  margin-bottom: 40px !important;
}

.u-mb_l {
  margin-bottom: 35px !important;
}

.u-mb_m {
  margin-bottom: 30px !important;
}

.u-mb_s {
  margin-bottom: 25px !important;
}

.u-mb_xs {
  margin-bottom: 20px !important;
}

.u-mb_xxs {
  margin-bottom: 15px !important;
}

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

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

.u-ml_xxxl {
  margin-left: 50px !important;
}

.u-ml_xxl {
  margin-left: 45px !important;
}

.u-ml_xl {
  margin-left: 40px !important;
}

.u-ml_l {
  margin-left: 35px !important;
}

.u-ml_m {
  margin-left: 30px !important;
}

.u-ml_s {
  margin-left: 25px !important;
}

.u-ml_xs {
  margin-left: 20px !important;
}

.u-ml_xxs {
  margin-left: 15px !important;
}

.u-ml_xxxs {
  margin-left: 10px !important;
}

.u-ml_xxxxs {
  margin-left: 5px !important;
}

.u-d_n {
  display: none !important;
}

.u-d_b {
  display: block !important;
}

.u-d_f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d_if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d_i {
  display: inline !important;
}

.u-d_ib {
  display: inline-block !important;
}

.u-jc_c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-jc_fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-jc_fs {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
