@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

img {
  max-width: 100%;
}

a:hover {
  -webkit-transition: all 0.3s;
  opacity: 0.6;
  transition: all 0.3s;
}

.header {
  position: relative;
  padding: 20px 16px;
}
.header__logo {
  width: 180px;
}

.footer {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #004EA2;
  color: #ffffff;
  text-align: center;
}
.footer__contact {
  -webkit-transition: all 0.4s;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #004EA2;
  font-size: 1.6rem;
  transition: all 0.4s;
}
.footer__contact::before {
  display: inline-block;
  width: 22px;
  height: 15px;
  content: "\f0e0";
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
}
.footer__contact.is-none {
  -webkit-transition: all 0.4s;
  opacity: 0;
  transition: all 0.4s;
}
.footer small {
  display: inline-block;
  font-size: 1.4rem;
}
.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-hamburger {
  -webkit-transform: translateY(-50%);
  z-index: 200;
  position: fixed;
  top: 30px;
  right: 16px;
  width: 24px;
  height: 24px;
          transform: translateY(-50%);
  cursor: pointer;
}
.c-hamburger__line {
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 4px;
  width: 25px;
  height: 2px;
  background-color: #004EA2;
  transition: all 0.3s;
}
.c-hamburger__line--1 {
  width: 24px;
}
.c-hamburger__line--2 {
  top: 12px;
  width: 20px;
}
.c-hamburger__line--3 {
  top: 20px;
  width: 16px;
}

.nav__list {
  -webkit-transition: all 0.5s;
  z-index: 100;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.5s;
}
.nav__item {
  z-index: 30;
  margin-bottom: 35px;
}
.nav__button {
  display: inline-block;
  width: 340px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #004EA2;
  color: #ffffff;
}
.nav__button::before {
  display: inline-block;
  width: 22px;
  height: 15px;
  content: "\f0e0";
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
}
.nav__footer {
  display: none;
}

i {
  padding-right: 1em;
}

.is-open.nav__list {
  right: 0;
}
.is-open .c-hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: left top;
  -webkit-transition: all 0.3s;
  top: 2px;
  left: 1px;
  width: 25px;
          transform: rotate(45deg);
          transform-origin: left top;
  transition: all 0.3s;
}
.is-open .c-hamburger__line--2 {
  -webkit-transition: all 0.3s;
  left: 50%;
  width: 0;
  transition: all 0.3s;
}
.is-open .c-hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -webkit-transition: all 0.3s;
  left: -1px;
  width: 25px;
          transform: rotate(-45deg);
          transform-origin: left top;
  transition: all 0.3s;
}
.c-form {
  color: black;
  font-size: 1.6rem;
}
.c-form__item {
  margin-top: 25px;
}
.c-form__item:first-child {
  margin-top: 0;
}
.c-form__item:nth-child(4) {
  margin-top: -10px;
}
.c-form__item:last-child {
  border-bottom: none;
}
.c-form__label {
  font-weight: bold;
}
.c-form__required {
  margin-right: 10px;
  padding: 0.4em 1em;
  border-radius: 3px;
  background-color: #E34C30;
  color: #ffffff;
  font-size: 1.2rem;
}
.c-form__input {
  width: 100%;
  margin-top: 15px;
  padding: 0.7em;
  border: solid 1px #DAE0EF;
  border-radius: 4px;
}
.c-form__pryvacy {
  height: 340px;
  padding: 0.8em;
  overflow-y: auto;
  border: solid 1px #DAE0EF;
  border-radius: 4px;
}
.c-form__pryvacy p {
  margin-top: 50px;
  line-height: 2.1;
}
.c-form__pryvacy p:first-child {
  margin-top: 10px;
}
.c-form__submit {
  text-align: center;
}

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

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

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

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

::placeholder {
  color: #bdb4b4;
}
/*コンタクト*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
       appearance: button;
  border: none;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

/*クライアント特別*/
/*section-form*/
.section-form {
  padding: 50px 0;
  background-color: #E6E6E5;
}

.form-heading {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
}

.form-heading span {
  color: #07a0b1;
}

/*全体設定*/
/* 送信エラー表示をなくす（上部分）*/
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-weight: bold;
}

/* 入力不備表示調整*/
.wpcf7-response-output {
  margin-top: 20px;
  color: red;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.wpcf7-form ul {
  width: 100%;
}
.wpcf7-form ul li:nth-child(6) {
  height: 350px;
  padding: 0.8em;
  overflow-y: auto;
  border: solid 1px #DAE0EF;
  font-weight: normal;
}

.wpcf7-form ul.margin-contact {
  margin-top: 20px;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form * {
  font-family: "Noto Sans JP", sans-serif;
}

.form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}

span.hissu {
  margin-right: 10px;
  padding: 0.4em 1em;
  border-radius: 3px;
  background-color: #E34C30;
  color: #ffffff;
  font-size: 1.2rem;
}

.wpcf7-form li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
.wpcf7-form li p {
  margin-bottom: 15px;
}

.form-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}

.wpcf7-form li.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          justify-content: flex-start;
}

#your-mail-confirm {
  margin-top: -10px;
}

/*全体設定*/
/*送信ボタン*/
.submit-button {
  display: none;
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #B9B9B9;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#confirm-button {
  display: block;
}

/*input設定*/
span.contact-content input {
  font-size: 16px;
}

.form-content input[type=text],
.form-content input[type=tel],
.form-content input[type=email] {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  padding: 10px 0 10px 10px;
  border: solid 1px #DAE0EF;
  font-weight: lighter;
}

/*input設定*/
/*テキストエリア*/
.form-content textarea {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  padding: 10px 0 10px 10px;
  border: solid 1px #DAE0EF;
  font-weight: lighter;
  resize: none;
}

/*セレクトボックス*/
.form-content select {
  width: 50%;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 0;
  border: solid 2px #ebe6df;
  background-color: #f2efeb;
  color: #595855;
}

span.date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

/*テキストエリア*/
.check-area {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  text-align: center;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  margin-left: 30px;
}

/*.checkbox input[type='checkbox']*/
/*ボタンを押した際のアニメーション*/
.check .wpcf7-list-item-label::before {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-image: url("../img/check_01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2efeb;
  content: "";
}

.check .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #004EA2;
  content: "";
}

.check input {
  opacity: 0;
}

.check span.wpcf7-form-control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.check span.wpcf7-form-control .wpcf7-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 25px;
}

/*ボタンを押した際のアニメーション*/
.wpcf7-list-item.last {
  margin-bottom: 0px;
}

.wpcf7-form li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  margin-bottom: 30px;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.form-content select {
  width: 100%;
  margin-bottom: 10px;
}
.mv__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.mv__disc {
  font-size: 1.6rem;
}
.mv__copy {
  margin-bottom: 10px;
  color: #004EA2;
  font-size: 4.6rem;
}
.mv__copy span {
  -webkit-transform: rotate(20deg);
  display: inline-block;
  margin-left: 20px;
          transform: rotate(20deg);
}
.mv__slider {
  visibility: hidden;
  margin-top: 36px;
}
.mv__slider.slick-initialized {
  visibility: visible;
}
.mv__image {
  margin-bottom: 20px;
}
.mv__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 185px;
     object-fit: cover;
  border-radius: 180px 180px 10px 10px/65px 65px 10px 10px;
}
.mv__scroll {
  display: none;
}
.mv__contact {
  display: none;
}

.slick-dots li.slick-active button:before {
  color: #004EA2;
}
.faq {
  font-size: 1.6rem;
}
.faq__title {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.faq__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.faq__list {
  -webkit-box-shadow: #B9B9B9 0px 3px 6px;
  margin: 0 auto;
  padding: 78px 24px 24px;
          box-shadow: #B9B9B9 0px 3px 6px;
}
.faq__item {
  position: relative;
}
.faq__item--question {
  margin-bottom: 38px;
  color: #004EA2;
}
.faq__item--answer {
  display: none;
  padding-bottom: 66px;
}
.faq__item--answer-open {
  display: block;
}
.faq__icon {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -50px;
  left: 50%;
  width: 38px;
  height: 38px;
          transform: translateX(-50%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 38px;
  text-align: center;
}
.faq__icon--question {
  background-color: #004EA2;
}
.faq__icon--answer {
  background-color: #000000;
}
.faq__answer-body {
  margin-top: 76px;
}
.faq__answer-text {
  line-height: 2;
}
.faq__button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 44px;
  background-color: #DAE0EF;
}
.faq__button::before {
  -webkit-transform: translate(-50%);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 12px;
  height: 12px;
          transform: translate(-50%);
          transform: rotate(-45deg);
          transform-origin: bottom left;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
}
.faq__button--open::before {
  -webkit-transform: rotate(135deg);
  top: 10%;
          transform: rotate(135deg);
}

.faq__button.open::before {
  -webkit-transform: rotate(135deg);
  top: 10%;
          transform: rotate(135deg);
}

.faq__button--open.open::before {
  -webkit-transform: rotate(-45deg);
  top: 40%;
          transform: rotate(-45deg);
}

/* =======新works========== */

.works {
  padding-top: 100px;
  background-color: #F4F5F5;
}
.works__title {
  position: relative;
  margin-top: 64px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.works__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 30px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.works__wrapper {
  padding-bottom: 48px;
  background-color: #F4F5F5;
}
.works__list {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.works__item {
  width: calc((95% - 40px) / 3);
  box-shadow: #707070 0px 3px 6px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.works__item img {
  width: 100%;
  height: 26rem;
  object-fit: cover;
  display: block;
}
.works__item p {
  margin-top: 29px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.works__item span {
  display: block;
  margin-top: 9px;
  font-size: 1.8rem;
  text-align: center;
}
.works__disc {
  position: relative;
  width: 83.7%;
  margin-top: 77px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  border-bottom: 4px solid #004EA2;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.works__disc::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-width: 14px 18px 0 18px;
  border-style: solid;
  border-color: #004EA2 transparent transparent transparent;
  content: "";
}
.works__disc::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-width: 14px 16px 0 16px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
  content: "";
}

.case-button {
  text-align: center;
  margin-top: 60px;
}

.btn-case {
  display: inline-block;
  background-color: rgb(0, 78, 162);
  color: #fff;
  padding: 21px 115px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-case:hover {
  background-color: #1f3e5d;
}

/* ====================== */

.about__title {
  position: relative;
  margin-top: 32px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.about__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.about__disc {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.87;
  text-align: justify;
}
.about__disc span {
  color: #004EA2;
  font-weight: bold;
  text-decoration: underline;
}
.about__image {
  margin-top: 65px;
  border-bottom: 15px solid #004EA2;
}
.about__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 315px;
     object-fit: cover;
}
.reason__title {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.reason__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.reason__title .pc-only {
  display: none;
}
.reason__wrapper {
  padding-top: 1px;
  padding-bottom: 32px;
}
.reason__list {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 30px solid #F4F5F5;
  background-color: #ffffff;
}
.reason__list:first-child {
  border-top: 30px solid #F4F5F5;
}
.reason__item {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.reason__item h3 {
  margin-top: 16px;
  color: #004EA2;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.reason__item p {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
  text-align: center;
}
.reason__image {
  text-align: center;
}
.reason__logo {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 30px solid #F4F5F5;
  background-color: #ffffff;
}
.reason__logo p {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1.6rem;
}
.reason__logo p:first-of-type {
  font-weight: bold;
}
.customer__title {
  position: relative;
  margin-top: 32px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.customer__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.customer__box {
  margin-top: 32px;
  padding-top: 32px;
  border: 1px solid #DAE0EF;
  font-size: 1.6rem;
}
.customer__box h3 {
  color: #004EA2;
  font-weight: bold;
  text-align: center;
}
.customer__box p {
  line-height: 1.87;
}
.customer__main-image {
  margin-top: 32px;
}
.customer__main-image img {
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
}
.customer__sub-image {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}
.customer__sub-image img {
  -o-object-fit: cover;
  width: 49%;
  height: auto;
     object-fit: cover;
}
.customer__sub-image img:first-child {
  margin-right: 10px;
}
.customer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.customer__list dt {
  width: 25%;
}
.customer__list dd {
  width: 75%;
}
.customer__comment {
  margin-top: 32px;
}
.customer__comment--bg-gray {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 10px solid #004EA2;
  background-color: #F4F5F5;
}
.customer__comment p {
  margin-top: 32px;
  padding-right: 1em;
  padding-left: 1em;
}
.step {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #F4F5F5;
  font-size: 1.6rem;
}
.step__title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.step__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.step__item {
  position: relative;
  width: 270px;
  height: 450px;
  margin: 32px auto 0;
  border-bottom: 1px solid #004EA2;
}
.step__item::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #004EA2 transparent transparent transparent;
  content: "";
}
.step__item figure {
  text-align: center;
}
.step__item img {
  max-width: 180px;
  border-radius: 50%;
}
.step__item span {
  display: block;
  margin-top: 22px;
  color: #004EA2;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  text-transform: uppercase;
}
.step__item h3 {
  margin-top: 8px;
  color: #004EA2;
  font-weight: bold;
  text-align: center;
}
.step__item p {
  margin-top: 12px;
}
.region {
  margin-top: 32px;
  margin-bottom: 64px;
  padding-top: 32px;
  padding-bottom: 8px;
  background-color: #F4F5F5;
}
.region__title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.region__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.region__text {
  width: 83.7%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 1.87;
}
.region__text br {
  display: none;
}
.region__text span {
  color: #004EA2;
  text-decoration: underline;
}
.region__image {
  margin-top: 35px;
  text-align: center;
}
.region__image img {
  -o-object-fit: cover;
  height: 280px;
     object-fit: cover;
}
.contact {
  padding-bottom: 32px;
}
.contact__title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.contact__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.contact__image {
  margin-top: 32px;
  margin-left: 10px;
  text-align: center;
}
.contact__number {
  margin-top: 20px;
  color: #004EA2;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 1.2px;
  text-align: center;
}
.contact__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.87;
  text-align: center;
}
.contact__form {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #DAE0EF;
}
.contact__submit {
  width: 100%;
  margin: 0 auto;
}
.contact__button {
  -webkit-appearance: none;
     -moz-appearance: none;
  display: block;
          appearance: none;
  width: 100%;
  max-width: 400px;
  margin: 32px auto;
  padding: 1em;
  background-color: #B9B9B9;
  color: #ffffff;
}
.contact__button.is-button-color {
  background-color: #004EA2;
}
.thanks__title {
  position: relative;
  margin-top: 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.thanks__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 20px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}
.thanks__text {
  margin-top: 35px;
  margin-bottom: 65px;
  text-align: center;
}
.thanks__text p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.thanks__text p:first-child {
  margin-bottom: 20px;
  color: #004EA2;
  font-weight: bold;
}
.thanks__button {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 1em;
  background-color: #004EA2;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}
.thanks__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-text-align-right {
  text-align: right;
}

.u-marker {
  font-weight: bold;
}

/* =======導入事例【list下層ページ】======= */
.works-list__title {
  position: relative;
  margin-top: 64px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.works-list__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 40px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}

.works-list__wrapper {
  width: 94.5%;
  max-width: 1000px;
  margin: 70px auto 0;
  padding-bottom: 48px;
}

.works-list__item {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
  position: relative;
}

.works-list__item__img img {
  width: 309px;
  /* height: 263px; アスペクト比4:3 */
  height: 203px;
  object-fit: cover;
  object-position: center;
}

.works-list__item__info {
  flex: 1;
}

.works-list__item__title {
  color: #1571DA;
  font-size: 2.3rem;
  margin-top: 12px;
}

.works-list__item__size {
  font-size: 1.8rem;
  color: #222222;
  margin-top: 16px;
}

.works-list__item__link {
  position: absolute;
  bottom: 5%;
  right: 12%;
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  color: #1571DA;
  text-decoration: none;
  gap: 12px;
  letter-spacing: 1px;
  font-weight: normal;
}

.works-list__item__link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #004EA2;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

/* =======導入事例【detail下層ページ】======= */
.case-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.case-detail__head {
  margin-top: 64px;
}

.case-detail__title {
  position: relative;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}

.case-detail__title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 40px;
  height: 4px;
          transform: translateX(-50%);
  background-color: #004EA2;
  content: "";
}

.case-detail__client {
  font-size: 2.4rem;
  color: #004EA2;
  font-weight: bold;
  margin-top: 7.2rem;
}

.case-detail__main-image img {
  width: 100%;
  height: 300px;
  margin: 35px 0;
  object-fit: cover;
}

.case-detail__table {
  width: 82rem;
  border-collapse: collapse;
  margin: 30px auto 0;
  text-align: left;
  font-size: 1.6rem;
}

.case-detail__table th,
.case-detail__table td {
  padding: 20px;
  border: 1px solid #ccc;
}

.case-detail__table th {
  background: #f4f4f4;
  width: 15rem;
  font-weight: bold;
}

.case-detail__table td {
  font-weight: medium;
}

.case-detail__sub-images {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
}

.case-detail__sub-images img {
  width: 45%;
  object-fit: cover;
}

.case-detail__back {
  margin-top: 48px;
}

.case-detail__back a {
  background-color: #004EA2;
  color: #fff;
  padding: 23px 124px 21px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 6rem;
}

.page-404 {
  margin-top: 10rem;
  text-align: center;
}

.page-404__title {
  margin-top: 5rem;
}

.page-404__title .en {
  display: block;
  font-size: 2.4rem;
}

.page-404__title .ja{
  display: block;
  margin-top: 2rem;
  font-size: 2.4rem;
}

.page-404__text {
  font-size: 2.4rem;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .nav__footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 22px 0;
    background-color: #004EA2;
    color: #ffffff;
  }
  .c-form__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    max-width: 1000px;
    margin: 10px auto;
  }
  .c-form__label {
    width: 30%;
  }
  .c-form__input {
    width: 70%;
  }
  .c-form__space::before {
    width: 30%;
    content: "";
  }
  .c-form__pryvacy {
    width: 70%;
  }
  .wpcf7-form ul {
    width: 70%;
    margin: 0 auto;
  }
  .mv__image img {
    height: 370px;
    border-radius: 450px 450px 10px 10px/150px 150px 10px 10px;
  }
  .faq__title {
    font-size: 3rem;
  }
  .faq__title::after {
    bottom: -32px;
    width: 40px;
  }
  .faq__item--question {
    text-align: center;
  }
  .faq__question-text {
    display: block;
  }
  .works {
    padding-top: 200px;
  }
  .works__title {
    font-size: 3rem;
  }
  .works__title::after {
    bottom: -32px;
    width: 40px;
  }
  .works__wrapper {
    padding-bottom: 80px;
  }
  .works__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    max-width: 1200px;
    margin-top: 64px;
  }
  /* .works__item {
    width: 32%;
  } */
  .works__item p {
    font-size: 1.8rem;
  }
  .works__disc {
    max-width: 550px;
    margin-top: 52px;
    font-size: 2.2rem;
  }
  .about__title {
    margin-top: 82px;
    font-size: 3rem;
  }
  .about__title::after {
    bottom: -32px;
    width: 40px;
  }
  .about__disc {
    max-width: 700px;
    margin-top: 64px;
    font-size: 1.8rem;
  }
  .reason__title {
    margin-top: 80px;
    font-size: 3rem;
  }
  .reason__title::after {
    bottom: -32px;
    width: 40px;
  }
  .reason__title .pc-only {
    display: block;
  }
  .reason__title .sp-only {
    display: none;
  }
  .reason__wrapper {
    margin-top: 64px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .reason__item h3 {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  .reason__item p {
    margin-top: 22px;
  }
  .customer__title {
    font-size: 3rem;
  }
  .customer__title::after {
    bottom: -32px;
    width: 40px;
  }
  .customer__box {
    margin-top: 64px;
  }
  .customer__main-image img {
    -o-object-fit: cover;
    -o-object-position: 0 70%;
    height: 300px;
       object-fit: cover;
       object-position: 0 70%;
  }
  .customer__comment h3 {
    font-size: 1.8rem;
  }
  .customer__comment span {
    font-size: 2.4rem;
  }
  .step {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .step__title {
    font-size: 3rem;
  }
  .step__title::after {
    bottom: -32px;
    width: 40px;
  }
  .step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 62px;
  }
  .step__item {
    width: 24%;
    max-width: 200px;
  }
  .region {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .region__title {
    font-size: 3rem;
  }
  .region__title::after {
    bottom: -32px;
    width: 40px;
  }
  .region__text {
    max-width: 1000px;
    font-size: 1.8rem;
    text-align: center;
  }
  .region__text br {
    display: block;
  }
  .region__text:first-of-type {
    margin-top: 60px;
  }
  .region__image img {
    height: 500px;
  }
  .contact__title {
    font-size: 3rem;
  }
  .contact__title::after {
    bottom: -32px;
    width: 40px;
  }
  .contact__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    margin-top: 32px;
  }
  .contact__number {
    margin-left: 10px;
    font-size: 6rem;
  }
  .contact__text br {
    display: none;
  }
  .thanks__title {
    margin-top: 100px;
    font-size: 3rem;
  }
  .thanks__title::after {
    bottom: -32px;
    width: 40px;
  }
  .thanks__text {
    margin-top: 65px;
  }
  .thanks__text p:first-child {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__contact {
    display: none;
  }
  .container {
    width: 85%;
  }

  .wrapper {
    width: 85%;
  }
  .wpcf7-form ul {
    width: 65%;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 1.6rem;
  }
  .wpcf7-form ul li:nth-child(6) {
    height: 350px;
    padding: 0.8em;
    overflow-y: auto;
    border: solid 1px #DAE0EF;
    font-weight: normal;
  }
  .mv {
    position: relative;
  }
  .mv__disc br {
    display: none;
  }
  .mv__copy {
    margin-bottom: 10px;
    font-size: 5.2rem;
    letter-spacing: 5px;
  }
  .mv__image img {
    height: 350px;
    border-radius: 900px 900px 10px 10px/280px 280px 10px 10px;
  }
  .mv__scroll {
    -webkit-transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
            transform: rotate(90deg);
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .mv__scroll::after {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #000000;
    content: "";
    vertical-align: middle;
  }
  .mv__contact {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
    -webkit-transition: 0.4s;
    display: block;
    z-index: 50;
    position: fixed;
    top: 35%;
    right: 0;
    padding: 1em;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 4px;
    transition: 0.4s;
            writing-mode: vertical-lr;
  }
  .mv__contact::before {
    display: inline-block;
    width: 22px;
    height: 15px;
    content: "\f0e0";
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Free";
  }
  .mv__contact.is-color {
    -webkit-transition: 0.4s;
    background: #004EA2;
    color: #ffffff;
    transition: 0.4s;
  }
  .faq__list {
    position: relative;
  }
  .faq__item--answer {
    padding-bottom: 36px;
  }
  .faq__icon {
    top: 0;
    left: 30px;
  }
  .faq__question-text {
    padding-right: 7em;
    padding-left: 4em;
    font-size: 1.8rem;
    text-align: left;
  }
  .faq__answer-body {
    margin-top: 0;
  }
  .faq__answer-text {
    padding-right: 7em;
    padding-left: 4em;
    font-size: 1.8rem;
  }
  .faq__button {
    position: absolute;
    top: 70px;
    right: 80px;
    width: 44px;
  }
  .works {
    padding-top: 260px;
  }
  .reason__wrapper {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  .reason__wrapper--column {
    display: block;
    margin-top: 0;
  }
  .reason__list {
    width: 50%;
  }
  .reason__list:nth-child(2) {
    border-top: 30px solid #F4F5F5;
  }
  .reason__logo {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .customer__name {
    font-size: 2.4rem;
  }
  .customer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }
  .customer__sub-image {
    width: 64%;
  }
  .customer__flex-right {
    width: 32%;
  }
  .customer__list {
    width: 330px;
    margin-left: 20px;
    line-height: 2;
    letter-spacing: -1px;
  }
  .customer__comment p {
    max-width: 900px;
    margin: 32px auto 32px;
  }
  .thanks {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  .thanks__title {
    margin-top: 0;
  }
  .thanks__button-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .thanks__button {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 73.5%;
  }
  .c-hamburger.is-open {
    right: 32px;
  }
  .mv__image img {
    height: 450px;
    border-radius: 2200px 2200px 10px 10px/600px 600px 10px 10px;
  }
  .mv__scroll {
    top: 54%;
    left: 5px;
  }
  .mv__contact {
    top: 44%;
  }
}
/*# sourceMappingURL=style.css.map */
.works{
  padding-top: 50px;
}
@media screen and (min-width: 1024px){
.works {
  padding-top: 50px; 
}}


@media screen and (min-width: 768px){}
.works__list { 
    justify-content: center!important;
  }
}

@media (max-width: 1024px) {
  .works__item {
    width: calc((100% - 20px) / 2); /* 2列表示 */
  }
}

@media (max-width: 768px) {
  .works__item {
    width: 90%;
  }

  .works__item img {
    height: 20rem;
  }

  .btn-case {
    padding: 12px 80px;
  }
}

/* =======導入事例【list下層ページ・レスポンシブ】======= */
@media screen and (max-width: 768px) {
  .works-list__title {
    font-size: 2.4rem;
    margin-top: 48px;
  }

  .works-list__title::after {
    width: 30px;
    height: 3px;
    bottom: -12px;
  }

  .works-list__wrapper {
    width: 94%;
    margin-top: 46px;
    padding-bottom: 32px;
  }

  .works-list__item {
    flex-direction: column;
    padding: 0;
    gap: 12px;
  }

  .works-list__item__img img {
    width: 100%;
    height: auto;
    max-height: 200px;
  }

  .works-list__item__title {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .works-list__item__size {
    font-size: 1.6rem;
    margin-top: 8px;
  }

  .works-list__item__link {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 12px;
    font-size: 1.6rem;
    gap: 10px;
    justify-content: flex-end;
    display: flex;
  }

  .works-list__item__link span {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
}

/* =======導入事例【detail下層ページ・レスポンシブ】======= */
@media screen and (max-width: 768px) {
  .case-detail {
    padding: 24px 16px;
  }

  .case-detail__head {
    margin-top: 40px;
  }

  .case-detail__title {
    font-size: 2.4rem;
  }

  .case-detail__title::after {
    width: 30px;
    height: 3px;
    bottom: -24px;
  }

  .case-detail__client {
    font-size: 1.8rem;
    margin-top: 48px;
  }

  .case-detail__main-image img {
    height: 200px;
    margin: 24px 0;
  }

  .case-detail__table {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .case-detail__table th,
  .case-detail__table td {
    padding: 12px;
    font-size: 1.4rem;
  }

  .case-detail__table th {
    width: 25%;
  }

  .case-detail__sub-images {
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }

  .case-detail__sub-images img {
    width: 100%;
    height: auto;
  }

  .case-detail__back a {
    padding: 16px 80px;
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
