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

目次

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

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #606060;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  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;
}

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

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

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

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

Header

============================== */
.header {
  position: fixed;
  width: 100%;
  background-color: white;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.16);
  z-index: 30;
}

.headerContainer {
  display: grid;
  grid-template-columns: 46px auto 150px 60px;
  grid-template-rows: 50px;
  grid-template-areas: "headerLogo site_name headerForm headerNav";
  align-items: center;
  background: white;
}

@media screen and (min-width: 768px) {
  .headerContainer {
    grid-template-areas: "headerLogo site_name  headerNav headerForm";
    align-items: center;
    grid-template-columns: 56px 121px auto auto;
    padding: 16px;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .headerContainer {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.headerFormButton {
  width: 160px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 0px;
}

.headerFormButton a {
  background-color: #008B36;
  font-size: 1.5rem;
  color: white;
  padding: 0 10px;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .headerFormButton a {
    margin-top: 0;
  }
}
.headerLogo {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 36px;
}

.headerLogo img {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .headerLogo {
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .headerLogo img {
    width: 40px;
    height: 40px;
    margin-top: -4px;
  }
}
.headerSiteName {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: headerSiteName;
  margin-top: -16px;
  font-size: 1.5rem;
  color: #41C790;
}

.headerSiteName a {
  color: #008B36;
}

.site_name:hover {
  opacity: 0.7;
}

.headerSiteName_p {
  font-size: 1rem;
  color: #008B36;
}

.headerSiteName_p a {
  color: #008B36;
}

@media screen and (max-width: 320px) {
  .headerSiteName {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .headerSiteName {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .headerSiteName {
    font-size: 2rem;
  }
}
.headerNav {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: headerNav;
  padding-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .headerNav {
    padding-top: 0;
  }
}
/* Hack for IE11 */
@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
  *::-ms-backdrop, .headerNav {
    transform: translateY(-45px);
  }
}
/* Hack for Safari */
@media screen and (min-width: 768px) {
  _:lang(x) + _:-webkit-full-screen-document, .headerNav {
    transform: translateY(-45px);
  }
}
.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;
}

.headerNav_items.-open {
  width: 100%;
  height: calc(100vh - 75px);
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }
}
.headerNav_item {
  width: calc(100% - 150px);
  margin: 0 auto;
  border-bottom: 1px solid #ffd0d0;
}

@media screen and (min-width: 768px) {
  .headerNav_item {
    width: 7.5em;
    font-size: 0.8em;
    margin: 0.2em 0.5em;
    line-height: 1;
    border-bottom: none;
  }
  .headerNav_item:first-child {
    margin-top: 0;
    border-top: none;
  }
  .headerNav_item.-pcNarrow {
    width: 4em;
  }
}
@media screen and (min-width: 960px) {
  .headerNav_item {
    width: 8em;
    margin-right: 0.8em;
    margin-left: 0.8em;
  }
  .headerNav_item.-pcNarrow {
    width: 6em;
  }
}
.headerNav_item a {
  position: relative;
  display: block;
  padding: 10px 1em 10px;
  color: #FF417D;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item a {
    display: inline-block;
    padding: 0;
    font-size: 1rem;
    text-align: left;
  }
  .headerNav_item a::before {
    content: none;
  }
}
.headerNav_button {
  display: block;
  padding: 0 14px;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .headerNav_button {
    display: none;
  }
}
.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 40px;
  height: 2px;
  background: #707070;
  transition: all 0.3s ease;
}

.headerNav_buttonLine:before {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #707070;
  transition: all 0.3s ease;
}

.headerNav_buttonLine:after {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #707070;
  transition: all 0.3s ease;
}

.headerNav_buttonLine.-close {
  transform: translateY(7px) rotate(30deg);
}

.headerNav_buttonLine.-close:before {
  opacity: 0;
}

.headerNav_buttonLine.-close:after {
  transform: translateY(-9px) rotate(-60deg);
}

.headerSNS_sp {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .headerSNS_sp {
    display: none;
  }
}
.headerSNS_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .headerSNS_pc {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.headerSNS_items {
  display: flex;
  justify-content: center;
}

.headerSNS_item {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .headerSNS_item a:hover {
    opacity: 0.7;
  }
}
/* ==============================

wrapper hero

============================== */
.hero {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .hero {
    margin-left: auto;
  }
}
.hero .mainphoto {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .hero .mainphoto {
    margin-top: 0;
    width: 60%;
    margin-left: 40%;
    padding-top: 70px;
  }
}
.hero .mainphoto_deco {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .hero .mainphoto_deco {
    display: none;
  }
}
.mainphoto_deco2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainphoto_deco2 {
    display: block;
    position: absolute;
    width: 97%;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 13;
  }
}
@media screen and (min-width: 960px) {
  .mainphoto_deco2 {
    width: 100%;
    top: 340px;
  }
}
.hero_messages {
  text-align: center;
  padding: 0px 10px;
  font-family: Hiragino Mincho Pro;
  width: 88%;
  height: auto;
  color: black;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 31px;
  z-index: 10;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  line-height: 48px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

@media screen and (min-width: 768px) {
  .hero_messages {
    width: 400px;
    top: 220px;
    left: 30%;
    font-size: 3.5rem;
    letter-spacing: 4px;
    padding: 25px 10px;
    height: 140px;
  }
}
@media screen and (min-width: 960px) {
  .hero_messages {
    font-size: 4.5rem;
    width: 450px;
    left: 33%;
    height: 160px;
  }
}
.hero_message1 {
  padding-bottom: 8px;
  border-bottom: solid 1px;
}

.hero_message2 {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .hero_message2 {
    line-height: 2;
  }
}
.hero_message1 span {
  color: #41C790;
}

.sumai {
  color: #FF9300;
}

.sub_message {
  position: absolute;
  top: 210px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sub_message {
    position: absolute;
    top: 350px;
    left: 29%;
  }
}
.sub_message .sub_message1 {
  font-family: Hiragino Mincho Pro;
  font-size: 2rem;
  color: #000000;
  line-height: 15px;
}

@media screen and (min-width: 768px) {
  .sub_message .sub_message1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  .sub_message {
    top: 400px;
    left: 34%;
  }
  .sub_message .sub_message1 {
    font-size: 3rem;
  }
}
.Gold_message {
  color: #000000;
  font-family: Hiragino Mincho Pro;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  bottom: 19%;
  right: 3%;
  line-height: 1.5;
  text-align: center;
  padding: 0px 15px;
  border-radius: 50% 50% 50% 50%;
  background: linear-gradient(0.25turn, #FFF845, 2%, #FFFDEB, #FFEF33);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

@media screen and (min-width: 768px) {
  .Gold_message {
    line-height: 35px;
    width: 220px;
    bottom: 160px;
    line-height: 25px;
  }
}
.Gold_message .Gold_message1 .jisseki {
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .Gold_message .Gold_message1 .jisseki {
    font-size: 30px;
  }
}
.Gold_message .Gold_message1 .thousand {
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .Gold_message .Gold_message1 .thousand {
    font-size: 30px;
  }
  .Gold_message .Gold_message1 .kenijo {
    font-size: 15px;
  }
}
.Gold_message .Gold_message1 .kenijo {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .Gold_message .Gold_message1 .kenijo {
    font-size: 20px;
  }
}
.White_message {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .White_message {
    font-size: 30px;
    position: relative;
    margin-top: 0;
    z-index: 20;
    background-color: #ffffff;
  }
}
.White_message1 {
  color: #000000;
  padding-bottom: 16px;
}

.White_message1 .red {
  color: #D32A2A;
}

.White_message1 .green {
  color: #41C790;
}

/*
support
------------------------------ */
.outlineReasons {
  width: 100%;
  background-color: #B4DED0;
  padding-top: 48px;
}

.outlineReasons_items {
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .outlineReasons_items {
    margin: 0 auto;
    width: 100%;
    max-width: calc(100% - (56% - 170px));
  }
}
@media screen and (min-width: 768px) {
  .outlineReasons_items {
    width: 100%;
    max-width: calc(100% - (56% - 15.45vw));
  }
}
.outlineReasons_item {
  position: relative;
  width: 292px;
  background-color: #ffffff;
  margin: 0 auto 32px auto;
  padding: 8px 0 8px 40px;
  font-size: 21px;
  line-height: 1.5;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
}

@media screen and (min-width: 768px) {
  .outlineReasons_item {
    padding: 10px 40px;
    position: relative;
    width: 500px;
    margin: 0 auto 32px auto;
  }
}
.outlineReasons_item .numbers {
  font-size: 25px;
  position: absolute;
  text-align: center;
  background-color: #30B77F;
  left: -30px;
  top: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  color: #ffffff;
  font-family: Hiragino Mincho Pro;
}

@media screen and (min-width: 768px) {
  .outlineReasons_item .numbers {
    color: #ffffff;
    border-radius: 50%;
    background-color: #30B77F;
    position: absolute;
    left: -25px;
    top: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 31px;
  }
}
.outlineReasons_itemInner {
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .outlineReasons_itemInner {
    font-size: 1.3em;
  }
}
.-strong {
  color: #FF9300;
}

.outlineMessage_text {
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  color: #000000;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 40px auto;
  border-radius: 50px;
  background: white;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
}
.outlineMessage_text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.example_cased {
  max-width: 300px;
  border-radius: 50px;
  padding: 10px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 48px auto 0;
  height: auto;
  background-color: #ffffff;
}
.example_cased::before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  border-top: 19px solid white;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
  right: 64px;
  bottom: -28px;
}

@media screen and (min-width: 768px) {
  .example_cased {
    width: 400px;
    margin: 20px auto;
  }
}
.outlineMessage_strong {
  color: #FFA62C;
}

.outlineMessage_photo {
  width: 192px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .outlineMessage_photo {
    width: 248px;
  }
}
/*
troble
------------------------------ */
.troble {
  font-family: Hiragino Mincho Pro;
  position: relative;
  z-index: 10;
  margin-top: 48px;
}

.troble_items {
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .troble_items {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .troble_items {
    max-width: 960px;
    margin: 0 auto;
  }
}
.troble_item {
  position: relative;
  margin: 100px auto 40px;
  width: 333px;
  border: solid 1px;
}

@media screen and (min-width: 768px) {
  .troble_item {
    width: 30%;
    line-height: 1;
  }
}
@media screen and (min-width: 900px) {
  .troble_item {
    width: 270px;
  }
}
.troble_itemNum {
  padding: 24px 14px;
  background-color: #FF9300;
  color: #ffffff;
  position: absolute;
  z-index: 20;
  text-align: center;
  border-radius: 50%;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .troble_itemNum {
    max-width: 100px;
    border-radius: 50%;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.troble_itemText {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  color: #000000;
}

.troble_itemText .Text_orange {
  color: #FF9300;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

.troble_itemText .text_underline {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

@media screen and (min-width: 768px) {
  .troble_itemText {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .troble_itemPhoto {
    border-block-width: 8px;
  }
}
.troble_solution {
  position: relative;
  padding: 48px 0 0;
  text-align: center;
}
.troble_solution .family_photo {
  max-width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .troble_solution::before {
    width: 700px;
    height: 380px;
  }
  .troble_solution::after {
    bottom: 24px;
    width: 700px;
    height: 400px;
  }
  .troble_solution::before {
    top: 30px;
    width: 715px;
    height: 248px;
    background-image: url(../img/trouble_solution_confetti01_pc.svg);
    background-size: contain;
  }
  .troble_solution::after {
    bottom: 0;
    width: 636px;
    height: 345px;
    transform: translateX(-50%);
    background-image: url(../img/trouble_solution_confetti02_pc.svg);
    background-size: contain;
  }
}
.troble_solutionText {
  position: relative;
  display: table;
  margin: 30px auto;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.troble_solutionText .orange_Text {
  color: #FF9300;
}

.troble_solutionText.-decText::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -1em;
  content: "";
  z-index: 1;
  width: 1px;
  height: 2em;
  transform: rotate(-18deg);
  background: #000000;
}

.troble_solutionText.-decText::after {
  position: absolute;
  top: auto;
  right: -1em;
  bottom: 0;
  left: auto;
  content: "";
  z-index: 1;
  width: 1px;
  height: 2em;
  transform: rotate(18deg);
  background: #000000;
}

@media screen and (min-width: 768px) {
  .troble_solutionText {
    font-size: 3.4rem;
  }
}
.troble_solutionText1 {
  background-color: #30B77F;
  padding: 8px 2px;
  line-height: 1;
  color: #ffffff;
  border-radius: 30px;
  margin: 32px auto 16px;
  text-align: center;
  width: 250px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.042;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.troble_solutionText1 span {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .troble_solutionText1 {
    width: 360px;
    font-size: 1.5em;
  }
}
.troble_solutionText2 {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.troble_solutionText3 {
  font-size: 17px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.troble_solutionText2 .text_underline {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

.troble_solutionText3 .text_underline {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

.nextArrow {
  margin: 32px auto 16px;
  line-height: 1;
  text-align: center;
  width: 64px;
}

@media screen and (min-width: 768px) {
  .nextArrow {
    margin: 16px auto 16px;
    width: 120px;
  }
}
.telInfo {
  position: relative;
  margin: 0 auto;
  width: 339px;
  padding-bottom: 48px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .telInfo {
    width: 440px;
  }
}

.telInfo_houers {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .telInfo_houers {
    width: 440px;
    margin: 0 auto;
  }
}
.telInfo_houersMessage {
  font-family: Noto Sans CJK JP;
  font-size: 30px;
  line-height: 1;
}

.telInfo_houersMessage::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1em;
  content: "";
  z-index: 1;
  width: 2px;
  height: 2em;
  transform: rotate(-18deg);
  background: #000000;
}

.telInfo_houersMessage::after {
  position: absolute;
  top: auto;
  right: 1em;
  bottom: 0;
  left: auto;
  content: "";
  z-index: 1;
  width: 2px;
  height: 2em;
  transform: rotate(18deg);
  background: #000000;
}

@media screen and (min-width: 768px) {
  .troble_solutionText {
    font-size: 3.4rem;
  }
}
.telInfo_houersBusiness {
  font-size: 13px;
  font-family: Noto Sans CJK JP;
}

.hours {
  font-size: 19px;
}

.telInfo_houersBusiness2 {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
}

.green_text {
  color: #339D8D;
}

.green_text_strong {
  font-size: 19px;
}

.telInfo_houersBusiness.hours {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .telInfo_houersBusiness {
    font-size: 1.8rem;
  }
  .telInfo_houersBusiness span {
    font-size: 2.4rem;
  }
}
.telinfo_number {
  font-family: Noto Sans CJK JP;
  position: relative;
  padding: 10px 0 16px;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  background: #FFA62C;
}
.telinfo_number:hover {
  opacity: 0.5;
}

.telinfo_number::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(./img/ico_tel.png) no-repeat 0 0;
  background-size: contain;
}

.telinfo_number a {
  color: white;
}

@media screen and (min-width: 768px) {
  .telinfo_number {
    width: 440px;
    margin: 0 auto;
    font-size: 3.8rem;
    margin-top: 20px;
  }
  .telinfo_number::before {
    width: 40px;
    height: 40px;
  }
}
/* ==============================

contents common

============================== */
.cntContainer {
  position: relative;
}

.cntBlock {
  position: relative;
}

.cntBlock.-noGrdLine {
  padding-bottom: 0;
}

.cntBlock.-noGrdLine::after {
  content: none;
}

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

reason

============================== */
.cntHeding {
  position: relative;
  padding-top: 2.4em;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 120px auto;
}

@media screen and (min-width: 768px) {
  .cntHeding {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 64px;
    background-size: 45px auto;
  }
}
.heding_dec {
  position: absolute;
  width: 286px;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .heding_dec {
    width: 60%;
  }
}
.heding_ja {
  display: block;
  margin: 2em 0 0.5em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #339D8D;
  letter-spacing: 0.1em;
  font-family: Hiragino Mincho Pro;
}

@media screen and (min-width: 768px) {
  .heding_ja {
    font-size: 4rem;
  }
}
.heding_en {
  display: block;
  font-size: 8px;
  font-weight: normal;
  line-height: 1.3;
  color: #339D8D;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .heding_en {
    font-size: 2.9rem;
  }
}
.inner2 p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

.inner2 .cntHeding {
  margin-top: 0;
}

#gohome {
  margin: 30px auto;
  max-width: 180px;
}

#gohome a {
  background-color: #339D8D;
  color: #ffffff;
  margin-top: 50px;
  padding: 0.5em 2em;
  border-radius: 5px;
  font-size: 18px;
}

.reason {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .reason {
    max-width: 960px;
    margin: 0 auto;
  }
}

.reasonbackground {
  background-image: url(./img/trouble_bg_pc4.png);
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 32px;
}

.reason_items {
  position: relative;
}

.reason_item {
  width: 80%;
  margin: 32px auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
}

@media screen and (min-width: 960px) {
  .reason_item {
    width: 640px;
  }
}
.reason_itemHeding {
  padding: 10px 0;
  width: 100%;
  margin: 0;
  text-align: center;
  display: table;
  background-color: #3CBEB4;
  line-height: 1.5;
  color: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: -5px;
}

.reason_itemHeding_number {
  text-align: center;
  font-size: 50px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .reason_itemHeding {
    width: 640px;
  }
  .reason_itemHeding_number {
    margin-top: 0;
  }
}
.reason_itemHedingText {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .reason_itemHedingText {
    font-size: 2.3rem;
  }
  .reason_itemHedingText.-strong {
    font-size: 2.8rem;
  }
}
.reason_itemBodyText p {
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 16px 18px 32px 18px;
  background-color: #ffffff;
}

.reason_itemBodyText p span {
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

@media screen and (min-width: 768px) {
  .reason_itemBodyText {
    width: 640px;
    margin: 0 auto 30px;
  }
}
.reason_deso2 {
  margin: 0 auto;
  width: 80%;
}

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

okabeman

============================== */
.oakabeman {
  width: 100%;
  max-width: 768px;
  padding-top: 48px;
  margin: 0 auto;
  text-align: center;
  font-family: Hiragino Mincho Pro;
  color: #000000;
}

.micchaku {
  background-image: url(./img/okabeman_dec2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: inherit;
}

@media screen and (min-width: 768px) {
  .micchaku {
    font-size: 20px;
    background-size: contain;
  }
}
.micchaku .okyaku {
  color: #FFA429;
}

.anshin {
  background: linear-gradient(transparent 50%, #FFFF45 0%);
}

.man {
  width: 270px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .man {
    margin: 0 auto;
  }
}
/* ==============================

example

============================== */
#example {
  background-color: #B4DED0;
  padding-top: 48px;
}

.okyaku_youbo {
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px 30px;
  width: 200Px;
  border-radius: 50%;
  background: linear-gradient(0.25turn, #FFF845, 2%, #FFFDEB, #FFEF33);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.example_cases {
  position: relative;
  width: 335px;
  margin: 0 auto;
}

.example_case {
  border-radius: 20px;
  padding: 10px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  color: #000000;
  font-family: Hiragino Mincho Pro;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 48px auto 0;
  height: auto;
  background-color: #ffffff;
}
.example_case::before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  border-top: 19px solid white;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
  right: 64px;
  bottom: -28px;
}
.example_case:nth-child(2)::before {
  position: absolute;
  content: "";
  border: 9px solid transparent;
  border-top: 19px solid white;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
  right: 260px;
  bottom: -28px;
}
.example_case:nth-child(3) {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .example_cases {
    width: 768px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .example_case {
    width: 360px;
    margin: 20px auto;
  }
}
.example_case .tevt_orange {
  color: #FF9300;
}

.example_mans {
  width: 232px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fukidashi3::before {
    right: 80%;
  }
  .example_mans {
    width: 300px;
  }
}
/* ==============================

sorvice

============================== */
.sorvice {
  background-color: #6CC3CB;
  height: auto;
  padding: 40px 11px 48px;
}

@media screen and (min-width: 768px) {
  .sorvice {
    padding-top: 3em;
  }
}
.white_back {
  background-color: #ffffff;
  max-width: 960px;
  margin: 0 auto;
}

.cntHeding2 {
  margin: 0;
  padding-bottom: 40px;
}

.sorvice .heding_ja2 {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-image: url(./img/sorvice_h2dec.png);
  background-repeat: no-repeat;
  background-size: 11em auto;
  background-position: top 8px center;
  font-family: Hiragino Mincho Pro;
}

.sorvice_case {
  margin: 0 28px;
  color: #000000;
  max-width: 768px;
}

.sorvice_cases {
  padding: 32px 0 0;
  margin: 0 auto;
  max-width: 480px;
}

@media screen and (min-width: 768px) {
  .sorvice_cases {
    display: flex;
    max-width: 960px;
    padding: 32px 16px 0;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
.sorvice_case:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sorvice_case {
    margin: 0 auto;
    width: 297px;
  }
}
.sorvice_caseImage {
  position: relative;
}
.sorvice_caseText p {
  font-size: 17px;
  text-align: left;
  margin: 0 auto;
  margin: 16px 0 32px;
  font-weight: bold;
  letter-spacing: 0.042em;
}

.sorvice_caseHeding {
  line-height: 1;
  padding: 24px 0 16px;
  margin: 0;
  font-size: 22px;
  color: #000000;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FF9300;
}

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

various_sorvice

============================== */
.various_sorvice {
  padding: 82px 0 48px;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.various_sorvice_h2 {
  font-size: 22px;
  width: 275px;
  line-height: 1.5;
  background-color: #FFA62C;
  margin: 0 auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #ffffff;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .various_sorvice_h2 {
    width: 500px;
  }
}
.various_sorvice_h2::before {
  content: "";
  width: 157.5px;
  bottom: 58px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  border-bottom: 34px solid #FFA62C;
  border-left: 138px solid transparent;
  border-right: 138px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .various_sorvice_h2::before {
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
  }
}
.various_sorvice_cases {
  position: relative;
  background-color: #FFBE65;
}
@media screen and (min-width: 768px) {
  .various_sorvice_cases {
    max-width: 768px;
    margin: 20px auto 0;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .various_sorvice_cases {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.various_sorvice_case {
  margin: 20px auto 20px;
  background-color: #ffffff;
  max-width: 480px;
}

.various_sorvice_case:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .various_sorvice_case {
    width: 348px;
  }
}
@media screen and (min-width: 960px) {
  .various_sorvice_case {
    width: 456px;
  }
}
.various_sorvice_caseImage {
  position: relative;
}

@media screen and (min-width: 768px) {
  .various_sorvice_caseImage::before {
    width: 100%;
    transform: translateX(0);
  }
}
.various_sorvice_caseText p {
  padding: 0 12px 32px;
}
.various_sorvice_caseText p:last-child {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .various_sorvice_caseText p {
    padding: 0 20px;
  }
}
.various_sorvice_caseHeding {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #FFBE65;
}

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

.voice

============================== */
.voice {
  background-color: #B4DED0;
  color: #339D8D;
}

.voice_image {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .voice_image {
    max-width: 768px;
    margin: 0 auto;
  }
}
.heding_ja4 {
  background-color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  border: solid 1px #339D8D;
  color: #339D8D;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
}

.voice_list {
  position: relative;
  padding: 40px 0 48px;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice_list {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0 64px;
    max-width: 768px;
  }
}

.voice_listItem {
  max-width: 322px;
  font-size: 17px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: solid 1px #339D8D;
  background: white;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.161));
}
.voice_listItem:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .voice_listItem {
    margin: 0 auto;
    font-size: 16px;
    width: 240px;
  }
}

.voice_listText {
  color: #339D8D;
  font-family: Hiragino Kaku Gothic Pro;
  letter-spacing: 0.013em;
  border-bottom: 1px solid #FF9300;
  font-weight: 700;
  margin: 20px 20px 16px;
  padding-bottom: 16px;
  display: inline-block;
  width: 279px;
  line-height: 1.529;
}
@media screen and (min-width: 768px) {
  .voice_listText {
    margin: 10px 10px 16px;
    width: auto;
  }
}

.voice_listMeta {
  color: #339D8D;
  margin: 0 16px 16px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .voice_listMeta {
    margin: 0px 0 16px;
  }
}

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

.solution_example

============================== */
.solution_example {
  color: #000000;
  margin: 48px 32px 0;
}

@media screen and (min-width: 768px) {
  .solution_example {
    width: 768px;
    margin: 0 auto;
    padding: 64px 0 0;
  }
}
.solution_example .solution_example_h2 {
  font-family: Hiragino Mincho Pro;
  margin: 0 3.3em;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  width: 250px;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 2em;
}

.h2_up {
  border-bottom: solid 1px #FF9300;
  line-height: 60px;
  padding-bottom: 10px;
  margin-top: 4em;
}

.h2_down {
  padding-top: 10px;
  margin: 0;
  margin-bottom: 3em;
}

.solution_example_p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 30px;
}

.solution_example_p p {
  margin-bottom: 20px;
}

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

.okabe_five

============================== */
.okabe_five {
  background-color: #B4DED0;
  padding: 48px 0;
}

.five {
  background-color: #ffffff;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .five {
    width: 768px;
  }
}
.okabefiveitems_border {
  margin: 0 auto;
  border: 1px solid #000000;
  border-radius: 30px;
}

.okabefive_h2 {
  text-align: center;
  padding-top: 40px;
  font-size: 21px;
  font-family: Hiragino Mincho Pro;
  color: #000000;
}

.okabefiveitems {
  padding: 15px;
}

.okabefiveitem {
  color: #000000;
  border-bottom: solid 1px #707070;
  font-family: Hiragino Mincho Pro;
  font-size: 17px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .okabefiveitem {
    font-size: 20px;
  }
}
.noneunder {
  border: none;
}

.okabefiveitems span {
  background: linear-gradient(transparent 60%, #FFFF45 0%);
}

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

.daihyo_message

============================== */
.daihyo_message {
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.okabe_message_h2, .okabe_question_h2, .okabe_company_h2, .okabe_contact_h2 {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #000000;
  padding: 2em 0;
  line-height: 20px;
}

.okabe_logo_pic {
  width: 60px;
  margin: 0 auto;
}

.okabe_title_p {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 20px;
}

.daihyo_comments {
  background-color: #FFFCE2;
}

.yellow_back {
  width: 330px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .yellow_back {
    width: 768px;
  }
}
.bordernone {
  font-weight: bold;
  font-size: 19px;
  padding: 10px 0;
}

.daihyo_comments .border {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: solid 1px;
}

.okabe_picture {
  text-align: right;
  color: #000000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .okabe_picture {
    width: 540px;
    margin: 0 auto;
  }
}

.company_names {
  padding-right: 20px;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 20px;
}

.company_name {
  border-bottom: 1px solid #F09837;
  font-size: 17px;
  margin-top: 0;
  padding-bottom: 7px;
}

.company {
  font-size: 12px;
}

.okabe_names {
  font-size: 13px;
}

.names {
  font-size: 16px;
}

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

.question

============================== */
.question_items {
  background-color: #B4DED0;
  padding: 20px 0;
}

.question_item {
  width: 330px;
  border: solid 1px #60AD92;
  margin: 50px auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .question_item {
    width: 600px;
  }
}
.question_itemQ {
  font-size: 17px;
  font-weight: bold;
  padding: 15px;
  padding-left: 30px;
  color: #ffffff;
  background-color: #60AD92;
  margin: 0;
  padding-left: 40px;
}

.question_itemQ::before {
  content: "Q.";
  position: absolute;
  left: 10px;
}

.question_itemA {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  background-color: #FDFFE2;
  color: #000000;
  margin: 0;
  padding: 20px;
  padding-left: 40px;
}

.question_itemA::before {
  content: "A.";
  position: absolute;
  left: 10px;
}

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

.siko_jirei

============================== */
.seko_jirei {
  margin: 0 auto;
  padding: 64px 0;
}
.seko_jirei .seko_jirei_h2 {
  text-align: center;
  line-height: 1;
  margin-top: 8px;
  color: #121212;
  font-size: 20px;
}
.seko_jirei .seko_jirei_items {
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  .seko_jirei .seko_jirei_items {
    display: flex;
    width: 768px;
  }
}
.seko_jirei .seko_jirei_items .seko_jirei_item {
  margin: 40px auto 0;
  width: 330px;
}
@media screen and (min-width: 768px) {
  .seko_jirei .seko_jirei_items .seko_jirei_item {
    margin: 0 auto;
  }
}
.seko_jirei .seko_jirei_items .seko_jirei_item:first-child {
  margin: 0 auto 0;
}
.seko_jirei .seko_jirei_items .seko_jirei_item .jirei_comment_a {
  text-align: center;
}
.seko_jirei .seko_jirei_items .seko_jirei_item .jirei_comment_a a {
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #41C790;
}

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

company_Blok

============================== */
#contact {
  position: relative;
}

.contact_title {
  padding-top: 8em;
}

.okabe_contact_h2::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  z-index: 10;
  width: 100%;
  height: 50px;
  background-color: #B4DED0;
  background-size: 200% auto;
}

.okabe_contact_h2 {
  width: 100%;
}

.campany_outline {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .campany_outline {
    width: 768px;
    margin: 0 auto;
  }
}
.campany_outlineHeding {
  position: relative;
  width: 7em;
  padding: 1em 1.5em;
  font-weight: 700;
}

.campany_outlineHeding:not(:nth-last-of-type(1))::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100vw;
  height: 1px;
  background: #707070;
}

@media screen and (min-width: 768px) {
  .campany_outlineHeding {
    padding-left: 16em;
    width: 22em;
  }
  .campany_outlineHeding:not(:nth-last-of-type(1))::before {
    width: 768px;
    background: #D9D9D9;
  }
}
.campany_outlineBody {
  width: calc(100% - 7em);
  margin: 0;
  padding: 1em 1.5em 1em 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .campany_outlineBody {
    width: calc(100% - 22em);
  }
}
@media screen and (min-width: 960px) {
  .campany_outlineBody {
    width: calc(100% - 23em);
  }
}

.campany_map {
  position: relative;
  margin: -1em 0;
  height: 400px;
  overflow: hidden;
}

.campany_map iframe {
  position: absolute;
  top: -175px;
  width: 100%;
  height: 700px;
}

@media screen and (min-width: 768px) {
  .campany_map {
    height: 400px;
  }
  .campany_map iframe {
    top: -200px;
    height: 800px;
  }
}
@media screen and (min-width: 768px) {
  .campany_map {
    width: 768px;
    margin: 0.3em auto;
  }
}
/* ==============================

footer

============================== */
footer {
  background-color: #339D8D;
  padding-top: 40px;
}

.footer_block {
  max-width: 768px;
  margin: 0 32px;
}

@media screen and (min-width: 768px) {
  .footer_block {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px;
  }
}
.footer_block {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footerNav_items {
    display: flex;
    flex-wrap: wrap;
  }
}
.footerNav_item a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footerNav_item a {
    font-size: 12px;
    margin: 0 8px;
  }
}

.footer_names {
  padding-bottom: 5em;
  color: #ffffff;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer_names {
    margin-top: 32px;
  }
}

.footerh2 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .footerh2 {
    margin-top: 32px;
  }
}

.footer_access {
  font-size: 18px;
  color: #ffffff;
}

.yubin_number {
  font-size: 13px;
}

.footerunder {
  padding-bottom: 3px;
  border-bottom: solid 1px #ffffff;
}

.footer_pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 5px;
  bottom: 99px;
  width: 60px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .footer_pagetop {
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer_pagetop:hover {
    opacity: 0.7;
  }
}
.footer_fixButtons {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1px;
  background: white;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .footer_fixButtons {
    top: 220px;
    right: 0;
    bottom: auto;
    width: 70px;
    background: none;
  }
}
.footer_fixButtonItems {
  display: flex;
}

@media screen and (min-width: 480px) {
  .footer_fixButtonItems {
    display: none;
  }
}
.footer_fixButtonItem {
  display: block;
  width: 50%;
  color: #fff;
  text-align: center;
  border: 1px solid white;
}

.footer_fixButtonItem:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .footer_fixButtonItem {
    width: 100%;
  }
}
/* ==============================

Animetion

============================== */
.sub_message {
  opacity: 0;
}

.sub_message.is-active {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.3s;
}

.Gold_message {
  opacity: 0;
}

.Gold_message.is-active {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.3s;
}

/* TOP Voice */
.voice_listItem {
  opacity: 0;
  transform-origin: 0 100%;
}

.voice_listItem.is-active {
  opacity: 1;
  transition: 0.6s ease-in-out;
}

/* fade in */
.u-fadein {
  opacity: 0;
  transform: translateY(60px);
}

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

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

/* list in */
.u-listin {
  opacity: 0;
  transform: scale(0, 0.5) translateY(10px);
}

.u-listin.is-active {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
  transition: 0.3s;
}

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

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

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

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

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

/* scale in */
.u-scalein {
  opacity: 0;
  transform: scale(0, 0.3) translateY(60px);
}

.u-scalein.is-active {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
  transition: 0.6s cubic-bezier(0.37, 0.36, 0.38, 1.565);
}

/* blur in */
.u-blurin {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(30px);
}

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

/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}

.u-underline::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(255, 208, 208, 0.36);
}

.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}
@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 0.4em);
  }
}
/* img */
.u-slidein {
  position: relative;
}

.u-slidein::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1;
  left: 0;
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #FFD0D0;
}

.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* グラデーション 背景 */
@keyframes grdMoveOtoG {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes grdMoveGtoO {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

h3.w100 {
  display: flex;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-bottom: 20px;
}

h3.w100 p {
  max-width: 750px;
  width: calc(100% - 60px);
  min-height: 154px;
  font-size: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
  background: url(./img/h3_ribbon.webp) no-repeat center top;
  background-size: 100% 100%;
}

h3.w100 .ribbonL {
  flex: 1;
  min-height: 46px;
  margin-right: -74px;
  background: url(./img/h3_ribbon_back.webp) no-repeat bottom;
}

h3.w100 .ribbonR {
  flex: 1;
  min-height: 46px;
  margin-left: -74px;
  background: url(./img/h3_ribbon_back.webp) no-repeat bottom;
}

.stroke {
  color: #3E3A39;
  -webkit-text-stroke-width: 6px;
  position: relative;
  margin: 0;
}

.hemming {
  -webkit-text-stroke: 1px #3E3A39;
  position: absolute;
}

.yellow {
  -webkit-text-stroke-color: #FCD234;
}

.white {
  -webkit-text-stroke-color: #FFF;
}

@media screen and (max-width: 896px) {
  h3.w100 p {
    max-width: initial;
    min-height: initial;
    width: 100%;
    height: 154px;
    background: url(./img/h3_ribbon.webp) no-repeat center top;
    background-size: 100% 100%;
  }
  h3.w100 .ribbonL, h3.w100 .ribbonR {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  h3.w100 p {
    height: auto;
    background: none;
    font-size: 2.1rem;
    padding: 16px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .webp h3.w100 {
    display: flex;
    background: url(./img/h3_ribbon.webp) no-repeat center top;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 600px) {
  h3.w100 {
    display: flex;
    background: url(./img/h3_ribbon.webp) no-repeat center top;
    background-size: 100% 100%;
    line-height: 1;
  }
}
.stroke {
  color: #3E3A39;
  -webkit-text-stroke-width: 6px;
  position: relative;
  margin: 0;
}

.hemming {
  -webkit-text-stroke: 1px #3E3A39;
  position: absolute;
}

.yellow {
  -webkit-text-stroke-color: #FCD234;
}

.white {
  -webkit-text-stroke-color: #FFF;
}

-------------- header -------------- #menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  background: rgba(86, 156, 41, 0.95);
  background-image: url(/img/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 500;
  transition: 0.3s;
}

#menu.active {
  display: block;
  top: 0;
  transition: 0.3s;
}

#menu.active ul {
  max-width: 350px;
  margin: 180px auto 0;
}

#menu.active ul li {
  margin-bottom: 30px;
  text-align: center;
}

#menu.active ul li a {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
}

/* -------------- main -------------- */
main {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
}

#hero {
  padding: 15px 30px 45px;
  font-family: "SourceHanSansJP-Heavy";
}

#hero #heroBox {
  background: url(../img/green_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
}

#hero #heroBox h2 {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  text-align: center;
  color: #FFF;
  background: url(../img/h2.png) no-repeat;
  background-size: cover;
  padding: 16px 0;
  margin-bottom: 16px;
}

#hero #heroBox h2 .textUp {
  font-size: 2.9rem;
}

#hero #heroBox h2 p {
  font-size: 3.6rem;
}

#hero #heroBox #heroWrap p {
  font-size: 5.4rem;
  padding: 10px 30px 25px;
  background: url(../img/hero_head.png) no-repeat;
  background-size: 100% 100%;
  width: calc(100% + 20px);
  margin-left: -10px;
}

#hero #heroBox #heroWrap #heroText {
  position: relative;
}

#hero #heroBox #heroWrap #heroText #textImage {
  max-width: 765px;
  padding-left: 30px;
  position: relative;
}

#hero #heroBox #heroWrap #heroText #figureFlex {
  max-width: 420px;
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
}

#hero #heroBox #heroWrap #heroText #figureFlex figure {
  position: relative;
}

#hero #heroBox #heroWrap #heroText #figureFlex figure:nth-child(1) {
  max-width: 185px;
  position: absolute;
  top: 120px;
  left: -40px;
  z-index: 100;
}

#hero #heroBox #heroWrap #heroText #figureFlex figure:nth-child(2) {
  max-width: 427px;
}

#trouble {
  background: url(./img/trouble_bg.png) no-repeat;
  background-size: 100%;
  position: relative;
}

#trouble h3 {
  font-size: 0;
}

#trouble #troubleList {
  display: flex;
  max-width: 1224px;
  margin: 12% auto 0;
  position: relative;
}

#trouble #troubleList li {
  margin: 15px;
  position: relative;
}

#trouble #troubleList li p:nth-child(1) {
  position: absolute;
  transform: rotate(-5deg);
  text-align: center;
  width: 100%;
  font-family: "SourceHanSansJP-Heavy";
  font-size: 4rem;
}

#trouble #troubleList li p.exposition {
  background: url(../img/trouble_list.png) no-repeat center center;
  background-size: 100%;
  font-family: "APJapanesefontT";
  font-size: 3.3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 254px;
  margin-top: -70px;
  position: relative;
  line-height: 1;
}

#trouble #troubleList::before {
  content: "";
  background: url(../img/ranger_red.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 109px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 100;
}

#trouble #troubleList::after {
  content: "";
  background: url(../img/ranger_yellow.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 118px;
  height: 156px;
  position: absolute;
  right: 0;
  top: 160px;
  z-index: 100;
}

#solution {
  background: url(../img/green_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 30px 15px;
  margin: 30px 0;
  position: relative;
}

#solution::before {
  content: "";
  background: url(../img/arrow.png);
  background-size: 100%;
  display: block;
  position: absolute;
  width: 97px;
  height: 137px;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
}

#solution h3 {
  font-size: 0;
}

#solution #solutionText {
  text-align: center;
}

#solution #solutionText figure img {
  width: auto;
  height: 60px;
  display: inline-block;
}

#solution #features {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

#solution #features #reason {
  max-width: 446px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
}

#solution #features #staff {
  max-width: 774px;
  flex: 1;
  position: relative;
}

#solution #features #voiceSP {
  display: none;
}

#solution #voice {
  width: 100%;
  display: flex;
  justify-content: center;
}

#solution #voice dt img {
  max-width: 180px;
}

#solution #voice dd img {
  max-width: 700px;
}

#point h3 {
  font-size: 0;
}

#point #pointWrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

#point #pointWrap li {
  flex: 1;
}

#point #pointWrap li img {
  width: 100%;
}

#frogRanger {
  margin: 0 auto 50px;
}

#frogRanger h3 {
  font-size: 0;
}

#frogRanger #frogRangerWrap {
  position: relative;
}

#frogRanger #frogRangerWrap figure {
  margin: 0 auto;
}

#frogRanger #frogRangerWrap p {
  background: url(../img/frogRanger_frame.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-family: "SourceHanSansJP-Heavy";
  font-size: 3.6rem;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 900px;
  line-height: 1.8em;
}

#manga {
  margin: 0 0 30px;
}

#manga h3 p {
  position: relative;
}

#manga h3 p:before {
  content: "";
  background: url(../img/ribbon_01.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 89px;
  position: absolute;
  top: 10px;
  left: 45px;
}

#manga h3 p:after {
  content: "";
  background: url(../img/ribbon_02.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 73px;
  height: 127px;
  position: absolute;
  top: 10px;
  right: 45px;
}

#manga figure {
  margin: 0 auto;
}

#campaign {
  margin: 0 auto 30px;
}

#campaign #campaignWrap {
  background: url(../img/green_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 30px 50px;
}

#campaign #campaignWrap ul {
  display: grid;
  grid-template-columns: minmax(170px, 312px);
  justify-content: center;
  gap: 15px;
  max-width: 970px;
  margin: 0 auto;
}

#campaign #campaignWrap ul li {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#campaign #campaignWrap ul li a {
  display: block;
  width: 100%;
}

#campaign #campaignWrap ul li a .cardHead {
  position: relative;
}

#campaign #campaignWrap ul li a .cardHead img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}

#campaign #campaignWrap ul li a .cardBody {
  padding: 15px;
  background: #FFF;
  border-radius: 0 0 4px 4px;
}

#campaign #campaignWrap ul li a .cardBody p {
  font-size: 1.6rem;
  color: #3E3A39;
}

#campaign #campaignWrap ul li a .cardBtn {
  margin-top: 10px;
  text-align: center;
}

#campaign #campaignWrap ul li a .cardBtn p {
  background: #FFD900;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 8px;
  display: inline-block;
  padding: 1em 3.5em;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#campaign figure {
  max-width: 720px;
  margin: 0 auto 30px;
}

#comparison {
  background: url(../img/comparison_bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto 50px;
  padding: 8px;
}

#comparison h3 {
  font-size: 0;
}

#comparison #comparisonWrap {
  border: solid 2px #FFF;
  padding: 0 15px;
}

#comparison #comparisonWrap #topText, #comparison #comparisonWrap #underText {
  font-family: "SourceHanSansJP-Medium";
  font-size: 3.6rem;
  text-align: center;
  margin: 80px 0 50px;
  line-height: 1.8em;
}

#comparison #comparisonWrap #topText span, #comparison #comparisonWrap #underText span {
  display: inline-block;
}

#comparison #comparisonWrap #underText {
  line-height: 1.3em;
}

#comparison #comparisonWrap ul {
  margin: 0 auto;
  max-width: 980px;
}

#comparison #comparisonWrap ul li {
  background: url(../img/comparison_frame.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 80px 30px;
  position: relative;
}

#comparison #comparisonWrap ul li:nth-child(1)::before {
  content: "";
  background: url(../img/ranger_red.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 20px;
  width: 170px;
  height: 249px;
}

#comparison #comparisonWrap ul li:nth-child(2)::before {
  content: "";
  background: url(../img/ranger_yellow.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 189px;
  height: 249px;
}

#comparison #comparisonWrap ul li h4 {
  font-size: 3.6rem;
  text-align: center;
  background: url(../img/comparison_line01.png) no-repeat center bottom;
  margin-bottom: 30px;
  line-height: 1em;
  font-family: "SourceHanSansJP-Heavy";
}

#comparison #comparisonWrap ul li h4 small {
  font-size: 1.4rem;
  font-family: "SourceHanSansJP-Medium";
}

#comparison #comparisonWrap ul li .price {
  background: url(../img/comparison_line02.png) no-repeat center bottom;
  font-size: 3.2rem;
  line-height: 1em;
  font-family: "SourceHanSansJP-Heavy";
  margin-bottom: 10px;
  text-align: center;
}

#comparison #comparisonWrap ul li .price small {
  font-size: 1.4rem;
  font-family: "SourceHanSansJP-Medium";
}

#comparison #comparisonWrap ul li .text {
  font-family: "SourceHanSansJP-Medium";
  font-size: 2.8rem;
  text-align: left;
  max-width: 580px;
  margin: 50px auto;
  padding: 0 3em 0 0;
}

#comparison #comparisonWrap ul li#iwa {
  background: url(../img/comparison_frame_red.png) no-repeat;
  background-size: 100% 100%;
}

#comparison #comparisonWrap ul li#iwa::before {
  content: "";
  background: url(../img/ranger_blue.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -30px;
  bottom: -35px;
  width: 250px;
  height: 354px;
}

#comparison #comparisonWrap ul li#iwa h4 {
  font-size: 5rem;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}

#comparison #comparisonWrap ul li#iwa .price {
  color: #E03B57;
  font-size: 4rem;
  line-height: 1;
}

#comparison #comparisonWrap ul li#iwa .price small {
  font-size: 1.7rem;
}

#comparison #comparisonWrap ul li#iwa .price span {
  font-size: 0.8rem;
}

#comparison #comparisonWrap ul li#iwa .text {
  font-family: "SourceHanSansJP-Heavy";
  font-size: 3.8rem;
  max-width: 600px;
  padding: 0;
  line-height: 1.8em;
}

.call {
  margin: 0 auto 50px;
}

.call h3 {
  font-size: 0;
}

.call address div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.call address div p:nth-child(1) {
  background: url(../img/call_bg.png) no-repeat left bottom;
  background-size: 100%;
  font-family: "SourceHanSansJP-Medium";
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.2em;
  padding: 0 50px 50px;
}

.call address div p:nth-child(1) span {
  display: block;
  font-family: "SourceHanSansJP-Heavy";
  font-size: 3.9rem;
  color: #E03B57;
}

.call address div p:nth-child(2) {
  font-family: "SourceHanSansJP-Heavy";
  font-size: 3.8rem;
  padding: 0 50px 50px;
}

.call address div p:nth-child(2) time {
  font-family: "SourceHanSansJP-Medium";
  font-size: 1.4rem;
  display: block;
}

.call address .tel {
  font-family: "SourceHanSansJP-Heavy";
  font-size: 6.4rem;
  background: #FFD900;
  border-radius: 8px;
  text-align: center;
  margin-top: -15px;
  padding: 10px 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call address .tel img {
  display: inline-block;
  margin-right: 5px;
  width: 64px;
}

.call address .tel a {
  color: #FFF;
}

.call address .open {
  font-family: "SourceHanSansJP-Medium";
  font-size: 3.2rem;
  text-align: center;
  margin-top: 5px;
}

.call address .open span {
  font-family: "SourceHanSansJP-Heavy";
  color: #569C29;
}

#profile {
  margin: 0 auto 50px;
  background: url(../img/profile_frame.png) no-repeat;
  background-size: 100% 100%;
  padding: 150px 30px 150px;
  position: relative;
}

#profile::before {
  content: "";
  background: url(../img/profile_ribbon_top.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 230px;
  height: 243px;
  position: absolute;
  top: 0;
  right: -30px;
}

#profile::after {
  content: "";
  background: url(../img/profile_ribbon_bottom.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 148px;
  height: 168px;
  position: absolute;
  bottom: 0;
  left: -5px;
}

#profile h3 {
  margin-bottom: 40px;
}

#profile h3 p {
  font-family: "APJapanesefontT";
  font-weight: normal;
  font-size: 5.6rem;
  text-align: center;
}

#profile figure {
  max-width: 1210px;
  margin: 0 auto 40px;
}

#profile p {
  font-family: "APJapanesefontT";
  font-size: 3.6rem;
  padding: 0 40px;
  line-height: 1.3em;
}

#profile p:not(:last-child) {
  margin-bottom: 40px;
}

#profile p.impressed {
  font-size: 5.6rem;
  text-align: center;
  color: #569C29;
  margin: 80px 0;
}

#promise {
  margin: 0 auto 50px;
  background: url(../img/green_bg.png) no-repeat center top;
  background-size: 100% 100%;
}

#promise h3 {
  text-align: center;
  padding: 50px 15px;
  max-width: 100%;
}

#promise h3 img {
  max-width: 100%;
}

#promise ul {
  padding: 0 50px 80px;
  position: relative;
}

#promise ul li {
  font-size: 3.2rem;
  display: flex;
  margin-bottom: 50px;
}

#promise ul li span {
  font-family: "SourceHanSansJP-Heavy";
  font-size: 3.2rem;
  background: url(../img/promise_no.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  line-height: 1;
}

#promise ul li p {
  flex: 1;
  margin-left: 10px;
  font-family: "SourceHanSansJP-Heavy";
  line-height: 1.8em;
}

#promise ul::before {
  content: "";
  background: url(../img/ranger_green.png) no-repeat;
  background-size: 100%;
  width: 196px;
  height: 254px;
  position: absolute;
  bottom: -20px;
  right: 0;
}

#faq {
  margin: 0 auto 30px;
}

#faq h3 p {
  position: relative;
}

#faq h3 p:before {
  content: "";
  background: url(./img/heart.webp) no-repeat;
  background-size: 100%;
  display: block;
  width: 104px;
  height: 144px;
  position: absolute;
  top: -10px;
  left: 0;
}

#faq h3 p:after {
  content: "";
  background: url(./img/heart.webp) no-repeat;
  background-size: 100%;
  display: block;
  width: 165px;
  height: 157px;
  position: absolute;
  top: -40px;
  right: 0;
}

#faq dl {
  max-width: 1024px;
  margin: 0 auto;
}

#faq dl dt {
  font-family: "SourceHanSansJP-Heavy";
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}

#faq dl dt span {
  font-family: "APJapanesefontT";
  font-size: 6.3rem;
  color: #569C29;
  line-height: 1;
}

#faq dl dt p {
  line-height: 2em;
}

#faq dl dd {
  font-family: "SourceHanSansJP-Medium";
  font-size: 2.8rem;
  display: flex;
  margin-bottom: 40px;
}

#faq dl dd span {
  font-family: "APJapanesefontT";
  font-size: 6.3rem;
  color: #E03B57;
  line-height: 1;
}

#faq dl dd p {
  line-height: 2em;
}

#performance {
  margin: 0 auto 50px;
  padding: 40px 0;
  background: url(../img/performance_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

#performance h3 {
  font-size: 0;
}

#performance p {
  position: relative;
  font-family: "SourceHanSansJP-Medium";
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.8em;
}

#performance p span {
  display: inline-block;
  white-space: nowrap;
}

#performance p span .hemming {
  white-space: nowrap;
}

#performance p .emphasis {
  font-family: "SourceHanSansJP-Heavy";
}

#performance p::before {
  content: "";
  background: url(../img/performance01.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 66px;
  height: 88px;
  top: 0;
  left: 15px;
  position: absolute;
}

#performance p::after {
  content: "";
  background: url(../img/performance02.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 84px;
  height: 157px;
  bottom: 0;
  right: 15px;
  position: absolute;
}

#casestudy {
  margin: 0 auto 50px;
}

#casestudy #casestudyWrap {
  background: url(../img/green_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 30px 50px;
}

#casestudy #casestudyWrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 312px));
  justify-content: center;
  gap: 15px;
  max-width: 970px;
  margin: 0 auto;
}

#casestudy #casestudyWrap ul li {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#casestudy #casestudyWrap ul li a {
  display: block;
  width: 100%;
}

#casestudy #casestudyWrap ul li a .cardHead {
  position: relative;
}

#casestudy #casestudyWrap ul li a .cardHead img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}

#casestudy #casestudyWrap ul li a .cardBody {
  padding: 15px;
  background: #FFF;
  border-radius: 0 0 4px 4px;
}

#casestudy #casestudyWrap ul li a .cardBody p {
  font-size: 1.6rem;
  color: #3E3A39;
}

#casestudy #casestudyWrap ul li a .cardBtn {
  margin-top: 10px;
  text-align: center;
}

#casestudy #casestudyWrap ul li a .cardBtn p {
  background: #FFD900;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 8px;
  display: inline-block;
  padding: 1em 3.5em;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#access {
  margin: 0 auto 30px;
}

#access h3 p {
  position: relative;
}

#access h3 p:before {
  content: "";
  background: url(../img/ribbon_06.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 106px;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
}

#access h3 p:after {
  content: "";
  background: url(../img/ribbon_07.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 98px;
  height: 114px;
  position: absolute;
  top: 0;
  right: 0;
}

#access ul {
  max-width: 1024px;
  margin: 0 auto;
}

#access ul li {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  border-top: solid 1px #3E3A39;
  padding: 1.5em 0;
}

#access ul li p:nth-child(1) {
  width: 200px;
  font-family: "SourceHanSansJP-Heavy";
}

#access ul li p:nth-child(2) {
  flex: 1;
  font-family: "SourceHanSansJP-Medium";
}

#access ul li p:nth-child(2) address {
  line-height: 1.8em;
}

#access address {
  text-align: center;
  font-size: 1.6rem;
  margin: 5rem 0;
}

#access #map {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

#access #map iframe {
  width: 100%;
}

#access #map iframe #mapDiv {
  background: #fed;
}

#access #map iframe #mapDiv > div {
  background: #fed;
}

#contact {
  margin: 0 auto;
}

#contact .pl2 {
  font-size: 16px;
  padding-bottom: 100px;
}

#contact .pl2 form#mail_form {
  font-family: "SourceHanSansJP-Medium";
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1.6rem;
  line-height: 1.8;
}

#contact .pl2 form#mail_form dl dt span {
  font-size: 1.6rem;
  color: #0061AA;
}

#contact .pl2 form#mail_form dl dt span.required, #contact .pl2 form#mail_form dl dt span.optional {
  color: #FFF;
  font-size: 1.2rem;
  padding: 3px 10px;
  border: none;
  border-radius: 0;
}

#contact .pl2 form#mail_form dl dd {
  box-sizing: content-box;
}

#job {
  max-width: 640px;
  margin: 50px auto 100px;
  text-align: center;
}

#job a {
  font-size: 1.8rem;
  color: #FFF;
  background: #28c3d4;
  padding: 1em 2em;
  border-radius: 5px;
}

#link_interview {
  max-width: 640px;
  margin: 50px auto 100px;
  text-align: center;
}

#link_interview a {
  font-size: 1.8rem;
  color: #FFF;
  background: #28c3d4;
  padding: 1em 2em;
  border-radius: 5px;
}

#thanks {
  max-width: 1280px;
  margin: 20px auto 0;
}

#thanks #message {
  max-width: 580px;
  margin: 50px auto;
  font-family: "SourceHanSansJP-Medium";
  font-size: 2.2rem;
}

#thanks #message p {
  margin-bottom: 20px;
}

#returnTop {
  text-align: center;
}

#returnTop a {
  font-size: 1.8rem;
  color: #FFF;
  background: #569c29;
  padding: 0.5em 2em;
  border-radius: 5px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}

#page_top a img {
  width: 100%;
}

#fixedNav {
  width: 68px;
  position: fixed;
  right: 0;
  top: 380px;
  z-index: 500;
  background: #FFF;
}

#fixedNav ul li a {
  height: 54px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "SourceHanSansJP-Medium";
}

#fixedNav ul li a figure {
  width: 20px;
}

#fixedNav ul li a .mobile {
  display: none;
}

#fixedNav ul li:nth-child(1) {
  background: #E03B57;
}

#fixedNav ul li:nth-child(2) {
  background: #569C29;
  margin: 1px 0;
}

#fixedNav ul li:nth-child(3) {
  background: #EE6F21;
}

#container {
  overflow-x: hidden;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}

#breadcrumb {
  background: #efefef;
  margin: 50px 0 0 0;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    background: #efefef;
    margin: 83px 0 0 0;
    font-size: 10px;
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
}

#breadcrumb ul li a {
  color: #525252;
}

#breadcrumb ul li a:hover {
  text-decoration: underline;
}

#breadcrumb ul li:not(:last-child)::after {
  content: ">";
  color: #525252;
  margin: 0 1em;
}

#casestudy_detail {
  margin: 30px auto 0;
}

#casestudy_detail h3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) {
  #casestudy_detail h3 .stroke::after {
    width: 40px;
  }
}
@media screen and (min-width: 896px) {
  #casestudy_detail h3 .stroke::after {
    width: 70px;
    right: 50px;
  }
}
#casestudy_detail h4 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  background: url(./img/bule.webp) no-repeat center bottom;
}

#casestudy_detail h4 .small {
  font-size: 1.8rem;
}

#casestudy_detail #eyecatch figure {
  border: solid 8px #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}

#casestudy_detail section {
  max-width: 1024px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 896px) {
  #casestudy_detail section {
    margin: 0 15px 30px;
  }
}
#casestudy_detail section h5 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #299c47;
  margin-bottom: 20px;
  color: #FFF;
}

#casestudy_detail section h5::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #000;
}

#casestudy_detail #info table {
  width: 100%;
  border-collapse: collapse;
}

#casestudy_detail #info table th, #casestudy_detail #info table td {
  border: solid 1px #525252;
  font-size: 1.8rem;
  padding: 0.4em 1em;
}

#casestudy_detail #info table th {
  width: 33%;
  text-align: center;
  background: #e8f5d4;
}

#casestudy_detail #info table tr.cpt th, #casestudy_detail #info table tr.cpt td {
  text-align: center;
  background: #38af42;
  color: #FFF;
}

#casestudy_detail #info #order {
  background: url(../img/green_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px;
  margin-top: 30px;
}

#casestudy_detail #info #order dl {
  margin-bottom: 30px;
}

#casestudy_detail #info #order dl dt {
  font-size: 2.4rem;
  margin-bottom: 20px;
  white-space: nowrap;
  background: url(../img/comparison_line02.png) no-repeat center bottom;
  display: inline-block;
  padding: 0 0.5em 0.2em;
}

#casestudy_detail #info #order dl dd {
  font-size: 2rem;
  margin-bottom: 40px;
  padding-left: 3em;
}

#casestudy_detail .process ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#casestudy_detail .process ul li {
  width: 334px;
  margin: 5px 3px;
  display: flex;
  align-items: center;
  background: #ddd;
}

@media screen and (min-width: 768px) {
  #casestudy_detail .process ul li {
    width: 334px;
  }
}
@media screen and (min-width: 768px) {
  #casestudy_detail .jirei01 ul li {
    width: 600px;
  }
}
#casestudy_detail .process ul li:nth-child(4) {
  margin-right: auto;
  margin-right: 0;
}

#casestudy_detail .process ul li a {
  display: block;
  width: 100%;
}

#casestudy_detail .process ul li a img {
  width: 100%;
}

#casestudy_detail .process.beforeAfter ul {
  grid-template-columns: 1fr 1fr;
}

#casestudy_detail #youtube {
  width: 100%;
  height: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#casestudy_detail #youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lity-container .lity-content {
  max-width: 780px;
}

/************************************
** 評価グラフ
************************************/
.pb-rating-graph {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
  max-width: 700px;
  margin: 0 auto 2em !important;
  padding: 2.5em 2em !important;
  color: #333;
  background: #fafafa;
}

.pb-rating-graph ul {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.pb-rating-graph #voice {
  width: 100%;
  margin-top: 20px;
}

.pb-rating-graph #voice a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.pb-rating-graph #voice a img {
  width: 100%;
}

.pb-rating-graph ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pb-rating-graph ul li:before {
  content: unset !important;
}

.pb-rating-graph__label {
  background: #71828A;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.pb-rating-graph__wrap {
  display: flex;
  margin: 20px 0;
}

.pb-rating-graph__wrap .text {
  font-size: 16px;
  color: #71828A;
  font-weight: 600;
}

.pb-rating-graph__wrap .text p, .pb-rating-graph__wrap .text ol {
  margin-bottom: 1em;
}

.pb-rating-graph__wrap .text ol li {
  list-style-type: decimal !important;
  list-style-position: inside !important;
  margin-bottom: 1em !important;
}

.pb-rating-graph li:last-child .pb-rating-graph__wrap {
  margin: 20px 0 0;
}

.pb-rating-graph__axis {
  width: 70%;
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.pb-rating-graph__axis:before {
  content: "";
  display: inline-block;
  height: 5px;
  background: #E3E6E7;
  width: 100%;
  position: absolute;
}

.pb-rating-graph__basis {
  width: 15%;
  color: #71828A;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.pb-rating-graph__basis-inner {
  display: inline-block;
  text-align: left;
}

.pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
  text-align: right;
  padding-right: 15px;
}

.pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
  text-align: left;
  padding-left: 15px;
}

.pb-rating-graph__scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 20px;
  margin-top: 0 !important;
}

.pb-rating-graph__scale:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -7px;
  margin-bottom: 10px;
  background: #E3E6E7;
}

.pb-rating-graph__axis:after, .pb-rating-graph__scale:after {
  content: unset !important;
}

.pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
  width: 42px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #777;
  text-align: center;
  padding-top: 5px;
  margin-top: -10px !important;
}

@media screen and (max-width: 600px) {
  .pb-rating-graph {
    padding: 2em 1em !important;
  }
  .pb-rating-graph__axis {
    width: 60%;
  }
  .pb-rating-graph__basis {
    width: 20%;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.8;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
    padding-right: 7px;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
    padding-left: 7px;
  }
  .pb-rating-graph__scale {
    width: 16px;
  }
  .pb-rating-graph__scale:before {
    width: 16px;
    height: 16px;
  }
  .pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
    font-size: 12px;
  }
  .pb-rating-graph__scale[data-check=true]:before {
    font-size: 20px;
  }
}
.pb-rating-graph__scale[data-check=true]:before {
  background: #ee8f81;
}

/************************************
** 動画コメント
************************************/
#movieTalk .talking {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
}

#movieTalk .talking figure, #movieTalk .talking .space {
  max-width: 120px;
  width: 100%;
}

#movieTalk .talking figure img, #movieTalk .talking .space img {
  border-radius: 50%;
}

#movieTalk .talking figure figcaption, #movieTalk .talking .space figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.3em;
}

#movieTalk .talking .talkingBody {
  flex: 1;
  margin: 0 5em;
  padding: 2em 3em;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

#movieTalk .talking .talkingBody::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
}

#movieTalk .talking .talkingBody p {
  font-size: 2rem;
}

#movieTalk .talking .talkingBody p:not(:last-child) {
  margin-bottom: 1em;
}

#movieTalk .talkingleft {
  flex-direction: row;
}

#movieTalk .talkingleft .talkingBody {
  background: #a9da95;
}

#movieTalk .talkingleft .talkingBody::before {
  left: -1.5em;
  border-top: 0.7em solid transparent;
  border-right: 1.5em solid #a9da95;
  border-bottom: 0.7em solid transparent;
}

#movieTalk .talkingRight {
  flex-direction: row-reverse;
}

#movieTalk .talkingRight .talkingBody {
  background: #bcdef5;
}

#movieTalk .talkingRight .talkingBody::before {
  right: -1.5em;
  border-top: 0.7em solid transparent;
  border-left: 1.5em solid #bcdef5;
  border-bottom: 0.7em solid transparent;
}

/* -------------- webp -------------- */
.webp body {
  background: url(../img/background.webp) repeat;
}

.webp #menu {
  background: rgba(86, 156, 41, 0.95);
  background-image: url(/img/menu_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.webp h3.w100 p {
  max-width: 750px;
  width: calc(100% - 60px);
  min-height: 154px;
  font-size: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
  background: url(../img/h3_ribbon_front.webp) no-repeat center top;
  background-size: 100% 100%;
}

.webp h3.w100 .ribbonL {
  background: url(../img/h3_ribbon_back.webp) no-repeat bottom;
}

.webp h3.w100 .ribbonR {
  background: url(../img/h3_ribbon_back.webp) no-repeat bottom;
}

.webp #hero #heroBox {
  background: url(../img/green_bg.webp) no-repeat;
}

.webp #hero #heroBox h2 {
  background: url(../img/h2.webp) no-repeat;
}

.webp #hero #heroBox #heroWrap p {
  background: url(../img/hero_head.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #trouble {
  background: url(../img/trouble_bg.webp) no-repeat;
  background-size: 100%;
}

.webp #trouble #troubleList li p.exposition {
  background: url(../img/trouble_list.webp) no-repeat center center;
  background-size: 100%;
}

.webp #trouble #troubleList::before {
  background: url(../img/ranger_red.webp) no-repeat;
  background-size: 100%;
}

.webp #trouble #troubleList::after {
  background: url(../img/ranger_yellow.webp) no-repeat;
  background-size: 100%;
}

.webp #solution {
  background: url(../img/green_bg.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #solution::before {
  background: url(../img/arrow.webp);
  background-size: 100%;
}

.webp #frogRanger #frogRangerWrap p {
  background: url(../img/frogRanger_frame.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #campaign #campaignWrap {
  background: url(../img/green_bg.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #comparison {
  background: url(../img/comparison_bg.webp) no-repeat center top;
  background-size: 100% 100%;
}

.webp #comparison #comparisonWrap ul li:nth-child(1)::before {
  background: url(../img/ranger_red.webp) no-repeat;
  background-size: 100%;
}

.webp #comparison #comparisonWrap ul li:nth-child(2)::before {
  background: url(../img/ranger_yellow.webp) no-repeat;
  background-size: 100%;
}

.webp #comparison #comparisonWrap ul li h4 {
  background: url(../img/comparison_line01.webp) no-repeat center bottom;
}

.webp #comparison #comparisonWrap ul li#iwa::before {
  background: url(../img/ranger_blue.webp) no-repeat;
  background-size: 100%;
}

.webp #profile {
  background: url(../img/profile_frame.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #promise {
  background: url(../img/green_bg.webp) no-repeat center top;
  background-size: 100% 100%;
}

.webp #promise ul::before {
  background: url(../img/ranger_green.webp) no-repeat;
  background-size: 100%;
}

.webp #performance {
  background: url(../img/performance_bg.webp) no-repeat center center;
  background-size: 100% 100%;
}

.webp #casestudy #casestudyWrap {
  background: url(../img/green_bg.webp) no-repeat;
  background-size: 100% 100%;
}

.webp #access {
  margin: 0 auto 30px;
}

.webp #casestudy_detail h4 {
  background: url(../img/comparison_line01.webp) no-repeat center bottom;
}

.webp #casestudy_detail #info #order {
  background: url(../img/green_bg.webp) no-repeat;
}/*# sourceMappingURL=style.css.map */