@charset "UTF-8";
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Rajdhani:400,600,700';
html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #111;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0 0 10px;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

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

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

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/** FONTS
==============================================*/
/** JS LIBS
==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.8;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: -70px;
  background-image: url(../img/common/slider-arrow-prev.png);
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -70px;
}

.slick-next {
  right: -70px;
  background-image: url(../img/common/slider-arrow-next.png);
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 5px;
  }
}

[dir="rtl"] .slick-next {
  left: -70px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 12px;
  line-height: 12px;
}

.slick-dots li.slick-active button {
  color: #a40000;
  background-color: #a40000;
  opacity: 1;
}

/** COMMON
==============================================*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

.fixed .wrap {
  overflow: hidden;
  height: 100%;
}

.wrap {
  position: relative;
  min-width: 1020px;
}

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
}

.small {
  font-size: 85.7%;
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
}

.figure.flex {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.figure.flex img {
  width: 100%;
}

.cover {
  overflow: hidden;
  position: relative;
}

.cover img {
  bottom: -100%;
  left: -100%;
  right: -100%;
  top: -100%;
  margin: auto;
  position: absolute;
  vertical-align: top;
  width: auto;
  width: 100%;
  height: auto;
}

.bgfullimg {
  background-repeat: no-repeat;
}

@media (min-width: 1980px) {
  .bgfullimg {
    background-size: 100% auto;
  }
}

.bgflex {
  display: block;
}

@media (min-width: 1980px) {
  .bgflex {
    background-size: 100% auto;
  }
}

.anchor {
  position: relative;
}

.anchor .offset {
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 767px) {
  .anchor .offset {
    top: -50px;
  }
}

.section-footer p {
  max-height: 999999px;
}

.section-footer a {
  color: #fff;
}

.section-footer a:hover {
  text-decoration: underline;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?87535958");
  src: url("../font/fontello.eot?87535958#iefix") format("embedded-opentype"), url("../font/fontello.woff2?87535958") format("woff2"), url("../font/fontello.woff?87535958") format("woff"), url("../font/fontello.ttf?87535958") format("truetype"), url("../font/fontello.svg?87535958#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?87535958#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-right-circle:before {
  content: '\e801';
}

/* '' */
.icon-left-circle:before {
  content: '\e802';
}

/* '' */
.icon-down-open:before {
  content: '\e803';
}

/* '' */
.icon-basket:before {
  content: '\e804';
}

/* '' */
.icon-cancel:before {
  content: '\e805';
}

/* '' */
.icon-home:before {
  content: '\e806';
}

/* '' */
.icon-up-open:before {
  content: '\e807';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

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

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  img.flex {
    width: 100%;
    height: auto;
  }
}

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

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.pager,
.navigation.pagination {
  padding: 30px 0 40px;
  border-top: 1px solid #c2c2c2;
}

.pager a,
.navigation.pagination a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .pager a,
  .navigation.pagination a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.pager a:hover,
.navigation.pagination a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pager a:hover,
  .navigation.pagination a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .pager,
  .navigation.pagination {
    padding-bottom: 30px;
  }
}

.pager .nav-links,
.navigation.pagination .nav-links {
  position: relative;
  text-align: center;
}

.pager .nav-links > *,
.navigation.pagination .nav-links > * {
  color: #006ae2;
  text-decoration: underline;
  line-height: 32px;
  position: absolute;
}

.pager .nav-links > *:hover,
.navigation.pagination .nav-links > *:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .pager .nav-links > *:hover,
  .navigation.pagination .nav-links > *:hover {
    text-decoration: underline;
  }
}

.pager .nav-links span.current,
.navigation.pagination .nav-links span.current {
  font-weight: bold;
}

.pager .nav-links a.next,
.navigation.pagination .nav-links a.next {
  background-image: url(../img/common/slider-arrow-next.png);
  background-position: right center;
  right: 0;
  padding-right: 45px;
}

.pager .nav-links a.prev,
.navigation.pagination .nav-links a.prev {
  background-image: url(../img/common/slider-arrow-prev.png);
  background-position: 0 center;
  padding-left: 45px;
  left: 0;
}

/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.slideInBottom {
  -webkit-transition: all 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  opacity: 0;
}

.slideInBottom.anim {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.slideInLeft {
  -webkit-transition: all 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  opacity: 0;
}

.slideInLeft.anim {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.fadeIn {
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.fadeIn.anim {
  opacity: 1;
}

.setAnimate {
  opacity: 0;
}

/** HEADER MASTHEAD
==============================================*/
.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .site-header {
    height: 85px;
  }
}

.site-header .masthead {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.site-header .masthead .utilnav-list {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  top: 0;
}

.site-header .masthead .brand-logo {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.site-header .brand-logo img {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  height: 72px;
}

@media only screen and (max-width: 767px) {
  .site-header.fixed {
    height: 60px;
  }
}

.site-header.fixed .masthead {
  padding: 10px 0 25px;
}

@media only screen and (max-width: 767px) {
  .site-header.fixed .masthead {
    padding: 10px 0 15px;
  }
}

.site-header.fixed .masthead .utilnav-list {
  top: -10px;
}

.site-header.fixed .masthead .brand-logo {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .site-header.fixed .masthead .brand-logo {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header.fixed .masthead .utilnav-contact a {
    width: 40px;
    height: 40px;
  }
}

.site-header.fixed .brand-logo img {
  height: 42px;
}

@media only screen and (max-width: 767px) {
  .site-header.fixed .brand-logo img {
    height: 30px;
  }
}

.masthead {
  position: absolute;
  width: 100%;
  top: 40px;
  height: 60px;
  z-index: 999;
  color: #3162ae;
}

@media only screen and (max-width: 767px) {
  .masthead {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.masthead .row {
  position: relative;
}

@media (max-width: 1350px) {
  .masthead .row {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  .masthead .row {
    padding: 0 14px;
  }
}

.masthead .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .masthead .panel {
    padding: 0;
    background-color: transparent;
  }
}

.masthead .brand-logo {
  width: 30px;
}

.masthead .page-title {
  padding-left: 25px;
}

.masthead__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1350px) {
  .masthead__nav {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .masthead__nav {
    display: none;
  }
}

.masthead__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.masthead__nav li {
  margin: 0 0 0 15px;
}

.masthead__nav .mhn-entry span {
  font-size: 1.0rem;
}

.page--passion .mhn-passion a {
  color: #3162ae;
}

.page--passion .sl-passion a {
  color: #fff100 !important;
}

.page--work .mhn-work a {
  color: #3162ae;
}

.page--work .sl-work a {
  color: #fff100 !important;
}

.page--questionnaire .mhn-questionnaire a {
  color: #3162ae;
}

.page--questionnaire .sl-questionnaire a {
  color: #fff100 !important;
}

.page--support .mhn-support a {
  color: #3162ae;
}

.page--support .sl-support a {
  color: #fff100 !important;
}

.page--report .mhn-report a {
  color: #3162ae;
}

.page--report .sl-report a {
  color: #fff100 !important;
}

.page--entry .mhn-entry a {
  color: #3162ae;
}

.page--entry .sl-entry a {
  color: #fff100 !important;
}

.globalnav {
  background: #4f79bb;
  background: radial-gradient(ellipse at center, #4f79bb 0%, #3162ae 64%, #3162ae 64%, #3162ae 70%, #3162ae 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  color: #fff;
  z-index: 99998;
}

@media only screen and (max-width: 767px) {
  .globalnav {
    background: #3162AE;
  }
}

.globalnav a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .globalnav a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.globalnav a:hover {
  color: #FFF100;
}

@media only screen and (max-width: 767px) {
  .globalnav a:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .globalnav a {
    display: block;
  }
}

.globalnav .gn-wrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-wrap {
    overflow-y: scroll;
    height: 100vh;
  }
}

.globalnav .gn-content {
  padding-bottom: 60px;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-content {
    display: block;
  }
}

.globalnav .gn-brand-logo {
  width: 240px;
  padding-top: 195px;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-brand-logo {
    display: none;
  }
}

.globalnav .gn-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 880px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-wrap {
    width: auto;
    display: block;
  }
}

.globalnav .gn-list {
  width: 420px;
  text-align: left;
  font-size: 2.0rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list {
    width: auto;
    margin: 0 26px;
    font-size: 1.3rem;
  }
}

.globalnav .gn-list > li {
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px dotted #fff;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list > li {
    padding: 0;
  }
}

.globalnav .gn-list-sub {
  padding-left: 20px;
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-sub {
    padding: 0;
    display: none;
  }
}

.globalnav .gn-list-sub a {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-sub a {
    font-size: 1.2rem;
    padding: 16px 0 16px 20px;
  }
}

.globalnav .gn-list-sub li {
  margin: 6px 0;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-sub li {
    margin: 0;
    border-top: 1px dotted #fff;
  }
}

.globalnav .gn-list-sub__report {
  margin-left: 2em;
  padding: 10px 0 0;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-sub__report {
    padding: 0 0 14px;
    margin-left: 2em;
  }
}

.globalnav .gn-list-sub__report a {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list-sub__report a {
    display: inline-block;
    padding: 0;
    font-size: 1.1rem;
  }
}

.globalnav .gn-util {
  border-bottom: none;
}

.globalnav .gn-util a {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-util {
    display: none;
  }
}

.globalnav .gn-close {
  position: absolute;
  top: 40px;
  left: 40px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-close {
    top: 0;
    left: auto;
    right: 0;
  }
}

.globalnav .gn-close a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/common/gn-close.png);
  background-repeat: no-repeat;
  z-index: 999;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-dir {
    font-size: 1.8rem;
    padding: 1em 0;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .globalnav .has-sub-nav .gn-dir {
    background-image: url(../img/common/sp-gn-open.png);
    background-position: 100% 50%;
    background-size: 30px auto;
  }
  .globalnav .has-sub-nav .gn-dir.open {
    background-image: url(../img/common/sp-gn-close.png);
  }
}

.gn-menu,
#gn-menu,
#sp-menu,
.sp-nav-menu {
  width: 60px;
  height: 60px;
  background-color: #3162AE;
  position: fixed;
  top: 40px;
  left: 40px;
  padding: 19px 15px;
  line-height: 1;
  z-index: 999999;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .gn-menu,
  #gn-menu,
  #sp-menu,
  .sp-nav-menu {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 0;
    padding: 19px 15px;
    top: 0;
    left: auto;
    right: 0;
  }
}

.menu-hbg,
.menu-trigger,
.sp-menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-hbg,
.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-hbg span,
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.menu-hbg span:nth-of-type(1),
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-hbg span:nth-of-type(2),
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-hbg span:nth-of-type(3),
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.gn-menu.active .menu-trigger.basic span:nth-of-type(1),
#gn-menu.active .menu-trigger.basic span:nth-of-type(1),
#sp-menu.active .menu-trigger.basic span:nth-of-type(1),
.sp-nav-menu.active .menu-trigger.basic span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.gn-menu.active .menu-trigger.basic span:nth-of-type(2),
#gn-menu.active .menu-trigger.basic span:nth-of-type(2),
#sp-menu.active .menu-trigger.basic span:nth-of-type(2),
.sp-nav-menu.active .menu-trigger.basic span:nth-of-type(2) {
  opacity: 0;
}

.gn-menu.active .menu-trigger.basic span:nth-of-type(3),
#gn-menu.active .menu-trigger.basic span:nth-of-type(3),
#sp-menu.active .menu-trigger.basic span:nth-of-type(3),
.sp-nav-menu.active .menu-trigger.basic span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.gn-menu.active .menu-trigger.rotate span,
#gn-menu.active .menu-trigger.rotate span,
#sp-menu.active .menu-trigger.rotate span,
.sp-nav-menu.active .menu-trigger.rotate span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.gn-menu.active .menu-trigger.rotate span:nth-of-type(1),
#gn-menu.active .menu-trigger.rotate span:nth-of-type(1),
#sp-menu.active .menu-trigger.rotate span:nth-of-type(1),
.sp-nav-menu.active .menu-trigger.rotate span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.gn-menu.active .menu-trigger.rotate span:nth-of-type(2),
#gn-menu.active .menu-trigger.rotate span:nth-of-type(2),
#sp-menu.active .menu-trigger.rotate span:nth-of-type(2),
.sp-nav-menu.active .menu-trigger.rotate span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.gn-menu.active .menu-trigger.rotate span:nth-of-type(3),
#gn-menu.active .menu-trigger.rotate span:nth-of-type(3),
#sp-menu.active .menu-trigger.rotate span:nth-of-type(3),
.sp-nav-menu.active .menu-trigger.rotate span:nth-of-type(3) {
  opacity: 0;
}

.breadcrumbs {
  background-color: #3162AE;
  color: #fff;
}

.breadcrumbs .icon-home {
  font-size: 1.4rem;
}

.breadcrumbs .bc-list {
  margin-bottom: 0;
  height: 50px;
}

.breadcrumbs a,
.breadcrumbs span {
  font-weight: bold;
  position: relative;
  padding: 0 10px 0 10px;
  color: #fff;
}

.breadcrumbs ol {
  padding-top: 14px;
  height: 50px;
  font-size: 1.2rem;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.2rem;
}

.breadcrumbs li.disabled {
  font-weight: bold;
  color: #fff;
}

.breadcrumbs li.disabled:after {
  display: none;
}

.breadcrumbs li:after {
  content: '>';
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/** MAIN CONTAINERS
==============================================*/
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title-bar {
  padding-top: 50px;
  height: 100px;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .page-title-bar {
    padding-top: 20px;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.page-title__jp {
  font-weight: bold;
  margin-right: 1em;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .page-title__jp {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}

.page-title__en {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-title__en {
    font-size: 1.0rem;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

.lnav {
  text-align: left;
}

.lnav-head-bar {
  background-color: #388071;
  height: 80px;
  padding-top: 22px;
}

@media only screen and (max-width: 767px) {
  .lnav-head-bar {
    height: 48px;
    padding-top: 12px;
  }
  .lnav-head-bar.is-active .lnav-title:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.lnav-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .lnav-title:before {
    content: "\e808";
    font-family: webfont;
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
}

.lnav-title__jp {
  margin-right: 1em;
  font-weight: bold;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .lnav-title__jp {
    font-size: 1.8rem;
  }
}

.lnav-title__en {
  font-weight: bold;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lnav-title__en {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .lnav-list {
    z-index: 99;
    display: none;
  }
}

.lnav-list__title {
  font-size: 2.0rem;
  color: #fff;
  font-weight: bold;
  height: 60px;
  padding-top: 15px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 100ms cubic-bezier(0.42, 0, 0.58, 1);
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .lnav-list__title {
    display: none;
  }
}

.lnav-list__title span {
  position: relative;
}

.lnav-list__title:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100vw;
  right: 0;
  top: 0;
  background-color: #333;
  height: 100%;
}

.lnav-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.localnav__top .lnav-list {
  background-color: #f3f3f3;
  position: absolute;
  width: 100%;
}

.lnav-list.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  z-index: 9999;
}

.lnav-list.fixed .lnav-list__title {
  visibility: visible;
  opacity: 1;
}

.lnav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
}

@media only screen and (max-width: 767px) {
  .lnav-list ul {
    display: block;
  }
}

.lnav-list ul a {
  color: #494949;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding: 0 1em;
  height: 60px;
  padding-top: 18px;
}

@media only screen and (max-width: 767px) {
  .lnav-list ul a {
    color: #fff;
    border-top: 1px solid #fff;
    position: relative;
  }
  .lnav-list ul a:before {
    text-align: center;
    width: 20px;
    content: "\f105";
    font-family: webfont;
    margin-right: 15px;
    color: #fff;
    font-size: 2.0rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 12px;
  }
}

.lnav-list ul a:hover {
  position: relative;
}

.localnav__top .lnav-list ul a:hover:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
  content: " ";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 12px solid #388071;
}

@media only screen and (max-width: 767px) {
  .localnav__top .lnav-list ul a:hover:after {
    display: none;
  }
}

body.recruit .site-main {
  padding-bottom: 0;
}

.wrap {
  min-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: 0;
  }
}

.row.min {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .row.min {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 0 25px;
  }
}

.ff-rja {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 2px;
}

.arrow-top-right {
  position: relative;
  border-top: 100px solid #1388D0;
}

.arrow-top-right:after {
  position: absolute;
  content: " ";
  right: 0;
  top: -80px;
  width: 0;
  height: 0;
  border-top: 80px solid #1588D0;
  border-left: 80px solid transparent;
}

.arrow-top-left {
  position: relative;
  border-top: 100px solid #1388D0;
}

@media only screen and (max-width: 767px) {
  .arrow-top-left {
    border-top: none;
  }
}

.arrow-top-left:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #1588D0;
  border-right: 80px solid transparent;
}

@media only screen and (max-width: 767px) {
  .arrow-top-left:after {
    display: none;
  }
}

.arrow-bottom-right {
  position: relative;
}

.arrow-bottom-right:after {
  position: absolute;
  content: " ";
  right: 0;
  top: -80px;
  width: 0;
  height: 0;
  border-bottom: 80px solid #1588D0;
  border-left: 80px solid transparent;
}

.site-main {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 0px;
  }
}

.site-main.ornament {
  border-bottom: 100px solid #1388D0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .site-main.ornament {
    border-bottom: none;
  }
}

.site-main.ornament:after {
  position: absolute;
  content: " ";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid #1588D0;
  border-left: 80px solid transparent;
}

@media only screen and (max-width: 767px) {
  .site-main.ornament:after {
    display: none;
  }
}

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

.img-sequence {
  margin-top: -50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .img-sequence {
    margin-top: -10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

.img-sequence li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .img-sequence li {
    width: 33%;
    padding: 5px;
    margin-bottom: 0;
  }
}

.text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .column {
    padding: 0;
  }
}

.nopad {
  padding: 0;
}

.lead {
  margin-top: 1em;
}

.lead.strong {
  font-size: 1.8rem;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 767px) {
  .lead.strong {
    font-size: 1.5rem;
  }
}

p.lead {
  margin-top: 0;
}

.intro {
  margin-bottom: 3em;
}

.cap {
  text-align: right;
  margin-top: 0.5em;
}

.panel.topics {
  background-color: #F8F8F8;
  padding: 30px;
  border: 1px solid #DADADA;
}

.panel.topics li {
  font-weight: bold;
}

.panel.topics .row {
  margin: 0;
}

.more {
  text-align: right;
  margin-bottom: 0;
}

.more a {
  text-align: center;
  width: 140px;
  height: 50px;
  list-style: 1px;
  background-color: #3162AE;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  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;
  margin: 0 auto;
}

.more a:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/navi-btn-arrow.png);
  width: 42px;
  height: 100%;
  background-position: 50% 50%;
  left: -25px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .more a:before {
    background-size: 30px auto;
    left: -15px;
  }
}

.section-entry-ux {
  padding: 0px 0 90px;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux {
    padding: 30px 0;
  }
}

.section-entry-ux .row {
  max-width: 680px;
}

.section-entry-ux .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry {
    margin: 20px -10px;
  }
}

.section-entry-ux .entry li {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry li {
    padding: 0 10px;
  }
}

.section-entry-ux .entry a {
  background-color: #3162AE;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0 15px;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.section-entry-ux .entry a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.section-entry-ux .entry a dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry a dt {
    font-size: 1.2rem;
  }
}

.section-entry-ux .entry a dd {
  letter-spacing: 3px;
  font-size: 3.0rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .section-entry-ux .entry a dd {
    font-size: 1.8rem;
  }
}

.section-support .support__head {
  padding-left: 196px;
  padding-top: 50px;
  background-image: url(../img/common/q-img.png);
  background-repeat: no-repeat;
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .section-support .support__head {
    height: auto;
    padding-top: 20px;
    padding-left: 18%;
    background-size: 15% auto;
    margin-bottom: 25px;
  }
}

.section-support .support__head.mini {
  padding-bottom: 80px;
  background: none;
  height: auto;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .section-support .support__head.mini {
    padding-bottom: 30px;
  }
}

.section-support .support__head.mini .btn-contact {
  width: 410px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-support .support__head.mini .btn-contact {
    width: auto;
  }
}

.section-support .support__title-jp {
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 40px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #0098cc;
}

@media only screen and (max-width: 767px) {
  .section-support .support__title-jp {
    font-size: 1.7rem;
    padding-left: 0;
  }
}

.section-support .support__qlist {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .section-support .support__qlist {
    padding-left: 0;
  }
}

.section-support .support__qlist span {
  color: #008DC5;
}

.section-support .support__qlist li {
  margin-bottom: 0.25em;
}

.section-support .comment {
  background-color: #f6f6f6;
  padding: 30px 40px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .section-support .comment {
    padding: 30px;
  }
}

.section-support .comment__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .section-support .comment__title {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
  }
}

.section-support .comment__text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .section-support .comment__text {
    font-size: 1.2rem;
  }
}

.section-support .comment__text p:last-child {
  margin-bottom: 0;
}

.section-support .stafff {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .section-support .stafff {
    display: none;
  }
}

.section-support .btn-contact {
  width: 270px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .section-support .btn-contact {
    width: auto;
    margin-left: -15%;
    margin-right: 7%;
    text-align: center;
  }
  .section-support .btn-contact a {
    padding: 10px;
    display: block;
  }
  .section-support .btn-contact a:after {
    display: none;
  }
  .section-support .btn-contact span {
    margin: 0;
    width: 100%;
    display: inline-block;
  }
}

.btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e51c1d;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-radius: 3px;
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#F11E20), to(#D31517));
  background: linear-gradient(to bottom, #F11E20 0%, #D31517 100%);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .btn-contact a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.btn-contact a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .btn-contact a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.btn-contact a span {
  color: #fff;
}

.btn-contact a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: " ";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}

.btn-contact__jp {
  font-size: 1.4rem;
  margin-right: 1em;
}

.btn-contact__en {
  font-size: 1.0rem;
}

.page--top .masthead {
  padding-top: 0px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .page--top .masthead {
    display: block;
    padding-top: 14px;
  }
  .page--top .masthead img {
    height: 34px;
  }
}

.page--top .site-main {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .site-main {
    padding-top: 0px;
  }
}

.page--top .more {
  text-align: right;
  margin-bottom: 0;
}

.page--top .more a {
  text-align: center;
  width: 140px;
  height: 50px;
  list-style: 1px;
  background-color: #3162AE;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  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;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page--top .more a {
    width: 100px;
    height: 40px;
  }
}

.page--top .more a:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/navi-btn-arrow.png);
  width: 42px;
  height: 100%;
  background-position: 50% 50%;
  left: -25px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .more a:before {
    left: -15px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .more a:hover {
    background-color: #477bcb;
  }
}

.page--top .headline {
  text-align: center;
}

.page--top .headline__title {
  color: #3162ae;
}

@media only screen and (max-width: 767px) {
  .page--top .headline__title .icn img {
    width: 40px;
  }
}

.page--top .headline__jp {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 0.25em 0 0;
}

@media only screen and (max-width: 767px) {
  .page--top .headline__jp {
    font-size: 2.8rem;
  }
}

.page--top .headline__en {
  font-size: 1.6rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .page--top .headline__en {
    font-size: 1.2rem;
  }
}

.page--top .headline__lead {
  margin: 1.5em 0;
  line-height: 2.2;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--top .headline__lead {
    font-size: 1.2rem;
  }
}

.page--top .section-title {
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-title {
    padding: 20px 0;
  }
}

.page--top .section-title.gray {
  background-color: #E6E6E0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-title h2 {
    text-align: center;
  }
  .page--top .section-title h2 img {
    width: 60%;
  }
}

.page--top .footer {
  padding-top: 0;
}

.page--top #sirent_wave_2 {
  height: 200px;
  margin-top: -200px;
  background-image: url(../img/top/wave2.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100% 200px;
}

@media only screen and (max-width: 767px) {
  .page--top #sirent_wave_2 {
    height: 100px;
    margin-top: -100px;
    background-size: auto 100px;
  }
  .page--top #sirent_wave_2 canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

.page--top .section-news {
  padding: 0 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news {
    padding: 20px 0;
    margin-bottom: 0;
  }
}

.page--top .section-news .headline {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .headline {
    text-align: center;
  }
}

.page--top .section-news .headline__en {
  font-size: 1.2rem;
}

.page--top .section-news .headline__jp {
  font-size: 2.4rem;
}

.page--top .section-news .headline .more {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .headline .more {
    margin: 10px 0 20px;
  }
}

.page--top .section-news .to-index {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .to-index {
    font-size: 1.2rem;
  }
}

.page--top .section-news .to-index a {
  font-weight: normal;
  color: #135caf;
}

.page--top .section-news .content {
  padding-left: 38px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .content {
    padding-left: 0;
  }
}

.page--top .section-news .content li {
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .content li {
    padding: 10px 0;
  }
}

.page--top .section-news .news-entry dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry dl {
    display: block;
  }
}

.page--top .section-news .news-entry dl > * {
  padding: 1em;
  -ms-flex-item-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry dl > * {
    padding: 0 10px;
  }
}

.page--top .section-news .news-entry dt {
  font-size: 1.4rem;
  width: 18%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry dt {
    width: auto;
    font-size: 1.0rem;
  }
}

.page--top .section-news .news-entry dd {
  width: 82%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry dd {
    width: auto;
    font-size: 1.2rem;
  }
}

.page--top .section-news .news-entry dd a {
  color: #006ae2;
  text-decoration: underline;
}

.page--top .section-news .news-entry dd a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry dd a:hover {
    text-decoration: underline;
  }
}

.page--top .section-news .news-entry .label {
  display: inline-block;
  padding: 6px;
  line-height: 1;
  font-size: 1.1rem;
  background-color: #ee231f;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  margin-left: 1em;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-news .news-entry .label {
    padding: 3px;
  }
}

.page--top .section-news .banner {
  margin-top: 30px;
}

.page--top .section-headline {
  background-color: #303030;
}

.page--top .section-headline .headline {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-headline .headline {
    border-left: none;
    font-size: 1.0rem;
  }
}

.page--top .section-headline .headline .title {
  font-family: "Roboto", sans-serif;
  width: 130px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-headline .headline .title {
    width: 16%;
    text-align: left;
    line-height: 1.3;
  }
}

.page--top .section-headline .headline .content {
  padding-left: 30px;
  font-weight: bold;
  position: relative;
  padding: 0 35px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-headline .headline .content {
    width: 84%;
    line-height: 1.3;
    padding: 0 20px 0 20px;
  }
  .page--top .section-headline .headline .content .date {
    width: 100%;
    display: inline-block;
  }
}

.page--top .section-headline .headline .content a {
  margin-left: 1em;
  color: #fff;
  text-decoration: underline;
}

.page--top .section-headline .headline .content a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--top .section-headline .headline .content a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-headline .headline .content a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
    display: inline-block;
    width: 100%;
  }
}

.page--top .section-headline .headline .content:after, .page--top .section-headline .headline .content:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -20px;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}

.page--top .section-headline .headline .content:after {
  z-index: 2;
  border-left-color: #303030;
}

.page--top .section-headline .headline .content:before {
  border-left-color: #fff;
  left: 1px;
  z-index: 1;
}

.page--top #wave-anim-business {
  height: 200px;
  margin-top: -200px;
  background-image: url(../img/top/wave.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top #wave-anim-business {
    height: 190px;
    margin-top: -190px;
    background-size: 100% auto;
  }
  .page--top #wave-anim-business canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

.page--top .section-business {
  position: relative;
  padding: 60px 0 100px;
  position: relative;
}

.page--top .section-business:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F9F5EB;
  top: 10vw;
}

@media only screen and (max-width: 767px) {
  .page--top .section-business:before {
    top: 300px;
  }
}

.page--top .section-business #bgimg {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  height: 715px;
  background-size: cover;
  background-position: 0 0%;
  background-image: url(../img/top/business-bg.png);
}

@media only screen and (max-width: 767px) {
  .page--top .section-business #bgimg {
    top: 150px;
    height: 500px;
    background-size: 250% auto;
    background-position: 50% 0%;
  }
}

.page--top .section-business .section-content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-business {
    padding: 0 0 30px;
    margin-bottom: 0;
  }
}

.page--top .section-business .headline {
  padding-bottom: 180px;
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-business .headline {
    padding: 80px 0;
  }
}

.page--top .section-business .headline__title {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .page--top .section-business .content {
    padding: 0;
  }
}

.page--top .section-business .banner {
  background-color: #CEFAF5;
  margin-top: 3em;
}

.page--top .section-business .banner .panel {
  padding: 60px 40px 0;
  position: relative;
  height: 360px;
}

.page--top .section-business .banner .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page--top .section-business .banner .tags li {
  margin-right: 5px;
}

.page--top .section-business .banner .tags .label {
  display: inline-block;
  color: #fff;
  background-color: #4F9AFF;
  line-height: 1;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.6rem;
}

.page--top .section-business .banner p.strong {
  color: #3162ae;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0.5em 0 0;
}

.page--top .section-business .banner dl {
  line-height: 1.4;
  margin-bottom: 1em;
}

.page--top .section-business .banner dl dt {
  font-weight: bold;
  color: #f13573;
  font-size: 3.5rem;
}

.page--top .section-business .banner .more {
  position: absolute;
  bottom: 35px;
  right: 40px;
}

.page--top .section-business .banner .more a {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-business .banner {
    margin-top: 1em;
    padding: 0 15px;
  }
}

.page--top .business-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;
}

@media only screen and (max-width: 767px) {
  .page--top .business-list {
    padding: 0;
    margin-top: -20px;
  }
}

.page--top .business-block {
  width: 25%;
  padding: 0 10px;
}

.page--top .business-block .panel {
  background-color: #fff;
  display: block;
  padding: 10px;
  height: 340px;
}

@media only screen and (max-width: 767px) {
  .page--top .business-block .panel {
    height: 70vw;
  }
}

.page--top .business-block .panel a {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .business-block .panel a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--top .business-block .panel a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  .page--top .business-block .panel a:hover {
    opacity: 1;
  }
}

.page--top .business-block .more a {
  width: 120px;
  height: 40px;
  margin: 0 0 0 auto;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .business-block .more a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    font-size: 1.1rem;
    width: 100px;
    height: 30px;
  }
}

.page--top .business-block .more a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  .page--top .business-block .more a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .business-block {
    width: 50%;
    margin: 0;
    padding: 0 8px;
    margin-bottom: 1em;
  }
}

.page--top .business-txt {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 10px;
}

.page--top .business-txt p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .business-txt p {
    font-size: 1.7rem;
  }
}

.page--top .business-txt .small {
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .page--top .business-txt .small {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .business-txt {
    font-size: 1.2rem;
  }
}

.page--top .section-service {
  height: 1000px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .page--top .section-service {
    background-image: url(../img/top/service-bg-m2x.jpg);
    background-size: cover;
    height: 700px;
  }
}

.page--top .section-service .bgimg {
  background-image: url(../img/top/service-bg.jpg);
  background-position: 50% 0%;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-service .bgimg {
    display: none;
  }
}

.page--top .section-service .headline__copy {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-service .headline__lead {
    font-size: 1.2rem;
  }
}

.page--top .section-service .headline {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-service .headline {
    padding: 0;
  }
}

.page--top .section-service .section-content {
  background-repeat: no-repeat;
  background-position: 50% 50px;
  padding-top: 140px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-service .section-content {
    padding-top: 100px;
  }
}

.page--top .section-service .section-content .more {
  margin-top: 30px;
}

.page--top #sirent_wave_1 {
  height: 200px;
  margin-top: -200px;
  background-image: url(../img/top/wave1.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100% 200px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top #sirent_wave_1 {
    height: 100px;
    margin-top: -100px;
    background-size: auto 100px;
  }
  .page--top #sirent_wave_1 canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

.page--top .section-casestudy {
  background-color: #35B0FE;
  position: relative;
}

.page--top .section-casestudy .more a {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .more a {
    margin: 0 auto;
  }
}

.page--top .section-casestudy .casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .casestudy {
    display: block;
  }
}

.page--top .section-casestudy .casestudy .article {
  width: 25%;
  border-right: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .casestudy .article {
    width: auto;
  }
}

.page--top .section-casestudy .casestudy .article:last-child {
  border-color: #35B0FE;
}

.page--top .section-casestudy .headline {
  color: #fff;
  padding: 0 0 30px;
}

.page--top .section-casestudy .headline__jp {
  font-size: 2.4rem;
}

.page--top .section-casestudy .headline__en {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .content {
    padding: 0;
  }
  .page--top .section-casestudy .content .row {
    padding: 0;
  }
}

.page--top .section-casestudy .article {
  background-color: #fff;
}

.page--top .section-casestudy .article a {
  display: block;
}

.page--top .section-casestudy .article a:hover {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .article a:hover {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--top .section-casestudy .article a:hover:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .article a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--top .section-casestudy .article__body {
  text-align: center;
  padding: 30px 40px;
  height: 215px;
  background-image: url(../img/top/casestudy-arrow.png);
  background-position: 50% 92%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .article__body {
    height: 170px;
    padding: 15px 25px;
  }
}

.page--top .section-casestudy .article__body dl {
  margin-top: 0.5em;
}

.page--top .section-casestudy .article__body dt {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-casestudy .article__body dt {
    font-size: 1.3rem;
  }
}

.page--top .section-casestudy .article__date {
  color: #3162ae;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.page--top .section-company {
  background-color: #35B0FE;
  background-image: url(../img/top/company-bg.jpg);
  background-size: cover;
  background-position: 50% 0%;
  height: 660px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-company {
    background-image: url(../img/top/company-bg-m2x.jpg);
    background-position: 50% 0%;
    background-size: 100% auto;
  }
}

.page--top .section-company .section-content {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-company .section-content {
    padding-top: 110px;
  }
}

.page--top .section-company .headline {
  color: #fff;
}

.page--top .section-company .headline__title {
  color: #fff;
}

.page--top .section-message {
  background-color: #E6E6E0;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-message {
    padding-top: 0px;
  }
}

.page--top .section-message .section-content {
  text-align: center;
  line-height: 2.4;
}

@media only screen and (max-width: 767px) {
  .page--top .section-message .section-content {
    font-size: 1.0rem;
    margin: 0 2em;
  }
}

.page--top .section-message .link {
  margin-top: 3em;
}

.page--top .section-message .link li {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
}

.page--top .section-message .link a {
  text-decoration: underline;
}

.page--top .section-message .link a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--top .section-message .link a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-message .message .section-title h2 img {
    width: 80%;
  }
}

.page--top .section-message .contents h2 {
  padding-top: 35px;
  border-top: 1px solid #111;
}

.page--top .section-message .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page--top .section-message .contents li {
  margin: 0 10px;
}

.page--top .section-message .contents li p {
  margin-top: 1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.page--top .section-message .contents li a {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .section-message .contents li a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--top .section-message .contents li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .page--top .section-message .contents li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--top .section-recruit {
  background-image: url(../img/top/recruit-bg.jpg);
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit {
    background-image: url(../img/top/recruit-bg-m2x.jpg);
    background-color: #0175C2;
    background-size: 100% auto;
  }
}

.page--top .section-recruit .headline__title {
  color: #fff;
}

.page--top .section-recruit .headline__copy {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .headline__copy {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}

.page--top .section-recruit .headline__lead {
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .headline__lead {
    font-size: 1.5rem;
  }
}

.page--top .section-recruit .feature {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature {
    margin: 0;
  }
}

.page--top .section-recruit .feature .cell {
  padding: 0 20px;
  position: relative;
  margin-bottom: 40px;
}

.page--top .section-recruit .feature__title {
  text-align: center;
  padding: 20px 0 10px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature__title {
    padding: 10px 0;
  }
}

.page--top .section-recruit .feature__title dt {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature__title dt {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.page--top .section-recruit .feature__title dd {
  font-size: 1.2rem;
}

.page--top .section-recruit .feature p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature p {
    margin: 0 1em;
    font-size: 1.2rem;
  }
}

.page--top .section-recruit .feature a {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--top .section-recruit .feature a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .feature a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--top .section-recruit .entry {
  padding: 50px 0 0;
  max-width: 920px;
  margin: 0 auto;
}

.page--top .section-recruit .entry__title {
  color: #3162ae;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__title {
    font-size: 2.5rem;
    color: #fff;
  }
}

.page--top .section-recruit .entry__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__btns {
    display: block;
    margin: 0;
  }
}

.page--top .section-recruit .entry__btns li {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__btns li {
    width: auto;
    margin-bottom: 15px;
  }
}

.page--top .section-recruit .entry__btns a {
  display: block;
  height: 120px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: #3162ae;
  padding-top: 30px;
  line-height: 1.1;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__btns a {
    height: 90px;
    padding-top: 25px;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-recruit .entry__btns a {
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .page--top .section-recruit .entry__btns a:hover {
    background-color: #3162ae;
    color: #fff;
  }
}

.page--top .section-recruit .entry__btns dt {
  font-weight: bold;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__btns dt {
    font-size: 1.8rem;
  }
}

.page--top .section-recruit .entry__btns dd {
  font-size: 3.6rem;
  letter-spacing: 6px;
  font-weight: 600;
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-recruit .entry__btns dd {
    font-size: 2.4rem;
  }
}

.page--top .section-hero {
  position: relative;
  z-index: 1;
}

.page--top .section-hero .hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero {
    margin: 0 25px;
    width: auto;
    overflow: visible;
    height: auto !important;
    padding: 0 0 26px;
  }
}

.page--top .section-hero .hero__logo {
  position: absolute;
  top: 70px;
  right: 50px;
}

.page--top .section-hero .hero__title {
  text-align: center;
  padding-top: 32vh;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero__title {
    padding-top: 94vw;
  }
  .page--top .section-hero .hero__title h1 {
    display: none;
  }
}

.page--top .section-hero .hero__title .copy {
  margin-top: 2em;
  font-size: 2.0rem;
}

.page--top .section-hero .hero__title .copy strong {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero__title .copy {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero__title .lead {
    font-size: 1.3rem;
  }
}

.page--top .section-hero .hero .pop {
  position: absolute;
  bottom: 10%;
  left: 5%;
}

.page--top .section-hero .hero .pop a {
  display: block;
}

@media (max-width: 1100px) {
  .page--top .section-hero .hero .pop {
    bottom: 5%;
  }
  .page--top .section-hero .hero .pop img {
    width: 200px;
    height: auto;
  }
}

@media (max-height: 700px) {
  .page--top .section-hero .hero .pop {
    bottom: 5%;
  }
  .page--top .section-hero .hero .pop img {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero .pop {
    position: static;
  }
}

.page--top .bgmovie {
  height: 100vh;
  overflow: hidden;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--top .bgmovie {
    position: absolute;
    top: 60px;
    overflow: visible;
    opacity: 1;
  }
}

.page--top .bgmovie .embed-movie {
  position: relative;
  background: transparent;
}

.page--top .bgmovie .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

.page--top .embed-movie {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2000ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 2000ms cubic-bezier(0.42, 0, 0.58, 1);
}

.page--top .embed-movie.loaded {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .page--top .embed-movie {
    opacity: 1;
  }
}

.page--top .embed-movie:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/ptn-dot-s2.png");
  background-repeat: repeat;
}

@media only screen and (max-width: 767px) {
  .page--top .embed-movie:after {
    display: none;
  }
}

.page--top .embed-movie .container {
  position: relative;
}

.page--top .embed-movie .background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.page--top .embed-movie video,
.page--top .embed-movie source {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.page--top .embed-movie .loaded .ytplayer-container {
  display: block;
}

.page--top .embed-movie .loaded .placeholder-image {
  opacity: 0;
}

.page--top .embed-movie .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.page--top .embed-movie .placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.page--top .embed-movie .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page--top .embed-movie .ytplayer-player {
  position: absolute;
}

.page--top .embed-movie .container {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}

.page--top .embed-movie .vide {
  z-index: 0 !important;
}

.page--top .masthead .panel {
  display: none;
}

.page--company .site-main {
  padding-bottom: 0;
}

.page--company .section-hero {
  height: 984px;
  color: #fff;
  padding-top: 310px;
  position: relative;
}

.page--company .section-hero .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/company/hero-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .page--company .section-hero .bgimg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page--company .section-hero {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    padding-top: 30vw;
    padding-bottom: 40vw;
    background-image: url(../img/company/hero-img-m2x.jpg);
  }
}

.page--company .section-hero h2 {
  letter-spacing: 0.5em;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .page--company .section-hero h2 {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}

.page--company .section-hero .lead {
  margin-top: 3em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .page--company .section-hero .lead {
    margin: 0;
    padding: 1.5em 0;
  }
  .page--company .section-hero .lead br {
    display: none;
  }
}

.page--company .section-hero .headline {
  position: relative;
  text-align: center;
}

.page--company .section-message {
  background-color: #EEEFF1;
  background-image: url(../img/company/message.jpg);
  background-position: 50% 50%;
  height: 760px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message {
    height: auto;
  }
}

.page--company .section-message .row {
  padding-left: 480px;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .row {
    padding-left: 26px;
  }
}

.page--company .section-message .headline {
  padding-top: 90px;
  margin-bottom: 1.75em;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .headline {
    padding-top: 0;
    padding-left: 54%;
    padding-top: 20vw;
    padding-right: 25px;
    padding-bottom: 15vw;
    margin-bottom: 0;
    background-size: 100% auto;
    background-position: 0 0;
    background-size: auto 100%;
    margin: 0 -25px;
    background-image: url(../img/company/message-m2x.jpg);
  }
}

.page--company .section-message .headline-title__jp {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .headline-title__jp {
    font-size: 2.0rem;
  }
}

.page--company .section-message .headline-title__en {
  font-family: "Rajdhani", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 4px;
  color: #008cd5;
  margin-bottom: 30px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .headline-title__en {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}

.page--company .section-message .content {
  line-height: 2.4;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .content {
    background-color: #fff;
    color: #111;
    margin: 0 -26px;
    padding: 1.5em 26px;
  }
  .page--company .section-message .content br {
    display: none;
  }
}

.page--company .section-message .sign {
  font-weight: bold;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page--company .section-message .sign dt {
  font-size: 1.2rem;
}

.page--company .section-message .sign dd span {
  display: inline-block;
  line-height: 1.2;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .page--company .section-message .sign dd span {
    line-height: 1.4;
  }
}

.page--company .section-outline {
  background-color: #1A2D3E;
  color: #fff;
  padding-bottom: 80px;
}

.page--company .section-outline .block {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.page--company .section-outline .block__title {
  font-size: 3.2rem;
  text-align: center;
  padding: 60px 0 40px;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block__title {
    font-size: 2.4rem;
    padding: 40px 0 25px;
  }
}

.page--company .section-outline .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block__content {
    display: block;
  }
}

.page--company .section-outline .block .columns {
  width: 420px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block .columns {
    width: auto;
    float: none;
  }
}

.page--company .section-outline .block .column {
  padding: 0;
}

.page--company .section-outline .block dl {
  border-bottom: 1px solid #006b93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em 0;
}

.page--company .section-outline .block dt {
  font-weight: bold;
  padding-left: 35px;
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block dt {
    padding-left: 0;
  }
}

.page--company .section-outline .block dd {
  width: 55%;
}

.page--company .section-outline .block.primary {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block.primary {
    font-size: 1.2rem;
  }
}

.page--company .section-outline .block.secondary dt {
  width: 55%;
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block.secondary dt {
    width: 45%;
  }
}

.page--company .section-outline .block.secondary dd {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .block.secondary dd {
    width: 55%;
  }
}

.page--company .section-outline .outline {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .outline {
    font-size: 1.2rem;
  }
}

.page--company .section-outline .outline dl {
  padding-left: 140px;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .outline dl {
    padding-left: 0;
  }
}

.page--company .section-outline .outline dt {
  padding: 0;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .outline dt {
    width: 45%;
  }
}

.page--company .section-outline .outline dd {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .page--company .section-outline .outline dd {
    width: 55%;
  }
}

.page--company .section-map {
  background-color: #1A2D3E;
  color: #fff;
}

.page--company .section-map .gmap {
  position: relative;
  height: 500px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .page--company .section-map .gmap {
    height: 215px;
  }
}

.page--company .section-map .gmap iframe,
.page--company .section-map .gmap object,
.page--company .section-map .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page--company .section-map .address {
  padding: 50px 0;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .page--company .section-map .address {
    padding: 20px 0;
  }
}

.page--news .site-main:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 240px;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/news/hero-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .page--news .site-main:before {
    height: 136px;
  }
}

.page--news .nav {
  padding-top: 180px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .page--news .nav {
    padding-top: 96px;
  }
}

.page--news .nav .widget {
  width: 520px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget {
    width: 49%;
  }
}

.page--news .nav .widget__title a {
  padding-top: 20px;
  font-size: 1.6rem;
  height: 60px;
  display: block;
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget__title a {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-left: 20px;
    height: 40px;
  }
}

.page--news .nav .widget__title a:before {
  content: "\e803";
  font-family: fontello;
  margin-right: 40px;
  color: #2E1208;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget__title a:before {
    margin-right: 1.5em;
    font-size: 12px;
  }
}

.page--news .nav .widget__content {
  position: relative;
}

.page--news .nav .widget__list {
  background-color: #3162ae;
  padding: 30px 0 30px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget__list {
    padding: 10px 20px;
  }
}

.page--news .nav .widget__list li {
  margin: 1.5em 0;
  color: #fff;
}

.page--news .nav .widget__list a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget__list a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--news .nav .widget__list a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .page--news .nav .widget__list a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--news .nav__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

.page--news .cat.label {
  font-size: 1.2rem;
  padding: 1em 0;
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  width: 160px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--news .cat.label {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    font-size: 1.0rem;
    width: 90%;
  }
}

.page--news .cat.label:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .page--news .cat.label:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--news .cat.label.general {
  background-color: #90C31E;
}

.page--news .cat.label.recruit {
  background-color: #0AA299;
}

.page--news .cat.label.other {
  background-color: #EF838F;
}

.page--news.index .section-news {
  position: relative;
  padding-bottom: 100px;
}

.page--news.index .section-news .article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page--news.index .section-news .article-list {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .page--news.index .section-news .article-list {
    padding-top: 20px;
  }
}

.page--news.index .section-news .article-list li {
  border-bottom: dotted 1px #ccc;
  padding: 20px 0;
}

.page--news.index .section-news .article-list p {
  display: inline-block;
}

.page--news.index .section-news .article-list p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .page--news.index .section-news .article-list p a:hover {
    text-decoration: none;
  }
}

.page--news.index .section-news .article .date,
.page--news.index .section-news .article .title {
  font-size: 1.6rem;
}

.page--news.index .section-news .article .date {
  width: 10em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page--news.index .section-news .article .date {
    font-size: 1.0rem;
    width: 100%;
  }
}

.page--news.index .section-news .article .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--news.index .section-news .article .title {
    font-size: 1.2rem;
  }
}

.page--news.single .section-news {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news {
    padding-top: 40px;
  }
}

.page--news.single .section-news .label.cat {
  width: 240px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .label.cat {
    width: auto;
    font-size: 1.1rem;
    padding: 5px 2em;
  }
}

.page--news.single .section-news .article-headline {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .article-headline {
    margin: 20px 0;
  }
}

.page--news.single .section-news .article-headline h2 {
  font-size: 3.2rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .article-headline h2 {
    font-size: 2.0rem;
  }
}

.page--news.single .section-news .article-content {
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .article-content {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.page--news.single .section-news .article .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.page--news.single .section-news .article .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.page--news.single .section-news .article .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page--news.single .section-news .article iframe {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .article iframe {
    height: 52vw;
  }
}

.page--news.single .section-news .article a {
  color: #3162ae;
  text-decoration: underline;
}

.page--news.single .section-news .article a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--news.single .section-news .article a:hover {
    text-decoration: underline;
  }
}

.page--news .article .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.page--news .article .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.page--news .article .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page--news .article iframe {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page--news .article iframe {
    height: 52vw;
  }
}

.page--service #wave_anim {
  height: 500px;
  margin-top: -500px;
  background-image: url(../img/top/wave2.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--service #wave_anim {
    height: 100px;
    margin-top: -100px;
    background-size: auto 100px;
  }
  .page--service #wave_anim canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

.page--service .site-main {
  padding-bottom: 0;
}

.page--service .section-hero {
  height: 800px;
  position: relative;
}

.page--service .section-hero .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/service/hero-img.jpg);
  background-size: cover;
  background-position: 50% 100%;
}

@media only screen and (max-width: 767px) {
  .page--service .section-hero {
    height: auto;
  }
}

.page--service .section-hero .hero-copy {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-hero .hero-copy {
    padding-top: 40vw;
    padding-bottom: 40vw;
  }
}

.page--service .section .headline {
  padding-top: 160px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .page--service .section .headline {
    margin-bottom: 25px;
    padding-top: 40px;
  }
}

.page--service .section .headline h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  font-weight: bold;
}

.page--service .section .headline .lead {
  margin-top: 2.5em;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .page--service .section .headline .lead {
    line-height: 1.8;
  }
}

.page--service .section-benefit {
  text-align: center;
  background-size: cover;
  padding-bottom: 140px;
  position: relative;
}

.page--service .section-benefit:before {
  background-image: url(../img/service/benefit-bg.png);
  background-position: 50% 0%;
  background-size: cover;
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  content: ' ';
  width: 100%;
  height: calc(100% + 100px);
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit .headline h2 {
    font-size: 1.5rem;
  }
}

.page--service .section-benefit .content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit .figure img {
    width: 80%;
  }
}

.page--service .section-benefit .benefit__list {
  margin-top: 40px;
}

.page--service .section-benefit .benefit__list:before {
  content: ' ';
  display: block;
  background-image: url(../img/service/benefit-arrow.png);
  background-position: 50% 0;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit .benefit__list:before {
    background-size: 10px auto;
  }
}

.page--service .section-benefit .benefit__list dt {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit .benefit__list dt {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--service .section-benefit .benefit__list dd {
    font-size: 1.2rem;
  }
}

.page--service .section-member .headline {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .headline {
    padding-top: 150px;
  }
}

.page--service .section-member .headline:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 235px;
  background-position: 50% 0;
  background-image: url(../img/service/idea-icon.png);
  position: absolute;
  top: -90px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .headline:before {
    background-size: 30px auto;
    top: -30px;
  }
}

.page--service .section-member .headline h2 {
  font-size: 4.0rem;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .headline h2 {
    font-size: 3.0rem;
  }
}

.page--service .section-member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list {
    margin: 0 -10px;
  }
}

.page--service .section-member .member-list .block {
  width: 306px;
}

.page--service .section-member .member-list .block .figure {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block .figure img {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block {
    width: 50%;
    padding: 0 10px;
  }
}

.page--service .section-member .member-list .block:nth-child(1) dl {
  background-color: #F8B62B;
}

.page--service .section-member .member-list .block:nth-child(2) dl {
  background-color: #601986;
}

.page--service .section-member .member-list .block:nth-child(3) dl {
  background-color: #0AA299;
}

.page--service .section-member .member-list .block:nth-child(4) dl {
  background-color: #0E6FB7;
}

.page--service .section-member .member-list .block:nth-child(5) dl {
  background-color: #90C31E;
}

.page--service .section-member .member-list .block:nth-child(6) dl {
  background-color: #E4027F;
}

.page--service .section-member .member-list .block dl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 0;
  background-color: #efefef;
  color: #fff;
  margin-top: -10px;
}

.page--service .section-member .member-list .block dl > * {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block dl {
    font-size: 1.0rem;
    padding: 10px 0;
  }
}

.page--service .section-member .member-list .block .panel {
  padding: 35px 0px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block .panel {
    padding: 18px 5px;
  }
}

.page--service .section-member .member-list .block h3 {
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--service .section-member .member-list .block p {
    font-size: 1.2rem;
  }
}

.page--service .section-flow {
  background-color: #F5F5F5;
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow {
    padding-bottom: 0;
  }
}

.page--service .section-flow .headline {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .headline {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .step .row {
    padding: 0;
  }
  .page--service .section-flow .step .figure {
    margin-bottom: 0;
  }
}

.page--service .section-flow .step.next {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .step.next {
    margin-bottom: 0;
  }
}

.page--service .section-flow .step.next:after {
  content: " ";
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #666;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .step.next:after {
    display: none;
  }
}

.page--service .section-flow .block {
  padding: 50px 100px 0 100px;
  background-color: #fff;
  height: 281px;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block {
    height: auto;
    padding: 35px 60px;
  }
}

.page--service .section-flow .block__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
}

.page--service .section-flow .block__headline .phase {
  letter-spacing: 1px;
  color: #85d0f4;
  line-height: 1;
  margin-right: 40px;
}

.page--service .section-flow .block__headline .phase__label {
  font-size: 2.0rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block__headline .phase__label {
    font-size: 1.5rem;
  }
}

.page--service .section-flow .block__headline .phase__num {
  font-size: 5.6rem;
  line-height: 1;
  margin: 5px 0 0;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block__headline .phase__num {
    font-size: 4.2rem;
  }
}

.page--service .section-flow .block__headline .title {
  padding-top: 16px;
}

.page--service .section-flow .block__headline .title__jp {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block__headline .title__jp {
    font-size: 1.8rem;
  }
}

.page--service .section-flow .block__headline .title__en {
  letter-spacing: 1px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block__headline .title__en {
    font-size: 1.2rem;
  }
}

.page--service .section-flow .block__content {
  margin-top: 1em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--service .section-flow .block__content {
    font-size: 1.2rem;
  }
}

.page--service .section-flow .block__content p {
  line-height: 1.8;
}

.page--business {
  /**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
}

.page--business #wave_anim {
  height: 500px;
  margin-top: -500px;
  background-image: url(../img/top/wave2.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--business #wave_anim {
    height: 100px;
    margin-top: -100px;
    background-size: auto 100px;
  }
  .page--business #wave_anim canvas {
    width: 100% !important;
    height: 100px !important;
  }
}

.page--business .section-hero {
  height: 710px;
  position: relative;
}

.page--business .section-hero .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/business/hero-img.jpg);
  background-size: cover;
  background-position: 50% 100%;
}

@media only screen and (max-width: 767px) {
  .page--business .section-hero {
    height: auto;
  }
}

.page--business .section-hero .hero-copy {
  padding-top: 250px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--business .section-hero .hero-copy {
    padding-top: 40vw;
    padding-bottom: 40vw;
  }
}

@media only screen and (max-width: 767px) {
  .page--business .site-main {
    padding-bottom: 0;
  }
}

.page--business .section-benefit {
  text-align: center;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .page--business .section-benefit {
    padding: 0px 0 30px;
  }
}

.page--business .section-benefit .headline h2 {
  font-size: 3.2rem;
  letter-spacing: 0.4em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--business .section-benefit .headline h2 {
    font-size: 2.0rem;
  }
}

.page--business .section-benefit .headline__en {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.0rem;
  margin-top: 1em;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-benefit .headline__en {
    font-size: 1.0rem;
  }
}

.page--business .section-benefit .headline .lead {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 2.5em;
}

@media only screen and (max-width: 767px) {
  .page--business .section-benefit .headline .lead {
    font-size: 1.2rem;
  }
}

.page--business .section-business .headline {
  text-align: center;
  margin: 40px 0 0;
  padding-top: 45px;
  padding-bottom: 40px;
  background-position: 50% 0;
  border-bottom: 3px solid #eee;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .headline {
    background-size: 20px auto;
    margin-top: 20px;
    padding: 30px 0 20px;
  }
}

.page--business .section-business .headline__title {
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .headline__title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .headline__desc {
    font-size: 1.1rem;
  }
}

.page--business .section-business .content {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .content {
    padding: 20px 0;
  }
}

.page--business .section-business .content .panel {
  padding-left: 30px;
}

.page--business .section-business .content h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .content h4 {
    font-size: 1.5rem;
  }
}

.page--business .section-business .content h4:before {
  content: ' ';
  display: block;
  height: 20px;
  width: 18px;
  position: absolute;
  background-size: 100% auto;
  left: -30px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .page--business .section-business .content h4:before {
    background-size: 10px auto;
    top: 0;
    background-position: 50% 0;
  }
}

.page--business .section-business.blue .headline {
  background-image: url(../img/business/icon-blue.png);
}

.page--business .section-business.blue .content h4:before {
  background-image: url(../img/business/icon-blue.png);
}

.page--business .section-business.green .headline {
  background-image: url(../img/business/icon-green.png);
}

.page--business .section-business.green .content h4:before {
  background-image: url(../img/business/icon-green.png);
}

.page--business .section-business.green .content .cell {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.green .content .cell {
    margin-bottom: 20px;
  }
}

.page--business .section-business.purple .headline {
  background-image: url(../img/business/icon-purple.png);
}

.page--business .section-business.purple .content h4:before {
  background-image: url(../img/business/icon-purple.png);
}

.page--business .section-business.purple .content .cell {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.purple .content .cell {
    margin-bottom: 20px;
  }
}

.page--business .section-business.brown .headline {
  background-image: url(../img/business/icon-brown.png);
}

.page--business .section-business.brown .content h4:before {
  background-image: url(../img/business/icon-brown.png);
}

.page--business .section-business.brown .content .cell {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.brown .content .cell {
    margin-bottom: 20px;
  }
}

.page--business .section-business.brown .notes {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.brown .notes {
    font-size: 1.1rem;
  }
}

.page--business .section-business.brown .more {
  margin-top: 6em;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.brown .more {
    margin-top: 2em;
  }
}

.page--business .section-business.brown .more a {
  width: 460px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.brown .more a {
    width: auto;
    font-size: 1.0rem;
  }
}

.page--business .section-business.consumer .row {
  background-color: #E8FCFA;
}

.page--business .section-business.consumer .headline {
  background-image: url(../img/business/icon-emerald.png);
  border-bottom-color: #fff;
}

.page--business .section-business.consumer .block {
  padding: 0 100px;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.consumer .block {
    padding: 0 0 40px;
  }
}

.page--business .section-business.consumer .content h4:before {
  background-image: url(../img/business/icon-emerald.png);
}

.page--business .section-business.consumer .content p {
  margin-bottom: 2em;
}

.page--business .section-business.consumer .phone dt {
  color: #f13573;
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--business .section-business.consumer .phone dt {
    font-size: 2.0rem;
  }
}

.page--casestudy .site-main:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 240px;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/casestudy/hero-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .site-main:before {
    height: 136px;
  }
}

.page--casestudy .nav {
  padding-top: 180px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav {
    padding-top: 96px;
  }
}

.page--casestudy .nav .widget {
  width: 520px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget {
    width: 49%;
  }
}

.page--casestudy .nav .widget__title a {
  padding-top: 20px;
  font-size: 1.6rem;
  height: 60px;
  display: block;
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget__title a {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-left: 20px;
    height: 40px;
  }
}

.page--casestudy .nav .widget__title a:before {
  content: "\e803";
  font-family: fontello;
  margin-right: 40px;
  color: #2E1208;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget__title a:before {
    margin-right: 1.5em;
    font-size: 12px;
  }
}

.page--casestudy .nav .widget__content {
  position: relative;
}

.page--casestudy .nav .widget__list {
  background-color: #3162ae;
  padding: 30px 0 30px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget__list {
    padding: 10px 20px;
  }
}

.page--casestudy .nav .widget__list li {
  margin: 1.5em 0;
  color: #fff;
}

.page--casestudy .nav .widget__list a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget__list a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--casestudy .nav .widget__list a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .nav .widget__list a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--casestudy .nav__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

.page--casestudy .cat.label {
  font-size: 1.2rem;
  padding: 1em 0;
  background-color: #3162AE;
  border-radius: 3px;
  display: inline-block;
  width: 160px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--casestudy .cat.label {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    font-size: 1.1rem;
    width: 90%;
  }
}

.page--casestudy .cat.label:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .page--casestudy .cat.label:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--casestudy.index .article {
  text-align: center;
}

.page--casestudy.index .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
  margin: 0 -6px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article-list {
    padding-top: 40px;
  }
}

.page--casestudy.index .article-list li {
  width: 25%;
  padding: 0 6px 0;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article-list li {
    width: 50%;
    margin-bottom: 30px;
  }
}

.page--casestudy.index .article .cat {
  margin-bottom: 1em;
}

.page--casestudy.index .article .figure {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article .figure {
    margin-bottom: 20px;
  }
}

.page--casestudy.index .article .figure a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article .figure a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--casestudy.index .article .figure a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article .figure a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--casestudy.index .article .date {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  color: #3162ae;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article .date {
    font-size: 1.4rem;
  }
}

.page--casestudy.index .article dl {
  padding: 0 30px 60px;
  background-image: url(../img/casestudy/icon-arrow.png);
  background-position: 50% 100%;
  height: 135px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article dl {
    height: auto;
    padding: 0 10px 40px;
    background-size: 30px auto;
  }
}

.page--casestudy.index .article dl dt {
  margin: 0.5em 0;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.index .article dl dd {
    font-size: 1.1rem;
  }
}

.page--casestudy.single .section-article {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article {
    padding-top: 40px;
  }
}

.page--casestudy.single .section-article .label.cat {
  width: 240px;
  font-size: 1.6rem;
}

.page--casestudy.single .section-article .label.cat a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .label.cat {
    width: auto;
    font-size: 1.1rem;
    padding: 1em 2em;
  }
}

.page--casestudy.single .section-article .article-headline {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article-headline {
    margin: 20px 0;
  }
}

.page--casestudy.single .section-article .article-headline h2 {
  font-size: 3.2rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article-headline h2 {
    font-size: 2.0rem;
  }
}

.page--casestudy.single .section-article .article-headline .date {
  font-family: "Rajdhani", sans-serif;
  color: #3162ae;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article-headline .date {
    font-size: 1.2rem;
  }
}

.page--casestudy.single .section-article .article-content {
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article-content {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.page--casestudy.single .section-article .article .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.page--casestudy.single .section-article .article .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.page--casestudy.single .section-article .article .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page--casestudy.single .section-article .article iframe {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article iframe {
    height: 52vw;
  }
}

.page--casestudy.single .section-article .article a {
  color: #3162ae;
  text-decoration: underline;
}

.page--casestudy.single .section-article .article a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--casestudy.single .section-article .article a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .recruit #js-slide-in {
    -webkit-transform: translate(0px, 0px) !important;
            transform: translate(0px, 0px) !important;
  }
}

.recruit .section-hero {
  height: 710px;
  position: relative;
}

.recruit .section-hero .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero {
    height: 350px;
  }
}

.recruit .section-hero .row {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .row {
    padding: 0;
  }
}

.recruit .section-hero .hero-copy {
  padding-top: 250px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .hero-copy {
    padding-top: 160px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.recruit .section-hero .hero-name {
  margin-top: 2em;
}

.recruit .section-hero .hero-name dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.recruit .section-hero .hero-name dd {
  margin-left: 1em;
}

.recruit .section-hero .hero-name > * {
  display: inline-block;
}

.recruit .section-hero .block {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .block {
    margin-left: 0;
  }
}

.recruit .section-hero .label {
  background-color: #1388D0;
  color: #fff;
  text-align: center;
  width: 320px;
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .label {
    height: auto;
    width: auto;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 15px 15px 55px;
    height: 60px;
    z-index: 99;
  }
  .recruit .section-hero .label.fixed {
    position: fixed;
    bottom: auto;
    top: 0;
  }
}

.recruit .section-hero .label .cat {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .label .cat {
    display: none;
  }
}

.recruit .section-hero .label__jp {
  margin: 14px 0 0;
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .label__jp {
    font-size: 1.8rem;
    margin: 0;
  }
}

.recruit .section-hero .label__en {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .label__en {
    font-size: 1.2rem;
    margin: 0 0 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  .recruit .section-hero .label:before {
    position: absolute;
    content: "\e803";
    font-family: fontello;
    margin-right: 4px;
    color: #fff;
    font-size: 14px;
    left: 20px;
  }
}

.recruit .sp-localnav {
  display: none;
  background-color: #1388D0;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 10px 25px 25px;
}

.recruit .sp-localnav.fixed {
  position: fixed;
  top: 60px;
}

.recruit .sp-localnav li {
  border-bottom: 1px dotted #fff;
}

.recruit .sp-localnav li:last-child {
  border-bottom: none;
}

.recruit .sp-localnav a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  font-weight: bold;
  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;
}

.recruit .sp-localnav .sl__en {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.recruit .sp-localnav .sl-report__sub {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit .sp-localnav .sl-report__sub a {
  color: #fff !important;
  font-size: 12px;
  padding: 0 3px;
}

.recruit .sp-localnav .sl-graduate small {
  font-size: 10px;
}

.page--entry .headline {
  padding-top: 180px;
  background-color: #37B0FD;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline {
    padding-top: 100px;
  }
}

.page--entry .headline .tabnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page--entry .headline .tabnav li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline .tabnav li {
    line-height: 1.2;
  }
}

.page--entry .headline .tabnav li a {
  display: block;
  text-align: center;
  height: 100px;
  padding-top: 20px;
  background-color: #F5F5F5;
  color: #3162AE;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline .tabnav li a {
    height: 60px;
    padding-top: 15px;
  }
}

.page--entry .headline .tabnav li a span {
  display: inline-block;
  width: 100%;
}

.page--entry .headline .tabnav__jp {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline .tabnav__jp {
    font-size: 1.6rem;
  }
}

.page--entry .headline .tabnav__en {
  font-size: 1.4rem;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline .tabnav__en {
    font-size: 1.0rem;
  }
}

.page--entry .headline .tabnav .active a {
  background-color: #3162AE;
  color: #fff;
  position: relative;
}

.page--entry .headline .tabnav .active a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 16px solid #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .page--entry .headline .tabnav .active a:after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #F5F5F5;
  }
}

.page--entry .occupation {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation {
    margin-bottom: 40px;
  }
}

.page--entry .occupation .panel {
  border: 1px solid #3162ae;
  border-radius: 3px;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation .panel {
    padding: 20px;
  }
}

.page--entry .occupation__title {
  background-color: #000;
  color: #fff;
  font-size: 114.29%;
  font-weight: bold;
  padding: 0.75em 1em;
}

.page--entry .occupation__content {
  width: 100%;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation__content {
    margin: 0;
  }
}

.page--entry .occupation__content th,
.page--entry .occupation__content td {
  padding: 20px 0;
  border-bottom: 1px dotted #666;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation__content th,
  .page--entry .occupation__content td {
    padding: 10px 0;
  }
}

.page--entry .occupation__content th {
  width: 22%;
  text-align: left;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation__content th {
    font-size: 1.3rem;
  }
}

.page--entry .occupation__content tr.head td {
  font-size: 2.4rem;
  color: #3162ae;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation__content tr.head td {
    font-size: 1.6rem;
  }
}

.page--entry .occupation__content tr:last-child th,
.page--entry .occupation__content tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .page--entry .occupation__content table,
  .page--entry .occupation__content tr,
  .page--entry .occupation__content th,
  .page--entry .occupation__content td {
    display: block;
    width: auto;
  }
}

.page--entry .content {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .page--entry .content {
    padding: 25px;
  }
}

.page--entry .summary__headline {
  margin-bottom: 4em;
}

.page--entry .summary__headline-en {
  font-size: 5.6rem;
  color: #3162ae;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  letter-spacing: 8px;
}

@media only screen and (max-width: 767px) {
  .page--entry .summary__headline-en {
    font-size: 2.8rem;
  }
}

.page--entry .summary__headline-jp {
  font-weight: bold;
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  .page--entry .summary__headline-jp {
    font-size: 1.2rem;
  }
}

.page--entry .summary__content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.page--entry .summary__content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.page--entry .summary__content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page--entry .summary__content iframe {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page--entry .summary__content iframe {
    height: 52vw;
  }
}

.page--entry .summary__content a {
  color: #3162ae;
  text-decoration: underline;
}

.page--entry .summary__content a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--entry .summary__content a:hover {
    text-decoration: underline;
  }
}

.page--report .arrow-top-left {
  position: relative;
}

.page--report .arrow-top-left:after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: -80px;
  width: 0;
  height: 0;
  border-top: 80px solid #1588D0;
  border-right: 80px solid transparent;
}

.page--report .section-hero .hero-copy {
  padding-top: 250px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-hero .hero-copy {
    font-size: 1.6rem;
    text-align: left;
    padding-top: 170px;
  }
}

.page--report .section-hero .hero-name {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .page--report .section-hero .hero-name {
    display: none;
  }
}

.page--report .section-hero .hero-name dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.page--report .section-hero .hero-name dd {
  margin-left: 1em;
}

.page--report .section-hero .hero-name > * {
  display: inline-block;
}

.page--report .section-hero .block {
  margin-left: 25px;
}

.page--report .localnav {
  background-color: #1388D0;
  position: relative;
}

.page--report .localnav.sp {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .page--report .localnav.sp {
    display: none;
  }
}

.page--report .localnav.top {
  position: relative;
}

.page--report .localnav.top:after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: -80px;
  width: 0;
  height: 0;
  border-top: 80px solid #1588D0;
  border-right: 80px solid transparent;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav.top {
    display: none;
  }
}

.page--report .localnav.bottom {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav.bottom {
    display: none;
  }
}

.page--report .localnav__headline {
  color: #fff;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 2px;
  padding: 60px 0 30px;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav__headline {
    padding: 35px 0 20px;
  }
}

.page--report .localnav__headline p {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav__headline p {
    font-size: 1.2rem;
  }
}

.page--report .localnav__headline h2 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav__headline h2 {
    font-size: 3.6rem;
  }
}

.page--report .localnav__headline h2 span {
  font-weight: normal;
  color: #fff100;
  margin: 0 0.5em;
}

.page--report .localnav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page--report .localnav__list li {
  width: 224px;
  text-align: center;
  position: relative;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav__list li {
    width: 50%;
    padding: 0 4px;
  }
}

.page--report .localnav__list li:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  bottom: -32;
  width: 0;
  height: 0;
  border-top: 32px solid #F5F5F5;
  border-left: 32px solid transparent;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav__list li:after {
    display: none;
  }
}

.page--report .localnav__list.bottom li:after {
  display: none;
}

.page--report .localnav__list.bottom li:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: -32px;
  width: 0;
  height: 0;
  border-bottom: 32px solid #F5F5F5;
  border-right: 32px solid transparent;
}

.page--report .localnav__list .department {
  color: #fff;
  padding: 1em 0;
}

.page--report .localnav__list .department dd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: bold;
}

.page--report .localnav__list .figure {
  position: relative;
}

.page--report .localnav__list .figure:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: url(../img/report/report-deco.png);
}

.page--report .localnav__list .panel {
  background-color: #F5F5F5;
  padding: 1em 0;
}

.page--report .localnav__list .panel dt {
  font-weight: bold;
}

.page--report .localnav__list .panel dd {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .page--report .localnav .row {
    padding: 0 4px;
  }
}

.page--report .qa {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--report .qa {
    margin-bottom: 30px;
  }
}

.page--report .qa dt,
.page--report .qa dd {
  padding-left: 110px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--report .qa dt,
  .page--report .qa dd {
    padding-left: 80px;
  }
}

.page--report .qa dt {
  background-image: url(../img/report/ico-q.png);
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .page--report .qa dt {
    margin-bottom: 15px;
    background-size: auto 60px;
  }
}

.page--report .qa dt span {
  display: inline-block;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: dashed 1px #555;
  padding: 0 25px;
  font-size: 2.0rem;
  padding-top: 24px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--report .qa dt span {
    font-size: 1.5rem;
    min-height: 60px;
    padding: 18px;
  }
}

.page--report .qa dd {
  min-height: 80px;
  background-image: url(../img/report/ico-a.png);
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .page--report .qa dd {
    min-height: 60px;
    background-size: auto 60px;
  }
}

.page--report .qa dd p {
  margin-bottom: 2em;
}

.page--report .qa dd p:last-child {
  margin-bottom: 0;
}

.page--report .section-interview {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .page--report .section-interview {
    padding: 35px 0;
  }
}

.page--report .section-interview .sp-lead {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1em;
  display: none;
}

.page--report .section-interview .profile-data {
  color: #fff;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-interview .profile-data.show-small {
    display: block;
  }
}

.page--report .section-interview .profile-data__name dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.page--report .section-interview .profile-data__name > * {
  display: inline-block;
}

.page--report .section-interview .profile-data__name dd {
  margin-left: 1em;
}

.page--report .section-interview .profile-data__work {
  margin-top: 1.5em;
}

.page--report .section-interview .profile-data__work dt {
  color: #fff100;
  font-weight: bold;
}

.page--report .section-interview .profile-data .panel {
  background-color: #3162AE;
  padding: 65px 40px 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--report .section-interview .profile-data .panel {
    padding: 40px 20px 20px;
  }
}

.page--report .section-interview .profile-data .label {
  background-color: #fff100;
  color: #3162AE;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 600;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-interview .profile-data .label {
    left: 50%;
    margin-left: -80px;
  }
}

.page--report .section-interview .profile-data .label:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -20px;
  border-top: 20px solid #fff100;
  border-right: 20px solid transparent;
}

@media only screen and (max-width: 767px) {
  .page--report .section-interview .profile-data .label:after {
    display: none;
  }
}

.page--report .section-schedule {
  padding-bottom: 120px;
  margin-top: -70px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule {
    margin-top: 0;
    padding-bottom: 50px;
  }
}

.page--report .section-schedule .headline {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .headline {
    position: relative;
  }
  .page--report .section-schedule .headline:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px;
    left: -30px;
    height: 2px;
    width: 150%;
    background-color: #1388D0;
    z-index: -1;
  }
}

.page--report .section-schedule .headline__title {
  background-color: #85D0F4;
  display: inline-block;
  padding: 30px 100px;
  border-radius: 40px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .headline__title {
    background: none;
    display: inline-block;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0 20px 20px;
  }
}

.page--report .section-schedule .headline__title-jp {
  font-size: 3.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .headline__title-jp {
    font-size: 1.8rem;
  }
}

.page--report .section-schedule .headline__title-en {
  font-weight: 600;
  color: #fff100;
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .headline__title-en {
    color: #1388D0;
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .content {
    display: none;
  }
}

.page--report .section-schedule .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block {
    display: block;
  }
}

.page--report .section-schedule .block .img {
  width: 420px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block .img {
    width: auto;
  }
}

.page--report .section-schedule .block .img .full {
  max-width: none;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block .img .full {
    width: 100%;
  }
}

.page--report .section-schedule .block .panel {
  width: 460px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block .panel {
    width: auto;
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
  }
  .page--report .section-schedule .block .panel span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .page--report .section-schedule .block .panel span img {
    width: 60px;
    height: auto;
  }
}

.page--report .section-schedule .block .panel dl {
  margin: 1.5em 0 0.5em;
}

.page--report .section-schedule .block .panel dt {
  font-weight: bold;
  color: #85d0f4;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block .panel dt {
    font-size: 1.4rem;
  }
}

.page--report .section-schedule .block .panel dd {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block .panel dd {
    font-size: 1.8rem;
  }
}

.page--report .section-schedule .block.next {
  padding-bottom: 150px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block.next {
    padding-bottom: 0;
  }
}

.page--report .section-schedule .block.next:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 62px;
  height: 95px;
  background-image: url(../img/report/schedule-icon-heart.png);
  right: 260px;
  bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-schedule .block.next:after {
    display: none;
  }
}

.page--report .section-schedule .btn-toggle {
  background-color: #85D0F4;
  border-radius: 50px;
  padding: 10px 0;
  text-align: center;
  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;
}

@media only screen and (min-width: 768px) {
  .page--report .section-schedule .btn-toggle {
    display: none;
  }
}

.page--report .section-schedule .btn-toggle .icn {
  background-size: 20px auto;
  background-image: url(../img/report/btn-toggle-arrow.png);
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 30% 50%;
  display: inline-block;
  margin-right: 10px;
}

.page--report .section-schedule .btn-toggle span {
  color: #fff100;
  font-size: 3.0rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}

.page--report .section-schedule .btn-toggle .txt-close {
  display: none;
}

.page--report .section-schedule .btn-toggle.open .icn {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page--report .section-schedule .btn-toggle.open .txt-close {
  display: inline;
}

.page--report .section-schedule .btn-toggle.open .txt-open {
  display: none;
}

.page--report .section-future {
  background-position: 50% 0;
  height: 680px;
}

@media (min-width: 1360px) {
  .page--report .section-future {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .page--report .section-future {
    height: auto;
    background-size: 100% auto;
  }
}

.page--report .section-future .headline {
  padding: 110px 0 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-future .headline {
    margin-bottom: 20vw;
    padding: 7vw 0 0;
  }
}

.page--report .section-future .headline h2 {
  font-size: 4.8rem;
  color: #3162ae;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .page--report .section-future .headline h2 {
    font-size: 3.0rem;
  }
}

.page--report .section-future .block {
  width: 560px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-future .block {
    width: auto;
  }
}

.page--report .section-future .block.right {
  float: right;
}

.page--report .section-future .qa dt {
  font-weight: bold;
}

.page--report .section-future .qa dt span {
  background-color: transparent;
}

.page--report .section-future .qa p {
  font-weight: bold;
}

.page--report .section-message {
  margin-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message {
    margin-bottom: 60px;
  }
}

.page--report .section-message .row {
  max-width: 680px;
}

.page--report .section-message .headline {
  margin-bottom: 70px;
  text-align: center;
  margin-top: -110px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .headline {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page--report .section-message .headline img {
    padding: 0 25%;
  }
}

.page--report .section-message .headline h2 {
  background-color: #FB60A1;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .headline h2 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

.page--report .section-message .headline h2:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -30px;
  border-top: 30px solid #FB60A1;
  border-right: 30px solid transparent;
}

.page--report .section-message .content p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .content p {
    font-size: 1.3rem;
  }
}

.page--report .section-message .content p strong {
  color: #FB60A1;
}

.page--report .section-message .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry {
    margin: 20px -10px;
  }
}

.page--report .section-message .entry li {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry li {
    padding: 0 10px;
  }
}

.page--report .section-message .entry a {
  background-color: #3162AE;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0 15px;
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.page--report .section-message .entry a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.page--report .section-message .entry a dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry a dt {
    font-size: 1.2rem;
  }
}

.page--report .section-message .entry a dd {
  letter-spacing: 3px;
  font-size: 3.0rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .page--report .section-message .entry a dd {
    font-size: 1.8rem;
  }
}

.page--report.construction .section-hero .bgimg {
  background-position: 50% 20%;
  background-image: url(../img/report/construction/hero-img.jpg);
}

.page--report.construction .section-future {
  background-image: url(../img/report/construction/future-img.jpg);
}

.page--report.business .section-hero .bgimg {
  background-position: 50% 50%;
  background-image: url(../img/report/business/hero-img.jpg);
}

.page--report.business .section-future {
  background-image: url(../img/report/business/future-img.jpg);
}

@media only screen and (max-width: 767px) {
  .page--report.business .section-future .headline {
    padding-left: 50%;
    text-align: center;
  }
}

.page--report.sales .section-hero .bgimg {
  background-image: url(../img/report/sales/hero-img.jpg);
  background-position: 50% 20%;
}

.page--report.sales .section-hero .hero-copy {
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .page--report.sales .section-hero .hero-copy {
    font-size: 1.6rem;
  }
}

.page--report.sales .section-future {
  background-image: url(../img/report/sales/future-img.jpg);
}

@media only screen and (max-width: 767px) {
  .page--report.sales .section-future .headline {
    padding-left: 50%;
    text-align: center;
  }
}

.page--report.accounting .section-hero .bgimg {
  background-image: url(../img/report/accounting/hero-img.jpg);
  background-position: 50% 50%;
}

.page--report.accounting .section-future {
  background-image: url(../img/report/accounting/future-img.jpg);
}

.page--report.design .section-hero .bgimg {
  background-image: url(../img/report/design/hero-img.jpg);
  background-position: 50% 50%;
}

.page--report.design .section-hero .hero-copy {
  font-size: 3.2rem;
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .page--report.design .section-hero .hero-copy {
    padding-top: 170px;
    font-size: 1.6rem;
  }
}

.page--report.design .section-future {
  background-image: url(../img/report/design/future-img.jpg);
}

@media only screen and (max-width: 767px) {
  .page--report.design .section-future .headline {
    padding-left: 50%;
    text-align: center;
  }
}

.page--report.construction .lnav-construction .figure:after {
  display: none;
}

.page--report.construction .lnav-construction .panel {
  background-color: #fff100;
}

.page--report.construction .lnav-construction:after {
  border-top: 32px solid #fff100;
}

.page--report.construction .lnav-construction:before {
  border-bottom: 32px solid #fff100 !important;
}

.page--report.construction .lnav-construction .department {
  color: #fff100;
}

.page--report.business .lnav-business .figure:after {
  display: none;
}

.page--report.business .lnav-business .panel {
  background-color: #fff100;
}

.page--report.business .lnav-business:after {
  border-top: 32px solid #fff100;
}

.page--report.business .lnav-business:before {
  border-bottom: 32px solid #fff100 !important;
}

.page--report.business .lnav-business .department {
  color: #fff100;
}

.page--report.sales .lnav-sales .figure:after {
  display: none;
}

.page--report.sales .lnav-sales .panel {
  background-color: #fff100;
}

.page--report.sales .lnav-sales:after {
  border-top: 32px solid #fff100;
}

.page--report.sales .lnav-sales:before {
  border-bottom: 32px solid #fff100 !important;
}

.page--report.sales .lnav-sales .department {
  color: #fff100;
}

.page--report.accounting .lnav-accounting .figure:after {
  display: none;
}

.page--report.accounting .lnav-accounting .panel {
  background-color: #fff100;
}

.page--report.accounting .lnav-accounting:after {
  border-top: 32px solid #fff100;
}

.page--report.accounting .lnav-accounting:before {
  border-bottom: 32px solid #fff100 !important;
}

.page--report.accounting .lnav-accounting .department {
  color: #fff100;
}

.page--report.design .lnav-design .figure:after {
  display: none;
}

.page--report.design .lnav-design .panel {
  background-color: #fff100;
}

.page--report.design .lnav-design:after {
  border-top: 32px solid #fff100;
}

.page--report.design .lnav-design:before {
  border-bottom: 32px solid #fff100 !important;
}

.page--report.design .lnav-design .department {
  color: #fff100;
}

.page--passion .section-hero .bgimg {
  background-image: url(../img/passion/hero-img.jpg);
}

.page--passion .section-benefit {
  font-size: 1.6rem;
}

.page--passion .section-benefit .headline {
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .headline {
    padding-top: 5vw;
  }
}

.page--passion .section-benefit .headline__title {
  font-size: 5.0rem;
  color: #1388D0;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .headline__title {
    font-size: 3.6rem;
  }
}

.page--passion .section-benefit .headline__lead {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .headline__lead {
    font-size: 1.5rem;
  }
}

.page--passion .section-benefit .block {
  border: 5px solid #1388D0;
  padding: 90px 50px 50px;
  margin-bottom: 110px;
  position: relative;
  margin-top: 110px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block {
    padding: 60px 20px 20px;
    border: 3px solid #1388D0;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.page--passion .section-benefit .block.culture {
  padding-top: 260px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block.culture {
    padding-top: 140px;
  }
  .page--passion .section-benefit .block.culture .icn {
    top: -60px;
  }
  .page--passion .section-benefit .block.culture .icn img {
    width: 290px;
  }
}

.page--passion .section-benefit .block .icn {
  display: block;
  position: absolute;
  width: 100%;
  top: -90px;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block .icn {
    top: -60px;
  }
  .page--passion .section-benefit .block .icn img {
    width: 130px;
    height: auto;
  }
}

.page--passion .section-benefit .block .icn.sat-sun {
  top: -70px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block .icn.sat-sun {
    top: -40px;
  }
}

.page--passion .section-benefit .block .icn.yen {
  top: -70px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block .icn.yen {
    top: -40px;
  }
}

.page--passion .section-benefit .block p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block p {
    font-size: 1.2rem;
  }
}

.page--passion .section-benefit .block__title {
  text-align: center;
  font-size: 2.8rem;
  color: #1388D0;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .block__title {
    font-size: 2.0rem;
  }
}

.page--passion .section-benefit .unit {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-benefit .unit {
    margin-top: 30px;
  }
  .page--passion .section-benefit .unit .grid-x {
    display: block;
  }
  .page--passion .section-benefit .unit .cell {
    margin-bottom: 10px;
    width: 100%;
  }
}

.page--passion .section-benefit .unit .cap {
  text-align: center;
  font-weight: bold;
}

.page--passion .section-benefit .unit .cell:last-child {
  text-align: right;
}

.page--passion .section-message {
  padding-bottom: 100px;
  background-image: url(../img/passion/content-bg.jpg);
  background-position: 50% 0%;
  background-size: auto;
  padding-top: 260px;
}

@media (min-width: 1360px) {
  .page--passion .section-message {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message {
    background-size: 100% auto;
    padding-top: 10vw;
    padding-bottom: 50px;
  }
}

.page--passion .section-message .headline {
  padding: 40px 0;
}

.page--passion .section-message .headline h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

.page--passion .section-message .headline {
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message .headline {
    padding-top: 30vw;
  }
}

.page--passion .section-message .headline__title {
  font-size: 5.0rem;
  color: #1388D0;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message .headline__title {
    font-size: 3.6rem;
  }
}

.page--passion .section-message .sign {
  text-align: right;
  margin-top: 1.5em;
}

.page--passion .section-message .content p {
  font-weight: bold;
}

.page--passion .section-message .content.primary {
  text-align: center;
  padding: 2em 0 5em;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message .content.primary {
    padding: 2em 0;
  }
}

.page--passion .section-message .content.primary p {
  margin-bottom: 2em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message .content.primary p {
    font-size: 1.3rem;
  }
  .page--passion .section-message .content.primary p br {
    display: none;
  }
}

.page--passion .section-message .content.secondary h3 {
  margin: 30px 0;
}

.page--passion .section-message .block2 p {
  margin-bottom: 2em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--passion .section-message .block2 p {
    font-size: 1.3rem;
  }
  .page--passion .section-message .block2 p br {
    display: none;
  }
}

.page--work .section-hero .bgimg {
  background-image: url(../img/work/hero-img.jpg);
}

.page--work .section-hero .hero-copy {
  color: #fff;
  padding-top: 560px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .page--work .section-hero .hero-copy {
    padding-top: 170px;
    text-align: center;
  }
}

.page--work .section-business .headline {
  text-align: center;
  padding: 70px 0 110px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .headline {
    padding: 35px 0 70px;
  }
}

.page--work .section-business .headline p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .headline p {
    font-size: 1.5rem;
  }
}

.page--work .section-business .headline__title {
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .headline__title {
    font-size: 2.0rem;
    margin-top: 35px;
  }
}

.page--work .section-business .content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content ol {
    display: block;
  }
}

.page--work .section-business .content ol li {
  width: 305px;
  margin: 0 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content ol li {
    width: auto;
    margin: 0;
  }
}

.page--work .section-business .content ol .num {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  top: -70px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content ol .num {
    top: -35px;
  }
  .page--work .section-business .content ol .num img {
    width: 45px;
  }
}

.page--work .section-business .content .panel {
  color: #fff;
  padding: 35px 0;
}

.page--work .section-business .content .panel__title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content .panel__title {
    margin-bottom: 20px;
  }
}

.page--work .section-business .content .panel__title .small {
  font-size: 75%;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content .panel__title {
    font-size: 1.4rem;
  }
}

.page--work .section-business .content .panel__content {
  padding: 0 35px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content .panel__content {
    padding: 0 25px;
  }
}

.page--work .section-business .content .panel__content p {
  margin-bottom: 0;
}

.page--work .section-business .content .business01 {
  background-color: #36B0FD;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content .business01 {
    margin-bottom: 70px;
  }
}

.page--work .section-business .content .business02 {
  background-color: #0BA29A;
}

@media only screen and (max-width: 767px) {
  .page--work .section-business .content .business02 {
    margin-bottom: 70px;
  }
}

.page--work .section-business .content .business03 {
  background-color: #601A86;
}

.page--work .section-occupation {
  padding-top: 150px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-occupation {
    padding-top: 60px;
  }
}

.page--work .section-occupation .headline {
  margin-bottom: 40px;
}

.page--work .section-occupation .headline__title {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-occupation .headline__title {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
}

.page--work .section-occupation .headline__lead {
  font-size: 1.4rem;
}

.page--work .section-occupation .block {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--work .section-occupation .block {
    margin-bottom: 35px;
  }
}

.page--work .section-occupation .block__title {
  font-size: 2.4rem;
  padding: 20px 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--work .section-occupation .block__title {
    font-size: 1.7rem;
  }
}

.page--work .section-study .headline {
  padding: 55px 0;
}

.page--work .section-study .headline__title {
  color: #1388D0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}

.page--work .section-study .headline p {
  margin-bottom: 0;
}

.page--work .section-study .study-img {
  margin: 0 -10px;
}

.page--work .section-study .study-img li {
  padding: 0 10px;
}

.page--work .section-study .study-img p {
  margin: 0.5em 0 0;
}

.page--work .section-study .rec {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page--work .section-study .rec h4 {
  font-size: 1.6rem;
  margin-right: 1.5em;
  font-weight: bold;
}

.page--work .section-study .rec ul {
  font-size: 1.4rem;
}

.page--work .section-study .rec ul span {
  color: #285FB6;
  margin-right: 0.25em;
}

.page--work .section-study .rec ul b {
  margin-right: 1em;
}

.page--work .section-study .rec ul li {
  margin-bottom: 0.25em;
}

.page--support .section-hero .bgimg {
  background-image: url(../img/support/hero-img.jpg);
}

.page--support .section-hero .hero-copy {
  color: #fff;
  text-align: center;
  padding-top: 300px !important;
}

@media only screen and (max-width: 767px) {
  .page--support .section-hero .hero-copy {
    padding-top: 170px !important;
  }
}

.page--support .section-skill {
  padding-top: 100px;
  margin-bottom: 70px;
  background-image: url(../img/support/img-pen.jpg);
  background-position: 100% -100px;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill {
    padding-top: 40px;
    background-size: auto 200px;
    background-position: 140% -50px;
    margin-bottom: 30px;
  }
}

.page--support .section-skill .headline {
  margin-bottom: 100px;
}

.page--support .section-skill .headline__title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .headline__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.page--support .section-skill .headline__lead {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .headline__copy {
    font-size: 1.2rem;
  }
  .page--support .section-skill .headline__copy br {
    display: none;
  }
}

.page--support .section-skill .content .skill-list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .content .skill-list {
    display: block;
  }
}

.page--support .section-skill .content .skill-list li {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .content .skill-list li {
    width: auto;
    margin-bottom: 30px;
  }
  .page--support .section-skill .content .skill-list li .figure {
    padding: 0 20%;
  }
}

.page--support .section-skill .content .panel__title {
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .content .panel__title {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
}

.page--support .section-skill .content .panel__content {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .content .panel__content {
    font-size: 1.2rem;
  }
}

.page--support .section-skill .content .other {
  background-color: #F9F9F9;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .page--support .section-skill .content .other {
    padding: 20px;
  }
}

.page--support .section-skill .content .other__title {
  color: #1388D0;
  font-weight: bold;
  margin-bottom: 1em;
}

.page--support .section-skill .content .other p {
  margin: 1em 0 0;
}

.page--support .section-study {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study {
    padding-bottom: 0;
  }
}

.page--support .section-study .headline {
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study .headline {
    padding: 20px 0;
  }
}

.page--support .section-study .headline__title {
  color: #1388D0;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study .headline__title {
    font-size: 2.1rem;
  }
}

.page--support .section-study .headline p {
  margin-bottom: 0;
}

.page--support .section-study .study-img {
  margin: 0 -10px;
}

.page--support .section-study .study-img li {
  padding: 0 10px;
}

.page--support .section-study .study-img p {
  margin: 0.5em 0 0;
}

.page--support .section-study .rec {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study .rec {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.page--support .section-study .rec h4 {
  font-size: 1.6rem;
  margin-right: 1.5em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study .rec h4 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.page--support .section-study .rec ul {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .page--support .section-study .rec ul {
    font-size: 1.1rem;
  }
}

.page--support .section-study .rec ul span {
  color: #285FB6;
  margin-right: 0.25em;
}

.page--support .section-study .rec ul b {
  margin-right: 1em;
}

.page--support .section-study .rec ul li {
  margin-bottom: 0.25em;
}

.page--questionnaire .wrap {
  background-color: #F8F8F9;
}

.page--questionnaire .trig {
  opacity: 0;
}

.page--questionnaire .section-hero .bgimg {
  background-image: url(../img/questionnaire/hero-img.jpg);
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-hero .hero-copy {
    padding-top: 140px !important;
  }
}

.page--questionnaire .section-lead {
  padding-top: 130px;
  padding-bottom: 30px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-lead {
    padding-top: 35px;
  }
}

.page--questionnaire .section-lead .lead {
  text-align: center;
}

.page--questionnaire .section-lead .lead__primary {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-lead .lead__primary {
    font-size: 1.8rem;
  }
}

.page--questionnaire .section-lead .lead__secondary {
  margin-bottom: 0;
}

.page--questionnaire .section-organization {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization {
    padding-bottom: 25px;
  }
}

.page--questionnaire .section-organization .headline {
  text-align: center;
  padding: 110px 0 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization .headline {
    padding: 50px 0 20px;
  }
}

.page--questionnaire .section-organization .headline:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -82px;
  content: " ";
  width: 0;
  height: 0;
  border: 82px solid transparent;
  border-top: 64px solid #fff;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization .headline:after {
    border: 36px solid transparent;
    border-top: 32px solid #fff;
    margin-left: -36px;
  }
}

.page--questionnaire .section-organization .headline__title {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization .headline__title {
    font-size: 1.8rem;
  }
}

.page--questionnaire .section-organization li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization li {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
}

.page--questionnaire .section-organization li:nth-child(even) {
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-organization li:nth-child(even) {
    float: none;
    text-align: left;
  }
}

.page--questionnaire .section-organization li.left {
  float: left;
}

.page--questionnaire .section-organization li.right {
  float: right;
}

.page--questionnaire .section-qa {
  background-color: #F8F8F9;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa {
    padding-bottom: 50px;
  }
}

.page--questionnaire .section-qa .headline {
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .headline {
    padding-bottom: 10px;
  }
}

.page--questionnaire .section-qa .headline__title-en {
  font-family: "Rajdhani", sans-serif;
  font-size: 6.0rem;
  font-weight: 600;
  letter-spacing: -3px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .headline__title-en {
    font-size: 3.0rem;
  }
}

.page--questionnaire .section-qa .headline__title .small {
  font-size: 13px;
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .headline__title .small {
    font-size: 1.0rem;
  }
}

.page--questionnaire .section-qa .panel {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .panel {
    padding: 20px;
  }
}

.page--questionnaire .section-qa .question {
  margin-bottom: 20px;
}

.page--questionnaire .section-qa .question__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page--questionnaire .section-qa .question__headline-num {
  font-size: 3.6rem;
  background-color: #202020;
  color: #fff;
  line-height: 1;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question__headline-num {
    font-size: 1.8rem;
    padding: 10px;
  }
}

.page--questionnaire .section-qa .question__headline-title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question__headline-title {
    font-size: 1.0rem;
  }
}

.page--questionnaire .section-qa .question__content {
  padding-top: 20px;
  padding-left: 85px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question__content {
    padding-left: 0;
  }
}

.page--questionnaire .section-qa .question .answer {
  margin-bottom: 0;
  line-height: 1.6;
}

.page--questionnaire .section-qa .question .vote {
  line-height: 1;
}

.page--questionnaire .section-qa .question .vote-num {
  font-family: "Rajdhani", sans-serif;
  font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question .vote-num {
    font-size: 2.4rem;
  }
}

.page--questionnaire .section-qa .question .vote-unit {
  font-size: 2.4rem;
  position: relative;
  top: -2px;
  margin-left: 2px;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question .vote-unit {
    font-size: 1.2rem;
  }
}

.page--questionnaire .section-qa .question span.small {
  font-size: 75%;
}

.page--questionnaire .section-qa .question li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #555;
  padding: 10px 0;
}

.page--questionnaire .section-qa .question li:nth-child(1) {
  font-size: 3.0rem;
  color: #ed4f44;
}

.page--questionnaire .section-qa .question li:nth-child(1) .answer {
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(1) {
    font-size: 1.5rem;
  }
}

.page--questionnaire .section-qa .question li:nth-child(2) {
  font-size: 2.4rem;
  color: #f6bd2e;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(2) {
    font-size: 1.2rem;
  }
}

.page--questionnaire .section-qa .question li:nth-child(3) {
  font-size: 2.0rem;
  color: #45bdcf;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(3) {
    font-size: 1.0rem;
  }
}

.page--questionnaire .section-qa .question li:nth-child(4) {
  font-size: 1.6rem;
  color: #ef8390;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(4) {
    font-size: 1.0rem;
  }
}

.page--questionnaire .section-qa .question li:nth-child(5) {
  font-size: 1.6rem;
  color: #b28247;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(5) {
    font-size: 1.0rem;
  }
}

.page--questionnaire .section-qa .question li:nth-child(6) {
  font-size: 1.6rem;
  color: #888888;
}

@media only screen and (max-width: 767px) {
  .page--questionnaire .section-qa .question li:nth-child(6) {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--others .site-main {
    padding-bottom: 0;
  }
}

.page--others .site-main:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 240px;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/common/hero-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .page--others .site-main:before {
    height: 136px;
  }
}

.page--others .section-article {
  padding-top: 240px;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article {
    padding-top: 100px;
  }
}

.page--others .section-article .content {
  padding: 70px 0;
}

.page--others .section-article .lead {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article .lead {
    margin-bottom: 20px;
  }
}

.page--others .section-article .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article .block {
    display: block;
    padding: 20px 0;
  }
}

.page--others .section-article .block dt {
  width: 23%;
  font-weight: bold;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article .block dt {
    width: auto;
    margin-bottom: 10px;
  }
  .page--others .section-article .block dt br {
    display: none;
  }
}

.page--others .section-article .block dt:before {
  content: '■';
  color: #3162AE;
  margin-right: 4px;
}

.page--others .section-article .block dd {
  width: 77%;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article .block dd {
    width: auto;
  }
}

.page--others .section-article .block a {
  text-decoration: underline;
}

.page--others .section-article .block a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--others .section-article .block a:hover {
    text-decoration: underline;
  }
}

.page--others .section-sitemap {
  padding-top: 240px;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap {
    padding-top: 100px;
  }
}

.page--others .section-sitemap .content {
  padding: 80px 0 100px;
}

.page--others .section-sitemap .grid-x {
  margin: 0 -20px;
}

.page--others .section-sitemap .cell {
  padding: 0 20px;
}

.page--others .section-sitemap .block {
  padding: 12px 16px;
  border-bottom: 1px dotted #555;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .block {
    padding: 8px 0;
  }
}

.page--others .section-sitemap .dir {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .dir {
    font-size: 1.4rem;
  }
}

.page--others .section-sitemap .sub-dir {
  padding-left: 1em;
}

.page--others .section-sitemap .sub-dir li {
  margin: 4px 0;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .sub-dir li {
    margin-left: 1em;
    text-indent: -1em;
  }
}

.page--others .section-sitemap .sub-dir li:before {
  content: '●';
  color: #3162ae;
  font-size: 1.0rem;
  margin-right: 10px;
}

.page--others .section-sitemap .sub-dir__report {
  margin-top: 5px;
  margin-left: 2em;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .sub-dir__report {
    font-size: 11px;
  }
}

.page--others .section-sitemap .util {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .util {
    text-align: left;
    margin-top: 0;
  }
}

.page--others .section-sitemap .util .block {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .util .block {
    padding-left: 16px;
  }
}

.page--others .section-sitemap .util .dir {
  font-size: 1.4rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .page--others .section-sitemap .util .dir {
    font-size: 1.2rem;
  }
}

.page--contact .site-main {
  padding-bottom: 0;
}

.page--contact .section-hero {
  background-color: #F5FBFE;
  background-image: url(../img/contact/hero-img.jpg);
  background-position: 50% 0%;
  background-repeat: repeat-x;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero {
    padding-top: 95px;
    padding-bottom: 0;
  }
}

.page--contact .section-hero .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #3162ae;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .headline {
    margin-bottom: 20px;
  }
}

.page--contact .section-hero .headline__title {
  font-size: 2.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .headline__title {
    font-size: 1.5rem;
    width: 10em;
  }
}

.page--contact .section-hero .headline p {
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .headline p {
    font-size: 1.0rem;
  }
}

.page--contact .section-hero .content {
  color: #111;
  text-align: left;
}

.page--contact .section-hero .content dl {
  text-align: left;
  padding: 30px 0 30px 50px;
  background-position: 0 50%;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content dl {
    padding: 15px 0 15px 50px;
  }
}

.page--contact .section-hero .content dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3162ae;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content dl dt {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content .grid-x {
    display: block;
  }
}

.page--contact .section-hero .content .phone dl {
  background-image: url(../img/contact/ico-phone.png);
}

.page--contact .section-hero .content .email dl {
  background-image: url(../img/contact/ico-email.png);
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content .cell {
    padding-bottom: 1em;
  }
}

.page--contact .section-hero .content .phone a {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content .phone a {
    pointer-events: auto;
  }
}

.page--contact .section-hero .content .btn {
  background-color: #3162ae;
  color: #fff;
  display: inline-block;
  padding: 10px 3.5em;
  font-weight: bold;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content .btn {
    border-radius: 2px;
  }
}

.page--contact .section-hero .content .notes {
  margin-top: 2em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-hero .content .notes {
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}

.page--contact .section-form {
  padding-bottom: 100px;
}

.page--contact .section-form .headline {
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-form .headline {
    padding: 40px 0;
  }
}

.page--contact .section-form .headline__title {
  color: #3162ae;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-form .headline__title {
    font-size: 1.8rem;
  }
}

.page--contact .section-form .headline__require {
  margin: 2em 0;
}

.page--contact .section-form .headline__require .require {
  color: #fff;
  font-size: 10px;
  background-color: #3162AE;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: bold;
  margin: 0 5px;
}

.page--contact .section-form .headline p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-form .input-tel,
  .page--contact .section-form .input-fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page--contact .section-form .input-tel .divider,
.page--contact .section-form .input-fax .divider {
  margin: 0 1em;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-form .input-tel .divider,
  .page--contact .section-form .input-fax .divider {
    margin: 0 5px;
  }
}

.page--contact .thanks {
  text-align: center;
}

.page--contact .thanks p {
  margin: 2em 0;
}

.page--contact .thanks a {
  text-decoration: underline;
  color: #0073f5;
}

.page--contact .thanks a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .page--contact .thanks a:hover {
    text-decoration: underline;
  }
}

.page--contact .mailform__headline {
  font-size: 2.4rem;
  padding: 1.5em 0 0.5em;
  font-weight: bold;
  border-top: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .page--contact .mailform__headline {
    font-size: 1.8rem;
    padding: 1em 0;
  }
}

.page--contact .otoiawase-naiyo li {
  margin-bottom: 10px;
}

.page--contact .email .inner {
  margin-bottom: 2em;
}

.page--contact .email .inner p {
  margin-bottom: 0.25em;
}

.page--contact .address li {
  margin-bottom: 2em;
}

.page--contact .form_send_complete {
  text-align: center;
  padding-bottom: 60px;
}

.page--contact .form_send_complete .finish {
  font-size: 3.0rem;
  margin: 3em 0 1em;
  font-weight: bold;
}

.page--contact .form_send_complete .thanks {
  line-height: 2;
}

.page--contact .da-mailform .require {
  color: #fff;
  font-size: 12px;
  background-color: #3162AE;
  border-radius: 4px;
  padding: 5px 14px;
  font-weight: bold;
  top: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform .require {
    margin-left: 0;
  }
}

.page--contact .da-mailform .note {
  font-size: 85%;
  display: block;
  text-align: right;
}

.page--contact .da-mailform #mfp_phase_confirm .message {
  background-color: #ffd8d2;
  border-radius: 0px;
  padding: 30px 0;
  color: #ff0000;
  font-weight: bold;
  margin: 0 auto 30px;
}

.page--contact .da-mailform #mfp_phase_confirm .message p {
  margin-bottom: 0;
}

.page--contact form#mailformpro label.mfp_not_checked {
  border: none;
}

.page--contact #clearForm {
  display: none;
}

.page--contact .da-mailform table {
  width: 100%;
}

.page--contact .da-mailform table tr {
  border-top: 1px dotted #959595;
}

.page--contact .da-mailform table tr:first-child {
  border-top: none;
}

.page--contact .da-mailform table th {
  width: 28%;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: top;
}

.page--contact .da-mailform table th,
.page--contact .da-mailform table td {
  padding: 2em 1.5em;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform table th,
  .page--contact .da-mailform table td {
    width: auto;
    padding: 1em 0;
  }
}

.page--contact .da-mailform table th {
  padding-left: 0;
}

.page--contact .da-mailform table td {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform table td {
    padding-top: 0;
  }
}

.page--contact .da-mailform table td .notes {
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform table {
    display: block;
  }
  .page--contact .da-mailform table tbody, .page--contact .da-mailform table thead, .page--contact .da-mailform table tr {
    display: block;
  }
  .page--contact .da-mailform table th,
  .page--contact .da-mailform table td {
    display: block;
  }
}

.page--contact .da-mailform table .wid100 {
  width: 100%;
}

.page--contact .da-mailform table .wid70 {
  width: 70%;
}

.page--contact .da-mailform table .wid50 {
  width: 50%;
}

.page--contact .da-mailform table .wid30 {
  width: 30%;
}

.page--contact .da-mailform input,
.page--contact .da-mailform select {
  min-height: 40px;
}

.page--contact .da-mailform input[type="text"],
.page--contact .da-mailform input[type="email"],
.page--contact .da-mailform input[type="tel"],
.page--contact .da-mailform input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px 1em;
  border-radius: 3px;
  background-color: #f4f4f4;
  height: auto;
  width: 100%;
}

.page--contact .da-mailform input[type="text"]:focus,
.page--contact .da-mailform input[type="email"]:focus,
.page--contact .da-mailform input[type="tel"]:focus,
.page--contact .da-mailform input[type="number"]:focus {
  outline: 0;
  border: 1px solid #3162AE;
}

.page--contact .da-mailform textarea {
  width: 100% !important;
  min-height: 14em;
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 6px 1em;
  border: 1px solid #f4f4f4;
}

.page--contact .da-mailform textarea:focus {
  outline: 0;
  border: 1px solid #3162AE;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform textarea {
    max-width: none;
  }
}

.page--contact .da-mailform select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 2px;
  background-color: #f4f4f4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 8px 1em;
}

.page--contact .da-mailform #submit-button,
.page--contact .da-mailform input[type="submit"] {
  background: #FE5C05;
  border: none;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
}

.page--contact .da-mailform #submit-button:hover,
.page--contact .da-mailform input[type="submit"]:hover {
  background-color: #fe6d1e;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform #submit-button,
  .page--contact .da-mailform input[type="submit"] {
    margin: 30px 0;
    padding: 14px 0;
    width: 100%;
  }
}

.page--contact .da-mailform input[type="text"],
.page--contact .da-mailform input[type="email"],
.page--contact .da-mailform input[type="tel"],
.page--contact .da-mailform input[type="number"] {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform input[type="text"],
  .page--contact .da-mailform input[type="email"],
  .page--contact .da-mailform input[type="tel"],
  .page--contact .da-mailform input[type="number"] {
    width: 100% !important;
    max-width: none !important;
  }
}

.page--contact .da-mailform input[type="file"] {
  background-color: #f0f0f0;
  padding: 10px;
}

.page--contact .da-mailform .mfp_attached_reset {
  padding: 10px;
  margin-left: 10px;
  background-color: #f0f0f0;
  border-radius: 4px;
  border: 1px solid #eee;
}

.page--contact .da-mailform input.full {
  width: 100%;
}

.page--contact .da-mailform input.half {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform input.half {
    width: 100%;
  }
}

.page--contact .da-mailform input.third {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform input.third {
    width: 100%;
  }
}

.page--contact .da-mailform input.quarter {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform input.quarter {
    width: 100%;
  }
}

.page--contact .da-mailform input.fifth {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .page--contact .da-mailform input.fifth {
    width: 100%;
  }
}

.page--contact .da-mailform label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

.page--contact .da-mailform label.mfp_checked {
  padding: 3px;
  /* border: solid 1px #CCC; */
  background-color: #E8EEF9;
  -webkit-box-shadow: 0px 1px 3px #CCC inset;
          box-shadow: 0px 1px 3px #CCC inset;
}

.page--contact .da-mailform .name-folder label {
  margin-right: 1em;
}

.page--contact .da-mailform input.tel-split {
  width: 6em;
}

.page--contact .da-mailform .tel-concat {
  margin: 0 1em;
}

.page--contact .da-mailform .mfp_buttons {
  text-align: center;
  margin: 60px 0 40px;
  margin: 30px 0;
  text-align: center;
}

.page--contact .da-mailform .mfp_buttons span {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.page--contact .da-mailform .mfp_buttons .enter,
.page--contact .da-mailform .mfp_buttons #mfp_button_send {
  padding: 16px 100px;
  color: #fff;
  background-color: #FE5C05;
  font-size: 1.8rem;
}

.page--contact .da-mailform .mfp_buttons .enter:hover,
.page--contact .da-mailform .mfp_buttons #mfp_button_send:hover {
  background-color: #fe6d1e;
}

.page--contact .da-mailform .mfp_buttons .cancel,
.page--contact .da-mailform .mfp_buttons #mfp_button_cancel {
  background-color: #888;
}

.page--contact .da-mailform .mfp_buttons .cancel:hover,
.page--contact .da-mailform .mfp_buttons #mfp_button_cancel:hover {
  background-color: #9f9f9f;
}

.page--contact .da-mailform .mfp_buttons #mfp_button_send {
  padding: 16px 60px;
}

.page--contact .da-mailform .ex {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.page--contact .da-mailform .comment {
  text-align: right;
}

.page--contact .da-mailform .input-field {
  margin-bottom: 1em;
}

.page--contact .da-mailform .input-field:last-child {
  margin-bottom: 0;
}

.page--contact .da-mailform .input-field span {
  font-size: 1.2rem;
}

.page--contact .da-mailform .if-subtitle {
  width: 4em;
  margin-right: 8px;
  display: inline-block;
  font-size: 1.2rem;
}

.page--contact .da-mailform .thanks {
  text-align: center;
  margin: 4em 0;
  line-height: 2;
}

.page--contact .da-mailform select {
  width: 50%;
}

.page--contact .da-mailform #submit-button,
.page--contact .da-mailform input[type="submit"] {
  font-weight: bold;
  border-radius: 3px;
  font-size: 2.4rem;
}

.page--contact #mfp_overlay h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}

.page--contact #mfp_overlay #mfp_button_send {
  padding: 16px 60px;
}

.page--contact #mfp_overlay .enter,
.page--contact #mfp_overlay #mfp_button_send {
  padding: 16px 100px;
  color: #fff;
  background-color: #07913a;
}

.page--contact #mfp_overlay .enter,
.page--contact #mfp_overlay .cancel,
.page--contact #mfp_overlay #mfp_button_send,
.page--contact #mfp_overlay #mfp_button_cancel {
  padding: 16px 30px;
  border: none;
  color: #fff;
  line-height: 1;
}

.page--contact #mfp_overlay .mfp_element_submit,
.page--contact #mfp_overlay .mfp_element_reset,
.page--contact #mfp_overlay .mfp_element_button {
  border: none;
  background-color: #BA091C;
  color: #fff;
  padding: 10px 20px;
}

.page--contact #mfp_overlay button,
.page--contact #mfp_overlay html input[type="button"],
.page--contact #mfp_overlay input[type="reset"],
.page--contact #mfp_overlay input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.page--contact #mfp_overlay table#mfp_confirm_table tr th,
.page--contact #mfp_overlay table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: dotted 1px #CCC;
  padding: 10px 10px;
}

.page--contact #mfp_overlay .enter,
.page--contact #mfp_overlay #mfp_button_send {
  padding: 16px 100px;
  color: #fff;
  background-color: #FE5C05;
}

.page--contact #mfp_overlay .enter:hover,
.page--contact #mfp_overlay #mfp_button_send:hover {
  background-color: #fe6d1e;
}

.page--contact #mfp_overlay .cancel,
.page--contact #mfp_overlay #mfp_button_cancel {
  background-color: #888;
}

.page--contact #mfp_overlay .cancel:hover,
.page--contact #mfp_overlay #mfp_button_cancel:hover {
  background-color: #9f9f9f;
}

.page--contact #mfp_overlay #mfp_button_send {
  padding: 16px 60px;
}

@media only screen and (max-width: 767px) {
  .page--contact #mfp_overlay th,
  .page--contact #mfp_overlay td {
    width: 100% !important;
    display: block;
  }
  .page--contact #mfp_overlay th {
    font-size: 10px;
  }
}

.page--contact .mfp_element_submit:hover,
.page--contact .mfp_element_reset:hover,
.page--contact .mfp_element_button:hover,
.page--contact button.mfp_next:hover,
.page--contact button.mfp_prev:hover {
  /*box-shadow: 0px 2px 15px #CCC;*/
}

#pagetop {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop a {
  display: block;
  width: 140px;
  height: 50px;
  background-image: url(../img/common/pagetop.png.png);
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}

#pagetop.pinned {
  position: fixed;
}

.footer {
  background-color: #fff;
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .footer {
    border-top: 25px solid #3162ae;
  }
}

.footer-logo {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 0;
    padding: 25px 0 35px;
  }
  .footer-logo img {
    width: 30%;
  }
}

.footer .localnav {
  margin-bottom: 0;
  height: 92px;
}

@media only screen and (max-width: 767px) {
  .footer .localnav {
    display: none;
  }
}

.footer .lnav-list {
  background-color: #fff;
  position: relative;
}

.footer .lnav-list:before {
  position: absolute;
  display: block;
  content: ' ';
  height: 1px;
  top: 2px;
  width: 100%;
  left: 0;
  background-color: #ececec;
}

.footer .lnav-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .lnav-list a {
  height: 90px;
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  .footer .btn-contact {
    margin: 0 35px;
    text-align: center;
  }
  .footer .btn-contact a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .footer .btn-contact a:after {
    display: none;
  }
  .footer .btn-contact span {
    margin: auto;
    width: 100%;
  }
}

.footer .logo-iso {
  text-align: right;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer .logo-iso {
    text-align: center;
    margin-top: 10px;
  }
}

.site-directory {
  max-width: 1120px;
  padding: 50px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .site-directory {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .site-directory .row {
    padding: 0;
    margin: 0;
  }
}

.site-directory .row .row {
  padding: 0;
}

.site-directory .row .columns.first, .site-directory .row .columns.second {
  width: 455px;
}

.site-directory .row .columns.third {
  width: 240px;
}

.site-directory .sd-nav.primary {
  border-bottom: 1px dotted #ccc;
  padding: 12px 0 12px 20px;
}

.site-directory .sd-nav.util .sd-nav-dir {
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px 20px;
  line-height: 2.7rem;
}

.site-directory .sd-nav-dir {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.site-directory .sd-nav-dir.has-subnav {
  margin-bottom: 10px;
}

.site-directory .sd-nav-list {
  letter-spacing: -1px;
}

.site-directory .sd-nav-list li {
  margin-bottom: 0.25em;
}

.site-directory .sd-nav-list li a:before {
  content: '●';
  margin-right: 0.75em;
  font-size: 1.0rem;
  line-height: 14px;
  color: #3162ae;
}

.site-directory .sd-nav-list__report {
  margin-left: 2em;
  padding: 0.15em 0;
}

.site-directory .sd-nav-list__report a:before {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .site-directory .sd-nav a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
  }
}

.site-directory .sd-nav a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .site-directory .sd-nav a:hover {
    text-decoration: none;
  }
}

.site-directory .sp-nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border-bottom: 1px dotted #555;
}

.site-directory .sp-nav-primary li {
  width: 50%;
  border-top: 1px dotted #555;
}

.site-directory .sp-nav-primary li:nth-child(odd) {
  border-right: 1px dotted #555;
}

.site-directory .sp-nav-primary a {
  font-size: 1.5rem;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.site-directory .sp-nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}

.site-directory .sp-nav-secondary a {
  font-size: 1.0rem;
}

.site-directory .sp-nav-secondary li {
  margin: 0 1em;
}

.footer-company {
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .footer-company {
    padding: 20px 0;
  }
}

.footer-company .fc-logo {
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .footer-company .fc-logo {
    text-align: center;
  }
  .footer-company .fc-logo img {
    height: 90px;
  }
}

.footer-company .fc-address {
  font-size: 1.2rem;
  margin-left: 40px;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .footer-company .fc-address {
    text-align: center;
  }
  .footer-company .fc-address span {
    display: inline;
  }
}

.footer-company .btn-contact {
  margin-left: 40px;
}

.footer-legal {
  padding: 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
}

.footer-legal a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-legal a {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-legal {
    text-align: center;
  }
}

.footer-legal .utilnav {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-legal .utilnav {
    text-align: center;
  }
}

.footer-legal .utilnav a {
  margin: 0 1em;
}

.footer-legal .utilnav a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-legal .utilnav a:hover {
    text-decoration: none;
  }
}

.footer-legal .copyright {
  margin-bottom: 0;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .footer-legal .copyright {
    font-size: 1.0rem;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .footer-legal {
    padding: 14px 0;
  }
}

.footer-lang {
  display: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1em 0 10px;
}

@media only screen and (max-width: 767px) {
  .footer-lang {
    display: block;
  }
}

.footer-lang dl {
  margin-bottom: 1em;
}

.footer-lang dt {
  font-weight: bold;
}

.footer-lang dd a {
  margin: 0 1em;
}

.footer-lang a {
  color: #fff;
}

.footer-lang p {
  font-size: 1.0rem;
}

#pagetop {
  position: absolute;
  z-index: 9999;
  display: none;
  top: 0px;
  right: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    position: fixed !important;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    display: block !important;
    top: auto;
    right: auto;
    opacity: 1 !important;
  }
}

#pagetop a {
  display: block;
  width: 140px;
  height: 50px;
  background-image: url(../img/common/pagetop.png);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  #pagetop a {
    background-image: url(../img/common/pagetop-m2x.png);
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}

#pagetop.fixed {
  top: auto;
  bottom: 0px;
  position: fixed;
}
.page--top .embed-movie video {
	/* opacity: 1 !important; */
	/* visibility: visible !important; */
}