@charset "UTF-8";
/*
* base
*/
.interview-link, a, .slick-slide a:not(.thumb-wrap) img {
  transition: all ease 0.3s; }
  .interview-link:hover, a:hover, .slick-slide a:not(.thumb-wrap) img:hover {
    opacity: 0.7; }

.bottom-list-block, .main-view-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%); }

.movie-section.section, .company-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.footer-contact-ttl, .section-ttl, .main-view-ttl_en, .eachfield-detail-section-heading, .interview-detail-box-ttl {
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3.5px;
  font-weight: bold; }

.footer-contact-txt, .footer-sitemap-ttl-link, .cat-list a, .section-subtxt, .main-view-ttl_jp, .eachfield-detail-section-subtxt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1.5px; }

.cat-list a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block; }

[class^="btn_white"]:before,
[class*=" btn_white"]:before, [class^="btn_black"]:before,
[class*=" btn_black"]:before, .header-search-btn:before, .nav-button:before, .sns-list-link:before, .cat-list a:before, .cat-list a.current:before, .pagination .page-numbers span:not(.current):before,
.pagination .page-numbers a:not(.current):before, .search-more .tag_black_small:before, .eachfield-detail-page .field-section .btn_white:before, .single-event-page #booking-package_inputFormPanel .bookingButton:before, .message-more:before, .submit-box:before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform; }

:hover[class^="btn_white"]:before,
:hover[class*=" btn_white"]:before, :hover[class^="btn_black"]:before,
:hover[class*=" btn_black"]:before, .sns-list-link:hover:before, .cat-list a:hover:before, .cat-list a.current:hover:before, .pagination .page-numbers span:hover:not(.current):before,
.pagination .page-numbers a:hover:not(.current):before, .search-link:hover .tag_black_small:before, .eachfield-detail-page .field-section .btn_white:hover:before, .single-event-page #booking-package_inputFormPanel .bookingButton:hover:before, .message-link:hover .message-more:before, .message-more:hover:before, .submit-box:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.35s ease, transform 0.5s ease;
  transition: opacity 0.35s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.list-primary-item, .eachfield-detail-profile-block {
  border: 1px solid #000;
  padding: 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  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; }
  @media screen and (min-width: 37.5em) {
    .list-primary-item, .eachfield-detail-profile-block {
      padding: 15px 23px; } }

.list-primary-heading, .eachfield-detail-profile-ttl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  padding-left: 27px;
  margin-left: 7px; }
  @media screen and (min-width: 37.5em) {
    .list-primary-heading, .eachfield-detail-profile-ttl {
      padding-left: 37px;
      margin-left: 17px; } }
  .list-primary-heading:after, .eachfield-detail-profile-ttl:after, .list-primary-heading:before, .eachfield-detail-profile-ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .list-primary-heading:before, .eachfield-detail-profile-ttl:before {
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 50px;
    left: 0; }
  .list-primary-heading:after, .eachfield-detail-profile-ttl:after {
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 50px;
    left: 6px; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

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

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1; }

main {
  display: block; }

iframe:not(.movie-frame iframe) {
  max-width: 100% !important; }

a, label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address, em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

input:focus {
  outline: 0; }

.svg {
  fill: currentColor; }

.strong {
  font-weight: bold; }

.icon-search {
  width: 32px;
  height: 32px; }

.icon-logo_header {
  fill: #000; }

.icon-logo_footer {
  fill: #fff; }

[class^="icon-logo_"],
[class*=" icon-logo_"] {
  width: 98px;
  height: 22px; }

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

.btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .btn-block .btn-box {
    margin-right: 15px; }
    .btn-block .btn-box:last-child {
      margin-right: 0; }

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

.btn-acd {
  transition: all ease .3s;
  padding: 0 0 10px 20px;
  position: relative; }
  .btn-acd:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all ease .3s; }
  .btn-acd:hover {
    cursor: pointer;
    opacity: .7; }
  .btn-acd.active:before {
    transform: rotate(135deg); }

_:-ms-fullscreen, :root [class^="btn_"]:not(button),
_:-ms-fullscreen, :root [class*=" btn_"]:not(button),
_:-ms-fullscreen, :root [class^="tag_"],
_:-ms-fullscreen, :root [class*=" tag_"] {
  padding-top: 5px !important;
  line-height: 35px; }

_:-ms-fullscreen, :root [class$="_small"],
_:-ms-fullscreen, :root [class*="_small "] {
  line-height: 19px; }

_:-ms-fullscreen, :root .news-info .tag_black {
  padding-top: 3px;
  line-height: 19px; }

_:-ms-fullscreen, :root [class$="_mini"],
_:-ms-fullscreen, :root [class*="_mini "] {
  line-height: 28px; }

_:-ms-fullscreen, :root .cat-list a {
  padding-top: 5px;
  line-height: 20px; }
  @media screen and (min-width: 37.5em) {
    _:-ms-fullscreen, :root .cat-list a {
      line-height: 28px; } }

_:-ms-fullscreen, :root .main-view .btn_white {
  line-height: 28px;
  padding-top: 1px !important; }

_:-ms-fullscreen, :root .interview-detail-tbl-ttl {
  line-height: 28px; }

[class^="btn_"],
[class*=" btn_"],
[class^="tag_"],
[class*=" tag_"] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  max-width: 335px;
  min-width: 200px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 47.5em) {
    [class^="btn_"],
    [class*=" btn_"],
    [class^="tag_"],
    [class*=" tag_"] {
      display: inline-block;
      width: 195px;
      min-width: unset;
      line-height: 52px; } }
  [class^="btn_"]:hover,
  [class*=" btn_"]:hover,
  [class^="tag_"]:hover,
  [class*=" tag_"]:hover {
    opacity: 1; }

[class^="btn_"]:hover,
[class*=" btn_"]:hover {
  cursor: pointer; }

[class^="tag_white"],
[class*=" tag_white"] {
  background: #fff;
  color: #000;
  border: 1px solid #fff; }

[class^="btn_white"],
[class*=" btn_white"] {
  color: #000;
  border: 1px solid transparent;
  position: relative;
  z-index: 11; }
  [class^="btn_white"]:hover,
  [class*=" btn_white"]:hover {
    color: #fff;
    border: 1px solid #fff; }
  [class^="btn_white"]:before,
  [class*=" btn_white"]:before {
    background: #fff; }

[class^="tag_black"],
[class*=" tag_black"] {
  background: #000;
  color: #fff;
  border: 1px solid #000; }

[class^="btn_black"],
[class*=" btn_black"] {
  color: #fff;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 11; }
  [class^="btn_black"]:hover,
  [class*=" btn_black"]:hover {
    color: #000; }
  [class^="btn_black"]:before,
  [class*=" btn_black"]:before {
    background: #000; }

[class^="btn_primary"],
[class*=" btn_primary"] {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 11; }
  [class^="btn_primary"]:hover,
  [class*=" btn_primary"]:hover {
    color: #000; }
    [class^="btn_primary"]:hover:before,
    [class*=" btn_primary"]:hover:before {
      opacity: 1;
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  [class^="btn_primary"]:before,
  [class*=" btn_primary"]:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    background: #fff; }

[class^="tag_primary"],
[class*=" tag_primary"] {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 11; }
  [class^="tag_primary"]:before,
  [class*=" tag_primary"]:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    background: #fff; }

[class$="_small"],
[class*="_small "] {
  width: 70px;
  min-width: 70px;
  line-height: 24px;
  font-size: 10px;
  font-size: 1rem;
  min-width: unset; }

[class$="_mini"],
[class*="_mini "] {
  width: 91px;
  min-width: 91px;
  line-height: 33px;
  min-width: unset; }

[class$="_middle"],
[class*="_middle "] {
  width: 155px;
  min-width: 155px;
  color: #fff;
  min-width: unset; }

input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type="checkbox"] + label:before {
    content: '';
    background: #fff;
    border: 1px solid #333;
    display: inline-block;
    background: #f2f2f2;
    width: 9px;
    height: 9px;
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease; }
  input[type="checkbox"]:checked + label:before {
    background-color: #333;
    box-shadow: inset 0 0 0 1px #fff; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + label:before {
    content: '';
    background: #fff;
    border: 2px solid #333;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    border-radius: 20px; }
  input[type="radio"]:checked + label:before {
    background-color: #333;
    box-shadow: inset 0 0 0 1px #fff; }

/******************************
フェードインアニメーション
******************************/
.fadein {
  animation: fadein 1.5s ease both;
  visibility: visible !important; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadein-up,
.fadein-up:nth-child(4) {
  animation: fadein-up 0.75s ease-in-out 0s both;
  visibility: visible !important; }

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadein-up_02,
.fadein-up:nth-child(2),
.fadein-up:nth-child(5) {
  animation: fadein-up 0.75s ease-in-out 0.25s both;
  visibility: visible !important; }

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadein-up_03,
.fadein-up:nth-child(3),
.fadein-up:nth-child(6) {
  animation: fadein-up 0.75s ease-in-out 0.5s both;
  visibility: visible !important; }

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.js-fadein-slide {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.fadein-slide {
  animation: fadein-slide 2s ease both;
  visibility: visible !important; }

@-webkit-keyframes fadein-slide {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes fadein-slide {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

/*
* common
*/
/* 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: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.header {
  position: fixed;
  background: #fff;
  z-index: 33;
  width: 100%; }
  .header .inner {
    max-width: 1135px; }
  .header.fixed .header-top {
    border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 80em) {
    .header.fixed .header-logo {
      line-height: 1; } }
  @media screen and (min-width: 80em) {
    .header.fixed .header-logo .icon-logo_header {
      width: 78px; } }
  @media screen and (min-width: 80em) {
    .header.fixed .header-link {
      width: 90px; } }
  @media screen and (min-width: 80em) {
    .header.fixed .header-main {
      left: 100px;
      transform: translateY(-50%); } }
  .header.fixed .header-bottom {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    z-index: -33; }
    @media screen and (min-width: 48em) {
      .header.fixed .header-bottom {
        top: 12px; } }
    @media screen and (min-width: 80em) {
      .header.fixed .header-bottom {
        z-index: 1; } }
    .header.fixed .header-bottom .inner-long {
      padding: 0 80px 0 0;
      margin: 0 0 0 auto; }
      @media screen and (min-width: 90em) {
        .header.fixed .header-bottom .inner-long {
          margin: 0 auto;
          padding: 0 20px; } }
  .header.fixed .header-subnav-list {
    opacity: 0;
    position: absolute;
    top: -100px;
    width: 232px;
    right: 20px; }
  @media screen and (min-width: 80em) {
    .header.fixed .header_logo-txt {
      display: none; } }
  .header.fixed .g-nav {
    opacity: 0;
    transition: opacity ease .3s; }
    @media screen and (min-width: 80em) {
      .header.fixed .g-nav {
        opacity: 1; } }
  .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 20px;
    position: relative; }
    @media screen and (min-width: 37.5em) {
      .header-top {
        padding: 20px 25px; } }
  .header-main {
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 11;
    transition: all ease .3s; }
  .header-logo {
    display: block; }
    .header-logo .logo {
      width: 170px;
      height: 37px; }
  .header_logo-txt {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap; }
  .header-link {
    display: block;
    width: 240px;
    text-align: center; }
  .header-subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999; }
    .header-subnav.hidden {
      display: none; }
    .header-subnav-list {
      display: none;
      transition: all ease .5s; }
      @media screen and (min-width: 48em) {
        .header-subnav-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px;
          position: relative;
          top: -3px; } }
      .header-subnav-list-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1; }
        .header-subnav-list-item-link {
          display: inline-block;
          font-size: 9px;
          font-size: 0.9rem;
          color: #000;
          padding: 0 5px;
          font-family: sans-serif;
          color: #808080;
          white-space: nowrap; }
  .header-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 74px;
    transition: all ease .3s; }
    @media screen and (min-width: 90em) and (max-width: 104em) {
      .header-bottom .inner-long {
        max-width: calc(100vw * 1000 / 1664); } }
    .header-bottom .widget_search {
      text-align: center; }
    .header-bottom .search-block {
      z-index: 6; }
    .header-bottom .search-box {
      display: inline-block;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 37.5em) {
        .header-bottom .search-box {
          width: auto; } }
    .header-bottom .search-field {
      font-size: 12px;
      font-size: 1.2rem;
      border: 1px solid #000;
      padding: 17px 20px;
      border-radius: 30px;
      width: 100%;
      -webkit-appearance: none; }
      @media screen and (min-width: 37.5em) {
        .header-bottom .search-field {
          width: 380px;
          padding: 17px 30px 17px 40px; } }
    .header-bottom .search-submit {
      width: 30px;
      height: 30px;
      background-image: url("../img/common/icon-search.svg");
      position: absolute;
      top: 10px;
      right: 20px;
      transition: opacity .3s ease; }
      .header-bottom .search-submit:hover {
        cursor: pointer;
        opacity: .7; }
  .header-search {
    margin-left: auto; }
    .header-search-btn {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 30px;
      color: #fff;
      background: #fff;
      border: 1px solid #000;
      position: relative;
      z-index: 11; }
      .header-search-btn:before {
        background: #000; }
      @media screen and (min-width: 48em) {
        .header-search-btn:hover {
          cursor: pointer;
          color: #000; }
          .header-search-btn:hover:before {
            opacity: 0;
            -webkit-transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
            transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
            transition: opacity 0.35s ease, transform 0.5s ease;
            transition: opacity 0.35s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0); } }
      .header-search-btn .icon-search {
        width: 13px;
        height: 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

.nav-button {
  display: inline-block;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #000;
  z-index: 66;
  transition: background ease 1s; }
  @media screen and (min-width: 48em) {
    .nav-button:hover {
      cursor: pointer;
      background: #fff;
      color: #000; }
      .nav-button:hover:before {
        opacity: 0;
        -webkit-transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.35s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.35s ease, transform 0.5s ease;
        transition: opacity 0.35s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .nav-button:hover span {
        background: #000; } }
  .nav-button:before {
    background: #000; }
  .nav-button span {
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: all ease .3s; }
    .nav-button span:first-child {
      top: 9px; }
    .nav-button span:nth-child(2) {
      top: 14px; }
    .nav-button span:last-child {
      bottom: 9px; }
  .nav-button.active span:first-child {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg); }
  .nav-button.active span:nth-child(2) {
    opacity: 0; }
  .nav-button.active span:last-child {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg); }

@media screen and (max-width: 48em) {
  .g-nav {
    display: none; } }

.g-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .g-nav-list-item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 15px 0; }
    .g-nav-list-item:first-child .g-nav-list-link {
      border-left: 1px solid #ccc; }
    @media all and (max-width: 71.25em) {
      .g-nav-list-item:first-child .acd-list {
        padding-left: calc(50 * 100vw / 769); }
        .g-nav-list-item:first-child .acd-list-item {
          -webkit-flex-basis: 33%;
          -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
          text-align: left; }
      .g-nav-list-item:first-child .acd-list-link {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left; } }
    .g-nav-list-item:hover .g-nav-list-link:after {
      opacity: 1; }
  .g-nav-list-link {
    font-size: 10px;
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    line-height: 20px;
    border-right: 1px solid #ccc;
    width: 100%;
    display: block;
    text-align: center;
    position: relative; }
    .g-nav-list-link:after {
      content: "";
      display: inline-block;
      height: 2px;
      width: 100%;
      position: absolute;
      background: #000;
      bottom: -15px;
      left: 0;
      opacity: 0;
      transition: opacity ease .3s; }
    .g-nav-list-link:hover {
      opacity: 1; }

.site-nav {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 33;
  display: none; }
  @media screen and (min-width: 37.5em) {
    .site-nav {
      width: calc(100% - 16px);
      height: calc(100vh - 16px);
      top: 8px;
      left: 8px;
      overflow-y: scroll;
      padding: 140px 0 70px; } }
  .site-nav .inner-long {
    padding: 0; }
    @media screen and (min-width: 37.5em) {
      .site-nav .inner-long {
        padding: 0 50px; } }
  .site-nav-block {
    margin-top: 80px;
    padding-bottom: 80px;
    height: 100vh;
    overflow-y: scroll; }
    @media screen and (min-width: 37.5em) {
      .site-nav-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        padding-bottom: 0;
        overflow-y: hidden;
        height: auto; } }
  .site-nav-list-ttl {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    transition: all ease .3s; }
    .site-nav-list-ttl:hover {
      cursor: pointer;
      opacity: .7; }
  .site-nav-list-btn {
    position: absolute;
    transition: opacity ease .3s;
    top: 0;
    right: 0;
    width: 50px;
    height: 52px;
    background: #333; }
    @media screen and (min-width: 37.5em) {
      .site-nav-list-btn {
        background: none;
        position: static;
        width: 25px;
        height: 25px;
        display: inline-block;
        padding-left: 10px; } }
    .site-nav-list-btn:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(45deg);
      transition: transform ease .3s;
      position: absolute;
      top: 17px;
      left: 20px; }
      @media screen and (min-width: 37.5em) {
        .site-nav-list-btn:after {
          position: relative;
          top: -3px;
          width: 5px;
          height: 5px;
          left: 0; } }
    .site-nav-list-btn.active:after {
      top: 23px;
      transform: rotate(-135deg); }
      @media screen and (min-width: 37.5em) {
        .site-nav-list-btn.active:after {
          top: -1px; } }
    .site-nav-list-btn:hover {
      cursor: pointer;
      opacity: .7; }
  .site-nav-list-link {
    padding: 15px 0 15px calc(100vw * 15 / 320);
    display: block;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 37.5em) {
      .site-nav-list-link {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0;
        display: inline-block; } }
    .site-nav-list-link:not(.btn_white) {
      color: #fff; }
  .site-nav-list-item {
    position: relative;
    border-top: 1px solid #fff; }
    @media screen and (min-width: 37.5em) {
      .site-nav-list-item {
        border: none;
        margin-bottom: 35px; } }
  .site-nav-list:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff; }
    @media screen and (min-width: 37.5em) {
      .site-nav-list:nth-child(2) {
        margin-bottom: 0;
        display: block;
        border-bottom: none; } }
    .site-nav-list:nth-child(2) .site-nav-list-item {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      .site-nav-list:nth-child(2) .site-nav-list-item:nth-child(even) {
        border-left: 1px solid #fff; }
        @media screen and (min-width: 37.5em) {
          .site-nav-list:nth-child(2) .site-nav-list-item:nth-child(even) {
            border: none; } }
      @media screen and (min-width: 37.5em) {
        .site-nav-list:nth-child(2) .site-nav-list-item:last-child {
          text-align: left;
          border: none; } }
  .site-nav-list:last-child {
    margin-bottom: 30px;
    padding: 0 20px; }
    @media screen and (min-width: 37.5em) {
      .site-nav-list:last-child {
        padding: 0;
        margin-bottom: 0; } }
    .site-nav-list:last-child .site-nav-list-item {
      border: none;
      margin-bottom: 12px; }
      @media screen and (min-width: 37.5em) {
        .site-nav-list:last-child .site-nav-list-item {
          margin-bottom: 35px; } }
    .site-nav-list:last-child .site-nav-list-link {
      padding: 0; }
  .site-nav-sublist {
    display: none; }
    @media screen and (min-width: 37.5em) {
      .site-nav-sublist {
        padding: 5px 0 0 10px; } }
    .site-nav-sublist-link {
      font-size: 12px;
      font-size: 1.2rem;
      color: #000;
      padding: 15px 0 15px calc(100vw * 15 / 320);
      border-top: 1px solid #040000;
      background: #fff;
      display: block;
      transition: opacity ease .3s; }
      @media screen and (min-width: 37.5em) {
        .site-nav-sublist-link {
          padding: 5px 0;
          color: #ababab;
          background: none; } }
      .site-nav-sublist-link:before {
        content: "-";
        display: inline-block;
        margin-right: 5px; }
      .site-nav-sublist-link:hover {
        opacity: .7;
        cursor: pointer; }

/*アコーディオン*/
.acd-block {
  transition: ease all .4s;
  z-index: 5; }
  .acd-block.active {
    cursor: pointer;
    transition: ease all .4s; }
    .acd-block.active .acd-list-wrap {
      max-height: 200px;
      height: 90px;
      padding: 20px 0; }
      @media screen and (min-width: 37.5em) {
        .acd-block.active .acd-list-wrap {
          padding: 40px 10px 45px;
          height: 135px; } }

.acd-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .acd-list-item:last-child .acd-list-link {
    padding-right: 0; }
  .acd-list-wrap {
    background: #fff;
    position: absolute;
    top: 0;
    transition: ease all .4s;
    max-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    left: 0;
    box-shadow: -1px 10px 7px -5px #d1d1d1 inset; }
    @media screen and (min-width: 48em) {
      .acd-list-wrap {
        top: 51px; } }
  .acd-list-link {
    color: #000;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    padding: 20px 50px 20px 20px;
    position: relative;
    transition: opacity ease .3s; }
    .acd-list-link:before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0; }
    .acd-list-link:hover {
      opacity: .7; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: .3s linear; }
  .overlay.open, .overlay.is-open {
    opacity: 1;
    visibility: visible; }

.footer {
  background: #000;
  color: #fff; }
  .footer .btn-block {
    display: block; }
    @media screen and (min-width: 47.5em) {
      .footer .btn-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .footer .btn-box {
    margin-right: 0;
    margin-bottom: 12px; }
    @media screen and (min-width: 47.5em) {
      .footer .btn-box {
        margin-right: 15px;
        margin-bottom: 0; }
        .footer .btn-box:last-child {
          margin-right: 0; } }
  .footer-contact {
    padding: 50px 0 20px;
    background: #111111;
    color: #fff; }
    @media screen and (min-width: 37.5em) {
      .footer-contact {
        padding: 50px 0 40px; } }
    @media screen and (min-width: 80em) {
      .footer-contact {
        padding: 80px 0 150px 0; } }
    .footer-contact-ttl {
      text-align: center;
      margin-bottom: 5px; }
      @media screen and (min-width: 47.5em) {
        .footer-contact-ttl {
          margin-bottom: 20px; } }
    .footer-contact-txt {
      text-align: center;
      margin-bottom: 25px; }
      @media screen and (min-width: 47.5em) {
        .footer-contact-txt {
          margin-bottom: 40px; } }
    .footer-contact-subtxt {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 25px; }
      @media screen and (min-width: 47.5em) {
        .footer-contact-subtxt {
          margin-bottom: 40px; } }
    .footer-contact .btn-block {
      padding: 0 20px; }
  .footer-ttl {
    margin-bottom: 15px;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 47.5em) {
      .footer-ttl {
        text-align: left;
        margin-bottom: 65px; } }
    .footer-ttl:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      right: 0;
      top: 17px; }
      @media screen and (min-width: 47.5em) {
        .footer-ttl:after {
          width: calc(100% - 170px);
          top: 50%; } }
  .footer-link {
    display: inline-block;
    background: #000;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 47.5em) {
      .footer-link {
        background: none; } }
  .footer-logo {
    display: block;
    text-align: center;
    margin: 0 auto; }
    .footer-logo .logo {
      width: 130px;
      height: 23px;
      margin-bottom: 5px; }
  .footer_logo-txt {
    color: #fff;
    font-size: 10px;
    font-size: 1rem; }
  .footer-sitemap {
    padding-top: 30px; }
    @media screen and (min-width: 47.5em) {
      .footer-sitemap {
        padding: 30px 20px 0 20px;
        max-width: 1070px;
        margin: 0 auto; } }
    @media screen and (min-width: 80em) {
      .footer-sitemap {
        padding: 90px 20px 0 20px; } }
    @media screen and (min-width: 47.5em) {
      .footer-sitemap-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 85px;
        padding: 0 20px; } }
    @media screen and (min-width: 64em) {
      .footer-sitemap-area {
        margin-left: 170px;
        padding: 0; } }
    .footer-sitemap-block, .footer-sitemap-box {
      position: relative; }
    .footer-sitemap .acd-btn {
      width: 50px;
      height: 49px;
      border-top: 1px solid #fff;
      background: #333;
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
      .footer-sitemap .acd-btn:before {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 17px;
        left: 20px;
        transition: transform ease .3s; }
      .footer-sitemap .acd-btn:before {
        transform: rotate(45deg); }
      .footer-sitemap .acd-btn.active:before {
        top: 20px;
        transform: rotate(225deg); }
      @media screen and (min-width: 47.5em) {
        .footer-sitemap .acd-btn {
          display: none; } }
    @media screen and (min-width: 47.5em) {
      .footer-sitemap-ttl {
        margin-bottom: 10px; } }
    .footer-sitemap-ttl-link {
      color: #fff;
      display: block;
      padding: 15px 0 15px calc(100vw * 15 / 320);
      border-top: 1px solid #fff;
      line-height: 1.3;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (min-width: 47.5em) {
        .footer-sitemap-ttl-link {
          padding: 0;
          border: none;
          font-size: 12px;
          font-size: 1.2rem; } }
    .footer-sitemap-list {
      display: none;
      background: #fff; }
      @media screen and (min-width: 47.5em) {
        .footer-sitemap-list {
          padding: 0;
          display: block;
          background: none; } }
      @media screen and (min-width: 47.5em) {
        .footer-sitemap-list + .footer-sitemap-ttl {
          margin-top: 10px; } }
      .footer-sitemap-list-link {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        color: #040000;
        display: block;
        line-height: 2.3;
        padding: 10px 20px;
        border-top: 1px solid #040000;
        transition: opacity ease .3s; }
        @media screen and (min-width: 47.5em) {
          .footer-sitemap-list-link {
            font-size: 10px;
            font-size: 1rem;
            border: none;
            padding: 0;
            color: #ababab; } }
        .footer-sitemap-list-link:before {
          content: "-";
          display: inline-block;
          margin-right: 5px; }
        .footer-sitemap-list-link:hover {
          opacity: .7;
          cursor: pointer; }
  .footer-menu-list {
    display: table-footer-group;
    padding: 0 20px; }
    @media screen and (min-width: 47.5em) {
      .footer-menu-list {
        max-width: 1070px;
        margin: 0 auto 95px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start; } }
    @media screen and (min-width: 64em) {
      .footer-menu-list {
        padding: 0 0 0 170px; } }
  .footer-bottom {
    display: table;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (min-width: 47.5em) {
      .footer-bottom {
        margin-bottom: 0;
        display: block; } }
    .footer-bottom-block {
      display: table-header-group; }
      @media screen and (min-width: 47.5em) {
        .footer-bottom-block {
          max-width: 1070px;
          padding: 0 20px;
          margin: 0 auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  .footer-submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-bottom: 20px; }
    @media screen and (min-width: 47.5em) {
      .footer-submenu {
        margin-bottom: 0;
        display: block;
        border: 0; } }
    .footer-submenu-list {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      border-bottom: 1px solid #fff; }
      @media screen and (min-width: 47.5em) {
        .footer-submenu-list {
          border: none;
          display: inline-block; }
          .footer-submenu-list:after {
            content: "/";
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle; } }
      .footer-submenu-list:nth-child(odd) {
        border-right: 1px solid #fff; }
        @media screen and (min-width: 47.5em) {
          .footer-submenu-list:nth-child(odd) {
            border: none; } }
      .footer-submenu-list:last-child {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        border-right: none; }
        @media screen and (min-width: 47.5em) {
          .footer-submenu-list:last-child {
            text-align: left; } }
        .footer-submenu-list:last-child:after {
          display: none; }
      .footer-submenu-list-link {
        vertical-align: middle;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        padding: 15px 0 15px calc(100vw * 15 / 320); }
        @media screen and (min-width: 47.5em) {
          .footer-submenu-list-link {
            display: inline-block;
            padding: 0;
            font-size: 10px;
            font-size: 1rem;
            font-weight: 100; } }
  .footer .coryright {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 100;
    position: relative;
    color: #000;
    background: #fff;
    display: block;
    padding: 15px 20px; }
    @media screen and (min-width: 47.5em) {
      .footer .coryright {
        top: -20px;
        color: #fff;
        background: none;
        display: inline-block;
        padding: 0; } }
    .footer .coryright-box {
      text-align: right;
      padding: 0; }
      @media screen and (min-width: 47.5em) {
        .footer .coryright-box {
          padding: 0 20px; } }

.news-section .inner {
  min-width: 806px; }
  @media screen and (max-width: 48em) {
    .news-section .inner {
      min-width: unset; } }

.news-block {
  margin-bottom: 30px; }
  @media screen and (min-width: 48em) {
    .news-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 85px; } }

.news-box {
  margin-bottom: 20px;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-right: 2%; }
  .news-box:nth-child(3n) {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .news-box {
      margin-bottom: 50px; }
      .news-box:nth-last-child(-n+3) {
        margin-bottom: 0; } }

.news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 48em) {
    .news-link {
      display: block;
      transition: all ease 0.3s; }
      .news-link:hover {
        opacity: 0.7; } }

.news-thumb {
  height: calc(100vw * 98 / 320);
  width: calc(100vw * 147 / 320);
  background-size: cover; }
  @media screen and (min-width: 48em) {
    .news-thumb {
      width: auto;
      height: 167px; } }

.news-date {
  margin: 20px 0 13px;
  display: block; }

.news-desc {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: calc(100vw * 5 / 320) 0 0 15px; }
  @media screen and (min-width: 48em) {
    .news-desc {
      padding: 0; } }

@media screen and (min-width: 48em) {
  .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    margin: 10px 0 15px; } }

.news-info .tag_black {
  width: 83px;
  min-width: 83px;
  margin: 0;
  line-height: 18px;
  font-size: 8px;
  font-size: 0.8rem; }
  @media screen and (min-width: 48em) {
    .news-info .tag_black {
      width: 83px;
      line-height: 22px; } }

.news-info .news-date {
  margin: calc(100vw * 5 / 320) 0; }
  @media screen and (min-width: 48em) {
    .news-info .news-date {
      margin: 0; } }

.news-ttl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000; }
  @media screen and (min-width: 48em) {
    .news-ttl {
      line-height: 2; } }

.movie-section {
  position: relative;
  overflow: hidden; }
  .movie-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .movie-section.section {
    color: #fff;
    padding: 50px 0 0;
    height: 400px; }
    @media screen and (min-width: 37.5em) {
      .movie-section.section {
        padding: 100px 0 160px;
        height: 565px; } }
  .movie-section .inner {
    position: relative;
    z-index: 3; }
  .movie-section .section-subtxt {
    letter-spacing: .9px; }
    @media screen and (min-width: 37.5em) {
      .movie-section .section-subtxt {
        letter-spacing: 1px; } }

.movie-play {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  border: 1px solid #fff;
  font-family: din-2014, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  position: relative;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 11; }
  .movie-play:hover {
    color: #000;
    opacity: 1;
    cursor: pointer; }
    .movie-play:hover:before {
      opacity: 1;
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .movie-play:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 150px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    background: #fff; }
  .movie-play-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .movie-play-txt {
    font-weight: bold;
    line-height: 2; }
  .movie-play-subtxt {
    font-weight: 100; }

.interview-section .inner {
  max-width: 890px; }

@media screen and (min-width: 37.5em) {
  .interview-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 85px; } }

.interview-box {
  -webkit-flex-basis: 325px;
  -ms-flex-preferred-size: 325px;
  flex-basis: 325px;
  margin-bottom: 30px; }
  @media screen and (min-width: 37.5em) {
    .interview-box {
      padding-right: 10px;
      margin-bottom: 0; } }
  .interview-box:last-child {
    padding-right: 0; }

.interview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 37.5em) {
    .interview-link {
      display: block; } }

.interview-thumb {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px); }
  .interview-thumb-img {
    width: 100%;
    height: calc(100vw * 190 / 599);
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 37.5em) {
      .interview-thumb-img {
        height: calc(100vw * 173 / 760); } }
    @media screen and (min-width: 64em) {
      .interview-thumb-img {
        height: 201px; } }

.interview-info {
  padding: calc(100vw * 26 / 320) 0 0 0;
  background: #fff;
  color: #000;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  @media screen and (min-width: 37.5em) {
    .interview-info {
      padding: 20px 0 0 0; } }
  .interview-info-position {
    font-size: 11px;
    font-size: 1.1rem;
    display: block; }
    @media screen and (min-width: 37.5em) {
      .interview-info-position {
        margin-bottom: 5px; } }
  .interview-info-name {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold; }
    @media screen and (min-width: 37.5em) {
      .interview-info-name {
        margin-bottom: 16px; } }

.field-section {
  background: #000; }
  .field-section .section-ttl, .field-section .section-subtxt {
    color: #fff; }
  .field-section .tag_primary {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 33px;
    width: 125px;
    min-width: 125px; }

.field-ttl {
  color: #fff;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px; }

@media screen and (min-width: 37.5em) {
  .field-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; } }

@media screen and (min-width: 80em) {
  .field-list {
    margin-bottom: 80px; } }

.field-list-item {
  margin-bottom: 20px; }
  @media screen and (min-width: 37.5em) {
    .field-list-item {
      -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
      margin-right: 2%;
      margin-bottom: 2%;
      height: 180px; } }
  .field-list-item:nth-child(3n) {
    margin-right: 0; }

.field-list-link {
  display: block;
  width: 100%;
  height: calc(100vw * 180 / 375);
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all ease .3s;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (min-width: 37.5em) {
    .field-list-link {
      height: 180px; } }
  .field-list-link:before {
    transition: all ease .3s;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2); }
  .field-list-link:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
    .field-list-link:hover .tag_primary {
      color: #000;
      border: 1px solid transparent; }
      .field-list-link:hover .tag_primary:before {
        opacity: 1;
        -webkit-transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
        transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
        transition: opacity 0.35s ease, transform 0.2s ease;
        transition: opacity 0.35s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .field-list-link:hover:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      z-index: 11;
      background: rgba(0, 0, 0, 0.3); }

.field-list-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 33; }
  @media screen and (min-width: 37.5em) {
    .field-list-box {
      bottom: 15px; } }

.company-section {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .company-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .company-section .section-subtxt {
    margin-bottom: 75px; }
  .company-section .slick-arrow_prev {
    left: calc(100vw * -50 / 375); }
    @media screen and (min-width: 37.5em) {
      .company-section .slick-arrow_prev {
        left: -60px; } }
    @media screen and (min-width: 80em) {
      .company-section .slick-arrow_prev {
        left: -105px; } }
  .company-section .slick-arrow_next {
    right: calc(100vw * -50 / 375); }
    @media screen and (min-width: 37.5em) {
      .company-section .slick-arrow_next {
        right: -60px; } }
    @media screen and (min-width: 80em) {
      .company-section .slick-arrow_next {
        right: -105px; } }
  .company-section .tag_white_small {
    width: 76px;
    line-height: 20px;
    margin-top: 15px; }
  .company-section .inner-long {
    max-width: 270px; }
    @media screen and (min-width: 37.5em) {
      .company-section .inner-long {
        max-width: 500px; } }
    @media screen and (min-width: 64em) {
      .company-section .inner-long {
        max-width: 800px; } }
    @media screen and (min-width: 80em) {
      .company-section .inner-long {
        max-width: 1070px; } }
  .company-section .btn-block {
    display: block; }
    @media screen and (min-width: 37.5em) {
      .company-section .btn-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .company-section .btn-box {
    margin-right: 0; }
    @media screen and (min-width: 37.5em) {
      .company-section .btn-box {
        margin-right: 15px; } }
    .company-section .btn-box:last-child {
      margin-top: 10px; }
      @media screen and (min-width: 37.5em) {
        .company-section .btn-box:last-child {
          margin-top: 0;
          margin-right: 0; } }
  @media all and (max-width: 116.25em) {
    .company-section .movie-item {
      min-width: 1920px; } }
  @media screen and (max-width: 80em) {
    .company-section .movie-item {
      min-width: 1640px; } }

.company-slider {
  margin-bottom: 30px; }
  @media screen and (min-width: 37.5em) {
    .company-slider {
      margin-bottom: 70px; } }
  .company-slider-box {
    padding: 0 6px; }
  .company-slider-link {
    color: #fff;
    display: block; }
  .company-slider-img {
    width: 100%;
    height: 246px;
    background-size: cover; }
  .company-slider-position {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 12px 0 7px;
    display: block; }
  .company-slider-name {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    display: block; }

.bottom-section {
  background: #fff; }
  .bottom-section .inner {
    max-width: 910px; }

@media screen and (min-width: 47.5em) {
  .bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.bottom-list-item {
  width: 100%;
  margin-bottom: 25px;
  position: relative; }
  @media screen and (min-width: 47.5em) {
    .bottom-list-item:nth-child(n+2) {
      width: 49%; } }

.bottom-list-link {
  display: block; }
  .bottom-list-link:hover {
    opacity: 1; }

.bottom-list-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center; }
  .bottom-list-img.profile {
    height: calc(100vw * 200 / 375);
    background-image: url("../img/common/profile-sheet.jpg");
    background-position: 100%; }
    @media screen and (min-width: 47.5em) {
      .bottom-list-img.profile {
        height: 325px; } }
  .bottom-list-img.about {
    height: calc(100vw * 200 / 375);
    background-image: url("../img/common/about_01.jpg"); }
    @media screen and (min-width: 47.5em) {
      .bottom-list-img.about {
        height: 250px; } }
  .bottom-list-img.wons {
    height: calc(100vw * 200 / 375);
    background-image: url("../img/common/about_02.jpg"); }
    @media screen and (min-width: 47.5em) {
      .bottom-list-img.wons {
        height: 250px; } }

.bottom-list-block {
  color: #fff;
  text-align: center;
  z-index: 3; }

.bottom-list-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.8; }
  @media screen and (min-width: 37.5em) {
    .bottom-list-ttl {
      font-size: 20px;
      font-size: 2rem; } }
  .bottom-list-ttl .ttl-main {
    font-weight: bold;
    display: block; }
  .bottom-list-ttl .ttl-sub {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 100; }

.bottom-list-txt {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin-top: 3px;
  font-weight: bold; }
  @media screen and (min-width: 37.5em) {
    .bottom-list-txt {
      margin-top: 17px; } }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-x: hidden; }
  html.fixed, html.is-fixed {
    overflow: hidden; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: .05rem;
  word-break: break-word; }

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-feature-settings: "palt"; }

ul {
  font-size: 0; }
  ul li {
    font-size: 16px;
    font-size: 1.6rem; }

a {
  text-decoration: none; }
  a.link {
    color: #0012ab; }

img {
  max-width: 100%; }

main {
  padding-top: 126px; }
  @media screen and (max-width: 48em) {
    main {
      padding-top: 74px; } }

video {
  width: 100%; }

.sp {
  display: block; }
  @media screen and (min-width: 37.5em) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .pc {
      display: block; } }

.tac {
  text-align: center; }

.tal {
  text-align: left !important; }

.inline {
  display: inline-block; }

.inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px; }
  .inner-long {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 20px; }

.post-content h1 {
  font-size: 24px;
  font-size: 2.4rem; }

.post-content h2 {
  font-size: 20px;
  font-size: 2rem; }

.post-content h3 {
  font-size: 18px;
  font-size: 1.8rem; }

.post-content p:not([class^="has-"]) {
  font-size: 16px;
  font-size: 1.6rem; }

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

.sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .sns-list-item:first-child {
    margin-right: 8px; }
  .sns-list-link {
    width: 33px;
    line-height: 33px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 11; }
    .sns-list-link:hover {
      opacity: 1;
      color: #fff; }
    .sns-list-link:before {
      background: #000; }
    .sns-list-link.fb {
      background: #3b5998; }
    .sns-list-link.tw {
      background: #55acee; }
    .sns-list-link .icon-fb {
      width: 7px;
      height: 14px;
      position: relative;
      top: 1px; }
    .sns-list-link .icon-tw {
      width: 12px;
      height: 10px; }

[class^="attachment-"],
[class*=" attachment-"] {
  height: auto; }

[class$="_logo-txt"],
[class*="_logo-txt "] {
  display: block;
  letter-spacing: 0.6px;
  font-weight: bold;
  transform: scale(0.8); }

[class$="-date"],
[class*="-date "] {
  font-family: din-2014, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  display: block;
  letter-spacing: 1.5px; }

.bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 0 20px;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 37.5em) {
    .bread-list {
      padding: 30px 0 0 70px; } }
  .bread-list-item {
    font-size: 10px;
    font-size: 1rem;
    color: #fff; }
    .bread-list-item:after {
      content: ">";
      display: inline-block;
      margin: 0 6px;
      position: relative;
      top: -1px; }
    .bread-list-item:last-child:after {
      display: none; }
  .bread-list-link {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    color: #fff; }

.ttl-primary {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative; }
  .ttl-primary:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%); }

.ttl-post {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333; }
  @media screen and (min-width: 37.5em) {
    .ttl-post {
      line-height: 2; } }

.txt-post {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 70px; }
  @media screen and (min-width: 37.5em) {
    .txt-post {
      line-height: 2; } }

.cat-block {
  margin-bottom: 20px; }
  @media screen and (min-width: 37.5em) {
    .cat-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .cat-block.archive {
    margin-bottom: 50px; }
    @media screen and (min-width: 37.5em) {
      .cat-block.archive {
        margin-bottom: 105px; } }

.cat-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  width: 110px;
  margin-bottom: 10px; }
  @media screen and (min-width: 37.5em) {
    .cat-ttl {
      margin-bottom: 0; } }

.cat-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px 3px 0; }
  .cat-list li:last-child {
    margin-right: 0; }

.cat-list a {
  min-width: 90px;
  padding: 0 15px;
  line-height: 25px;
  color: #666;
  position: relative;
  z-index: 11;
  border: 1px solid #ccc; }
  @media screen and (min-width: 37.5em) {
    .cat-list a {
      padding: 0 30px;
      line-height: 33px; } }
  .cat-list a:hover {
    color: #000; }
  .cat-list a:before {
    background: #ccc; }
  .cat-list a.current {
    border: 1px solid #000;
    color: #fff; }
    .cat-list a.current:hover {
      opacity: 1;
      color: #000; }
    .cat-list a.current:before {
      background: #000; }

.thumb-wrap:hover {
  opacity: 1; }
  .thumb-wrap:hover .thumb-img {
    transform: scale(1.1); }
  .thumb-wrap:hover .thumb-box:after {
    opacity: .25; }

.thumb-box {
  overflow: hidden;
  position: relative; }
  .thumb-box:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.thumb-img {
  transition: transform ease 1s; }

.section {
  padding: 40px 0; }
  @media screen and (min-width: 48em) {
    .section {
      padding: 50px 0; } }
  @media screen and (min-width: 80em) {
    .section {
      padding: 90px 0; } }
  .section-ttl {
    text-align: center; }
  .section-subtxt {
    text-align: center;
    margin-top: 0;
    display: block;
    margin-bottom: 25px; }
    @media screen and (min-width: 47.5em) {
      .section-subtxt {
        margin-top: 10px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 48em) {
      .section-subtxt {
        margin-bottom: 65px; } }
  .section-block {
    margin-bottom: 140px; }
    .section-block-ttl {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 2;
      position: relative;
      padding-bottom: 40px;
      margin-bottom: 60px;
      color: #333; }
      .section-block-ttl:before {
        content: '';
        display: block;
        height: 5px;
        width: 70px;
        background: #000;
        border-radius: 30px;
        position: absolute;
        left: 0;
        bottom: 0; }
    .section-block-txt {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2.5;
      color: #666; }
  .section-box {
    margin-bottom: 50px; }
    @media screen and (min-width: 37.5em) {
      .section-box {
        margin-bottom: 90px; } }
    .section-box-ttl {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.8;
      margin-bottom: 20px;
      font-weight: bold;
      color: #333; }
      @media screen and (min-width: 37.5em) {
        .section-box-ttl {
          line-height: 2; } }
    .section-box-txt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      color: #666; }

.area-common {
  background: #fff;
  margin-bottom: 80px; }

.main-view {
  height: calc(100vh - 125px);
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: relative;
  background-position: center;
  overflow: hidden; }
  .main-view:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  @media screen and (max-width: 37.5em) {
    .main-view {
      height: calc(100vh - 60px);
      margin-bottom: 20px; } }
  @media screen and (max-width: 48em) {
    .main-view {
      height: calc(100vh - 74px);
      margin-bottom: 30px; } }
  @media screen and (max-width: 80em) {
    .main-view.movie-frame > iframe {
      width: 380%; } }
  .main-view .btn_white {
    font-size: 11px;
    font-size: 1.1rem;
    width: 125px;
    min-width: 125px;
    font-family: din-2014, sans-serif;
    line-height: 33px;
    margin-top: 20px; }
  .main-view-block {
    text-align: center; }
  .main-view-ttl_en {
    margin-bottom: 10px; }
  .main-view .scroll-btn-link {
    font-family: din-2014, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    letter-spacing: 1.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    padding-bottom: 20px; }
    .main-view .scroll-btn-link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 4px;
      height: 4px;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(-45deg) translateX(-50%); }
  .main-view .tag_white {
    margin-top: 20px;
    width: 125px;
    min-width: 125px;
    line-height: 33px; }

[class^="main-view-ttl_"],
[class*=" main-view-ttl_"] {
  text-align: center;
  display: block;
  color: #fff; }

.intro-area {
  padding-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 47.5em) {
    .intro-area {
      margin-bottom: 60px; } }
  @media screen and (min-width: 64em) {
    .intro-area {
      margin-bottom: 130px; } }

.tbl-primary {
  width: 100%; }
  .tbl-primary tr {
    margin-bottom: 10px; }
  .tbl-primary-ttl {
    width: 90px;
    border-collapse: collapse;
    border-right: 5px solid #fff; }
    .tbl-primary-ttl-in {
      line-height: 25px;
      vertical-align: middle;
      font-size: 8px;
      font-size: 0.8rem;
      color: #fff;
      background: #000;
      border-radius: 30px;
      letter-spacing: 0;
      margin-bottom: 10px;
      text-align: center; }
  .tbl-primary-data {
    vertical-align: middle; }
    .tbl-primary-data-in {
      line-height: 25px;
      vertical-align: middle;
      font-size: 8px;
      font-size: 0.8rem;
      background: #f2f2f2;
      border-radius: 30px;
      letter-spacing: 0;
      margin-bottom: 10px;
      padding: 0 20px; }

.list-primary-item {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .list-primary-item:last-child {
    margin-bottom: 0; }

.list-primary-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.list-primary-ttl {
  color: #000;
  line-height: 2; }

.list-primary-tag {
  width: auto;
  min-width: 80px;
  padding: 0 10px;
  margin: 0 15px 0 0;
  line-height: 28px; }
  @media screen and (min-width: 37.5em) {
    .list-primary-tag {
      min-width: 91px;
      padding: 0 10px;
      margin: 0 30px 0 0;
      line-height: 33px; } }

.list-primary .btn-wrap {
  margin-left: auto; }

.list-primary .btn_black {
  min-width: 100px; }

.list-basic > li {
  color: #666;
  line-height: 1.8; }

.list-dots > li {
  margin-bottom: 5px; }
  .list-dots > li:last-child {
    margin-bottom: 0; }
  .list-dots > li:before {
    content: "・"; }

.slick-arrow_next {
  background: url("../img/common/arrow-next.svg");
  right: 15px; }

.slick-arrow_prev {
  background: url("../img/common/arrow-prev.svg");
  left: 15px; }

.slick-dots {
  bottom: 25px; }

.slick-slide img {
  width: 100%; }

.slick-slide a:not(.thumb-wrap) img:hover {
  opacity: .8; }

[class^="slick-arrow_"],
[class*=" slick-arrow_"] {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all ease .3s; }
  [class^="slick-arrow_"]:hover,
  [class*=" slick-arrow_"]:hover {
    opacity: .7;
    cursor: pointer; }

.pagination {
  margin-top: 55px; }
  @media screen and (min-width: 37.5em) {
    .pagination {
      margin-top: 105px; } }
  .pagination .page-numbers {
    text-align: center; }
    .pagination .page-numbers li {
      display: inline-block;
      margin-right: 11px; }
      @media screen and (min-width: 37.5em) {
        .pagination .page-numbers li {
          margin-right: 20px; } }
      .pagination .page-numbers li:last-child {
        margin-right: 0; }
    .pagination .page-numbers span,
    .pagination .page-numbers a {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      font-family: din-2014, sans-serif;
      line-height: calc(100vw * 30 / 320);
      width: calc(100vw * 30 / 320);
      text-align: center;
      color: #4d4d4d;
      border-radius: 50px;
      display: inline-block;
      position: relative;
      z-index: 11; }
      @media screen and (min-width: 37.5em) {
        .pagination .page-numbers span,
        .pagination .page-numbers a {
          line-height: 50px;
          width: 50px; } }
      .pagination .page-numbers span.current,
      .pagination .page-numbers a.current {
        background: #000;
        color: #fff; }
      .pagination .page-numbers span:not(.current):hover,
      .pagination .page-numbers a:not(.current):hover {
        color: #fff;
        opacity: 1;
        background: #000; }
      .pagination .page-numbers span:not(.current):before,
      .pagination .page-numbers a:not(.current):before {
        background: #e6e6e6; }

.iframe {
  position: relative;
  padding-bottom: 54.4%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe iframe, .iframe object, .iframe embed {
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 11px);
    height: 100%; }

.movie-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.movie-frame {
  position: relative;
  overflow: hidden; }
  .movie-frame > iframe {
    position: absolute;
    top: -50%;
    left: -25%;
    width: 140%;
    height: 200%;
    z-index: -1; }
    @media screen and (max-width: 48em) {
      .movie-frame > iframe {
        width: 200%; } }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .modal-content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    position: relative; }
    @media screen and (min-width: 64em) {
      .modal-content {
        width: 80%; } }
  .modal-close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 32px;
    top: 0;
    right: 0;
    transition: opacity ease .3s; }
    .modal-close:before, .modal-close:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 10px;
      top: 11px; }
      @media screen and (min-width: 48em) {
        .modal-close:before, .modal-close:after {
          width: 15px;
          left: 7px;
          top: 12px; } }
    .modal-close:before {
      transform: rotate(45deg); }
    .modal-close:after {
      transform: rotate(-45deg); }
    .modal-close:hover {
      opacity: .7;
      cursor: pointer; }

.wp-block-media-text {
  display: block; }
  @media screen and (min-width: 47.5em) {
    .wp-block-media-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (min-width: 47.5em) {
    .wp-block-media-text .wp-block-media-text__media {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (min-width: 47.5em) {
    .wp-block-media-text .wp-block-media-text__content {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (min-width: 47.5em) {
    .wp-block-media-text.has-media-on-the-right {
      flex-flow: row-reverse; } }

/*
* pages
*/
.top-page .event-section {
  padding-top: 30px; }

.company-section.movie-frame > iframe {
  left: -50%; }

.slider-wrap .slick-arrow {
  top: unset;
  bottom: 25px; }

.slider-wrap .slick-dots {
  bottom: 45px; }
  .slider-wrap .slick-dots li {
    width: 45px;
    margin: 0;
    height: 2px; }
    .slider-wrap .slick-dots li button:before {
      font-family: unset;
      content: "";
      width: 45px;
      height: 2px;
      background: #fff;
      transition: all ease .3s; }

.slider-box {
  position: relative;
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 37.5em) {
    .slider-box {
      height: calc(100vh - 74px); } }
  @media screen and (min-width: 48em) {
    .slider-box {
      height: calc(100vh - 125px); } }
  .slider-box:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .slider-box .message-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    padding: 0 20px; }
    @media screen and (min-width: 37.5em) {
      .slider-box .message-box {
        padding: 0;
        left: 100px; } }
    @media screen and (min-width: 80em) {
      .slider-box .message-box {
        left: 275px; } }
    .slider-box .message-box .tag_white_small,
    .slider-box .message-box .btn_primary_middle {
      display: inline-block; }
  .slider-box .message-ttl {
    font-family: din-2014, sans-serif;
    letter-spacing: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
    margin: 15px 0 20px; }
  .slider-box .message-txt {
    font-family: sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 30px; }

.event-section {
  padding-top: 0; }
  @media screen and (min-width: 48em) {
    .event-section {
      padding-top: 30px; } }
  .event-section .slick-slide.slick-current.slick-active {
    position: relative;
    z-index: 4; }
  @media screen and (max-width: 37.5em) {
    .event-section .slick-arrow {
      top: 44%; } }
  .event-section .slick-dots {
    bottom: 50px; }
    .event-section .slick-dots li button:before {
      font-size: 50px; }

.event-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media screen and (min-width: 48em) {
    .event-area {
      margin-bottom: 85px; } }
  @media screen and (max-width: 64em) {
    .event-area {
      max-width: 1024px;
      position: relative;
      height: 456px; } }
  @media screen and (max-width: 47.5em) {
    .event-area {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }

.event-block {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background: #e6e6e6;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 80em) {
    .event-block {
      -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 47.5em) {
    .event-block {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      order: 2; } }

.event-img {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  position: relative; }
  @media screen and (max-width: 80em) {
    .event-img {
      -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
      flex-basis: 67%; } }
  @media screen and (max-width: 64em) {
    .event-img {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 47.5em) {
    .event-img {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      position: static;
      order: 1; } }
  .event-img-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100vw * 857 / 1280);
    height: calc(100vw * 571 / 1280);
    position: relative; }
    @media screen and (max-width: 64em) {
      .event-img-item {
        height: 456px; } }
    @media screen and (max-width: 47.5em) {
      .event-img-item {
        width: 100%;
        height: calc(100vw * 456 / 760); } }

.event-info {
  width: 310px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  z-index: 33; }
  @media screen and (max-width: 80em) {
    .event-info {
      left: calc(100vw * 100 / 1280); } }
  @media screen and (max-width: 64em) {
    .event-info {
      left: calc(100vw * 50 / 1024); } }
  @media screen and (max-width: 47.5em) {
    .event-info {
      position: static;
      transform: translateY(0);
      width: 100%;
      padding: 30px 20px 60px; } }
  .event-info-ttl {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 47.5em) {
      .event-info-ttl {
        text-align: center; } }
  .event-info-subtxt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 45px;
    display: block;
    font-weight: bold;
    letter-spacing: 2.7px; }
    @media screen and (max-width: 80em) {
      .event-info-subtxt {
        margin-bottom: calc(100vw * 45 / 1280); } }
    @media screen and (max-width: 47.5em) {
      .event-info-subtxt {
        text-align: center; } }
  @media screen and (max-width: 47.5em) {
    .event-info .btn-wrap {
      text-align: center; } }

.event-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 7px 0 15px;
  letter-spacing: 2px;
  line-height: 1.8; }

.event-txt p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 50px; }
  @media screen and (max-width: 80em) {
    .event-txt p {
      margin-bottom: calc(100vw * 50 / 1280); } }

.event-bg-box {
  display: inline-block; }

.event-bg-img {
  display: block;
  position: absolute;
  height: 100%;
  right: -180px;
  z-index: 3;
  max-width: unset;
  width: auto !important; }
  @media screen and (max-width: 47.5em) {
    .event-bg-img {
      display: none !important; } }
  @media screen and (min-width: 90em) {
    .event-bg-img {
      right: calc(100vw * -180 / 1440); } }

.about-cantho-page .main-view {
  position: relative; }
  .about-cantho-page .main-view:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

.about-cantho-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-cantho-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .about-cantho-list-item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
    @media screen and (min-width: 47.5em) {
      .about-cantho-list-item {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-bottom: 50px; }
        .about-cantho-list-item:nth-child(n + 3) {
          margin-bottom: 0; } }
  .about-cantho-list-link {
    display: block; }
  .about-cantho-list-img {
    width: 100%;
    height: calc(100vw * 180 / 375);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 37.5em) {
      .about-cantho-list-img {
        height: 180px; } }
  .about-cantho-list-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px; }

.about-cantho-temp {
  margin: 150px 0; }
  @media screen and (max-width: 37.5em) {
    .about-cantho-temp {
      margin: 50px 0; } }

.privacy-page {
  background: #f4f4f4; }

.privacy-area {
  padding: 40px 30px; }
  @media screen and (min-width: 47.5em) {
    .privacy-area {
      padding: 60px 60px 70px; } }
  .privacy-area .ttl-primary {
    margin-bottom: 60px; }
    @media screen and (min-width: 37.5em) {
      .privacy-area .ttl-primary {
        margin-bottom: 70px; } }
  .privacy-area li {
    color: #666; }
  .privacy-area * {
    letter-spacing: 2.5px;
    line-height: 1.8; }

.privacy-txt {
  line-height: 1.8;
  color: #666; }

.privacy-introtxt {
  text-align: right;
  color: #666;
  margin-bottom: 20px; }

.privacy-list {
  margin-top: 20px;
  margin-left: 25px; }
  .privacy-list-item {
    list-style-type: decimal;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px; }
  .privacy-list-ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #666; }
  .privacy-list-txt {
    font-size: 16px;
    font-size: 1.6rem; }
    .privacy-list-txt + .privacy-list-txt {
      margin-top: 10px; }
  .privacy-list-section {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem; }

.privacy-sublist {
  font-size: 16px;
  font-size: 1.6rem; }
  .privacy-sublist-item {
    margin-bottom: 10px; }
    .privacy-sublist-item:first-child .privacy-sublist-ttl:before {
      content: "1)"; }
    .privacy-sublist-item:nth-child(2) .privacy-sublist-ttl:before {
      content: "2)"; }
    .privacy-sublist-item:nth-child(3) .privacy-sublist-ttl:before {
      content: "3)"; }
    .privacy-sublist-item:nth-child(4) .privacy-sublist-ttl:before {
      content: "4)"; }
  .privacy-sublist-ttl {
    position: relative;
    padding-left: 20px; }
    .privacy-sublist-ttl:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 5px; }
  .privacy-sublist-txt {
    padding-left: 20px; }

.privacy-innerlist {
  margin: 5px 0 0 45px; }
  .privacy-innerlist-item {
    list-style-type: lower-alpha; }

.search-page .section-ttl {
  margin-bottom: 50px; }

@media screen and (min-width: 37.5em) {
  .search-page .no-result {
    text-align: center; } }

.search-article {
  border-bottom: 1px solid #d1d1d1;
  max-width: 680px;
  margin: 0 auto; }

.search-link {
  padding: 20px;
  display: block; }
  .search-link:hover {
    background: #f9f9f9;
    opacity: 1; }
    .search-link:hover .tag_black_small {
      color: #000; }

.search-ttl {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px; }

.search-txt p {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem; }

.search-more {
  text-align: right; }
  .search-more .tag_black_small {
    background: #fff;
    position: relative;
    z-index: 11;
    margin: 10px 0 0 auto; }
    @media screen and (min-width: 37.5em) {
      .search-more .tag_black_small {
        margin: 0 0 0 auto; } }
    .search-more .tag_black_small:before {
      background: #000; }

.notfound-txt {
  margin: 100px 0; }
  @media screen and (min-width: 37.5em) {
    .notfound-txt {
      text-align: center; } }

.sitemap-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    .sitemap-block {
      width: 480px;
      margin: 0 auto; } }
  @media screen and (max-width: 37.5em) {
    .sitemap-block {
      width: auto;
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }

@media screen and (max-width: 48em) {
  .sitemap-list {
    width: 210px; } }

@media screen and (max-width: 37.5em) {
  .sitemap-list {
    width: 230px; } }

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

.sitemap-list-item {
  margin-bottom: 5px; }

.sitemap-list-link {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 0 0 10px;
  display: block;
  position: relative; }
  .sitemap-list-link:before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 8px; }
  @media screen and (max-width: 37.5em) {
    .sitemap-list-link {
      text-align: left; } }

.sitemap-sublist-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding: 5px 0 5px 20px;
  position: relative; }
  .sitemap-sublist-link:before {
    content: "-";
    display: block;
    position: absolute;
    left: 10px;
    top: 3px; }
  @media screen and (max-width: 37.5em) {
    .sitemap-sublist-link {
      display: block;
      text-align: left; } }

.wons-page .list-basic {
  margin-bottom: 0; }

.wons-page .txt-post {
  margin-bottom: 0; }
  .wons-page .txt-post + .txt-post {
    margin-top: 30px; }

.wons-page .section {
  padding: 40px 0; }

.wons-photo {
  margin: 60px 0; }
  @media screen and (min-width: 37.5em) {
    .wons-photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.wons-photo-img {
  margin-bottom: 10px; }
  @media screen and (min-width: 37.5em) {
    .wons-photo-img {
      margin-bottom: 2%;
      width: 49%; } }

.wons-article.member {
  margin-top: 80px; }
  @media screen and (min-width: 37.5em) {
    .wons-article.member {
      margin-top: 160px; } }
  .wons-article.member .section-subtxt {
    margin-bottom: 50px; }
    @media screen and (min-width: 37.5em) {
      .wons-article.member .section-subtxt {
        margin-bottom: 100px; } }

.wons-article.company {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 50px; }
  @media screen and (min-width: 37.5em) {
    .wons-article.company {
      margin-top: 5px;
      margin-bottom: 150px; } }
  .wons-article.company .section-subtxt {
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .wons-article.company .section-subtxt {
        margin-bottom: 70px; } }

.wons-article .tbl-primary {
  max-width: 700px;
  margin: 0 auto; }
  .wons-article .tbl-primary + .tbl-primary {
    margin-top: 50px; }
  .wons-article .tbl-primary * {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }

.wons-article .tbl-primary-ttl {
  display: block;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .wons-article .tbl-primary-ttl {
      width: 122px;
      display: table-cell; } }

.wons-article .tbl-primary-data {
  display: block; }
  @media screen and (min-width: 37.5em) {
    .wons-article .tbl-primary-data {
      display: table-cell; } }

.wons-article .tbl-primary-ttl-in {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  min-height: 35px;
  padding: 5px 10px;
  border-radius: 20px; }
  @media screen and (min-width: 37.5em) {
    .wons-article .tbl-primary-ttl-in {
      min-height: 35px;
      padding: 7px 10px; } }
  .wons-article .tbl-primary-ttl-in > br {
    display: none; }
    @media screen and (min-width: 37.5em) {
      .wons-article .tbl-primary-ttl-in > br {
        display: block; } }

.wons-article .tbl-primary-data-in {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1.8;
  border-radius: 20px; }
  @media screen and (min-width: 37.5em) {
    .wons-article .tbl-primary-data-in {
      min-height: 35px;
      padding: 7px 30px; } }
  .wons-article .tbl-primary-data-in.col {
    padding: 10px; }
    @media screen and (min-width: 37.5em) {
      .wons-article .tbl-primary-data-in.col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 30px; }
        .wons-article .tbl-primary-data-in.col > p, .wons-article .tbl-primary-data-in.col > ul {
          width: calc(100% - 160px); } }
  .wons-article .tbl-primary-data-in.sp-tal {
    text-align: left; }
    @media screen and (min-width: 37.5em) {
      .wons-article .tbl-primary-data-in.sp-tal {
        text-align: center; } }
  .wons-article .tbl-primary-data-in .icon {
    width: 130px;
    margin: 0 auto 15px; }
    @media screen and (min-width: 37.5em) {
      .wons-article .tbl-primary-data-in .icon {
        margin: 0; } }
  .wons-article .tbl-primary-data-in .address {
    margin: 10px 0 30px; }
    .wons-article .tbl-primary-data-in .address > dd > a {
      color: #000; }
    .wons-article .tbl-primary-data-in .address .iframe {
      margin-top: 10px; }

@media screen and (min-width: 37.5em) {
  .wons-member:nth-child(odd) .wons-member-info {
    padding: calc(100vw * 60 /768) 0 0 calc(100vw * 38 /768); } }

@media screen and (min-width: 64em) {
  .wons-member:nth-child(odd) .wons-member-info {
    padding: 80px 0 0 70px; } }

.wons-member:nth-child(odd) .wons-member-info:after {
  right: 0; }

.wons-member:nth-child(odd) .wons-member-detail {
  margin-left: auto; }

.wons-member:nth-child(even) {
  display: table;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .wons-member:nth-child(even) .wons-member-heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .wons-member:nth-child(even) .wons-member-info {
    display: table-footer-group; }
    @media screen and (min-width: 37.5em) {
      .wons-member:nth-child(even) .wons-member-info {
        padding: calc(100vw * 60 /768) 0 0 calc(100vw * 38 /768); } }
    @media screen and (min-width: 37.5em) {
      .wons-member:nth-child(even) .wons-member-info {
        display: block; } }
    @media screen and (min-width: 64em) {
      .wons-member:nth-child(even) .wons-member-info {
        padding: 80px 0 0 40px; } }
    @media screen and (min-width: 37.5em) {
      .wons-member:nth-child(even) .wons-member-info:after {
        top: auto;
        left: 0; } }
  .wons-member:nth-child(even) .wons-member-photo {
    display: table-footer-group; }
    @media screen and (min-width: 37.5em) {
      .wons-member:nth-child(even) .wons-member-photo {
        display: block; } }
  .wons-member:nth-child(even) .wons-member-ttl {
    margin-top: 30px;
    position: relative; }
    @media screen and (min-width: 37.5em) {
      .wons-member:nth-child(even) .wons-member-ttl {
        margin-top: 0; } }
    .wons-member:nth-child(even) .wons-member-ttl:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 35px;
      background: #333;
      position: absolute;
      top: -47px;
      left: 50%; }
      @media screen and (min-width: 37.5em) {
        .wons-member:nth-child(even) .wons-member-ttl:before {
          display: none; } }

.wons-member:last-child .wons-member-name {
  letter-spacing: .1px; }
  @media screen and (min-width: 47.5em) {
    .wons-member:last-child .wons-member-name {
      letter-spacing: 2px; } }

@media screen and (min-width: 37.5em) {
  .wons-member-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.wons-member-photo {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center; }

.wons-member-info {
  padding: 30px 0 0 0;
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  .wons-member-info:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 35px;
    background: #333;
    position: absolute;
    top: -15px;
    left: 50%; }
    @media screen and (min-width: 37.5em) {
      .wons-member-info:after {
        width: 120%;
        height: 7px;
        left: auto;
        top: auto;
        bottom: 20%; } }
    @media screen and (min-width: 64em) {
      .wons-member-info:after {
        bottom: 35%;
        width: 515px; } }

.wons-member-detail {
  position: relative;
  top: -100px;
  max-width: 710px;
  padding: 30px;
  background: #fff; }
  @media screen and (max-width: 48em) {
    .wons-member-detail {
      max-width: 100%;
      top: 0;
      margin-bottom: 50px; } }
  @media screen and (max-width: 47.5em) {
    .wons-member-detail {
      padding: 30px 0; } }
  .wons-member-detail * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8; }
  .wons-member-detail > p + p {
    margin-top: 30px; }

.detail-item,
.detail-tbl {
  margin-top: 30px; }

.detail-tbl-ttl,
.detail-tbl-data {
  line-height: 1.8; }

.detail-tbl-ttl {
  width: 70px;
  text-align: left; }

.wons-member-ttl {
  letter-spacing: 1.8px;
  color: #333;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .wons-member-ttl {
      text-align: left; } }

.wons-member-tag {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block; }

.wons-member-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  line-height: 2; }
  @media screen and (min-width: 37.5em) {
    .wons-member-name {
      line-height: 1.8;
      padding: 15px 0 5px; } }
  @media screen and (min-width: 47.5em) {
    .wons-member-name {
      font-size: 25px;
      font-size: 2.5rem; } }

.wons-member-txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.7;
  color: #333;
  max-width: 429px;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .wons-member-txt {
      max-width: auto;
      text-align: left; } }
  @media screen and (min-width: 47.5em) {
    .wons-member-txt {
      line-height: 2; } }
  .wons-member-txt-small {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color: #666;
    margin-top: 4px; }

.wons-company-ttl {
  text-align: center;
  margin: 50px 0 20px; }
  .wons-company-ttl > span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    background: #000;
    border-radius: 50px;
    padding: 7px;
    color: #fff; }

.eachfield-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .eachfield-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .eachfield-list-item {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }
  .eachfield-list-link:hover {
    opacity: 1; }
    .eachfield-list-link:hover .tag_white {
      color: #fff;
      background: #333; }
      .eachfield-list-link:hover .tag_white:before {
        opacity: 1;
        -webkit-transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
        transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
        transition: opacity 0.35s ease, transform 0.2s ease;
        transition: opacity 0.35s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
    .eachfield-list-link:hover .eachfield-list-img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .eachfield-list-link:hover .eachfield-list-img:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        z-index: 11;
        background: rgba(0, 0, 0, 0.3); }
  .eachfield-list-img {
    width: 100%;
    height: calc(100vw * 240 / 375);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease .4s; }
    @media screen and (min-width: 37.5em) {
      .eachfield-list-img {
        height: 260px; } }
    .eachfield-list-img:before {
      transition: all ease .4s;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      z-index: 11;
      background: rgba(0, 0, 0, 0.5); }
  .eachfield-list-box {
    background: #f2f2f2;
    padding: 20px 0 30px;
    text-align: center; }
  .eachfield-list-ttl {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    color: #000; }
    @media screen and (min-width: 37.5em) {
      .eachfield-list-ttl {
        margin-bottom: 17px; } }
  .eachfield-list-txt .tag_white {
    width: 126px;
    min-width: 126px;
    line-height: 33px;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
    background: none;
    z-index: 11;
    transition: all 0.3s ease; }
    .eachfield-list-txt .tag_white:before {
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      will-change: transform;
      background: #fff; }

.eachfield-detail-page .company-section {
  overflow: visible; }
  .eachfield-detail-page .company-section:before {
    display: none; }

.eachfield-detail-page .slick-arrow {
  top: 40%; }
  .eachfield-detail-page .slick-arrow_next {
    background-image: url("../img/common/arrow-next_black.svg"); }
  .eachfield-detail-page .slick-arrow_prev {
    background-image: url("../img/common/arrow-prev_black.svg"); }

.eachfield-detail-page .company-cat {
  margin: 10px 0; }

.eachfield-detail-page .company-slider-img {
  background-position: center; }

.eachfield-detail-page .company-slider-ttl {
  color: #000; }

.eachfield-detail-page .tag_white {
  padding: 0 10px;
  width: auto;
  display: inline-block; }

.eachfield-detail-page .intro-area {
  margin-bottom: 40px; }

.eachfield-detail-page .eachfield-content h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  line-height: 2; }
  @media screen and (min-width: 48em) {
    .eachfield-detail-page .eachfield-content h2 {
      margin-bottom: 35px; } }

.eachfield-detail-page .eachfield-content p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.2px;
  color: #666; }

.eachfield-detail-page .eachfield-content .wp-block-image {
  margin-bottom: 50px; }

.eachfield-detail-page .eachfield-content .wp-block-media-text {
  margin-bottom: 60px; }

.eachfield-detail-page .eachfield-content .wp-block-media-text__content {
  padding: 20px 0 0; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-page .eachfield-content .wp-block-media-text__content {
      padding: 0 20px 0; } }
  @media screen and (min-width: 48em) {
    .eachfield-detail-page .eachfield-content .wp-block-media-text__content {
      padding: 15px 40px 0; } }

.eachfield-detail-page .field-section {
  background: #fff; }
  .eachfield-detail-page .field-section .section-ttl,
  .eachfield-detail-page .field-section .section-subtxt {
    color: #000; }
  .eachfield-detail-page .field-section .btn_white {
    color: #fff;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    z-index: 11; }
    .eachfield-detail-page .field-section .btn_white:hover {
      color: #000; }
    .eachfield-detail-page .field-section .btn_white:before {
      background: #000; }

.eachfield-detail-page .about-section {
  background: #000;
  padding: 150px 0; }
  .eachfield-detail-page .about-section .section-ttl,
  .eachfield-detail-page .about-section .section-subtxt {
    color: #fff; }

.eachfield-detail-page .about-cantho-temp {
  margin: 0; }
  .eachfield-detail-page .about-cantho-temp .about-cantho-list-ttl {
    color: #fff; }

.eachfield-detail-section {
  margin: 60px 0; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-section {
      margin: 110px 0 170px; } }
  .eachfield-detail-section-heading {
    text-align: center;
    color: #000; }
  .eachfield-detail-section-subtxt {
    text-align: center;
    margin-bottom: 30px;
    color: #000; }
    @media screen and (min-width: 48em) {
      .eachfield-detail-section-subtxt {
        margin-bottom: 80px; } }
  .eachfield-detail-section.profile {
    margin-bottom: 40px; }

.eachfield-detail-interview-block {
  max-width: 870px;
  margin: 30px auto 0;
  position: relative; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-interview-block {
      margin: 95px auto 0; } }

.eachfield-detail-interview-img {
  position: relative;
  max-width: 870px;
  height: 353px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 48em) {
    .eachfield-detail-interview-img {
      max-width: calc(730 * 100vw / 768);
      height: calc(300 * 100vw / 768); } }
  @media screen and (max-width: 37.5em) {
    .eachfield-detail-interview-img {
      height: 200px; } }
  .eachfield-detail-interview-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

.eachfield-detail-interview-box {
  position: absolute;
  left: 20px;
  bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-interview-box {
      left: 60px;
      bottom: 35px; } }
  .eachfield-detail-interview-box .btn_white {
    width: 130px;
    min-width: 130px;
    line-height: 30px;
    margin: 0; }
    @media screen and (min-width: 47.5em) {
      .eachfield-detail-interview-box .btn_white {
        width: 188px;
        min-width: 188px;
        line-height: 40px; } }

.eachfield-detail-interview-ttl {
  color: #fff;
  margin-bottom: 10px; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-interview-ttl {
      margin-bottom: 30px; } }

.eachfield-detail-interview-post {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px; }

.eachfield-detail-interview-name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.eachfield-detail-profile-block {
  margin-bottom: 10px; }
  @media screen and (min-width: 47.5em) {
    .eachfield-detail-profile-block {
      margin-top: 10px; } }
  @media screen and (max-width: 47.5em) {
    .eachfield-detail-profile-block {
      padding: 15px; } }
  @media screen and (max-width: 47.5em) {
    .eachfield-detail-profile-block .btn_black {
      width: 100px;
      min-width: 100px; } }
  .eachfield-detail-profile-block + .btn-box {
    margin-top: 40px; }
    @media screen and (min-width: 48em) {
      .eachfield-detail-profile-block + .btn-box {
        margin-top: 80px; } }

@media screen and (max-width: 47.5em) {
  .eachfield-detail-profile-ttl {
    padding-left: 30px;
    margin-left: 0; } }

.information-content {
  margin-bottom: 60px; }
  @media screen and (min-width: 37.5em) {
    .information-content {
      margin-bottom: 140px; } }
  .information-content h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #333; }
    @media screen and (min-width: 37.5em) {
      .information-content h2 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 40px;
        margin-bottom: 60px; } }
    .information-content h2:before {
      content: '';
      display: block;
      height: 5px;
      width: 70px;
      background: #000;
      border-radius: 30px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .information-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.5;
    color: #666;
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .information-content p {
        margin-bottom: 65px; } }
  .information-content .wp-block-image {
    margin-bottom: 60px; }
    @media screen and (min-width: 37.5em) {
      .information-content .wp-block-image {
        margin-bottom: 140px; } }
  .information-content table {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .information-content table {
        margin-bottom: 85px; } }
    .information-content table th,
    .information-content table td {
      padding: 3px;
      width: 25%;
      border-right: 5px solid #fff; }
      @media screen and (min-width: 37.5em) {
        .information-content table th,
        .information-content table td {
          padding: 8px;
          text-align: center; } }
    .information-content table tr:first-child th {
      font-size: 13px;
      font-size: 1.3rem;
      color: #333; }
      @media screen and (min-width: 37.5em) {
        .information-content table tr:first-child th {
          font-size: 15px;
          font-size: 1.5rem; } }
      .information-content table tr:first-child th:first-child {
        background: none; }
      .information-content table tr:first-child th:nth-child(2) {
        background: #e6e6e6; }
      .information-content table tr:first-child th:nth-child(3), .information-content table tr:first-child th:nth-child(4) {
        background: rgba(230, 230, 230, 0.5); }
      .information-content table tr:first-child th:nth-child(4) {
        border-right: 0; }
    .information-content table tr:nth-child(n+2) th, .information-content table tr:nth-child(n+2) td {
      font-size: 12px;
      font-size: 1.2rem;
      color: #333; }
    .information-content table tr:nth-child(n+2) td:last-child {
      border-right: 0; }
    .information-content table tr:nth-child(even) th, .information-content table tr:nth-child(even) td {
      background: rgba(209, 209, 209, 0.5); }
      .information-content table tr:nth-child(even) th:nth-child(2), .information-content table tr:nth-child(even) td:nth-child(2) {
        background: #d1d1d1; }
    .information-content table tr:nth-child(odd) th, .information-content table tr:nth-child(odd) td {
      background: rgba(230, 230, 230, 0.5); }
      .information-content table tr:nth-child(odd) th:nth-child(2), .information-content table tr:nth-child(odd) td:nth-child(2) {
        background: rgba(209, 209, 209, 0.5); }
  .information-content *:last-child {
    margin-bottom: 0; }

.information-map {
  margin-bottom: 30px; }
  @media screen and (min-width: 37.5em) {
    .information-map {
      margin-bottom: 50px; } }
  @media screen and (min-width: 37.5em) {
    .information-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }
  .information-map-item {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 37.5em) {
      .information-map-item {
        text-align: left;
        margin-bottom: 0; } }
    .information-map-item:first-child {
      width: 100%;
      margin-right: 50px; }
      @media screen and (min-width: 37.5em) {
        .information-map-item:first-child .information-img {
          text-align: right; } }
      @media screen and (min-width: 37.5em) {
        .information-map-item:first-child {
          width: 320px; } }
  .information-map-ttl {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px; }
    @media screen and (min-width: 37.5em) {
      .information-map-ttl {
        text-align: left; } }
  .information-map-subtxt {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 37.5em) {
      .information-map-subtxt {
        text-align: left; } }

.information-txt {
  margin: 100px 0;
  line-height: 2.5;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem; }

.interview-page .main-view {
  position: relative; }
  .interview-page .main-view:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

.interview-area {
  margin-bottom: 50px; }
  @media screen and (min-width: 37.5em) {
    .interview-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.interview-post {
  -webkit-flex-basis: calc(50% - 13px);
  -ms-flex-preferred-size: calc(50% - 13px);
  flex-basis: calc(50% - 13px);
  margin-bottom: 26px; }
  .interview-post-link:hover .tag_black {
    opacity: 1;
    color: #000;
    background: #fff; }
    .interview-post-link:hover .tag_black:before {
      opacity: 1;
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease;
      transition: opacity 0.35s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .interview-post-link:hover .interview-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .interview-post-link:hover .interview-img:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      z-index: 11;
      background: rgba(0, 0, 0, 0.3); }
  .interview-post-link .tag_black {
    position: relative;
    background: none;
    z-index: 11;
    transition: all 0.3s ease;
    width: 195px;
    min-width: 195px; }
    @media screen and (min-width: 47.5em) {
      .interview-post-link .tag_black {
        width: 195px; } }
    .interview-post-link .tag_black:before {
      content: "";
      display: block;
      opacity: 1;
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      will-change: transform;
      background: #000; }

.interview-img {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: calc(100vw * 558 / 599);
  transition: transform ease .5s; }
  @media screen and (min-width: 37.5em) {
    .interview-img {
      height: calc(100vw * 342 / 760); } }
  @media screen and (min-width: 47.5em) {
    .interview-img {
      height: 412px; } }
  .interview-img:before {
    transition: all ease .4s;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 11; }

.interview-detail {
  text-align: center;
  padding: 35px 0;
  background: #f2f2f2; }

.interview-tag {
  width: 91px;
  font-size: 11px;
  font-size: 1.1rem; }

.interview-heading {
  padding: 18px 0 28px;
  color: #000; }

.interview-company {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px; }

.interview-name {
  font-size: 15px;
  font-size: 1.5rem; }

.interview-detail-page .intro-area .inner {
  max-width: 980px; }

.interview-detail-img-box {
  transition: all ease .3s; }
  .interview-detail-img-box .photo {
    opacity: 0;
    transition: all ease .3s;
    position: relative;
    top: 0; }
    .interview-detail-img-box .photo.active {
      opacity: 1; }
    .interview-detail-img-box .photo.is-fixed {
      position: fixed;
      top: 125px; }
    .interview-detail-img-box .photo.is-height {
      position: fixed;
      top: 180px; }
    .interview-detail-img-box .photo.is-absolute {
      position: absolute;
      left: 0; }

@media screen and (min-width: 37.5em) {
  .interview-detail-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .interview-detail-block.bottom {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.interview-detail-box.img {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%; }

.interview-detail-box.faq {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }
  .interview-detail-box.faq .faq-photo {
    text-align: center;
    margin-bottom: 20px; }

.interview-detail-box.img02 {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%; }

.interview-detail-box.info {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding-top: 50px;
  padding-left: 0; }
  @media screen and (min-width: 37.5em) {
    .interview-detail-box.info {
      padding-left: 15px;
      padding-top: 0; } }

.interview-detail-box-ttl {
  margin-bottom: 20px; }
  @media screen and (min-width: 37.5em) {
    .interview-detail-box-ttl {
      margin-bottom: 40px; } }

.interview-detail-box-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.7;
  letter-spacing: 1px;
  color: #666; }

.interview-detail-box .btn_black {
  max-width: 305px;
  line-height: 60px; }
  @media screen and (min-width: 37.5em) {
    .interview-detail-box .btn_black {
      width: 305px;
      max-width: auto; } }

.interview-detail-tbl {
  margin: 30px 0 40px; }
  @media screen and (min-width: 37.5em) {
    .interview-detail-tbl {
      margin: 60px 0 70px; } }
  .interview-detail-tbl tr {
    margin-bottom: 15px; }
  .interview-detail-tbl-ttl {
    width: 75px;
    min-width: 75px;
    line-height: 33px;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px; }
  .interview-detail-tbl-data {
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0; }
    @media screen and (min-width: 37.5em) {
      .interview-detail-tbl-data {
        padding-left: 20px; } }
  .interview-detail-tbl-link {
    color: #000; }

.single-page {
  background: #f4f4f4; }

.single-area {
  background: #fff;
  margin-bottom: 40px; }
  @media screen and (min-width: 37.5em) {
    .single-area {
      margin-bottom: 80px; } }

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

.single-content {
  padding: 40px 30px; }
  @media screen and (min-width: 37.5em) {
    .single-content {
      padding: 90px 60px 100px; } }
  .single-content-post {
    margin-bottom: 60px; }
    .single-content-post h1 {
      margin: 25px 0 15px;
      font-weight: bold;
      color: #333; }
      @media screen and (min-width: 37.5em) {
        .single-content-post h1 {
          margin: 50px 0 30px;
          line-height: 2; } }
    .single-content-post h2 {
      font-weight: bold;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 25px;
      color: #333; }
      @media screen and (min-width: 37.5em) {
        .single-content-post h2 {
          padding-bottom: 33px;
          margin-bottom: 45px;
          line-height: 2; } }
      .single-content-post h2:before {
        content: "■";
        display: inline-block; }
      .single-content-post h2:after {
        content: "";
        display: inline-block;
        display: block;
        width: 107px;
        height: 2px;
        border-radius: 10px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 0; }
    .single-content-post p {
      color: #666;
      line-height: 2;
      padding-bottom: 50px; }
      @media screen and (min-width: 37.5em) {
        .single-content-post p {
          padding-bottom: 100px;
          line-height: 2.5; } }
    .single-content-post *:last-child:not(h2) {
      padding-bottom: 0; }

.single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-info .sns-list {
    margin: 5px 0 5px auto; }
    @media screen and (min-width: 37.5em) {
      .single-info .sns-list {
        margin: 0 0 0 auto; } }

.single-cat {
  margin: 5px 0; }
  @media screen and (min-width: 37.5em) {
    .single-cat {
      margin: 0; } }
  .single-cat .btn_black {
    padding: 0 10px;
    min-width: 100px;
    line-height: 30px; }
    @media screen and (min-width: 37.5em) {
      .single-cat .btn_black {
        padding: 0 20px;
        width: auto;
        min-width: 126px;
        line-height: 33px; } }

.single-date {
  margin: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100; }
  @media screen and (min-width: 37.5em) {
    .single-date {
      margin: 0 0 0 30px; } }

.more-label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px; }

.more-cts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 0.25px solid rgba(112, 112, 112, 0.3); }
  @media screen and (max-width: 47.5em) {
    .more-cts {
      display: block; } }

.more-cts-img {
  margin-right: 50px;
  width: 50%;
  text-align: center; }
  @media screen and (max-width: 47.5em) {
    .more-cts-img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }

.more-cts-ttl .sub {
  font-size: 13px;
  font-size: 1.3rem;
  display: block; }

.more-cts-ttl .main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 25px 0 30px;
  display: block;
  line-height: 2; }

.more-cts-btn {
  border: 1px solid #333; }
  .more-cts-btn:hover {
    background: #000; }

@media screen and (min-width: 47.5em) {
  .local-btn.btn_black {
    width: 250px; } }

.single-entry-page {
  background: #f4f4f4; }
  .single-entry-page .entry-label-flg {
    margin-left: auto; }
    .single-entry-page .entry-label-flg .recommend {
      margin-left: 10px; }
      @media screen and (max-width: 37.5em) {
        .single-entry-page .entry-label-flg .recommend {
          margin-left: 0; } }

.entry-area {
  padding: 70px 0 80px;
  background: #fff;
  margin-bottom: 70px; }
  @media screen and (max-width: 37.5em) {
    .entry-area {
      padding-top: 20px; } }

.entry-content {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto; }

.entry-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .entry-label .label {
    line-height: 33px;
    width: 90px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block; }
    .ie .entry-label .label {
      line-height: 2;
      padding: 6px 0 0 0; }
  .entry-label .cat {
    background: #000; }
  .entry-label .recommend {
    background: #F06373;
    margin-left: auto; }
  .entry-label .new {
    background: #DEC644;
    margin-left: 12px; }

.entry-company {
  margin-bottom: 22px; }
  .entry-company .en {
    font-family: din-2014, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    display: block; }
  .entry-company .jp {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block; }

.entry-place {
  margin-bottom: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }
  .entry-place svg {
    width: 9px;
    height: 12px;
    vertical-align: middle; }

.entry-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 2px; }
  @media screen and (max-width: 37.5em) {
    .entry-ttl {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.6; } }

.entry-requirements {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 42px;
  border-bottom: 1px solid #707070;
  margin-bottom: 55px; }
  @media screen and (max-width: 37.5em) {
    .entry-requirements {
      font-size: 16px;
      font-size: 1.6rem; } }
  .entry-requirements * {
    font-weight: bold; }
  .entry-requirements > dt {
    width: 145px; }
    @media screen and (max-width: 37.5em) {
      .entry-requirements > dt {
        width: 135px; } }
    .entry-requirements > dt:after {
      content: "：";
      display: inline-block; }
  .entry-requirements > dd {
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 37.5em) {
      .entry-requirements > dd {
        width: calc(100% - 135px); } }
    .entry-requirements > dd > span {
      margin-right: 10px; }

.entry-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 37.5em) {
    .entry-img {
      display: block; } }

.entry-img-item {
  width: calc(50% - 5px); }
  .entry-img-item > figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px; }
  @media screen and (max-width: 37.5em) {
    .entry-img-item {
      width: 100%;
      margin-bottom: 15px; } }

.entry-tbl {
  border-collapse: separate;
  border-spacing: 10px 5px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 65px;
  width: 100%; }
  .entry-tbl tr > th,
  .entry-tbl tr > td {
    border: 1px solid rgba(112, 112, 112, 0.2);
    font-size: 10px;
    font-size: 1rem;
    text-align: left; }
    @media screen and (max-width: 37.5em) {
      .entry-tbl tr > th,
      .entry-tbl tr > td {
        display: block; } }
  .entry-tbl tr > th {
    background: #f5f5f5;
    padding: 11px 0 11px 30px;
    width: 177px; }
    @media screen and (max-width: 37.5em) {
      .entry-tbl tr > th {
        width: 100%;
        border-bottom: none; } }
  .entry-tbl tr > td {
    padding: 11px 25px 11px;
    line-height: 1.7;
    letter-spacing: 1px; }

.entry-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 43px;
  text-align: center; }
  @media screen and (max-width: 37.5em) {
    .entry-txt {
      white-space: nowrap; } }

.entry-btn > a {
  width: 285px;
  border-color: #FF7805; }
  .entry-btn > a:before {
    background: #FF7805; }
  .entry-btn > a:hover {
    color: #FF7805; }

@media screen and (max-width: 47.5em) {
  .serch-section {
    margin-bottom: 20px; } }

.serch-section + .serch-section {
  margin-top: 60px;
  padding-bottom: 60px; }

@media screen and (max-width: 47.5em) {
  .serch-body-wrap {
    display: none; } }

.serch-heading {
  padding: 15px 55px;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 47.5em) {
    .serch-heading {
      padding-left: 30px; } }
  @media screen and (max-width: 47.5em) {
    .serch-heading.narrow {
      padding-right: 80px;
      position: relative; }
      .serch-heading.narrow .acd-btn {
        width: 57px;
        height: 100%;
        background: #333;
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
        .serch-heading.narrow .acd-btn:before {
          content: "";
          display: inline-block;
          height: 10px;
          width: 10px;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          position: absolute;
          top: 40%;
          left: 20px;
          transform: rotate(45deg);
          transition: .3s; }
      .serch-heading.narrow.active .acd-btn:before {
        transform: rotate(225deg); } }
  .serch-heading > span {
    color: #fff;
    display: inline-block; }
  .serch-heading .jp {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 18px; }
  .serch-heading .en {
    font-family: din-2014, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }
  .serch-heading .sub {
    color: #F5F4F4;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: auto; }

.serch-body {
  background: #F5F4F4;
  padding: 50px 55px 70px 55px; }
  @media screen and (max-width: 47.5em) {
    .serch-body {
      padding: 20px 20px 50px 20px; } }

.narrow-box > dt {
  position: relative;
  margin-bottom: 25px; }
  .narrow-box > dt:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #707070;
    z-index: 0; }
  .narrow-box > dt > span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-right: 28px;
    background: #F5F4F4;
    position: relative;
    z-index: 3; }

.narrow-box + .narrow-box {
  margin-top: 45px; }
  @media screen and (max-width: 47.5em) {
    .narrow-box + .narrow-box {
      margin-top: 15px; } }

.narrow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -9px; }

.narrow-list-item {
  width: 140px;
  margin-right: 9px;
  margin-bottom: 20px; }
  .narrow-list-item > label {
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    transition: .3s; }
    .narrow-list-item > label:after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 30px;
      border: 1px solid rgba(112, 112, 112, 0.5);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }
    .narrow-list-item > label:hover {
      cursor: pointer;
      opacity: .7; }
    .narrow-list-item > label.is-active {
      background: #000;
      color: #fff; }
      .narrow-list-item > label.is-active:after {
        border: 4px solid #fff;
        width: 6px;
        height: 6px; }

.narrow-btn {
  position: relative;
  top: -27px; }

.search-keyword-block {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 47.5em) {
    .search-keyword-block {
      display: block;
      padding-top: 20px; } }

.search-keyword-input {
  width: calc(100% - 200px);
  padding-right: 30px; }
  @media screen and (max-width: 47.5em) {
    .search-keyword-input {
      width: 100%;
      padding-right: 0; } }

.search-keyword {
  background: #F8F8F8;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 19px 27px;
  border-radius: 50px; }

.search-keyword-btn {
  width: 200px; }
  @media screen and (max-width: 47.5em) {
    .search-keyword-btn {
      margin-left: auto;
      margin-top: 20px; } }
  @media screen and (max-width: 37.5em) {
    .search-keyword-btn {
      width: 100%; } }

.search-btn {
  color: #fff; }
  .search-btn .svg {
    width: 12px;
    height: 12px;
    margin-right: 9px;
    position: relative;
    top: 1px; }

.search-clear {
  text-align: center;
  margin-top: 20px; }
  .search-clear > span, .search-clear > a {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    transition: .3s; }
    .search-clear > span:before, .search-clear > a:before {
      content: "";
      display: inline-block;
      height: 1px;
      width: 100%;
      background: #707070;
      position: absolute;
      bottom: 0;
      left: 0; }
    .search-clear > span:hover, .search-clear > a:hover {
      cursor: pointer;
      opacity: .7; }

.result-section {
  background: #F5F5F5;
  padding-top: 37px;
  padding-bottom: 70px;
  margin-top: 60px; }
  .result-section .inner {
    position: relative; }

.order-block {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 11; }

.order-btn {
  width: 170px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #707070;
  font-size: 12px;
  font-size: 1.2rem;
  transition: .3s;
  position: relative; }
  .order-btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 17px; }
  .order-btn:hover {
    cursor: pointer; }
    .order-btn:hover .order-list {
      height: 90px; }

.order-list {
  height: 0;
  transition: ease all .4s;
  overflow: hidden; }
  .order-list.is-show {
    height: 90px; }
  .order-list > li > a, .order-list > li > span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    display: block;
    padding: 5px 0; }
    .order-list > li > a.hide, .order-list > li > span.hide {
      display: none; }

.result-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 37px;
  border-bottom: 1px solid #707070;
  position: relative; }
  .result-heading .num {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .result-heading .show {
    color: #515151;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 15px; }

.result-item {
  padding-bottom: 64px; }

.result-box {
  background: #fff;
  padding: 40px 40px 90px 40px; }
  @media screen and (max-width: 37.5em) {
    .result-box {
      padding: 20px 20px 45px 20px; } }

.result-box-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #707070; }
  @media screen and (max-width: 37.5em) {
    .result-box-heading {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; } }
  .result-box-heading .label {
    line-height: 33px;
    width: 90px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block; }
    .ie .result-box-heading .label {
      line-height: 2;
      padding: 6px 0 0 0; }
    .result-box-heading .label.cat {
      background: #000; }
    .result-box-heading .label.recommend {
      background: #F06373;
      margin-left: auto; }
    .result-box-heading .label.new {
      background: #DEC644; }
  .result-box-heading .result-cat {
    width: 90px; }
  .result-box-heading .ttl {
    padding: 0 20px;
    width: calc(100% - 310px); }
    @media screen and (max-width: 37.5em) {
      .result-box-heading .ttl {
        width: 100%;
        padding: 10px 0 0 0; } }
    .result-box-heading .ttl > span {
      display: block; }
    .result-box-heading .ttl .en {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: din-2014, sans-serif; }
    .result-box-heading .ttl .jp {
      font-size: 13px;
      font-size: 1.3rem; }
  .result-box-heading .result-label {
    border-left: 1px solid #707070;
    width: 220px;
    text-align: right;
    padding: 10px 0; }
    @media screen and (max-width: 37.5em) {
      .result-box-heading .result-label {
        width: 100%;
        border-left: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0; } }

.result-box-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 25px; }
  @media screen and (max-width: 37.5em) {
    .result-box-ttl {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.6; } }

.result-box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 43px; }
  @media screen and (max-width: 37.5em) {
    .result-box-body {
      display: block;
      margin-bottom: 20px; } }

.result-box-img {
  width: calc(100% - 395px); }
  @media screen and (max-width: 48em) {
    .result-box-img {
      width: 48%; } }
  @media screen and (max-width: 37.5em) {
    .result-box-img {
      width: 100%;
      margin-bottom: 30px; } }

.result-box-detail {
  width: 355px; }
  @media screen and (max-width: 48em) {
    .result-box-detail {
      width: 48%; } }
  @media screen and (max-width: 37.5em) {
    .result-box-detail {
      width: 100%; } }

.result-requirements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .result-requirements > dt,
  .result-requirements > dd {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 37.5em) {
      .result-requirements > dt,
      .result-requirements > dd {
        font-size: 16px;
        font-size: 1.6rem; } }
    .result-requirements > dt > span,
    .result-requirements > dd > span {
      font-weight: bold; }
  .result-requirements > dt {
    width: 145px; }
    @media screen and (max-width: 37.5em) {
      .result-requirements > dt {
        width: 135px; } }
    .result-requirements > dt:after {
      content: "：";
      display: inline-block; }
  .result-requirements > dd {
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 37.5em) {
      .result-requirements > dd {
        width: calc(100% - 135px); } }
    .result-requirements > dd > span {
      display: inline-block;
      margin-right: 10px; }

.result-place {
  margin-top: 7px;
  margin-bottom: 32px; }
  .result-place > svg {
    width: 11px;
    height: 12px; }
  .result-place > span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }

.result-info-item {
  margin-top: 5px;
  padding: 5px 0 10px 60px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 40px; }
  .result-info-item.sales {
    background-image: url("../img/common/icon-sales.svg"); }
  .result-info-item.business {
    background-image: url("../img/common/icon-man.svg"); }
  .result-info-item.scale {
    background-image: url("../img/common/icon-scale.svg"); }
  .result-info-item > dt,
  .result-info-item > dd {
    line-height: 1.8; }
  .result-info-item > dt {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px; }
    .result-info-item > dt:after {
      content: "";
      display: inline-block;
      width: 116px;
      height: 1px;
      background: rgba(112, 112, 112, 0.5);
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 47.5em) {
        .result-info-item > dt:after {
          width: 100%; } }
  .result-info-item > dd {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 5px; }
    .result-info-item > dd.num {
      font-family: din-2014, sans-serif;
      font-size: 12px;
      font-size: 1.2rem; }

.result-box-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 37.5em) {
    .result-box-bottom {
      display: block;
      margin-bottom: 50px; } }
  .result-box-bottom > dt {
    width: 200px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 28px 0;
    border-right: 1px solid #707070; }
    @media screen and (max-width: 37.5em) {
      .result-box-bottom > dt {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #707070;
        padding: 20px 0;
        margin-bottom: 20px; } }
  .result-box-bottom > dd {
    width: calc(100% - 200px);
    padding-left: 50px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2; }
    @media screen and (max-width: 37.5em) {
      .result-box-bottom > dd {
        width: 100%;
        padding-left: 0; } }

.result-btn {
  position: relative;
  top: -32px; }
  .result-btn .btn {
    width: 240px;
    border: 1px solid #D3D3D3;
    line-height: 64px; }
    .result-btn .btn:before {
      background: #FF7805; }
    .result-btn .btn:hover {
      color: #FF7805;
      border: 1px solid #FF7805; }

.result-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 23px;
  border-bottom: 1px solid #707070; }
  .result-bottom .num {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .result-bottom .show {
    color: #515151;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 15px; }

.entry-pagination {
  margin-left: auto; }
  .entry-pagination * {
    font-size: 10px;
    font-size: 1rem; }
  .entry-pagination > .page-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .entry-pagination > .page-numbers > li > a {
      color: #A8A7A7;
      padding: 0 5px; }
      .entry-pagination > .page-numbers > li > a.current {
        font-weight: bold;
        color: #000; }

.no-result-message {
  text-align: center;
  padding: 100px 0 150px; }

.event-page {
  background: #f4f4f4; }
  .event-page .single-area {
    margin-bottom: 0; }
  .event-page .list-primary-heading {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.event-box {
  margin-bottom: 60px; }
  .event-box:last-child {
    margin-bottom: 0; }

.event-post {
  padding: 25px 40px 30px 35px; }
  @media screen and (min-width: 47.5em) {
    .event-post {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 48em) {
    .event-post {
      padding: 45px 80px 55px 70px; } }
  .event-post-info {
    margin-right: 0; }
    @media screen and (min-width: 47.5em) {
      .event-post-info {
        margin-right: 50px; } }
    @media screen and (min-width: 64em) {
      .event-post-info {
        margin-right: 100px; } }
    .event-post-info .event-info-subtxt {
      margin-bottom: 40px; }
    .event-post-info .event-ttl {
      margin: 7px 0 0 0;
      color: #1a1a1a; }
  .event-post .btn-wrap {
    margin-top: 30px; }
    @media screen and (min-width: 47.5em) {
      .event-post .btn-wrap {
        margin-top: 0; } }

.event-bottom {
  padding: 50px 0;
  background: #fff; }
  @media screen and (min-width: 37.5em) {
    .event-bottom {
      padding: 100px 0; } }

.event-apply-ttl {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 37.5em) {
    .event-apply-ttl {
      text-align: center; } }

.event-past-section {
  background: #fff; }
  .event-past-section .archive {
    margin-bottom: 55px; }
  .event-past-section .list-primary {
    margin-bottom: 90px; }
  .event-past-section .list-primary-heading {
    padding-left: 33px; }
  .event-past-section .list-primary-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px; }
  .event-past-section .list-primary-ttl {
    letter-spacing: 3px;
    line-height: 1.6;
    margin: 3px 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }

.event-past-item {
  margin-bottom: 25px; }
  .event-past-item:last-child {
    margin-bottom: 0; }

.event-past-date {
  letter-spacing: 2px;
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 35px; }

.single-event-post {
  padding: 40px 30px; }
  @media screen and (min-width: 37.5em) {
    .single-event-post {
      padding: 90px 60px 75px; } }
  .single-event-post h1 {
    margin: 25px 0 15px;
    font-weight: bold;
    color: #333; }
    @media screen and (min-width: 37.5em) {
      .single-event-post h1 {
        margin: 50px 0 30px;
        line-height: 2; } }
  .single-event-post p {
    color: #666;
    line-height: 2;
    padding-bottom: 0; }
    @media screen and (min-width: 37.5em) {
      .single-event-post p {
        padding-bottom: 0;
        line-height: 2.5; } }

.single-event-info {
  margin-bottom: 65px;
  margin-top: 30px; }
  .single-event-info .tbl-primary-ttl {
    width: 122px; }
    @media screen and (max-width: 37.5em) {
      .single-event-info .tbl-primary-ttl {
        display: block; } }
    .single-event-info .tbl-primary-ttl-in {
      font-size: 10px;
      font-size: 1rem;
      line-height: 35px; }
  @media screen and (max-width: 37.5em) {
    .single-event-info .tbl-primary-data {
      width: 100%;
      display: block; } }
  .single-event-info .tbl-primary-data-in {
    font-size: 10px;
    font-size: 1rem;
    line-height: 35px; }
    @media screen and (max-width: 37.5em) {
      .single-event-info .tbl-primary-data-in {
        margin-bottom: 30px; } }

.single-event-page #booking-package_inputFormPanel .description {
  margin-top: 0; }

.single-event-page #booking-package_inputFormPanel .selectedDate {
  padding: 30px 0 40px;
  line-height: 1.8;
  text-align: left; }
  @media screen and (min-width: 37.5em) {
    .single-event-page #booking-package_inputFormPanel .selectedDate {
      text-align: center; } }

.single-event-page #booking-package_inputFormPanel .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 37.5em) {
    .single-event-page #booking-package_inputFormPanel .row {
      display: block; } }
  .single-event-page #booking-package_inputFormPanel .row .name {
    line-height: 25px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    width: 120px;
    background: #000;
    border-radius: 30px;
    letter-spacing: 0;
    text-align: center; }
  .single-event-page #booking-package_inputFormPanel .row .value {
    width: 50%;
    margin-left: 10px; }
    @media screen and (max-width: 37.5em) {
      .single-event-page #booking-package_inputFormPanel .row .value {
        margin-top: 10px;
        margin-left: 0;
        width: 100%; } }
    .single-event-page #booking-package_inputFormPanel .row .value input {
      height: 25px;
      vertical-align: middle;
      font-size: 12px;
      font-size: 1.2rem;
      background: #f2f2f2;
      border-radius: 30px;
      letter-spacing: 0;
      padding: 0 20px; }
  .single-event-page #booking-package_inputFormPanel .row .required:after {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }

.single-event-page #booking-package_inputFormPanel .bottomBarPanel {
  text-align: center; }

.single-event-page #booking-package_inputFormPanel .bookingButton {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  max-width: 335px;
  min-width: 200px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 11;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 47.5em) {
    .single-event-page #booking-package_inputFormPanel .bookingButton {
      display: inline-block;
      width: 195px;
      min-width: unset;
      line-height: 52px; } }
  .single-event-page #booking-package_inputFormPanel .bookingButton:hover {
    opacity: 1;
    color: #000; }
  .single-event-page #booking-package_inputFormPanel .bookingButton:before {
    background: #000; }

.single-event-page #booking-package_inputFormPanel #paymentPanel {
  margin-top: 30px; }

.single-event-page #booking-package_inputFormPanel #returnToSchedules {
  width: auto;
  text-decoration: underline;
  transition: opacity ease .3s; }
  .single-event-page #booking-package_inputFormPanel #returnToSchedules:hover {
    opacity: .7; }

.completed-page .section-ttl {
  margin-bottom: 20px;
  text-align: left; }
  @media screen and (min-width: 37.5em) {
    .completed-page .section-ttl {
      text-align: center;
      margin-bottom: 50px; } }

.completed-page .completed-txt {
  padding: 0 20px; }
  @media screen and (min-width: 37.5em) {
    .completed-page .completed-txt {
      text-align: center; } }

.message-page .main-view {
  position: relative; }
  .message-page .main-view:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

.message-page .intro-area {
  margin-bottom: 60px; }
  @media screen and (min-width: 37.5em) {
    .message-page .intro-area {
      margin-bottom: 160px; } }

.message-article {
  margin-bottom: 80px;
  position: relative; }

.message-link:hover .message-more {
  color: #000; }

.message-more {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  max-width: 335px;
  min-width: 200px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 11; }
  @media screen and (min-width: 47.5em) {
    .message-more {
      display: inline-block;
      width: 195px;
      min-width: unset;
      line-height: 52px; } }
  .message-more:hover {
    color: #000; }
  .message-more:before {
    background: #000; }

.message-photo {
  height: calc(100vw * 118 / 320);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 37.5em) {
    .message-photo {
      height: calc(100vw * 243 / 600); } }
  @media screen and (min-width: 48em) {
    .message-photo {
      height: calc(100vw * 303 / 768); } }
  @media screen and (min-width: 64em) {
    .message-photo {
      height: 353px; } }

.message-info {
  margin-top: 20px; }
  @media screen and (min-width: 37.5em) {
    .message-info {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .message-info .btn-wrap {
    margin-top: 20px; }
    @media screen and (min-width: 37.5em) {
      .message-info .btn-wrap {
        margin-top: 0; } }

.message-heading {
  color: #333;
  letter-spacing: 2.3px; }

.message-tag {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-weight: bold; }
  @media screen and (min-width: 37.5em) {
    .message-tag {
      font-size: 15px;
      font-size: 1.5rem; } }

.message-name {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-weight: bold; }
  @media screen and (min-width: 37.5em) {
    .message-name {
      font-size: 18px;
      font-size: 1.8rem; } }

.message-post {
  padding-top: 50px; }
  .message-post h1,
  .message-post h2 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #333; }
    @media screen and (min-width: 37.5em) {
      .message-post h1,
      .message-post h2 {
        line-height: 2; } }
  .message-post p:not(.message-heading):not(.more-label) {
    line-height: 2;
    letter-spacing: 1.5px;
    margin-bottom: 90px;
    color: #666; }
  .message-post .wp-block-image {
    margin-bottom: 30px; }
    @media screen and (min-width: 37.5em) {
      .message-post .wp-block-image {
        margin-bottom: 70px; } }
  .message-post .message-heading {
    margin: 35px 0 30px; }
    @media screen and (min-width: 37.5em) {
      .message-post .message-heading {
        margin: 70px 0 60px; } }

.single-message-page {
  margin-bottom: 200px; }
  .single-message-page .btn-box {
    margin-bottom: 80px; }
    @media screen and (min-width: 37.5em) {
      .single-message-page .btn-box {
        margin-bottom: 160px; } }
  .single-message-page .more-interview {
    margin-bottom: 100px; }

.contact-page {
  background: #f4f4f4; }
  .contact-page .inner {
    max-width: 910px; }

.contact-area {
  padding: 30px 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 37.5em) {
    .contact-area {
      padding: 60px 20px 85px;
      margin-bottom: 85px; } }
  .contact-area .ttl-primary {
    margin-bottom: 60px; }

.contact-cts {
  max-width: 546px;
  padding: 0 20px;
  margin: 0 auto 85px; }

.contact-txt {
  line-height: 2;
  margin-bottom: 40px;
  color: #333; }
  @media screen and (min-width: 37.5em) {
    .contact-txt {
      text-align: center;
      margin-bottom: 60px; } }

.terms-page .contact-area {
  padding-bottom: 50px;
  margin-bottom: 50px; }

.terms-page .step-list-item.current + .step-list-item {
  text-align: center; }
  .terms-page .step-list-item.current + .step-list-item:after {
    display: none; }
    @media screen and (min-width: 37.5em) {
      .terms-page .step-list-item.current + .step-list-item:after {
        display: inline-block; } }

.terms-block {
  background: #f4f4f4;
  padding: 20px;
  max-width: 740px;
  margin: 0 auto 50px; }
  @media screen and (min-width: 37.5em) {
    .terms-block {
      padding: 30px 40px; } }
  .terms-block li {
    color: #666;
    letter-spacing: 2px;
    line-height: 1.7; }

.terms-txt {
  color: #666;
  line-height: 2; }

.terms-list {
  margin: 20px 0; }
  .terms-list-item {
    margin-bottom: 30px; }
  .terms-list-ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5px;
    color: #666; }
  .terms-list-txt {
    margin: 15px 0; }

.terms-sublist {
  margin-left: 25px; }
  .terms-sublist-item {
    list-style-type: decimal;
    margin-bottom: 10px; }

.terms-datalist {
  margin: 10px 0 0 30px; }
  .terms-datalist-item {
    list-style-type: lower-alpha;
    margin-bottom: 5px; }

.terms-last-txt {
  text-align: right;
  color: #666; }

.step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .step-list-item {
    -webkit-flex-basis: calc(30%);
    -ms-flex-preferred-size: calc(30%);
    flex-basis: calc(30%);
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #e6e6e6;
    position: relative; }
    @media screen and (min-width: 37.5em) {
      .step-list-item {
        -webkit-flex-basis: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
        line-height: 72px; } }
    .step-list-item:nth-child(2) {
      -webkit-flex-basis: calc(40%);
      -ms-flex-preferred-size: calc(40%);
      flex-basis: calc(40%); }
      @media screen and (min-width: 37.5em) {
        .step-list-item:nth-child(2) {
          -webkit-flex-basis: calc(100% / 3);
          -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); } }
    .step-list-item:last-child:after {
      display: none; }
    .step-list-item:after {
      content: "";
      border: 15px solid transparent;
      border-left: 15px solid #e6e6e6;
      position: absolute;
      right: -30px;
      top: 0;
      z-index: 11; }
      @media screen and (min-width: 37.5em) {
        .step-list-item:after {
          border: 36px solid transparent;
          border-left: 25px solid #e6e6e6;
          right: -61px; } }
      @media screen and (min-width: 47.5em) {
        .step-list-item:after {
          border-left: 35px solid #e6e6e6;
          right: -70px; } }
      @media screen and (min-width: 64em) {
        .step-list-item:after {
          right: -80px;
          border-left: 45px solid #e6e6e6; } }
    .step-list-item.current {
      background: #000;
      color: #fff;
      padding-left: 10px;
      text-align: center; }
      .step-list-item.current:after {
        border-left-color: #000; }
      .step-list-item.current + .step-list-item {
        padding-left: 15px; }
        @media screen and (min-width: 37.5em) {
          .step-list-item.current + .step-list-item {
            padding-left: 20px; } }

.registration-page .contact-area {
  padding: 30px 0; }
  @media screen and (min-width: 37.5em) {
    .registration-page .contact-area {
      padding: 60px 0 85px; } }

.registration-page .contact-txt {
  letter-spacing: 0; }

.registration-page #wpmem_reg fieldset {
  margin-bottom: 0; }
  @media screen and (min-width: 37.5em) {
    .registration-page #wpmem_reg fieldset {
      margin-bottom: 40px; } }

.registration-block {
  width: 480px;
  margin: 0 auto; }

.login-page .contact-cts,
.login-page .contact-area {
  margin-bottom: 0; }

.login-page .contact-txt {
  margin-bottom: 0; }

.login-page .wp-members-area #wpmem_login .button_div {
  margin-top: 20px; }

.login-form-block {
  margin-bottom: 30px; }

.reset-txt a {
  color: #333;
  display: block;
  margin: 3px 0;
  position: relative;
  padding-left: 11px; }
  .reset-txt a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 0;
    transition: all ease .3s; }

.reset-box {
  margin: 30px 0 50px; }

.cancel-block .submit {
  text-align: center; }

.cancel-block .button-primary {
  transition: opacity ease .3s; }
  .cancel-block .button-primary:hover {
    opacity: .7;
    cursor: pointer; }

input:placeholder-shown {
  color: #b3b3b3; }

input::-webkit-input-placeholder {
  color: #b3b3b3; }

input:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1; }

input::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: .5; }

input::-ms-input-placeholder {
  color: #b3b3b3; }

.form-heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .form-heading.entry {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .form-heading .caution {
    font-size: 12px;
    font-size: 1.2rem;
    color: red;
    display: inline-block;
    margin-left: 5px; }

.form-txt .en,
.form-txt .jp {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px; }

.form-txt .en {
  font-family: din-2014, sans-serif; }

.form-block {
  margin-bottom: 40px; }
  .form-block:last-child {
    margin-bottom: 0; }
  .form-block textarea {
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px; }
    @media screen and (min-width: 37.5em) {
      .form-block textarea {
        margin-top: 20px; } }
  .form-block.privacy input[type="checkbox"] {
    position: static;
    opacity: 1; }
  .form-block.privacy .wpcf7-list-item {
    margin-left: 3px;
    width: calc(100% - 30px); }
  .form-block.privacy .wpcf7-list-item-label {
    vertical-align: middle;
    margin-left: 3px; }
  .form-block.privacy .caution {
    color: red;
    vertical-align: top; }

.form-box {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 0; }
  .form-box.double .form-data {
    margin: 5px 0 20px; }
    @media screen and (min-width: 37.5em) {
      .form-box.double .form-data {
        width: 139px;
        margin: 0; } }
    @media screen and (min-width: 37.5em) {
      .form-box.double .form-data + .form-ttl {
        margin-left: 14px; } }

.form-ttl {
  line-height: 25px;
  color: #fff;
  width: 95px;
  border-radius: 50px;
  background: #000;
  text-align: center;
  margin-right: 9px;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: top; }
  .ie .form-ttl {
    padding: 5px 0 0 0; }
  .form-ttl .caution {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
    display: inline-block; }

.form-data {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 10px; }
  @media screen and (min-width: 37.5em) {
    .form-data {
      margin: 0;
      width: calc(100% - 110px); } }

.form-txt {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 5px; }

.form-input {
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 7px 20px;
  width: 100%; }

.wp-members-area {
  max-width: 515px;
  margin: 0 auto; }
  @media screen and (min-width: 37.5em) {
    .wp-members-area {
      padding: 0 20px; } }
  .wp-members-area #wpmem_reg legend,
  .wp-members-area #wpmem_login legend {
    display: none; }
  .wp-members-area #wpmem_reg label.text,
  .wp-members-area #wpmem_reg label:not(.remember-btn),
  .wp-members-area #wpmem_login label.text,
  .wp-members-area #wpmem_login label:not(.remember-btn) {
    line-height: 25px;
    color: #fff;
    width: 95px;
    border-radius: 50px;
    background: #000;
    text-align: center;
    margin: 0 6px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 720px) {
      .wp-members-area #wpmem_reg label.text,
      .wp-members-area #wpmem_reg label:not(.remember-btn),
      .wp-members-area #wpmem_login label.text,
      .wp-members-area #wpmem_login label:not(.remember-btn) {
        width: 95px;
        margin: 0 0 5px 0; } }
  .wp-members-area #wpmem_reg .req,
  .wp-members-area #wpmem_login .req {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
    display: inline-block;
    color: #fff; }
  .wp-members-area #wpmem_reg input[type="text"],
  .wp-members-area #wpmem_reg input[type="email"],
  .wp-members-area #wpmem_reg input[type="password"],
  .wp-members-area #wpmem_login input[type="text"],
  .wp-members-area #wpmem_login input[type="email"],
  .wp-members-area #wpmem_login input[type="password"] {
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 7px 20px;
    width: 100%; }
  .wp-members-area #wpmem_reg .div_text,
  .wp-members-area #wpmem_login .div_text {
    display: inline-block; }
    .wp-members-area #wpmem_reg .div_text.tos,
    .wp-members-area #wpmem_login .div_text.tos {
      width: 100%; }
      .wp-members-area #wpmem_reg .div_text.tos input[type="checkbox"],
      .wp-members-area #wpmem_login .div_text.tos input[type="checkbox"] {
        opacity: 1;
        position: static; }
      .wp-members-area #wpmem_reg .div_text.tos a,
      .wp-members-area #wpmem_login .div_text.tos a {
        color: #000;
        text-decoration: underline; }
      .wp-members-area #wpmem_reg .div_text.tos .req,
      .wp-members-area #wpmem_login .div_text.tos .req {
        color: red; }
  .wp-members-area #wpmem_reg .button_div,
  .wp-members-area #wpmem_login .button_div {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
  .wp-members-area #wpmem_reg input[type="submit"].buttons,
  .wp-members-area #wpmem_login input[type="submit"].buttons {
    color: #fff;
    width: 100%;
    line-height: 52px; }
    .wp-members-area #wpmem_reg input[type="submit"].buttons:hover,
    .wp-members-area #wpmem_login input[type="submit"].buttons:hover {
      cursor: pointer;
      color: #000; }
  .wp-members-area #wpmem_reg .btn_black,
  .wp-members-area #wpmem_login .btn_black {
    margin: 10px; }
    .wp-members-area #wpmem_reg .btn_black:hover input[type="submit"].buttons,
    .wp-members-area #wpmem_login .btn_black:hover input[type="submit"].buttons {
      color: #000; }
  .wp-members-area #wpmem_reg .req-text,
  .wp-members-area #wpmem_login .req-text {
    display: none; }
  .wp-members-area #wpmem_msg {
    padding: 20px 0; }
  .wp-members-area .wpmem_msg {
    width: 100%;
    padding: 10px;
    background: #fff6f6;
    border: 1px solid #ffb4b4;
    text-align: left; }
    @media screen and (min-width: 37.5em) {
      .wp-members-area .wpmem_msg {
        text-align: center; } }
    .wp-members-area .wpmem_msg p {
      text-align: left; }
  .wp-members-area.login #wpmem_login .div_text {
    width: 100%; }
    @media screen and (min-width: 37.5em) {
      .wp-members-area.login #wpmem_login .div_text {
        width: calc(100% - 181px); } }
  .wp-members-area.login #wpmem_login .remember-btn {
    display: inline-block; }
  .wp-members-area.login #wpmem_login label:not(.remember-btn) {
    width: 175px;
    margin-bottom: 5px;
    margin-right: 6px; }
  .wp-members-area.edit {
    margin-bottom: 100px; }
  .wp-members-area .login-form-block a {
    color: #333;
    text-decoration: underline; }

.cancel-block .contact-txt {
  text-align: left; }

.form-radio-block .wpcf7-list-item {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 0 0 13px;
  border: 1px solid #000;
  border-radius: 30px;
  letter-spacing: 0;
  margin: 0 0 2% 0;
  display: block; }
  @media screen and (min-width: 37.5em) {
    .form-radio-block .wpcf7-list-item {
      margin: 0 0 13px 0;
      padding: 0 0 0 20px; } }
  .form-radio-block .wpcf7-list-item:nth-child(even) {
    margin-right: 0; }
  @media screen and (min-width: 37.5em) {
    .form-radio-block .wpcf7-list-item:nth-child(3) {
      margin-right: 0; } }
  .form-radio-block .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
    margin-right: 5px;
    top: 15px;
    content: '';
    background: #fff;
    border: 2px solid #333;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    border-radius: 20px; }
    @media screen and (min-width: 37.5em) {
      .form-radio-block .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label:before {
        margin-right: 10px; } }
  .form-radio-block .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #333;
    box-shadow: inset 0 0 0 1px #fff; }
  .form-radio-block .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 40px;
    display: inline-block;
    width: 100%; }

.wpcf7-submit {
  color: #fff;
  transition: color ease .3s; }

.submit-box {
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  z-index: 11; }
  .submit-box:before {
    background: #000; }
  .submit-box:hover {
    cursor: pointer; }
    .submit-box:hover .btn_black {
      color: #000; }
  .submit-box .btn_black {
    border: none;
    background: none; }

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: normal;
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap; }

div.wpcf7-response-output {
  margin: 50px 20px 0;
  padding: 10px;
  line-height: 1.8; }

.confirm-block {
  border-top: 1px solid #000;
  padding: 15px 0; }

.confirm-block {
  position: relative; }

.confirm-mail {
  position: absolute;
  background: #333;
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  line-height: 1.5;
  top: 7px;
  left: -100px; }
  .confirm-mail:after {
    content: "";
    display: inline-block;
    border: 18px solid transparent;
    border-left: 15px solid #333;
    position: absolute;
    top: 0;
    right: -33px; }

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

.confirm-ttl {
  -webkit-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px; }

.confirm-data {
  -webkit-flex-basis: calc(100% - 120px);
  -ms-flex-preferred-size: calc(100% - 120px);
  flex-basis: calc(100% - 120px); }
  .confirm-data.message {
    line-height: 2.5; }

.confirm-ttl, .confirm-data {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2; }

.thanks-section {
  padding: 200px 0 300px; }

@media screen and (max-width: 37.5em) {
  .archive-page .cat-ttl {
    margin-bottom: 0; } }

.archive-section .inner {
  max-width: 1030px; }

#result * {
  opacity: 1;
  transition: .3s; }

#result.is-loading:before {
  content: "Loading...";
  display: block; }

#result.is-loading * {
  opacity: 0; }

/*# sourceMappingURL=../maps/style.css.map */
