@charset "UTF-8";
/*
Theme Name: 救急WEB
Author: shin
Author URI: https://wprescue.99web.jp/
Description: 救急WEB
Version: 1.0.0
*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.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;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.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;
  }
}

.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;
  }
}

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

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

.block50add {
  padding-top: 50px !important;
}
@media screen and (max-width: 575px) {
  .block50add {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50add {
    padding-top: 30px !important;
  }
}

.block50plus {
  margin-top: 50px !important;
}

.block80plus {
  margin-top: 80px !important;
}

.title {
  position: relative;
  text-align: center;
}
.title h2 {
  position: relative;
  z-index: 1;
}
.title .title_back {
  position: absolute;
  top: -140px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20rem;
  font-family: "Manrope", sans-serif;
  color: #fafafa;
  letter-spacing: 1rem;
}
@media screen and (max-width: 575px) {
  .title .title_back {
    font-size: 17vw;
    top: -50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .title .title_back {
    font-size: 15vw;
    top: -90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .title .title_back {
    font-size: 15vw;
    top: -100px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .title .title_back {
    font-size: 15vw;
    top: -100px;
  }
}

#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: 45vh;
  }
}
@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: #F0F8FA;
}
#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: 6rem;
  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: 9vw;
    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: 6rem;
  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: "Manrope", sans-serif;
  font-size: 3rem;
  color: #0057B8;
  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;
  }
}

/* パンくず */
#bread-top {
  margin: 0 auto;
  font-size: 0.87em;
  padding: 10px 0;
}
#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;
}
#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE44F));
  background: linear-gradient(transparent 60%, #FFE44F 60%);
  display: inline !important;
}

.under-line2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #FFE44F));
  background: linear-gradient(transparent 75%, #FFE44F 60%);
  display: inline !important;
}

.color-blue {
  color: #0057B8;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  font-weight: bold;
  font-display: swap;
}

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

h2 {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  h2 {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
}

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

.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;
  height: 70px;
  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: rgba(255, 255, 255, 0.9);
}
header #header-top .logo {
  margin-left: 10px;
}
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: 157px;
  height: 55px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://wprescue01.99web.jp/image/logo.png");
}
@media screen and (max-width: 575px) {
  header #header-top .logo a {
    width: 143px;
    height: 50px;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo a {
    width: 143px;
    height: 50px;
    margin-right: 0;
  }
}
header #header-top .logo a h1 {
  text-indent: -9999px;
  position: relative;
}
header #header-top .header-menu {
  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;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  header #header-top .header-menu {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .header-menu {
    display: none;
  }
}
header #header-top .header-menu .header-contact {
  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;
  margin-left: 20px;
}
header #header-top .header-menu .header-contact .tel {
  text-align: center;
  line-height: 1.5;
}
header #header-top .header-menu .header-contact .tel .phone {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}
header #header-top .header-menu .header-contact .tel .phone img {
  height: 20px;
  vertical-align: middle;
}
header #header-top .header-menu .header-contact .tel .text {
  font-size: 1.2rem;
  font-weight: bold;
}
header #header-top .header-menu .header-contact .icon {
  font-size: 2rem;
}
header #header-top .header-menu .header-contact .mail {
  height: 70px;
  line-height: 70px;
  margin-left: 20px;
}
header #header-top .header-menu .header-contact .mail img {
  height: 20px;
  vertical-align: top;
}
header #header-top .header-menu .header-contact .mail a {
  display: inline-block;
  background-color: #0057B8;
  border: 3px solid #0057B8;
  color: #fff;
  font-weight: bold;
  height: 100%;
  padding: 0 30px;
  padding-top: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 1.6;
  text-align: center;
  font-size: 1.6rem;
}
header #header-top .header-menu .header-contact .mail a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0057B8;
}
header #header-top .header-menu .header-contact .mail a span {
  display: block;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 200px;
}

.footer-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;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 120px;
  }
}
.footer-bottom p {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .footer-bottom p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3.4vw;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
  }
}
.footer-bottom ul {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 575px) {
  .footer-bottom ul {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom ul {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
}
.footer-bottom li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #DADADA;
  font-weight: normal;
  font-size: 1.4rem;
}
.footer-bottom li:first-child {
  border-left: none;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom li {
    display: block;
    border-left: none;
    padding: 5px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-bottom li {
    font-size: 1vw;
  }
}

.footer-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  text-align: center;
  width: 100%;
}
.footer-contact ul {
  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;
}
.footer-contact ul 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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  padding: 5px 0;
  width: 50%;
  margin: 5px 3px;
  height: 70px;
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #0057B8;
}
.footer-contact ul li img {
  height: 13px;
  vertical-align: baseline;
}
.footer-contact a {
  width: 100%;
}
.footer-contact p {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.footer-contact .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0) !important;
}
.footer-contact .footer-big {
  font-size: 4vw !important;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-contact .footer-big {
    font-size: 3vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-contact .footer-big {
    font-size: 3vw !important;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*ページトップ*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
#page-top a {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.47rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-left: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  color: #0057B8;
}
#page-top a i {
  line-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
  padding-right: 27px;
}
#page-top a:hover i {
  line-height: 45px;
}
@media screen and (max-width: 575px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}

/*　左の動き　*/
#page-top.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.contact-btn {
  position: fixed;
  bottom: 3%;
  right: 3%;
  height: 120px;
  width: 120px;
  background-color: #FFE44F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  z-index: 99;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.contact-btn:after {
  content: "";
  height: 108px;
  width: 108px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
  border: 3px solid #fff;
}
.contact-btn:hover .recruit03 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  left: 53%;
}
.contact-btn .contact02 {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  z-index: 4;
  color: #775030;
}
.contact-btn .clear {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFE44F;
  width: 25px;
  height: 110px;
  border-radius: 10px;
}
.contact-btn .clear::before {
  content: ""; /*before疑似要素のcontent*/
  display: block; /*ブロック化*/
  width: 25px;
  height: 110px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background-color: #FFE44F;
  border-radius: 10px;
}

#top {
  position: relative;
  padding-top: 70px;
}
#top .text {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 5%;
}
@media screen and (max-width: 575px) {
  #top .text {
    top: 15%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .text {
    top: 20%;
  }
}
#top .text h2 {
  font-size: 3.8vw;
  display: inline-block;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 575px) {
  #top .text h2 {
    font-size: 7.1vw;
    text-align: center;
    margin-bottom: 0 !important;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .text h2 {
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text h2 {
    font-size: 5vw;
  }
}
#top .text p {
  font-family: "Noto Sans JP", sans-serif;
}
#top .text .msg01 {
  font-size: 5.6vw;
  font-weight: 600;
  margin-top: 2%;
  color: #0057B8;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 575px) {
  #top .text .msg01 {
    font-size: 12vw;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .msg01 {
    font-size: 8vw;
  }
}
#top .text .msg01-1 {
  font-size: 5.6vw;
  font-weight: 600;
  margin-top: 3%;
}
@media screen and (max-width: 575px) {
  #top .text .msg01-1 {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .msg01-1 {
    font-size: 8vw;
  }
}
#top .text .msg01-1 span {
  font-family: "Oswald", sans-serif;
}
#top .text .msg01-1 .ima {
  font-size: 3.6vw;
}
@media screen and (max-width: 575px) {
  #top .text .msg01-1 .ima {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .msg01-1 .ima {
    font-size: 5vw;
  }
}
#top .text .msg01-1 .kakaku {
  margin-left: 15px;
}
#top .text .msg01-1 .betsu {
  font-size: 1.6vw;
}
@media screen and (max-width: 575px) {
  #top .text .msg01-1 .betsu {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .msg01-1 .betsu {
    font-size: 1.4rem;
  }
}
#top .text .msg02 {
  font-size: 3.5vw;
  font-weight: 600;
  color: #0057B8;
  margin-top: 3%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 575px) {
  #top .text .msg02 {
    font-size: 6.5vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .msg02 {
    font-size: 4vw;
  }
}
#top .text .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2%;
}
@media screen and (max-width: 575px) {
  #top .text .area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  #top .text .area {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#top .text .area div {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #top .text .area div {
    width: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .text .area div {
    width: 120px;
  }
}
#top .text .area div img {
  width: 80%;
}
@media screen and (max-width: 575px) {
  #top .text .area div img {
    width: 80%;
  }
}
#top .text .area div p {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  #top .text .area div p {
    font-size: 1.4rem;
  }
}
#top .text .area div .pic01 {
  border-radius: 50%;
  border: 5px solid #ECEFF6;
  background-color: #fff;
}
#top .text .point {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  #top .text .point {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .point {
    width: 100%;
  }
}
#top .text .point li {
  text-align: center;
  display: inline-block;
  background-color: #ffe624;
  border: 2px solid #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.3rem;
  padding: 10px 30px;
  border-radius: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  #top .text .point li {
    width: 85%;
    margin: 5px 0;
    font-size: 1.7rem;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .text .point li {
    width: 43%;
    margin: 5px 0;
  }
}
#top .pic {
  text-align: right;
  position: relative;
  width: 80%;
  height: 85vh;
  min-height: 550px;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  #top .pic {
    width: 100%;
    height: 80vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .pic {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .pic {
    width: 100%;
    height: 70vh;
  }
}
#top .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .pic::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.message .message-box {
  background-color: #F0F8FA;
  padding: 50px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .message .message-box {
    padding: 50px 10px;
  }
}
.message .message-box p {
  font-size: 2.5vw;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .message .message-box p {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .message .message-box p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .message .message-box p {
    font-size: 3.4vw;
  }
}
.message .message-box2 {
  width: 80%;
  margin: 0 auto;
  background-color: #F0F8FA;
  padding: 50px 0;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .message .message-box2 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .message .message-box2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .message .message-box2 {
    width: 100%;
  }
}
.message .message-box2 p {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .message .message-box2 p {
    font-size: 6vw;
  }
}

#solution h2 span {
  color: #0057B8;
}
#solution .solution-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;
}
#solution .solution-in .solution-box {
  width: 31%;
  border: 10px solid #F0F8FA;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  #solution .solution-in .solution-box {
    width: 48%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #solution .solution-in .solution-box {
    width: 48%;
  }
}
#solution .solution-in .solution-box img {
  position: absolute;
  top: 15px;
  left: 30px;
  height: 25px;
}
#solution .solution-in .solution-box p {
  font-size: 1.5vw;
  font-weight: 600;
  color: #0057B8;
  white-space: nowrap;
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  #solution .solution-in .solution-box p {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #solution .solution-in .solution-box p {
    font-size: 2.3vw;
  }
}

#case h2 {
  margin-bottom: 80px;
}
#case .case-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;
}
#case .case-box .case-pic {
  width: 35%;
}
@media screen and (max-width: 575px) {
  #case .case-box .case-pic {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .case-box .case-pic {
    width: 100%;
    text-align: center;
  }
}
#case .case-box .case-pic img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .case-box .case-pic img {
    width: 50%;
  }
}
#case .case-box .case-text {
  width: 60%;
}
@media screen and (max-width: 575px) {
  #case .case-box .case-text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .case-box .case-text {
    width: 100%;
  }
}
#case .case-box .case-text h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  #case .case-box .case-text h3 {
    margin: 15px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #case .case-box .case-text h3 {
    margin: 15px 0;
  }
}
#case .case-box .case-text .p1 {
  font-size: 1.8rem;
  color: #0057B8;
  margin: 15px 0;
}
#case .case-box .case-text .p2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.banner {
  padding: 50px 0;
  text-align: center;
  background-color: #015EC3;
  position: relative;
}
.banner h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .banner h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner h2 {
    font-size: 3.6rem;
  }
}
.banner p {
  color: #fff;
  font-size: 2.3vw;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .banner p {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner p {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner p {
    font-size: 4vw;
  }
}
.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.banner ul li {
  height: 200px;
  width: 200px;
  background-color: #fff;
  border-radius: 50%;
  color: #0057B8;
  font-size: 2.6rem;
  white-space: nowrap;
  padding-top: 55px;
}
@media screen and (max-width: 575px) {
  .banner ul li {
    height: 140px;
    width: 140px;
    font-size: 1.8rem;
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner ul li {
    height: 140px;
    width: 140px;
    font-size: 1.8rem;
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner ul li {
    height: 140px;
    width: 140px;
    font-size: 1.8rem;
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
.banner a {
  display: inline-block;
  margin-top: 50px;
  color: #fff;
  font-size: 3rem;
  border: 4px solid #fff;
  padding: 20px 40px;
  border-radius: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .banner a {
    font-size: 2rem;
  }
}
.banner .pic01 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .banner .pic01 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .pic01 {
    height: 70%;
  }
}
.banner .pic02 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .banner .pic02 {
    height: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .pic02 {
    height: 70%;
  }
}

#reason h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  #reason h2 {
    font-size: 9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #reason h2 {
    font-size: 5.8vw;
  }
}
#reason .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 .reason-in .reason-box {
  width: 47%;
  border: 10px solid #F0F8FA;
  border-radius: 20px;
  padding: 50px 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #reason .reason-in .reason-box {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #reason .reason-in .reason-box {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #reason .reason-in .reason-box {
    padding: 50px 20px 20px 20px;
  }
}
#reason .reason-in .reason-box .sub {
  background-color: #0057B8;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 30px;
}
#reason .reason-in .reason-box h3 {
  display: inline-block;
  white-space: nowrap;
  font-size: 2.2vw;
}
@media screen and (max-width: 575px) {
  #reason .reason-in .reason-box h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #reason .reason-in .reason-box h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #reason .reason-in .reason-box h3 {
    font-size: 2rem;
    white-space: normal;
  }
}
#reason .reason-in .reason-box p {
  margin-top: 15px;
}

#price .price-top {
  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;
}
#price .price-top .box {
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 575px) {
  #price .price-top .box {
    width: 100%;
    margin: 0;
  }
}
#price .price-top .box p {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  #price .price-top .box p {
    font-size: 2.3rem;
    width: 100%;
    line-height: 1.4;
  }
}
#price .price-top .box .big {
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  color: #0057B8;
  margin: 0 5px;
}
@media screen and (max-width: 575px) {
  #price .price-top .box .big {
    font-size: 5rem;
  }
}
#price .torikeshi {
  text-decoration: line-through;
  font-size: 1.6rem;
  font-weight: normal;
  color: #777;
  font-family: "Oswald", sans-serif;
}
#price .torikeshi2 {
  text-decoration: line-through;
  font-weight: normal;
  color: #777;
  font-family: "Oswald", sans-serif;
  margin-right: 15px;
}
#price .price-list {
  text-align: center;
}
#price .price-list table {
  width: 100%;
  border-collapse: collapse;
}
#price .price-list table h4 {
  font-size: 1.8rem;
  font-weight: normal;
}
#price .price-list table h5 {
  font-size: 1.6rem;
  color: #0057B8;
}
#price .price-list table th {
  width: 20%;
  border: 1px solid #DADADA;
  padding: 20px;
  background-color: #F6F8FA;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #price .price-list table th {
    padding: 15px;
  }
}
#price .price-list table .pline {
  border-left: 5px solid #0057B8;
  border-right: 5px solid #0057B8;
}
#price .price-list table .pline2 {
  border-left: 5px solid #0057B8;
  border-right: 5px solid #0057B8;
  border-bottom: 5px solid #0057B8;
}
#price .price-list table .pline3 {
  border-top: 2px solid #0057B8;
  border-left: 5px solid #0057B8;
  border-right: 5px solid #0057B8;
}
#price .price-list table .pointst {
  background-color: #0057B8;
  position: relative;
  white-space: nowrap;
}
#price .price-list table .pointst h4 {
  color: #fff;
  font-weight: bold;
}
#price .price-list table .pointst span {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFE44F;
  color: #0057B8;
  padding: 3px 10px;
  border-radius: 20px;
}
#price .price-list table td {
  border: 1px solid #DADADA;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  #price .price-list table td {
    padding: 15px;
  }
}
#price .price-list table td p {
  font-size: 1.8rem;
}
#price .price-list table td .zei {
  display: block;
  font-size: 1.4rem;
}
#price .price-list table td .text {
  text-align: left;
  font-size: 1.6rem;
}
#price .price-list table td .mark {
  font-size: 1.8rem;
}
#price .price-list table td .koshin {
  display: block;
}
#price .price-list table td .rei {
  font-size: 1.4rem;
  background-color: #0057B8;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-radius: 20px;
}
#price .price-list table td li {
  font-size: 1.4rem;
}
#price .price-list table .kuhaku {
  background-color: #fff;
  border-top: none;
  border-left: none;
}
#price .price-list table .kaigyo {
  white-space: nowrap;
}
#price .price-list table .kingaku {
  white-space: nowrap;
}
#price .price-list table .kingaku .yen {
  font-family: "Oswald", sans-serif;
}
#price .price-list table .kingaku .maru1 {
  color: #0057B8;
  font-size: 3rem;
}
#price .price-list table .kingaku .sankaku {
  font-size: 3rem;
  color: gray;
}
#price .price-list table .red {
  color: #F06060;
}
@media screen and (max-width: 575px) {
  #price .price-list table .red {
    font-size: 1.4rem;
  }
}
#price .price-list table .maru {
  font-size: 3rem;
}
#price .price-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #price .price-box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #price .price-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #price .price-box {
    width: 100%;
  }
}
#price .price-box table {
  width: 100%;
  border-collapse: collapse;
}
#price .price-box table th {
  width: 70%;
  border: 1px solid #DADADA;
  padding: 20px;
  text-align: left;
  background-color: #F0F8FA;
}
@media screen and (max-width: 575px) {
  #price .price-box table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #price .price-box table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
}
#price .price-box table th span {
  display: block;
  font-size: 1.4rem;
  color: #F06060;
}
@media screen and (max-width: 575px) {
  #price .price-box table th span {
    font-size: 1.2rem;
  }
}
#price .price-box table td {
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 20px;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  #price .price-box table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
    border-top: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #price .price-box table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
    border-top: none;
  }
}
#price .price-box table td .zei {
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#price .price-box table td .torikeshi {
  text-decoration: line-through;
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 15px;
  color: #777;
}
#price .price-box table td .comment {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#price .price-box table tr:last-child th {
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 575px) {
  #price .price-box table tr:last-child th {
    border-bottom: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #price .price-box table tr:last-child th {
    border-bottom: none;
  }
}
#price .price-box table tr:last-child td {
  border-bottom: 1px solid #DADADA;
}
#price .price-box p {
  margin-top: 30px;
}
#price .price-detail {
  border: 10px solid #F0F8FA;
  border-radius: 30px;
  padding: 50px;
}
@media screen and (max-width: 575px) {
  #price .price-detail {
    padding: 15px;
  }
}
#price .price-detail table {
  width: 100%;
  border-collapse: collapse;
}
#price .price-detail table tr {
  border-bottom: 1px solid #ddd;
}
#price .price-detail table tr th {
  padding: 30px 0;
}
#price .price-detail table tr td {
  padding: 30px 0;
}
#price .price-detail table tr .hyo01 {
  width: 15%;
}
@media screen and (max-width: 575px) {
  #price .price-detail table tr .hyo01 {
    width: 30%;
  }
}
#price .price-detail table tr .hyo02 {
  width: 20%;
  text-align: center;
}
#price .price-detail table tr .hyo03 {
  width: 60%;
}
@media screen and (max-width: 575px) {
  #price .price-detail table tr .hyo03 {
    width: 45%;
  }
}

#flow .flow-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;
}
#flow .flow-in .flow-box {
  width: 23%;
  border: 10px solid #F0F8FA;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  #flow .flow-in .flow-box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #flow .flow-in .flow-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #flow .flow-in .flow-box {
    width: 47%;
  }
}
#flow .flow-in .flow-box .right {
  height: 35px;
  position: absolute;
  top: 45%;
  right: -14%;
}
@media screen and (max-width: 575px) {
  #flow .flow-in .flow-box .right {
    top: 102%;
    left: 48%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #flow .flow-in .flow-box .right {
    top: 102%;
    left: 48%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#flow .flow-in .flow-box:last-child::before {
  content: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #flow .flow-in .flow-box:nth-child(2)::before {
    top: 100%;
    right: 107%;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
  }
}
#flow .flow-in .flow-box h3 {
  font-size: 2rem;
  color: #0057B8;
  margin: 15px 0;
}
#flow .flow-in .flow-box p {
  text-align: left;
}

#question h2 {
  margin-bottom: 50px;
}
#question .toggle_contents {
  padding: 15px;
  background-color: #fafafa;
  margin-top: 30px;
}
#question .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}
#question .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;
}
#question .toggle_contents .toggle_title .toggle_btn:before, #question .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: "";
  background-color: #0057B8;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#question .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}
#question .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#question .toggle_contents dd {
  display: none;
}
#question dt {
  padding: 15px 50px;
  position: relative;
}
#question dt:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "Q";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #0057B8;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}
#question dd {
  padding: 15px 50px;
  position: relative;
}
#question dd:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "A";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #0057B8;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0057B8;
  border-radius: 50%;
  margin-right: 15px;
}

#company h2 {
  margin-bottom: 80px;
}
#company .company-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #company .company-box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .company-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company .company-box {
    width: 100%;
  }
}
#company .company-box table {
  width: 100%;
  border-collapse: collapse;
}
#company .company-box table th {
  width: 30%;
  border: 1px solid #DADADA;
  padding: 20px;
  text-align: left;
  background-color: #F0F8FA;
}
@media screen and (max-width: 575px) {
  #company .company-box table th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .company-box table th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#company .company-box table td {
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  #company .company-box table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company .company-box table td {
    display: block;
    text-align: center;
    border-left: 1px solid #DADADA;
  }
}
#company .company-box table td span {
  font-size: 1.2rem;
}
#company .company-box table tr:last-child th {
  border-bottom: 1px solid #DADADA;
}
#company .company-box 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: #0057B8;
  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: #0057B8;
  border-style: none;
  border: 2px solid #0057B8;
  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: #0057B8;
}
.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: #0057B8 !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: #0057B8;
  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 #0057B8 !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 #0057B8;
  border-bottom: 3px solid #0057B8;
  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: #0057B8;
  border-bottom: 1px solid #0057B8;
}

.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: #0057B8;
}
.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: #0057B8;
  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 #0057B8;
}
@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 #0057B8;
  border-bottom: 3px solid #0057B8;
  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;
}

#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 #0057B8;
}
#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;
}

/* 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: #0057B8;
  padding: 20px 30px;
  border: 2px solid #0057B8;
  -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: #0057B8;
}