@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1059px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

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

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
/**************************************************/
/* animations アニメーションのスタイルを定義 */
/**************************************************/
[data-trigger].-invisible {
  opacity: 0;
}
[data-trigger].-visible {
  opacity: 1;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeIn].-invisible {
  opacity: 0;
}
[data-trigger=fadeIn].-visible {
  opacity: 1;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeInUp].-invisible {
  transform: translateY(40px);
}
[data-trigger=fadeInUp].-visible {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transform: translateY(0);
}

[data-trigger=fadeInLeft].-invisible {
  transform: translateX(-40px);
}
[data-trigger=fadeInLeft].-visible {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transform: translateX(0);
}

.box[data-trigger=custom].-invisible {
  opacity: 1;
  transform: rotate(360deg);
}
.box[data-trigger=custom].-visible {
  transition: transform 1s ease-in-out;
  transform: rotate(0deg);
}

.-delay1 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.-delay2 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.-delay3 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.-delay4 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.-delay5 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.-delay6 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.-delay7 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.-delay8 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.-delay9 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.-delay10 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

/**************************************************/
/* base */
/**************************************************/
html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  min-width: 375px;
  padding: 0px;
  color: #333;
  line-height: 1.5;
  overflow-X: hidden;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body,
input,
textarea {
  font-size: 16px;
}

body > .inbox {
  overflow-x: hidden;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
._ios a:hover {
  opacity: 1;
}

em {
  font-style: normal;
}

a.-telink {
  cursor: default;
  opacity: 1 !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
body > .inbox {
  padding-top: 80px;
}
@media (max-width: 1059px) {
  body > .inbox {
    padding-top: 56px;
  }
}

.l-page-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l-bc-nav {
  position: relative;
  background: #EEE;
}

.c-bc-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
}
.c-bc-list > li {
  position: relative;
  padding: 0.5em;
  font-size: 1.2rem;
  line-height: 1;
}
.c-bc-list > li:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.c-bc-list > li:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: -0.15em;
  margin-top: -0.5em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 1.6rem;
}
.c-bc-list > li a {
  display: block;
  color: #006992;
}
@media (max-width: 767px) {
  .c-bc-list {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-bc-list > li {
    font-size: 1rem;
  }
  .c-bc-list > li:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
  }
}

.l-header {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.l-header.-static {
  position: static;
  margin-top: -80px;
}
.l-header > .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1059px) {
  .l-header {
    height: 56px;
  }
  .l-header > .inner {
    padding: 2px 15px;
  }
}

.c-header-logo {
  margin: 0;
  padding: 11px 0 11px 0;
  color: #000;
  line-height: 0;
}
.c-header-logo > a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1059px) {
  .c-header-logo {
    width: 90px;
    padding: 0;
  }
}

.c-menuBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.c-menuBtn > .bar {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
}
.c-menuBtn > .bar, .c-menuBtn > .bar::before, .c-menuBtn > .bar::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #006992;
  border-radius: 2px;
  content: "";
  transition: all 0.2s ease-out;
}
.c-menuBtn > .bar::before {
  top: -8px;
}
.c-menuBtn > .bar::after {
  top: 8px;
}
.c-menuBtn.-open {
  background: #fff;
}
.c-menuBtn.-open > .bar {
  background-color: transparent;
}
.c-menuBtn.-open > .bar::before {
  background-color: #006992;
  top: 0;
  transform: rotate(135deg);
}
.c-menuBtn.-open > .bar::after {
  background-color: #006992;
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 1059px) {
  .c-menuBtn {
    display: block;
  }
}

.l-global-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0 auto 90px;
  line-height: 1;
  height: 100%;
}
@media (max-width: 1059px) {
  .l-global-nav {
    display: none;
  }
}

.c-gnav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 18px 0 18px 18px;
}
.c-gnav-list > li {
  position: relative;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}
.c-gnav-list > li > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 1em;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1156px) {
  .c-gnav-list > li > .btn {
    padding: 1em 1.124567474vw;
  }
}
.c-gnav-list > li > .btn:hover:after, .c-gnav-list > li > .btn.-current:after {
  content: "";
  display: block;
  background: #006992;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 2px;
}
.c-gnav-list li.-contact {
  padding-left: 30px;
}
.c-gnav-list li.-contact > .btn {
  min-width: 170px;
  background-color: #006992;
  border: 1px solid #006992;
  color: #fff;
  border-radius: 25px;
}
.c-gnav-list li.-contact > .btn:hover {
  background-color: #fff;
  border: 1px solid #006992;
  color: #006992;
  transition: all 0.3s ease;
}
.c-gnav-list li.-contact > .btn:hover:after, .c-gnav-list li.-contact > .btn.-current:after {
  background: none;
}
@media (max-width: 1156px) {
  .c-gnav-list li.-contact > .btn {
    min-width: 14.7058823529vw;
  }
}

.c-gnav-secondary {
  display: none;
  position: absolute;
  bottom: -18px;
  transform: translateY(100%);
  background: rgba(238, 238, 238, 0.9);
  padding: 4px 20px;
}
.c-gnav-secondary > li {
  position: relative;
  min-width: 200px;
  text-align: left;
  list-style-type: none;
  letter-spacing: 0;
  padding: 18px 0;
}
.c-gnav-secondary > li > a {
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
}
.c-gnav-secondary > li:after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 1.1rem;
  color: #006992;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: -0.2em;
  left: auto;
  width: 1em;
}
.c-gnav-secondary > li:first-child {
  border-bottom: 1px solid #CCC;
}

.l-sp-nav {
  display: none;
  position: fixed;
  top: 56px;
  right: 0;
  width: 100%;
  height: calc(100% - 56px);
  background: rgba(221, 221, 221, 0.8);
  z-index: 100;
}
.l-sp-nav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-sp-nav > .container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1060px) {
  .l-sp-nav {
    display: none !important;
  }
}

.c-spnav-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background: #fff;
  color: #006992;
}
.c-spnav-list > li {
  position: relative;
}
.c-spnav-list > li:first-child {
  border-top: 1px solid #DDD;
}
.c-spnav-list > li:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.c-spnav-list > li.-reverse {
  margin: 0 auto;
  padding: 15px 0;
  width: 200px;
}
.c-spnav-list > li.-reverse > .btn {
  background-color: #006992;
  border: 1px solid #006992;
  color: #fff;
  text-align: center;
  padding: 0.8em 1em;
  border-radius: 100px;
}
.c-spnav-list > li.-reverse > .btn:hover {
  background-color: #fff;
  border: 1px solid #006992;
  color: #006992;
  transition: all 0.3s ease;
}
.c-spnav-list > li.-reverse > .btn:hover:after {
  display: none;
}
.c-spnav-list > li a {
  display: block;
  padding: 20px 15px;
  color: inherit;
  text-decoration: none;
}
.c-spnav-list > li a:after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  color: #006992;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: 1.4em;
  left: auto;
  width: 1em;
}

.l-footer {
  position: relative;
  background-color: #000;
  z-index: 5;
}
.l-footer > .inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer > .inner > .copyright {
  margin: 0;
  padding: 15px 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footer-gallery .swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.footer-gallery .swiper-slide > .image > img {
  width: 100%;
}

.footer-section > .inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 68px 15px 50px;
}
@media (max-width: 1059px) {
  .footer-section > .inner {
    padding: 40px 15px;
  }
}

.footer-contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.footer-contact > .company > .name {
  font-size: 1.8rem;
  margin: 0;
}
.footer-contact > .company > .address a {
  text-decoration: none;
  color: inherit;
}
.footer-contact > .company > .sns {
  display: flex;
  gap: 0.8em;
  place-items: center;
  padding-left: 0;
  list-style: none;
}
.footer-contact > .company > .sns > .item > .btn.-x > img {
  transform: scale(0.9);
}
.footer-contact > .company > .btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 1em 3em 1em;
  border-radius: 50px;
  background-color: #006992;
  border: 1px solid #006992;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 300px;
}
.footer-contact > .company > .btn:hover {
  background-color: #fff;
  border: 1px solid #006992;
  color: #006992;
  transition: all 0.3s ease;
}
@media (max-width: 1059px) {
  .footer-contact > .company > .btn {
    font-size: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
  }
}
.footer-contact > .map {
  flex-shrink: 0;
  width: 50%;
  margin-top: 30px;
}
.footer-contact > .map > iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 1059px) {
  .footer-contact > .company > .name {
    font-size: 1.6rem;
  }
  .footer-contact > .company > .address {
    font-size: 1.4rem;
  }
  .footer-contact > .company > .btn {
    display: inherit;
    margin: 0 auto;
    width: 200px;
  }
}
@media (max-width: 599px) {
  .footer-contact {
    display: block;
  }
  .footer-contact > .map {
    display: none;
  }
}

.fnav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
  margin: 30px -15px -15px;
}
.fnav-list > li {
  padding: 15px;
}
.fnav-list > li a.btn {
  text-decoration: none;
  color: #333;
}
@media (max-width: 1059px) {
  .fnav-list {
    display: none;
  }
}

.footerFixed-contents {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  z-index: 10;
  transition: all 0.7s ease;
}
.footerFixed-contents.-hidden {
  bottom: -10px;
  opacity: 0;
  transform: translateY(100%);
}
.footerFixed-contents .btnCover {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.footerFixed-contents .btnCover .employment {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  max-width: 300px;
  width: calc(50% - 15px);
  margin-right: 30px;
  padding: 22px 15px;
  border-radius: 50px;
  border: 2px solid #006992;
  background-color: #fff;
  color: #006992;
  font-size: 1.6rem;
}
@media (max-width: 1059px) {
  .footerFixed-contents .btnCover .employment {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footerFixed-contents .btnCover .employment {
    margin-right: 3.9113428944vw;
    padding: 2.8683181226vw 1.9556714472vw;
  }
}
.footerFixed-contents .btnCover .contact {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  max-width: 300px;
  width: calc(50% - 15px);
  padding: 22px 15px;
  border-radius: 50px;
  background-color: #006992;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 1059px) {
  .footerFixed-contents .btnCover .contact {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footerFixed-contents .btnCover .contact {
    padding: 2.8683181226vw 1.9556714472vw;
  }
}

.page-header {
  position: relative;
  height: 324px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-header {
    height: 56.2666666667vw;
  }
}
@media (max-width: 375px) {
  .page-header {
    height: 195px;
  }
}
.page-header > .textarea {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  z-index: 1;
}
.page-header > .textarea > .title {
  margin: 1em 10px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.page-header > .textarea > .title > .main {
  display: block;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #006992;
  font-weight: 500;
}
.page-header > .textarea > .title > .sub {
  display: block;
  margin-top: 0.7em;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-header > .textarea > .title > .main {
    font-size: 3.2rem;
  }
  .page-header > .textarea > .title > .sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .page-header > .textarea > .title > .main {
    font-size: 2.8rem;
  }
  .page-header > .textarea > .title > .sub {
    font-size: 1.2rem;
  }
}
.page-header > .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 324px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-header > .bgimg {
    height: 56.2666666667vw;
  }
}
@media (max-width: 375px) {
  .page-header > .bgimg {
    height: 195px;
  }
}
.page-header > .bgimg > img {
  width: 100%;
  height: 324px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-header > .bgimg > img {
    min-height: 0;
    height: 56.2666666667vw;
  }
}
@media (max-width: 375px) {
  .page-header > .bgimg > img {
    height: 195px;
  }
}
.page-header > .bgimg > img.-centerAll {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.page-header > .bgimg > img.-centerHorizontal {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.page-header > .bgimg > img.-centerVertical {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.page-header > .bgimg > img.-fitTop {
  top: 0;
  bottom: auto;
}
.page-header > .bgimg > img.-fitBottom {
  top: auto;
  bottom: 0;
}
.page-header > .bgimg > img.-fitLeft {
  left: 0;
  right: auto;
}
.page-header > .bgimg > img.-fitRight {
  left: auto;
  right: 0;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-text-a {
  margin-top: 1.25em;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.c-text-a:first-child, .c-text-a.-firstChild {
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  .c-text-a {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.c-text-a .left {
  display: block;
  text-align: left;
}
.c-text-a .center {
  display: block;
  text-align: center;
}
.c-text-a .right {
  display: block;
  text-align: right;
}

.c-text-b {
  margin-top: 1.875em;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.c-text-b:first-child, .c-text-b.-firstChild {
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  .c-text-b {
    margin-top: 1.25em;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-text-b br {
    display: none;
  }
}
.c-text-b .left {
  display: block;
  text-align: left;
}
.c-text-b .center {
  display: block;
  text-align: center;
}
.c-text-b .right {
  display: block;
  text-align: right;
}

.c-heading-a {
  position: relative;
  margin: 0;
  text-align: center;
}
.c-heading-a:not(:first-child, .-firstChild, .-onHeading) {
  margin-top: 90px;
}
.c-heading-a.-onHeading {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .c-heading-a:not(:first-child, .-firstChild, .-onHeading) {
    margin: 11.7340286832vw 0 0;
  }
  .c-heading-a.-onHeading {
    margin: 3.9113428944vw 0 0;
  }
}
.c-heading-a > .main {
  display: block;
  font-size: 3.7rem;
  line-height: 1.4;
  font-weight: 700;
  color: #006992;
}
.c-heading-a > .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1059px) {
  .c-heading-a > .main {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .c-heading-a > .main {
    font-size: 3rem;
  }
  .c-heading-a > .sub {
    font-size: 1.2rem;
  }
}

.c-heading-b {
  margin: 0;
}
.c-heading-b:not(:first-child, .-firstChild, .-onHeading) {
  margin: 100px 0 0;
}
.c-heading-b.-onHeading {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .c-heading-b:not(:first-child, .-firstChild, .-onHeading) {
    margin: 13.037809648vw 0 0;
  }
  .c-heading-b.-onHeading {
    margin: 3.9113428944vw 0 0;
  }
}
.c-heading-b > .main {
  display: block;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1059px) {
  .c-heading-b > .main {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .c-heading-b > .main {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.c-heading-b > .sub {
  display: none;
}

.c-heading-c {
  margin: 0;
  font-size: 2.4rem;
  color: #006992;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.c-heading-c:not(:first-child, .-firstChild, .-onHeading) {
  margin: 40px 0 0;
}
.c-heading-c.-onHeading {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .c-heading-c:not(:first-child, .-firstChild, .-onHeading) {
    margin: 5.2151238592vw 0 0;
  }
  .c-heading-c.-onHeading {
    margin: 3.9113428944vw 0 0;
  }
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 2rem;
  }
}

.c-heading-d {
  margin: 0;
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-heading-d:not(:first-child, .-firstChild) {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .c-heading-d:not(:first-child, .-firstChild, .-onHeading) {
    margin: 13.037809648vw 0 0;
  }
}
@media (max-width: 1059px) {
  .c-heading-d {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .c-heading-d {
    font-size: 2rem;
    padding-left: 10px;
  }
}

.c-heading-e {
  margin: 0;
}
.c-heading-e:not(:first-child, .-firstChild) {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .c-heading-e:not(:first-child, .-firstChild, .-onHeading) {
    margin: 13.037809648vw 0 0;
  }
}
.c-heading-e > .main {
  display: block;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1059px) {
  .c-heading-e > .main {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .c-heading-e > .main {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.c-heading-e > .sub {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1059px) {
  .c-heading-e > .sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-heading-e > .sub {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}

.c-link-pdf {
  position: relative;
}
.c-link-pdf::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.5em;
}

.c-link-external {
  position: relative;
}
.c-link-external::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
}

.c-btn-cover {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-btn-cover {
    margin-top: 10.4302477184vw;
  }
}
.c-btn-cover:first-child, .c-btn-cover.-firstChild {
  margin-top: 0;
}
.c-btn-cover.-onHeading {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-btn-cover.-onHeading {
    margin-top: 6.518904824vw;
  }
}
.c-btn-cover.-left {
  text-align: left;
}
.c-btn-cover.-center {
  text-align: center;
}
.c-btn-cover.-right {
  text-align: right;
}

.c-btn-a {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  min-width: 360px;
  padding: 1.4em 3em 1.4em;
  border-radius: 50px;
  background-color: #006992;
  border: 2px solid #006992;
  color: #fff;
  font-size: 2.1rem;
  transition: all 0.3s ease;
  font-weight: 600;
}
.c-btn-a.-noclick {
  cursor: default;
}
.c-btn-a.-arrowUp::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-a.-arrowRight::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-a.-arrowDown::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-a.-arrowLeft::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-a.-external::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 400;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-a:hover {
  background-color: #fff;
  border: 2px solid #006992;
  color: #006992;
  opacity: 1;
}
@media (max-width: 1059px) {
  .c-btn-a {
    font-size: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 400px) {
  .c-btn-a {
    min-width: 90%;
  }
}

.c-btn-b {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 1em 3em 1em;
  border-radius: 50px;
  border: 2px solid #006992;
  background-color: #fff;
  color: #006992;
  font-size: 1.6rem;
}
.c-btn-b.-noclick {
  cursor: default;
}
.c-btn-b.-arrowUp::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-b.-arrowRight::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-b.-arrowDown::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-b.-arrowLeft::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
.c-btn-b.-external::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 400;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1em;
  left: auto;
  width: 1em;
}
@media (max-width: 1059px) {
  .c-btn-b {
    font-size: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
  }
}

.c-list-0 {
  margin-top: 1.875em;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-list-0 {
    margin-top: 1.25em;
  }
}
.c-list-0 > li {
  text-align: left;
}

.c-list-0-indention {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 1.875em;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
.c-list-0-indention > * {
  text-indent: 0;
}
@media (max-width: 767px) {
  .c-list-0-indention {
    margin-top: 1.25em;
  }
}
.c-list-0-indention > li {
  text-align: left;
}

.c-list-0-indention1 {
  margin-top: 1.875em;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-list-0-indention1 {
    margin-top: 1.25em;
  }
}
.c-list-0-indention1 > li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.c-list-0-disc {
  padding-left: 1.5em;
  list-style: disc;
  margin-top: 1.875em;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-list-0-disc {
    margin-top: 1.25em;
  }
}
.c-list-0-disc > li {
  text-align: left;
}

.c-list-0-disc-center {
  display: table;
  margin-top: 1.875em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-list-0-disc-center {
    margin-top: 1.25em;
  }
}
.c-list-0-disc-center > li {
  text-align: left;
}

.c-list-0-center {
  display: table;
  margin-top: 1.875em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-left: 0;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-list-0-center {
    margin-top: 1.25em;
  }
}
.c-list-0-center > li {
  text-align: left;
}

.c-order-0 {
  margin-top: 1.875em;
  margin-bottom: 0;
  padding-left: 1.5em;
  list-style: decimal;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-order-0 {
    margin-top: 1.25em;
  }
}
.c-order-0 > li {
  text-align: left;
}

.c-order-0-center {
  display: table;
  margin-top: 1.875em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  list-style: decimal;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-order-0-center {
    margin-top: 1.25em;
  }
}
.c-order-0-center > li {
  text-align: left;
}

div[class^=column-table-]:not(.-nobg) {
  padding: 20px 60px;
  background: #F2F7F9;
}
@media only screen and (max-width: 1060px) {
  div[class^=column-table-]:not(.-nobg) {
    padding: 1.8867924528vw 5.6603773585vw;
  }
}
div[class^=column-table-] .entry-container table:not(.c-table-a) {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th, div[class^=column-table-] .entry-container table:not(.c-table-a) td {
  padding: 1em;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th.-txtl, div[class^=column-table-] .entry-container table:not(.c-table-a) td.-txtl {
  text-align: left;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th.-txtc, div[class^=column-table-] .entry-container table:not(.c-table-a) td.-txtc {
  text-align: center;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th.-txtr, div[class^=column-table-] .entry-container table:not(.c-table-a) td.-txtr {
  text-align: right;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th.-top, div[class^=column-table-] .entry-container table:not(.c-table-a) td.-top {
  vertical-align: top;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th.-nobg, div[class^=column-table-] .entry-container table:not(.c-table-a) td.-nobg {
  background-color: transparent;
}
div[class^=column-table-] .entry-container table:not(.c-table-a) th {
  background-color: #EEE;
  white-space: nowrap;
}
div[class^=column-table-] .entry-container table:not(.c-table-a).-nobg th, div[class^=column-table-] .entry-container table:not(.c-table-a).-nobg td {
  background: none;
}
@media (max-width: 767px) {
  div[class^=column-table-] .entry-container table:not(.c-table-a).-block {
    display: block;
  }
  div[class^=column-table-] .entry-container table:not(.c-table-a).-block tbody, div[class^=column-table-] .entry-container table:not(.c-table-a).-block tr, div[class^=column-table-] .entry-container table:not(.c-table-a).-block th, div[class^=column-table-] .entry-container table:not(.c-table-a).-block td {
    display: block;
  }
  div[class^=column-table-] .entry-container table:not(.c-table-a).-block th, div[class^=column-table-] .entry-container table:not(.c-table-a).-block td {
    border: none;
  }
  div[class^=column-table-] .entry-container table:not(.c-table-a).-block th {
    background-color: #EEE;
  }
}

.c-table-a {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.c-table-a tr {
  position: relative;
}
.c-table-a tr:not(:first-child) {
  border-top: 1px solid #CCC;
}
.c-table-a th, .c-table-a td {
  padding: 45px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
}
@media only screen and (max-width: 1060px) {
  .c-table-a th, .c-table-a td {
    padding: 4.2452830189vw;
  }
}
@media (max-width: 767px) {
  .c-table-a th, .c-table-a td {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .c-table-a th, .c-table-a td {
    padding: 15px;
  }
}
.c-table-a th.-txtl, .c-table-a td.-txtl {
  text-align: left;
}
.c-table-a th.-txtc, .c-table-a td.-txtc {
  text-align: center;
}
.c-table-a th.-txtr, .c-table-a td.-txtr {
  text-align: right;
}
.c-table-a th.-top, .c-table-a td.-top {
  vertical-align: top;
}
.c-table-a th {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  vertical-align: middle;
}
.c-table-a.-nobg th, .c-table-a.-nobg td {
  background: none;
}
@media (max-width: 767px) {
  .c-table-a.-block {
    display: block;
  }
  .c-table-a.-block tbody, .c-table-a.-block tr, .c-table-a.-block th, .c-table-a.-block td {
    display: block;
  }
  .c-table-a.-block th, .c-table-a.-block td {
    border: none;
  }
  .c-table-a.-block th {
    background-color: #EEE;
  }
}

.c-video-a {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-video-a {
    margin-top: 7.8226857888vw;
  }
}

.c-link-card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  position: relative;
  min-height: 360px;
}
.c-link-card:not(:first-child, .-firstChild, .-onHeading) {
  margin-top: 100px;
}
.c-link-card.-onHeading {
  margin-top: 40px;
}
@media (max-width: 1059px) {
  .c-link-card {
    display: block;
    align-items: flex-start;
  }
  .c-link-card:not(:first-child, .-firstChild, .-onHeading) {
    margin-top: 13.037809648vw;
  }
  .c-link-card.-onHeading {
    margin-top: 5.2151238592vw;
  }
}
.c-link-card > .detail {
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 490px;
  padding: 22px 30px 30px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1059px) {
  .c-link-card > .detail {
    margin: -50px 0 0;
  }
}
@media only screen and (max-width: 720px) {
  .c-link-card > .detail {
    margin: -6.9444444444vw 0 0;
  }
}
@media (max-width: 599px) {
  .c-link-card > .detail {
    width: 81.6666666667vw;
    padding: 15px 20px 20px;
  }
}
@media only screen and (max-width: 375px) {
  .c-link-card > .detail {
    width: 306px;
  }
}
.c-link-card > .detail > .title, .c-link-card > .detail .subTitle {
  text-align: center;
}
.c-link-card > .detail > .title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
}
.c-link-card > .detail > .subTitle {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.c-link-card > .detail > .text {
  margin: 0.6em 0 0;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 1059px) {
  .c-link-card > .detail > .title {
    font-size: 2rem;
  }
  .c-link-card > .detail > .subTitle {
    font-size: 1.6rem;
  }
  .c-link-card > .detail > .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .c-link-card > .detail > .title {
    font-size: 1.7rem;
  }
  .c-link-card > .detail > .subTitle {
    font-size: 1.4rem;
  }
  .c-link-card > .detail > .text {
    font-size: 1.2rem;
  }
}
.c-link-card > .detail > .btnCover {
  display: inline-block;
  margin-top: 1em;
  margin-left: 100%;
  margin-right: -100%;
  transform: translateX(-100%);
}
.c-link-card > .detail > .btnCover > .click {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 5em), -50%);
  color: #333;
  letter-spacing: 2px;
  z-index: 2;
}
@media (max-width: 599px) {
  .c-link-card > .detail > .btnCover > .click {
    font-size: 1.4rem;
    transform: translate(calc(-100% - 2em), -50%);
  }
}
.c-link-card > .detail > .btnCover > .click::after {
  content: "";
  display: block;
  position: absolute;
  width: 6em;
  height: 1px;
  background-color: #333;
  left: 3em;
  top: 50%;
  transform: translateY(-50%);
  animation-name: clickLine;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes clickLine {
  0% {
    width: 0px;
  }
  100% {
    width: 6em;
  }
}
@media (max-width: 599px) {
  .c-link-card > .detail > .btnCover > .click::after {
    width: 3em;
  }
  @keyframes clickLine {
    0% {
      width: 0px;
    }
    100% {
      width: 3em;
    }
  }
}
.c-link-card > .detail > .btnCover > .btn {
  display: inline-block;
  position: relative;
  padding: 3px 30px;
  border: 1px solid #006992;
  font-size: 1.6rem;
  text-decoration: none;
  color: #006992;
  transition: all 0.3s ease;
}
.c-link-card > .detail > .btnCover > .btn:hover {
  background-color: #006992;
  color: #fff;
  opacity: 1;
}
@media (max-width: 599px) {
  .c-link-card > .detail > .btnCover > .btn {
    font-size: 1.2rem;
  }
  .c-link-card > .detail > .btnCover > .btn > .bold {
    font-size: 1.4rem;
  }
}
.c-link-card > .image {
  position: absolute;
}
@media (max-width: 1059px) {
  .c-link-card > .image {
    position: static;
    text-align: right;
  }
}
.c-link-card > .image > img {
  width: 500px;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 599px) {
  .c-link-card > .image > img {
    width: 83.3333333333vw;
    height: 60vw;
  }
}
@media (max-width: 375px) {
  .c-link-card > .image > img {
    width: 312px;
  }
}
.c-link-card:not(.-reverse) > .image {
  right: 0;
}
@media (max-width: 1059px) {
  .c-link-card:not(.-reverse) > .image {
    margin-left: auto;
  }
}
.c-link-card.-reverse {
  justify-content: flex-end;
}
.c-link-card.-reverse > .image {
  left: 0;
  text-align: left;
}
@media (max-width: 1059px) {
  .c-link-card.-reverse > .detail {
    margin-left: auto;
  }
}

.c-anchorLink-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 20px -20px -20px;
}
@media (max-width: 1060px) {
  .c-anchorLink-list {
    margin: 20px -1.8867924528vw -1.8867924528vw;
  }
}
.c-anchorLink-list > .item {
  padding: 20px;
}
@media (max-width: 1060px) {
  .c-anchorLink-list > .item {
    padding: 1.8867924528vw;
  }
}
.c-anchorLink-list > .item > .btn {
  position: relative;
  display: block;
  width: 213px;
  height: 213px;
  text-decoration: none;
  color: #fff;
  background: url(../../images/unit/custom_linkCard/bg-image.svg) center/cover;
}
@media (max-width: 1060px) {
  .c-anchorLink-list > .item > .btn {
    width: 20.0943396226vw;
    height: 20.0943396226vw;
  }
}
@media (max-width: 767px) {
  .c-anchorLink-list > .item > .btn {
    width: 154px;
    height: 154px;
  }
}
.c-anchorLink-list > .item > .btn > .text {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 2.2rem;
}
@media (max-width: 1060px) {
  .c-anchorLink-list > .item > .btn > .text {
    left: 1.4150943396vw;
    right: 1.4150943396vw;
    font-size: 2.0754716981vw;
  }
}
@media (max-width: 767px) {
  .c-anchorLink-list > .item > .btn > .text {
    font-size: 1.6rem;
  }
}

.c-point-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.c-point-wrap:not(:first-child, .-firstChild, .-onHeading) {
  margin-top: 50px;
}
.c-point-wrap.-onHeading {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-point-wrap:not(:first-child, .-firstChild, .-onHeading) {
    margin-top: 6.518904824vw;
  }
  .c-point-wrap.-onHeading {
    margin-top: 5.2151238592vw;
  }
}
@media (max-width: 599px) {
  .c-point-wrap {
    display: block;
  }
}
.c-point-wrap > .image {
  flex-shrink: 0;
  margin-left: 30px;
}
.c-point-wrap > .image > img {
  width: 270px;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1059px) {
  .c-point-wrap > .image > img {
    width: 25.4716981132vw;
    height: 16.9811320755vw;
  }
}
@media (max-width: 599px) {
  .c-point-wrap > .image {
    max-width: 100%;
    margin-top: 3.3333333333vw;
    margin-left: 0;
  }
  .c-point-wrap > .image > img {
    width: 333px;
    height: 222px;
  }
}

.c-point-list {
  margin: 0;
}
.c-point-list > .title {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 600;
  color: #006992;
}
.c-point-list > .title::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../../images/unit/custom_pointList/icon-check.svg) center/contain no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .c-point-list > .title {
    font-size: 2rem;
  }
}
.c-point-list > .text {
  margin-top: 1em;
  margin-left: 0;
  line-height: 2;
  font-size: 1.5rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-point-list > .text {
    font-size: 1.2rem;
  }
}

.c-flow-list {
  margin-top: 50px;
  padding-left: 0;
  list-style: none;
  counter-reset: hoge;
}
@media (max-width: 767px) {
  .c-flow-list {
    margin-top: 4.7169811321vw;
  }
}
.c-flow-list > .item {
  position: relative;
}
.c-flow-list > .item:not(:first-child) {
  margin-top: 60px;
}
.c-flow-list > .item:not(:first-child)::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  border-width: 18px 13px 0 13px;
  border-style: solid;
  border-color: #006992 transparent;
  transform: translate(-50%, -100%);
  content: "";
}

.c-flow-card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  background: #F2F7F9;
}
@media (max-width: 599px) {
  .c-flow-card {
    display: block;
  }
}
.c-flow-card > .description {
  padding: 4.7169811321% 5.6603773585%;
}
.c-flow-card > .description > .title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 2.5rem;
  border-bottom: 3px solid #006992;
  line-height: 1.2;
  font-weight: 600;
}
.c-flow-card > .description > .title::before {
  margin-right: 0.2em;
  color: #006992;
  font-size: 1.2em;
  counter-increment: hoge;
  content: counter(hoge, decimal-leading-zero) ".";
}
@media (max-width: 767px) {
  .c-flow-card > .description > .title {
    font-size: 2.2rem;
  }
}
.c-flow-card > .description > .text {
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-flow-card > .description > .text {
    font-size: 1.4rem;
  }
}
.c-flow-card > .image {
  flex-shrink: 0;
  width: 40.6862745098%;
}
.c-flow-card > .image > img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .c-flow-card > .image {
    width: 100%;
  }
  .c-flow-card > .image > img {
    width: 100%;
  }
}

.c-signature-block {
  margin-top: 1em;
  text-align: right;
}
.c-signature-block > .text {
  display: inline-block;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 1059px) {
  .c-signature-block > .text {
    font-size: 1.4rem;
  }
}

.l-grid-a > .col1-tabHead {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: -15px;
  width: calc(100% + 30px);
}
@media only screen and (max-width: 1060px) {
  .l-grid-a > .col1-tabHead {
    margin: -1.4150943396vw;
  }
}
@media (max-width: 767px) {
  .l-grid-a > .col1-tabHead {
    width: calc(100% + 2.8301886792vw);
  }
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover, .l-grid-a > .col1-tabHead > .js-edit_inplace {
  padding: 15px;
  width: 100%;
}
@media only screen and (max-width: 1060px) {
  .l-grid-a > .col1-tabHead > .c-tabBtn-cover, .l-grid-a > .col1-tabHead > .js-edit_inplace {
    padding: 1.4150943396vw;
  }
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col1, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col1 {
  width: 100%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col2, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col2 {
  width: 50%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col3, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col3 {
  width: 33.3333333333%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col4, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col4 {
  width: 25%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col5, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col5 {
  width: 20%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col6, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col6 {
  width: 16.6666666667%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col7, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col7 {
  width: 14.2857142857%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col8, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col8 {
  width: 12.5%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col9, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col9 {
  width: 11.1111111111%;
}
.l-grid-a > .col1-tabHead > .c-tabBtn-cover.-col10, .l-grid-a > .col1-tabHead > .js-edit_inplace.-col10 {
  width: 10%;
}
.l-grid-a > .col1-tabPanel {
  padding: 4.2452830189% 5.6603773585%;
  border-top: 3px solid #006992;
  background: #F2F7F9;
}
.l-grid-a > .col1-tabPanel [class^=column-table-]:not(.-nobg) {
  padding: 0;
  background: transparent;
}

.c-tab-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.8em;
  border-radius: 0.3em 0.3em 0 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #006992;
}
.c-tab-btn.-hide {
  color: #707070;
  background: #F0F0F0;
}
@media (max-width: 767px) {
  .c-tab-btn {
    font-size: 3.3898305085vw;
  }
}

.c-newsUnit-block {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
  .c-newsUnit-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1059px) {
  .c-newsUnit-block {
    padding-left: 2.8301886792vw;
    padding-right: 2.8301886792vw;
  }
}
@media (max-width: 599px) {
  .c-newsUnit-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-newsUnit-block > .btnCover {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-newsUnit-block > .btnCover {
    margin-top: 7.8226857888vw;
  }
}
.c-newsUnit-block > .btnCover .btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  min-width: 300px;
  padding: 1.4em 3em 1.4em;
  border-radius: 50px;
  background-color: #006992;
  border: 2px solid #006992;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.c-newsUnit-block > .btnCover .btn:hover {
  background-color: #fff;
  border: 2px solid #006992;
  color: #006992;
  opacity: 1;
}
@media (max-width: 1059px) {
  .c-newsUnit-block > .btnCover .btn {
    font-size: 1.4rem;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 400px) {
  .c-newsUnit-block > .btnCover .btn {
    min-width: 90%;
  }
}
.c-newsUnit-block > .swiper-container {
  overflow: hidden;
  margin: -20px;
}
@media (max-width: 1059px) {
  .c-newsUnit-block > .swiper-container {
    margin: -1.8867924528vw;
  }
}
.c-newsUnit-block > .c-news-next {
  display: block;
  position: absolute;
  top: 120px;
  right: -30px;
  border-width: 10px 0 10px 18px;
  border-style: solid;
  border-color: transparent black;
  transform: translate(100%, -50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-newsUnit-block > .c-news-next.swiper-button-disabled {
  cursor: default;
  opacity: 0;
}
.c-newsUnit-block > .c-news-next:not(.swiper-button-disabled):hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1150px) {
  .c-newsUnit-block > .c-news-next {
    right: 30px;
  }
}
@media (max-width: 1059px) {
  .c-newsUnit-block > .c-news-next {
    right: 1.8867924528vw;
    border-width: 0.9433962264vw 0 0.9433962264vw 1.6981132075vw;
  }
}
@media (max-width: 599px) {
  .c-newsUnit-block > .c-news-next {
    right: 10px;
    border-width: 5px 0 5px 9px;
  }
}
.c-newsUnit-block > .c-news-prev {
  display: block;
  position: absolute;
  top: 120px;
  left: -30px;
  border-width: 10px 18px 10px 0;
  border-style: solid;
  border-color: transparent black;
  transform: translate(-100%, -50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-newsUnit-block > .c-news-prev.swiper-button-disabled {
  cursor: default;
  opacity: 0;
}
.c-newsUnit-block > .c-news-prev:not(.swiper-button-disabled):hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1150px) {
  .c-newsUnit-block > .c-news-prev {
    left: 30px;
  }
}
@media (max-width: 1059px) {
  .c-newsUnit-block > .c-news-prev {
    left: 1.8867924528vw;
    border-width: 0.9433962264vw 1.6981132075vw 0.9433962264vw 0;
  }
}
@media (max-width: 599px) {
  .c-newsUnit-block > .c-news-prev {
    left: 10px;
    border-width: 5px 9px 5px 0;
  }
}

.c-newsUnit-list {
  padding: 0;
  list-style: none;
}
.c-newsUnit-list > .item {
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 1059px) {
  .c-newsUnit-list > .item {
    padding: 1.8867924528vw;
  }
}

.newsUnit-card {
  text-decoration: none;
  color: inherit;
}
.newsUnit-card > .image > img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.newsUnit-card > .description {
  margin-top: 24px;
}
.newsUnit-card > .description > .date {
  display: block;
  font-size: 1.5rem;
}
.newsUnit-card > .description > .title {
  display: block;
  margin-top: 7px;
  font-size: 1.5rem;
}
@media (max-width: 1059px) {
  .newsUnit-card > .description {
    margin-top: 2.2641509434vw;
  }
  .newsUnit-card > .description > .title {
    margin-top: 0.6603773585vw;
  }
}

.c-pager-list {
  margin: 60px -5px 0 -5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.c-pager-list li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.c-pager-list li .text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: inherit;
  text-align: center;
  transform: translateY(-50%);
}
.c-pager-list li.cur { /* 現在いる位置 */
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #006992;
  border-radius: 3px;
}

.c-pager-btn {
  box-sizing: border-box;
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
  border: 2px solid #006992;
  color: #006992;
  background: #fff;
  border-radius: 3px;
}
.c-pager-btn:visited, .c-pager-btn:focus, .c-pager-btn:active {
  color: #006992;
}
.c-pager-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #006992;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 767px) {
  .c-pager-list li.cur { /* 現在いる位置 */ }
}
.c-entry-date {
  margin: 15px 0 0;
}

.newsEntry-image + *, .c-gallery-slider + * {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .newsEntry-image + *, .c-gallery-slider + * {
    margin: 6.518904824vw 0 0;
  }
}

.c-gallery-slider {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1060px) {
  .c-gallery-slider {
    margin-top: 3.7735849057vw;
  }
}
.c-gallery-slider .c-gallery-next, .c-gallery-slider .c-gallery-prev {
  position: absolute;
  top: calc(50% - 107px);
  width: 25px;
  height: 25px;
  border-style: solid;
  border-color: #333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-gallery-slider .c-gallery-next.swiper-button-disabled, .c-gallery-slider .c-gallery-prev.swiper-button-disabled {
  cursor: default;
  opacity: 0;
}
.c-gallery-slider .c-gallery-next:not(.swiper-button-disabled):hover, .c-gallery-slider .c-gallery-prev:not(.swiper-button-disabled):hover {
  opacity: 0.7;
}
@media screen and (max-width: 1060px) {
  .c-gallery-slider .c-gallery-next, .c-gallery-slider .c-gallery-prev {
    top: calc(50% - 10.0943396226vw);
    width: 2.358490566vw;
    height: 2.358490566vw;
  }
}
.c-gallery-slider .c-gallery-next {
  right: 0;
  transform-origin: top right;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}
.c-gallery-slider .c-gallery-prev {
  left: 0;
  transform-origin: top left;
  transform: rotate(-45deg);
  border-width: 2px 0 0 2px;
}

.c-swiper-gallery {
  width: 890px;
  margin: auto;
}
.c-swiper-gallery .swiper-slide img {
  width: 890px;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1060px) {
  .c-swiper-gallery {
    width: 83.9622641509vw;
  }
  .c-swiper-gallery .swiper-slide img {
    width: 83.9622641509vw;
    height: 47.1698113208vw;
  }
}

.c-swiper-gallerythumb {
  margin: 20px -20px -20px;
}
@media screen and (max-width: 1060px) {
  .c-swiper-gallerythumb {
    margin: 1.8867924528vw -1.8867924528vw -1.8867924528vw;
  }
}
.c-swiper-gallerythumb .swiper-slide {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 1060px) {
  .c-swiper-gallerythumb .swiper-slide {
    padding: 1.8867924528vw;
  }
}
.c-swiper-gallerythumb .swiper-slide:not(.swiper-slide-thumb-active) img {
  opacity: 0.7;
  cursor: pointer;
}
.c-swiper-gallerythumb .swiper-slide:hover img {
  opacity: 1;
}
.c-swiper-gallerythumb .swiper-slide::after {
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #000;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 1060px) {
  .c-swiper-gallerythumb .swiper-slide::after {
    top: 1.8867924528vw;
    bottom: 1.8867924528vw;
    left: 1.8867924528vw;
    right: 1.8867924528vw;
  }
}
.c-swiper-gallerythumb .swiper-slide img {
  width: 100%;
  height: 174px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1060px) {
  .c-swiper-gallerythumb .swiper-slide img {
    height: 16.4150943396vw;
  }
}

[class^=column-media-].-image, [class^=column-media-].-svg, [class^=column-table-] {
  margin-bottom: 0;
}
[class^=column-media-].-image:not(:first-child, .-firstChild), [class^=column-media-].-svg:not(:first-child, .-firstChild), [class^=column-table-]:not(:first-child, .-firstChild) {
  margin-top: 40px;
}
@media screen and (max-width: 1059px) {
  [class^=column-media-].-image:not(:first-child, .-firstChild), [class^=column-media-].-svg:not(:first-child, .-firstChild), [class^=column-table-]:not(:first-child, .-firstChild) {
    margin-top: 3.7735849057vw;
  }
}

[class^=column-media-].-file {
  margin-bottom: 0;
}
[class^=column-media-].-file:not(:first-child, .-firstChild) {
  margin-top: 1em;
}

.entry-container {
  margin: 0;
}

.js-edit_inplace {
  margin-top: 60px;
}

/**************************************************/
/* components - form */
/**************************************************/
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.contact-heading {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1059px) {
  .contact-heading {
    font-size: 1.6rem;
  }
}

.f-error-text {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  padding: 5px 1em;
  background-color: #ffe6e6;
  color: #cc0000; /*font-weight: bold;*/
}

.f-error-message {
  display: block;
  margin-bottom: 40px;
  padding: 1em;
  background-color: #ffe6e6;
  color: #cc0000;
  font-weight: bold;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid #707070;
  border-radius: 0;
  line-height: 1;
}
.f-input.-short {
  max-width: 140px;
}
.f-input.-middle {
  max-width: 240px;
}
.f-input.-long {
  max-width: 400px;
}
.f-input.-active {
  ime-mode: active;
}
.f-input.-inactive {
  ime-mode: inactive;
}

textarea.f-input {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
}
.f-checkbox > .intext {
  display: block;
  padding: 2px 2px 2px 28px;
  background: url(/themes/soilook/shared/img/icon-checkbox.png) no-repeat 0 8px;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked + .intext {
  background-image: url(/themes/soilook/shared/img/icon-checkbox-on.png);
}

.f-radio {
  display: inline-block;
}
.f-radio > .intext {
  display: block;
  background: url(/themes/soilook/shared/img/icon-radio.png) no-repeat 0 5px;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked + .intext {
  background-image: url(/themes/soilook/shared/img/icon-radio-on.png);
}

.f-selectbox {
  appearance: none;
  position: relative;
  padding: 15px 42px 15px 12px;
  border: 1px solid #707070;
  background: #fff url(/themes/soilook/shared/img/icon-select.png) no-repeat right 50%;
  line-height: 1;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 140px;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 250px;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 400px;
}

.file-attachment .files {
  display: inline-block;
  position: relative;
  background: #006992;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s;
}
.file-attachment .files:hover {
  cursor: pointer;
  background: #555;
  transition: all 0.4s;
}
.file-attachment .error-text {
  color: #cc0000;
}

.f-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1.4em 3em;
  background-color: #006992;
  border: 1px solid #006992;
  border-radius: 50px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
.f-btn:hover {
  background-color: #fff;
  border: 1px solid #006992;
  color: #006992;
  transition: all 0.3s ease;
}
.f-btn.-back {
  background-color: #444;
  border: 1px solid #444;
}
.f-btn.-back:hover {
  background-color: #fff;
  border: 1px solid #444;
  color: #444;
  transition: all 0.3s ease;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
@media (max-width: 1059px) {
  .f-btn {
    font-size: 1.6rem;
    padding: 1.4em 1em;
  }
}

.f-btnCover {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: 40px auto;
}
.f-btnCover > .-col2 {
  width: 50%;
  max-width: 360px;
  padding: 7px;
}
.f-btnCover > .-col3 {
  width: 33.3333333333%;
  max-width: 240px;
  padding: 7px;
}

.f-input-form.-short {
  max-width: 140px;
}
.f-input-form.-middle {
  max-width: 240px;
}
.f-input-form.-long {
  max-width: 400px;
}

.f-input-columns {
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 10px;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -10px -20px;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px 20px;
}
.f-input-rows.-name {
  flex-wrap: nowrap;
  margin-left: -10px;
}
.f-input-rows.-name > li {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.f-input-rows.-zip {
  flex-wrap: nowrap;
  align-items: center;
  margin-left: -10px;
}
.f-input-rows.-zip > li {
  margin-left: 10px;
}
.f-input-rows.-zip > li:nth-child(2) {
  width: 100px;
}
.f-input-rows.-zip > li:nth-child(4) {
  width: 140px;
}
@media (max-width: 767px) {
  .f-input-rows {
    margin-left: 0;
  }
  .f-input-rows > li {
    margin-left: 0;
  }
}

.f-submit {
  max-width: 360px;
  margin: 70px auto 0;
}
@media (max-width: 1059px) {
  .f-submit {
    margin: 40px auto 0;
  }
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: -30px 0 0;
}
@media (max-width: 1059px) {
  .f-table {
    margin-top: -20px;
  }
}
.f-table th, .f-table td {
  padding: 30px 1em; /*border-bottom: 1px solid $grayC;*/
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
.f-table th {
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.f-table th.-top {
  vertical-align: top;
}
.f-table td.-top {
  padding-top: 18px;
  vertical-align: top;
}
.f-table .required {
  display: block;
  position: relative;
  padding-right: 70px;
}
.f-table .required::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  top: 2px;
  right: 0;
  padding: 6px 0.7em;
  background-color: #cc0000;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.2em;
  vertical-align: inherit;
}
.f-table .option {
  display: block;
  position: relative;
  padding-right: 70px;
}
.f-table .option::after {
  display: inline-block;
  content: "任意";
  position: absolute;
  top: 2px;
  right: 0;
  padding: 6px 0.7em;
  background-color: #555;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.2em;
  vertical-align: inherit;
}
.f-table .text {
  margin: 0.5em 0 0;
}
.f-table .text:first-child {
  margin-top: 0;
}
@media (max-width: 1059px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 20px 0;
    line-height: 1.5;
  }
  .f-table th {
    font-size: 1.6rem;
    width: auto !important;
    padding-bottom: 0 !important;
  }
  .f-table td {
    padding-top: 8px !important;
  }
  .f-table .required {
    padding-right: 0;
  }
  .f-table .required::after {
    position: relative;
    top: auto;
    margin-left: 1em;
    padding: 3px 0.7em;
    font-size: 1.4rem;
  }
  .f-table .option {
    padding-right: 0;
  }
  .f-table .option::after {
    position: relative;
    top: auto;
    margin-left: 1em;
    padding: 3px 0.7em;
    font-size: 1.4rem;
  }
}

.f-policy {
  margin-top: 60px;
}
.f-policy > .lead {
  font-size: 1.8rem;
  text-align: center;
}
.f-policy > .box {
  box-sizing: border-box;
  height: 240px;
  margin: 30px auto;
  padding: 20px 25px;
  border: 1px solid #707070;
  overflow-y: scroll;
}
.f-policy > .box .title {
  margin: 2em 0 0;
  font-weight: 600;
  text-align: justify;
}
.f-policy > .box .title:first-child {
  margin-top: 0;
}
.f-policy > .box .subtitle {
  margin: 1.5em 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: justify;
}
.f-policy > .box .text {
  margin: 0.5em 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}
.f-policy > .box .list {
  margin: 0.3em 0 0;
  padding: 0;
  list-style: none;
}
.f-policy > .box .list li {
  position: relative;
  padding: 0.2em 0 0 1em;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
}
.f-policy > .box .list li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "・";
}
.f-policy > .labelCheckbox {
  display: block;
  max-width: 340px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 50px auto 0;
  padding: 15px;
  border: 1px solid #707070;
}
.f-policy > .f-error-text {
  display: block;
  text-align: center;
  max-width: 340px;
  margin: 20px auto 0;
}
@media (max-width: 1059px) {
  .f-policy {
    margin-top: 40px;
  }
  .f-policy > .lead {
    font-size: 1.6rem;
  }
  .f-policy > .labelCheckbox {
    margin: 40px auto 0;
  }
}

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

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.l-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .l-section {
    padding-top: 11.7340286832vw;
    padding-bottom: 15.6453715776vw;
  }
}
.l-section.-fill {
  background-color: #EEE;
}

.l-grid-a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -14px;
  margin-right: -14px;
}
.l-grid-a > * {
  box-sizing: border-box;
  width: 100%;
  padding: 14px;
}
.l-grid-a .clearHidden {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-grid-a > .col1 {
    width: 100%;
  }
  .l-grid-a > .col2 {
    width: 50%;
  }
  .l-grid-a > .col3 {
    width: 33.3333333333%;
  }
  .l-grid-a > .col4 {
    width: 25%;
  }
  .l-grid-a > .col5 {
    width: 20%;
  }
  .l-grid-a > .col6 {
    width: 16.6666666667%;
  }
  .l-grid-a > .col7 {
    width: 14.2857142857%;
  }
  .l-grid-a > .col8 {
    width: 12.5%;
  }
  .l-grid-a > .col9 {
    width: 11.1111111111%;
  }
  .l-grid-a > .col10 {
    width: 10%;
  }
  .l-grid-a.-gap0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .l-grid-a.-gap0 > * {
    padding: 0px;
  }
  .l-grid-a.-gap1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .l-grid-a.-gap1 > * {
    padding: 5px;
  }
  .l-grid-a.-gap2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-grid-a.-gap2 > * {
    padding: 10px;
  }
  .l-grid-a.-gap3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-grid-a.-gap3 > * {
    padding: 15px;
  }
  .l-grid-a.-gap4 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .l-grid-a.-gap4 > * {
    padding: 20px;
  }
  .l-grid-a.-gap5 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .l-grid-a.-gap5 > * {
    padding: 25px;
  }
  .l-grid-a.-gap6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .l-grid-a.-gap6 > * {
    padding: 30px;
  }
  .l-grid-a.-gap7 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .l-grid-a.-gap7 > * {
    padding: 35px;
  }
  .l-grid-a.-gap8 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .l-grid-a.-gap8 > * {
    padding: 40px;
  }
  .l-grid-a.-gap9 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .l-grid-a.-gap9 > * {
    padding: 45px;
  }
  .l-grid-a.-gap10 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .l-grid-a.-gap10 > * {
    padding: 50px;
  }
}
.l-grid-a .col1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.l-grid-a .col1.-notStart, .l-grid-a .col1:first-child, .l-grid-a .col1.-firstChild {
  padding-top: 0;
}
.l-grid-a .col1.-notOver, .l-grid-a .col1:last-child, .l-grid-a .col1.-lastChild {
  padding-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .l-grid-a .col1 {
    padding-top: 8.4905660377vw;
    padding-bottom: 8.4905660377vw;
  }
}
.l-grid-a .col2 {
  margin-top: 25px;
  padding-bottom: 0;
}
.l-grid-a .col2:first-child, .l-grid-a .col2.-firstChild, .l-grid-a .col2:first-child + .col2, .l-grid-a .col2.-firstChild + .col2 {
  margin-top: 0;
}
.l-grid-a .col1-gray-l {
  background: #F2F7F9;
  width: 100vw;
  box-sizing: border-box;
  margin-left: calc(-50vw + 510px);
  margin-right: 14px;
  padding: 90px 90px 90px calc(50vw - 495px);
}
.l-grid-a .col1-gray-l [class^=c-heading] {
  margin-right: -90px;
}
.l-grid-a .col1-gray-l [class^=c-heading]:first-child, .l-grid-a .col1-gray-l [class^=c-heading].-firstChild {
  margin-top: -30px;
}
@media screen and (max-width: 1060px) {
  .l-grid-a .col1-gray-l {
    margin-left: -5px;
    padding: 8.4905660377vw 8.4905660377vw 8.4905660377vw 3.3018867925vw;
  }
  .l-grid-a .col1-gray-l [class^=c-heading] {
    margin-right: -8.4905660377vw;
  }
  .l-grid-a .col1-gray-l [class^=c-heading]:first-child, .l-grid-a .col1-gray-l [class^=c-heading].-firstChild {
    margin-top: -2.8301886792vw;
  }
}
@media screen and (max-width: 767px) {
  .l-grid-a .col1-gray-l {
    width: calc(100% + 14px);
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .l-grid-a .col1-gray-l [class^=c-heading] {
    margin-right: 0;
  }
  .l-grid-a .col1-gray-l [class^=c-heading]:first-child, .l-grid-a .col1-gray-l [class^=c-heading].-firstChild {
    margin-top: 0;
  }
}
.l-grid-a .col1-gray-r {
  background: #F2F7F9;
  width: 100vw;
  box-sizing: border-box;
  margin-right: calc(-50vw + 510px);
  margin-left: 14px;
  padding: 90px calc(50vw - 495px) 90px 90px;
}
.l-grid-a .col1-gray-r [class^=c-heading] {
  margin-left: -90px;
}
.l-grid-a .col1-gray-r [class^=c-heading]:first-child, .l-grid-a .col1-gray-r [class^=c-heading].-firstChild {
  margin-top: -30px;
}
@media screen and (max-width: 1060px) {
  .l-grid-a .col1-gray-r {
    margin-right: -5px;
    padding: 8.4905660377vw 3.3018867925vw 8.4905660377vw 8.4905660377vw;
  }
  .l-grid-a .col1-gray-r [class^=c-heading] {
    margin-left: -8.4905660377vw;
  }
  .l-grid-a .col1-gray-r [class^=c-heading]:first-child, .l-grid-a .col1-gray-r [class^=c-heading].-firstChild {
    margin-top: -2.8301886792vw;
  }
}
@media screen and (max-width: 767px) {
  .l-grid-a .col1-gray-r {
    width: calc(100% + 14px);
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
  .l-grid-a .col1-gray-r [class^=c-heading] {
    margin-left: 0;
  }
  .l-grid-a .col1-gray-r [class^=c-heading]:first-child, .l-grid-a .col1-gray-r [class^=c-heading].-firstChild {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-grid-a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .l-grid-a > * {
    width: auto;
    padding: 0;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.home-mainvisual {
  position: relative;
  height: 660px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-mainvisual {
    height: 146.6666666667vw;
  }
}
.home-mainvisual > .textarea {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  overflow: visible;
  z-index: 1;
}
.home-mainvisual > .textarea .main {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.home-mainvisual > .textarea .sub {
  margin: 0.8em 0 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 599px) {
  .home-mainvisual > .textarea .main {
    font-size: 5.8333333333vw;
  }
  .home-mainvisual > .textarea .sub {
    font-size: 3vw;
  }
}
.home-mainvisual > .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 660px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .home-mainvisual > .bgimg {
    height: 146.6666666667vw;
  }
}
.home-mainvisual > .bgimg img {
  display: block;
  width: 100%;
  height: 660px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .home-mainvisual > .bgimg img {
    height: 146.6666666667vw;
  }
}
.home-mainvisual .swiper-slide {
  overflow: hidden;
}
.home-mainvisual .swiper-pagination-bullet-active {
  background: #006992;
}

.pg-news .l-grid-a .col1, .pg-news .l-grid-a .col2 {
  margin: 0;
  padding-top: 20px;
}
.news-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.news-list > .item {
  border-bottom: 1px solid #CCC;
}
.news-list > .item:first-child {
  border-top: 1px solid #CCC;
}

.news-card {
  display: block;
  position: relative;
  padding: 40px 40px 40px 160px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .news-card {
    padding: 5.2151238592vw 5.2151238592vw 5.2151238592vw 160px;
  }
}
@media only screen and (max-width: 599px) {
  .news-card {
    padding-left: 5.2151238592vw;
  }
}
.news-card > .date {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .news-card > .date {
    top: 5.2151238592vw;
    left: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .news-card > .date {
    display: block;
    position: static;
  }
}
.news-card > .title {
  text-align: justify;
}

.newsEntry-image {
  margin-top: 40px;
}
.newsEntry-image > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .newsEntry-image {
    margin-top: 5.2151238592vw;
  }
}

.entry-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: -38px;
}
.entry-list > .item {
  box-sizing: border-box;
  width: 50%;
  padding: 38px;
}
@media only screen and (max-width: 1059px) {
  .entry-list {
    margin: -1.8867924528vw -0.9433962264vw;
  }
  .entry-list > .item {
    padding: 1.8867924528vw 0.9433962264vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry-list {
    display: block;
    margin: -20px 0;
  }
  .entry-list > .item {
    width: 100%;
    padding: 20px 0;
  }
}

.entry-card {
  text-decoration: none;
  color: inherit;
}
.entry-card:hover > .image img {
  transform: scale(1.05);
  opacity: 0.7;
}
.entry-card > .image {
  overflow: hidden;
}
.entry-card > .image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.entry-card > .image img:not(:first-of-type) {
  display: none;
}
@media only screen and (max-width: 1059px) {
  .entry-card > .image img {
    height: 26.4150943396vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry-card > .image img {
    height: 53.3333333333vw;
  }
}
@media only screen and (max-width: 375px) {
  .entry-card > .image img {
    height: 200px;
  }
}
.entry-card > .description {
  text-decoration: none;
  color: inherit;
  margin-top: 0.8em;
}
.entry-card > .description > .date, .entry-card > .description > .title {
  display: block;
  line-height: 1.5;
  text-align: justify;
}
.entry-card > .description > .client {
  display: block;
  margin-top: 0.8em;
  line-height: 1.5;
  text-align: justify;
}
/*# sourceMappingURL=site.css.map */