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

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

Header

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

.headerContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 0px auto 0px 60px;
  grid-template-columns: 46px auto 150px 60px;
  -ms-grid-rows: 1fr;
  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;
    -ms-grid-columns: 40px 0px 150px 0px 410px;
    grid-template-columns: 40px 150px 450px 170px;
    padding: 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .headerContainer {
    grid-template-areas: "headerLogo site_name headerNav";
    -ms-grid-columns: 50px 0px 200px 0px 660px;
    grid-template-columns: 50px 150px 750px 10px;
    padding-right: 80px;
    justify-content: center;
  }
}
.headerFormButton {
  width: 160px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: -5px;
}

.headerFormButton a {
  background-color: #41C790;
  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;
}

.headerLogo img {
  width: 36px;
  height: 36px;
  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: #41C790;
}

.site_name:hover {
  opacity: 0.7;
}

.headerSiteName_p {
  font-size: 1rem;
  color: #41C790;
}

.headerSiteName_p a {
  color: #41C790;
}

@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;
  background-color: white;
}

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

@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: 0.6em 1em 0.5em;
  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(px) rotate(30deg);
}

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

.headerNav_buttonLine.-close:after {
  transform: translateY(-10px) 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;
  }
}
.White_message1 {
  color: #000000;
  padding-bottom: 10px;
}

.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 0 0 auto;
    width: 100%;
    max-width: calc(100% - (56% - 170px));
  }
}
@media screen and (min-width: 768px) {
  .outlineReasons_items {
    margin: 0 0 0 auto;
    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;
  }
}
.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 {
  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: 112px;
  bottom: -28px;
}

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

.outlineMessage_photo {
  width: 50%;
  margin: 0 auto;
}

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

.troble_items {
  width: 90%;
  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: 900px) {
  .troble_items {
    width: 900px;
    margin: 0 auto;
  }
}
.troble_item {
  position: relative;
  margin: 100px 0 40px;
  width: 100%;
  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 img {
  width: 100%;
  height: 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 img {
    width: 500px;
  }
  .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 0 16px;
  line-height: 1;
  text-align: center;
}

.nextArrow img {
  width: 62px;
  height: 22px;
}

@media screen and (min-width: 768px) {
  .nextArrow {
    margin: 60px 0 60px;
  }
  .nextArrow img {
    width: 210px;
  }
}
.telInfo {
  position: relative;
  margin: 0 auto;
  width: 90%;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.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;
  padding: 48px 0 0 0;
}

@media screen and (min-width: 768px) {
  .reason {
    max-width: 900px;
    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: 40px;
    background-size: contain;
  }
}
.micchaku .okyaku {
  color: #FFA429;
}

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

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

@media screen and (min-width: 768px) {
  .man {
    width: 600px;
    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: 900px;
    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-bottom: 4em;
  padding-top: 1.7em;
  margin-top: 3em;
}

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

.sorvice .heding_ja2 {
  padding: 30px 0;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  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 20px center;
  font-family: Hiragino Mincho Pro;
}

@media screen and (min-width: 768px) {
  .sorvice .heding_ja2 {
    font-size: 2em;
  }
}
.sorvice_case {
  margin: 0 auto;
  width: 90%;
  font-family: Hiragino Mincho Pro;
  color: #000000;
}

.sorvice_cases {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .sorvice_cases {
    display: flex;
    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 {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .sorvice_case {
    width: 400px;
  }
}
.sorvice_caseImage {
  position: relative;
  padding-top: 14px;
  width: 100%;
}

.sorvice_caseText {
  width: 100%;
}

.sorvice_caseText p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sorvice_caseHeding {
  margin-top: 10px;
  font-size: 22px;
  color: #000000;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FF9300;
}

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

various_sorvice

============================== */
.various_sorvice {
  margin-top: 5em;
  margin-bottom: 5em;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: Hiragino Mincho Pro;
  color: #000000;
}

.various_sorvice_h2 {
  font-size: 1.3em;
  line-height: 1.5;
  background-color: #FFA62C;
  width: 300px;
  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 {
    font-size: 2.5em;
    width: 500px;
  }
}
.various_sorvice_h2::before {
  content: "";
  width: 157.5px;
  top: -28.3px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  border-bottom: 57px solid #FFA62C;
  border-left: 150px solid transparent;
  border-right: 150px 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;
}

@media screen and (min-width: 768px) {
  .various_sorvice_cases {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.various_sorvice_case {
  margin: 80px 0 60px;
}

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

@media screen and (min-width: 768px) {
  .various_sorvice_case {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  .various_sorvice_case {
    width: 400px;
  }
}
.various_sorvice_caseImage {
  position: relative;
  padding-top: 14px;
}

.various_sorvice_caseImage::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 14px;
  background-color: #FFBE65;
  background-size: 200% auto;
  -webkit-animation: grdMoveOtoG 4s ease-in-out alternate infinite;
  animation: grdMoveOtoG 4s ease-in-out alternate infinite;
}

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

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

@media screen and (min-width: 960px) {
  .various_sorvice_caseHeding {
    font-size: 2.2rem;
  }
}
/* ==============================

.voice

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

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

@media screen and (min-width: 768px) {
  .voice_image {
    width: 540px;
    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: 80px 0 40px;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .voice_list {
    display: flex;
  }
}
.voice_listItem {
  width: 300px;
  font-size: 17px;
  margin-bottom: 60px;
  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));
}

@media screen and (min-width: 768px) {
  .voice_listItem {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.voice_listText {
  color: #339D8D;
  margin: 0 1em 0.8em 1.5em;
  border-bottom: 1px solid #FF9300;
  padding: 10px;
  font-weight: 700;
}

.voice_listMeta {
  color: #339D8D;
  margin: 0 0.5em 0.8em;
  font-weight: 700;
  text-align: right;
}

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

.solution_example

============================== */
.solution_example {
  color: #000000;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .solution_example {
    width: 50%;
    margin: 0 auto;
  }
}
.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;
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 30px;
}

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

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

.okabe_five

============================== */
.okabe_five {
  background-color: #B4DED0;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

@media screen and (min-width: 768px) {
  .five {
    width: 550px;
  }
}
.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: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

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

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

.okabe_picture {
  text-align: right;
  color: #000000;
  font-weight: bold;
}

.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: 95%;
  border: solid 1px #60AD92;
  margin: 50px auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .question_item {
    width: 600px;
  }
}
.question_itemQ {
  font-size: 20px;
  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: 18px;
  display: flex;
  flex-flow: column;
  height: 200px;
  background-color: #FDFFE2;
  color: #000000;
  margin: 0;
  padding: 20px;
  padding-left: 40px;
}

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

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

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: 960px) {
  .campany_outline {
    width: 800px;
    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: 960px) {
  .campany_outlineHeding {
    padding-left: 16em;
    width: 23em;
  }
  .campany_outlineHeding:not(:nth-last-of-type(1))::before {
    width: 800px;
    background: #D9D9D9;
  }
}
.campany_outlineBody {
  width: calc(100% - 7em);
  margin: 0;
  padding: 1em 1.5em 1em 0;
  font-weight: 400;
}

@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: 960px) {
  .campany_map {
    width: 900px;
    margin: 0.3em auto;
  }
}
/* ==============================

footer

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

@media screen and (min-width: 768px) {
  .footer_block {
    width: 100%;
  }
}
.footer_block {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer_block {
    width: 26%;
  }
}
.footer_block {
  color: #ffffff;
}

.footerNav_item a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}

.footer_names {
  padding-bottom: 5em;
  color: #ffffff;
  margin-top: 40px;
  font-weight: bold;
}

.footerh2 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 22px;
}

.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: 768px) {
  .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 {
  -webkit-animation: unliderline 0.6s 1s ease forwards;
  animation: unliderline 0.6s 1s ease forwards;
}

@-webkit-keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 0.4em);
  }
}
@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);
}

/* グラデーション 背景 */
@-webkit-keyframes grdMoveOtoG {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes grdMoveOtoG {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes grdMoveGtoO {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes grdMoveGtoO {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*# sourceMappingURL=style.css.map */
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%;
}
@media screen and (min-width: 600px) {
  h3.w100 p {
    font-size: 35px;
  }
}

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;
    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 (min-width: 600px) {
  h3.w100 {
    display: flex;
    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;
}

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

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

@media screen and (min-width: 768px) {
  #breadcrumb {
    background: #efefef;
    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 {
  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/orenge.webp) no-repeat center bottom;
}
@media screen and (min-width: 600px) {
  #casestudy_detail h4 {
    font-size: 32px;
  }
}

#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 40px;
  }
}
#casestudy_detail section h5 {
  font-size: 24px;
  text-align: center;
  position: relative;
  padding: 17px 2rem calc(1rem + 10px);
  background: #112a88;
  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;
  color: #606060;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

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

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

#casestudy_detail #info table tr.cpt th, #casestudy_detail #info table tr.cpt td {
  text-align: center;
  background: #112a88;
  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;
}

#order-background .obdl .obdt {
  font-size: 24px;
  margin-bottom: 20px;
  white-space: nowrap;
  background: url(/img/orengeline.webp) no-repeat center bottom;
  display: inline-block;
  padding: 0 0.5em 0.2em;
}
#order-background .obdl .obdd {
  font-size: 20px;
}/*# sourceMappingURL=casestudy.css.map */