@charset "UTF-8";
/*
Theme Name: 救急WEB
Author: shin
Author URI: https://wphoshu.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 .in {
  background-color: #0E63C4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .banner .in {
    padding: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in {
    padding: 30px;
  }
}
.banner .in .left {
  width: 40%;
}
@media screen and (max-width: 575px) {
  .banner .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .in .left {
    width: 100%;
  }
}
.banner .in .left h2 {
  font-size: 1.9vw;
}
@media screen and (max-width: 575px) {
  .banner .in .left h2 {
    text-align: center;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in .left h2 {
    text-align: center;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .in .left h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .in .left h2 {
    font-size: 2.3rem;
  }
}
.banner .in .right {
  width: 57%;
}
@media screen and (max-width: 575px) {
  .banner .in .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .in .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .in .right {
    width: 100%;
    margin-top: 40px;
  }
}
.banner .in .right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .in .right .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 .in .right .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}
.banner .in .right .bottom .mail a {
  background-color: #fff;
  color: #0E63C4;
  padding: 15px 30px;
  border-radius: 30px;
  white-space: nowrap;
}
.banner .in .right .bottom .mail a i {
  margin-right: 5px;
}
.banner .in .right .bottom .tel {
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .banner .in .right .bottom .tel {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in .right .bottom .tel {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.banner .in .right .bottom .tel .t1 {
  font-size: 1.8rem;
}
.banner .in .right .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%;
  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 .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.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;
  /* このクラスを、jQueryで付与・削除する */
}
@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.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);
}

#top {
  margin-top: 90px;
  background-color: #F0F6FB;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #top {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top {
    margin-top: 50px;
  }
}
#top .in {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 30px 80px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  #top .in {
    padding: 0;
    margin-top: 45%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in {
    padding: 0;
    margin-top: 45%;
  }
}
#top .in h2 {
  color: #0E63C4;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  z-index: 3;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 575px) {
  #top .in h2 {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in h2 {
    font-size: 6.8vw;
  }
}
#top .in .t0 {
  margin-top: 15px;
  font-size: 5rem;
  display: inline-block;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF33));
  background: linear-gradient(transparent 60%, #FFFF33 60%);
  position: relative;
  z-index: 3;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 575px) {
  #top .in .t0 {
    font-size: 7.7vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .t0 {
    font-size: 7.7vw;
  }
}
#top .in .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 575px) {
  #top .in .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top .in .price .t1 {
  font-size: 2.3vw;
}
@media screen and (max-width: 575px) {
  #top .in .price .t1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .price .t1 {
    font-size: 1.8rem;
  }
}
#top .in .price .t2 {
  font-size: 2.3vw;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  #top .in .price .t2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .price .t2 {
    font-size: 1.8rem;
  }
}
#top .in .price .t2 span {
  font-size: 1.6vw;
  display: block;
}
#top .in .price .t3 {
  font-size: 5.3vw;
  color: #0E63C4;
  font-family: "poppins", sans-serif;
  margin: 0 5px;
}
#top .in .price .t3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3vw;
  color: #333;
}
#top .in .price .t4 {
  font-size: 2.3vw;
}
@media screen and (max-width: 575px) {
  #top .in .price .t4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .price .t4 {
    font-size: 1.8rem;
  }
}
#top .in .fee {
  border: 1px solid transparent;
  margin-top: 30px;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#top .in .fee .b1 {
  position: absolute;
  top: 0;
  left: 0;
}
#top .in .fee .b1 img {
  height: 160px;
}
@media screen and (max-width: 575px) {
  #top .in .fee .b1 img {
    height: auto;
    width: 90%;
  }
}
#top .in .fee .b2 {
  margin-left: 80px;
  margin-top: 120px;
  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) {
  #top .in .fee .b2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .fee .b2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top .in .fee .b2 .t2 {
  font-size: 2.3vw;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  #top .in .fee .b2 .t2 {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .fee .b2 .t2 {
    font-size: 1.9rem;
  }
}
#top .in .fee .b2 .t2 span {
  font-size: 1.4vw;
  display: block;
}
#top .in .fee .b2 .t3 {
  font-size: 5.3vw;
  color: #0E63C4;
  font-family: "poppins", sans-serif;
  margin: 0 5px;
}
@media screen and (max-width: 575px) {
  #top .in .fee .b2 .t3 {
    font-size: 8.3vw;
  }
}
#top .in .fee .b2 .t3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3vw;
  color: #333;
}
@media screen and (max-width: 575px) {
  #top .in .fee .b2 .t3 span {
    font-size: 3.3vw;
  }
}
#top .in .fee .t4 {
  margin-left: 80px;
  font-size: 2.9vw;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
@media screen and (max-width: 575px) {
  #top .in .fee .t4 {
    font-size: 1.8rem;
    margin-left: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .fee .t4 {
    font-size: 1.8rem;
  }
}
#top .in .contact {
  text-align: left;
  display: inline-block;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
#top .in .contact p {
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#top .in .contact a {
  background-color: #0E63C4;
  color: #fff;
  border-radius: 50px;
  padding: 15px 50px;
  margin-top: 5px;
  display: inline-block;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 575px) {
  #top .in .contact a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .in .contact a {
    padding: 15px 20px;
  }
}
#top .pic {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
  text-align: right;
}
@media screen and (max-width: 575px) {
  #top .pic {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .pic {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
#top .pic img {
  width: 62%;
  border-top: 3px solid #F0F6FB;
  border-left: 3px solid #F0F6FB;
  border-right: 3px solid #F0F6FB;
}
@media screen and (max-width: 575px) {
  #top .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border: none;
  }
}
#top .back {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 0;
  height: 0;
  border-right: 70vw solid #0E63C4;
  border-top: 100vh solid transparent;
}
@media screen and (max-width: 575px) {
  #top .back {
    border-top: 40vh solid transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .back {
    border-top: 50vh solid transparent;
  }
}

.introduce {
  text-align: center;
  background-color: #F0F6FB;
  overflow: hidden;
}
.introduce h2 {
  font-size: 3.2rem;
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .introduce h2 {
    font-size: 5.4vw;
    padding: 50px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .introduce h2 {
    font-size: 5.4vw;
    padding: 50px 0;
  }
}
.introduce .box {
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 575px) {
  .introduce .box {
    padding: 30px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .introduce .box {
    padding: 30px 0;
  }
}
.introduce .box img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#problem {
  position: relative;
}
#problem .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#problem .in .box {
  width: 31%;
  border: 1px solid #ECECEC;
  padding: 50px 30px 30px 30px;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #problem .in .box {
    width: 49%;
    padding: 50px 15px 15px 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #problem .in .box {
    width: 49%;
    padding: 50px 15px 15px 15px;
  }
}
#problem .in .box .point {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
}
#problem .in .box h3 {
  text-align: center;
  color: #0E63C4;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  #problem .in .box h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #problem .in .box h3 {
    font-size: 1.6rem;
  }
}
#problem .back {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid #F0F6FB;
  border-bottom: 120vh solid transparent;
}

.omakase {
  text-align: center;
}
.omakase p {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  color: #ADB2B2;
}
.omakase p span {
  color: #0E63C4;
}

#reason .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#reason .in .box {
  width: 48%;
  border: 1px solid #0E63C4;
  border-radius: 15px;
  padding: 40px;
}
@media screen and (max-width: 575px) {
  #reason .in .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #reason .in .box {
    width: 100%;
    padding: 20px;
  }
}
#reason .in .box .title {
  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;
}
#reason .in .box .title img {
  height: 80px;
}

#case {
  background-color: #F0F6FB;
  padding: 120px 0;
}
@media screen and (max-width: 575px) {
  #case {
    padding: 80px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case {
    padding: 80px 0;
  }
}
#case .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 15px;
}
#case .box .pic {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 575px) {
  #case .box .pic {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .box .pic {
    width: 100%;
  }
}
#case .box .pic img {
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 575px) {
  #case .box .pic img {
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .box .pic img {
    border-radius: 15px 15px 0 0;
  }
}
#case .box .pic p {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 30px;
  background-color: #0E63C4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 5px 0;
  text-orientation: mixed;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5em;
}
#case .box .text {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  #case .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .box .text {
    width: 100%;
  }
}
#case .box .text img {
  height: 40px;
}
@media screen and (max-width: 575px) {
  #case .box .text img {
    height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .box .text img {
    height: 30px;
  }
}
#case .box .text h3 {
  margin: 20px 0;
  font-size: 1.8rem;
}

#service .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service .in .box {
  width: 33.3333333333%;
  text-align: center;
  border: 1px solid #ECECEC;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  #service .in .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service .in .box {
    width: 50%;
    padding: 20px;
  }
}
#service .in .box img {
  height: 80px;
}
#service .in .box h3 {
  margin: 30px 0;
}
#service .in .box p {
  text-align: left;
}

#plan .box table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 15px;
}
#plan .box table th {
  padding: 80px 30px 30px 30px;
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
#plan .box table th p {
  color: #0E63C4;
  font-family: "montserrat", sans-serif;
  font-size: 3.6rem;
}
#plan .box table th h3 {
  font-size: 1.8rem;
}
#plan .box table td {
  padding: 30px;
  width: 50%;
  text-align: center;
  position: relative;
}
#plan .box table td img {
  height: 160px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #plan .box table td img {
    height: 120px;
  }
}
@media screen and (max-width: 575px) {
  #plan .box table td img {
    height: 120px;
    top: -20px;
  }
}
#plan .box table .tdspace {
  padding-top: 100px;
}
#plan .box table .bline {
  position: relative;
}
#plan .box table .bline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 1px;
  width: 80%;
  background-color: #ECECEC;
}
#plan .box table .p1 {
  background-color: #0E63C4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 16px;
  padding: 0 10px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#plan .box table .p2 {
  font-size: 2rem;
  color: #0E63C4;
}
#plan .box table .p3 {
  color: #0E63C4;
  font-size: 5rem;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}
#plan .box table .p3 span {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
#plan .box table .p4 {
  font-size: 1.8rem;
}
#plan .box table .p5 {
  color: #0E63C4;
  font-size: 2rem;
}
#plan .box table .p6 {
  font-size: 2rem;
}
#plan .box table .p7 {
  background-color: #0E63C4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 16px;
  padding: 0 10px;
  margin-top: 40px;
}
#plan .box table .p8 {
  font-size: 3.2rem;
}
#plan .box table .p9 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 3.2rem;
}
#plan .box table .p10 {
  margin-top: 15px;
}
#plan .box table .p11 {
  text-align: left;
}
#plan .box table .topline {
  border-top: 4px solid #0E63C4;
}
#plan .box table .bottomline {
  border-bottom: 4px solid #0E63C4;
}
#plan .box table .yokoline {
  border-left: 4px solid #0E63C4;
  border-right: 4px solid #0E63C4;
}

#clients {
  overflow: hidden;
}
#clients .box p {
  text-align: center;
  margin: 80px 0;
  font-size: 2.3rem;
}
@media screen and (max-width: 575px) {
  #clients .box p {
    margin: 50px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #clients .box p {
    margin: 50px 0;
  }
}
#clients .box img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#flow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F0F6FB;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #flow .box {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #flow .box {
    padding: 20px;
  }
}
#flow .box .pic {
  width: 30%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  #flow .box .pic {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #flow .box .pic {
    width: 100%;
  }
}
#flow .box .pic img {
  width: 100%;
  height: 100%;
}
#flow .box .text {
  width: 65%;
}
@media screen and (max-width: 575px) {
  #flow .box .text {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #flow .box .text {
    width: 100%;
    margin-top: 15px;
  }
}
#flow .box .text .p1 {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
}
#flow .box .text h3 {
  font-size: 2rem;
  color: #0E63C4;
  margin-bottom: 30px;
}

#faq {
  background-color: #F0F6FB;
  padding: 80px 0;
}
#faq .toggle_contents {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #faq .toggle_contents {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #faq .toggle_contents {
    padding: 20px;
  }
}
#faq .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}
#faq .toggle_contents .toggle_title .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
#faq .toggle_contents .toggle_title .toggle_btn:before, #faq .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: "";
  background-color: #0E63C4;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#faq .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}
#faq .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#faq .toggle_contents dd {
  display: none;
}
#faq dt {
  padding: 15px 50px;
  position: relative;
}
#faq dt:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "Q";
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #0E63C4;
  font-family: "montserrat", sans-serif;
}
#faq dd {
  padding: 20px 50px;
  border-top: 1px solid #DBDBDB;
}
@media screen and (max-width: 575px) {
  #faq dd {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #faq dd {
    padding: 20px;
  }
}

#company {
  margin-top: 80px;
}
#company .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company .box .text {
  width: 65%;
}
@media screen and (max-width: 575px) {
  #company .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .box .text {
    width: 100%;
  }
}
#company .box .text h3 {
  color: #0E63C4;
}
#company .box .pic {
  width: 30%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #company .box .pic {
    width: 100%;
    margin-top: 30px;
    height: 350px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .box .pic {
    width: 100%;
    margin-top: 30px;
    height: 350px;
  }
}
#company .outline h3 {
  color: #0E63C4;
}
#company .outline table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
#company .outline table th {
  border: 1px solid #ECECEC;
  padding: 30px;
  width: 25%;
  background-color: #F0F6FB;
}
@media screen and (max-width: 575px) {
  #company .outline table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .outline table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding: 15px;
  }
}
#company .outline table td {
  border: 1px solid #ECECEC;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  #company .outline table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .outline table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
#company .outline table td .link {
  margin-top: 15px;
}
#company .outline table td .link a {
  display: block;
}
#company .outline table td .link a i {
  color: #0E63C4;
  margin-right: 5px;
}

#privacy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#privacy h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: solid 3px #fafafa;
  position: relative;
}
#privacy h3::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  border-top: 3px solid #0E63C4;
}
#privacy a {
  border-bottom: 1px solid #333;
}
#privacy p {
  font-size: 1.4rem;
}

#commerce table {
  width: 100%;
  border-collapse: collapse;
}
#commerce table th {
  width: 30%;
  border: 1px solid #DADADA;
  padding: 20px;
  background-color: #F0F8FA;
}
@media screen and (max-width: 575px) {
  #commerce table th {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #commerce table th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#commerce table td {
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  #commerce table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #commerce table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
  }
}
#commerce table td span {
  font-size: 1.2rem;
}
#commerce table tr:last-child th {
  border-bottom: 1px solid #DADADA;
}
#commerce table tr:last-child td {
  border-bottom: 1px solid #DADADA;
}

.contact-sub {
  margin: 0 auto;
}
.contact-sub .contact-sub-top p {
  margin: 50px 0;
  text-align: center;
}
.contact-sub .contact-sub-top h3 {
  padding: 5px 10px;
  margin: 15px 0;
}
.contact-sub .contact-sub-commit {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contact-sub .contact-sub-commit h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-sub .contact-sub-commit h2 {
    font-size: 2rem;
  }
}
.contact-sub .contact-sub-commit p {
  text-align: center;
  margin: 50px 0;
}

.contact-main {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.contact-main table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 80%;
  border: 1px solid #ECECEC;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .contact-main table {
    width: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table {
    width: auto;
  }
}
.contact-main table th {
  width: 30%;
  padding: 15px;
  border: 1px solid #ECECEC;
  background-color: #fafafa;
}
@media screen and (max-width: 575px) {
  .contact-main table th {
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table th {
    width: auto;
    display: block;
  }
}
.contact-main table td {
  padding: 15px;
  border: 1px solid #ECECEC;
  font-weight: normal;
}
@media screen and (max-width: 575px) {
  .contact-main table td {
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table td {
    width: auto;
    display: block;
  }
}
.contact-main p {
  text-align: left;
}
.contact-main input[type=date] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 40%;
  height: 30px;
}
.contact-main .text-area1 {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 95%;
  height: 30px;
}
.contact-main .text-area-big {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 5px;
  width: 95%;
  height: 200px;
}
.contact-main .required {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #0E63C4;
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 5px;
  display: inline-block;
}
.contact-main .error_msg {
  color: #FF4500;
  margin: 10px 0;
}
.contact-main .error_msg2 {
  color: #FF4500;
  margin: 10px 0;
  text-align: left;
}
.contact-main .contactBtn_inner {
  text-align: center;
  margin: 50px 0;
}
.contact-main .contactBtn {
  color: #fff;
  font-weight: bold;
  background-color: #0E63C4;
  border-style: none;
  border: 2px solid #0E63C4;
  padding: 20px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.contact-main .contactBtn:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #ffffff;
  color: #0E63C4;
}
.contact-main .contactBtn-teisei {
  background-color: #fafafa;
  border-style: none;
  border: 2px solid #dcdcdc;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.contact-main .contactBtn-teisei:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.contact-main .box-scroll {
  width: 100%;
  margin-top: 30px;
  height: 150px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #dcdcdc;
  background-color: #fafafa;
}
.contact-main .box-scroll h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}
.contact-main .box-scroll h3 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 5px;
}

.backBtn {
  background: #DCDCDC;
  color: #333;
  margin-top: 50px;
  margin-bottom: 100px;
  display: inline-block;
  padding: 20px 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.backBtn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.error-catch {
  text-align: center;
  margin: 50px 0;
}
.error-catch p {
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 2px solid #FF4500;
  display: inline-block;
  font-size: 1.6rem;
  color: #FF4500;
}
@media screen and (max-width: 575px) {
  .error-catch p {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .error-catch p {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.stepbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .stepbar {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .stepbar {
    width: 100%;
  }
}

.stepbar__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 33.3333333333%;
  height: 80px;
  margin: 0 5px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.stepbar__item-add {
  background-color: #0E63C4 !important;
}

.stepbar__item:nth-child(1) {
  z-index: 3;
}

.stepbar__item:nth-child(2) {
  z-index: 2;
}

.stepbar__item:nth-child(3) {
  z-index: 1;
}

.stepbar__item:first-child {
  margin-left: 0;
}

.stepbar__item:last-child {
  margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.3);
}

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
}

.stepbar__item-inner {
  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;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.stepbar__item-inner--current {
  background-color: #0E63C4;
  color: #ffffff;
}

.stepbar__item-inner--current::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #0E63C4 !important;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.3);
}

#contact_form_check {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  #contact_form_check {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check {
    margin-top: 30px;
  }
}
#contact_form_check .contact_form_check_top {
  margin-top: 30px;
  text-align: center;
}
#contact_form_check .contact_form_check_top p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  #contact_form_check .contact_form_check_top p {
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_top p {
    text-align: left;
  }
}
#contact_form_check .contact_form_check_box {
  margin-top: 15px;
  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) {
  #contact_form_check .contact_form_check_box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#contact_form_check .contact_form_check_box label {
  margin-left: 5px;
}
#contact_form_check .contact_form_check_box input[type=checkbox] {
  display: none;
}
#contact_form_check .contact_form_check_box .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
#contact_form_check .contact_form_check_box .checkbox01:before {
  background: #fff;
  border: 3px solid #a6a6a6;
  border-radius: 4px;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  left: 0;
  position: absolute;
  top: 8px;
}
#contact_form_check .contact_form_check_box .checkbox01:after {
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
  #contact_form_check .contact_form_check_box .checkbox01:after {
    top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_box .checkbox01:after {
    top: 15px;
  }
}
#contact_form_check .contact_form_check_box input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
#contact_form_check .contact_form_check_privacy {
  text-align: center;
  margin-top: 15px;
}
#contact_form_check .contact_form_check_privacy label {
  color: #0E63C4;
  border-bottom: 1px solid #0E63C4;
}
#contact_form_check .contact_form_check_privacy p {
  text-align: center;
}

.contact_form_check_btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contact_form_check_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact_form_check_btn {
    margin-top: 30px;
  }
}
.contact_form_check_btn button {
  display: inline-block;
  width: 220px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
  background-color: #fff;
  border: 2px solid currentColor;
  color: #0E63C4;
}
.contact_form_check_btn button:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.8em;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_form_check_btn button:focus, .contact_form_check_btn button:hover {
  background-color: #0E63C4;
  border-color: transparent;
  color: #fff;
}

/* 
  ポップアップ
*/
.popup-check {
  display: none;
}

.popup-wrap, .popup-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99;
}

.popup-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.popup-back {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}
.popup-back label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.popup-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  margin: auto;
  z-index: 3;
  text-align: center;
  padding: 40px 0;
}

.popup-contents-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.popup-close {
  position: fixed;
  top: 75px;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .popup-close {
    right: 1%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .popup-close {
    right: 1%;
  }
}
.popup-close label {
  display: inline-block;
  color: #333;
  border-radius: 50%;
  text-decoration: none;
  font-size: 3.6rem;
  font-weight: 400;
  cursor: pointer;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

#popup01:checked ~ .popup-wrapper #privacy-popup {
  opacity: 1;
  visibility: visible;
}

#popup02:checked ~ .popup-wrapper #money-popup {
  opacity: 1;
  visibility: visible;
}

.popup-close-bottom {
  padding: 20px 0;
  text-align: center;
}
.popup-close-bottom label {
  cursor: pointer;
}

.privacy_wrapper {
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 575px) {
  .privacy_wrapper {
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .privacy_wrapper {
    padding: 50px 20px 20px 20px;
  }
}
.privacy_wrapper h2 {
  text-align: center;
  display: inline-block;
  margin: 50px 0;
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #0E63C4;
}
@media screen and (max-width: 575px) {
  .privacy_wrapper h2 {
    font-size: 2.4rem;
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .privacy_wrapper h2 {
    font-size: 2.4rem;
    margin: 50px 0 0 0;
  }
}
.privacy_wrapper h3 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.8rem;
}
.privacy_wrapper .privacy_main {
  margin-top: 50px;
}
.privacy_wrapper .privacy_main p {
  text-align: left;
  font-size: 1.4rem;
}
.privacy_wrapper .privacy_right {
  text-align: right !important;
}
@media screen and (max-width: 575px) {
  .privacy_wrapper .privacy_right {
    margin: 30px 0;
  }
}

.apply-form {
  width: 100%;
}
.apply-form input[type=checkbox] {
  display: none;
}
.apply-form .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.apply-form .checkbox01:before {
  background: #fff;
  border: 3px solid #EAEAEA;
  border-radius: 4px;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  left: 0;
  position: absolute;
  top: 8px;
}
.apply-form .checkbox01:after {
  border-right: 3px solid #0E63C4;
  border-bottom: 3px solid #0E63C4;
  content: "";
  display: block;
  height: 16px;
  width: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
  .apply-form .checkbox01:after {
    top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .apply-form .checkbox01:after {
    top: 15px;
  }
}
.apply-form input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.apply-form .apply-time {
  margin-left: 30px;
}

/* 404 */
#not-found {
  padding: 120px 0;
  text-align: center;
}
#not-found h2 {
  font-size: 3rem;
}
#not-found p {
  margin: 50px 0;
  text-align: center;
}
#not-found a {
  color: #fff;
  background-color: #0E63C4;
  padding: 20px 30px;
  border: 2px solid #0E63C4;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#not-found a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0E63C4;
}