@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box; }

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

html {
  line-sizing: normal; }

body {
  margin: 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

img, svg, video, canvas {
  height: auto; }

audio {
  width: 100%; }

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

svg {
  overflow: hidden; }

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

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

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  list-style-position: outside; }

table {
  font-size: inherit;
  border-collapse: collapse; }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color); }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none; }

.pswp__content > * {
  pointer-events: auto; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid; }

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color); }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary); }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }

/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ リンクカラー設定 ------*/
/*------ フォント設定 ------*/
.clear {
  clear: both; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.fontXXXL {
  font-size: 146.5%; }

.gray {
  color: #999 !important; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.hidden {
  overflow: hidden; }

/* 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/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-dotted.slick-slider {
  margin-bottom: 30px; }

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

#drawer-nav {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #21445b;
  transform: translate(100%, 0);
  transition: 600ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 11; }
  #drawer-nav.is-visible {
    transform: translate(0, 0); }
  #drawer-nav ul {
    width: 100%;
    margin-top: 60px; }
    #drawer-nav ul li {
      opacity: 0;
      transform: translateX(15px); }
      #drawer-nav ul li a {
        display: block;
        padding: 8px 0 8px 30px;
        font-weight: bold;
        font-size: calc(1.5rem + ((1vw - 0.32rem) * 1.5625));
        min-height: 0vw;
        color: #fff; }
        #drawer-nav ul li a span {
          display: block;
          font-size: 1.1rem; }
        @media (min-width: 640px) {
          #drawer-nav ul li a {
            font-size: 2rem; } }

#drawer-nav.is-visible li:nth-child(1) {
  animation: fadeIn 600ms ease 35ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(2) {
  animation: fadeIn 600ms ease 70ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(3) {
  animation: fadeIn 600ms ease 105ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(4) {
  animation: fadeIn 600ms ease 140ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(5) {
  animation: fadeIn 600ms ease 175ms 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
#hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms !important;
  z-index: 12; }
  @media screen and (min-width: 960px) {
    #hamburger {
      display: none; } }
  @media screen and (max-width: 959px) {
    #hamburger {
      top: 15px;
      right: 15px; } }
  #hamburger span, #hamburger:before, #hamburger:after {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #21445b;
    border-radius: 3px; }
  #hamburger span {
    position: absolute;
    top: 50%;
    margin-top: -1px; }
  #hamburger:before, #hamburger:after {
    content: '';
    transition: 300ms !important; }
  #hamburger:before {
    top: 15px; }
  #hamburger:after {
    bottom: 15px; }
  #hamburger.is-touched span, #hamburger.is-touched:before, #hamburger.is-touched:after {
    background: #f2f2f2; }
  #hamburger.is-touched span {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  #hamburger.is-touched:before {
    margin-top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #hamburger.is-touched:after {
    margin-bottom: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#global-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  width: 100%;
  padding: 30px 60px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }
  @media (max-width: 959px) {
    #global-header {
      padding: 15px; } }
  #global-header h1 {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    #global-header h1 a {
      display: block; }

#global-nav {
  margin-left: auto; }
  @media (max-width: 959px) {
    #global-nav {
      display: none; } }
  #global-nav ul {
    display: flex; }
  #global-nav li {
    position: relative; }
    #global-nav li:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: inherit;
      width: 0%;
      -webkit-transition: width .4s ease;
      -moz-transition: width .4s ease;
      -o-transition: width .4s ease;
      -ms-transition: width .4s ease;
      transition: width .4s ease; }
    #global-nav li:hover:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      border-bottom: 1px #21445b solid; }
    #global-nav li + li {
      margin-left: clamp(30px, 60px, 60px); }
    #global-nav li a {
      display: block;
      text-align: center;
      color: #21445b;
      font-weight: bold;
      letter-spacing: 2;
      line-height: 1.8; }
      #global-nav li a span {
        display: block;
        font-size: 1.1rem;
        font-weight: normal;
        color: #000; }

#logo a, #logo-footer a {
  display: block;
  width: 120px;
  height: 65px;
  background: url(../../images/logo_zop.svg) no-repeat center center;
  background-size: 120px 65px; }
  @media (max-width: 959px) {
    #logo a, #logo-footer a {
      width: 80px;
      height: 43px;
      background-size: 80px 43px; } }

#hero {
  position: relative;
  overflow: hidden; }
  @media (min-width: 320px) {
    #hero {
      width: 100%;
      margin-top: 73px; } }
  @media (min-width: 960px) {
    #hero {
      width: 100%;
      margin: 0; } }
  #hero video {
    width: 100%; }
  #hero #images div {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 320px) {
      #hero #images div {
        background-position: center top; } }
    @media (min-width: 960px) {
      #hero #images div {
        background-position: left top; } }
    @media (min-width: 320px) {
      #hero #images div {
        height: calc(100vh - 73px);
        height: calc(100dvh - 73px); } }
    @media (min-width: 960px) {
      #hero #images div {
        height: 100%; } }

#catchphrase {
  position: absolute;
  z-index: 1; }
  @media (min-width: 320px) {
    #catchphrase {
      width: 100%;
      bottom: 120px;
      left: -15px; }
      #catchphrase h2 {
        margin-bottom: 15px; } }
  @media (min-width: 640px) {
    #catchphrase {
      bottom: 60px;
      left: -15px; }
      #catchphrase h2 {
        margin-bottom: 30px; } }
  @media (min-width: 960px) {
    #catchphrase {
      bottom: 60px;
      left: -60px; }
      #catchphrase h2 {
        margin-bottom: 30px; } }
  #catchphrase > div {
    min-height: 0vw;
    font-size: calc(1.1rem + ((1vw - 0.32rem) * 2.4554));
    font-weight: bold;
    min-height: 0vw;
    color: #fff; }
    @media (min-width: 768px) {
      #catchphrase > div {
        font-size: 2.2rem; } }

.txt-body h4 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8; }
@media (max-width: 767px) {
  .txt-body br {
    display: none; } }

.reverse {
  flex-direction: row-reverse; }

.cat-header, #company .page-header {
  position: relative;
  margin-bottom: 60px;
  padding-left: 30px;
  line-height: 1; }
  .cat-header:before, #company .page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px #21445b solid;
    height: 100%; }
  .cat-header .cat-title, #company .page-header .cat-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: calc(3.6rem + ((1vw - 0.32rem) * 3.3482));
    color: #21445b;
    min-height: 0vw; }
    @media (min-width: 768px) {
      .cat-header .cat-title, #company .page-header .cat-title {
        font-size: 5.1rem; } }
  .cat-header > div, #company .page-header > div {
    font-size: 1.4rem; }

.txt-body {
  line-height: 2.6; }

.fade {
  opacity: 0; }

.fade-in {
  animation: fadeIn 1000ms cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
/* ------------------------------

Purpose（目標・目的）

------------------------------ */
#purpose {
  position: relative;
  padding: 60px 0 180px; }
  #purpose:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #298086;
    background: linear-gradient(-45deg, #298086 0%, #21445b 50%);
    z-index: -1; }
  @media (min-width: 320px) {
    #purpose .flex > div, #purpose .flex > figure {
      width: 100%; } }
  @media (min-width: 960px) {
    #purpose .flex {
      justify-content: space-around; }
      #purpose .flex > div, #purpose .flex > figure {
        width: 50%; } }
  #purpose .cat-header, #purpose #company .page-header, #company #purpose .page-header,
  #purpose .txt-body {
    color: #fff; }
  #purpose .cat-header:before, #purpose #company .page-header:before, #company #purpose .page-header:before {
    border-left: 1px #fff solid; }
  #purpose .cat-header h3, #purpose #company .page-header h3, #company #purpose .page-header h3 {
    color: #fff; }
  @media (max-width: 960px) {
    #purpose .txt-body {
      margin-bottom: 60px; } }
  @media (min-width: 960px) {
    #purpose .txt-body {
      padding-right: 60px; } }
  #purpose .txt-body p {
    font-weight: bold; }
  #purpose figure {
    text-align: center; }
    @media (min-width: 960px) {
      #purpose figure {
        margin-top: -120px; } }
    #purpose figure img {
      display: inline;
      width: 100%;
      max-width: 640px;
      height: auto; }

/* ------------------------------

Message（メッセージ）

------------------------------ */
#message {
  position: relative;
  margin-top: -120px;
  padding: 120px 0; }
  #message:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #f2f2f2;
    z-index: -1; }
  @media (max-width: 768px) {
    #message .reverse {
      flex-direction: row; } }
  @media (min-width: 320px) {
    #message {
      padding: 60px 0 30px; }
      #message:after {
        width: calc(100% - 30px);
        margin-left: 30px; } }
  @media (min-width: 960px) {
    #message {
      padding: 120px 0; }
      #message:after {
        width: calc(100% - 60px);
        margin-left: 60px; } }
  @media (min-width: 320px) {
    #message .flex > div, #message .flex > figure {
      width: 100%; }
    #message .flex > div {
      margin-bottom: 30px;
      padding: 0 30px 0 60px; }
    #message .flex > figure {
      margin-left: -30px; } }
  @media (min-width: 960px) {
    #message .flex {
      justify-content: space-around; }
      #message .flex > div {
        width: 60%;
        padding: 60px 0 0 0; }
      #message .flex > figure {
        width: 40%;
        margin-left: -120px; } }
  #message .txt-body p {
    font-weight: bold; }
  #message h4 {
    color: #21445b; }
    @media (max-width: 1170px) {
      #message h4 br {
        display: none; } }

/* ------------------------------

Our Business（事業紹介）

------------------------------ */
#business {
  position: relative; }
  #business:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 60%;
    background: #21445b;
    background: linear-gradient(-45deg, #298086 0%, #21445b 50%);
    z-index: -1; }
  @media (min-width: 320px) {
    #business {
      padding: 60px 0; }
      #business:after {
        top: 12%;
        height: 88%; }
      #business .flex > div {
        margin-bottom: 30px; }
        #business .flex > div:last-child {
          margin-bottom: 0; } }
  @media (min-width: 960px) {
    #business {
      padding: 120px 0; }
      #business:after {
        top: 30%;
        height: 70%; }
      #business .flex {
        justify-content: space-between; }
        #business .flex > div {
          width: 32%;
          margin-bottom: 0; } }
  #business .flex figure {
    overflow: hidden; }
    #business .flex figure div {
      transform: scale(1.4); }
    #business .flex figure img {
      width: 100%;
      height: auto; }
  #business .flex > div {
    background: #fff; }
  #business h4 {
    margin-bottom: 0;
    padding: 30px 30px 0 30px;
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.4464));
    min-height: 0vw;
    color: #21445b; }
    @media (min-width: 768px) {
      #business h4 {
        font-size: 2.0rem; } }
    #business h4 + div {
      padding: 30px;
      line-height: 1.8; }

/* ------------------------------

会社概要

------------------------------ */
#company-overview {
  position: relative;
  padding: 90px 30px;
  background: #f2f2f2 url(../../images/image_company.jpg) no-repeat center center;
  background-size: cover; }
  #company-overview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); }
  #company-overview h3 {
    margin-bottom: 30px;
    color: #21445b;
    font-weight: bold;
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 1.3393));
    min-height: 0vw;
    line-height: 1.8;
    text-align: center; }
    @media (max-width: 767px) {
      #company-overview h3 br {
        display: none; } }
    @media (min-width: 768px) {
      #company-overview h3 {
        font-size: 2.4rem; } }

.btn {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  background: #21445b;
  transition: 300ms !important; }
  .btn:hover {
    transform: scale(0.95); }
  .btn a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff !important; }
    .btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      width: 14px;
      height: 8px;
      background: url(../../images/arrow.svg) no-repeat center center;
      background-size: 14px 8px;
      transform: translate(0, -50%) rotate(90deg); }

/* ------------------------------

会社概要（詳細）

------------------------------ */
@media (min-width: 320px) {
  #company {
    padding-top: 73px; } }
@media (min-width: 768px) {
  #company {
    padding-top: 125px; } }
#company .page-header {
  margin-top: 60px; }
#company address {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-style: normal;
  border-bottom: 1px #ccc solid; }

.access {
  margin-top: 15px; }
  .access h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #21445b;
    border-bottom: 1px #21445b solid; }
  .access dt {
    font-weight: bold; }
  .access dd:not(:last-of-type) {
    margin-bottom: 10px; }

.tbl {
  width: 100%; }
  @media (max-width: 767px) {
    .tbl {
      border-top: 1px #21445b solid;
      border-left: 1px #21445b solid; } }
  .tbl th,
  .tbl td {
    vertical-align: middle; }
    @media (min-width: 768px) {
      .tbl th,
      .tbl td {
        border: 1px #21445b solid; } }
    @media (max-width: 767px) {
      .tbl th,
      .tbl td {
        display: block;
        width: 100%;
        border-right: 1px #21445b solid;
        border-bottom: 1px #21445b solid; } }
  .tbl th {
    position: relative;
    padding: 30px;
    font-weight: normal;
    white-space: nowrap;
    font-weight: bold;
    color: #21445b;
    background: #f2f2f2; }
    @media (min-width: 768px) {
      .tbl th {
        text-align: right; } }
    @media (max-width: 767px) {
      .tbl th {
        text-align: left;
        background: #f2f2f2; } }
  .tbl td {
    padding: 30px; }
    .tbl td .map {
      border: 1px #21445b solid; }

@media (min-width: 320px) {
  #global-footer {
    padding: 30px 15px; } }
@media (min-width: 640px) {
  #global-footer {
    padding: 60px 30px; } }
#global-footer.flex {
  align-items: center; }
#global-footer small {
  display: block;
  margin-left: auto;
  font-size: 1.1rem; }
  @media (max-width: 374px) {
    #global-footer small {
      font-size: 1rem; } }

#logo-footer a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }
  @media (max-width: 374px) {
    #logo-footer a {
      width: 40px;
      height: 22px;
      background-size: 40px 22px; } }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff; }
  #loading #loading_text {
    width: 150px;
    height: 81px; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: 300ms !important;
    z-index: -1; }
  body.is-shadow:after {
    opacity: 1;
    z-index: 10; }

a:link,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-touch-callout: none; }

a:hover,
a:active {
  text-decoration: none; }

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1; }

.inner {
  margin: 0 auto; }
  @media (min-width: 320px) {
    .inner {
      width: calc(100% - 60px); } }
  @media (min-width: 768px) {
    .inner {
      width: calc(100% - 120px); } }

.flex {
  display: flex;
  flex-wrap: wrap; }

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