@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}

.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}

/*padding*/
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}

.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}

.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}

/*--------------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans JP", "Yu Gothic Medium",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
	overflow-x:hidden
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 760px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/*--------------------------------------------*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 15px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
}
header h1 {
  height: 80px;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}
header h1 img {
  height: 100%;
  max-height: 80px;
  vertical-align: middle;
  margin: 0 0;
}
header > p {
  display: none;
}
.h_btnwrap {
  height: auto;
  display: flex;
  align-items: center;
}
.h_btnwrap li {
  margin: 0 0 0 15px;
}
.h_btnwrap li:nth-child(2) a {
  background: #323940;
  color: #fff;
  padding: 24px 25px;
  height: 100%;
  display: block;
}
.h_btnwrap li:nth-child(2) a.pc_none {
  display: none;
}
@media screen and (max-width: 760px) {
  header {
    height: 70px;
    flex-wrap: wrap;
    padding: 0;
  }
  header h1 {
    display: flex;
    width: 120px;
    height: 70px;
    padding: 5px 5px 5px 10px;
  }
  header h1 img {
    margin: 0;
    object-fit: contain;
  }
  .h_btnwrap {
    justify-content: flex-end;
    width: 190px;
    padding: 0 0px 0px 0;
  }
  .h_btnwrap li {
    margin-left: 0px;
  }
  .h_btnwrap li:nth-child(2) a.sp_none {
    display: none;
  }
  .h_btnwrap li:nth-child(2) a.pc_none {
    display: block;
    padding: 0px;
  }
  .h_btnwrap li a img {
    height: 70px;
  }
  header > p {
    display: block;
    text-align: center;
    width: 100%;
  }
  header > p a {
    background: #323940;
    color: #fff;
    padding: 10px 10px;
    display: block;
  }
}

.mv {
  margin: 80px 0 0;
  background: url(../img/mv_bg.jpg) center no-repeat;
  background-size: cover;
}
.mv .pc {
  display: block;
}
.mv .sp {
  display: none;
}
.mv img {
  display: block;
  margin: 0 auto;
  padding: 18vh 15px;
}
@media screen and (max-width: 760px) {
  .mv {
    background: none;
    margin: 70px 0 0;
  }
  .mv .pc {
    display: none;
  }
  .mv .sp {
    display: block;
  }
  .mv img {
    padding: 0;
  }
}

.section {
  padding: 110px 0;
}
.section .inner,
.cta .inner {
  width: 1000px;
  margin: 0 auto;
}
.section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  margin: 0 0 40px;
}
.section h2 span {
  font-size: 1.6rem;
  color: #28b472;
  display: block;
}
.section h2 br.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .section {
    padding: 60px 0;
  }
  .section .inner,
  .cta .inner {
    width: 100%;
    padding: 0 15px;
  }
  .section h2 {
    font-size: 3rem;
    margin: 0 0 30px;
  }
  .section h2 span {
    font-size: 1.4rem;
  }
  .section h2 br.sp {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .campaign {
    padding: 40px 0;
  }
}

.cta {
  background: url("../img/cta_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.cta h2 {
  text-align: center;
  margin: 0 0 50px;
}
.cta ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .cta {
    padding: 40px 0;
  }
  .cta h2 {
    margin: 0 0 30px;
  }
  .cta .inner {
    padding: 0 10%;
  }
  .cta ul {
    display: block;
  }
  .cta ul li {
    margin: 0 0 20px;
  }
  .cta ul li:last-of-type {
    margin: 0;
  }
}

.trouble {
  background: url("../img/trouble_bg.jpg") 20% bottom no-repeat;
  padding: 110px 0 40px;
}
.trouble ul {
  padding: 80px 0 40px 380px;
}
.trouble ul li {
  font-size: 24px;
  margin: 0 0 0.2em;
}
.trouble ul li:before {
  content: "\f046";
  padding: 0 10px 0 0;
  font-family: "FontAwesome";
  color: #28b472;
}
@media screen and (max-width: 760px) {
  .trouble {
    background: url("../img/trouble_bg.jpg") 10px bottom no-repeat;
    background-size: 0px;
    padding: 60px 0 40px;
  }
  .trouble ul {
    padding: 0px 10px 40px;
  }
  .trouble ul li {
    font-size: 1.6rem;
    margin: 0 0 0.6em 1.5em;
    text-indent: -1.5em;
  }
}

.choose {
  background: #eeeeee;
  position: relative;
}
.choose:before {
  content: "";
  width: 203px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -101px;
  background: url("../img/choose_bg.png") no-repeat;
}
.choose .inner > p {
  font-size: 2rem;
  margin: -20px 0 80px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.choose .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.choose .inner ul li {
  width: 290px;
  margin: 0 20px 40px;
  text-align: center;
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
}
.choose .inner ul li:nth-of-type(4),
.choose .inner ul li:nth-of-type(5) {
  margin: 0 20px;
}
.choose .inner ul li img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 15px;
}
@media screen and (max-width: 760px) {
  .choose:before {
    width: 101px;
    height: 31px;
    margin: 0 0 0 -50px;
    background: url("../img/choose_bg.png") no-repeat;
    background-size: cover;
  }
  .choose .inner ul {
    justify-content: space-between;
    align-items: baseline;
  }
  .choose .inner ul li {
    width: 45%;
    margin: 0 0 40px;
  }
  .choose .inner ul li:nth-of-type(4),
  .choose .inner ul li:nth-of-type(5) {
    margin: 0 0 0;
  }
  .choose .inner > p {
    margin: 0 0 40px;
  }
}

.features .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.features .inner ul li {
  width: 290px;
  margin: 0 20px 40px;
  border-radius: 50%;
  background: #eee;
  height: 290px;
  overflow: hidden;
  font-size: 1.4rem;
  padding: 40px 45px 0;
  text-align: center;
}
.features .inner ul li:nth-of-type(4),
.features .inner ul li:nth-of-type(5) {
  margin: 0 20px;
}
.features .inner ul li strong {
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}
.features .inner ul li img {
  margin: 0 0 15px;
}
@media screen and (max-width: 760px) {
  .features .inner ul {
    justify-content: space-between;
    align-items: baseline;
  }
  .features .inner ul li {
    width: 100%;
    margin: 0 0 20px !important;
    text-align: left;
    border-radius: 10px;
    height: auto;
    padding: 20px 25px 20px 135px;
    min-height: 100px;
    position: relative;
  }
  .features .inner ul li strong {
    margin: 0;
  }
  .features .inner ul li img {
    width: 80px;
    position: absolute;
    left: 25px;
    top: 25px;
    height: auto;
  }
}

.photocatalyst {
  background: #eeeeee;
}
.photocatalyst .img {
  text-align: center;
  margin: 0 0 40px;
}

.data .inner ul.img {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  text-align: center;
}
.data .inner ul.img li {
  margin: 0 40px;
}
.data .inner ul.img img {
  margin: 0 0 30px;
}
.data .inner ul.text {
  background: #eee;
  padding: 30px 40px;
  font-size: 1.4rem;
}
.data .inner ul.text li:nth-of-type(1) {
  margin: 0 0 2em;
}
@media screen and (max-width: 760px) {
  .data .inner ul.img {
    display: block;
    margin: 0 0 40px;
    text-align: left;
  }
  .data .inner ul.img li {
    margin: 0 0 20px;
    text-align: center;
  }
  .data .inner ul.img img {
    margin: 0;
    height: auto;
    object-fit: contain;
  }
  /*
	.data .inner ul.img img:last-of-type{
		width: 60%;
		object-fit: contain;
	}
	*/
  .data .inner ul.text {
    padding: 20px 30px;
    font-size: 1.2rem;
  }
  .data .inner ul.text li:nth-of-type(1) {
    margin: 0 0 1.6em;
  }
}

.service-flow {
  background: #eee;
}
.service-flow .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.service-flow .inner ul li {
  width: 300px;
  font-size: 1.4rem;
  position: relative;
}
.service-flow .inner ul li:before {
  content: "";
  background: url("../img/icon_arrow_r.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 33px;
  position: absolute;
  right: -37px;
  top: 50%;
  margin: -17px 0 0;
}
.service-flow .inner ul li:last-of-type:before {
  display: none;
}
.service-flow .inner ul li strong {
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 15px 0;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .service-flow .inner ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .service-flow .inner ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto 60px;
    padding-bottom: 50px;
  }
  .service-flow .inner ul li:last-of-type {
    margin: 0;
    padding-bottom: 0px;
  }
  .service-flow .inner ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url("../img/icon_arrow_r_sp.svg") no-repeat center bottom;
    background-size: contain;
  }
  .service-flow .inner ul li strong {
    margin: 10px 0 0px;
  }
  .service-flow .inner ul li img.pc_none {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.service .inner > p {
  text-align: center;
  margin: 0 0 60px;
}
.service .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  flex-wrap: wrap;
}
.service .inner ul li {
  width: 300px;
  text-align: center;
  margin: 0 0 40px;
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
}
.service .inner ul li img {
  margin: 0 0 15px;
}
@media screen and (max-width: 760px) {
  .service .inner ul {
    margin: 0;
  }
  .service .inner ul li {
    width: 45%;
  }
  .service .inner ul li img {
    margin: 0 0 10px;
  }
}

.price {
  background: #eee;
}
.price p {
  margin: 0 0 40px;
  text-align: center;
}
.price p:first-of-type {
  margin: 0 0 60px;
}
.price p:last-of-type {
  margin: 0 0 0;
}
.price h3 {
  color: #28b472;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.area ul li {
  width: 280px;
  text-align: center;
  margin: 0 40px 60px;
}
.area ul li:nth-of-type(3),
.area ul li:nth-of-type(4) {
  margin: 0 40px;
}

.price .table_layout {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 10px;
}
.price .table_layout th {
  width: 180px;
  background: #d9d9d9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}
.price .table_layout td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.price .table_layout td .sup {
  top: 0;
  margin: 0 0 0 10px;
}
.price .table_layout + p {
  text-align: left;
  font-size: 12px;
}
.price .img.sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .area ul {
    justify-content: space-between;
  }

  .area ul li:last-of-type {
    padding: 0 7%;
  }
  .area ul li:nth-of-type(3),
  .area ul li:nth-of-type(4) {
    margin: 0;
  }
  .price .table_layout {
    display: none;
  }
  .price .img.sp {
    display: block;
    margin: 0 0 20px;
  }
}

.flow {
  background: #eee;
}
.flow .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
.flow .inner ul li {
  width: 300px;
  font-size: 1.4rem;
  margin: 0 50px 40px 0;
  position: relative;
}
.flow .inner ul li:nth-of-type(3),
.flow .inner ul li:nth-of-type(6) {
  margin: 0 0 40px;
}
.flow .inner ul li:before {
  content: "";
  background: url("../img/icon_arrow_r.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 33px;
  position: absolute;
  right: -37px;
  top: 100px;
}
.flow .inner ul li:nth-of-type(3):before,
.flow .inner ul li:nth-of-type(6):before {
  display: none;
}
.flow .inner ul li strong {
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 15px 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .flow .inner ul {
    justify-content: space-between;
    margin: 0;
  }
  .flow .inner ul li {
    width: 45%;
    margin: 0 0 40px;
  }
  .flow .inner ul li:before {
    content: "";
    width: 10px;
    height: 16px;
    top: 19%;
    right: -14%;
  }
  .flow .inner ul li:nth-of-type(3):before,
  .flow .inner ul li:nth-of-type(5):before {
    display: block;
  }
  .flow .inner ul li:nth-of-type(2n):before,
  .flow .inner ul li:last-of-type:before {
    display: none;
  }
  .flow .inner ul li strong {
    margin: 10px 0;
  }
  .flow ul li:nth-of-type(4),
  .flow ul li:nth-of-type(5) {
    margin: 0 0 40px;
  }
}

.voice .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice .inner .voice-block {
  width: 490px;
  background: #eee;
  padding: 25px;
  margin: 0 0 20px;
  line-height: 1.6;
}
.voice .inner .voice-block .prof {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  font-weight: bold;
}
.voice .inner .voice-block .prof .img {
  width: 200px;
  margin: 0 20px 0 0;
}
.voice .inner .voice-block .prof h3 {
  margin: 0 0 5px;
  line-height: 1.6;
  color: #28b472;
}

.faq {
  background: #eee;
  padding: 60px 15px;
}
.faq .inner h3 {
  font-size: 3rem;
  border-bottom: 2px solid #28b472;
  margin: 20px 0;
  padding-bottom: 5px;
}
.faq_each {
  margin: 60px 0 0 0;
}
.faq_a {
}
@media screen and (max-width: 760px) {
  .faq {
    padding: 60px 0;
  }
}

.p_right {
  text-align: right;
  font-size: 1.4rem;
}
.contact {
  padding: 60px 15px;
}
.contact .inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact .inner > p {
  text-align: center;
}
.contact .inner p {
  font-size: 1.4rem;
}
.contact .inner p span {
  color: #3087ca;
  border-bottom: 1px solid;
}

@media screen and (max-width: 760px) {
  .contact {
    padding: 60px 0;
  }
}

.footer_txt {
}

footer {
  color: #fff;
}
footer .inner {
  margin: 0 auto;
  padding: 40px 0;
  background: #323940;
}
footer .inner div {
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
}
footer .inner div h4 {
  margin: 0;
}
footer > p {
  text-align: center;
  color: #666;
  padding: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 760px) {
  footer .inner div {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

/*アコーディオン*/
.accordion ul {
  width: 100%;
  padding: 0;
}

.accordion li {
  position: relative;
  list-style: none;
  background: #fff;
  margin: 10px 0;
}
.accordion li h5 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 30px 0 55px;
  position: relative;
}
.accordion li h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/qa_icon_q.png") center;
  width: 38px;
  height: 38px;
}
.accordion .faq_a {
  padding-left: 55px;
  position: relative;
  padding: 15px 0px 15px 55px;
}
.accordion .faq_a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/qa_icon_a.png") center;
  width: 38px;
  height: 38px;
}
.accordion li:first-child {
}

.accordion li .hinmoku {
  font-weight: bold;
  margin-left: 0px;
}

.manylist li {
  margin-left: 20px;
}

.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 20px;
}

.accordion > ul > li > a h5:hover {
  text-decoration: none;
}

.accordion > ul > li > ul {
  display: none;
  text-align: left;
  padding: 0 20px;
  color: #555;
  line-height: 1.8;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.accordion li .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 15px;
}

.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*メールフォーム*/
.cform {
  width: 100%;
  margin: auto;
  margin: 60px 0 0 0;
  border: solid 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0px;
}
.cform th {
  background: #28b472;
  border: solid 1px #ccc;
  font-size: 1.6rem;
  padding: 30px 25px;
  font-weight: normal;
  text-align: left;
  position: relative;
  color: #fff;
  width: 260px;
}
.cform td {
  border: solid 1px #ccc;
  padding: 20px 25px;
}

.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  width: 100%;
  border: none;
  background: #eee;
  padding: 15px 10px;
}
.cform input#zip {
  width: 120px;
}
.cform select {
  border: none;
  background: #eee;
  padding: 15px 10px;
  height: 50px;
}

.required-srt {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2rem;
  padding: 5px 10px;
  background: #fff;
  color: #28b472;
  margin-left: 10px;
  vertical-align: middle;
  height: 23px;
  line-height: 1.2rem;
}

.contact .thanks {
  text-align: center;
}
.contact .thanks h3 {
  color: #28b472;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.contact .thanks p {
  margin: 0 0 1.6em;
}

@media only screen and (max-width: 760px) {
  .cform th {
    padding: 15px;
  }
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

.submit-btn input {
  background: url("../img/icon-arrow.png") no-repeat right 20px center #28b472;
  background-size: 10px auto;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 2rem;
  transition: all 0.4s ease;
  border: none;
  cursor: pointer;
}

.submit-btn input:hover {
  opacity: 0.8;
}

@media screen and (max-width: 760px) {
  .submit-btn input {
    width: 80%;
    font-size: 1.6rem;
  }
}



/*比較表------------------------------------------------------*/
.hikaku{
	background: url("../img/bg_hikaku.jpg") repeat center;
}
.hikaku .inner{
}
.hikaku .scroll{
  overflow: auto;
  /*width: 100vw;*/
}
.hikaku table{
	border-collapse:collapse;
	overflow: scroll;
	width: 1000px;
}
.hikaku table th,
.hikaku table td{
	border:1px solid #cccccc;
	padding:15px 18px;
	line-height:1.6
}
.hikaku table td{
	background:#fff;
	vertical-align: top;
}
.hikaku table td:nth-child(2){
	background:#cbecdd;
}
.hikaku table td:nth-child(3){
	background:#eafbf3;
}
.hikaku table th{
	background:#323940;
	color:#fff;
	font-size:20px;
	width:200px;
	text-align:left;
	position: sticky;
	position: -webkit-sticky;
	left:0;
}
.hikaku table tr:first-child th{
	font-size:24px;
	text-align:center;
}
.hikaku table td p{
	text-align:center;
	padding:0 10px 10px;
}
.hikaku table .center{
	text-align:center;
}
.hikaku table .titan{
	background:#28b472
}
.hikaku table .border{
	background:#323940;
	background-image: linear-gradient(18deg, /*角度*/
                     transparent 50%,
                     #ccc,
                     #ccc,
                     transparent 51%, 
                     transparent);
	z-index: 1;
}
.hikaku table .border:before{
	content:"項目";
	position:absolute;
	left:18px;
	bottom:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.hikaku table .border:after{
	content:"名称";
	position:absolute;
	right:18px;
	top:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

 @media screen and (max-width: 760px) {
  .hikaku table {
	width: 800px;
	}

	.hikaku table th {
 		width: 90px;
	 }
}