@charset "UTF-8";
/*
Theme Name: 救急WEB
Author: shin
Author URI: https://99web.jp/
Description: 救急WEB
Version: 1.0.0
*/
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/bri2wsd.css");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  vertical-align: top;
  padding: 0;
}

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

/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.sp-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

/* 
  PC改行
*/
.pc-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/* 
  タブレット以上改行しない
*/
.tb-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tb-br {
    display: none;
  }
}

/* 
  PC・スマホ表示切り替え
*/
@media screen and (min-width: 1025px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tate {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-over-tate {
    display: none;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.block30 {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .block30 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block30 {
    margin-top: 20px;
  }
}

.block50 {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .block50 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50 {
    margin-top: 30px;
  }
}

.block80 {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .block80 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80 {
    margin-top: 50px;
  }
}

.block120 {
  margin-top: 120px;
}
@media screen and (max-width: 575px) {
  .block120 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120 {
    margin-top: 80px;
  }
}

.block120-p {
  padding-top: 120px;
}
@media screen and (max-width: 575px) {
  .block120-p {
    padding-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120-p {
    padding-top: 80px;
  }
}

.block140 {
  margin-top: 140px;
}
@media screen and (max-width: 575px) {
  .block140 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block140 {
    margin-top: 100px;
  }
}

.block170 {
  margin-top: 170px;
}
@media screen and (max-width: 575px) {
  .block170 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block170 {
    margin-top: 120px;
  }
}

/* パンくず */
#bread-top {
  margin-top: 10px;
  font-size: 0.87em;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #bread-top {
    margin-top: 120px;
  }
}
#bread-top li {
  display: inline-block;
}
#bread-top li:after {
  content: ">";
  padding: 0 15px;
}
#bread-top li:last-child:after {
  content: "";
}
#bread-top img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0 !important;
  height: 16px;
}
#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-infinity__wrap .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 200%;
}
.scroll-infinity__wrap .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap .scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
          animation: infinity-scroll-right 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap .scroll-infinity__item {
  width: 22.2222222222vw;
  margin: 0 15px;
}
.scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 15px;
}

.scroll-infinity__wrap_tate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.scroll-infinity__wrap_tate .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.scroll-infinity__wrap_tate .scroll-infinity__list--up {
  -webkit-animation: infinity-scroll-up 20s infinite linear 0.5s both;
          animation: infinity-scroll-up 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap_tate .scroll-infinity__list--down {
  -webkit-animation: infinity-scroll-down 20s infinite linear 0.5s both;
          animation: infinity-scroll-down 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap_tate .scroll-infinity__item {
  height: 22.2222222222vh;
}
.scroll-infinity__wrap_tate .scroll-infinity__item img {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

@-webkit-keyframes infinity-scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes infinity-scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes infinity-scroll-down {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes infinity-scroll-down {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.title01 {
  text-align: center;
}
.title01 p {
  color: #0E63C4;
  font-family: "montserrat", sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.title01 p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("image/circle.png");
}
.title01 h2 span {
  color: #0E63C4;
  font-size: 6rem;
  font-family: "poppins", sans-serif;
  margin: 0 5px;
}

@media screen and (max-width: 575px) {
  .title02 {
    text-align: center;
  }
}
.title02 p {
  color: #fff;
  font-family: "montserrat", sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.title02 p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("image/circle.png");
}
.title02 h2 span {
  color: #0E63C4;
  font-size: 6rem;
  font-family: "poppins", sans-serif;
  margin: 0 5px;
}

.banner .box {
  padding: 50px;
  background-color: #0E63C4;
  background-image: radial-gradient(#2974CB 2px, transparent 1px);
  background-size: 10px 10px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .banner .box {
    padding: 30px 15px;
  }
}
.banner .box .top p {
  font-size: 2.3rem;
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .banner .box .top p {
    font-size: 1.8rem;
  }
}
.banner .box .top p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF33));
  background: linear-gradient(transparent 60%, #FFFF33 60%);
  padding-bottom: 9px;
}
.banner .box .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner .box .middle div {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #fff;
  color: #0E63C4;
  font-size: 2.6rem;
  padding-top: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .banner .box .middle div {
    height: 110px;
    width: 110px;
    margin: 5px;
    font-size: 1.8rem;
    padding-top: 23px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .middle div {
    height: 110px;
    width: 110px;
    margin: 5px;
    font-size: 1.8rem;
    padding-top: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .box .middle div {
    margin: 5px;
  }
}
.banner .box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .banner .box .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}
.banner .box .bottom .mail a {
  background-color: #fff;
  color: #0E63C4;
  padding: 15px 30px;
  border-radius: 30px;
  white-space: nowrap;
}
.banner .box .bottom .mail a i {
  margin-right: 5px;
}
.banner .box .bottom .tel {
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .banner .box .bottom .tel {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .bottom .tel {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.banner .box .bottom .tel .t1 {
  font-size: 1.8rem;
}
.banner .box .bottom .tel .t2 {
  font-size: 3rem;
  font-family: "poppins", sans-serif;
  white-space: nowrap;
}

#page-title-s {
  position: relative;
  height: 50vh;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 575px) {
  #page-title-s {
    min-height: 100%;
    height: 35vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s {
    min-height: 100%;
    height: 80vh;
  }
}
#page-title-s:after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  width: 50%;
  height: 60%;
  background: #fafafa;
}
#page-title-s .page-title-cover {
  position: absolute;
  background-color: #fafafa;
  bottom: 10%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 80%;
}
#page-title-s .page-title-cover .title {
  position: absolute;
  bottom: 20px;
  left: -15%;
  font-size: 4rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1;
  letter-spacing: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .title {
    font-size: 7vw;
    line-height: 1;
    bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .title {
    font-size: 5vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title-s .page-title-cover .title {
    font-size: 8vw;
    line-height: 0.9;
  }
}
#page-title-s .page-title-cover .title2 {
  position: absolute;
  bottom: 20px;
  left: -15%;
  font-size: 4rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1;
  letter-spacing: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .title2 {
    font-size: 3.6vw;
    line-height: 1;
    bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .title2 {
    font-size: 5vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title-s .page-title-cover .title2 {
    font-size: 8vw;
    line-height: 0.9;
  }
}
#page-title-s .page-title-cover .subtitle {
  position: absolute;
  bottom: 110px;
  left: -15%;
  font-family: "montserrat", sans-serif;
  font-size: 3rem;
  color: #0E63C4;
  letter-spacing: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .subtitle {
    bottom: 80px;
    left: -15%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .subtitle {
    bottom: 80px;
    left: -15%;
    font-size: 1rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}

/* グーテンベルク */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-embedded-content {
  max-width: 100%;
}

header #header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
header #header-top .logo {
  margin: 10px 0 10px 30px;
}
@media screen and (max-width: 575px) {
  header #header-top .logo {
    margin: 5px 0 5px 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo {
    margin: 5px 0 5px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo {
    margin-top: 15px;
  }
}
header #header-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 217px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("image/logo.png");
}
@media screen and (max-width: 575px) {
  header #header-top .logo a {
    width: 135px;
    height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo a {
    width: 135px;
    height: 40px;
  }
}
header #header-top .logo a h1 {
  text-indent: -9999px;
  position: relative;
}
header #header-top .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  header #header-top .contact {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .contact {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .contact {
    display: none;
  }
}
header #header-top .contact .tel {
  text-align: center;
  line-height: 1.2;
}
header #header-top .contact .tel .text {
  font-family: "poppins", sans-serif;
  font-size: 2.6rem;
}
header #header-top .contact .tel .text i {
  margin-right: 5px;
  font-size: 2.2rem;
}
header #header-top .contact .mail {
  background-color: #0E63C4;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: 0 30px;
  padding: 10px 30px;
}
header #header-top .contact .mail .text i {
  margin-right: 5px;
}
header #header-top {
  /* バーガーメニュー */
}
header #header-top .hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 5px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .hamburger {
    top: 15px;
  }
}
header #header-top .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #0E63C4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header #header-top .hamburger span:nth-child(1) {
  top: 10px;
}
header #header-top .hamburger span:nth-child(2) {
  top: 20px;
}
header #header-top .hamburger span:nth-child(3) {
  top: 30px;
}
header #header-top .hamburger {
  /* ナビ開いてる時のボタン */
}
header #header-top .hamburger.active span:nth-child(1), header #header-top .hamburger.active span:nth-child(3) {
  width: 14px;
}
header #header-top .hamburger.active span:nth-child(1) {
  -webkit-transform: translate(-1px, 5px) rotate(-45deg);
  transform: translate(-1px, 5px) rotate(-45deg);
}
header #header-top .hamburger.active span:nth-child(3) {
  -webkit-transform: translate(-1px, -5px) rotate(45deg);
  transform: translate(-1px, -5px) rotate(45deg);
}
header #header-top nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1025px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
header #header-top nav.globalMenuSp img {
  height: 40px;
  margin-top: 5px;
  margin-left: 15px;
}
header #header-top nav.globalMenuSp ul {
  background: #fafafa;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 30px;
}
header #header-top nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding-left: 15px;
}
header #header-top nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1.4em 0;
  text-decoration: none;
}
header #header-top nav.globalMenuSp ul li i {
  color: #0E63C4;
  margin-right: 5px;
}
header #header-top nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
header #header-top nav.globalMenuSp {
  /* このクラスを、jQueryで付与・削除する */
}
header #header-top nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header #header-top .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
header #header-top .header-info a {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 1.4rem;
  margin: 0 10px;
  white-space: nowrap;
}

footer {
  background-color: #fafafa;
  padding: 80px 0;
}
footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .menu li {
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  footer .menu li {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
}
footer .menu li span {
  border-right: 1px solid #dbdbdb;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  footer .menu li span {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
footer .copy {
  font-family: "montserrat", sans-serif;
  text-align: center;
  font-size: 1.4rem;
}
footer .footer-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  width: 100%;
}
footer .footer-contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-contact .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  width: 50%;
  height: 60px;
  background-color: #0E63C4;
  color: #fff;
  border: 1px solid #fff;
}
footer .footer-contact a {
  width: 100%;
}
footer .footer-contact p {
  text-align: center;
  font-size: 1.2rem;
}
footer .footer-contact .footer-big i {
  font-size: 1.4rem;
}
footer .effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
footer .effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ========================================
   対応事例 共通
======================================== */
.case-archive,
.case-single {
  background: #fff;
}
.case-archive #bread-top,
.case-single #bread-top {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .case-archive #page-title-s .page-title-cover .title2,
  .case-single #page-title-s .page-title-cover .title2 {
    font-size: 3.6rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-archive #page-title-s .page-title-cover .title2,
  .case-single #page-title-s .page-title-cover .title2 {
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 575px) {
  .case-archive #page-title-s .page-title-cover .title2,
  .case-single #page-title-s .page-title-cover .title2 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .case-archive #page-title-s .page-title-cover .subtitle,
  .case-single #page-title-s .page-title-cover .subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-archive #page-title-s .page-title-cover .subtitle,
  .case-single #page-title-s .page-title-cover .subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .case-archive #page-title-s .page-title-cover .subtitle,
  .case-single #page-title-s .page-title-cover .subtitle {
    font-size: 1.6rem;
  }
}

/* ========================================
   対応事例一覧
======================================== */
.case-filter {
  padding: 3rem 0;
  background: #f5f8fc;
}
.case-filter .case-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.case-filter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.4rem;
  padding: 0.8rem 2rem;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 3rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.case-filter a:hover, .case-filter a.active {
  background: #0E63C4;
  border-color: #0E63C4;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .case-filter {
    padding: 2rem 0;
  }
  .case-filter .case-filter-list {
    gap: 0.8rem;
  }
  .case-filter a {
    min-height: 4.2rem;
    padding: 0.8rem 1.4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-filter {
    padding: 2rem 0;
  }
  .case-filter .case-filter-list {
    gap: 0.8rem;
  }
  .case-filter a {
    min-height: 4.2rem;
    padding: 0.8rem 1.4rem;
  }
}

.case-list-section {
  padding: 5rem 0 8rem;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .case-list-section {
    padding: 3.5rem 0 6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-list-section {
    padding: 3.5rem 0 6rem;
  }
}

.case-list {
  width: 100%;
  border-top: 1px solid #dbe2ea;
}

.case-card {
  background: #fff;
  border-bottom: 1px solid #dbe2ea;
}
.case-card > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 14rem;
  padding: 2.4rem 6rem 2.4rem 1rem;
  color: inherit;
  text-decoration: none;
}
.case-card:hover h2 {
  color: #0E63C4;
}
.case-card:hover .case-card-arrow {
  -webkit-transform: translate(0.4rem, -50%);
          transform: translate(0.4rem, -50%);
}

.case-card-body {
  width: 100%;
  padding: 0;
}
.case-card-body h2 {
  margin: 0 0 0.8rem;
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.case-card-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.case-card-category span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #eaf3fd;
  border-radius: 0.4rem;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.case-card-excerpt {
  max-width: 100rem;
  margin: 0 0 0.6rem;
  color: #66717d;
  font-size: 1.6rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-card-excerpt p {
  margin: 0;
}

.case-card time {
  display: block;
  color: #8a929b;
  font-size: 1.6rem;
  line-height: 1.5;
}

.case-card-arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #0E63C4;
  font-size: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.case-pagination {
  margin-top: 6rem;
}
.case-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.case-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.4rem;
  height: 4.4rem;
  padding: 0 1.2rem;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 0.5rem;
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.case-pagination .page-numbers:hover {
  border-color: #0E63C4;
  color: #0E63C4;
}
.case-pagination .page-numbers.current {
  background: #0E63C4;
  border-color: #0E63C4;
  color: #fff;
}

.case-none {
  padding: 5rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .case-card > a {
    min-height: 13rem;
    padding: 2.2rem 5.5rem 2.2rem 0.5rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-card > a {
    min-height: 0;
    padding: 2.2rem 4.5rem 2.2rem 0;
  }
  .case-card-body h2 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .case-card-category {
    margin-bottom: 1rem;
  }
  .case-card-category span {
    font-size: 1.6rem;
  }
  .case-card-excerpt {
    -webkit-line-clamp: 2;
  }
  .case-card-arrow {
    right: 0.3rem;
  }
  .case-pagination {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 575px) {
  .case-card > a {
    min-height: 0;
    padding: 2.2rem 4.5rem 2.2rem 0;
  }
  .case-card-body h2 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .case-card-category {
    margin-bottom: 1rem;
  }
  .case-card-category span {
    font-size: 1.6rem;
  }
  .case-card-excerpt {
    -webkit-line-clamp: 2;
  }
  .case-card-arrow {
    right: 0.3rem;
  }
  .case-pagination {
    margin-top: 4.5rem;
  }
}
/* ========================================
   対応事例 詳細ページ
======================================== */
.case-single-header {
  padding: 6rem 0 5rem;
  background: #f8f9fa;
}
.case-single-header .case-single-label {
  margin-bottom: 2rem;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3rem;
}
.case-single-header .case-single-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.case-single-header .case-single-category a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #eaf3fd;
  border-radius: 0.4rem;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.case-single-header .case-single-category a:hover {
  text-decoration: underline;
}
.case-single-header h1 {
  max-width: 100rem;
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.55;
  color: #222;
}
.case-single-header .case-single-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
.case-single-header .case-single-date time {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #70757b;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .case-single-header h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .case-single-header h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-single-header {
    padding: 4rem 0 3.5rem;
  }
  .case-single-header h1 {
    font-size: 2.6rem;
  }
  .case-single-header .case-single-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .case-single-header {
    padding: 4rem 0 3.5rem;
  }
  .case-single-header h1 {
    font-size: 2.6rem;
  }
  .case-single-header .case-single-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.case-single-main-image {
  padding: 5rem 0 0;
}
.case-single-main-image img {
  display: block;
  width: 100%;
  max-width: 100rem;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-single-main-image {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .case-single-main-image {
    padding-top: 3rem;
  }
}

.case-single-content {
  padding: 6rem 0;
}
.case-single-content .case-entry {
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  color: #333;
}
.case-single-content .case-entry p {
  margin: 0 0 2.4rem;
}
.case-single-content .case-entry h2 {
  margin: 6rem 0 2.5rem;
  padding: 1.6rem 2rem;
  background: #f5f8fc;
  border-left: 0.5rem solid #0E63C4;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
.case-single-content .case-entry h3 {
  position: relative;
  margin: 4rem 0 1.8rem;
  padding: 0 0 0 2.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
}
.case-single-content .case-entry h3::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #0E63C4;
}
.case-single-content .case-entry h4 {
  margin: 3rem 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.case-single-content .case-entry ul,
.case-single-content .case-entry ol {
  margin: 0 0 2.5rem;
  padding-left: 2.5rem;
}
.case-single-content .case-entry ul {
  list-style: disc;
}
.case-single-content .case-entry ol {
  list-style: decimal;
}
.case-single-content .case-entry li {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  line-height: 1.9;
}
.case-single-content .case-entry a {
  color: #0E63C4;
  text-decoration: underline;
}
.case-single-content .case-entry a:hover {
  text-decoration: none;
}
.case-single-content .case-entry strong {
  font-weight: 700;
}
.case-single-content .case-entry img {
  max-width: 100%;
  height: auto;
}
.case-single-content .case-entry figure {
  margin: 3rem 0;
}
.case-single-content .case-entry figcaption {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #70757b;
}
.case-single-content .case-entry blockquote {
  margin: 3rem 0;
  padding: 2rem 2.5rem;
  background: #f8f9fa;
  border-left: 0.4rem solid #0E63C4;
  font-size: 1.7rem;
  line-height: 1.9;
}
.case-single-content .case-entry table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.case-single-content .case-entry table th,
.case-single-content .case-entry table td {
  padding: 1.4rem 1.6rem;
  background: #fff;
  border: 1px solid #dfe3e8;
  color: #333;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.case-single-content .case-entry table th {
  font-weight: 700;
}
.case-single-content .case-entry table thead th,
.case-single-content .case-entry table thead td {
  background: #F5F8FC;
  font-weight: 700;
}
.case-single-content .case-entry h2 + table,
.case-single-content .case-entry h3 + table,
.case-single-content .case-entry h4 + table,
.case-single-content .case-entry p + table {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-single-content {
    padding: 4rem 0;
  }
  .case-single-content .case-entry {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .case-single-content .case-entry h2 {
    margin: 4.5rem 0 2rem;
    padding: 1.4rem 1.6rem;
    font-size: 2.2rem;
  }
  .case-single-content .case-entry h3 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 2.2rem;
    font-size: 2rem;
  }
  .case-single-content .case-entry h3::before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .case-single-content .case-entry h4 {
    font-size: 1.8rem;
  }
  .case-single-content .case-entry li,
  .case-single-content .case-entry blockquote {
    font-size: 1.6rem;
  }
  .case-single-content .case-entry table {
    margin: 1.2rem 0 2.5rem;
  }
  .case-single-content .case-entry table th,
  .case-single-content .case-entry table td {
    padding: 1.2rem 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .case-single-content {
    padding: 4rem 0;
  }
  .case-single-content .case-entry {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .case-single-content .case-entry h2 {
    margin: 4.5rem 0 2rem;
    padding: 1.4rem 1.6rem;
    font-size: 2.2rem;
  }
  .case-single-content .case-entry h3 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 2.2rem;
    font-size: 2rem;
  }
  .case-single-content .case-entry h3::before {
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .case-single-content .case-entry h4 {
    font-size: 1.8rem;
  }
  .case-single-content .case-entry li,
  .case-single-content .case-entry blockquote {
    font-size: 1.6rem;
  }
  .case-single-content .case-entry table {
    margin: 1.2rem 0 2.5rem;
  }
  .case-single-content .case-entry table th,
  .case-single-content .case-entry table td {
    padding: 1.2rem 1.3rem;
  }
}

.case-back {
  padding: 1rem 0 7rem;
}
.case-back .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  min-width: 28rem;
  padding: 1.2rem 1.4rem 1.2rem 2.8rem;
  border: 1px solid #0E63C4;
  border-radius: 5rem;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
.case-back a span {
  white-space: nowrap;
}
.case-back a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #0E63C4;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.case-back a:hover {
  background: #f5f8fc;
  text-decoration: none;
}
.case-back a:hover i {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-back {
    padding: 1rem 0 5rem;
  }
}
@media screen and (max-width: 575px) {
  .case-back {
    padding: 1rem 0 5rem;
  }
  .case-back a {
    width: 100%;
    max-width: 32rem;
    min-width: 0;
    padding-left: 2.2rem;
  }
}

.case-related {
  padding: 7rem 0;
  background: #f7f9fc;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-related {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .case-related {
    padding: 5rem 0;
  }
}

.case-related-heading {
  margin-bottom: 3.5rem;
}
.case-related-heading span {
  display: block;
  margin-bottom: 1.2rem;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
}
.case-related-heading h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-related-heading h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .case-related-heading h2 {
    font-size: 2.4rem;
  }
}

.case-related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .case-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .case-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-related-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .case-related-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.case-related-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 1rem;
}
.case-related-card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.case-related-image {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #eef3f8;
}
.case-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-related-noimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef6ff 0%, #dbeaff 100%);
  color: #0E63C4;
}
.case-related-noimage span {
  font-size: 1.6rem;
}
.case-related-noimage strong {
  margin-top: 0.5rem;
  font-size: 2.4rem;
}

.case-related-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.2rem;
}
.case-related-body h3 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.case-related-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  margin-top: auto;
  color: #0E63C4;
  font-size: 1.6rem;
  font-weight: 600;
}
.case-related-more i {
  font-size: 1.6rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.case-related-card:hover .case-related-more i {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.case-contact {
  padding: 8rem 0;
  background: #fff;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-contact {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .case-contact {
    padding: 5rem 0;
  }
}

.case-contact-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem;
  background: #f5f8fc;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-contact-inner {
    padding: 3.5rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .case-contact-inner {
    padding: 3.5rem 2rem;
  }
}

.case-contact-title {
  margin: 0 0 1.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-contact-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .case-contact-title {
    font-size: 2.2rem;
  }
}

.case-contact-text {
  margin: 0 auto 3rem;
  font-size: 1.7rem;
  line-height: 1.9;
  color: #555;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-contact-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .case-contact-text {
    font-size: 1.6rem;
  }
}

.case-contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  min-width: 28rem;
  padding: 1.5rem 2.5rem;
  background: #0E63C4;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.case-contact-button:hover {
  opacity: 0.85;
}
.case-contact-button i {
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-contact-button {
    width: 100%;
    min-width: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .case-contact-button {
    width: 100%;
    min-width: 0;
    font-size: 1.6rem;
  }
}