@charset "UTF-8";
/*---------------------------------------------------
---------------------------------------------------
	plugin
---------------------------------------------------
---------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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("./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%);
  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;
}

/* スリックスライダー http://gimmicklog.main.jp/jquery/549/ */
/*---------------------------------------------------
---------------------------------------------------
	0_base
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	reset
---------------------------------------------------*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

hr {
  overflow: visible;
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  margin: 0;
  padding: 0;
}

*, :before, :after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

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

small {
  font-size: 75%;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

/* リセット */
/*---------------------------------------------------
	vars
---------------------------------------------------*/
/*  カラー
---------------------------------------------------*/
/* メインカラー */
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* アクセント半透明 */
/* アクセント薄い */
/* 文字色  */
/* 文字色  */
/* 薄いグレー */
/* ノーマル */
/* グレー */
/* 薄いグレー */
/* SNS */
/*  フォント
---------------------------------------------------*/
/*  ブレイクポイント
---------------------------------------------------*/
/* mobile max-width */
/* tablet min-width */
/* laptop min-width */
/* pc min-width */
/*  コンテンツ横幅
---------------------------------------------------*/
/* PC版コンテンツ最低幅：layout */
/* コンテンツ最大幅：layout, breadcrumb, page_keyvisual, */
/* コンテンツ幅狭いver：layout */
/*  コンテンツ余白
---------------------------------------------------*/
/* スマホ両サイド余白：layout, breadcrumb, single */
/* タブレット&PC両サイド余白：layout, breadcrumb, single, header, 02_title */
/* スマホ各セクションの上下余白：layout */
/* タブレット&PC各セクションの上下余白：layout */
/* スマホ各セクション見出しとコンテンツの間の余白：layout */
/* タブレット&PC各セクション見出しとコンテンツの間の余白：layout */
/*  テキスト
---------------------------------------------------*/
/* 全体のletter-spacing：05_text */
/* 全体のline-height：05_text, 08_list */
/* タイトルのling-height：02_title */
/* 文章のling-height：02_title */
/*  その他
---------------------------------------------------*/
/* サイトヘッダーの高さ：layout, header, top_keyvisual */
/* 変数設定 */
/*---------------------------------------------------
	mixin
---------------------------------------------------*/
/*  擬似要素
---------------------------------------------------*/
/*  object fit ie対応
---------------------------------------------------*/
/*  背景画像 background
---------------------------------------------------*/
/*  transition
---------------------------------------------------*/
/*  animation
---------------------------------------------------*/
/*  include sample
---------------------------------------------------*/
/*
.use-sample {
  @include kerning( $setting: "palt", $ligatures: no-common-ligatures );
  @include object-fit($size: cover, $position-y: center, $position-x: center);
  @include background-image($width: 100%, $min-height: 140px, $size: cover, $position: center center, $repeat: no-repeat);
  @include transition($property: opacity, $duration: .3s, $timing: ease);
  @include animation($name: animation-name, $duration: 0.5s, $timing: ease, $delay: 0.3s, $direction: alternate, $fill-mode: forwards, $count: 1);
}
*/
/* ミックスイン */
/* ------------------------------------
responsive
------------------------------------ */
.-mobile {
  display: block !important;
}
@media (min-width: 750px) {
  .-mobile {
    display: none !important;
  }
}
.-mobile.-inline {
  display: inline-block !important;
}
@media (min-width: 750px) {
  .-mobile.-inline {
    display: none !important;
  }
}

.-tablet {
  display: none !important;
}
@media (min-width: 750px) and (max-width: 1024px) {
  .-tablet {
    display: block !important;
  }
}
.-tablet.-inline {
  display: none !important;
}
@media (min-width: 750px) and (max-width: 1024px) {
  .-tablet.-inline {
    display: inline-block !important;
  }
}

.-pc {
  display: none !important;
}
@media (min-width: 1024px) {
  .-pc {
    display: block !important;
  }
}
.-pc.-inline {
  display: none !important;
}
@media (min-width: 1024px) {
  .-pc.-inline {
    display: inline-block !important;
  }
}

.-mobiletablet {
  display: block !important;
}
@media (min-width: 1024px) {
  .-mobiletablet {
    display: none !important;
  }
}
.-mobiletablet.-inline {
  display: inline-block !important;
}
@media (min-width: 1024px) {
  .-mobiletablet.-inline {
    display: none !important;
  }
}

.-tabletpc {
  display: none !important;
}
@media (min-width: 750px) {
  .-tabletpc {
    display: block !important;
  }
}
.-tabletpc.-inline {
  display: none !important;
}
@media (min-width: 750px) {
  .-tabletpc.-inline {
    display: inline-block !important;
  }
}

br .-mobile {
  display: inline-block !important;
}
@media (min-width: 750px) {
  br .-mobile {
    display: none !important;
  }
}
br .-tablet {
  display: none !important;
}
@media (min-width: 750px) and (max-width: 1024px) {
  br .-tablet {
    display: inline-block !important;
  }
}
br .-pc {
  display: none !important;
}
@media (min-width: 1024px) {
  br .-pc {
    display: inline-block !important;
  }
}
br .-mobiletablet {
  display: inline-block !important;
}
@media (min-width: 1024px) {
  br .-mobiletablet {
    display: none !important;
  }
}
br .-tabletpc {
  display: none !important;
}
@media (min-width: 750px) {
  br .-tabletpc {
    display: inline-block !important;
  }
}

/* レスポンシブ */
/* ------------------------------------
animation
------------------------------------*/
.-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.-fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.-fadeIn {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.-fadeInShow {
  opacity: 1;
}

/* アニメーション */
/*---------------------------------------------------
	develop
  ---------------------------------------------------*/
/* 開発用のスタイル */
/*---------------------------------------------------
	utility
---------------------------------------------------*/
/* Android Galaxy系 アウトライン削除 */
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*
:root {
}
*/
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* バグ系 */
/*---------------------------------------------------
---------------------------------------------------
	1_layout
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	breadcrumb
---------------------------------------------------*/
.breadcrumb-nav {
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 750px) {
  .breadcrumb-nav {
    padding: 1rem 0;
  }
}
.breadcrumb-nav > .inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .breadcrumb-nav > .inner {
    padding: 0 50px;
  }
}

.breadcrumb-menu {
  display: inline-block;
  font-size: 0;
}
@media (min-width: 750px) {
  .breadcrumb-menu + .breadcrumb-menu {
    font-size: 0.875rem;
  }
}
.breadcrumb-menu + .breadcrumb-menu::before {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .breadcrumb-menu + .breadcrumb-menu::before {
    font-size: 0.1rem;
  }
}
.breadcrumb-menu > .link, .breadcrumb-menu > .text {
  color: rgb(119, 119, 119);
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .breadcrumb-menu > .link, .breadcrumb-menu > .text {
    font-size: 1rem;
  }
}
.breadcrumb-menu > .link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-break: break-all;
}
.breadcrumb-menu > .link:hover {
  color: #00AEC4;
}

/* パンくずリスト */
/*---------------------------------------------------
	footer
---------------------------------------------------*/
.footer-site {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.875rem;
}
.footer-site > .inner {
  max-width: 1280px;
  padding: 2rem 1rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-site > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 50px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-site > .inner > .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer-site > .inner > .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* list-sns > 08_list.scss */
.footer-menu {
  margin-top: 0.875rem;
}
@media (min-width: 1024px) {
  .footer-menu {
    margin-top: 0;
  }
}
.footer-menu > .list > .link {
  color: rgb(119, 119, 119);
}
.footer-menu > .list > .link:hover {
  text-decoration: underline;
}

.footer-copyright {
  display: block;
  margin-top: 0.875rem;
  color: rgb(119, 119, 119);
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .footer-copyright {
    margin-top: 0;
    margin-left: 2rem;
  }
}

/* フッター */
/*---------------------------------------------------
	header
---------------------------------------------------*/
.header-site {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .header-site {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .header-site.-fixed {
    position: fixed;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-animation: header-down 0.5s ease 0.3s alternate forwards 1;
            animation: header-down 0.5s ease 0.3s alternate forwards 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .header-site.-fixed > .inner {
    height: 60px;
  }
}
.header-site > .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 750px) {
  .header-site > .inner {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .header-site > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-left: 2rem;
  }
}

@-webkit-keyframes header-down {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-down {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*  ロゴ
---------------------------------------------------*/
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 129px;
  height: 100%;
}
@media (min-width: 1024px) {
  .header-logo {
    width: 320px;
  }
}
.header-logo > .logo {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-logo > .logo:hover {
  opacity: 0.8;
}
.header-logo > .logo.hover {
  opacity: 0.8;
}
.header-logo > .logo > .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/* .header-navigation > 06_navi.scss */
/* .burger-menu > 14_burger-menu.scss */
/* ヘッダー */
/*---------------------------------------------------
	layout
---------------------------------------------------*/
body {
  width: 100%;
}
body.-modalOpen {
  height: 100vh;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome.-modalOpen, body.-modalOpen {
    overflow-y: hidden;
  }
}
.page-contents {
  /* ヘッダーfixedの場合残し */
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .page-contents {
    min-width: 1080px;
    padding-top: 100px;
  }
}

.section-layout {
  display: block;
  width: 100%;
}
.section-layout > .inner {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .section-layout > .inner {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .section-layout > .inner {
    padding: 0 100px;
  }
}
.section-layout > .inner > .text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 750px) {
  .section-layout > .inner > .text {
    font-size: 1rem;
  }
}
.section-layout > .inner > .text.-center {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-layout.-wide > .inner {
    padding: 0 50px;
  }
}

.secton-content {
  padding-top: 2rem;
}
@media (min-width: 750px) {
  .secton-content {
    padding-top: 3rem;
  }
}

/* 全体のレイアウト */
/*---------------------------------------------------
	aside （サイドバー除く）
---------------------------------------------------*/
.aside-service {
  margin-top: 8rem;
}

.aside-contact {
  padding-top: 3rem;
}
.aside-contact > .inner > .content {
  padding: 4rem 1rem 3rem;
  background-color: rgb(239, 239, 239);
}
@media (min-width: 750px) {
  .aside-contact > .inner > .content {
    padding: 5rem 50px;
  }
}
.aside-contact > .inner > .content > .text {
  margin-top: 2rem;
  text-align: center;
  line-height: 2;
}
@media (min-width: 750px) {
  .aside-contact > .inner > .content > .text {
    font-weight: 500;
  }
}
.aside-contact > .inner > .content > .text > .center {
  display: inline-block;
  text-align: left;
}
@media (min-width: 750px) {
  .aside-contact > .inner > .content > .text > .center {
    text-align: center;
  }
}
.aside-contact > .inner > .content > .btn-fill {
  margin: 3rem auto 0;
  padding: 1.25rem 0.5rem;
}
@media (min-width: 750px) {
  .aside-contact > .inner > .content > .btn-fill {
    margin-top: 2.5rem;
  }
}

.section-similar {
  background-color: rgb(239, 239, 239);
  padding: 3rem 0;
}

.aside-popular .news-feeds {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .aside-popular .news-feeds {
    margin-top: 3rem;
  }
}

/* aside（サイドバー除く） */
/*  keyvisual
---------------------------------------------------*/
.top-keyvisual {
  width: 100%;
}
.top-keyvisual > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-visualcontent {
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media (min-width: 750px) {
  .top-visualcontent {
    position: absolute;
    left: 50px;
    bottom: 1.5rem;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .top-visualcontent {
    bottom: 5.625vw;
  }
}
@media (min-width: 1300px) {
  .top-visualcontent {
    left: 10%;
  }
}
.top-visualcontent .copy {
  margin-top: 1rem;
  color: rgb(34, 34, 34);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 750px) {
  .top-visualcontent .copy {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    margin-top: 0;
    color: rgb(255, 255, 255);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1300px) {
  .top-visualcontent .copy {
    font-size: 4rem;
  }
}
.top-visualcontent .copy.-fadeIn {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-visualcontent > .text {
  margin-top: 0.5rem;
  color: rgb(34, 34, 34);
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.25em;
}
@media (min-width: 750px) {
  .top-visualcontent > .text {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}
.top-visualcontent > .btn-fill {
  max-width: 240px;
  margin: 2rem auto 0;
}
@media (min-width: 750px) {
  .top-visualcontent > .btn-fill {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.top-visualwrapper {
  display: block;
  width: 100%;
  height: 80vw;
  max-height: 400px;
}
@media (min-width: 750px) {
  .top-visualwrapper {
    height: 50vw;
  }
}
@media (min-width: 1024px) {
  .top-visualwrapper {
    max-height: 640px;
  }
}
.top-visualwrapper > .top-visual {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-visualwrapper > .top-visual > .keyvisual {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 750px) {
  .top-visualwrapper > .top-visual > .keyvisual {
    position: absolute;
  }
}
.top-visualwrapper > .top-visual > .keyvisual:nth-of-type(1) {
  display: block;
}
.top-visualwrapper > .top-visual > .keyvisual > .image {
  -o-object-position: 23% center;
     object-position: 23% center;
}

/* キービジュアル　トップページ */
/*---------------------------------------------------
	page visual
---------------------------------------------------*/
.page-visual {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  padding-top: 8rem;
  padding-right: 2rem;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .page-visual {
    padding-top: 11rem;
  }
}
.page-visual > .inner {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  margin: 0 auto;
  /* title-page > _02_title.scss */
}
.page-visual > .background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: calc(100% - 8.53333vw);
  height: 200px;
}
@media (min-width: 750px) {
  .page-visual > .background {
    width: 73.90625vw;
    max-width: 946px;
    height: 380px;
  }
}

/* キービジュアル　下層ページ */
/*---------------------------------------------------
---------------------------------------------------
	2_component
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	btn
---------------------------------------------------*/
button {
  outline: none;
}
button:hover {
  cursor: pointer;
}
button.hover {
  cursor: pointer;
}

a {
  outline: none;
}

.btn-wrapper {
  margin-top: 3rem;
  padding-bottom: 5rem;
}
.btn-wrapper > .btn-fill {
  width: 100%;
  max-width: 320px;
  padding: 1.5rem 0.25rem;
  margin: 0 auto;
}

/*	バナー
---------------------------------------------------*/
.link-banner {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.link-banner:hover {
  opacity: 0.7;
}

/*	スクロールトップ
---------------------------------------------------*/
.btn-topscroll {
  text-align: center;
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 750px) {
  .btn-topscroll {
    bottom: 1rem;
    right: 1rem;
  }
}
.btn-topscroll:hover {
  background-color: rgb(255, 255, 255);
}
.btn-topscroll > .arrows {
  display: block;
  width: 100%;
  height: 27px;
  position: relative;
}
.btn-topscroll > .arrows span {
  width: 1.5rem;
  height: 4px;
  background-color: #00AEC4;
  display: block;
  position: absolute;
  top: 14px;
}
.btn-topscroll > .arrows span:nth-of-type(1) {
  left: calc(50% + 7px);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.btn-topscroll > .arrows span:nth-of-type(2) {
  left: calc(50% - 7px);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.btn-topscroll > .content {
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.75rem;
  color: #00AEC4;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
}
.btn-topscroll > .content > .text {
  font-weight: bold;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*	メインビジュアル　スクロールダウン
---------------------------------------------------*/
.top-visualscroll {
  position: absolute;
  right: 0;
  bottom: -3rem;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 128px;
}
@media (min-width: 750px) {
  .top-visualscroll {
    right: 10px;
    height: calc(128px + 3rem);
  }
}
.top-visualscroll > .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top-visualscroll > .inner > .bar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #00AEC4;
  -webkit-animation: bar-down 2s;
          animation: bar-down 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.top-visualscroll > .inner > .text {
  padding-left: 0.25rem;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #00AEC4;
  font-size: 0.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@-webkit-keyframes bar-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bar-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*	btn-border
---------------------------------------------------*/
.btn-border {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0.75rem 0.5rem;
  color: rgb(34, 34, 34);
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid rgb(34, 34, 34);
  text-align: center;
  -webkit-transition-property: border-color, background-color, color, font-weight;
  transition-property: border-color, background-color, color, font-weight;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-border:hover {
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}
.btn-border.-white {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-border.-white:hover {
  background-color: rgb(255, 255, 255);
  color: #00AEC4;
}
.btn-border.-yellow {
  border-color: #00AEC4;
  color: #00AEC4;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-border.-yellow:hover {
  border-color: #00AEC4;
  background-color: #00AEC4;
  color: rgb(255, 255, 255);
}
.btn-border.-small {
  max-width: 120px;
  padding: 0.625rem 0.5rem;
  font-size: 0.875rem;
}

/*	btn-fill
---------------------------------------------------*/
.btn-fill {
  display: block;
  width: 100%;
  background-color: #333399;
  padding: 0.75rem 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #333399;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-fill:hover {
  opacity: 0.7;
  cursor: pointer;
}
.btn-fill.-cancel {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgb(119, 119, 119);
  font-weight: normal;
}
.btn-fill:disabled {
  border-color: transparent;
  background-color: rgb(239, 239, 239);
}
.btn-fill:disabled:hover {
  opacity: 1;
  cursor: not-allowed;
}
.btn-fill.-black {
  border: 1px solid rgb(34, 34, 34);
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

/*	btn-submit
---------------------------------------------------*/
.contact-submit .btn {
  display: block;
  width: 240px;
  background-color: rgb(103, 195, 121);
  padding: 1rem;
  border: none;
  margin: 2rem auto 0;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
}
.contact-submit .btn:hover {
  cursor: pointer;
}
.contact-submit .btn[disabled] {
  background-color: #F0F0F0;
  color: #D8D8D8;
}

/*	投稿記事ボタン
---------------------------------------------------*/
.single-content .wp-block-button {
  margin-top: 1.75rem;
}
/* ボタン */
/*---------------------------------------------------
	title
---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*	ページ
---------------------------------------------------*/
.title-section {
  position: relative;
  padding-left: 3rem;
  margin: 5rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.title-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./img/common/symbol.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-emphasize {
  color: #00AEC4;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 750px) {
  .title-emphasize {
    font-size: 3rem;
  }
}

/*	下層ページタイトル
---------------------------------------------------*/
.title-page {
  display: inline-block;
  width: calc(100% - 20px);
  background-color: rgba(51, 51, 153, 0.9);
  padding: 2rem 2rem 1.5rem;
}
@media (min-width: 750px) {
  .title-page {
    width: auto;
    min-width: 500px;
    padding: 6rem 4rem;
  }
}
@media (min-width: 1024px) {
  .title-page {
    min-width: 560px;
  }
}
.title-page > .title {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .title-page > .title {
    font-size: 2.5rem;
  }
}
.title-page > .title > .en {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 750px) {
  .title-page > .title > .en {
    font-size: 4rem;
  }
}

.title-contact {
  padding: 1rem;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 750px) {
  .title-contact {
    padding: 3rem 50px;
  }
}

/*	singleページタイトル
---------------------------------------------------*/
.title-article {
  color: rgb(34, 34, 34);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .title-article {
    font-size: 2.5rem;
  }
}

.title-belong {
  border-bottom: 1px solid #333399;
  padding: 1rem 0;
  color: #333399;
  font-size: 1.25rem;
  word-break: break-all;
}
@media (min-width: 750px) {
  .title-belong {
    word-break: normal;
  }
}
@media (min-width: 1024px) {
  .title-belong {
    font-size: 2rem;
  }
}

/*	大見出し
---------------------------------------------------*/
.title-large {
  color: rgb(34, 34, 34);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 750px) {
  .title-large {
    font-size: 1.5rem;
  }
}
.title-large > .en {
  display: block;
  color: #E3E3E3;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 750px) {
  .title-large > .en {
    font-size: 5rem;
  }
}

/*	aside見出し
---------------------------------------------------*/
.title-aside {
  color: rgb(34, 34, 34);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1024px) {
  .title-aside {
    font-size: 1.5rem;
  }
}
.title-aside.-border {
  border-top: 1px solid rgb(34, 34, 34);
  border-bottom: 1px solid rgb(34, 34, 34);
  padding: 1rem 0;
}

.title-asidemiddle {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .title-asidemiddle {
    font-size: 2rem;
  }
}

.title-asidesmall {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .title-asidesmall {
    font-size: 2rem;
  }
}

/*	投稿記事タイトル
---------------------------------------------------*/
.single-content h2 {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 1rem 0;
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
  color: rgb(34, 34, 34);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 750px) {
  .single-content h2 {
    font-size: 1.5rem;
  }
}
.single-content h3 {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1rem;
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
  color: rgb(34, 34, 34);
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 750px) {
  .single-content h3 {
    font-size: 1.5rem;
  }
}
.single-content h4 {
  margin-top: 2.75rem;
  font-size: 1.25rem;
  color: rgb(34, 34, 34);
  font-weight: 500;
}
@media (min-width: 750px) {
  .single-content h4 {
    font-size: 1.5rem;
  }
}
.single-content h5 {
  margin-top: 2rem;
  color: rgb(34, 34, 34);
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 750px) {
  .single-content h5 {
    font-size: 1.25rem;
  }
}
.single-content h6 {
  margin-top: 2rem;
  color: rgb(34, 34, 34);
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 750px) {
  .single-content h6 {
    font-size: 1.25rem;
  }
}

/* 見出し */
/*---------------------------------------------------
	form
---------------------------------------------------*/
:-moz-placeholder-shown {
  color: #D8D8D8;
}
:-ms-input-placeholder {
  color: #D8D8D8;
}
:placeholder-shown {
  color: #D8D8D8;
}

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

::-moz-placeholder {
  color: #D8D8D8;
}

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

input {
  outline: none;
}

.inquiry-item {
  display: block;
}
.inquiry-item + .inquiry-item {
  margin-top: 4rem;
}
.inquiry-item br {
  display: none;
}
.inquiry-item > .item {
  position: relative;
}
.inquiry-item > .item::before {
  display: inline-block;
  padding: 0 calc(1rem - 0.5em) 0 1rem;
  margin-right: 1rem;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  line-height: 22px;
  letter-spacing: 0.5em;
  vertical-align: baseline;
}
.inquiry-item > .item.-required::before {
  content: "必須";
  background-color: #E73230;
}
.inquiry-item > .item.-optional::before {
  content: "任意";
  background-color: rgb(144, 144, 144);
}
.inquiry-item > .form {
  position: relative;
  display: block;
  margin-top: 1rem;
}
.inquiry-item > .form .input, .inquiry-item > .form .select, .inquiry-item > .form .textarea {
  width: 100%;
  border: 1px solid rgb(144, 144, 144);
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  outline: none;
}
.inquiry-item > .form .textarea {
  min-height: 200px;
}
.inquiry-item > .form.-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 8px solid rgb(34, 34, 34);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.inquiry-item.-agree {
  text-align: center;
}
@media (min-width: 750px) {
  .inquiry-item.-agree {
    margin-top: 3rem;
  }
}

.chekbox-label {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 0;
  /*
  input[type="checkbox"]:checked + .item::after {
  	opacity: 1;
  }*/
}
.chekbox-label .item {
  font-size: 0.875rem;
  line-height: 1.2;
}
.chekbox-label .item::before, .chekbox-label .item::after {
  content: "";
  position: absolute;
  display: block;
}
.chekbox-label .item::before {
  top: -0.25rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #00AEC4;
}
.chekbox-label .item::after {
  top: 1px;
  left: 5px;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #00AEC4;
  opacity: 0;
}
.chekbox-label .item.-active::before {
  border-color: #00AEC4;
}
.chekbox-label .item.-active::after {
  opacity: 1;
  background-color: #00AEC4;
}
.chekbox-label.-agree {
  margin: 0 auto;
}
.chekbox-label.-agree input[type=checkbox] {
  visibility: hidden;
}

/*---------------------------------------------------
	validation engine
---------------------------------------------------*/
form .formError .formErrorArrow div {
  background-color: rgba(203, 57, 57, 0.9);
}
form .formError .formErrorArrowBottom {
  top: 0;
}
form .formError .formErrorContent {
  font-size: 0.75rem;
  background-color: rgba(203, 57, 57, 0.9);
  min-width: 150px;
}

/*---------------------------------------------------
	contact form 7
---------------------------------------------------*/
span.wpcf7-not-valid-tip {
  display: none !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

/* 送信完了後 */
form.sent label,
form.sent button,
form.sent input {
  display: none;
}
form.sent div.wpcf7-mail-sent-ok {
  padding: 2rem;
  border: none;
  background-color: transparent;
  color: #00AEC4;
  font-weight: bold;
}
form.sent #confirm-text {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #00AEC4;
  font-weight: 600;
  text-align: center;
}

/* フォーム */
/*---------------------------------------------------
	text
---------------------------------------------------*/
:root {
  color: rgb(34, 34, 34);
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.05em;
}

.no-exist {
  margin-top: 1rem;
}

/* 検索キーワードハイライト */
.search-highlight {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffffbc)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

.text-normal {
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 750px) {
  .text-normal {
    font-size: 1rem;
  }
}
.text-normal > .inner {
  display: inline-block;
  text-align: left;
}
@media (min-width: 750px) {
  .text-normal > .inner {
    text-align: center;
  }
}

a.text-normal {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

/*	投稿記事テキスト
---------------------------------------------------*/
.single-content p {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 750px) {
  .single-content p {
    font-size: 1rem;
  }
}
.single-content p a {
  color: #00AEC4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-content p a:hover {
  color: #00AEC4;
}

/* テキスト */
/*---------------------------------------------------
	navigation
---------------------------------------------------*/
/*  グローバルナビゲーション
---------------------------------------------------*/
.header-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 1024px) {
  .header-navigation {
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    padding-left: 1.5rem;
    margin-left: auto;
    overflow: visible;
  }
}
.header-navigation.-open {
  width: 100%;
}
.header-navigation > .inner {
  display: block;
  width: 100%;
  height: 100%;
}

.global-menu {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 950;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: rgba(51, 51, 153, 0.9);
  padding: 3rem 2rem 2rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 1024px) {
  .global-menu {
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    max-width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.global-menu.-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.global-menu > .list {
  position: relative;
}
.global-menu > .list + .list {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .global-menu > .list + .list {
    margin-top: 0;
  }
}
.global-menu > .list.-parentmenu {
  position: relative;
}
@media (min-width: 1024px) {
  .global-menu > .list.-fixed {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1024px) {
  .global-menu > .list.-fixed > .link {
    color: rgb(34, 34, 34);
    font-weight: normal;
  }
}
.global-menu > .list.-fixed > .link::before {
  background-color: #333399;
}
.global-menu > .list > .link {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (min-width: 1024px) {
  .global-menu > .list > .link {
    padding: 0.5rem 1.5rem;
    color: rgb(34, 34, 34);
    text-align: center;
  }
}
.global-menu > .list > .link:hover > .en {
  color: #00AEC4;
}
.global-menu > .list > .link > .en {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (min-width: 1024px) {
  .global-menu > .list > .link > .en {
    display: block;
    color: #333399;
    font-size: 1.125rem;
  }
}
.global-menu > .list > .link > .text {
  font-weight: normal;
}
.global-menu > .list > .link > .text::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .global-menu > .list > .link > .text::before {
    content: none;
  }
}

.menu-child {
  display: block;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .menu-child {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    background-color: #00AEC4;
  }
}
.menu-child > .list {
  position: relative;
  padding-left: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .menu-child > .list {
    padding-top: 0.5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .menu-child > .list:last-of-type {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .menu-child > .list:last-of-type::before {
    top: 50%;
  }
}
.menu-child > .list.-fixed {
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .menu-child > .list.-fixed {
    background-color: rgb(255, 255, 255);
  }
}
.menu-child > .list.-fixed::before {
  left: 0.5rem;
}
@media (min-width: 1024px) {
  .menu-child > .list.-fixed::before {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1024px) {
  .menu-child > .list.-fixed > .link {
    color: rgb(34, 34, 34);
    font-weight: normal;
  }
}
.menu-child > .list.-fixed > .link::before {
  background-color: #333399;
}
.menu-child > .list::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .menu-child > .list::before {
    content: none;
  }
}
.menu-child > .list > .link {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .menu-child > .list > .link {
    font-size: 1rem;
  }
}
.menu-child > .list > .link:hover::before {
  opacity: 1;
}
.menu-child > .list > .link.hover::before {
  opacity: 1;
}
.menu-child > .list > .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*  ページネーション
---------------------------------------------------*/
.archive-pagination {
  margin-top: 2.5rem;
}
.archive-pagination > .inner {
  text-align: center;
}
.archive-pagination > .inner > .number {
  display: none;
}
.archive-pagination > .inner > .pager {
  display: inline-block;
  min-width: 2.5rem;
  border: 1px solid #00AEC4;
  padding: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #00AEC4;
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
.archive-pagination > .inner > .pager:hover {
  background-color: #00AEC4;
  color: rgb(255, 255, 255);
}
.archive-pagination > .inner > .pager + .pager {
  margin-left: 1rem;
}
.archive-pagination > .inner > .pager.-current {
  background-color: #00AEC4;
  color: rgb(255, 255, 255);
}

/* ナビゲーション */
/*---------------------------------------------------
	img
---------------------------------------------------*/
/* imgにwidth:autoにするとWP管理画面で画像サイズ調整できなくなる */
img {
  max-width: 100%;
  max-height: 100%;
}
img.-objectfit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;";
}

/*	投稿記事画像
---------------------------------------------------*/
.single-content figure {
  margin-top: 1.75rem;
}
.single-content figure figcaption {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.single-content figure.alignleft {
  margin-top: 1.25rem;
}
.single-content figure.alignright {
  margin-top: 2.25rem;
}
.single-content .wp-block-image img {
  height: auto;
}

/* svgのWidthを指定しないとIEで小さくなる
img[src$=".svg"] {
  width: 100%;
}
*/
/* 画像 */
/*---------------------------------------------------
	list
---------------------------------------------------*/
ul, ol {
  list-style-type: none;
}

.list-section {
  padding-left: 1rem;
}
.list-section > .list {
  text-indent: -1em;
}
.list-section > .list + .list {
  margin-top: 0.25rem;
}
.list-section > .list::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #333399;
  margin-right: 0.5rem;
  margin-top: -2px;
}

.list-definition {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1.5rem;
}
.list-definition + .list-definition {
  margin-top: 1.5rem;
}
.list-definition > .title {
  font-size: 1.25rem;
  font-weight: 500;
}
.list-definition > .content {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .list-definition > .content {
    font-size: 1rem;
  }
}

/*	SNSシェアボタン
---------------------------------------------------*/
.list-shares {
  margin-top: 1rem;
}
.list-shares > .btn {
  display: inline-block;
  font-size: 0;
  vertical-align: bottom;
}

/*---------------------------------------------------
	tag
---------------------------------------------------*/
/*	tags-single 個別ページ用タグリスト
---------------------------------------------------*/
.tags-single {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  font-size: 0;
}
@media (min-width: 750px) {
  .tags-single {
    padding-left: 1.75rem;
  }
}
.tags-single::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .tags-single::before {
    font-size: 0.875rem;
  }
}
.tags-single > .list {
  display: inline-block;
}
.tags-single > .list::after {
  content: "/";
  margin: 0 0.5rem;
  font-size: 0.75rem;
}
.tags-single > .list:last-of-type::after {
  content: "";
}
.tags-single > .list > .link {
  font-size: 0.75rem;
  color: rgb(34, 34, 34);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 750px) {
  .tags-single > .list > .link {
    font-size: 0.875rem;
  }
}
.tags-single > .list > .link:hover {
  color: #00AEC4;
}
.tags-single.-category::before {
  content: "\f07c";
}

/*---------------------------------------------------
	商品詳細画像
---------------------------------------------------*/
/* list-itemvisual
------------------------------------------ */
.list-itemvisual {
  width: 100%;
  height: 100%;
  position: relative;
}
.list-itemvisual > .list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list-itemvisual > .list > .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* list-thumbnails
------------------------------------------ */
.list-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  overflow: auto;
}
@media (min-width: 750px) {
  .list-thumbnails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.list-thumbnails > .list {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  height: 24vw;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (min-width: 750px) {
  .list-thumbnails > .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    height: 10.5vw;
    max-height: 150px;
    margin-top: 0.5rem;
  }
}
.list-thumbnails > .list:hover {
  opacity: 0.7;
}
.list-thumbnails > .list > .inner {
  position: relative;
  width: calc(100% - 0.5rem);
  height: 100%;
  margin: 0 auto;
}
.list-thumbnails > .list > .inner::before, .list-thumbnails > .list > .inner::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.list-thumbnails > .list > .inner > .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgb(144, 144, 144);
}
@media (min-width: 750px) {
  .list-thumbnails > .list > .inner > .image {
    border: none;
  }
}
.list-thumbnails > .list.-active > .inner::before, .list-thumbnails > .list.-active > .inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.list-thumbnails > .list.-active > .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.list-thumbnails > .list.-active > .inner::after {
  content: "VIEW";
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .list-thumbnails > .list.-active > .inner::after {
    font-size: 0.75rem;
  }
}

/*	投稿記事タイトル
---------------------------------------------------*/
.single-content {
  /* ol */
}
.single-content ul {
  position: relative;
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .single-content ul {
    font-size: 1rem;
  }
}
.single-content ul li {
  position: relative;
  padding-left: 1em;
}
.single-content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.single-content ul li + li {
  margin-top: 0.5rem;
}
.single-content ul li ul {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .single-content ul li ul {
    font-size: 0.875rem;
  }
}
.single-content ul li ul li + li {
  margin-top: 0.25rem;
}
.single-content ul li ol {
  counter-reset: num-middle;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .single-content ul li ol {
    font-size: 0.875rem;
  }
}
.single-content ul li ol li {
  counter-increment: num-middle;
  padding-left: calc(1.5em + 0.25rem);
}
.single-content ul li ol li + li {
  margin-top: 0.25rem;
}
.single-content ul li ol li::before {
  content: "-" counter(num-middle, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
}
.single-content ol {
  counter-reset: num-large;
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .single-content ol {
    font-size: 1rem;
  }
}
.single-content ol li {
  counter-increment: num-large;
  position: relative;
  padding-left: calc(1em + 0.25rem);
}
.single-content ol li + li {
  margin-top: 0.5rem;
}
.single-content ol li::before {
  content: counter(num-large, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.single-content ol li ul {
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .single-content ol li ul {
    font-size: 0.875rem;
  }
}
.single-content ol li ol {
  counter-reset: num-middle;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .single-content ol li ol {
    font-size: 0.875rem;
  }
}
.single-content ol li ol li {
  counter-increment: num-middle;
  padding-left: calc(1.5em + 0.25rem);
}
.single-content ol li ol li + li {
  margin-top: 0.25rem;
}
.single-content ol li ol li::before {
  content: "-" counter(num-middle, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
}

/*	会社概要リスト
---------------------------------------------------*/
.list-company {
  border-bottom: 1px solid rgb(239, 239, 239);
  padding: 1.5rem 0;
}
.list-company:first-of-type {
  border-top: 1px solid rgb(239, 239, 239);
}
.list-company > .list + .list {
  margin-top: 1rem;
}
@media (min-width: 750px) {
  .list-company > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-company > .list > .title {
  color: #333399;
  font-weight: 500;
}
@media (min-width: 750px) {
  .list-company > .list > .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    font-weight: normal;
  }
}
.list-company > .list > .content {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .list-company > .list > .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.list-company > .list > .content > .link {
  color: rgb(34, 34, 34);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}
.list-company > .list > .content > .link:hover {
  color: #00AEC4;
}

/*	所属一覧ページ　ナビゲーション
---------------------------------------------------*/
.navigation-belong + .navigation-belong {
  margin-top: 1rem;
}
.navigation-belong > .list {
  display: inline-block;
  font-size: 0;
}
.navigation-belong > .list + .list::before {
  content: "/";
  display: inline-block;
  font-size: 0.75rem;
}
@media (min-width: 750px) {
  .navigation-belong > .list + .list::before {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .navigation-belong > .list + .list::before {
    margin: 0 0.5rem;
  }
}
.navigation-belong > .list > .link {
  padding: 0.25rem 0.5rem;
  color: rgb(34, 34, 34);
  font-size: 0.75rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (min-width: 750px) {
  .navigation-belong > .list > .link {
    font-size: 0.875rem;
  }
}
.navigation-belong > .list > .link:hover {
  color: #00AEC4;
  text-decoration: underline;
}

/*	所属詳細ページ
---------------------------------------------------*/
.list-belonginfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  padding: 1rem 0;
}
.list-belonginfo:nth-of-type(1) {
  border-top: 1px solid #E3E3E3;
  margin-top: 2rem;
}
.list-belonginfo > .title, .list-belonginfo > .content {
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .list-belonginfo > .title, .list-belonginfo > .content {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .list-belonginfo > .title, .list-belonginfo > .content {
    font-size: 1rem;
  }
}
.list-belonginfo > .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.list-belonginfo > .content {
  text-align: justify;
  word-break: break-all;
}
.list-belonginfo > .content h1 {
  font-weight: normal;
}

.list-comment li {
  position: relative;
  padding-left: 1.375rem;
  font-size: 0.875em;
}
.list-comment li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 0.5rem;
}

/* リスト */
/*---------------------------------------------------
	table
---------------------------------------------------*/
/*	投稿記事テーブル
---------------------------------------------------*/
.single-content table {
  width: 100%;
  margin-top: 1.75rem;
  font-size: 0.75rem;
}
.single-content table tr {
  background-color: #F0F0F0;
}
.single-content table tr:nth-of-type(even) {
  background-color: rgb(255, 255, 255);
}
.single-content table tr th, .single-content table tr td {
  padding: 0.5rem 0.25rem;
}
.single-content table tr td {
  text-align: center;
}

/* テーブル */
/*---------------------------------------------------
	card
---------------------------------------------------*/
/*  card-top
---------------------------------------------------*/
.card-top {
  width: 100%;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .card-top > .inner {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .card-top > .inner {
    padding: 0 150px;
  }
}
.card-top > .inner > .thumbnail {
  display: block;
  position: relative;
  width: calc(100% - 2rem);
  height: 58.133333vw;
}
@media (min-width: 750px) {
  .card-top > .inner > .thumbnail {
    width: 60%;
    height: 32vw;
    max-height: 360px;
  }
}
@media (min-width: 1024px) {
  .card-top > .inner > .thumbnail {
    height: 28.125vw;
  }
}
.card-top > .inner > .contents {
  position: relative;
  width: calc(100% - 2rem);
  background-color: rgba(51, 51, 153, 0.85);
  padding: 2rem;
  margin-top: -2rem;
  margin-left: auto;
  color: rgb(255, 255, 255);
}
@media (min-width: 750px) {
  .card-top > .inner > .contents {
    width: 60%;
    max-width: 600px;
    padding: 3rem;
    margin-top: -5rem;
  }
}
.card-top > .inner > .contents > .title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.card-top > .inner > .contents > .text {
  margin-top: 0.75rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media (min-width: 750px) {
  .card-top > .inner > .contents > .text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.card-top > .inner > .contents > .btn-border {
  margin-top: 1rem;
}
@media (min-width: 750px) {
  .card-top > .inner > .contents > .btn-border {
    margin-top: 2rem;
  }
}
.card-top > .inner > .contents > .en {
  position: absolute;
  top: calc(-58.133333vw + 2rem);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333399;
  font-size: 3rem;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
@media (min-width: 750px) {
  .card-top > .inner > .contents > .en {
    top: -5rem;
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .card-top > .inner > .contents > .en {
    top: -7rem;
  }
}
.card-top > .inner.-right > .thumbnail {
  margin-left: auto;
}
.card-top > .inner.-right > .contents {
  margin-left: 0;
}
.card-top > .inner.-right > .contents > .en {
  right: auto;
  left: 0;
  text-align: left;
}

/*  card-news
---------------------------------------------------*/
.news-feeds {
  border-top: 1px solid #F0F0F0;
}

.card-news {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #F0F0F0;
  color: rgb(34, 34, 34);
}
.card-news:hover > .text > .title {
  color: #00AEC4;
}
.card-news > .text {
  font-size: 0.875rem;
}
@media (min-width: 750px) {
  .card-news > .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
}
.card-news > .text > .information {
  font-size: 0;
}
@media (min-width: 750px) {
  .card-news > .text > .information {
    min-width: 260px;
  }
}
.card-news > .text > .information > .time {
  display: inline-block;
  font-size: 0.875rem;
  color: rgb(119, 119, 119);
  padding-right: 2rem;
}
@media (min-width: 750px) {
  .card-news > .text > .information > .time {
    font-size: 1rem;
  }
}
.card-news > .text > .information > .category {
  display: inline-block;
  min-width: 80px;
  background-color: #E3E3E3;
  padding: 2px 0.5rem;
  color: rgb(34, 34, 34);
  font-size: 0.625rem;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 750px) {
  .card-news > .text > .information > .category {
    min-width: 100px;
    font-size: 0.75rem;
  }
}
.card-news > .text > .title {
  margin-top: 0.5rem;
  font-weight: normal;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (min-width: 750px) {
  .card-news > .text > .title {
    margin-top: 0;
  }
}

/*  card-thumbnail
---------------------------------------------------*/
.card-thumbnail {
  display: block;
  color: rgb(34, 34, 34);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  /*&:hover {
  	> .thumbnail {
  		> .image {
  			transform: translate(-50%,-50%)scale(1.1,1.1);
  		}
  	}
  }*/
}
.card-thumbnail > .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .card-thumbnail > .thumbnail {
    height: 15vw;
    max-height: 180px;
  }
}
.card-thumbnail > .thumbnail > .image {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.card-thumbnail > .text > .title {
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 750px) {
  .card-thumbnail > .text > .title {
    font-size: 1rem;
  }
}

/*  tag-new
---------------------------------------------------*/
.tag-new {
  display: inline-block;
  padding: 2px 0.5rem;
  margin-right: 0.5rem;
  background-color: #333399;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
}

/* カード */
/*---------------------------------------------------
	column
---------------------------------------------------*/
/*	スマホ2カラム PC4カラム
---------------------------------------------------*/
.column-two-four {
  margin: auto;
}
.column-two-four > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 750px) {
  .column-two-four > .inner {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
.column-two-four > .inner > .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 1rem;
}
.column-two-four > .inner > .card:nth-of-type(1) {
  margin-top: 0;
}
.column-two-four > .inner > .card:nth-of-type(2) {
  margin-top: 0;
}
@media (min-width: 750px) {
  .column-two-four > .inner > .card {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .column-two-four > .inner > .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .column-two-four > .inner > .card:nth-of-type(3) {
    margin-top: 0;
  }
  .column-two-four > .inner > .card:nth-of-type(4) {
    margin-top: 0;
  }
}
.column-two-four > .inner > .card > .content {
  display: block;
  width: calc(100% - 0.5rem);
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .column-two-four > .inner > .card > .content {
    width: calc(100% - 0.5rem);
  }
}

/*	スマホ2カラム PC3カラム
---------------------------------------------------*/
.column-two-three {
  margin: auto;
}
.column-two-three > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 750px) {
  .column-two-three > .inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.column-two-three > .inner > .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 0.5rem;
}
.column-two-three > .inner > .card:nth-of-type(1) {
  margin-top: 0;
}
.column-two-three > .inner > .card:nth-of-type(2) {
  margin-top: 0;
}
@media (min-width: 750px) {
  .column-two-three > .inner > .card {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .column-two-three > .inner > .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .column-two-three > .inner > .card:nth-of-type(3) {
    margin-top: 0;
  }
}
.column-two-three > .inner > .card > .content {
  display: block;
  width: calc(100% - 0.5rem);
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .column-two-three > .inner > .card > .content {
    width: calc(100% - 1rem);
  }
}

/*	スマホ1カラム タブレット3カラム
---------------------------------------------------*/
.column-one-three {
  margin: auto;
}
@media (min-width: 750px) {
  .column-one-three > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.column-one-three > .inner > .card {
  margin-top: 0.5rem;
}
.column-one-three > .inner > .card:nth-of-type(1) {
  margin-top: 0;
}
@media (min-width: 750px) {
  .column-one-three > .inner > .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    margin-top: 1rem;
  }
  .column-one-three > .inner > .card:nth-of-type(2) {
    margin-top: 0;
  }
  .column-one-three > .inner > .card:nth-of-type(3) {
    margin-top: 0;
  }
}
.column-one-three > .inner > .card > .content {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .column-one-three > .inner > .card > .content {
    width: calc(100% - 1rem);
  }
}
.column-one-three.-center > .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*	スマホ1カラム PC4カラム
---------------------------------------------------*/
.column-one-four {
  /*
  margin: auto;
  > .inner {
  	@media (min-width: $pc) {
  		display: flex;
  		flex-wrap: wrap;
  		margin-left: - $pc-space / 2;
  		margin-right: - $pc-space / 2;
  	}
  	> .card {
  		margin-top: $mobile-space;
  		&:nth-of-type(1) {
  			margin-top: 0
  		}
  		@media (min-width: $pc) {
  			flex: 0 0 $pc-width;
  			margin-top: $pc-space;
  			&:nth-of-type(2) {
  				margin-top: 0
  			}
  			&:nth-of-type(3) {
  				margin-top: 0
  			}
  			&:nth-of-type(4) {
  				margin-top: 0
  			}
  		}
  		&.-footer {
  			& + .card {
  				margin-top: 3rem;
  				@media (min-width: $pc) {
  					margin-top: 0;
  				}
  			}
  		}
  		> .content {
  			display: block;
  			width: 100%;
  			height: 100%;
  			margin: 0 auto;
  			@media (min-width: $pc) {
  				width: calc(100% - 2rem);
  			}
  		}
  	}
  }
  */
}

/* カラム、横並び */
/*  バーガーメニュー
---------------------------------------------------*/
.burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.burger-bars {
  position: relative;
  width: 100%;
  height: 100%;
}
.burger-bars.-fixed > .bar {
  background-color: #333399;
}
.burger-bars.-open > .bar {
  background-color: rgb(255, 255, 255);
}
.burger-bars.-open > .bar:nth-of-type(1) {
  -webkit-animation: bar-top-open 0.5s;
          animation: bar-top-open 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.burger-bars.-open > .bar:nth-of-type(2) {
  -webkit-animation: bar-middle-open 0.5s;
          animation: bar-middle-open 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.burger-bars.-open > .bar:nth-of-type(3) {
  -webkit-animation: bar-bottom-open 0.5s;
          animation: bar-bottom-open 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.burger-bars > .bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #333399;
}
.burger-bars > .bar:nth-of-type(1) {
  -webkit-animation: bar-top 0.5s;
          animation: bar-top 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.burger-bars > .bar:nth-of-type(2) {
  -webkit-animation: bar-middle 0.5s;
          animation: bar-middle 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.burger-bars > .bar:nth-of-type(3) {
  -webkit-animation: bar-bottom 0.5s;
          animation: bar-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* burger animation */
@-webkit-keyframes bar-top {
  0% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 21px;
  }
}
@keyframes bar-top {
  0% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 21px;
  }
}
@-webkit-keyframes bar-top-open {
  0% {
    top: 21px;
  }
  50% {
    top: 29px;
  }
  100% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes bar-top-open {
  0% {
    top: 21px;
  }
  50% {
    top: 29px;
  }
  100% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@-webkit-keyframes bar-middle {
  0% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%;
  }
  50% {
    opacity: 0;
    width: 0;
    left: 0;
  }
  100% {
    top: 29px;
    opacity: 1;
  }
}
@keyframes bar-middle {
  0% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%;
  }
  50% {
    opacity: 0;
    width: 0;
    left: 0;
  }
  100% {
    top: 29px;
    opacity: 1;
  }
}
@-webkit-keyframes bar-middle-open {
  0% {
    opacity: 1;
    top: 29px;
  }
  50% {
    opacity: 0;
    width: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%;
  }
}
@keyframes bar-middle-open {
  0% {
    opacity: 1;
    top: 29px;
  }
  50% {
    opacity: 0;
    width: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%;
  }
}
@-webkit-keyframes bar-bottom {
  0% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 37px;
  }
}
@keyframes bar-bottom {
  0% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 37px;
  }
}
@-webkit-keyframes bar-bottom-open {
  0% {
    top: 37px;
  }
  50% {
    top: 29px;
  }
  100% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
@keyframes bar-bottom-open {
  0% {
    top: 37px;
  }
  50% {
    top: 29px;
  }
  100% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
/* バーガーメニュー */
/*---------------------------------------------------
  loading
---------------------------------------------------*/
/*/////////////////////////////
 05.loading
/////////////////////////////*/
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
          animation: ball-scale-multiple 1s 0s linear infinite;
}

.loading-animation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #333399;
  z-index: 5000;
}
.loading-animation > .loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ローディングアニメーション  */
/*---------------------------------------------------
    scrollbar
---------------------------------------------------*/
/*	お問い合わせページ　プライバシーポリシー
---------------------------------------------------*/
.terms-service.-inquiry ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.terms-service.-inquiry ::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px #F0F0F0 inset;
          box-shadow: 0 0 2px #F0F0F0 inset;
  border-radius: 20px;
}
.terms-service.-inquiry ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #D8D8D8;
}

/*	投稿記事スクロールバー
---------------------------------------------------*/
.single-content ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.single-content ::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 4px #F0F0F0 inset;
          box-shadow: 0 0 4px #F0F0F0 inset;
  border-radius: 20px;
}
.single-content ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #D8D8D8;
}

/* スクロールバー */
/*---------------------------------------------------
	other conponent
---------------------------------------------------*/
/*	モーダルウィンドウ 
---------------------------------------- */
.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10000;
  display: none;
}
.modal-window > .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1000px;
  height: auto;
  max-height: calc(100% - 6rem);
}
.modal-window > .inner > .btn-close {
  position: absolute;
  top: -3rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
}
.modal-window > .inner > .btn-close > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.modal-window > .inner > .btn-close > .inner::before, .modal-window > .inner > .btn-close > .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2rem;
  height: 2px;
  background-color: rgb(255, 255, 255);
}
.modal-window > .inner > .btn-close > .inner::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-window > .inner > .btn-close > .inner::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-window.-navigation {
  background: rgb(255, 255, 255);
  overflow-y: auto;
  z-index: 98;
}
.modal-window.-navigation > .inner {
  width: 100%;
  max-height: calc(100% - 50px);
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.modal-content {
  height: auto;
  max-height: calc(100vh - 8rem);
  width: 100%;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
}
.modal-content > .inner {
  padding: 2rem 1rem;
}
@media (min-width: 750px) {
  .modal-content > .inner {
    padding: 3rem;
  }
}
.modal-content > .inner h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
}
.modal-content > .inner p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.modal-content > .inner .btn-fill {
  margin-top: 2rem;
}

.mobilemenu-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mobilemenu-content > .modal-close {
  display: block;
  width: 250px;
  border: 1px solid rgb(34, 34, 34);
  border-radius: 3px;
  margin: 50px auto;
  color: rgb(34, 34, 34);
  font-size: 0.875rem;
  line-height: 50px;
}

/* その他 */
/*---------------------------------------------------
---------------------------------------------------
	3_project 各ページ用スタイルシート
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	index.scss
---------------------------------------------------*/
/*	バナー
---------------------------------------------------*/
.top-banner {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .top-banner {
    margin-top: 3rem;
  }
}
.top-banner > .inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .top-banner > .inner {
    padding: 0 50px;
  }
}

/*	ニュース
---------------------------------------------------*/
.top-news {
  padding: 4rem 0;
}
@media (min-width: 750px) {
  .top-news {
    padding: 5rem 0;
  }
}
.top-news > .inner > .btn-border {
  max-width: 268px;
  margin: 2rem auto 0;
}
@media (min-width: 750px) {
  .top-news > .inner > .btn-border {
    margin-top: 3rem;
  }
}

.top-service {
  padding: 4rem 0;
}
@media (min-width: 750px) {
  .top-service {
    padding: 5rem 0;
  }
}
.top-service > .inner > .btn-border {
  max-width: 268px;
  margin: 2rem auto 0;
}
@media (min-width: 750px) {
  .top-service > .inner > .btn-border {
    margin-top: 3rem;
  }
}
.top-service .lead > .title-large {
  margin-top: 2rem;
}
.top-service .lead > .text-normal {
  margin-top: 2rem;
}

/* トップページ */
.company-section {
  padding: 4rem 0;
}
@media (min-width: 750px) {
  .company-section {
    padding: 5rem 0;
  }
}
.company-section .title-large {
  margin-bottom: 2rem;
}

.company-map {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .company-map {
    margin-top: 3rem;
  }
}
.company-map > .iframe {
  width: 100%;
  height: 50vw;
  min-height: 200px;
  max-height: 480px;
}

.company-symbol {
  width: 100%;
  max-width: 120px;
  margin: 2rem auto;
}
@media (min-width: 750px) {
  .company-symbol {
    max-width: 160px;
  }
}

/* 会社概要ページ */
/*---------------------------------------------------
	記事ページ
---------------------------------------------------*/
.single-article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 4rem;
}
@media (min-width: 750px) {
  .single-article {
    padding: 0 50px;
    padding-bottom: 5rem;
  }
}

/*  記事ヘッダー
---------------------------------------------------*/
.header-single {
  border-bottom: 1px solid rgb(34, 34, 34);
  padding-bottom: 1.5rem;
  margin-top: 1rem;
}
.header-single > .visual {
  width: calc(100% + ( 20px * 2));
  margin-left: -20px;
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .header-single > .visual {
    width: calc(100% + ( 50px * 2));
    margin-left: -50px;
  }
}
@media (min-width: 1024px) {
  .header-single > .visual {
    width: 100%;
    margin-left: 0;
  }
}
.header-single > .visual > .image {
  width: 100%;
}
.header-single > .inner > .tag-new {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .header-single > .inner > .tag-new {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}
.header-single > .inner > .information {
  margin-top: 1rem;
  /* tags-category > 08_list.scss */
}
.header-single > .inner > .information > .time {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 0.75rem;
}
.header-single > .inner > .information > .time::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  color: #898989;
}
.header-single > .inner > .information > .time.-modified {
  margin-right: 2rem;
}
.header-single > .inner > .information > .time.-modified::before {
  content: "\f2ea";
  font-weight: bold;
}

/*  記事フッター
---------------------------------------------------*/
.footer-single {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(34, 34, 34);
  padding-top: 2rem;
  margin-top: 4rem;
}
.footer-single > .list-shares {
  margin-top: 0;
}

/*  記事コンテンツ
---------------------------------------------------*/
/* 02_title, 05_text, 07_img, 08_list */
.single-content {
  padding-top: 3rem;
}
.single-content > *:first-child {
  margin-top: 0;
}
.single-content > *:first-last {
  margin-bottom: 0;
}
.single-content blockquote {
  margin-top: 1.75rem;
  background-color: #F0F0F0;
  border-left: 3px solid #00AEC4;
  padding: 1rem;
  text-align: right;
}
.single-content blockquote p {
  margin-top: 0;
  text-align: left;
}
.single-content blockquote cite {
  position: relative;
  display: inline-block;
  padding-left: calc(10px + 0.5rem);
  font-size: 0.75rem;
}
.single-content blockquote cite::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: rgb(34, 34, 34);
}
.single-content .wp-block-preformatted {
  border: 1px solid #F0F0F0;
  padding: 1rem;
  margin-top: 1.75rem;
  font-size: 0.875rem;
}
.single-content .wp-block-code {
  border: 1px solid #F0F0F0;
  padding: 1rem;
  margin-top: 1.75rem;
  font-size: 0.875rem;
}
.single-content a {
  color: #00AEC4;
  text-decoration: underline;
}
.single-content a:hover {
  text-decoration: none;
}

/* 記事ページ */
.privacy-section {
  padding: 3rem 0;
  font-size: 0.875rem;
  line-height: 2;
}
.privacy-section h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .privacy-section h2 {
    margin-top: 4rem;
    font-size: 1.75rem;
  }
}
.privacy-section ol {
  padding-left: 2em;
  list-style-type: decimal-leading-zero;
}
.privacy-section ol li::first-line {
  margin-left: -1em;
}
.privacy-section ol ol {
  list-style-type: lower-roman;
}
.privacy-section ol ol ol {
  list-style-type: lower-alpha;
}

/* プライバシーポリシーページ */
.section-404 {
  padding: 1rem 0 5rem;
}
@media (min-width: 750px) {
  .section-404 {
    padding: 2rem 0 5rem;
  }
}
.section-404 > .inner > .lead {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 750px) {
  .section-404 > .inner > .lead {
    margin-top: 3rem;
  }
}
.section-404 > .inner > .lead > .text {
  display: inline-block;
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 750px) {
  .section-404 > .inner > .lead > .text {
    font-size: 1rem;
    text-align: center;
  }
}
.section-404 > .inner > .btn-fill {
  max-width: 320px;
  margin: 2rem auto 0;
}
@media (min-width: 750px) {
  .section-404 > .inner > .btn-fill {
    margin-top: 3rem;
  }
}

.image-404 {
  text-align: center;
}
@media (min-width: 1024px) {
  .image-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.image-404 > .robot {
  width: 112px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .image-404 > .robot {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .image-404 > .robot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin: 0;
  }
}
.image-404 > .content > .text {
  color: #00AEC4;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 1024px) {
  .image-404 > .content > .text {
    padding-left: 4rem;
    font-size: 3rem;
  }
}

/* 404エラーページ */
/*---------------------------------------------------
	service.scss
---------------------------------------------------*/
/*	サービス
---------------------------------------------------*/
.service-lead {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .service-lead {
    margin-top: 3rem;
  }
}
.service-lead > .inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .service-lead > .inner {
    padding: 0 50px;
  }
}
.service-lead .text-normal {
  margin-top: 2rem;
  line-height: 2;
}

/*	ニュース
---------------------------------------------------*/
/* サービスページ */
/*---------------------------------------------------
	お問い合わせページ
---------------------------------------------------*/
.contact-header {
  padding: 2rem 0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2;
}
@media (min-width: 750px) {
  .contact-header {
    padding: 3rem 0;
    font-size: 1.25rem;
  }
}

.form-wrapper {
  max-width: 640px;
  padding: 3rem 0 4rem;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .form-wrapper {
    padding: 3rem 0 5rem;
  }
}
.form-wrapper .btn-fill {
  max-width: 480px;
  padding: 1.5rem 0.5rem;
  margin: 1.25rem auto 0;
}
@media (min-width: 750px) {
  .form-wrapper .btn-fill {
    margin-top: 1.75rem;
  }
}
.form-wrapper .btn-fill.-cancel {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .form-wrapper .btn-fill.-cancel {
    margin-top: 3rem;
  }
}

.terms-service > .content {
  font-size: 0.875rem;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 750px) {
  .terms-service > .content {
    padding: 3rem 3rem 4rem;
  }
}
.terms-service > .content *:first-child {
  margin-top: 0;
}
.terms-service > .content h2, .terms-service > .content h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: rgb(34, 34, 34);
  font-weight: 400;
}
.terms-service > .content h2 {
  font-size: 1.5rem;
}
.terms-service > .content h3 {
  font-size: 1.25rem;
}
.terms-service > .content ol {
  padding-left: 2em;
  list-style-type: decimal-leading-zero;
}
.terms-service > .content ol li::first-line {
  margin-left: -1em;
}
.terms-service > .content ol ol {
  list-style-type: lower-roman;
}
.terms-service > .content ol ol ol {
  list-style-type: lower-alpha;
}

.thanks-section {
  padding: 3rem 0;
}
@media (min-width: 750px) {
  .thanks-section {
    padding: 5rem 0;
  }
}
.thanks-section > .inner > .text {
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 750px) {
  .thanks-section > .inner > .text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .thanks-section > .inner > .text {
    text-align: center;
  }
}
.thanks-section > .inner > .list-comment {
  margin-top: 2rem;
  text-align: center;
}
.thanks-section > .inner > .list-comment > .list {
  display: inline-block;
  text-align: left;
}
.thanks-section > .inner > .btn-border {
  max-width: 268px;
  margin: 3rem auto 0;
}

/* お問い合わせページ */
/*---------------------------------------------------
	ニュースページ
---------------------------------------------------*/
.news-section {
  padding: 3rem 0;
}

.news-feed {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(144, 144, 144);
}
.news-feed + .news-feed {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .news-feed > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-feed > .inner > .information {
  font-size: 0;
}
@media (min-width: 750px) {
  .news-feed > .inner > .information {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-top: 0.125rem;
  }
}
.news-feed > .inner > .information > .category {
  display: inline-block;
  min-width: 100px;
  background-color: #00AEC4;
  padding: 0.125rem 0.5rem;
  margin-right: 1rem;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-feed > .inner > .information > .category:hover {
  opacity: 0.7;
}
.news-feed > .inner > .information > .time {
  display: inline-block;
  font-size: 0.875rem;
}
.news-feed > .inner > .title {
  display: inline-block;
  margin-top: 0.5rem;
  color: rgb(34, 34, 34);
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 750px) {
  .news-feed > .inner > .title {
    margin-top: 0;
    font-size: 1rem;
  }
}
.news-feed > .inner > .title:hover {
  color: #00AEC4;
}
.news-feed > .inner > .title > .text {
  font-weight: normal;
}

/* ニュースページ（投稿アーカイブ） */
/*# sourceMappingURL=style.css.map */