@charset "utf-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}

/* ------------------------------
	common
------------------------------ */
body {
  color: #333333;
  font-family: "Clarimo UD PE Regular", "UD Shin Go Regular", sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1440px;
  min-width: 1040px;
}
.inner {
  margin: 0 auto;
  width: 1040px;
}
img {
  max-width: 100%;
}
.heading-2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.heading-2 .subtitle {
  color: #01916D;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
a {
  transition: .3s;
}
a:hover {
  opacity: .7;
}


/* ------------------------------
	header
------------------------------ */
.header__catch {
	background-color: #000000;
	color: #FFFFFF;
  font-size: 16px;
	height: 40px;
  letter-spacing: 0.01em;
	line-height: 40px;
	text-align: center;
}

/* ------------------------------
	mv
------------------------------ */
#mv {
  background-image: url("../image/mv_bg.jpg");
  background-size: 1440px;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
}
.mv__box {
  padding: 118px 0 76px;
}
.mv__txt {
  margin-top: 44px;
}
.mv__txt-main {
  font-size: 37px;
}
.mv__txt-main strong {
  color: #01916D;
  font-size: 48px;
  font-weight: 600;
}
.mv__txt-sub {
  color: #ffffff;
  font-size: 36px;
  margin-top: 17px;
}
.mv__txt-sub span {
  background-color: #000000;
  display: block;
  height: 52px;
  letter-spacing: 0.04em;
  line-height: 52px;
  text-align: center;
}
.mv__txt-sub .box01 {
  width: 430px;
}
.mv__txt-sub .box02 {
  margin-top: 8px;
  width: 445px;
}
.mv__txt-sub small {
  font-size: 28px;
}

/* ------------------------------
	cta
------------------------------ */
.cta {
  background-image: url("../image/cta_bg.jpg");
  background-size: cover;
  height: 213px;
}
.cta__flex {
  display: flex;
  height: 213px;
  justify-content: space-between;
}
.cta__img {
  width: 160px;
}
.cta__left__flex {
  align-items: center;
  display: flex;
  margin-top: 41px;
}
.cta__right {
  padding-top: 40px;
}
.cta__title {
  font-size: 14px;
  margin-left: 24px;
  margin-top: 8px;
  letter-spacing: 0.07em;
}
.cta__title span {
    display: block;
    font-size: 18px;
    margin-top: 8px;
}
.cta__txt {
  font-size: 16px;
  margin-top: 22px;
}
.cta__txt p {
  letter-spacing: 0.01em;
  line-height: 28px;
}
.cta__button {
  background-color: #EDAD0D;
  border-radius: 8px;
  box-shadow: 0 8px 0 #D69C0C;
  color: #ffffff;
  display: block;
  height: 128px;
  justify-content: center;
  padding: 28px;
  text-align: center;
  width: 504px;
}
.cta__button span {
  display: inline-block;
}
.cta__button-top {
  font-size: 20px;
  position: relative;
}
.cta__button-top::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  left: -20px;
  position: absolute;
  top: 10px;
  transform: rotate(80deg);
  width: 20px;
}
.cta__button-top::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -20px;
  top: 10px;
  transform: rotate(100deg);
  width: 20px;
}
.cta__button-bottom {
  font-size: 35px;
  margin-top: 13px;
}
.cta__attention {
  width: 8px;
}

/* ------------------------------
	voice
------------------------------ */
#voice {
  padding-top: 120px;
}
.voice__boxes {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.voice__box {
  background-image: url("../image/voice_box_bg.png");
  background-size: cover;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.16));
  height: 316px;
  text-align: center;
  width: 248px;
}
.voice__img {
  margin: 33px auto 18px;
  width: 160px;
}
.voice__txt {
  line-height: 28px;
  margin-top: 18px;
}
.box02 .voice__txt,
.box04 .voice__txt {
  margin-top: 32px;
}

/* ------------------------------
	reason
------------------------------ */
#reason {
  background-image: url("../image/reason_bg.png");
  background-size: cover;
  height: 2652px;
  margin-top: -345px;
  padding-top: 458px;
}
#reason .heading-2 {
  color: #ffffff;
  letter-spacing: 0.06em;
}
#reason .heading-2 span {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.reason__content {
  margin-top: 51px;
}
.reason__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  width: 900px;
}
.reason__flex.img-right {
  margin-left: auto;
}
.reason__flex.img-right .reason__img {
  order: 2;
}
.reason__flex.img-right .reason__body {
  order: 1;
}
.reason__img {
  width: 372px;
}
.reason__body {
  padding-top: 70px;
  width: 480px;
}
#reason .heading-3 {
  color: #ffffff;
}
.reason__body-flex {
  align-items: top;
  display: flex;
}
.reason__body-right {
    padding: 5px 0;
}
.reason01 .reason__body-right {
    margin-left: 34px;
}
.reason02 .reason__body-right {
    margin-left: 19px;
}
.reason03 .reason__body-right {
    margin-left: 19px;
}
.reason04 .reason__body-right {
    margin-left: 15px;
}
.reason05 .reason__body-right {
    margin-left: 19px;
}
.reason__num {
  display: inline-block;
  margin-left: 5px;
}
.reason__num.num01 {
  width: 103px;
}
.reason__num.num02 {
  width: 118px;
}
.reason__num.num03 {
  width: 119px;
}
.reason__num.num04 {
  width: 122px;
}
.reason__num.num05 {
  width: 119px;
}
.reason__title {
  background-color: #ffffff;
  color: #01916D;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 12px 12px 8px;
}
.reason__title-sub {
    display: block;
    font-size: 15px;
    letter-spacing: 0.07em;
    margin-top: 15px;
}
.reason__txt {
  border-top: 1px dotted #ffffff;
  color: #ffffff;
  line-height: 28px;
  margin-top: 14px;
  padding-top: 26px;
}

/* ------------------------------
	campaign
------------------------------ */
#campaign {
  padding: 122px 0 158px;
}
.campaign__img {
  margin: 0 auto;
  width: 920px;
}

/* ------------------------------
	trouble
------------------------------ */
#trouble .heading-2 {
  font-size: 38px;
}
#trouble .heading-2 span {
  color: #01916D;
}
.trouble__cases {
  margin-top: 43px;
  margin-left: 4px;
  position: relative;
}
.trouble__img {
  width: 998px;
}
.trouble__case {
  align-items: center;
  display: flex;
  position: absolute;
}
.trouble__case.case01 {
  top: 21px;
  left: 370px;
}
.trouble__case.case02 {
  top: 105px;
  left: 50px;
}
.trouble__case.case03 {
  top: 105px;
  left: 713px;
}
.trouble__case.case04 {
  top: 242px;
  left: 12px;
}
.trouble__case.case05 {
  top: 234px;
  left: 712px;
}
.trouble__case-circle {
  background-color: #333333;
  border-radius: 32px;
  color: #ffffff;
  height: 64px;
  text-align: center;
  width: 64px;
}
.reason__circle-txt {
  display: block;
  font-size: 12px;
  flex-basis: 100%;
  margin-top: 12px;
}
.reason__circle-num {
  display: block;
  font-size: 24px;
  flex-basis: 100%;
}
.trouble__case-txt {
  font-size: 18px;
  line-height: 28px;
  margin-left: 12px;
}
.toubel__flow {
  margin-top: 25px;
}
.toubel__flow .trouble__img {
  margin: 0 auto;
  width: 450px;
}

/* ------------------------------
	price
------------------------------ */
#price {
  padding: 156px 0 115px;
}
.price__catch {
  background-image: url("../image/price_catch_bg.png");
  background-size: cover;
  color: #01916D;
  font-size: 24px;
  height: 75px;
  margin: 28px auto 34px;
  text-align: center;
  padding-top: 15px;
  width: 582px;
}
.price__catch small {
  font-size: 20px;
}
#price .heading-3 {
  border-left: 4px solid #01916D;
  font-size: 20px;
  line-height: 32px;
  padding-left: 12px;
}
#price section {
  margin-bottom: 45px;
}
#price section:last-of-type {
  margin-bottom: 27px;
}
.price__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.price__box {
  background-color: #F6F6F6;
  flex-basis: 336px;
  padding: 24px;
  position: relative;
}
.price__txt {
  font-size: 14px;
  margin: 24px 0 32px;
}
.price__box-table {
  margin: 24px 0 10px;
}
.price__box-table tr {
  display: flex;
}
.price__box-table tr:first-of-type th {
  height: 46px;
  line-height: 46px;
}
.price__box-table th {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px 2px 0;
  text-align: center;
  width: 120px;
}
.price__box-table tr:first-of-type td {
  height: 46px;
}
.price__box-table td {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0 0 2px 0;
  height: 36px;
  padding-left: 12px;
  width: 166px;
}
.price__box-table td span {
  font-size: 10px;
  margin-top: -16px;
}
.price__box-button a {
  background-color: #01916D;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  position: relative;
  width: 288px;
}
.price__icon {
  height: 56px;
  left: 16px;
  position: absolute;
  top: 16px;
  width: 56px;
}
.price__box-button a::after {
  content: "";
  border: solid #ffffff;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  width: 7px;
}
.price__box-button a sup {
  display: inline-block;
  margin-right: 3px;
  transform: scale(0.5);
  width: 3px;
}
.price__note {
  font-size: 12px;
  line-height: 20px;
  padding-left: 710px;
  text-align: left;
}

/* ------------------------------
	flow
------------------------------ */
#flow {
  background-color: #E9F4F1;
  margin-top: 160px;
  padding: 80px 0 56px;
}
#flow .inner {
  margin: 0 auto;
  width: 920px;
}
.flow__content {
  margin-top: 52px;
}
.flow__box {
  background-color: #ffffff;
  margin-bottom: 64px;
  padding: 40px;
  position: relative;
}
.flow__box:not(:last-of-type)::after {
  background-image: url("../image/flow_arrow.png");
  background-size: cover;
  bottom: -48px;
  content: "";
  display: inline-block;
  height: 32px;
  left: calc(50% - 56px);
  position: absolute;
  width: 112px;
}
.flow__box.box01 {
  height: 238px;
}
.flow__box.box02 {
  height: 600px;
}
.flow__box.box03 {
  height: 260px;
}
.flow__title {
  align-items: center;
  display: flex;
}
.flow__title-step {
  height: 56px;
  width: 56px;
}
.flow__title-main {
  font-size: 24px;
  font-weight: 600;
  margin-left: 16px;
}
.flow__txt {
  display: block;
  line-height: 28px;
  margin-top: 18px;
  width: 560px;
}
.flow__img {
  position: absolute;
}
.flow__box.box01 .flow__img {
  height: 177px;
  right: 73px;
  top: 29px;
  width: 191px;
}
.flow__box.box02 .flow__img {
  height: 200px;
  right: 49px;
  top: 20px;
  width: 194px;
}
.flow__box.box03 .flow__img {
  height: 210px;
  right: 71px;
  top: 25px;
  width: 158px;
}
.flow__support {
  background-color: #F6F6F6;
  margin-top: 74px;
  padding: 40px 0;
}
.flow__support-title {
  color: #01916D;
  font-size: 21px;
  text-align: center;
}
.flow__support-img {
  margin-left: 56px;
  margin-top: 20px;
  position: relative;
  width: 701px;
}
.flow__support-txt {
  left: 24px;
  position: absolute;
}
.flow__support-txt.txt01 {
  top: 28px;
}
.flow__support-txt.txt02 {
  top: 92px;
}
.flow__support-txt.txt03 {
  top: 157px;
}

/* ------------------------------
	faq
------------------------------ */
#faq {
  padding: 120px 0 124px;
}
#faq .heading-2 {
  font-size: 42px;
}
#faq .inner {
  margin: 0 auto;
  width: 920px;
}
.faq__content {
  margin-top: 48px;
}
.faq__content dt {
  align-items: center;
  background-color: #F6F6F6;
  border: 1px solid #DCDCDC;
  display: flex;
  font-size: 18px;
  padding: 14px 24px;
}
.faq__content dt span {
  color: #01916D;
  font-size: 31px;
  margin-right: 12px;
}
.faq__content dd {
  border: solid #DCDCDC;
  border-width: 0px 1px 1px 1px;
  line-height: 28px;
  margin-bottom: 32px;
  padding: 25px 24px 25px;
}
.faq__content dd:last-of-type {
  margin-bottom: 0;
}
.faq__button a {
  background-color: #333333;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin: 16px 0 6px;
  padding: 6px 29px 5px 16px;
  position: relative;
}
.faq__button a::after {
  content: "";
  border: solid #ffffff;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  width: 7px;
}

/* ------------------------------
	footer
------------------------------ */
footer {
  padding-top: 123px;
}
.footer__logo {
  margin: 0 auto;
  width: 240px;
}
.footer__navi {
  margin: 80px 0 120px
}
.footer__navi ul {
  display: flex;
  justify-content: center;
}
.footer__navi li {
  line-height: 20px;
  padding: 0 30px;
}
.footer__navi li:not(:last-of-type) {
  border-right: 1px solid #333333;
}
.footer__copyright {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  height: 78px;
  line-height: 78px;
  text-align: center;
}

/* ------------------------------
	pagetop
------------------------------ */
.pagetop__button {
  align-items: center;
  bottom: 50px;
  background-color: #eeeeee;
  border: 2px solid #bbbbbb;
  border-radius: 35px;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-left: auto;
  margin-right: 30px;
  position: fixed;
  right: calc((100vw - 1440px) / 2);
  width: 70px;
}
.pagetop__button::after {
  border: solid #bbbbbb;
  border-width: 2px 0 0 2px;
  content: "";
  position: absolute;
  height: 15px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 15px;
}
@media screen and (max-width: 1440px) {
  .pagetop {
    width: 100%;
  }
  .pagetop__button {
    right: 30px;
  }
}