@charset "UTF-8";
/* ==============================

目次

============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h2,
h3 {
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

a,
a:focus,
*:focus {
  outline: none;
}

p {
  margin: 0;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50%;
  animation: loading 1s infinite;
}
.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock {
  padding: 60px 0 0;
}
.cntBlock:last-child {
  padding-bottom: 0;
}
.cntBlock.-bgColor01 {
  background-color: #3891FA;
}
.cntBlock.-bgColor02 {
  background-color: accentColor;
}
.cntBlock.-bgColor03 {
  background-color: rgba(227, 0, 0, 0.05);
}
.cntBlock02 {
  padding: 32px 0;
}
.cntBlock02:last-child {
  padding-bottom: 0;
}
.cntBlock02.-bgColor01 {
  background-color: #3891FA;
}
.cntBlock02.-bgColor02 {
  background-color: accentColor;
}
.cntBlock02.-bgColor03 {
  background-color: rgba(227, 0, 0, 0.05);
}
/* ==============================

h2-css

============================== */
.heding {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  line-height: 1;
  margin: 0 0 3.2rem;
}

.heding02 {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  line-height: 1.571;
  vertical-align: top;
  margin: 0 0 4rem;
}

.reason-h2-block {
  padding: 0 8px;
  text-align: center;
}
.reason-h2-block .reason-h2 {
  font-size: 2.7rem;
  color: #ffffff;
  background-color: #0530BC;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  padding: 10px 0;
}
.reason-h2-block .reason-p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  margin: 0;
}

.speed-h2 {
  font-size: 2.9rem;
  text-align: center;
  background: linear-gradient(135deg, #D30000 0%, #D30000 10%, #ED0001 0%, #ED0001 90%, #D30000 0%, #D30000 10%);
  line-height: 1.172;
  padding: 10px 0;
  position: relative;
}
.speed-h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 4s infinite 1s;
}

.lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 60px;
  }
}

.blue-title {
  position: relative;
  text-align: center;
  font-size: 28px;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  padding: 49px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
.blue-title span {
  padding-top: 10px;
  display: block;
}
.blue-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 4s infinite 2s;
}

.blue-title02 {
  position: relative;
  text-align: center;
  font-size: 28px;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  padding: 30px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
.blue-title02 span {
  padding-top: 10px;
  display: block;
}
.blue-title02::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 4s infinite 2s;
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(227, 0, 0, 0.36);
}
.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

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

Block

============================== */
.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.inner02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .inner02 {
    max-width: 1260px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1201px) {
  .inner02 {
    max-width: 1200px;
    padding: 0;
  }
}

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

pc

============================== */
.background {
  position: fixed;
  width: 100%;
  background-image: url(../img/pc/pc-back.webp);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}
#container {
  position: relative;
  z-index: 10;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #container {
    margin: 32px auto 64px auto;
    max-width: 375px;
  }
}
@media screen and (min-width: 1201px) {
  #container {
    margin: 32px auto 64px auto;
    max-width: 450px;
  }
}

@media screen and (min-width: 768px) {
  #pc-contents {
    display: flex;
    width: 100%;
    overflow: auto;
    /* 子要素がスクロール可能に */
  }
}

.red-pc {
  background-color: #E30000;
  padding: 8px 20px;
  font-size: 17px;
  position: fixed;
  left: 0;
  top: 32px;
  color: #ffffff;
  line-height: 1;
  border-radius: 0 10px 10px 0;
}
.red-pc .p-top {
  padding-bottom: 8px;
}
.red-pc span {
  font-size: 24px;
  font-weight: 600;
}

#pc-titles {
  display: none;
}
@media screen and (min-width: 768px) {
  #pc-titles {
    display: block;
    margin: 120px auto 100px auto;
    width: 330px;
    position: relative;
  }
}

.big-titles {
  max-width: 400px;
  margin: 0px auto 0px auto;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .big-titles {
    max-width: 380px;
  }
}
@media screen and (min-width: 980px) {
  .big-titles {
    max-width: 450px;
  }
}
@media screen and (min-width: 1201px) {
  .big-titles {
    max-width: 500px;
  }
}

.big-title-blocks .subtitle {
  margin-bottom: 16px;
}
.big-title-blocks .pc-h1 {
  max-width: 470px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .big-title-blocks .title-p {
    line-height: 1;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #E30000;
    position: relative;
    z-index: 4;
  }
}
@media screen and (min-width: 980px) {
  .big-title-blocks .title-p {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .big-title-blocks .title-p::after {
    content: "業界最安値＆即日スピード対応！";
    font-size: 25px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 4px #FFF;
    text-stroke: 4px #FFF;
  }
}
@media screen and (min-width: 980px) {
  .big-title-blocks .title-p::after {
    content: "業界最安値＆即日スピード対応！";
    font-size: 2.6rem;
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 4px #FFF;
    text-stroke: 4px #FFF;
  }
}

.title-block {
  margin-top: 20px;
}
.title-block .title-block-p {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .title-block .title-block-p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
  }
}
@media screen and (min-width: 980px) {
  .title-block .title-block-p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1201px) {
  .title-block .title-block-p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
}
.title-block .title-block-p span {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .title-block .title-block-p span {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
  }
}
@media screen and (min-width: 980px) {
  .title-block .title-block-p span {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
  }
}

.big-buttons-block {
  margin-top: 24px;
  font-weight: 600;
}
.big-buttons-block .big-buttons-p {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.big-buttons-block .big-buttons-p02 {
  text-align: center;
  font-size: 18px;
}
.big-buttons-block .big-buttons-p02 .red {
  font-size: 20px;
}
.big-buttons-block .form-button {
  display: flex;
  margin-top: 16px;
}
.big-buttons-block .form-button .buttons {
  width: 146px;
  font-size: 12px;
}
.big-buttons-block .form-button .buttons::before {
  width: 19px;
  height: 18px;
}
.big-buttons-block .form-button .buttons:nth-child(1) {
  margin: 0 auto auto;
}
.big-buttons-block .form-button .buttons:nth-child(1)::before {
  top: 10px;
  left: 8px;
}
.big-buttons-block .form-button .buttons:nth-child(2) {
  margin: 0 auto auto;
}
.big-buttons-block .form-button .buttons:nth-child(2)::before {
  width: 20px;
  height: 20px;
  top: 8px;
  left: 8px;
}
.big-buttons-block .form-button .buttons:nth-child(3) {
  margin: 0 auto auto;
}
.big-buttons-block .form-button .buttons:nth-child(3)::before {
  top: 8px;
  width: 20px;
  height: 20px;
  left: 8px;
}
.big-buttons-block .form-button .buttons a {
  font-size: 10px;
  padding: 14px 0 14px 34px;
}

.big-menu {
  margin-top: 32px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
.big-menu .menu-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.big-menu .menu-ul {
  display: grid;
  /* Gridレイアウトを使用 */
  grid-template-columns: repeat(3, 1fr);
  /* 3列均等配置 */
  gap: 16px;
  /* アイテム間のスペース */
  list-style: none;
  /* リストのドットを消す */
  padding: 0;
}
.big-menu .menu-ul .menu-li {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .big-menu .menu-ul .menu-li a {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media screen and (min-width: 980px) {
  .big-menu .menu-ul .menu-li a {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
  }
}

.wrapper {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  position: relative;
}
@media screen and (min-width: 1201px) {
  .wrapper {
    display: block;
    max-width: 450px;
    border-radius: 0 0 20px 20px;
  }
}
/* ==============================

more_read

============================== */
.txt-hide {
  display: none;
}

.content {
  position: relative;
}

.more_read {
  width: 328px;
  cursor: pointer;
  margin: 0px auto 30px;
  display: block;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  border-radius: 26px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  outline: 0;
  transition: 0.5s;
  line-height: 1;
}
.more_read .mo_re_item .button {
  margin: 0;
}

.close {
  display: block;
  content: "";
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 55px;
}
.open {
  position: relative;
}
/* ==============================

Header

============================== */
/* 
Header sub
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  max-width: 450px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    border-radius: 10px 10px 0 0;
  }
}

.headerContainer {
  padding: 13px 0;
}
.headerLogo {
  position: relative;
  width: 150px;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    width: 190px;
  }
}

.headerNav_items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-color: #3891FA;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
  /* 幅を調整 */
  max-height: 90vh;
  /* 高さを制限（必要に応じて変更） */
  overflow-y: scroll;
  /* 必要に応じて縦スクロール */
}
.headerNav_item {
  border-top: 1px solid rgba(218, 218, 218, 0.3);
}
@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem 1.5em 3em;
  color: #fff;
}
.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 16px;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}
.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .headerNav_buttonLine {
    display: none;
  }
}
.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

.red {
  color: #E30000;
}

.yellow {
  color: #F7ED00;
}

.blue {
  color: #0530BC;
}

.headertell {
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 17.3333333333vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .headertell {
    right: 16px;
    top: 20px;
  }
}
.headertell .small-tell {
  font-size: 0.8rem;
  padding-right: 4px;
}
.headertell a {
  line-height: 1;
  font-size: 1.3rem;
  vertical-align: middle;
}

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

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
  background-image: url(../img/hero/hero-backcolor.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.hiroContainer {
  padding-top: 40px;
  margin: 16px auto 0;
  width: 95.5%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hiroContainer {
    padding-top: 0px;
    margin: 0 auto 0;
  }
}

.hero_title {
  margin: 0px 0 0.15em;
}
@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 6.2rem;
  }
}

.hero-title02 {
  font-size: 30px;
  color: #E30000;
  margin: 0;
  line-height: 1;
}
.hero-title02 span {
  font-size: 23px;
  color: #000000;
}

.hero-ul {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.hero-ul .hero-li {
  width: 31.25%;
  border: solid 0.5px #000000;
  background: linear-gradient(110deg, #2051EA 0%, #2051EA 70%, #4495F2 0%, #4495F2 0%);
}
.hero-ul .hero-li .hero-point {
  color: #000;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 0;
  background-color: #F7ED00;
}
.hero-ul .hero-li .hero-point-text {
  padding: 8px 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
.hero-ul .hero-li .hero-point-text p {
  margin: 0;
}
.hero-ul .hero-li .hero-point-text .small {
  font-size: 9px;
}

.hero-photo {
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
.hero-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 4s infinite 2S;
}

.u-fadein02 {
  opacity: 0;
}
.u-fadein02.is-active {
  animation: fadeIn 0.6s ease-in forwards 1s;
}

.u-fadein03 {
  opacity: 0;
}
.u-fadein03.is-active {
  animation: fadeIn 0.9s ease-in forwards 1.1s;
}

.hero-ok-block {
  padding: 16px 0;
  background-color: #1949E6;
  position: relative;
}
.hero-ok-block::after {
  position: absolute;
  bottom: -35px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-color: #1949E6;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.hero-ok {
  width: 95.5%;
  margin: 0 auto;
}

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

About

============================== */
.about-ul .about-li {
  background-color: #F7ED00;
  margin: 0 0 40px;
}
.about-ul .about-li .case-number {
  font-size: 18px;
  color: #ffffff;
  background-color: #0530BC;
  text-align: center;
}
.about-ul .about-li .case-title {
  font-size: 35px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  text-align: center;
  text-shadow: 3px 3px 0 #ffffff;
  background-image: url(../img/about/about01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 40px 0 30px;
  color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.about-ul .about-li .case-title span {
  padding: 10px 0 0;
  display: block;
}
.about-ul .about-li:nth-child(2) .case-title {
  background-image: url(../img/about/about02.webp);
  background-size: 104%;
  background-position: -14px 0px;
  background-repeat: no-repeat;
}
.about-ul .about-li:nth-child(3) .case-title {
  text-align: center;
  padding: 40px 0 30px 54px;
  background-image: url(../img/about/about03.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-ul .about-li .case-coments {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  padding: 0 8px;
}
.about-ul .about-li .case-coments .coments-li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #000000;
  line-height: 1;
  padding: 16px 0 16px 32px;
}
.about-ul .about-li .case-coments .coments-li:nth-child(1) {
  border: none;
}
.about-ul .about-li .case-coments .coments-li::before {
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  content: "";
  background-image: url(../img/about/check.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 25px;
}

.more-about {
  background: linear-gradient(180deg, rgb(56, 145, 250), rgb(8, 46, 172));
}
.more-about .owner {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.more-about .owner .owner01 {
  background-color: #ffffff;
  line-height: 1.5;
  padding: 10px 0;
}
.more-about .owner .owner02 {
  background-color: #000000;
  color: #ffffff;
}
.more-about .owner .owner-photo {
  margin: 32px 0 0;
}

.more-about02 {
  background-color: #ffffff;
}
.more-about02 .before-worry {
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  position: relative;
  padding: 24px 0 0;
}
.more-about02 .before-worry::before {
  content: "";
  /* バックスラッシュを表示 */
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(-20deg);
  color: #000;
  font-size: 60px;
  background-color: #000;
  left: 16px;
  position: absolute;
}
.more-about02 .before-worry::after {
  content: "";
  /* バックスラッシュを表示 */
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(20deg);
  color: #000;
  font-size: 60px;
  background-color: #000;
  right: 16px;
  position: absolute;
  bottom: -4px;
}
.more-about02 .before-worry .red {
  display: block;
  padding-top: 8px;
}
.more-about02 .before-worry-photo {
  position: relative;
  margin-top: 16px;
}

.color-line {
  display: block;
  width: 100%;
  height: 16px;
  background: linear-gradient(103deg, rgb(0, 98, 230), rgb(87, 145, 255) 50%, rgb(0, 75, 196));
}

.more-about03 {
  background-image: url(../img/about/about-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 32px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.more-about03 .better-cheap {
  color: #4B4B4B;
  font-size: 27px;
  text-align: center;
}
.more-about03 .better-cheap .big-text {
  font-size: 53px;
  display: block;
  padding-top: 8px;
}
.more-about03 .better-cheap .small-span {
  font-size: 38px;
}
.more-about03 .better-cheap .big-bottom {
  display: block;
  padding-top: 8px;
}

.form-block .red-block {
  background-color: #FF0000;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 10px 0;
  width: 277px;
  margin: 0 auto;
  margin-top: 32px;
}
.form-block .red-block p {
  font-size: 22px;
}
.form-block .red-block p span {
  font-size: 30px;
  display: block;
  padding-bottom: 8px;
}
.form-block .tell-number {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 16px 0 0;
}
.form-block .tell-number a {
  color: #317FFD;
}
.form-block .east-block {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.form-block .east-block .east-p01 {
  line-height: 1.5;
  padding-top: 32px;
}
.form-block .east-block .east-p02 {
  line-height: 1.5;
  padding-top: 32px;
}
.form-block .east-block .east-photo {
  padding-top: 32px;
}

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

contact-form

============================== */
.contact-form {
  background: linear-gradient(155deg, rgb(0, 98, 230), rgb(87, 145, 225) 50%, rgb(0, 75, 196));
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 700;
  padding: 24px 32px;
}
.contact-form .form-h2 {
  font-size: 1.7rem;
  color: #F7ED00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
@media screen and (min-width: 768px) {
  .contact-form .form-h2 {
    font-size: 20px;
  }
}
.contact-form .form-button {
  margin-top: 24px;
}

.buttons {
  background: linear-gradient(145deg, #06C755 0%, #06C755 70%, #54D47E 0%, #54D47E 0%);
  font-size: 18px;
  line-height: 1;
  border-radius: 60px;
  border: 1px solid #ffffff;
  margin: 0 auto 16px;
  overflow: hidden;
  max-width: 434px;
  outline: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  position: relative;
}
.buttons::before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background-image: url(../img/button/line.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 14px;
  left: 14px;
}
.buttons a {
  color: #ffffff;
  padding: 16px 0 16px 20px;
  width: 100%;
}
.buttons:nth-child(2) {
  background: linear-gradient(145deg, #33B8FF 0%, #33B8FF 70%, #64C9FF 0%, #64C9FF 0%);
}
.buttons:nth-child(2)::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../img/button/human.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 14px;
  left: 14px;
}
.buttons:nth-child(3) {
  margin: 0;
  background: linear-gradient(145deg, #EA0000 0%, #EA0000 70%, #EF3D3D 0%, #EF3D3D 0%);
}
.buttons:nth-child(3)::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../img/button/phone.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 14px;
  left: 14px;
}

.buttons ::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* ==============================

contact-form

============================== */
#reason {
  background-image: url(../img/reason/reason-back.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.reason-arow {
  width: 90px;
  margin: 32px auto 0;
}

.reason-block02 .reasons {
  margin: 32px 0 0;
}
.reason-block02 .reasons .reason_item .rason_title {
  text-align: center;
}
.reason-block02 .reasons .reason_item .rason_title .item_sub {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  background: linear-gradient(180deg, rgb(5, 48, 188), rgb(3, 34, 139));
}
.reason-block02 .reasons .reason_item .rason_title .item_h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  background: linear-gradient(135deg, #3891FA 0%, #3891FA 65%, #56A2FB 0%, #56A2FB 31%);
}
.reason-block02 .reasons .reason_item .rason_title .item_h3 .title-bottom {
  padding: 8px 0 0;
  display: block;
}
.reason-block02 .reasons .reason_item .item_p {
  padding: 32px 24px;
  font-size: 16px;
  font-weight: 600;
}
.reason-block02 .reasons .reason_item:nth-child(3) .item_p {
  padding: 32px 24px 0px;
}

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

speed

============================== */
.speed-blocks {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.speed-blocks .only {
  max-width: 375px;
  margin: 16px auto 16px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.speed-blocks .only .only-li {
  padding: 8px;
  border: 1px solid #707070;
  background-color: #F7ED00;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  text-align: center;
  line-height: 1;
}
.speed-blocks .support {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #707070;
  background-color: #E30000;
  width: 278px;
  margin: 0 auto;
  padding: 8px 0;
}
.speed-blocks .support-bottom {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #4B4B4B;
  line-height: 1;
  padding: 8px 0 24px;
}
.speed-blocks .speed-ul02 .speed-li02 .speed-li-p {
  font-weight: 600;
  padding: 32px 16px;
}
.speed-blocks .speed-ul02 .speed-li02 .speed-li-p .p-top {
  color: #0530BC;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.speed-blocks .speed-ul02 .speed-li02 .speed-li-p .p-bottom {
  font-size: 16px;
  padding: 0 8px;
  margin: 32px 0 0;
  font-weight: 600;
}
.speed-blocks .speed-ul02 .speed-li02:nth-child(2) .p-bottom {
  font-size: 16px;
  padding: 0 8px;
  margin: 0px 0 0;
  font-weight: 600;
}

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

other-service

============================== */
.table-service {
  width: 100vw;
  /* 画面幅いっぱいに */
  overflow-x: auto;
  /* 横スクロール可能に */
  white-space: nowrap;
  /* 画像が折り返されないように */
  position: relative;
  /* 子要素の基準点 */
  width: 100%;
}

/* スクロールバーのデザイン（Webkit系ブラウザ向け） */
.table-service::-webkit-scrollbar {
  height: 6px;
  /* スクロールバーの高さ */
}

.table-service::-webkit-scrollbar-thumb {
  background: #666;
  /* スクロールバーの色 */
  border-radius: 3px;
  /* 角を丸める */
}

.table-service::-webkit-scrollbar-track {
  background: #ddd;
  /* スクロールバーの背景 */
}

/* 画像のサイズ調整 */
.table-service img {
  display: block;
  max-width: none;
  /* 画像のサイズ制限を解除 */
  width: 200%;
  /* 画面の2倍のサイズ（調整可能） */
}

.dangerous {
  text-align: center;
  background: linear-gradient(180deg, rgb(78, 2, 2), rgb(232, 0, 0) 90%, rgb(226, 0, 0));
}
.dangerous .dangerous-photo01 {
  width: 100px;
  margin: 0 auto;
  padding: 32px 0 0;
}
.dangerous h3.dangerous-h3 {
  padding: 24px 0 0;
  font-size: 26px;
}
.dangerous p.dangerous-p {
  font-size: 15px;
  line-height: 1;
  padding: 8px 0 0;
  color: #ffffff;
}
.dangerous .dangerous-photo02 {
  padding: 16px 16px 0;
}

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

safe

============================== */
.safe-block .safe-blocks {
  padding: 32px 24px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.safe-block .safe-blocks .safe-p {
  margin: 32px 0;
}
.safe-block .safe-blocks .safe-p:nth-child(1) {
  margin: 0;
}
.safe-block .safe-blocks .safe-p:nth-child(7) {
  margin: 0;
}
.safe-block .safe-blocks02 {
  padding: 0 16px 32px;
  position: relative;
}
.safe-block .safe-blocks02::after {
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #E5F4FF;
  width: 100%;
  height: 398px;
}
.safe-block .safe-blocks02 .before-worry {
  font-size: 34px;
  font-family: ヒラギノ明朝 ProN;
  color: #000000;
  text-align: center;
  position: relative;
  padding: 8px 0 0;
}
.safe-block .safe-blocks02 .before-worry::before {
  content: "";
  /* バックスラッシュを表示 */
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(-20deg);
  color: #77BAFC;
  font-size: 60px;
  background-color: #77BAFC;
  left: 16px;
  position: absolute;
  bottom: -4px;
}
.safe-block .safe-blocks02 .before-worry::after {
  content: "";
  /* バックスラッシュを表示 */
  display: block;
  width: 2px;
  height: 60px;
  transform: rotate(20deg);
  color: #77BAFC;
  font-size: 60px;
  background-color: #77BAFC;
  right: 16px;
  position: absolute;
  bottom: -4px;
}
.safe-block .safe-blocks02 .before-worry .red {
  display: block;
  padding-top: 8px;
}
.safe-block .safe-blocks02 .before-worry-photo {
  position: relative;
  margin-top: 16px;
}

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

cheap-reason

============================== */
.cheap-reason-block .cheap-reason02 {
  background-image: url(../img/cheap-reason/cheap-reasonback.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 32px 16px 0;
}
.cheap-reason-block .cheap-reason02 .cheap-reason-h3 {
  width: 320px;
  margin: 0 auto;
}
.cheap-reason-block .cheap-reason02 .cheap-reason-ul {
  margin: 32px 0 0;
}
.cheap-reason-block .cheap-reason02 .cheap-reason-ul .cheap-reason-li {
  margin: 0px 0 16px;
}
.cheap-reason-block .cheap-reason02 .cheap-reason-ul .cheap-reason-li:nth-last-child(1) {
  margin: 0;
}
.cheap-reason-block .cheap-reason02 .heap-reason-photo02 {
  margin-top: 24px;
}
/* ==============================

service

============================== */
#service {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#service .more_read {
  margin: 16px auto 0;
}

.service-sopport {
  background-image: url(../img/service/service01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 48px 0;
}
.service-sopport .service-sopport02 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #4B4B4B;
}

.sopport-top {
  display: block;
  padding-top: 8px;
}

.service-ul .service-li .service-h3 {
  border-left: #9CC8FD 10px solid;
  border-right: #9CC8FD 10px solid;
  border-top: #9CC8FD 1px solid;
  border-bottom: #9CC8FD 1px solid;
  font-size: 26px;
  font-weight: 600;
  color: #4B4B4B;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
}
.service-ul .service-li .service-blocks .service-p {
  font-size: 16px;
  font-weight: 600;
  background-image: url(../img/service/serviceback.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 24px;
}
.service-ul .service-li:nth-child(3) .service-h3 {
  padding: 32px 0;
}

.service-ul02 {
  background-color: #E5F4FF;
  padding-bottom: 40px;
}
.service-ul02 .service-li02 .service-h302 {
  border-top: #3891FA 1px solid;
  border-bottom: #3891FA 1px solid;
  font-size: 20px;
  font-weight: 600;
  color: #297AD8;
  background-color: #ffffff;
  padding: 16px 16px;
  line-height: 1;
}
.service-ul02 .service-li02 .service-p02 {
  font-size: 16px;
  font-weight: 600;
  background-color: #E5F4FF;
  padding: 16px 24px;
}
.service-ul02 .service-li02:nth-child(2) .service-h302 {
  padding: 24px 16px;
}
/* ==============================

howto

============================== */
.howto-blocks {
  background-image: url(../img/howto/howtoback.webp);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.howto-blocks .howto-items {
  padding: 40px 16px;
  display: flex;
  justify-content: center;
}
.howto-blocks .howto-items .howto-arow {
  max-width: 130px;
}
.howto-blocks .howto-items .howto-item .howto-ul .howto-li {
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.42rem;
  background: linear-gradient(180deg, rgb(41, 165, 246), rgb(13, 90, 205));
  width: 213px;
  text-align: center;
  padding: 13px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin-bottom: 40px;
  position: relative;
}
.howto-blocks .howto-items .howto-item .howto-ul .howto-li::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 80px;
  height: 16px;
  background-image: url(../img/howto/howto03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.howto-blocks .howto-items .howto-item .howto-ul .howto-li:nth-last-child(1) {
  margin-bottom: 0;
}
.howto-blocks .howto-items .howto-item .howto-ul .howto-li:nth-last-child(1)::after {
  display: none;
}
.howto-blocks .howto-women {
  width: 337px;
  margin: 0 0 0 auto;
}
.howto-blocks .howto-women .how-coments {
  background-color: #ffffff;
  line-height: 1.5;
  text-align: center;
  width: 250px;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0px 0 0;
}
.howto-blocks .howto-women .women {
  margin-top: -70px;
}

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

line-cheap

============================== */
.line-cheap-block {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.line-cheap-block .line-cheap-block01 {
  padding: 32px 0;
}
.line-cheap-block .line-cheap-block01 .line-cheaph3 {
  font-size: 30px;
  color: #4B4B4B;
  text-align: center;
}
.line-cheap-block .line-cheap-block01 .line-cheaph3 span {
  display: block;
  padding-top: 12px;
}
.line-cheap-block .line-cheap-block01 p {
  text-align: center;
  padding: 24px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.line-cheap-block .line-cheap-block03 .line-cheaph302 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background-color: #E30000;
  padding: 20px;
}
.line-cheap-block .line-cheap-block03 .line-cheaph302 span.line-h3-center {
  font-size: 23px;
}
.line-cheap-block .line-cheap-block03 .line-cheaph302 span.sopport-bottom {
  padding-bottom: 10px;
  display: block;
}
.line-cheap-block .line-cheap-block03 p {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  padding: 24px 0;
}
.line-cheap-block .line-cheap-block03 p .red {
  font-size: 25px;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul {
  padding: 0 16px;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li {
  border: solid 2px #0430BC;
  margin: 0 0 40px;
  position: relative;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li:nth-child(3) {
  margin: 0;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li:nth-child(3)::after {
  display: none;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li:nth-child(3) .line-cheap-item {
  padding: 0 10px 0 0;
  display: flex;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li:nth-child(3) .line-cheap-item .line-cheap-photo {
  width: 100px;
  margin: auto auto auto 16px;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li:nth-child(3) .line-cheap-item .ine-cheap-p {
  line-height: 1.5;
  width: 208px;
  font-size: 16px;
  padding: 16px 16px 16px 8px;
  font-weight: 600;
  color: #4B4B4B;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li::after {
  display: block;
  content: "";
  background-image: url(../img/line-cheap/linearow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 135px;
  height: 20px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li .line-top {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #F7ED00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  padding: 10px 0;
  background: linear-gradient(180deg, rgb(5, 48, 188), rgb(3, 34, 139));
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li .line-cheap-item {
  padding: 0 10px 0 0;
  display: flex;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li .line-cheap-item .line-cheap-photo {
  width: 100px;
  margin: auto auto auto 16px;
}
.line-cheap-block .line-cheap-block04 .line-cheap-ul .line-cheap-li .line-cheap-item .ine-cheap-p {
  line-height: 1.5;
  font-size: 16px;
  padding: 16px 0;
  font-weight: 600;
  color: #4B4B4B;
}
.line-cheap-block .line-cheap-block04 .line-buttons {
  padding: 32px 0;
}
.line-cheap-block .line-cheap-block04 .line-buttons .line-h3 {
  font-size: 25px;
  color: #4B4B4B;
  text-align: center;
  font-weight: 600;
  padding-bottom: 32px;
}
.line-cheap-block .line-cheap-block04 .line-buttons .buttons {
  width: 292px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(145deg, #06C755 0%, #06C755 70%, #54D47E 0%, #54D47E 0%);
}
.line-cheap-block .line-cheap-block04 .line-buttons .buttons::before {
  background-image: url(../img/button/line.webp);
  top: 12px;
}
/* ==============================

check-rist

============================== */
#check-rist {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.cheklist-top-p {
  background-color: #0530BC;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding: 32px 0 16px;
  position: relative;
  z-index: 10;
}
.cheklist-top-p p {
  position: relative;
  z-index: 10;
}
.cheklist-top-p::after {
  position: absolute;
  bottom: -60px;
  /* afterよりさらに下に配置 */
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #D3E6FF;
  z-index: -11;
  -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0, 50% 10%);
  clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 50%, 100% 0, 0% 0%);
}
.cheklist-top-p::before {
  position: absolute;
  bottom: -39px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #0530BC;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0, 50% 10%);
  clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 50%, 100% 0, 0% 0%);
}

.checklist {
  position: relative;
  padding-top: 90px;
}
.checklist::after {
  display: block;
  content: "";
  background-color: #EAF7FF;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.checklist-container {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  width: 365px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.progress-display {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.task-container {
  border-top: 1px solid #3891FA;
  padding: 20px 0px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.task-container:nth-last-child(1) {
  border-bottom: 1px solid #3891FA;
}

.task-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.task-title {
  font-size: 18px;
  font-weight: 700;
  color: #0530BC;
  line-height: 1;
}

.task-desc {
  font-size: 16px;
  color: #4B4B4B;
  font-weight: 600;
}

.checkbox-back {
  padding: 20px 0px 30px 0px;
}

.checkbox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.checkbox-label {
  font-size: 10px;
  font-weight: 700;
  color: #0530BC;
  text-align: center;
  width: 60px;
  line-height: 1;
}

input[type=checkbox] {
  width: 35px;
  height: 35px;
}

#progress-display {
  text-align: center;
  font-size: 26px;
  font-family: 700;
  background: linear-gradient(103deg, rgb(0, 98, 230), rgb(87, 145, 255) 50%, rgb(0, 75, 196));
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  line-height: 1;
  padding: 16px;
}

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

voice

============================== */
#voice {
  background-color: #E5F4FF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#voice .voice-block .voice-ul {
  padding: 24px;
}
#voice .voice-block .voice-ul .voice-li {
  margin: 0 auto 16px;
  width: 325px;
  text-align: left;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #4B4B4B;
  padding: 10px 0 10px 52px;
  border: solid 1px #3E71D1;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(180deg, rgb(255, 253, 208), rgb(255, 252, 168) 49%, rgb(255, 246, 0));
}
#voice .voice-block .voice-ul .voice-li::before {
  content: "1.";
  display: block;
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 22px;
}
#voice .voice-block .voice-ul .voice-li:nth-child(2)::before {
  content: "2.";
  display: block;
  position: absolute;
  font-size: 22px;
}
#voice .voice-block .voice-ul .voice-li:nth-child(3) {
  margin: 0 auto;
}
#voice .voice-block .voice-ul .voice-li:nth-child(3)::before {
  content: "3.";
  display: block;
  position: absolute;
  font-size: 22px;
}
#voice .voice-block .voice-ul02 {
  padding: 16px;
}
#voice .voice-block .voice-ul02 .voice-li02 {
  background-color: #FFFEDE;
  border-radius: 11px;
  padding: 24px 16px 0;
  margin: 0 0 32px;
  border: solid 1px #3E71D1;
}
#voice .voice-block .voice-ul02 .voice-li02 .voice-h3 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #297AD8;
}
#voice .voice-block .voice-ul02 .voice-li02 .voice-photo {
  margin-top: 16px;
}
#voice .voice-block .voice-ul02 .voice-li02 .voice-p {
  font-size: 16px;
  font-weight: 600;
  padding-top: 16px;
}
#voice .voice-block .voice-ul02 .voice-li02 .human-photo {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
}
#voice .voice-block .voice-ul02 .voice-li02 .human-photo .human {
  width: 98px;
}
#voice .voice-block .voice-ul02 .voice-li02 .human-photo .voice-name {
  text-align: center;
  color: #4B4B4B;
  font-size: 18px;
  font-weight: 600;
}
#voice .voice-block .voice-ul02 .voice-li02 .human-photo .voice-name p {
  margin: auto 0 0;
  padding-top: 10%;
  ertical-align: middle;
}

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

shop

============================== */
#shop {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.shop-h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4B4B4B;
  padding: 40px 0px 32px;
  margin: 0 16px;
  text-align: center;
  border-bottom: #3891FA solid 1px;
}

.shop-ul .shop-li p {
  padding: 40px 24px 32px;
  font-size: 16px;
  font-weight: 600;
}
/* ==============================

case-study

============================== */
.case-ul .case-li {
  text-align: center;
  display: block;
}
.case-ul .case-li .case-block {
  background-image: url(../img/case/caseback.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.case-ul .case-li .case-p {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 32px 0;
}
/* ==============================

スケジュール

============================== */
#schedule {
  background-color: #3E71D1;
  padding: 32px 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#schedule .more_read {
  width: 280px;
}

.schedule-block {
  padding: 16px 20px;
  background-color: #ffffff;
  border-radius: 18px;
}
.schedule-block .blue-title02 {
  padding: 10px;
  border-radius: 14px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
}
.schedule-block .blue-title02::after {
  display: none;
}
.schedule-block .scheme {
  padding: 32px 0 12px;
}
.schedule-block .scheme .scheme-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4B4B4B;
  padding-bottom: 8px;
}
.schedule-block .scheme .scheme-p {
  font-size: 16px;
  font-weight: 600;
}
.schedule-block .schedule-ul .more {
  width: 300px;
  text-align: center;
}
.schedule-block .schedule-ul .schedule-li {
  border-top: #FFB884 solid 2px;
}
.schedule-block .schedule-ul .schedule-li .schedule-h3 {
  font-size: 19px;
  color: #000000;
  padding: 27px 0 40px;
}
.schedule-block .schedule-ul .schedule-li .schedule-p {
  padding: 32px 0;
  font-size: 16px;
  font-weight: 600;
  color: #4B4B4B;
}
/* ==============================

\promise

============================== */
.promise-block {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 600;
}
.promise-block .promise-p {
  padding: 40px 24px;
}
.promise-block .promise-p .promise_photo {
  padding: 16px 0;
}
.promise-block .color-line {
  height: 40px;
}

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

\promise

============================== */
.campany_block {
  padding: 40px 0 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 600;
}

.campany-h2 {
  padding: 0 16px;
  width: 304px;
  margin: 0 auto;
}
.campany-h2 p {
  text-align: center;
  font-size: 20px;
  color: #9F9F9F;
  padding: 16px 0 0;
}

.google-map {
  line-height: 1;
}
.google-map iframe {
  width: 100%;
}

.campany-list {
  padding: 32px 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.campany-list ul li {
  display: flex;
  max-width: 470px;
  margin: 0 auto;
  line-height: 1;
  border-top: 0.5px solid #707070;
}
.campany-list ul li .list-title {
  color: #9F9F9F;
  padding: 16px 8px;
  width: 93px;
}
.campany-list ul li .list_body {
  padding: 16px 0;
}

.campany-list02 {
  padding: 0px 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.campany-list02 ul li {
  display: flex;
  max-width: 470px;
  margin: 0 auto;
  line-height: 1;
  border-top: 0.5px solid #707070;
}
.campany-list02 ul li:nth-child(1) {
  border-top: none;
}
.campany-list02 ul li:nth-child(5) {
  line-height: 1.5;
}
.campany-list02 ul li:nth-child(6) {
  line-height: 1.5;
}
.campany-list02 ul li:nth-child(7) {
  line-height: 1.5;
}
.campany-list02 ul li:nth-child(7) .list_body {
  padding: 16px 0 32px;
}
.campany-list02 ul li .list-title {
  color: #9F9F9F;
  padding: 16px 1em 8px 16px;
  width: 90px;
}
.campany-list02 ul li .list_body {
  padding: 16px 0;
}

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

Q&A

============================== */
/* 
Q&A sub
------------------------------ */
.accordionContainer {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin: 0 auto;
}

.accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  color: #333;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(5, 48, 188, 0.1);
}
.accordion:nth-child(1) .accordion_input:checked ~ .accordion_body {
  max-height: 0em;
}
.accordion:nth-child(1) .accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(0deg);
}
.accordion:nth-child(1) .accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  transform: rotate(135deg);
}

.content .more_read {
  margin: 16px auto 40px;
}
.content .accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.content .accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 0em;
  color: #333;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(5, 48, 188, 0.1);
}
.content .accordion:nth-child(1) .accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}
.content .accordion:nth-child(1) .accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(0deg);
}
.content .accordion:nth-child(1) .accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  transform: rotate(135deg);
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_label {
  position: relative;
  display: block;
  padding: 0.6em 2em 0.8em 2.8em;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(180deg, rgb(41, 165, 246), rgb(42, 115, 224));
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 50%;
  left: 12px;
  transform: translate(20%, -50%);
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1;
  z-index: 3;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #333;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(5, 48, 188, 0.1);
}

/* :checked */
.accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}

.accordion_bodyInner {
  position: relative;
  padding: 0.6em 2em 0.8em 2.8em;
  color: #4B4B4B;
  font-size: 16px;
  background-color: #FFFEE3;
  font-weight: 600;
}
.accordion_bodyInner::before {
  position: absolute;
  content: "A.";
  top: 0;
  left: 12px;
  transform: translate(0%, 50%);
  font-size: 22px;
  text-align: center;
  color: #4B4B4B;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1;
  z-index: 3;
}
.accordion_bodyInner p {
  margin: 0 0 1em;
}
.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 28%;
  right: 8px;
  display: block;
  width: 32px;
  text-align: center;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 24px;
  text-align: center;
  line-height: 0.6;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}

/* ==============================
blog
============================== */
#blog {
  background-color: #ffffff;
}
#blog ul {
  max-width: 580px;
  margin: 0 auto;
}
#blog ul li:not(:last-child) {
  border-bottom: 1px solid #a0b1eb;
}
#blog ul li a {
  display: flex;
  flex-wrap: nowrap;
  margin: 8px 15px;
  padding: 0 0 8px;
  color: #000;
}
#blog ul li a:hover {
  background: #f4fdfc;
  transition: 0.5s;
}
#blog ul li a figure {
  width: 105px;
  height: 96px;
  background: #a7a7a7;
  margin: 0;
}
#blog ul li a figure img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog ul li a div {
  flex: 1;
  margin-left: 15px;
  margin-top: -10px;
}
#blog ul li a div time {
  color: #0530BC;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}
#blog ul li a div h6 {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0;
}
#blog ul li a div p {
  margin: 0;
  font-size: 15px;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
#blog .btnPink {
  width: 345px;
  margin: 0 auto;
  background: #E30000;
  box-shadow: 0 3px 1px 1px #7B7474;
  border-radius: 4px;
}
#blog .btnPink a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#blog .blog-more {
  text-align: center;
  padding-top: 24px;
}
#blog .blog-more a {
  width: 328px;
  cursor: pointer;
  margin: 0px auto 30px;
  display: block;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  border-radius: 26px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  outline: 0;
  transition: 0.5s;
  line-height: 1;
}

/* ==============================
page
============================== */
.page {
  padding: 64px 16px;
  height: 540px;
}
.page .page-h1 {
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  margin: 0 0 24px;
  text-align: center;
  color: #ffffff;
}
.page .page-button {
  text-align: center;
  padding-top: 24px;
}
.page .page-button a {
  width: 328px;
  cursor: pointer;
  margin: 0px auto 30px;
  display: block;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  border-radius: 26px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  outline: 0;
  transition: 0.5s;
  line-height: 1;
}

/* ==============================
archive
============================== */
.archive-h2 {
  color: #333;
  font-size: 14px;
}

/* ==============================
single
============================== */
#container02 {
  position: relative;
  z-index: 10;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #container02 {
    margin: 32px auto 64px auto;
    max-width: 375px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  }
}
@media screen and (min-width: 1201px) {
  #container02 {
    margin: 32px auto 64px auto;
    max-width: 450px;
  }
}

#wapper_single {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0px 0 20px 20px;
}
#wapper_single .blue-title::after {
  display: none;
}

#article_view article ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 22px;
  color: #000000;
}
#article_view article ul li {
  padding-bottom: 8px;
}
#article_view article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 22px;
  color: #000000;
}
#article_view article ol li {
  padding-bottom: 8px;
}

#breadcrumb {
  max-width: 580px;
  margin: 0 auto;
  padding: 50px 15px 5px;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  padding: 10px 15px 5px;
}
#breadcrumb ul li ::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
#breadcrumb ul li a {
  color: #000;
}

.single-back {
  padding-top: 24px;
  text-align: center;
}
.single-back a {
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
  padding: 16px 0;
  border-radius: 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  border: solid 1px #ffffff;
  width: 312px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    padding: 0px 15px 5px;
  }
}
.single_h1 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
}

#article_view {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}
#article_view article {
  margin: 50px 0 100px;
  font-size: 16px;
}
#article_view article h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto 8px;
  position: relative;
  background: linear-gradient(135deg, #0530BC 0%, #0530BC 64%, #2660D1 0%, #2660D1 31%);
}
#article_view article p {
  color: #000;
  margin: 0 0 30px;
}
#article_view article h3 {
  font-size: 2.8rem;
  font-weight: bold;
  background: none;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  border-left: 5px solid #BEDDF5;
  padding: 0 0 0 10px;
}
#article_view article h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
}
#article_view article blockquote {
  padding: 12px;
}

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

Footer

============================== */
.footer {
  padding: 20px 0 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
    border-radius: 10px 10px 0 0;
  }
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  background: #000;
}
.footer_spFixButton ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.footer_spFixButton ul li {
  border: solid 1px #B9B9B9;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #161616;
}

#fixnav {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
#fixnav.active {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fixnav {
    width: 120px;
    bottom: 30%;
    right: 0;
  }
}
#fixnav #gotop {
  position: absolute;
  right: 0;
}
#fixnav #gotop #btn {
  width: 59px;
  margin: 10px;
}
#fixnav #navwrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap {
    position: relative;
    width: 120px;
  }
}
#fixnav #navwrap ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap ul {
    grid-template-columns: 120px;
  }
}
#fixnav #navwrap ul li {
  border: solid 1px white;
  padding: 15px 16px 13px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #06C755 0%, #06C755 70%, #54D47E 0%, #54D47E 0%);
  color: #ffffff;
}
#fixnav #navwrap ul li:nth-child(2) {
  background: linear-gradient(145deg, #33B8FF 0%, #33B8FF 70%, #64C9FF 0%, #64C9FF 0%);
}
#fixnav #navwrap ul li:nth-child(3) {
  background: linear-gradient(145deg, #EA0000 0%, #EA0000 70%, #EF3D3D 0%, #EF3D3D 0%);
}
#fixnav #navwrap ul li a {
  text-decoration: none;
  color: #ffffff;
}
#fixnav #navwrap ul li .footer__icon {
  width: 2rem;
  margin: -2px 0 -23px -1.6rem;
}
#fixnav #navwrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.27;
  margin: 0 -13px 0 8px;
  font-weight: bold;
}
#fixnav #navwrap ul li img {
  width: 100%;
}
#fixnav #navwrap ul li small {
  color: #333;
  font-size: 10px;
  display: block;
  text-align: center;
}

.footer_icon {
  width: 1.9rem;
  margin: 0 0 0 0.4rem;
}

.footer_pagetop {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 10px;
  bottom: 78px;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  font-size: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #F7ED00;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .footer_pagetop {
    width: 90px;
    height: 90px;
    font-size: 20px;
    right: 16px;
  }
}
.footer_pagetop img {
  background: none !important;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  z-index: 10;
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

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

Animetion

============================== */
.js-fadein {
  opacity: 0;
}

.is-active {
  animation: js-fadeIn 0s ease forwards;
}

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-show {
  transform: scale(0);
  /* 初期状態：縮小 */
  opacity: 0;
  /* 初期状態：透明 */
  transition: transform 0.6s ease-out, opacity 0s ease-out;
}
.u-show.is-active {
  transform: scale(1);
  /* 拡大 */
  opacity: 1;
  /* 表示 */
}

.u-show02 {
  transform: scale(0);
  /* 初期状態：縮小 */
  opacity: 0;
  /* 初期状態：透明 */
  transition: transform 0.6s ease-out, opacity 0s ease-out;
}
.u-show02.is-active {
  transform: scale(1.1);
  /* 拡大 */
  opacity: 1;
  /* 表示 */
}

.u-show03 {
  opacity: 0;
  transform: scale(0);
  /* 初期状態：縮小 */
}
.u-show03.is-active {
  animation: bounce 1.5s infinite 0.8s;
}

@keyframes bounce {
  0%, 70%, 100% {
    transform: scale(1.1);
  }
  50%, 80% {
    transform: scale(1);
  }
}
.u-blurin {
  transform: translateY(10px);
  filter: blur(30px);
}
.u-blurin.is-active {
  transition: 0.4s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: #f7ed00;
}
.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}

@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.u-underline {
  position: relative;
  display: inline-block;
}

/* img */
.u-slidein {
  position: relative;
}
.u-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #E5F4FF;
}
.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.u-fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fadeup:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fadeup:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fadeup:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fadeup:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}

.is-active.-delay06 {
  transition-delay: 0.6s;
}/*# sourceMappingURL=style.css.map */