@charset "UTF-8";
/* color
======================================== */
/* font-family
======================================== */
/* font-size
======================================== */
/* font-weight
======================================== */
/* height
======================================== */
/* width
======================================== */
/* z-index
======================================== */
/* transition
======================================== */
/* animation
======================================== */
/* border-radius
======================================== */
/* box-shadow
======================================== */
/* IE11 hack
======================================== */
/* マルケトフォームのUIスタイル
======================================== */
/* initMarketoForm() によって付与されたクラス名に対するスタイル
======================================== */
/* マルケトのスタイルをリセット
** 必用なスタイルはリセット後に別途!importantで定義してください
======================================== */
/* イベントページ用のマルケト拡張スタイル
======================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

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

body {
  height: 100%;
  min-height: 100%;
  font-family: "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  background: #fff;
}

_:-ms-input-placeholder body, :root body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

a {
  color: #141414;
  transition: all 0.2s ease-out;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

p {
  margin: 0;
  padding: 0;
}

h1 {
  letter-spacing: 0.02em;
  font-family: serif;
}

form {
  /* ボタンフィールド
    ======================================== */
  /* プライバシーポリシー
    ======================================== */
  /* マルケトの担当者名
    ======================================== */
  /* マルケトのチェックボックスのリスト
    ======================================== */
  font-family: "Segoe UI", "Noto Sans JP", sans-serif !important;
  /* ラベル
    ======================================== */
  /* テキストフィールド
    ======================================== */
  /* チェックボックス
    ======================================== */
  /* チェックボックスのラベル
    ======================================== */
  /* セレクトボックス
    ======================================== */
  /* テキストエリア
    ======================================== */
  /* プライマリーボタン
    ======================================== */
  /* フィールドグループ
    ======================================== */
  /* ボタンフィールド
    ======================================== */
  /* 入力エラー
    ======================================== */
  /* フィールドマージン用途のボックス
    ======================================== */
}

@media screen and (max-width: 480px) {
  form * {
    height: unset !important;
    line-height: unset !important;
    float: unset !important;
    font-size: unset !important;
    margin: unset !important;
    padding: unset !important;
    clear: unset !important;
    float: unset !important;
  }
  form .mktoOffset, form .mktoFormRow, form .mktoField {
    display: block !important;
  }
  form .mktoGutter {
    display: block !important;
    height: 16px !important;
  }
}

form.mktoForm,
form .mktoFormRow,
form .mktoButtonRow,
form .mktoFieldWrap,
form .mktoFormCol,
form .mktoLabel,
form .mktoTextField,
form .mktoEmailField,
form .mktoTelField,
form .mktoNumberField,
form .mktoHtmlText,
form .mktoCheckboxList,
form .mktoButtonWrap {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

form .mktoButton {
  color: unset !important;
  border: unset !important;
  margin: unset !important;
  padding: unset !important;
  font-size: unset !important;
  background-color: unset !important;
  background-image: unset !important;
}

form .mktoCheckboxList > label {
  cursor: pointer !important;
  user-select: none;
}

form fieldset {
  margin-inline-start: unset;
  margin-inline-end: unset;
  padding-block-start: unset;
  padding-block-end: unset;
  padding-inline-start: unset;
  padding-inline-end: unset;
  border: unset;
}

form fieldset .mktoOffset, form fieldset .mktoGutter {
  display: none !important;
}

form .mktoClear {
  display: none !important;
}

form.mktoForm .mktoError {
  right: unset;
  bottom: unset;
  width: 100%;
  min-width: 200px;
}

form.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}

form.mktoForm .mktoError .mktoErrorMsg {
  width: 100%;
  max-width: 100%;
  background-color: unset;
  background-image: unset;
  border: unset;
  border-radius: unset;
  text-shadow: unset;
  box-shadow: unset;
  margin: unset;
  padding: unset;
}

form .marketo-select-field {
  position: relative;
}

form .marketo-select-field::after {
  display: block !important;
  position: absolute;
  right: 16px;
  bottom: 22px;
  width: 8px;
  height: 8px;
  border: solid #818181;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

form .marketo-privacy-row .mktoOffset {
  height: 36px !important;
}

form .marketo-privacy-row .mktoHtmlText {
  text-align: center;
}

form .marketo-privacy-row .mktoHtmlText span {
  font-size: 18px !important;
  font-weight: 400;
  color: #818181;
}

form .marketo-privacy-row .mktoHtmlText span a {
  color: #818181 !important;
  font-weight: 400;
  text-decoration: underline;
}

form .marketo-name-row {
  display: flex !important;
  justify-content: space-between;
}

form .marketo-name-row .mktoFormCol {
  max-width: calc(50% - 8px);
}

form .marketo-checkbox-list {
  justify-content: space-between;
}

form .marketo-checkbox-list .mktoCheckboxList {
  display: flex !important;
}

form .marketo-checkbox-list .mktoFormCol {
  max-width: 365px;
}

form _:-ms-input-placeholder, form :root {
  font-family: "Segoe UI", Meiryo, sans-serif !important;
}

form label.mktoLabel {
  position: relative;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 18px !important;
  font-weight: 400;
}

form label.mktoLabel .mktoAsterix {
  position: absolute;
  top: 0;
  left: 0;
  color: #fdfdfd;
}

form label.mktoLabel .mktoAsterix::before {
  content: '必須';
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 40px;
  height: 24px;
  background-color: #4494dd;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  form label.mktoLabel {
    font-size: 16px !important;
  }
}

form .mktoFieldWrap.mktoRequiredField label.mktoLabel {
  padding-left: 48px !important;
}

form input.mktoTextField, form input.mktoEmailField, form input.mktoTelField, form input.mktoNumberField {
  padding: 12px !important;
  height: 50px !important;
  font-size: 16px !important;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease-out;
}

form input.mktoTextField:focus, form input.mktoEmailField:focus, form input.mktoTelField:focus, form input.mktoNumberField:focus {
  border-color: #4494dd;
}

form input.mktoTextField::placeholder, form input.mktoEmailField::placeholder, form input.mktoTelField::placeholder, form input.mktoNumberField::placeholder {
  color: #a4a4a4;
}

form input[type="checkbox"] {
  height: 0 !important;
  width: 0 !important;
  position: relative;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  outline: none;
  -o-appearance: none;
  appearance: none;
}

form input[type="checkbox"]::before {
  display: block !important;
  width: 22px;
  height: 22px;
  background: #FFF;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 2px;
  content: "";
}

form input[type="checkbox"]:checked::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 16px;
  border: solid #4494dd;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

form .mktoCheckboxList > label {
  margin-left: 28px !important;
  margin-right: 24px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

@media screen and (max-width: 767px) {
  form .mktoCheckboxList > label {
    font-size: 16px !important;
  }
}

form select {
  position: relative;
  width: 100% !important;
  height: 50px !important;
  padding-right: 36px !important;
  font-size: 16px !important;
  text-indent: 12px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -o-appearance: none;
  appearance: none;
}

form select:focus {
  border-color: #4494dd;
}

form textarea {
  width: 100% !important;
  min-height: 125px !important;
  padding: 12px !important;
  font-size: 16px !important;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease-out;
}

form textarea:focus {
  border-color: #4494dd;
}

form textarea::placeholder {
  color: #a4a4a4;
}

form button.mktoButton {
  display: inline-block !important;
  width: 280px !important;
  min-width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 8px !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #fdfdfd !important;
  background: #4494dd !important;
  border-radius: 4px !important;
  transition: all 0.2s ease-out;
}

form button.mktoButton:hover {
  background: #3d84c7 !important;
}

form fieldset.mktoFormCol {
  margin-top: 26px !important;
}

form fieldset label.mktoLabel {
  width: auto !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  cursor: pointer;
}

form fieldset legend {
  margin: 0 0 16px !important;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
}

form fieldset .mktoFormRow {
  width: auto !important;
  float: left !important;
  clear: unset !important;
}

@media screen and (max-width: 767px) {
  form fieldset .mktoFormRow {
    margin-bottom: 4px !important;
  }
}

form fieldset .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

form fieldset .mktoFieldDescriptor {
  width: 220px !important;
}

form fieldset .mktoCheckboxList {
  width: 28px !important;
}

form .mktoButtonRow {
  margin-top: 64px !important;
}

form .mktoButtonRow .mktoButtonWrap {
  display: flex !important;
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  form .mktoButtonRow {
    margin-top: 40px !important;
  }
}

form.mktoForm .mktoError {
  bottom: -18px !important;
  left: 0;
  color: #ea2c65;
}

form.mktoForm .mktoError .mktoErrorMsg {
  color: red;
}

form .mktoFieldDescriptor .mktoOffset {
  height: 26px !important;
}

form .mktoGutter {
  display: block !important;
  height: 8px !important;
}

@media screen and (max-width: 767px) {
  form .mktoGutter {
    height: 12px !important;
  }
}

/* Layout
======================================== */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

/* Common
======================================== */
.is-only-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-only-sp {
    display: block !important;
    background-color: #BA9B2D;
  }
}

@media screen and (max-width: 1024px) {
  .is-only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc-and-tab {
    display: none !important;
  }
}

.is-tab-and-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .is-tab-and-sp {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

.no-link {
  pointer-events: none;
}

.border-bottom-decoration {
  border-bottom: 1px solid #C9C9C9;
}

/* Button
======================================== */
.btn {
  display: inline-block;
  min-width: 64px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.btn-small {
  width: 148px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}

@media screen and (max-width: 1024px) {
  .btn-small {
    width: 124px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}

.btn-normal {
  width: 280px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  padding: 0 8px;
}

@media screen and (max-width: 1024px) {
  .btn-normal {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}

.btn-white {
  color: #141414;
  background: #fdfdfd;
}

.btn-white:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
}

.btn-yellow {
  color: #141414;
  background: #f6d31a;
}

.btn-yellow:hover {
  background: #ffe359;
}

.btn-blue {
  color: #fdfdfd;
  background: #4494dd;
}

.btn-blue:hover {
  background: #3d84c7;
}

.btn-outlined-white {
  color: #fdfdfd;
  border: solid 1px #fdfdfd;
}

.btn-outlined-white:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn-outlined-blue {
  color: #4494dd;
  border: solid 1px #4494dd;
}

.btn-outlined-blue:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn-extended {
  border-radius: 166px;
}

/* Card
======================================== */
.card {
  display: flex;
  flex-direction: column;
  width: 336px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card:hover .card-img {
  transform: scale(1.1);
}

.card:hover .card-title {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .card {
    width: 308px;
  }
}

.card-archive {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-archive:hover .card-img-archive {
  transform: scale(1.1);
}

.card-archive:hover .card-title {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .card-archive {
    width: 308px;
  }
}

.card-case {
  height: 484px;
}

@media screen and (max-width: 1024px) {
  .card-case {
    height: 448px;
  }
}

.card-news {
  height: 420px;
}

@media screen and (max-width: 1024px) {
  .card-news {
    height: 352px;
  }
}

.card-online {
  height: 484px;
}

.card-online:hover .card-img {
  transform: none;
}

.card-online:hover .card-title {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-online {
    height: 448px;
  }
}

.card-link {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  height: 220px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-link {
    height: 206px;
  }
}

.card-img {
  display: inline-block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
  transform: scale(1);
}

.card-img-archive {
  display: inline-block;
  width: 100%;
  height: 189px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-img-archive {
    height: 161px;
  }
}

.card-link-archive {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  height: 189px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-link-archive {
    height: 161px;
  }
}

.card-default-img {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.card-inner {
  flex-grow: 1;
}

.card-body {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px;
}

@media screen and (max-width: 1024px) {
  .card-body {
    padding: 16px;
  }
}

.card-body-archive {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 231px;
  padding: 10px 20px;
}

@media screen and (max-width: 1200px) {
  .card-body-archive {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .card-body-archive {
    max-height: 191px;
  }
}

.card-company-name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .card-company-name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-company-name {
    margin-top: 20px;
  }
}

.card-title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 27px;
  color: #4494dd;
  min-height: 60px;
}

@media screen and (max-width: 1024px) {
  .card-title {
    margin-top: 8px;
    font-size: 16px;
  }
}

.card-case-description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

.card-news-description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

.card-news-date {
  font-size: 14px;
  font-weight: 400;
}

.card-default-color {
  background: #a5bcd1;
}

.card-casestudy {
  display: flex;
  flex-direction: column;
  width: 580px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.card-casestudy:hover .card-casestudy-img {
  transform: scale(1.1);
}

.card-casestudy:hover .card-casestudy-title {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .card-casestudy {
    width: 380px;
  }
}

.card-casestudy-case {
  height: 535px;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-case {
    height: 430px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-case {
    height: 390px;
  }
}

.card-casestudy-link {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  min-height: 303px;
  height: 303px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-link {
    min-height: 185px;
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-link {
    min-height: 164px;
    height: 164px;
  }
}

.card-casestudy-img {
  display: inline-block;
  width: 100%;
  height: 303px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-casestudy-img {
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-img {
    height: 164px;
  }
}

.card-casestudy-company-name {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-company-name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-company-name {
    margin-top: 20px;
  }
}

.card-casestudy-title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 27px;
  color: #4494dd;
  min-height: 60px;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-title {
    margin-top: 8px;
    font-size: 16px;
  }
}

.card-casestudy-case-description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .card-casestudy-case-description {
    margin-top: 8px;
  }
}

.card-casestudy-inner {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .card-casestudy-inner {
    max-height: 220px;
  }
}

.card-casestudy-body {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-body {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-body {
    height: 220px;
  }
}

.card-casestudy-logo-case {
  margin-top: 260px;
  margin-left: 25px;
  display: inline-block;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-logo-case {
    margin-top: 150px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-logo-case {
    margin-top: 125px;
    margin-left: 20px;
  }
}

.card-casestudy-logo-case-inner {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/
  background-color: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-logo-case-inner {
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-logo-case-inner {
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
}

.card-casestudy-logo {
  width: 60px;
  height: auto;
  background-size: cover;
  background-color: #fff;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-casestudy-logo {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-logo {
    width: 50px;
  }
}

.card-casestudy-top {
  display: flex;
  flex-direction: column;
  width: 580px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.card-casestudy-top:hover .card-casestudy-top-img {
  transform: scale(1.1);
}

.card-casestudy-top:hover .card-casestudy-top-title {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top {
    width: 315px;
  }
}

.card-casestudy-top-case {
  height: 380px;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-case {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-case {
    height: 340px;
  }
}

.card-casestudy-top-link {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  min-height: 167px;
  height: 167px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-link {
    min-height: 185px;
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-link {
    min-height: 164px;
    height: 164px;
  }
}

.card-casestudy-top-img {
  display: inline-block;
  width: 100%;
  height: 167px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-img {
    height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-img {
    height: 164px;
  }
}

.card-casestudy-top-company-name {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-company-name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-company-name {
    margin-top: 20px;
  }
}

.card-casestudy-top-logo-case {
  margin-top: 140px;
  margin-left: 15px;
  display: inline-block;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-logo-case {
    margin-top: 150px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-logo-case {
    margin-top: 125px;
    margin-left: 20px;
  }
}

.card-casestudy-top-logo-case-inner {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  /*左右中央揃え*/
  align-items: center;
  /*上下中央揃え*/
  background-color: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-logo-case-inner {
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-logo-case-inner {
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
  }
}

.card-casestudy-top-logo {
  width: 45px;
  height: auto;
  background-size: cover;
  background-color: #fff;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-casestudy-top-logo {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .card-casestudy-top-logo {
    width: 50px;
  }
}

.card-resources {
  height: 440px;
}

@media screen and (max-width: 1024px) {
  .card-resources {
    height: 410px;
  }
}

.card-resources-archive {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: #fdfdfd;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-resources-archive:hover .card-resources-img-archive {
  transform: scale(1.1);
}

.card-resources-archive:hover .card-resources-title {
  text-decoration: underline;
}

.card-resources-archive:hover .card-resources-button-eff {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .card-resources-archive:hover .card-resources-button-eff {
    right: -261px;
  }
}

.card-resources-archive:hover .card-resources-button-inner {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .card-resources-archive {
    width: 308px;
  }
}

.card-resources-title {
  margin-top: 14px;
  font-size: 18px;
  line-height: 27px;
  color: #4494dd;
  min-height: 60px;
}

@media screen and (max-width: 1024px) {
  .card-resources-title {
    margin-top: 8px;
    font-size: 16px;
  }
}

.card-resources-link-archive {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  height: 191px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .card-resources-link-archive {
    height: 161px;
  }
}

.card-resources-img-archive {
  display: inline-block;
  width: 100%;
  height: 191px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .card-resources-img-archive {
    height: 161px;
  }
}

.card-resources-description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.card-resources-button-area {
  width: 80%;
  background-position: center center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
}

.card-resources-button {
  width: 100%;
  height: 50px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 5px;
  border: 1px solid #4494DD;
  box-sizing: border-box;
  border-radius: 59px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.card-resources-button-eff {
  width: 261px;
  height: 100px;
  top: -10px;
  right: -261px;
  border: 1px solid #4494DD;
  background: #4494DD;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
}

.card-resources-button-inner {
  width: 90%;
  margin: 20px;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #4494DD;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
}

/* Pagination
======================================== */
.pagination ul {
  margin: 1.5em auto 10em;
  max-width: 67.5em;
  text-align: right;
}

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

.pagination ul li > * {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 0.75em;
  line-height: 3.3333em;
  height: 3.3333em;
  position: relative;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
  width: 3.3333em;
}

.pagination ul li > *:not(.dots):hover,
.pagination ul li > .current {
  background-color: #4494DD;
  color: #FFF;
}

.pagination ul li > .next,
.pagination ul li > .prev {
  color: transparent !important;
}

.pagination ul li > .next::after,
.pagination ul li > .prev::after {
  border-width: 0.5em 0.5em 0 0.5em;
  border-style: solid;
  border-color: #000 transparent;
  content: "";
  height: 0;
  margin-top: -0.175em;
  margin-right: -0.5em;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: scale(0.55) rotate(-90deg);
  transition: border-color 0.2s;
  width: 0;
}

.pagination ul li > .prev::after {
  transform: scale(0.55) rotate(90deg);
}

.pagination ul li > .next:hover::after,
.pagination ul li > .prev:hover::after {
  border-color: #FFF transparent;
}

@media all and (max-width: 1000px) {
  .pagination ul {
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
  }
}

@media all and (max-width: 960px) {
  .pagination ul {
    max-width: 46em;
  }
}

@media all and (max-width: 780px) {
  .pagination ul {
    margin: -0.25em auto 3.25em;
    text-align: center;
  }
  .pagination ul > li {
    margin-bottom: 0.5em;
  }
}

/* Inquiry
======================================== */
.inquiry {
  width: 100%;
  height: 270px;
  background: #4494dd;
}

@media screen and (max-width: 1024px) {
  .inquiry {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry {
    height: 300px;
  }
}

.inquiry-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96%;
  max-width: 586px;
  margin: 0 auto;
}

.inquiry-header {
  margin-top: 40px;
  color: #fdfdfd;
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .inquiry-header {
    margin-top: 26px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-header {
    text-align: center;
  }
}

.inquiry-action {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inquiry-action {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-action-link:first-child {
    margin-top: 16px;
  }
}

.inquiry-link {
  margin-top: 22px;
  color: #fdfdfd;
  font-size: 16px;
}

.inquiry-link:link, .inquiry-link:visited, .inquiry-link:hover, .inquiry-link:active {
  text-decoration: underline;
}

.inquiry-link:hover {
  color: #cbccd3;
}

.inquiry-extended {
  border-radius: 4px;
}

/* Marketo Form
======================================== */
.marketo-form {
  /* ボタンフィールド
    ======================================== */
  /* プライバシーポリシー
    ======================================== */
  /* マルケトの担当者名
    ======================================== */
  /* マルケトのチェックボックスのリスト
    ======================================== */
  font-family: "Segoe UI", "Noto Sans JP", sans-serif !important;
  /* ラベル
    ======================================== */
  /* テキストフィールド
    ======================================== */
  /* チェックボックス
    ======================================== */
  /* チェックボックスのラベル
    ======================================== */
  /* セレクトボックス
    ======================================== */
  /* テキストエリア
    ======================================== */
  /* プライマリーボタン
    ======================================== */
  /* フィールドグループ
    ======================================== */
  /* ボタンフィールド
    ======================================== */
  /* 入力エラー
    ======================================== */
  /* フィールドマージン用途のボックス
    ======================================== */
}

@media screen and (max-width: 480px) {
  .marketo-form * {
    height: unset !important;
    line-height: unset !important;
    float: unset !important;
    font-size: unset !important;
    margin: unset !important;
    padding: unset !important;
    clear: unset !important;
    float: unset !important;
  }
  .marketo-form .mktoOffset, .marketo-form .mktoFormRow, .marketo-form .mktoField {
    display: block !important;
  }
  .marketo-form .mktoGutter {
    display: block !important;
    height: 16px !important;
  }
}

.marketo-form.mktoForm,
.marketo-form .mktoFormRow,
.marketo-form .mktoButtonRow,
.marketo-form .mktoFieldWrap,
.marketo-form .mktoFormCol,
.marketo-form .mktoLabel,
.marketo-form .mktoTextField,
.marketo-form .mktoEmailField,
.marketo-form .mktoTelField,
.marketo-form .mktoNumberField,
.marketo-form .mktoHtmlText,
.marketo-form .mktoCheckboxList,
.marketo-form .mktoButtonWrap {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.marketo-form .mktoButton {
  color: unset !important;
  border: unset !important;
  margin: unset !important;
  padding: unset !important;
  font-size: unset !important;
  background-color: unset !important;
  background-image: unset !important;
}

.marketo-form .mktoCheckboxList > label {
  cursor: pointer !important;
  user-select: none;
}

.marketo-form fieldset {
  margin-inline-start: unset;
  margin-inline-end: unset;
  padding-block-start: unset;
  padding-block-end: unset;
  padding-inline-start: unset;
  padding-inline-end: unset;
  border: unset;
}

.marketo-form fieldset .mktoOffset, .marketo-form fieldset .mktoGutter {
  display: none !important;
}

.marketo-form .mktoClear {
  display: none !important;
}

.marketo-form.mktoForm .mktoError {
  right: unset;
  bottom: unset;
  width: 100%;
  min-width: 200px;
}

.marketo-form.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}

.marketo-form.mktoForm .mktoError .mktoErrorMsg {
  width: 100%;
  max-width: 100%;
  background-color: unset;
  background-image: unset;
  border: unset;
  border-radius: unset;
  text-shadow: unset;
  box-shadow: unset;
  margin: unset;
  padding: unset;
}

.marketo-form .marketo-select-field {
  position: relative;
}

.marketo-form .marketo-select-field::after {
  display: block !important;
  position: absolute;
  right: 16px;
  bottom: 22px;
  width: 8px;
  height: 8px;
  border: solid #818181;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.marketo-form .marketo-privacy-row .mktoOffset {
  height: 36px !important;
}

.marketo-form .marketo-privacy-row .mktoHtmlText {
  text-align: center;
}

.marketo-form .marketo-privacy-row .mktoHtmlText span {
  font-size: 18px !important;
  font-weight: 400;
  color: #818181;
}

.marketo-form .marketo-privacy-row .mktoHtmlText span a {
  color: #818181 !important;
  font-weight: 400;
  text-decoration: underline;
}

.marketo-form .marketo-name-row {
  display: flex !important;
  justify-content: space-between;
}

.marketo-form .marketo-name-row .mktoFormCol {
  max-width: calc(50% - 8px);
}

.marketo-form .marketo-checkbox-list {
  justify-content: space-between;
}

.marketo-form .marketo-checkbox-list .mktoCheckboxList {
  display: flex !important;
}

.marketo-form .marketo-checkbox-list .mktoFormCol {
  max-width: 365px;
}

.marketo-form _:-ms-input-placeholder, .marketo-form :root {
  font-family: "Segoe UI", Meiryo, sans-serif !important;
}

.marketo-form label.mktoLabel {
  position: relative;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 18px !important;
  font-weight: 400;
}

.marketo-form label.mktoLabel .mktoAsterix {
  position: absolute;
  top: 0;
  left: 0;
  color: #fdfdfd;
}

.marketo-form label.mktoLabel .mktoAsterix::before {
  content: '必須';
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 40px;
  height: 24px;
  background-color: #4494dd;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .marketo-form label.mktoLabel {
    font-size: 16px !important;
  }
}

.marketo-form .mktoFieldWrap.mktoRequiredField label.mktoLabel {
  padding-left: 48px !important;
}

.marketo-form input.mktoTextField, .marketo-form input.mktoEmailField, .marketo-form input.mktoTelField, .marketo-form input.mktoNumberField {
  padding: 12px !important;
  height: 50px !important;
  font-size: 16px !important;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease-out;
}

.marketo-form input.mktoTextField:focus, .marketo-form input.mktoEmailField:focus, .marketo-form input.mktoTelField:focus, .marketo-form input.mktoNumberField:focus {
  border-color: #4494dd;
}

.marketo-form input.mktoTextField::placeholder, .marketo-form input.mktoEmailField::placeholder, .marketo-form input.mktoTelField::placeholder, .marketo-form input.mktoNumberField::placeholder {
  color: #a4a4a4;
}

.marketo-form input[type="checkbox"] {
  height: 0 !important;
  width: 0 !important;
  position: relative;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  outline: none;
  -o-appearance: none;
  appearance: none;
}

.marketo-form input[type="checkbox"]::before {
  display: block !important;
  width: 22px;
  height: 22px;
  background: #FFF;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 2px;
  content: "";
}

.marketo-form input[type="checkbox"]:checked::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 16px;
  border: solid #4494dd;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.marketo-form .mktoCheckboxList > label {
  margin-left: 28px !important;
  margin-right: 24px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

@media screen and (max-width: 767px) {
  .marketo-form .mktoCheckboxList > label {
    font-size: 16px !important;
  }
}

.marketo-form select {
  position: relative;
  width: 100% !important;
  height: 50px !important;
  padding-right: 36px !important;
  font-size: 16px !important;
  text-indent: 12px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -o-appearance: none;
  appearance: none;
}

.marketo-form select:focus {
  border-color: #4494dd;
}

.marketo-form textarea {
  width: 100% !important;
  min-height: 125px !important;
  padding: 12px !important;
  font-size: 16px !important;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease-out;
}

.marketo-form textarea:focus {
  border-color: #4494dd;
}

.marketo-form textarea::placeholder {
  color: #a4a4a4;
}

.marketo-form button.mktoButton {
  display: inline-block !important;
  width: 280px !important;
  min-width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 8px !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #fdfdfd !important;
  background: #4494dd !important;
  border-radius: 4px !important;
  transition: all 0.2s ease-out;
}

.marketo-form button.mktoButton:hover {
  background: #3d84c7 !important;
}

.marketo-form fieldset.mktoFormCol {
  margin-top: 26px !important;
}

.marketo-form fieldset label.mktoLabel {
  width: auto !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  cursor: pointer;
}

.marketo-form fieldset legend {
  margin: 0 0 16px !important;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
}

.marketo-form fieldset .mktoFormRow {
  width: auto !important;
  float: left !important;
  clear: unset !important;
}

@media screen and (max-width: 767px) {
  .marketo-form fieldset .mktoFormRow {
    margin-bottom: 4px !important;
  }
}

.marketo-form fieldset .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.marketo-form fieldset .mktoFieldDescriptor {
  width: 220px !important;
}

.marketo-form fieldset .mktoCheckboxList {
  width: 28px !important;
}

.marketo-form .mktoButtonRow {
  margin-top: 64px !important;
}

.marketo-form .mktoButtonRow .mktoButtonWrap {
  display: flex !important;
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .marketo-form .mktoButtonRow {
    margin-top: 40px !important;
  }
}

.marketo-form.mktoForm .mktoError {
  bottom: -18px !important;
  left: 0;
  color: #ea2c65;
}

.marketo-form.mktoForm .mktoError .mktoErrorMsg {
  color: red;
}

.marketo-form .mktoFieldDescriptor .mktoOffset {
  height: 26px !important;
}

.marketo-form .mktoGutter {
  display: block !important;
  height: 8px !important;
}

@media screen and (max-width: 767px) {
  .marketo-form .mktoGutter {
    height: 12px !important;
  }
}

/*-------------------------
  ブログカード
-------------------------*/
a.tmt-blog-card {
  width: 100%;
  max-width: 680px;
  height: 153px;
  border: 1px solid #D8D8D8;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  overflow: hidden;
  z-index: 10;
  border-radius: 5px;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  a.tmt-blog-card {
    height: 115px;
  }
}

@media screen and (max-width: 767px) {
  a.tmt-blog-card {
    height: 64px;
  }
}

a.tmt-blog-card:hover {
  box-shadow: none;
  opacity: .8;
}

.tmt-blog-card-box {
  height: 100%;
  display: flex;
}

.tmt-blog-card-title {
  text-align: left;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  color: #141414;
  padding-bottom: 12px;
  line-height: 28px;
}

@media screen and (max-width: 1024px) {
  .tmt-blog-card-title {
    font-size: 10px;
    padding-bottom: 4px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tmt-blog-card-title {
    padding-bottom: 0;
    line-height: 16px;
  }
}

.tmt-blog-card-thumbnail {
  display: flex;
  width: 100%;
  height: auto;
  flex: 1.2;
  background-color: #4494dd;
  align-items: center;
  justify-content: center;
}

.tmt-blog-card-thumbnail img {
  width: 100%;
}

.tmt-blog-card-content {
  padding: 10px;
  flex: 1.5;
  line-height: 1.4em;
}

@media screen and (max-width: 1024px) {
  .tmt-blog-card-content {
    line-height: 1em;
  }
}

@media screen and (max-width: 767px) {
  .tmt-blog-card-content {
    line-height: 1em;
    padding: 7px;
  }
}

.tmt-blog-card-excerpt {
  text-align: left;
  left: 0;
  color: #141414;
  font-size: 12px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .tmt-blog-card-excerpt {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .tmt-blog-card-excerpt {
    display: none;
  }
}

/*-------------------------
  目次
-------------------------*/
.outline {
  width: 100%;
  max-width: 100%;
  border: 1px dotted #D8D8D8;
  padding: 20px;
  margin-top: 40px;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .outline {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .outline {
    margin-top: 20px;
  }
}

.outline__title {
  font-size: 22px;
  font-weight: 400;
  color: #4494dd;
}

.outline__list {
  margin: 0 5px;
  padding-inline-start: 0 !important;
  overflow: hidden;
}

.outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}

.outline__link {
  width: 100%;
  max-width: 100%;
  display: flex;
  color: #141414 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  border-top: solid 1px #d2d2d2;
}

.outline__link:hover {
  color: #4494dd !important;
}

.outline__text {
  display: inline-block;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}

label.outline__switch {
  position: relative;
  float: right;
}

li .outline__item {
  width: 100%;
  display: inline-flex;
  list-style-type: none !important;
}

ul .outline__list-4 .outline__item:last-child .outline__link {
  padding: 10px 0 6px 0 !important;
}

ul .outline__item {
  list-style-type: none !important;
  margin-left: 20px !important;
}

ul .outline__item:first-child .outline__link {
  border-top: none;
}

ul .outline__item:last-child {
  border-bottom: solid 1px #d2d2d2;
}

ul .outline__list {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-left: 2em;
  border-top: solid 1px #d2d2d2;
}

ul li ul .outline__item {
  display: inline-block;
  margin-left: 20px;
}

ul li ul .outline__item:nth-child(2n) .outline__link, ul li ul .outline__item:nth-child(2n+1) .outline__link {
  width: 100%;
  max-width: 97%;
  border-top: solid 1px #d2d2d2;
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item:nth-child(2n) .outline__link, ul li ul .outline__item:nth-child(2n+1) .outline__link {
    width: 100%;
    max-width: 95%;
  }
}

ul li ul .outline__item:first-child .outline__link {
  width: 100%;
  max-width: 97%;
  border-top: none;
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item:first-child .outline__link {
    width: 100%;
    max-width: 90%;
  }
}

ul li ul .outline__item:last-child {
  border-bottom: none;
}

ul li ul .outline__item:last-child .outline__link {
  width: 100%;
  max-width: 97%;
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item:last-child .outline__link {
    width: 100%;
    max-width: 95%;
  }
}

ul li ul .outline__item ul .outline__list:nth-child(2n) .outline__link, ul li ul .outline__item ul .outline__list:nth-child(2n+1) .outline__link {
  border-top: solid 1px #d2d2d2;
}

ul li ul .outline__item ul .outline__list:first-child .outline__link {
  border-top: none;
}

ul li ul .outline__item ul .outline__list:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

ul li ul .outline__item ul .outline__list:last-child .outline__link {
  padding-bottom: 0;
}

ul li ul .outline__item .outline__item:nth-child(2n) .outline__link, ul li ul .outline__item .outline__item:nth-child(2n+1) .outline__link {
  width: 100%;
  max-width: 94%;
  border-top: solid 1px #d2d2d2;
}

@media screen and (max-width: 1024px) {
  ul li ul .outline__item .outline__item:nth-child(2n) .outline__link, ul li ul .outline__item .outline__item:nth-child(2n+1) .outline__link {
    width: 100%;
    max-width: 93%;
  }
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item .outline__item:nth-child(2n) .outline__link, ul li ul .outline__item .outline__item:nth-child(2n+1) .outline__link {
    width: 100%;
    max-width: 85%;
  }
}

ul li ul .outline__item .outline__item:first-child .outline__link {
  width: 100%;
  max-width: 94%;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  ul li ul .outline__item .outline__item:first-child .outline__link {
    width: 100%;
    max-width: 93%;
  }
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item .outline__item:first-child .outline__link {
    width: 100%;
    max-width: 85%;
  }
}

ul li ul .outline__item .outline__item:last-child {
  border-bottom: none;
}

ul li ul .outline__item .outline__item:last-child .outline__link {
  width: 100%;
  max-width: 94%;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  ul li ul .outline__item .outline__item:last-child .outline__link {
    width: 100%;
    max-width: 93%;
  }
}

@media screen and (max-width: 767px) {
  ul li ul .outline__item .outline__item:last-child .outline__link {
    width: 100%;
    max-width: 85%;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* Header
======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 110;
  background: #fdfdfd;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.header-outlined {
  background: none;
  box-shadow: none;
}

.header-outlined .header-nav-link {
  color: #fdfdfd;
}

.header-outlined .header-nav-link:hover {
  color: #fdfdfd;
  transition: all 0.2s ease-out;
}

.header-outlined .header-nav-link:hover:hover {
  opacity: 0.7;
}

.header-outlined .header-nav-download {
  color: #141414;
}

.header-outlined .is-lang-active {
  color: #fdfdfd;
}

.header-outlined .header-menu-icon span {
  background-color: #fdfdfd;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header-inner {
    width: 100%;
    padding: 0;
  }
}

.header-logo {
  width: 224px;
  height: 30px;
  background: url(../img/0_header_footer/jpg-png/0_gazou-02-min.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
  .header-logo {
    width: 180px;
    height: 24px;
    margin-left: 8px;
  }
}

.header-logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-sp-logo {
    width: 80%;
    height: auto;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
}

.header-nav-link {
  padding: 8px 12px;
  line-height: 40px;
}

.header-nav-link:hover {
  color: #4494dd;
}

@media screen and (max-width: 1024px) {
  .header-nav-link {
    padding: 4px;
    font-size: 10px;
  }
}

.header-nav-contact {
  width: 102px;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .header-nav-contact {
    width: 90px;
  }
}

.header-nav-download {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .header-nav-download {
    display: block;
    margin-left: 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-download {
    margin-left: auto;
  }
}

.header-menu {
  margin: 0 8px 0 12px;
}

@media screen and (max-width: 767px) {
  .header-menu {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    text-align: center;
    line-height: 65px;
    z-index: 200;
  }
}

.header-menu-icon,
.header-menu-icon span {
  display: inline-block;
  transition: all 0.2s ease-out;
}

.header-menu-icon {
  position: relative;
  width: 18px;
  height: 14px;
}

.header-menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #141414;
  border-radius: 4px;
}

.header-menu-icon span:nth-of-type(1) {
  top: 0;
}

.header-menu-icon span:nth-of-type(2) {
  top: 7px;
}

.header-menu-icon span:nth-of-type(3) {
  bottom: -2px;
}

.header-menu-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.header-menu-box {
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
  width: 100vw;
  min-height: 200px;
  background-color: #FFFCEC;
  z-index: 110;
  transition: all 0.2s ease-out;
  opacity: 0;
  border: solid 1px #DCCD96;
}

.header-menu-inner {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 40px;
}

@media screen and (max-width: 767px) {
  .header-menu-inner {
    padding: 50px 40px 40px;
  }
}

.header-menu-title-logo {
  width: 100%;
  height: auto;
}

.header-menu-list:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
}

.header-menu-item:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .header-menu-link {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bolder;
  }
}

.header-menu-col {
  display: flex;
}

.header-menu-col .header-menu-link:last-child {
  margin-left: 76px;
}

.header-menu-link-icon {
  width: 21px;
  height: 21px;
}

.header-menu-link-icon-size {
  font-size: 1.7em;
  /*1.7倍にする*/
}

.header-menu-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: all 0.2s ease-out;
}

.header-menu.active .header-menu-icon span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.header-menu.active .header-menu-icon span:nth-of-type(2) {
  opacity: 0;
}

.header-menu.active .header-menu-icon span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header-menu.active {
    background-color: #FFFCEC;
    color: #BA9B2D;
  }
}

.header-menu-box.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.header-menu-mask.active {
  display: block;
  opacity: 1;
}

.is-lang-active a {
  color: #4494dd;
}

@media screen and (max-width: 767px) {
  .header-menu-list-sns {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-item-sns {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-img-area {
    margin-top: 50px;
  }
}

.header-menu-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-menu-tel-text-area {
    position: inherit;
    width: 100%;
    height: auto;
    right: 0;
    text-align: center;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
  }
}

.header-menu-tel-text-time-area {
  color: #898989;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .header-menu-tel-text-time-area {
    width: 80%;
    height: auto;
    text-align: left;
    margin: 0 0 0 auto;
    padding-left: 10px;
  }
}

.header-menu-tel-text-tel-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.header-menu-tel-text-tel-icon-area {
  width: 24px;
  height: 24px;
}

.header-menu-tel-text-tel-icon-img {
  width: 24px;
  height: 24px;
}

.header-menu-tel-text-tel-text-area {
  width: auto;
  height: 40px;
  text-align: left;
  align-items: left;
  margin-left: 10px;
}

.header-menu-tel-text-tel-text {
  font-family: initial;
}

@media screen and (max-width: 767px) {
  .header-menu-tel-text-tel-text {
    font-size: 33px;
    font-weight: bolder;
  }
}

/* Footer
======================================== */
.footer-inner {
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column;
  }
}

.footer-inquiry-area {
  position: relative;
  height: 175px;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-area {
    width: 100%;
    height: 400px;
  }
}

.footer-inquiry-background-img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-background-img {
    width: 100%;
    height: 100%;
  }
}

.footer-inquiry-txt-area {
  display: flex;
  width: 90%;
  text-align: center;
  align-items: center;
  margin: auto;
  margin-top: 20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-txt-area {
    width: 96%;
    display: inherit;
    justify-content: center;
    margin-top: 60px;
  }
}

.footer-inquiry-txt-area-left {
  display: flex;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-txt-area-left {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.footer-inquiry-txt-area-left-icon {
  position: relative;
  width: 60px;
  height: 105px;
  text-align: center;
  justify-content: center;
}

.footer-inquiry-txt-area-left-icon-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin: auto;
}

.footer-inquiry-txt-area-left-txt {
  text-align: left;
}

.footer-inquiry-txt-area-left-txt-title {
  color: #BA9B2D;
  font-size: 16px;
}

.footer-inquiry-txt-area-left-txt-tel {
  font-size: 38px;
  font-weight: bolder;
}

.footer-inquiry-txt-area-left-txt-time {
  font-size: 16px;
  color: #898989;
}

.footer-inquiry-txt-area-right {
  width: 360px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-txt-area-right {
    width: 96%;
  }
}

.footer-inquiry-txt-area-right-top {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .footer-inquiry-txt-area-right-top {
    margin: 50px 0 30px 0;
  }
}

.footer-inquiry-txt-area-right-txt-title {
  color: #898989;
}

.footer-inquiry-txt-area-right-img {
  width: 100%;
}

.footer-inquiry-txt-area-right-bottom {
  display: flex;
  color: #BA9B2D;
  justify-content: space-between;
  width: 96%;
  font-size: 18px;
  margin: auto;
}

.footer-inquiry-txt-area-right-bottom-tel-left {
  font-weight: bolder;
}

.footer-inquiry-txt-area-right-bottom-tel-right {
  font-weight: bolder;
}

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

.footer-inner-black-area {
  height: 175px;
  background: #141414;
}

@media screen and (max-width: 767px) {
  .footer-inner-black-area {
    height: 300px;
  }
}

.footer-link-area {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1200px;
  margin: auto;
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .footer-link-area {
    flex-direction: column;
    padding: 24px 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link-area {
    max-width: 328px;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-nav {
  display: flex;
  width: 100%;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .footer-nav {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 12px;
  }
}

.footer-list {
  display: flex;
  width: 550px;
}

@media screen and (max-width: 1024px) {
  .footer-list:not(:first-child) {
    padding-top: 22px;
    border-top: solid 1px rgba(255, 255, 255, 0.08);
  }
}

@media screen and (max-width: 767px) {
  .footer-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.footer-item {
  text-align: center;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .footer-item {
    height: 44px;
  }
}

.footer-list-sns {
  display: flex;
  width: 250px;
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  .footer-list-sns {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}

.footer-item-sns {
  text-align: center;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .footer-item-sns {
    height: 44px;
  }
}

.footer-link {
  color: #f8f8f8;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

.footer-link:hover {
  color: #cbccd3;
}

.footer-copyright-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  padding-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-copyright-area {
    padding: 24px 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright-area {
    padding: 0;
  }
}

.footer-copyright {
  margin: 12px auto;
  color: #BA9B2D;
}

@media screen and (max-width: 1024px) {
  .footer-copyright {
    width: 100%;
    margin-top: 32px;
    padding-top: 32px;
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.08);
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.footer-text {
  margin-right: 8px;
}

.footer-link-icon {
  width: 12px;
  height: 21px;
}

.footer-logo {
  display: flex;
  width: 280px;
  min-width: 280px;
  height: auto;
  align-items: center;
  color: #f8f8f8;
}

@media screen and (max-width: 1024px) {
  .footer-logo-link {
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding-top: 32px;
    border-top: solid 1px rgba(255, 255, 255, 0.08);
  }
}

.footer-logo-img {
  width: 100%;
  height: auto;
  align-items: center;
}

.footer-isms {
  font-size: 8px;
  font-weight: 400 !important;
  margin-top: 3px;
}

@media screen and (max-width: 1024px) {
  .footer-isms {
    width: 100%;
    margin-top: 2px;
  }
}

.footer-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  animation: fade-in 0.2s linear 0s;
}

.footer-pagetop:hover {
  background: rgba(0, 0, 0, 0.6);
}

.footer-pagetop::before, .footer-pagetop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer-pagetop::before {
  left: 50%;
  width: 1px;
  height: 18px;
  background: #fdfdfd;
  transform: translateX(-50%);
}

.footer-pagetop::after {
  top: -4px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 1px #fdfdfd;
  border-right: solid 1px #fdfdfd;
  transform: translateX(-50%) rotate(-45deg);
}

.footer-pagetop.active {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer-pagetop {
    right: 24px;
    bottom: 24px;
  }
}

/* Footer LP
======================================== */
.footer-lp {
  margin-top: 80px;
  background: #282E4E;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-lp {
    margin-top: 20px;
  }
}

.footer-lp-inner {
  justify-content: center;
  width: 96%;
  max-width: 1002px;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .footer-lp-inner {
    flex-direction: column;
    padding: 24px 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-inner {
    max-width: 328px;
    padding: 24px 0;
  }
}

.footer-lp-nav {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer-lp-nav {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-nav {
    width: 100%;
  }
}

.footer-lp-list {
  display: flex;
  justify-content: center;
  width: 80%;
  text-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer-lp-list:not(:first-child) {
    padding-top: 22px;
    border-top: solid 1px #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-list {
    width: 100%;
  }
}

.footer-lp-item {
  display: flex;
  width: 250px;
  height: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer-lp-item:not(:first-child) {
  border-left: solid 1px #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .footer-lp-item {
    height: 44px;
  }
}

.footer-lp-link {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0 20px;
  color: #FFFFFF;
}

.footer-lp-link:hover {
  color: #cbccd3;
}

@media screen and (max-width: 767px) {
  .footer-lp-link {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
}

.footer-lp-text {
  margin-right: 8px;
}

.footer-lp-link-icon {
  width: 12px;
  height: 21px;
}

.footer-lp-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f8f8f8;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .footer-lp-logo {
    margin: 20px 0 20px 0;
  }
}

.footer-lp-logo-link {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .footer-lp-logo-link {
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding-top: 32px;
    border-top: solid 1px #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-logo-link {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-lp-logo-isms-area {
    width: 100%;
    padding-top: 32px;
    border-top: solid 1px #FFFFFF;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-logo-isms-area {
    padding-top: 20px;
  }
}

.footer-lp-isms-number-area {
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .footer-lp-isms-number-area {
    margin-bottom: 32px;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-isms-number-area {
    margin-bottom: 20px;
    width: 80%;
    align-items: center;
    text-align: center;
  }
}

.footer-lp-logo-isms {
  width: 170px;
}

@media screen and (max-width: 1024px) {
  .footer-lp-logo-isms {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-logo-isms {
    width: 46%;
  }
}

.footer-lp-copyright {
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .footer-lp-copyright {
    width: 100%;
    margin-top: 32px;
    padding-top: 32px;
    text-align: center;
    border-top: solid 1px #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .footer-lp-copyright {
    margin-top: 10px;
    padding-top: 0;
    border-top: none;
  }
}

.footer-lp-isms {
  font-size: 8px;
  font-weight: 400 !important;
  margin-top: 3px;
}

@media screen and (max-width: 1024px) {
  .footer-lp-isms {
    width: 100%;
    margin-top: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-lp-isms {
    width: 100%;
    margin: 4px auto 0 auto;
  }
}

.footer-lp-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  animation: fade-in 0.2s linear 0s;
}

.footer-lp-pagetop:hover {
  background: rgba(0, 0, 0, 0.6);
}

.footer-lp-pagetop::before, .footer-lp-pagetop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer-lp-pagetop::before {
  left: 50%;
  width: 1px;
  height: 18px;
  background: #FFFFFF;
  transform: translateX(-50%);
}

.footer-lp-pagetop::after {
  top: -4px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateX(-50%) rotate(-45deg);
}

.footer-lp-pagetop.active {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer-lp-pagetop {
    right: 24px;
    bottom: 24px;
  }
}

/*-------------------------------------------
aside
-------------------------------------------*/
#sidebar {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    max-width: none;
  }
}

#sidebar .side-title {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: solid 1px #BA9B2D;
  padding-left: 6px;
}

.side-inner-sub {
  width: 100%;
  padding-left: 10%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .side-inner-sub {
    width: 90%;
  }
}

.author {
  text-align: center;
  margin-bottom: 60px;
}

.author img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.author .profile {
  font-size: 0.875rem;
  text-align: left;
}

.side-archive {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .side-archive {
    width: 100%;
  }
}

.side-archive ul {
  border-bottom: solid  1px #777;
}

.side-archive li {
  font-size: 0.875rem;
  border-top: solid  1px #777;
  padding: 20px;
  text-align: left;
}

.side-news-item {
  width: 100%;
}

.side-archive-news-info-area {
  width: 100%;
  border-bottom: dashed 1px #B8B8B8;
}

.side-archive-news-date-area {
  margin-top: 10px;
}

.side-archive-thumbnail-img {
  align-self: stretch;
  width: 100%;
  height: auto;
  padding-top: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px 4px 0 0;
}

.side-archive-content {
  padding: 40px 132px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .side-archive-content {
    padding: 24px 60px;
  }
}

@media screen and (max-width: 767px) {
  .side-archive-content {
    padding: 24px;
  }
}

.side-archive-post-date {
  color: #a4a4a4;
  font-weight: 400;
}

.side-archive-title {
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .side-archive-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .side-archive-title {
    font-size: 24px;
  }
}

.side-archive-info {
  width: 100%;
  margin-top: 40px;
  padding: 0 24px;
  border: solid 1px #eaeaea;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .side-archive-info {
    margin-top: 24px;
    padding: 0 16px;
  }
}

.side-archive-info-item {
  display: flex;
  align-items: center;
  min-height: 72px;
  font-size: 16px;
}

.side-archive-info-item:not(:first-child) {
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 767px) {
  .side-archive-info-item {
    min-height: 52px;
    font-size: 14px;
  }
}

.side-archive-info-term {
  display: inline-block;
  width: 156px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .side-archive-info-term {
    width: 84px;
  }
}

.side-archive-info-description {
  color: #4494dd;
}

.side-archive-news-time-area {
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 20px;
}

.side-archive-news-category-area {
  position: relative;
  width: 100px;
  height: 20px;
  border-radius: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.side-archive-news-category-store {
  background-color: #29ABE2;
}

.side-archive-news-category-event {
  background-color: #8CC63F;
}

.side-archive-news-categoryname {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

.side-archive-news-title-area {
  padding-top: 10px;
  border-bottom: solid 1px #BA9B2D;
}

.side-archive-news-item__thumbnail {
  width: 100%;
  height: 400px;
  min-height: 400px;
  background-color: #898989;
  margin-top: 24px;
}

.side-archive-news-read-area {
  width: 100%;
  height: 200px;
  margin: 20px auto;
}

.side-archive-news-header {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .side-archive-news-header {
    font-size: 26px;
  }
}

.side-archive-news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 2px #BA9B2D;
  border-bottom: solid 2px #BA9B2D;
}

@media screen and (max-width: 1024px) {
  .side-archive-news-box {
    margin-top: 60px;
  }
}

.side-archive-news-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .side-archive-news-list {
    display: flex;
    flex-direction: column;
  }
}

.side-archive-news-item {
  min-height: 76px;
  padding: 0 35px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .side-archive-news-item {
    height: 58px;
    line-height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .side-archive-news-item {
    height: auto;
    padding: 16px 0;
  }
}

.side-archive-news-item:not(:first-of-type) {
  margin-top: 60px;
}

.side-archive-news-link {
  align-content: center;
  width: 100%;
  height: 100%;
}

.side-archive-news-link:hover .side-archive-news-title {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .side-archive-news-link {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

.side-archive-news-date {
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .side-archive-news-date {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .side-archive-news-date {
    line-height: 1.5;
  }
}

.side-news-item__title {
  font-size: 16px;
}

.side-archive-news-title {
  display: flex;
  align-items: center;
  margin-left: 24px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

.side-archive-news-title p {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .side-archive-news-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .side-archive-news-title {
    margin: 8px 0 0;
    line-height: 1.5;
  }
}

.side-archive-news-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .side-archive-news-list-link {
    margin-top: 40px;
  }
}

.side-news-item-category-area {
  margin: 10px 0;
  align-items: left;
  text-align: left;
  justify-content: initial;
}

.top {
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto;
}

/* Key Visual
======================================== */
.top-kv {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-kv {
    height: auto;
    padding-top: 0;
    background-color: #FFFCEC;
  }
}

.top-kv-inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.top-kv-img-area {
  width: 100%;
  height: auto;
}

.top-kv-text-area {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  right: 5%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-kv-text-area {
    position: inherit;
    width: 100%;
    right: initial;
    text-align: center;
  }
}

.top-kv-text-time-area {
  width: 100%;
  height: auto;
  margin: auto;
  color: #B8B8B8;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-kv-text-time-area {
    width: 80%;
    text-align: end;
    margin: 0 auto 10px auto;
  }
}

.top-kv-text-tel-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.top-kv-text-tel-icon-area {
  width: 40px;
  height: 40px;
}

.top-kv-text-tel-icon-img {
  width: 40px;
  height: 40px;
}

.top-kv-text-tel-text-area {
  width: auto;
  height: 40px;
  text-align: left;
  align-items: left;
  margin-left: 10px;
}

.top-kv-text-tel-text {
  font-size: 44px;
  line-height: 0.8em;
}

.top-kv-title {
  position: relative;
  display: block;
  width: 405px;
  height: 60px;
  line-height: 60px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  color: #fdfdfd;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.72);
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .top-kv-title {
    width: 274px;
    height: 48px;
    line-height: 48px;
    padding: 4px 8px 4px 12px;
    font-size: 26px;
  }
}

.top-kv-title + .top-kv-title {
  display: inline-block;
  margin-top: 4px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .top-kv-title + .top-kv-title {
    line-height: 38px;
  }
}

_:-ms-input-placeholder .top-kv-title, :root .top-kv-title {
  padding: 2px 12px;
}

.top-kv-title-keyword {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.top-kv-title-keyword + .top-kv-title-keyword {
  left: 226px;
}

@media screen and (max-width: 1024px) {
  .top-kv-title-keyword + .top-kv-title-keyword {
    left: 154px;
  }
}

@media screen and (max-width: 1024px) {
  .top-kv-title-keyword {
    left: -4px;
  }
}

_:-ms-input-placeholder .top-kv-title-keyword, :root .top-kv-title-keyword {
  top: 4px;
}

.top-kv-info {
  position: relative;
  width: 442px;
  margin-top: 20px;
  padding: 12px;
  font-size: 18px;
  line-height: 31px;
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.72);
}

@media screen and (max-width: 1024px) {
  .top-kv-info {
    width: 326px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-info {
    width: 100%;
  }
}

.top-kv-img-1_gazou-02 {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .top-kv-img-1_gazou-02 {
    top: 0;
    right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top-kv-img-1_gazou-02 {
    top: 0;
    left: 328px;
    width: 396px;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-img-1_gazou-02 {
    top: 0;
    left: -38px;
    width: 370px;
    height: 269px;
    object-fit: cover;
  }
}

.top-kv-img-1_gazou-03 {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .top-kv-img-1_gazou-03 {
    top: 0;
    left: 20px;
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .top-kv-img-1_gazou-03 {
    top: 0;
    left: 328px;
    width: 396px;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-img-1_gazou-03 {
    top: 0;
    left: -38px;
    width: 370px;
    height: 269px;
    object-fit: cover;
  }
}

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

@media screen and (max-width: 767px) {
  .top-kv-img {
    display: none;
  }
}

.top-kv-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-kv-img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.top-kv-download {
  position: relative;
  width: 442px;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-kv-download {
    width: 326px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-download {
    width: 100%;
    margin-top: 310px;
  }
}

/* Key Visual Sub
======================================== */
.top-kv-sub {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #FFFCEC;
}

@media screen and (max-width: 767px) {
  .top-kv-sub {
    height: auto;
    padding-top: 0;
    background-color: #FFFCEC;
  }
}

.top-kv-sub-inner {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-kv-sub-inner {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.top-kv-sub-img-area {
  width: 50%;
  height: auto;
  align-items: left;
  text-align: left;
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .top-kv-sub-img-area {
    width: 90%;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 20px 0;
  }
}

.top-kv-sub-text-area {
  width: 50%;
  height: auto;
  bottom: 0;
  right: 0;
  text-align: right;
  align-items: right;
  justify-content: right;
}

@media screen and (max-width: 767px) {
  .top-kv-sub-text-area {
    position: inherit;
    width: 80%;
    right: initial;
    text-align: center;
    margin: auto;
  }
}

.top-kv-sub-text-time-area {
  width: 100%;
  height: auto;
  margin: auto;
  color: #B8B8B8;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-kv-sub-text-time-area {
    width: 80%;
    text-align: end;
    margin: 0 0 10px auto;
  }
}

.top-kv-sub-text-tel-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: right;
  text-align: right;
  justify-content: flex-end;
  margin: auto;
}

.top-kv-sub-text-tel-icon-area {
  width: 34px;
  height: 34px;
}

.top-kv-sub-text-tel-icon-img {
  width: 34px;
  height: 34px;
}

.top-kv-sub-text-tel-text-area {
  width: auto;
  height: 40px;
  text-align: left;
  align-items: left;
  margin-left: 10px;
}

.top-kv-sub-text-tel-text {
  font-size: 44px;
  font-weight: bolder;
  line-height: 0.8em;
}

@media screen and (max-width: 767px) {
  .top-kv-sub-text-tel-text {
    font-size: 38px;
  }
}

.top-kv-sub-img {
  width: 100%;
  height: auto;
}

/* Customer
======================================== */
.customer {
  width: 100%;
  margin-top: 78px;
}

@media screen and (max-width: 1024px) {
  .customer {
    margin-top: 40px;
  }
}

.customer-inner {
  width: 96%;
  max-width: 1064px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .customer-inner {
    max-width: 328px;
  }
}

.customer-header {
  font-size: 18px;
  text-align: center;
  line-height: 31px;
}

@media screen and (max-width: 1024px) {
  .customer-header {
    font-size: 16px;
    line-height: 24px;
  }
}

.customer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

@media screen and (max-width: 1024px) {
  .customer-list {
    max-width: 720px;
    margin: 0 auto;
  }
}

.customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 96px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .customer-item {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .customer-item {
    width: 33%;
    padding: 0px;
  }
}

.customer-img {
  width: 100%;
}

.customer-img-tgs {
  width: 70%;
}

.customer-img-bizreach {
  width: 90%;
}

.customer-img-slack {
  width: 80%;
}

.customer-img-plaid {
  width: 85%;
}

.customer-img-jetro {
  width: 90%;
}

.customer-img-zoom {
  width: 90%;
}

.customer-img-newspicks {
  width: 80%;
}

.customer-img-forstartups {
  width: 65%;
}

.customer-img-coralcapital {
  width: 85%;
}

.customer-img-jtb {
  width: 85%;
}

.customer-img-informa {
  width: 90%;
}

.customer-img-forcas {
  width: 85%;
}

/* Jiman
======================================== */
.jiman {
  position: relative;
  width: 100%;
  height: 2000px;
  background-color: #FFFCEC;
  margin-bottom: 220px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jiman {
    height: auto;
    margin: 0;
  }
}

.jiman-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .jiman-inner {
    width: 100%;
    margin: 0;
  }
}

.jiman-header-box {
  position: relative;
  width: 100%;
  height: 397px;
  margin-bottom: 100px;
}

.jiman-header-img-back {
  position: absolute;
  top: 0;
  right: -70px;
}

.jiman-header-img-txt {
  position: absolute;
  width: 480px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.jiman-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 65px;
}

.jiman-box:first-of-type {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .jiman-box {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
  }
}

.jiman-img {
  display: inline-block;
  width: 750px;
  height: 420px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .jiman-img-telop-area {
    position: relative;
    text-align: end;
    align-items: flex-end;
    margin-top: 60px;
  }
}

.jiman-img-telop {
  display: inline-block;
  width: 320px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .jiman-img-telop-tonkotsu {
    position: absolute;
    width: 220px;
    height: auto;
    top: -60px;
    left: 12%;
  }
}

@media screen and (max-width: 767px) {
  .jiman-img-telop-text-karaage {
    display: none;
  }
}

.jiman-img-telop-text-karaage-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .jiman-img-telop-text-karaage-sp {
    display: block;
    width: 60%;
    height: auto;
    margin: auto 20px 20px auto;
  }
}

.jiman-img-telop-ramen-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .jiman-img-telop-ramen-sp {
    display: block;
    width: 96%;
    right: 0;
    margin: 0 0 0 auto;
  }
}

.jiman-img-ramen {
  display: inline-block;
  width: auto;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .jiman-img-ramen {
    display: none;
  }
}

.jiman-img-karaage {
  display: inline-block;
  width: 480px;
  height: 420px;
}

@media screen and (max-width: 767px) {
  .jiman-img-karaage {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}

.jiman-img-gyoza {
  display: inline-block;
  width: 480px;
  height: 380px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .jiman-img-gyoza {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}

.jiman-img-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.jiman-info {
  width: 480px;
  min-width: 380px;
  vertical-align: middle;
  margin: auto;
  padding: 0;
  text-align: left;
  align-items: left;
}

@media screen and (max-width: 767px) {
  .jiman-info {
    width: 100%;
    min-width: initial;
    margin: auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.jiman-info-left {
  width: 480px;
  min-width: 380px;
  vertical-align: middle;
  margin: auto;
  text-align: left;
  align-items: left;
}

@media screen and (max-width: 767px) {
  .jiman-info-left {
    width: 100%;
    min-width: initial;
    margin: 32px 0;
  }
}

.jiman-info-right {
  width: 480px;
  min-width: 380px;
  vertical-align: middle;
  margin: auto;
  text-align: right;
  align-items: right;
}

@media screen and (max-width: 767px) {
  .jiman-info-right {
    width: 100%;
    min-width: initial;
    margin: 32px 0;
  }
}

.jiman-term {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 18px;
  color: #fdfdfd;
  background: #4494dd;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .jiman-term {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.jiman-title {
  display: inline-block;
  margin-top: 0;
  font-size: 28px;
  font-family: YuMincho, "Yu Mincho", serif;
  background: linear-gradient(transparent 70%, #DCCD96 70%);
}

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

.jiman-title:first-of-type {
  margin-top: 24px;
}

.jiman-title-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .jiman-title-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    font-family: YuMincho, "Yu Mincho", serif;
    background: linear-gradient(transparent 70%, #DCCD96 70%);
    text-align: left;
  }
}

.jiman-body {
  width: 80%;
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .jiman-body {
    width: 90%;
    margin: 20px auto;
  }
}

.jiman-body-gyoza {
  width: 100%;
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .jiman-body-gyoza {
    width: 90%;
    margin: 20px auto;
  }
}

.jiman-body-gyoza-span-area {
  width: 88%;
  text-align: right;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .jiman-body-gyoza-span-area {
    width: 100%;
    margin: 0;
  }
}

.jiman-body-gyoza-span {
  text-align: left;
}

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

@media screen and (max-width: 767px) {
  .jiman-text-reverse {
    flex-direction: column-reverse;
  }
}

.jiman-back {
  position: absolute;
  bottom: 0;
  top: 1550px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .jiman-back {
    position: initial;
  }
}

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

@media screen and (max-width: 767px) {
  .jiman-img-back {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
}

/* Feature
======================================== */
.feature {
  width: 100%;
  background-color: #FFFCEC;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 100px;
  }
}

.feature-inner {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature-inner {
    width: 100%;
    max-width: initial;
  }
}

.feature-header-box {
  position: relative;
  width: 100%;
  height: 397px;
  margin-bottom: 100px;
  text-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .feature-header-box {
    height: auto;
    margin: 0;
  }
}

.feature-header-img-back {
  top: 0;
  right: -70px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .feature-header-img-back {
    display: none;
  }
}

.feature-header-img-back-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .feature-header-img-back-sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 36px;
  }
}

.feature-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 80px;
}

.feature-box:first-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .feature-box {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.feature-img-area {
  width: 50%;
  max-width: 1000px;
  height: 420px;
}

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

.feature-img {
  display: inline-block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .feature-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    right: initial;
  }
}

.top-img-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 767px) {
  .top-img-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.feature-info {
  width: 25%;
  min-width: 500px;
  max-width: 500px;
  vertical-align: middle;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .feature-info {
    position: relative;
    width: 100%;
    min-width: initial;
  }
}

.feature-info-space-area {
  width: 25%;
  max-width: 500px;
}

.feature-term {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 18px;
  color: #fdfdfd;
  background: #4494dd;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .feature-term {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.feature-title {
  margin-top: 24px;
  font-size: 28px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .feature-title {
    margin-top: 100px;
  }
}

.feature-body {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .feature-body {
    width: 90%;
    margin: 20px auto;
    padding: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .feature-text-reverse {
    flex-direction: column-reverse;
  }
}

/* Advantage
======================================== */
.advantage {
  width: 100%;
  padding-top: 78px;
}

@media screen and (max-width: 1024px) {
  .advantage {
    padding-top: 16px;
  }
}

.advantage-inner {
  width: 96%;
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .advantage-inner {
    max-width: 328px;
  }
}

.advantage-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .advantage-header {
    font-size: 26px;
  }
}

.advantage-box {
  display: flex;
  justify-content: space-between;
}

.advantage-box:first-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .advantage-box:first-of-type {
    margin-top: 56px;
  }
}

.advantage-box:first-of-type ~ .advantage-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 1024px) {
  .advantage-box:first-of-type ~ .advantage-box {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .advantage-box {
    max-width: 640px;
    margin: 56px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .advantage-box {
    flex-direction: column;
    align-items: center;
  }
}

.advantage-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-left: 22px;
}

@media screen and (max-width: 1024px) {
  .advantage-img {
    margin-left: 0px;
  }
}

.advantage-info {
  width: 600px;
}

@media screen and (max-width: 1024px) {
  .advantage-info {
    width: 516px;
  }
}

@media screen and (max-width: 767px) {
  .advantage-info {
    width: 100%;
    margin-top: 24px;
  }
}

.advantage-title {
  font-size: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .advantage-title {
    font-size: 20px;
  }
}

.advantage-title-em {
  color: #ea2c65;
}

@media screen and (max-width: 767px) {
  .advantage-title-em {
    line-height: 30px;
  }
}

.advantage-body {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

@media screen and (max-width: 1024px) {
  .advantage-body {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* Inquiry box
======================================== */
.inquiry-box {
  margin-top: 80px;
}

/* Case
======================================== */
.case {
  width: 100%;
  background: #f8f8f8;
  padding-top: 78px;
}

@media screen and (max-width: 1024px) {
  .case {
    padding-top: 18px;
  }
}

.case-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1064px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .case-inner {
    max-width: 720px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .case-inner {
    max-width: 328px;
    padding: 20px 0 40px;
  }
}

.case-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .case-header {
    font-size: 26px;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .case-list {
    justify-content: space-evenly;
    flex-wrap: unset;
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 44px;
  }
}

.case-item {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-bottom: calc(10% / 2);
}

@media screen and (min-width: 1025px) {
  .case-item:not(:nth-child(3n + 1)) {
    margin-left: calc(10% / 2);
  }
}

@media screen and (max-width: 1024px) {
  .case-item {
    width: 308px;
    margin-bottom: 50px;
  }
  .case-item:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .case-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .case-item:nth-child(2n) {
    margin-left: 0;
  }
}

.case-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .case-list-link {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .case-list-link {
    margin-top: 30px;
  }
}

.case-top-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .case-top-list {
    justify-content: space-evenly;
    flex-wrap: unset;
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .case-top-list {
    margin-top: 44px;
  }
}

.case-top-list-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .case-top-list-link {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .case-top-list-link {
    margin-top: 30px;
  }
}

/* Info
======================================== */
.top-info {
  width: 100%;
  margin: 170px 0 200px 0;
}

@media screen and (max-width: 767px) {
  .top-info {
    margin: 30px 0 0 0;
  }
}

.top-info-inner {
  width: auto;
  margin: 78px 240px 0;
}

@media screen and (max-width: 767px) {
  .top-info-inner {
    width: 86%;
    margin: 8px auto;
  }
}

.top-info-header {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .top-info-header {
    font-size: 26px;
    padding-top: 10px;
  }
}

.top-info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 2px #BA9B2D;
  border-bottom: solid 2px #BA9B2D;
}

@media screen and (max-width: 1024px) {
  .top-info-box {
    margin-top: 30px;
  }
}

.top-info-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-info-list {
    display: flex;
    flex-direction: column;
  }
}

.top-info-item {
  min-height: 76px;
  line-height: 76px;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .top-info-item {
    height: 26px;
    padding: 16px 0;
    line-height: 30px;
  }
}

.top-info-item:not(:first-of-type) {
  border-top: dotted 2px #DCCD96;
}

.top-info-link {
  display: flex;
  align-content: center;
  width: 100%;
  height: 100%;
}

.top-info-link:hover .top-info-title {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-info-link {
    display: flex;
    justify-content: space-evenly;
  }
}

.top-info-date {
  font-size: 18px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  .top-info-date {
    line-height: 48px;
  }
}

.top-info-title {
  display: flex;
  align-items: center;
  margin-left: 24px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

.top-info-title p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-info-title {
    margin: 0 10px;
    line-height: initial;
  }
}

.top-info-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .top-info-list-link {
    margin-top: 40px;
  }
}

.top-info-more {
  width: 100%;
  height: 40px;
  text-align: end;
  padding: 10px 5px;
}

@media screen and (max-width: 767px) {
  .top-info-more {
    margin-top: 10px;
  }
}

.top-info-more-title {
  color: #B8B8B8;
}

/* Media
======================================== */
.media {
  width: 100%;
  margin-top: 78px;
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 1024px) {
  .media {
    margin-top: 38px;
  }
}

.media-inner {
  width: 96%;
  max-width: 1064px;
  margin: 78px auto 0;
}

@media screen and (max-width: 1024px) {
  .media-inner {
    max-width: 720px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .media-inner {
    max-width: 328px;
  }
}

.media-header {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .media-header {
    font-size: 16px;
  }
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

@media screen and (max-width: 1024px) {
  .media-list {
    max-width: 725px;
    margin: 0 auto;
  }
}

.media-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 96px;
}

@media screen and (max-width: 767px) {
  .media-item {
    width: 33%;
    height: 48px;
  }
}

.media-img {
  width: 90%;
}

/* Jiman Link
======================================== */
.jiman-link {
  width: 100%;
  height: 190px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFFCEC;
}

.jiman-link-area {
  position: absolute;
  display: flex;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 920px;
  height: 100px;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .jiman-link-area {
    display: block;
    width: 100%;
    height: 240px;
    justify-content: space-evenly;
  }
}

.jiman-link-area-inner {
  display: flex;
  width: 440px;
  height: 60px;
  border: 2px solid #BA9B2D;
  background-color: #BA9B2D;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 0px 0px #a67f22;
}

@media screen and (max-width: 767px) {
  .jiman-link-area-inner {
    width: 80%;
    margin: 30px auto;
    justify-content: space-evenly;
  }
}

.jiman-link-area-txt {
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", serif;
}

/* PLAY MOVIE
======================================== */
.top-movie {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #FFFCEC;
}

@media screen and (max-width: 767px) {
  .top-movie {
    margin: 0;
  }
}

.top-movie-inner {
  position: relative;
  width: 60%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-movie-inner {
    width: 90%;
  }
}

.top-movie-header-box {
  position: absolute;
  display: table;
  width: 300px;
  height: 60px;
  top: -60px;
  background-color: #BA9B2D;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .top-movie-header-box {
    width: 70%;
    height: 40px;
    top: -40px;
  }
}

.top-movie-header {
  font-size: 36px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #FFFFFF;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .top-movie-header {
    font-size: 26px;
  }
}

.top-movie-box {
  width: 100%;
  height: 1100px;
}

@media screen and (max-width: 767px) {
  .top-movie-box {
    height: 750px;
  }
}

.top-movie-list-box {
  width: 100%;
  height: 500px;
}

.top-movie-list {
  display: flex;
  width: auto;
  height: auto;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .top-movie-list {
    display: block;
  }
}

.top-movie-item-left {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
}

.top-movie-item-right {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .top-movie-item-right {
    margin-top: 60px;
  }
}

/* You Tube
======================================== */
.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.yt-sub-left {
  position: relative;
  width: 95%;
  height: 260px;
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .yt-sub-left {
    width: 100%;
    height: 190px;
  }
}

.yt-sub-right {
  position: relative;
  width: 95%;
  height: 260px;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .yt-sub-right {
    width: 100%;
    height: 190px;
  }
}

.yt-sub-left iframe, .yt-sub-right iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 動画モーダル表示
======================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1024px) {
  .popup-inner {
    top: 20vh;
  }
}

@media screen and (max-width: 767px) {
  .popup-inner {
    top: 30vh;
  }
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.class-opening-video {
  top: 0;
  width: 100%;
  height: auto;
}

.movie-skip-img-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 20%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .movie-skip-img-area {
    width: 64px;
    height: 64px;
    line-height: 64px;
    bottom: -60%;
  }
}

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

.page-store {
  margin-top: 42px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .page-store {
    margin-top: 60px;
  }
}

.store-inner {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 0;
}

@media screen and (max-width: 1024px) {
  .store-inner {
    max-width: 600px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .store-inner {
    max-width: 327px;
    padding: 20px 0;
  }
}

.store-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .store-header {
    font-size: 26px;
  }
}

.store-list {
  margin-top: 96px;
}

@media screen and (max-width: 1024px) {
  .store-list {
    margin-top: 76px;
  }
}

@media screen and (max-width: 767px) {
  .store-list {
    margin-top: 60px;
  }
}

.store-item {
  display: flex;
  min-height: 76px;
  font-size: 18px;
  font-weight: 400;
  border-top: solid 1px #eaeaea;
}

.store-item:last-child {
  border-bottom: solid 1px #eaeaea;
}

@media screen and (max-width: 767px) {
  .store-item {
    flex-direction: column;
    font-size: 16px;
    padding: 24px 0;
  }
}

.store-term {
  display: inline-block;
  width: 228px;
  padding: 24px 0;
}

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

.store-description {
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .store-description {
    margin-top: 8px;
    padding: 0;
  }
}

/* Key Visual
======================================== */
.store-kv {
  position: relative;
  height: 260px;
  overflow-y: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .store-kv {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .store-kv {
    height: auto;
  }
}

.store-kv-bg {
  display: flex;
  top: 0;
  width: 100%;
  height: 260px;
  margin: auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.store-kv-title {
  position: absolute;
  width: 100%;
  height: auto;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #FFFFFF;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

.store-kv-img {
  width: 100%;
  height: auto;
  margin: 0;
}

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

.store-kv-img-sp {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .store-kv-img-sp {
    top: -192px;
    left: 810px;
    width: 272px;
  }
}

@media screen and (max-width: 1024px) {
  .store-kv-img-sp {
    top: -130px;
    left: 570px;
    width: 164px;
  }
}

@media screen and (max-width: 767px) {
  .store-kv-img-sp {
    top: 32px;
    left: 188px;
    width: 162px;
  }
}

/* Store Info
======================================== */
.store-info {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .store-info {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .store-info-inner {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .store-info-title-desc-area {
    width: 80%;
    margin: auto;
  }
}

.store-info-title-desc {
  font-family: YuMincho, "Yu Mincho", serif;
}

.store-info-box {
  position: relative;
  margin-top: 80px;
}

.store-info-box:last-child {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .store-info-box:last-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .store-info-box {
    max-width: 720px;
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .store-info-box {
    width: 96%;
  }
}

.store-info-img {
  display: inline-block;
  width: 280px;
  height: 220px;
}

@media screen and (max-width: 767px) {
  .store-info-img {
    width: 96%;
    height: auto;
  }
}

.store-info-img-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.store-info-detail {
  display: flex;
  width: 920px;
  min-width: 920px;
  vertical-align: middle;
  margin: 0 auto 30px;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .store-info-detail {
    width: 368px;
  }
}

@media screen and (max-width: 767px) {
  .store-info-detail {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}

.store-info-detail-map {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .store-info-detail-map {
    display: none;
  }
}

.store-info-detail-map-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .store-info-detail-map-sp {
    display: block;
    width: 100%;
  }
}

.store-info-term {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 18px;
  color: #fdfdfd;
  background: #4494dd;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .store-info-term {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.store-info-title {
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: solid 2px #BA9B2D;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .store-info-title {
    margin-top: 16px;
    font-size: 20px;
  }
}

.store-info-body {
  width: 600px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0 auto;
  text-align: left;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .store-info-body {
    width: 90%;
    margin: 0 auto;
  }
}

.store-info-body-detail-row {
  display: flex;
  border-bottom: dotted 2px #BA9B2D;
}

.store-info-body-detail-title {
  width: 80px;
  height: auto;
  font-family: YuMincho, "Yu Mincho", serif;
}

.store-info-text-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .store-info-text-reverse {
    flex-direction: column-reverse;
  }
}

/* Kitchen Car
======================================== */
.store-kitchen-car {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 250px 0 0 0;
  background-color: #FFFCEC;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car {
    margin: 150px 0 0 0;
  }
}

.store-kitchen-car-bg {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-bg {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.store-kitchen-car-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-img {
    display: none;
  }
}

.store-kitchen-car-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.store-kitchen-car-service-aera {
  position: absolute;
  top: 80%;
  left: 25%;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-service-aera {
    position: relative;
    width: 90%;
    height: auto;
    margin: 20px auto;
    top: initial;
    left: initial;
  }
}

.store-kitchen-car-service-title {
  text-align: left;
  color: #27AA7C;
  font-size: 28px;
  font-weight: bolder;
}

.store-kitchen-car-service-sub-title {
  text-align: left;
  color: #898989;
  font-family: YuMincho, "Yu Mincho", serif;
}

.store-kitchen-car-desc-area {
  display: flex;
  width: 1100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-area {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.store-kitchen-car-desc-left {
  width: 520px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-left {
    width: 100%;
    align-items: left;
    text-align: left;
  }
}

.store-kitchen-car-desc-left-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-left-img {
    width: 350px;
    height: 300px;
    object-fit: cover;
    object-position: 100% 100%;
  }
}

.store-kitchen-car-desc-right {
  width: 480px;
  height: auto;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right {
    width: 100%;
    margin: auto;
  }
}

.store-kitchen-car-desc-right-icon-area {
  width: 440px;
  align-items: end;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-icon-area {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 0;
  }
}

.store-kitchen-car-desc-right-icon {
  width: 160px;
  height: auto;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-icon {
    position: absolute;
    width: 120px;
    top: -40px;
    left: 60%;
    margin: 0;
    z-index: 20;
  }
}

.store-kitchen-car-desc-right-title {
  font-size: 28px;
  font-weight: bolder;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-title {
    width: 90%;
    font-size: 24px;
    text-align: center;
    margin: 10px auto;
  }
}

.store-kitchen-car-desc-right-wave-area {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-wave-area {
    text-align: center;
  }
}

.store-kitchen-car-desc-right-wave {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-wave {
    width: 96%;
    margin: 20px auto;
  }
}

.store-kitchen-car-desc-right-desc {
  width: 440px;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-desc-right-desc {
    width: 90%;
    margin: auto;
  }
}

.store-kitchen-car-menu-area {
  display: flex;
  width: 880px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 180px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-area {
    position: relative;
    width: 100%;
    height: 230px;
    margin: 0 auto;
  }
}

.store-kitchen-car-menu-left {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-left {
    width: 40%;
    margin-left: 0;
  }
}

.store-kitchen-car-menu-left-img {
  width: 100%;
}

.store-kitchen-car-menu-center {
  width: 400px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-center {
    position: absolute;
    width: 100%;
    top: 60%;
    margin: 20px auto;
  }
}

.store-kitchen-car-menu-center-text {
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-center-text {
    width: 68%;
    margin: 0 auto;
  }
}

.store-kitchen-car-menu-center-wave {
  width: 360px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-center-wave {
    width: 90%;
    margin: 10px auto 0;
  }
}

.store-kitchen-car-menu-right {
  width: 200px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-right {
    width: 40%;
    margin-left: 0;
  }
}

.store-kitchen-car-menu-right-img {
  width: 100%;
}

.store-kitchen-car-menu-box {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-box {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-img {
    display: none;
  }
}

.store-kitchen-car-menu-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-img-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/* Kitchen Car Menu
======================================== */
.store-kitchen-car-menu-link {
  width: 100%;
  height: 190px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFFCEC;
  padding-top: 50px;
}

.store-kitchen-car-menu-link-area {
  display: flex;
  width: 920px;
  height: 100%;
  padding: 130px auto;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-link-area {
    display: block;
    width: 100%;
  }
}

.store-kitchen-car-menu-link-area-inner {
  display: flex;
  width: 100%;
  height: 60px;
  border: 2px solid #BA9B2D;
  background-color: #BA9B2D;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 0px 0px #a67f22;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-link-area-inner {
    width: 90%;
    margin: 0 auto;
  }
}

.store-kitchen-car-menu-link-area-txt {
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", serif;
}

/* Kitchen Car Inquiry
======================================== */
.store-kitchen-car-menu-inquiry {
  display: flex;
  height: 260px;
  margin: auto;
  background-color: #FFFCEC;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry {
    width: 100%;
  }
}

.store-kitchen-car-menu-inquiry-title-area {
  text-align: end;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-title-area {
    text-align: center;
  }
}

.store-kitchen-car-menu-inquiry-txt-title {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-txt-title {
    width: 100%;
  }
}

.store-kitchen-car-menu-inquiry-area {
  width: 480px;
  height: 135px;
  margin: 0 auto auto auto;
  border: 2px solid #BA9B2D;
  background-color: #FFFFFF;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-area {
    width: 90%;
    height: auto;
  }
}

.store-kitchen-car-menu-inquiry-value {
  display: flex;
  margin: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-value {
    width: 100%;
    height: auto;
  }
}

.store-kitchen-car-menu-inquiry-icon {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-icon {
    width: 40px;
  }
}

.store-kitchen-car-menu-inquiry-icon-img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-icon-img {
    top: 0;
  }
}

.store-kitchen-car-menu-inquiry-txt {
  text-align: left;
}

.store-kitchen-car-menu-inquiry-txt-title {
  font-size: 16px;
}

.store-kitchen-car-menu-inquiry-txt-tel {
  font-size: 38px;
  font-weight: bolder;
}

.store-kitchen-car-menu-inquiry-txt-time {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .store-kitchen-car-menu-inquiry-txt-time {
    margin: 8px auto;
  }
}

.menu {
  max-width: 1560px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto;
}

/* Key Visual
======================================== */
.menu-kv {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  top: 44px;
  overflow-y: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.menu-kv-bg {
  width: 100%;
  height: auto;
}

.menu-kv-scroll {
  position: relative;
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 767px) {
  .menu-kv-img {
    display: none;
  }
}

.menu-kv-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-kv-img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.menu-kv-img-scroll-link {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
  z-index: 100;
}

.menu-kv-img-scroll {
  position: relative;
  width: 80px;
  height: 80px;
}

/* Menu Ramen
======================================== */
.menu-ramen {
  position: relative;
  width: 100%;
  background-color: none;
  padding: 150px 0 200px 0;
}

@media screen and (max-width: 1024px) {
  .menu-ramen {
    margin-top: 20px;
  }
}

.menu-ramen-inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .menu-ramen-inner {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .menu-ramen-inner {
    margin-top: 0;
  }
}

.menu-ramen-header-box {
  position: relative;
  width: 100%;
  height: 397px;
  margin-bottom: 100px;
}

.menu-ramen-header-img-back {
  position: absolute;
  top: 0;
  right: -70px;
}

.menu-ramen-header-img-txt {
  position: absolute;
  width: 480px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu-ramen-box {
  display: flex;
  position: relative;
  padding-top: 87px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.menu-ramen-box:first-of-type {
  padding-top: 95px;
}

@media screen and (max-width: 1024px) {
  .menu-ramen-box:first-of-type {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .menu-ramen-box:first-of-type {
    padding-top: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-ramen-box {
    display: block;
    flex-direction: column-reverse;
    max-width: 328px;
    margin: 0 auto;
    padding-top: 0;
  }
}

.menu-ramen-img {
  display: inline-block;
  width: 750px;
  height: 420px;
  right: -30px;
}

.menu-ramen-img-telop {
  display: inline-block;
  width: 300px;
  height: auto;
}

.menu-ramen-img-ramen {
  display: inline-block;
  width: auto;
  height: 600px;
}

.menu-ramen-img-karaage {
  display: inline-block;
  width: 480px;
  height: 420px;
}

.menu-ramen-img-gyoza {
  display: inline-block;
  width: 480px;
  height: 380px;
}

.menu-ramen-img-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.menu-ramen-info {
  width: 480px;
  min-width: 300px;
  vertical-align: middle;
  margin: auto 20px;
}

@media screen and (max-width: 1024px) {
  .menu-ramen-info {
    width: 368px;
  }
}

@media screen and (max-width: 767px) {
  .menu-ramen-info {
    width: 100%;
    min-width: 200px;
    margin: 10px auto;
  }
}

.menu-ramen-term {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 18px;
  color: #fdfdfd;
  background: #4494dd;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .menu-ramen-term {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.menu-ramen-all-title {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

.menu-ramen-title {
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: left;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
  .menu-ramen-title {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}

.menu-ramen-title-img {
  width: 400px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .menu-ramen-title-img {
    width: 100%;
  }
}

.menu-ramen-title-desc-area {
  width: 100%;
  height: 50px;
  padding-top: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .menu-ramen-title-desc-area {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

.menu-ramen-title-desc {
  width: 100%;
  height: auto;
  margin: auto;
  color: #BA9B2D;
}

.menu-ramen-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0 0 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .menu-ramen-body {
    text-align: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}

.menu-ramen-body-gyoza {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0;
  text-align: left;
}

.menu-ramen-text-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .menu-ramen-text-reverse {
    flex-direction: column-reverse;
  }
}

.menu-ramen-back {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.menu-ramen-img-back {
  width: 100%;
  height: auto;
}

/* Menu Side
======================================== */
.menu-side {
  position: relative;
  width: 100%;
  background-color: none;
  padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  .menu-side {
    margin-top: 20px;
  }
}

.menu-side-inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .menu-side-inner {
    margin-top: 48px;
  }
}

.menu-side-header-box {
  position: relative;
  width: 100%;
  height: 397px;
  margin-bottom: 100px;
}

.menu-side-header-img-back {
  position: absolute;
  top: 0;
  right: -70px;
}

.menu-side-header-img-txt {
  position: absolute;
  width: 480px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu-side-box {
  display: flex;
  position: relative;
  padding-top: 87px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.menu-side-box:first-of-type {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .menu-side-box:first-of-type {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .menu-side-box:not(:first-of-type) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu-side-box {
    display: block;
  }
}

.menu-side-img {
  display: inline-block;
  width: 750px;
  height: 420px;
  right: -30px;
}

.menu-side-img-telop {
  display: inline-block;
  width: 300px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .menu-side-img-telop {
    margin: auto;
  }
}

.menu-side-img-ramen {
  display: inline-block;
  width: auto;
  height: 600px;
}

.menu-side-img-karaage {
  display: inline-block;
  width: 480px;
  height: 420px;
}

.menu-side-img-gyoza {
  display: inline-block;
  width: 480px;
  height: 380px;
}

.menu-side-img-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.menu-side-info {
  width: 480px;
  min-width: 300px;
  vertical-align: middle;
  margin: auto 10px;
}

@media screen and (max-width: 1024px) {
  .menu-side-info {
    width: 368px;
  }
}

@media screen and (max-width: 767px) {
  .menu-side-info {
    width: 100%;
    min-width: 200px;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.menu-side-term {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 18px;
  color: #fdfdfd;
  background: #4494dd;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .menu-side-term {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
  }
}

.menu-side-all-title {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

.menu-side-title {
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: left;
  padding: 0 0 0 80px;
}

@media screen and (max-width: 767px) {
  .menu-side-title {
    padding: 0;
    margin: 20px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.menu-side-title-img {
  width: 400px;
  height: auto;
  margin: auto;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .menu-side-title-img {
    width: 100%;
    padding-top: 50px;
  }
}

.menu-side-title-desc-area {
  width: 100%;
  height: 50px;
  padding-top: 4px;
  text-align: center;
}

.menu-side-title-desc {
  width: 100%;
  height: auto;
  margin: auto;
  color: #BA9B2D;
}

.menu-side-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .menu-side-body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}

.menu-side-body-gyoza {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  padding: 0;
  text-align: left;
}

.menu-side-text-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .menu-side-text-reverse {
    flex-direction: column-reverse;
  }
}

.menu-side-back {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.menu-side-img-back {
  width: 100%;
  height: auto;
}

/* Advantage
======================================== */
.advantage {
  width: 100%;
  padding-top: 78px;
}

@media screen and (max-width: 1024px) {
  .advantage {
    padding-top: 16px;
  }
}

.advantage-inner {
  width: 96%;
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .advantage-inner {
    max-width: 328px;
  }
}

.advantage-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .advantage-header {
    font-size: 26px;
  }
}

.advantage-box {
  display: flex;
  justify-content: space-between;
}

.advantage-box:first-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .advantage-box:first-of-type {
    margin-top: 56px;
  }
}

.advantage-box:first-of-type ~ .advantage-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 1024px) {
  .advantage-box:first-of-type ~ .advantage-box {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .advantage-box {
    max-width: 640px;
    margin: 56px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .advantage-box {
    flex-direction: column;
    align-items: center;
  }
}

.advantage-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-left: 22px;
}

@media screen and (max-width: 1024px) {
  .advantage-img {
    margin-left: 0px;
  }
}

.advantage-info {
  width: 600px;
}

@media screen and (max-width: 1024px) {
  .advantage-info {
    width: 516px;
  }
}

@media screen and (max-width: 767px) {
  .advantage-info {
    width: 100%;
    margin-top: 24px;
  }
}

.advantage-title {
  font-size: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .advantage-title {
    font-size: 20px;
  }
}

.advantage-title-em {
  color: #ea2c65;
}

@media screen and (max-width: 767px) {
  .advantage-title-em {
    line-height: 30px;
  }
}

.advantage-body {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

@media screen and (max-width: 1024px) {
  .advantage-body {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* Inquiry box
======================================== */
.inquiry-box {
  margin-top: 80px;
}

/* Case
======================================== */
.case {
  width: 100%;
  background: #f8f8f8;
  padding-top: 78px;
}

@media screen and (max-width: 1024px) {
  .case {
    padding-top: 18px;
  }
}

.case-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1064px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .case-inner {
    max-width: 720px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .case-inner {
    max-width: 328px;
    padding: 20px 0 40px;
  }
}

.case-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .case-header {
    font-size: 26px;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .case-list {
    justify-content: space-evenly;
    flex-wrap: unset;
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 44px;
  }
}

.case-item {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-bottom: calc(10% / 2);
}

@media screen and (min-width: 1025px) {
  .case-item:not(:nth-child(3n + 1)) {
    margin-left: calc(10% / 2);
  }
}

@media screen and (max-width: 1024px) {
  .case-item {
    width: 308px;
    margin-bottom: 50px;
  }
  .case-item:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .case-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .case-item:nth-child(2n) {
    margin-left: 0;
  }
}

.case-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .case-list-link {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .case-list-link {
    margin-top: 30px;
  }
}

.case-top-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .case-top-list {
    justify-content: space-evenly;
    flex-wrap: unset;
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .case-top-list {
    margin-top: 44px;
  }
}

.case-top-list-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .case-top-list-link {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .case-top-list-link {
    margin-top: 30px;
  }
}

/* Info
======================================== */
.info {
  width: 100%;
  margin-bottom: 200px;
}

.info-inner {
  width: auto;
  margin: 78px 240px 0;
}

@media screen and (max-width: 1024px) {
  .info-inner {
    max-width: 644px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .info-inner {
    max-width: 328px;
  }
}

.info-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .info-header {
    font-size: 26px;
  }
}

.info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 2px #BA9B2D;
  border-bottom: solid 2px #BA9B2D;
}

@media screen and (max-width: 1024px) {
  .info-box {
    margin-top: 60px;
  }
}

.info-list {
  width: 100%;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .info-list {
    display: flex;
    flex-direction: column;
  }
}

.info-item {
  min-height: 76px;
  line-height: 76px;
  border-bottom: solid 1px #eaeaea;
}

@media screen and (max-width: 1024px) {
  .info-item {
    height: 58px;
    line-height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .info-item {
    height: auto;
    padding: 16px 0;
  }
}

.info-link {
  display: flex;
  align-content: center;
  width: 100%;
  height: 100%;
}

.info-link:hover .info-title {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .info-link {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

.info-date {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .info-date {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .info-date {
    line-height: 1.5;
  }
}

.info-title {
  display: flex;
  align-items: center;
  margin-left: 24px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

.info-title p {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .info-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .info-title {
    margin: 8px 0 0;
    line-height: 1.5;
  }
}

.info-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .info-list-link {
    margin-top: 40px;
  }
}

/* Media
======================================== */
.media {
  width: 100%;
  margin-top: 78px;
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 1024px) {
  .media {
    margin-top: 38px;
  }
}

.media-inner {
  width: 96%;
  max-width: 1064px;
  margin: 78px auto 0;
}

@media screen and (max-width: 1024px) {
  .media-inner {
    max-width: 720px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .media-inner {
    max-width: 328px;
  }
}

.media-header {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .media-header {
    font-size: 16px;
  }
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

@media screen and (max-width: 1024px) {
  .media-list {
    max-width: 725px;
    margin: 0 auto;
  }
}

.media-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 96px;
}

@media screen and (max-width: 767px) {
  .media-item {
    width: 33%;
    height: 48px;
  }
}

.media-img {
  width: 90%;
}

/* POINT
======================================== */
.menu-point {
  position: relative;
  height: 477px;
  padding-top: 0x;
  overflow-y: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #DCCD96;
}

@media screen and (max-width: 1024px) {
  .menu-point {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .menu-point {
    height: 678px;
  }
}

.menu-point-center-area {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .menu-point-center-area {
    width: 92%;
    top: 40px;
  }
}

.menu-point-img-area {
  width: 100%;
  height: auto;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

.menu-point-img {
  width: 680px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .menu-point-img {
    display: none;
  }
}

.menu-point-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-point-img-sp {
    display: block;
    width: 100%;
  }
}

.menu-point-title-area {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .menu-point-title-area {
    display: grid;
    width: 100%;
  }
}

.menu-point-title-left {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .menu-point-title-left {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.menu-point-title-right {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .menu-point-title-right {
    align-items: center;
    text-align: left;
    justify-content: center;
    margin-left: 0;
  }
}

/* Dontaku
======================================== */
.menu-dontaku {
  position: relative;
  height: 830px;
  padding-top: 0x;
  overflow-y: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #101A32;
}

@media screen and (max-width: 1024px) {
  .menu-dontaku {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .menu-dontaku {
    height: 780px;
  }
}

.menu-dontaku-bg {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
  width: 1160px;
  height: 1310px;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .menu-dontaku-bg {
    width: 90%;
    height: auto;
  }
}

.menu-dontaku-bottom {
  text-align: center;
  margin: 10px auto 0;
}

.menu-dontaku-bottom-txt {
  color: #FFFFFF;
}

.menu-dontaku-img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .menu-dontaku-img {
    display: none;
  }
}

.menu-dontaku-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-dontaku-img-sp {
    display: block;
    width: 100%;
  }
}

/* Menu Link
======================================== */
.menu-link {
  width: 100%;
  height: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 100px auto 180px auto;
}

@media screen and (max-width: 767px) {
  .menu-link {
    height: auto;
  }
}

.menu-link-area {
  display: flex;
  width: 920px;
  height: 100%;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menu-link-area {
    display: block;
    width: 100%;
    height: auto;
  }
}

.menu-link-area-inner {
  display: flex;
  width: 440px;
  height: 60px;
  border: 2px solid #BA9B2D;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .menu-link-area-inner {
    display: flex;
    width: 90%;
    margin: 40px auto 0;
  }
}

.menu-link-area-txt {
  text-align: center;
  margin: auto;
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.page-news {
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  .page-news {
    margin-top: 60px;
  }
}

.news-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 56px 0 0;
}

@media screen and (max-width: 1024px) {
  .news-inner {
    max-width: 720px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .news-inner {
    max-width: 328px;
    padding: 20px 0;
  }
}

.news-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-header {
    font-size: 26px;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .news-list {
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 44px;
  }
}

.news-item {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-bottom: calc(5% / 2);
}

@media screen and (min-width: 1025px) {
  .news-item:not(:nth-child(3n + 1)) {
    margin-left: calc(10% / 2);
  }
}

@media screen and (max-width: 1024px) {
  .news-item {
    width: 48%;
  }
  .news-item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .news-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-item:nth-child(2n) {
    margin-left: 0;
  }
}

.page-blog {
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  .page-blog {
    margin-top: 60px;
  }
}

.blog-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0 0;
}

@media screen and (max-width: 1024px) {
  .blog-inner {
    max-width: 720px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-inner {
    max-width: 328px;
    padding: 20px 0;
  }
}

.blog-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog-header {
    font-size: 26px;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .blog-list {
    width: 96%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .blog-list {
    margin-top: 44px;
  }
}

.blog-item {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-bottom: calc(5% / 2);
}

@media screen and (min-width: 1025px) {
  .blog-item:not(:nth-child(3n + 1)) {
    margin-left: calc(10% / 2);
  }
}

@media screen and (max-width: 1024px) {
  .blog-item {
    width: 48%;
  }
  .blog-item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .blog-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .blog-item:nth-child(2n) {
    margin-left: 0;
  }
}

.blog-pagination {
  align-self: flex-end;
  height: 40px;
}

.page-contact {
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  .page-contact {
    margin-top: 60px;
  }
}

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0;
}

@media screen and (max-width: 1024px) {
  .contact-inner {
    max-width: 600px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-inner {
    max-width: 327px;
    padding: 20px 0;
  }
}

.contact-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-header {
    font-size: 26px;
  }
}

.contact-description {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-description {
    margin-top: 20px;
  }
}

.contact-description-text {
  font-size: 22px;
}

.contact-description-text + .contact-description-text {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .contact-description-text {
    margin-top: 20px;
    font-size: 18px;
  }
}

.contact-description-caption {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #818181;
}

@media screen and (max-width: 767px) {
  .contact-description-caption {
    margin-top: 12px;
    font-size: 16px;
  }
}

.contact-description-link {
  font-weight: 400;
}

.contact-description-link + .contact-description-link {
  text-decoration: underline;
}

.contact-form {
  margin-top: 60px;
  max-width: 750px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contact-form {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-single {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.single-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .single-inner {
    padding: 0;
    width: 90%;
    margin: 65px auto;
  }
}

.single-inner .single-thumbnail-img {
  align-self: stretch;
  width: 100%;
  height: auto;
  padding-top: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px 4px 0 0;
}

.single-inner .single-content {
  padding: 40px 0;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .single-inner .single-content {
    padding: 20px 0;
  }
}

.single-inner .single-content p {
  line-height: 2.5;
}

.single-inner .single-post-date {
  color: #a4a4a4;
  font-weight: 400;
}

.single-inner .single-title {
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.single-inner .single-sns-list {
  display: flex;
  justify-content: space-between;
  width: 316px;
}

.single-inner .single-sns-item:first-child {
  margin-top: -1px;
}

.single-inner .single-info {
  width: 100%;
  margin-top: 40px;
  padding: 0 24px;
  border: solid 1px #eaeaea;
  border-radius: 4px;
}

.single-inner .single-info-item {
  display: flex;
  align-items: center;
  min-height: 72px;
  font-size: 16px;
}

.single-inner .single-info-item:not(:first-child) {
  border-top: solid 1px #eaeaea;
}

.single-inner .single-info-term {
  display: inline-block;
  width: 156px;
  font-weight: 400;
}

.single-inner .single-info-description {
  color: #4494dd;
}

.single-inner .single-info-event-period {
  width: 50%;
}

.single-inner .single-info-event-visitors {
  width: 50%;
}

.single-inner .single-info-event-visitors:last-child::before {
  content: '';
  margin-right: 24px;
  border-left: solid 1px #eaeaea;
}

.single-inner .single-head-comment {
  margin-top: 40px;
  padding: 40px;
  background: #f6fbff;
  border-radius: 4px;
}

.single-inner .single-head-title {
  position: relative;
  margin: 0 44px;
  font-size: 20px;
  font-weight: 400;
  color: #4494dd;
  line-height: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.single-inner .single-head-quote-before {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 20px;
}

.single-inner .single-head-quote-after {
  position: absolute;
  bottom: 0px;
  right: -40px;
  transform: rotate(180deg);
  width: 20px;
}

.single-inner .single-head-profile {
  margin-top: 36px;
  text-align: right;
  font-weight: 400;
}

.single-inner .single-head-content {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* リストの左側に黒丸 */
  /* リストの左側に数字 */
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content {
    margin-top: 32px;
  }
}

.single-inner .single-head-content h2 {
  margin: 60px 0 0;
  color: #4494dd;
  font-size: 26px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content h2 {
    font-size: 22px;
    line-height: 1.75;
  }
}

.single-inner .single-head-content h3 {
  margin: 28px 0 0;
  color: #4494dd;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}

.single-inner .single-head-content h4 {
  margin: 20px 0 0;
  color: #4494dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.single-inner .single-head-content p {
  margin-top: 24px;
  letter-spacing: 1px;
}

.single-inner .single-head-content img {
  width: 100%;
}

.single-inner .single-head-content figure {
  margin: 24px 0 0;
}

.single-inner .single-head-content hr {
  margin: 32px 0;
  border: solid 0.5px #eaeaea;
}

.single-inner .single-head-content ul {
  margin-top: 24px;
}

.single-inner .single-head-content form.mktoForm {
  width: 100%;
  max-width: 750px;
  margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
  .single-inner .single-head-content form.mktoForm {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content form.mktoForm {
    max-width: 327px;
  }
}

.single-inner .single-head-content h2 {
  position: relative;
  margin: 60px 0 40px 0;
  color: #4494dd;
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1px;
  border-bottom: solid 2px #ebebeb;
}

.single-inner .single-head-content h2::after {
  position: absolute;
  bottom: -2px;
  display: block;
  border-bottom: solid 2px #4494dd;
  width: 160px;
  content: "";
}

@media screen and (max-width: 1024px) {
  .single-inner .single-head-content h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 40px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 36px 0 20px 0;
    line-height: 1.75;
  }
  .single-inner .single-head-content h2::after {
    width: 136px;
  }
}

.single-inner .single-head-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 44px;
}

@media screen and (max-width: 1024px) {
  .single-inner .single-head-content h3 {
    font-size: 20px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content h3 {
    font-size: 16px;
    margin-top: 22px;
  }
}

.single-inner .single-head-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .single-inner .single-head-content h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}

.single-inner .single-head-content ul {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.single-inner .single-head-content ul li {
  list-style-type: disc;
}

.single-inner .single-head-content ol li {
  list-style-type: decimal;
}

.single-inner .single-head-content a {
  color: #0000ff;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

.single-inner .single-head-content table {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .single-inner .single-head-content table {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-inner .single-head-content table {
    margin-top: 20px;
  }
}

.single-inner .single-sns-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .single-inner .single-sns-content {
    margin: 40px auto 0;
  }
}

.single-inner .single-content-profile {
  margin-top: 60px;
  padding-top: 40px;
  font-weight: 400;
  border-top: solid 1px #eaeaea;
}

.single-inner .single-content-profile .single-content-profile-name {
  font-size: 20px;
  font-weight: 400;
}

.single-inner .single-content-profile .single-content-profile-name + p {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .single-inner .single-content-profile .single-content-profile-name {
    font-size: 14px;
  }
}

.single-inner .single-content-profile p:not(.single-content-profile-name) {
  font-size: 14px;
  font-weight: 400;
}

.single-inquiry {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .single-inquiry {
    margin: 16px auto;
    max-width: 327px;
  }
}

.single-case {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .single-case {
    margin-top: 40px;
    background: #f8f8f8;
  }
  .single-case .slick-dots {
    bottom: 0;
  }
}

.single-case-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-case-header {
    margin-top: 40px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .single-case-slider {
    margin-top: 40px;
  }
}

.single-case-box {
  display: flex;
  width: 100%;
  height: 218px;
  margin-top: 16px;
}

.single-case-box:first-of-type {
  margin-top: 104px;
}

@media screen and (max-width: 767px) {
  .single-case-box:first-of-type {
    margin-top: 64px;
  }
}

.single-case-box:hover .single-card-img {
  transform: scale(1.1);
}

.single-case-box:hover .single-card-title {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .single-case-box {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .single-case-box {
    flex-direction: column;
    max-width: 327px;
    min-height: 300px;
    margin: 24px;
  }
}

.single-card-link {
  display: inline-block;
  width: 416px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .single-card-link {
    width: 286px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .single-card-link {
    width: 100%;
    height: 171px;
    border-radius: 5px 5px 0 0;
  }
}

.single-card-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  transition: all 0.5s ease;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .single-card-img {
    border-radius: 5px 5px 0 0;
  }
}

.single-card-inner {
  flex: 1;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .single-card-inner {
    max-width: 434px;
  }
}

@media screen and (max-width: 767px) {
  .single-card-inner {
    max-height: 129px;
  }
}

.single-card-body {
  display: inline-block;
  height: 100%;
  padding: 24px;
  background: #fdfdfd;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .single-card-body {
    max-width: 434px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .single-card-body {
    max-width: 434px;
    width: 100%;
    height: 200px;
  }
}

.single-card-company-name {
  font-size: 14px;
  font-weight: 400;
}

.single-card-title {
  min-height: 72px;
  font-size: 18px;
  color: #4494dd;
  font-family: YuMincho, "Yu Mincho", serif;
}

.single-card-title:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .single-card-title {
    min-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single-card-title {
    min-height: 100px;
  }
}

.single-card-case-description {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .single-card-case-description {
    display: none;
  }
}

.single-case-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .single-case-list-link {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .single-case-list-link {
    margin-top: 40px;
  }
}

.single-category-area {
  position: relative;
  width: 100px;
  height: 20px;
  border-radius: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 20px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .single-category-area {
    margin: 0;
  }
}

.single-category-store {
  background-color: #29ABE2;
}

.single-category-event {
  background-color: #8CC63F;
}

.single-categoryname {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .single-datetime {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .single-time-area {
    display: flex;
    width: 100%;
    height: 20px;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
  }
}

.single-thumbnail-area {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-thumbnail-area {
    max-height: 200px;
  }
}

.single-thumbnail-image {
  width: 100%;
  height: auto;
  margin: auto;
}

.page-static {
  margin: 65px 0 270px;
}

@media screen and (max-width: 1024px) {
  .page-static {
    margin-top: 60px;
  }
}

.static-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 0;
}

@media screen and (max-width: 1024px) {
  .static-inner {
    max-width: 600px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .static-inner {
    max-width: 327px;
    padding: 20px 0;
  }
}

.static-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-header {
    font-size: 26px;
  }
}

.static-description {
  max-width: 100%;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-description {
    margin-top: 20px;
  }
}

.page-not-found {
  margin: 65px 0 200px;
}

@media screen and (max-width: 1024px) {
  .page-not-found {
    margin-top: 60px;
  }
}

.not-found-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .not-found-inner {
    max-width: 600px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .not-found-inner {
    max-width: 327px;
    padding: 20px 0;
  }
}

.not-found-header {
  position: relative;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .not-found-header {
    font-size: 24px;
  }
}

.not-found-message {
  font-size: 24px;
  text-align: center;
}

.not-found-link {
  margin-top: 80px;
}

.page-archive {
  margin-top: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFFCEC;
  padding-bottom: 170px;
}

@media screen and (max-width: 1024px) {
  .page-archive {
    margin: 60px 0 -20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-archive {
    margin: 0;
    padding-bottom: 0;
  }
}

.archive-news {
  display: flex;
  width: 100%;
  max-width: 920px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .archive-news {
    display: inherit;
    margin: 100px auto 0;
  }
}

.archive-news-inner {
  width: 100%;
  max-width: 680px;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .archive-news-inner {
    max-width: 600px;
    padding: 26px 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-news-inner {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}

.archive-thumbnail-img {
  align-self: stretch;
  width: 100%;
  height: auto;
  padding-top: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px 4px 0 0;
}

.archive-content {
  padding: 40px 132px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .archive-content {
    padding: 24px 60px;
  }
}

@media screen and (max-width: 767px) {
  .archive-content {
    padding: 24px;
  }
}

.archive-post-date {
  color: #a4a4a4;
  font-weight: 400;
}

.archive-title {
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .archive-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-title {
    font-size: 24px;
  }
}

.archive-info {
  width: 100%;
  margin-top: 40px;
  padding: 0 24px;
  border: solid 1px #eaeaea;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .archive-info {
    margin-top: 24px;
    padding: 0 16px;
  }
}

.archive-info-item {
  display: flex;
  align-items: center;
  min-height: 72px;
  font-size: 16px;
}

.archive-info-item:not(:first-child) {
  border-top: solid 1px #eaeaea;
}

@media screen and (max-width: 767px) {
  .archive-info-item {
    min-height: 52px;
    font-size: 14px;
  }
}

.archive-info-term {
  display: inline-block;
  width: 156px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .archive-info-term {
    width: 84px;
  }
}

.archive-info-description {
  color: #4494dd;
}

.archive-news-time-area {
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .archive-news-time-area {
    height: 26px;
    padding-top: 4px;
  }
}

.archive-news-category-area {
  position: relative;
  width: 100px;
  height: 20px;
  border-radius: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 20px;
}

.archive-news-category-store {
  background-color: #29ABE2;
}

.archive-news-category-event {
  background-color: #8CC63F;
}

.archive-news-categoryname {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

.archive-news-title-area {
  padding-top: 10px;
  border-bottom: solid 1px #BA9B2D;
}

.news-item__thumbnail {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news-item__thumbnail {
    max-height: 200px;
  }
}

.news-item__thumbnail-image {
  width: 100%;
  height: auto;
  margin: auto;
}

.archive-news-read-area {
  width: 100%;
  height: 150px;
  margin: 20px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .archive-news-read-area {
    height: 100px;
  }
}

.archive-news-item__read {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .archive-news-item__read {
    line-height: 1.5em;
  }
}

.archive-news-header {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .archive-news-header {
    font-size: 26px;
  }
}

.archive-news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 2px #BA9B2D;
  border-bottom: solid 2px #BA9B2D;
}

@media screen and (max-width: 1024px) {
  .archive-news-box {
    margin-top: 60px;
  }
}

.archive-news-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .archive-news-list {
    display: flex;
    flex-direction: column;
  }
}

.archive-news-item {
  min-height: 76px;
  padding: 0 35px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .archive-news-item {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news-item {
    height: auto;
    padding: 16px 14px;
  }
}

.archive-news-item:not(:first-of-type) {
  margin-top: 60px;
}

.archive-news-link {
  align-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .archive-news-link {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

.archive-news-date {
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .archive-news-date {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news-date {
    line-height: 1.5;
  }
}

.archive-news-title {
  display: flex;
  align-items: center;
  margin-left: 24px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}

.archive-news-title p {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .archive-news-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news-title {
    margin: 8px 0 0;
    font-size: 18px;
  }
}

.archive-news-list-link {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .archive-news-list-link {
    margin-top: 40px;
  }
}

.archive-news-side {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .archive-news-side {
    width: 100%;
    padding-bottom: 100px;
    background-color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .archive-news-side-inner {
    width: 94%;
    margin: auto;
  }
}

/* Key Visual
======================================== */
.archive-kv {
  position: relative;
  width: 100%;
  height: 260px;
  overflow-y: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .archive-kv {
    height: 380px;
    padding-top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .archive-kv {
    height: auto;
    padding: 0;
  }
}

.archive-kv-bg {
  display: flex;
  top: 0;
  width: 100%;
  height: 260px;
  margin: auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .archive-kv-bg {
    height: auto;
  }
}

.archive-kv-title {
  position: absolute;
  width: 100%;
  height: auto;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #FFFFFF;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: cover;
}

.archive-kv-img {
  width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .archive-kv-img {
    width: auto;
    height: 300px;
  }
}

.archive-kv-img-sp {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .archive-kv-img-sp {
    top: -192px;
    left: 810px;
    width: 272px;
  }
}

@media screen and (max-width: 1024px) {
  .archive-kv-img-sp {
    top: -130px;
    left: 570px;
    width: 164px;
  }
}

@media screen and (max-width: 767px) {
  .archive-kv-img-sp {
    top: 32px;
    left: 188px;
    width: 162px;
  }
}
/*# sourceMappingURL=style.css.map */