@charset "UTF-8";

/* ----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: top.scss

------------------------------------------------------------------------
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
1.	共通使用変数定義
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
---------------------------------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body > iframe {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
}

textarea {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------
3.	HTMLタグ
---------------------------------------------------------------------- */
html,
body {
  height: 100%;
}

@media screen and (width >= 769px) {
  html,
  body {
    min-width: 1260px;
  }
}

html {
  font-size: 100%;
}

body {
  color: #374149;
  text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

body ::selection {
  color: #f7f7f7;
  background: #5ea016;

  /* Safari */
}

body ::selection {
  color: #f7f7f7;
  background: #5ea016;

  /* Firefox */
}

a,
a::before,
a::after {
  transition: all 0.15s linear;
}

a > * {
  transition: all 0.15s linear;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a:hover > * {
  text-decoration: none;
}

/* ----------------------------------------------------------------------
4.	container
---------------------------------------------------------------------- */
#container {
  position: relative;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

/* ----------------------------------------------------------------------
5.	共通部分
---------------------------------------------------------------------- */
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (width >= 769px) {
  .sp_none {
    display: block;
  }
}

@media screen and (width <= 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (width >= 769px) {
  .pc_none {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  display: none;
}

@media screen and (width <= 768px) {
  .right-nav {
    right: 8px;
    bottom: 8px;
  }
}

.right-nav a {
  display: block;
  transition: opacity 0.15s linear;
}

.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.right-nav img {
  width: 80px;
  height: 80px;
}

@media screen and (width <= 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

/* ----------------------------------------------------------------------
6.	#header
---------------------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 10000;
  top: 20px;
  left: 30px;
}

@media screen and (width <= 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: #fff;
  }
}

.header__logo {
  display: flex;
  align-items: center;
}

@media screen and (width <= 768px) {
  .header__logo {
    display: block;
  }
}

@media screen and (width <= 768px) {
  .header__logo img {
    width: 80px;
  }
}

.header__text {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-left: 18px;
}

@media screen and (width <= 768px) {
  .header__text {
    display: none;
  }
}

/* ----------------------------------------------------------------------
7.	#content
---------------------------------------------------------------------- */
#contaner {
  width: 100%;
}

@media screen and (width <= 768px) {
  #contaner {
    padding-top: 0;
  }
}

.content_main_list {
  padding: 0;
  margin-bottom: 0;
}
.content_title {
  display: none;
}
.container_center {
  padding: 0;
}

/* ----------------------------------------------------------------------
8.	#main
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
9.	#sub
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
10.	#footer
---------------------------------------------------------------------- */
.footer__copyright {
  padding: 14px 0;
  font-size: 12px;
  color: #fff;
  background: #374149;
  text-align: center;
}

/* ----------------------------------------------------------------------
11.	ページ別個別設定
---------------------------------------------------------------------- */
.main__visual {
  height: 800px;
  background: url('../img/lp_hero.jpg') center top no-repeat;
}

@media screen and (width >= 1921px) {
  .main__visual {
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (width <= 1280px) {
  .main__visual {
    background: url('../img/lp_hero2.jpg') center top no-repeat;
  }
}

@media screen and (width <= 768px) {
  .main__visual {
    position: relative;
    height: 700px;
    background: url('../img/lp_hero_sp.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 66.66667%;
  }
}

.main__visual__inner {
  width: 1080px;
  height: 100%;
  margin: 0;
  padding: 50px 140px;
  background: rgb(0 0 0 / 70%);
}

@media screen and (width <= 1280px) {
  .main__visual__inner {
    width: 768px;
    padding: 40px 40px 0;
  }
}

@media screen and (width <= 768px) {
  .main__visual__inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
  }
}

.main__visual__title {
  margin-bottom: 45px;
}

@media screen and (width <= 768px) {
  .main__visual__title {
    padding: 10px;
    text-align: center;
    margin-bottom: 1%;
  }
}

@media screen and (width <= 768px) {
  .main__visual__title img {
    width: 89.33333%;
    margin: auto;
  }
}

.line-1 {
  display: block;
  font-size: 65px;
  color: #ffc;
  font-weight: bold;
  letter-spacing: 10px;
  padding-bottom: 35px;
}

@media screen and (width <= 1280px) {
  .line-1 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (width <= 480px) {
  .line-1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.line-2 {
  display: block;
  font-size: 40px;
  color: white;
  letter-spacing: 20px;
  padding-bottom: 25px;
}

@media screen and (width <= 1280px) {
  .line-2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (width <= 480px) {
  .line-2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.line-3 {
  display: block;
  font-size: 27px;
  color: white;
  letter-spacing: 5px;
}

@media screen and (width <= 1280px) {
  .line-3 {
    font-size: 20px;
  }
}

@media screen and (width <= 480px) {
  .line-3 {
    font-size: 16px;
  }
}

.line-3-ft-large {
  font-size: 33px;
  font-weight: bold;
}

@media screen and (width <= 480px) {
  .line-3-ft-large {
    font-size: 20px;
  }
}

table.main_tbl,
table.main_sub-tbl {
  display: table;
  width: 100%;
  border: 1px solid #09f;
}

@media screen and (width <= 768px) {
  table.main_tbl,
  table.main_sub-tbl {
    width: 90%;
    margin: auto;
  }
}

table.main_sub-tbl {
  position: relative;
  margin: 30px 0;
}

@media screen and (width <= 768px) {
  table.main_sub-tbl {
    width: 90%;
    margin: 30px auto;
  }
}

table.main_sub-tbl::before {
  content: '+';
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -9px;
  font-size: 25px;
  color: white;
  font-weight: bold;
}

table.main_sub-tbl::after {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  width: 25px;
  height: 25px;
  background: #09f;
  border-radius: 50%;
}

table.main_tbl thead tr td {
  font-size: 20px;
  color: white;
  background: #09f;
  font-weight: bold;
}

@media screen and (width <= 480px) {
  table.main_tbl thead tr td {
    font-size: 16px;
  }
}

table.main_tbl td,
table.main_sub-tbl td {
  margin: auto;
  padding: 15px;
  font-size: 16px;
  color: #374149;
  background: white;
  text-align: center;
  border-bottom: 1px solid #09f;
}
table.main_tbl td.col1 {
  width: 25%;
  font-size: 20px;
}

@media screen and (width <= 480px) {
  table.main_tbl td.col1 {
    font-size: 16px;
  }
}
table.main_sub-tbl td.col1 {
  width: 25%;
  font-size: 16px;
}
table.main_tbl td.col2 {
  width: 75%;
  font-size: 16px;
  text-align: left;
  border-left: 1px solid #09f;
  font-weight: bold;
  letter-spacing: 3px;
}
table.main_sub-tbl td.col2 {
  width: 75%;
  font-size: 16px;
  text-align: left;
}

table.main_tbl td.col2 span.td-ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
}

table.main_tbl td.col2 span.td-ft-large {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (width <= 480px) {
  table.main_tbl td.col2 span.td-ttl,
  table.main_tbl td.col2 span.td-ft-large {
    font-size: 16px;
    font-weight: normal;
  }
}

.main__visual__contact {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (width <= 768px) {
  .main__visual__contact {
    width: 96%;
    margin: auto;
  }
}

@media screen and (width >= 769px) {
  .main__visual__contact.pc_none {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .main__visual__contact.sp_none {
    display: none;
  }
}

.main__visual__contact__item {
  width: 600px;
}

@media screen and (width <= 768px) {
  .main__visual__contact__item {
    width: 80%;
    margin: auto;
  }
}

.main__visual__contact__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff !important;
  border-radius: 30px;
  padding-left: 23px;
}

@media screen and (width <= 768px) {
  .main__visual__contact__item a {
    height: 40px;
    padding-left: 0;
  }
}

.main__visual__contact__item a.-contact {
  background: #84cc2c;
}

.main__visual__contact__item a.-contact .-icon::before {
  top: 0;
  left: -30px;
  width: 22px;
  height: 16px;
  background: url('../img/icon_contact01.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .main__visual__contact__item a.-contact .-icon::before {
    left: -22px;
    width: 16px;
    height: 12px;
  }
}

.main__visual__contact__item a.-entry {
  background: #f33;
}

.main__visual__contact__item a.-entry .-icon::before {
  top: -3px;
  left: -33px;
  width: 23px;
  height: 22px;
  background: url('../img/icon_entry01.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .main__visual__contact__item a.-entry .-icon::before {
    top: -2px;
    left: -22px;
    width: 16px;
    height: 18;
  }
}

.main__visual__contact__item a span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .main__visual__contact__item a span {
    font-size: 13px;
  }
}

@media screen and (width <= 480px) {
  .main__visual__contact__item a span {
    font-size: 11px;
  }
}

.main__visual__contact__item a span::before {
  content: '';
  position: absolute;
}

.main__lead {
  position: relative;
  padding: 50px 0 0;
  background: url('../img/lp_main2_bg.jpg') center top no-repeat;
  text-align: center;
}

@media screen and (width <= 768px) {
  .main__lead {
    padding: 5% 0 6%;
    font-size: 18px;
    margin-bottom: 6%;
  }
}

.main__lead::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -53px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-color: #3853d1 transparent transparent;
  border-style: solid;
  border-width: 53px 43px 0;
}

@media screen and (width <= 768px) {
  .main__lead::after {
    bottom: -21px;
    border-width: 26px 21.5px 0;
  }
}

.main__lead__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 1080px;
  margin: auto;
  padding: 15px;
  font-size: 26px;
  color: #fff;
  background: rgb(0 0 0 / 70%);
  line-height: 2;
}

@media screen and (width <= 1280px) {
  .main__lead__inner {
    width: 768px;
    font-size: 18px;
  }
}

@media screen and (width <= 768px) {
  .main__lead__inner {
    width: auto;
  }
}

.main__lead__inner::before,
.main__lead__inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  width: 150px;
  height: 150px;
  margin: auto;
  background: url('../img/finger.png') left top no-repeat;
  background-size: contain;
}

.main__lead__inner::after {
  right: -200px;
  left: unset;
}

a.more_info {
  display: block;
  padding: 30px;
  font-size: 20px;
  color: white !important;
  text-decoration: underline;
}

.main__lead .big {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (width <= 1280px) {
  .main__lead .big {
    font-size: 21px;
  }
}

.lp-box {
  padding: 140px 0;
}

@media screen and (width <= 768px) {
  .lp-box {
    padding: 15% 0;
  }
}

.box__inner,
.caution_box__inner {
  width: 1200px;
  margin: auto;
}

@media screen and (width <= 1280px) {
  .caution_box__inner {
    width: 768px;
  }
}

@media screen and (width <= 768px) {
  .box__inner,
  .caution_box__inner {
    width: auto;
  }
}

.box__title {
  position: relative;
  height: 100px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .box__title {
    font-size: 22px;
  }
}

@media screen and (width <= 480px) {
  .box__title {
    font-size: 16px;
  }
}
.box__title__inner {
  position: relative;
}

.box__title__inner::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  height: 6px;
  margin: auto;
  background: #09f;
}

.sub-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.sub-box-ttl {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  padding: 15px 50px;
  font-size: 35px;
  color: white;
  background: #09f;
  border-radius: 25px;
}

@media screen and (width <= 768px) {
  .sub-box-ttl {
    font-size: 20px;
  }
}

.sub-box p {
  margin: auto;
  font-size: 26px;
}

@media screen and (width <= 768px) {
  .sub-box p {
    font-size: 18px;
  }
}

.problem__title {
  /* margin-bottom: 100px; */

  /* font-size: 46px; */
  line-height: 1.30435;
}

.problem__title .small {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .problem__title .small {
    font-size: 16px;
  }
}

.caution_ttl {
  position: relative;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.caution_ttl::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  width: 120px;
  height: 20px;
  margin: auto;
  background: white;
}

.caution_ttl::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #333;
}

.simple__list {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.simple__list li {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  padding-left: 20px;
}

.simple__list li::before {
  content: '●';
  position: absolute;
  left: 0;
}

@media screen and (width <=1280px) {
  .simple__list li {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 18px;
  }
}

.info_box {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
  border-radius: 20px;
  border: 2px solid #09f;
  letter-spacing: 4px;
}

@media screen and (width <=1280px) {
  .info_box {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.border-box {
  border-bottom: 5px solid #374149;
  border-width: 100%;
  margin-bottom: 140px;
}

.problem__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (width <= 768px) {
  .problem__list {
    display: block;
    padding: 0 4%;
  }
}

@media screen and (width <= 768px) {
  .problem__item:not(:first-child) {
    margin-top: 5%;
  }
}

@media screen and (width <= 768px) {
  .problem__item dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.problem__item__term {
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .problem__item__term {
    width: 33%;
    margin-bottom: 0;
  }
}

@media screen and (width <= 768px) {
  .problem__item__term img {
    width: 100%;
  }
}

.problem__item__description {
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .problem__item__description {
    width: 63%;
    font-size: 11px;
    text-align: left;
  }
}

.problem__item__description .big {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .problem__item__description .big {
    font-size: 16px;
  }
}

.problem__item__description.-last {
  padding-top: 6px;
}

@media screen and (width <= 768px) {
  .problem__item__description.-last {
    padding-top: 0;
  }
}

@media screen and (width <= 768px) {
  .about {
    padding-top: 5%;
  }
}

.about__lead {
  font-size: 20px;
  text-align: center;
  line-height: 2.2;
  font-weight: bold;
  margin-top: 430px;
}

@media screen and (width <= 768px) {
  .about__lead {
    font-size: 13px;
    margin-top: 80%;
  }
}

.about__lead .big {
  font-size: 26px;
}

@media screen and (width <= 768px) {
  .about__lead .big {
    font-size: 16px;
  }
}

.about__lead .small {
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .about__lead .small {
    font-size: 11px;
  }
}

.about__lead span {
  font-weight: bold;
}

.about__list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}

@media screen and (width <= 768px) {
  .about__list {
    flex-wrap: wrap;
    margin-top: 8%;
  }
}

.about__item {
  flex-basis: 31%;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}

@media screen and (width <= 768px) {
  .about__item {
    flex-basis: 80%;
    margin-bottom: 20px;
  }
}

.about__item:nth-child(1) {
  background-color: #9c3;
}

.about__item:nth-child(2) {
  background-color: #393;
}

.about__item:nth-child(3) {
  background-color: #093;
}

.about__item__term {
  flex-basis: 100%;
  font-size: 46px;
  color: white;
  background: none;
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .about__item__term {
    margin-bottom: 5%;
  }
}

@media screen and (width <= 768px) {
  .about__item__term img {
    width: 100%;
  }
}

.about__item__description {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  color: #374149;
  border-radius: 4px;
  text-align: left;
  line-height: 32px;
  background-color: white;
  letter-spacing: 0;
  min-height: 150px;
}

.asterisk-box {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #666;
  margin-top: 50px;
  padding-left: 20px;
}
.asterisk-box::before {
  content: '※';
}
.comnt-box {
  display: flex;
  justify-content: center;
  margin: 50px auto 100px;
  font-size: 25px;
  color: #374149;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (width <= 768px) {
  .comnt-box {
    font-size: 16px;
  }
}

.strength {
  background: rgb(50 150 200 / 10%);
}

.strength__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (width <= 768px) {
  .strength__list {
    display: block;
    padding: 0 5%;
  }
}

.strength__item {
  width: 350px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 350px 230px;
  padding-top: 250px;
}

@media screen and (width <= 768px) {
  .strength__item {
    width: auto;
  }
}

@media screen and (width <= 768px) {
  .strength__item:not(:first-child) {
    margin-top: 10%;
  }
}

.strength__item__term {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
}

.strength__item__description {
  font-size: 14px;
  line-height: 1.85714;
}

.difference__title {
  line-height: 1.5;
  margin-bottom: 100px;
}

@media screen and (width <= 768px) {
  .difference__title {
    font-size: 18px;
    margin-bottom: 10%;
  }
}

.difference__title .big {
  font-size: 60px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .difference__title .big {
    font-size: 27px;
  }
}

.difference__box:first-of-type {
  margin-bottom: 130px;
}

@media screen and (width <= 768px) {
  .difference__box:first-of-type {
    margin-bottom: 15%;
  }
}

.difference__box__upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

@media screen and (width <= 768px) {
  .difference__box__upper {
    display: block;
    margin-bottom: 15%;
  }
}

.difference__box__upper.-rev > div {
  order: 2;
}

.difference__box__left {
  width: 660px;
}

@media screen and (width <= 768px) {
  .difference__box__left {
    width: auto;
  }
}

.difference__box__title {
  position: relative;
  font-size: 30px;
  line-height: 1.33333;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 70px;
}

@media screen and (width <= 768px) {
  .difference__box__title {
    font-size: 20px;
    padding-left: 15%;
  }
}

.difference__box__title::before {
  position: absolute;
  left: 0;
  font-size: 70px;
  color: #5ea016;
}

@media screen and (width <= 768px) {
  .difference__box__title::before {
    left: 3%;
    font-size: 45px;
  }
}

.difference__box__title.-num1::before {
  content: '1';
}

.difference__box__title.-num2::before {
  content: '2';
}

.difference__box__title .small {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .difference__box__title .small {
    font-size: 15px;
  }
}

.difference__box__text {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (width <= 768px) {
  .difference__box__text {
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 10%;
  }
}

.difference__box__text em {
  font-weight: bold;
}

.difference__box dl {
  width: 460px;
}

@media screen and (width <= 768px) {
  .difference__box dl {
    width: auto;
  }
}

.difference__box dl.-last {
  width: 486px;
}

@media screen and (width <= 768px) {
  .difference__box dl.-last {
    width: auto;
  }
}

.difference__box__term {
  padding: 11px 0;
  font-size: 20px;
  color: #fff;
  background: #374149;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .difference__box__description img {
    width: 100%;
  }
}

.difference__box__lower {
  position: relative;
  padding: 50px 0 43px 50px;
  background-color: rgb(94 160 22 / 10%);
  background-position: right top;
  background-repeat: no-repeat;
}

@media screen and (width <= 768px) {
  .difference__box__lower {
    padding: 8% 5% 95%;
  }
}

.difference__box__lower::before {
  content: '';
  position: absolute;
  top: -21px;
  left: -41px;
  width: 86px;
  height: 82px;
  background: url('../img/icon_point.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .difference__box__lower::before {
    top: 4%;
    left: 3%;
    width: 83.5px;
    height: 73px;
    background: url('../img/icon_point_sp.png') left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.difference__box__lower.-num1 {
  background-image: url('../img/difference_box_lower_bg1.gif');
}

@media screen and (width <= 768px) {
  .difference__box__lower.-num1 {
    background-image: url('../img/difference_box_lower_bg1_sp.gif');
    background-position: center bottom;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.difference__box__lower.-num1::after {
  content: '';
  position: absolute;
  top: -86px;
  right: 20px;
  width: 414px;
  height: 127px;
  background: url('../img/difference_box_lower_bg3.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .difference__box__lower.-num1::after {
    content: none;
  }
}

.difference__box__lower.-num2 {
  background-image: url('../img/difference_box_lower_bg2.jpg');
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .difference__box__lower.-num2 {
    background-position: center bottom;
    padding-bottom: 65%;
  }
}

.difference__box__lower__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (width <= 768px) {
  .difference__box__lower__title {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 82px;
  }
}

.difference__box__lower__title em {
  font-size: 28px;
  color: #5ea016;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .difference__box__lower__title em {
    font-size: 20px;
  }
}

.difference__box__lower__text {
  width: 590px;
  font-size: 14px;
  line-height: 2.14286;
}

@media screen and (width <= 768px) {
  .difference__box__lower__text {
    width: auto;
    line-height: 1.71429;
  }
}

.difference__box__lower__text em {
  font-weight: bold;
}

.contactArea,
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  background: url('../img/contactArea_bg.jpg') center top no-repeat;
}

@media screen and (width >= 1921px) {
  .contactArea,
  .contact {
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (width <= 768px) {
  .contactArea,
  .contact {
    display: block;
    height: auto;
    background: none;
  }
}

.contactArea__box,
.contact__box {
  width: 1000px;
}

@media screen and (width <= 768px) {
  .contactArea__box,
  .contact__box {
    width: auto;
  }
}

.contactArea__box__title,
.contact__box__title {
  padding: 21px 0;
  font-size: 18px;
  color: #fff;
  background: #555a5c;
  border-radius: 16px;
  border-radius: 16px 16px 0 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .contactArea__box__title,
  .contact__box__title {
    border-radius: 0;
    line-height: 1.44444;
  }
}

.contactArea__box__title.-thanks,
.contact__box__title.-thanks {
  background: none;
}

.contactArea__list,
.contact__list {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  background: #fff;
  border-radius: 0;
  border-radius: 0 0 16px 16px;
}

@media screen and (width <= 768px) {
  .contactArea__list,
  .contact__list {
    display: block;
    padding: 5%;
    background: url('../img/contactArea_bg.jpg') center top no-repeat;
    border-radius: 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.contactArea__item,
.contact__item {
  width: 333.33333px;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

@media screen and (width <= 768px) {
  .contactArea__item,
  .contact__item {
    width: auto;
    padding: 7% 0;
    background: #fff;
    border-radius: 15px;
    border: none;
    margin-bottom: 5%;
  }
}

.contactArea__item:last-child,
.contact__item:last-child {
  border-right: none;
}

@media screen and (width <= 768px) {
  .contactArea__item:last-child,
  .contact__item:last-child {
    margin-bottom: 0;
  }
}

.contactArea__item__term,
.contact__item__term {
  font-size: 15px;
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .contactArea__item__term,
  .contact__item__term {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}

.contactArea__item__term.-tel,
.contact__item__term.-tel {
  margin-bottom: 12px;
}

.contactArea__item__term__inner,
.contact__item__term__inner {
  position: relative;
}

.contactArea__item__term__inner::before,
.contact__item__term__inner::before {
  content: '';
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.contactArea__item__term__inner.-tel::before,
.contact__item__term__inner.-tel::before {
  top: 1px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-image: url('../img/icon_tel.png');
}

.contactArea__item__term__inner.-form::before,
.contact__item__term__inner.-form::before {
  left: -25px;
  width: 19px;
  height: 14px;
  background-image: url('../img/icon_contact02.png');
}

.contactArea__item__term__inner.-entry::before,
.contact__item__term__inner.-entry::before {
  top: 3px;
  left: -27px;
  width: 21px;
  height: 20px;
  background-image: url('../img/icon_entry02.png');
}

.contactArea__item__tel,
.contact__item__tel {
  margin-bottom: 12px;
}

.contactArea__item__tel a,
.contact__item__tel a {
  font-size: 30px;
  color: #374149;
  font-weight: bold;
}

.contactArea__item__description,
.contact__item__description {
  font-size: 12px;
}

.contactArea__item__btn a,
.contact__item__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 46px;
  margin: auto;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
}

.contactArea__item__btn.-form a,
.contact__item__btn.-form a {
  background: #70cc05;
}

.contactArea__item__btn.-entry a,
.contact__item__btn.-entry a {
  background: #21bf25;
}

.price {
  background: rgb(94 160 22 / 10%);
}

.price__title {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .price__title {
    margin-bottom: 10%;
  }
}

.price__table {
  margin-bottom: 70px;
}

@media screen and (width <= 768px) {
  .price__table {
    margin-bottom: 10%;
  }
}

@media screen and (width <= 768px) {
  .price__table img {
    width: 100%;
  }
}

.price__inner {
  width: 800px;
  margin: auto;
}

@media screen and (width <= 768px) {
  .price__inner {
    width: auto;
  }
}

.price__info {
  margin-bottom: 90px;
}

@media screen and (width <= 768px) {
  .price__info {
    padding: 0 5%;
    margin-bottom: 10%;
  }
}

.price__info__term {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}

@media screen and (width <= 768px) {
  .price__info__term {
    font-size: 16px;
    line-height: 1.5;
  }
}

.price__info__description {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 27px;
}

@media screen and (width <= 768px) {
  .price__info__description {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.price__info__notice {
  font-size: 13px;
}

@media screen and (width <= 768px) {
  .price__info__notice {
    font-size: 12px;
    line-height: 1.75;
  }
}

.price__detail:nth-of-type(2) {
  margin-bottom: 90px;
}

@media screen and (width <= 768px) {
  .price__detail:nth-of-type(2) {
    margin-bottom: 10%;
  }
}

.price__detail__term {
  padding: 16px 0;
  font-size: 24px;
  color: #fff;
  background: #374149;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .price__detail__term {
    padding: 4% 0;
    font-size: 18px;
  }
}

@media screen and (width <= 768px) {
  .price__detail__description img {
    width: 100%;
  }
}

.price__detail__text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (width <= 768px) {
  .price__detail__text {
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.71429;
    margin-top: 6%;
  }
}

.price__detail__notice {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .price__detail__notice {
    padding: 0 5%;
    font-size: 11px;
    line-height: 1.75;
    margin-top: 6%;
  }
}

.qa {
  padding: 290px 0 120px;
  background: url('../img/qa_bg.jpg') right bottom no-repeat;
}

@media screen and (width <= 768px) {
  .qa {
    padding: 0 0 10%;
    background: url('../img/qa_bg_sp.jpg') right top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.qa__inner {
  width: 1200px;
  margin: auto;
}

@media screen and (width <= 768px) {
  .qa__inner {
    width: auto;
    padding-top: 23%;
  }
}

.qa__title {
  position: relative;
  font-size: 60px;
  text-align: center;
  line-height: 1.16667;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (width <= 768px) {
  .qa__title {
    font-size: 27px;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 4%;
  }
}

.qa__title::before {
  content: '';
  position: absolute;
  top: -160px;
  right: 0;
  left: 0;
  width: 202px;
  height: 136px;
  margin: auto;
  background: url('../img/icon_qa.png') left top no-repeat;
}

@media screen and (width <= 768px) {
  .qa__title::before {
    top: -82%;
    right: unset;
    left: 5%;
    width: 85px;
    height: 57px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.qa__title .small {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .qa__title .small {
    display: block;
    font-size: 18px;
    margin-top: 2%;
  }
}

.qa__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

@media screen and (width <= 768px) {
  .qa__list {
    display: block;
    margin-bottom: 8%;
  }
}

.qa__item {
  position: relative;
  width: 580px;
  margin: 0 40px 60px 0;
  padding: 36px 40px 30px 80px;
  font-size: 18px;
  background: #f1f2f2;
  border-radius: 16px;
}

@media screen and (width <= 768px) {
  .qa__item {
    width: auto;
    margin: 0 0 3%;
    padding: 6% 5% 6% 12%;
    font-size: 14px;
    border-radius: 0;
  }
}

.qa__item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-color: #f1f2f2 transparent transparent;
  border-style: solid;
  border-width: 32px 18.5px 0;
}

@media screen and (width <= 768px) {
  .qa__item::before {
    display: none;
  }
}

.qa__item:nth-child(even) {
  margin-right: 0;
}

.qa__item__question {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .qa__item__question {
    line-height: 1.5;
  }
}

.qa__item__question::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: url('../img/icon_question.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .qa__item__question::before {
    top: -2px;
    left: -33px;
    width: 25px;
    height: 25px;
  }
}

.qa__item__answer {
  position: relative;
  line-height: 1.55556;
}

@media screen and (width <= 768px) {
  .qa__item__answer {
    line-height: 1.5;
  }
}

.qa__item__answer::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: url('../img/icon_answer.png') left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (width <= 768px) {
  .qa__item__answer::before {
    top: -2px;
    left: -33px;
    width: 25px;
    height: 25px;
  }
}

.qa__text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (width <= 768px) {
  .qa__text {
    padding: 0 5%;
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 5%;
  }
}

.qa__summary {
  display: flex;
}

@media screen and (width <= 768px) {
  .qa__summary {
    display: block;
  }
}

.qa__summary__item:first-child {
  width: 366px;
  margin-right: 34px;
}

@media screen and (width <= 768px) {
  .qa__summary__item:first-child {
    width: 90%;
    margin: 0 auto 6%;
  }
}

.qa__summary__item:nth-child(2) {
  width: 450px;
}

@media screen and (width <= 768px) {
  .qa__summary__item:nth-child(2) {
    width: 90%;
    margin: auto;
  }
}

.qa__summary__term {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .qa__summary__term {
    font-size: 15px;
    margin-bottom: 3%;
  }
}

.qa__summary__term.-purpose {
  background: #729d3b;
}

.qa__summary__term.-content {
  background: #cb4829;
}

.qa__summary__description {
  font-size: 16px;
  line-height: 2;
  padding-left: 10px;
}

@media screen and (width <= 768px) {
  .qa__summary__description {
    font-size: 13px;
    line-height: 1.84615;
  }
}

.flow {
  background: rgb(94 160 22 / 10%);
}

.flow__title {
  margin-bottom: 140px;
}

@media screen and (width <= 768px) {
  .flow__title {
    margin-bottom: 10%;
  }
}

.flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -60px;
}

@media screen and (width <= 768px) {
  .flow__list {
    display: block;
    padding: 0 5%;
    margin-top: 0;
  }
}

.flow__item {
  position: relative;
  width: 47.5%;
  margin-top: 60px;
  padding-left: 150px;
}

@media screen and (width <= 768px) {
  .flow__item {
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
}

@media screen and (width <= 768px) {
  .flow__item:not(:first-child) {
    margin-top: 10%;
  }
}

.flow__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (width <= 768px) {
  .flow__item::before {
    display: none;
  }
}

.flow__item:nth-child(1)::before {
  background-image: url('../img/flow_item_bg1.png');
  -webkit-background-size: contain;
  background-size: contain;
}

.flow__item:nth-child(2)::before {
  background-image: url('../img/flow_item_bg2.png');
  -webkit-background-size: contain;
  background-size: contain;
}

.flow__item:nth-child(3)::before {
  background-image: url('../img/flow_item_bg3.png');
  -webkit-background-size: contain;
  background-size: contain;
}

.flow__item:nth-child(4)::before {
  background-image: url('../img/flow_item_bg4.png');
  -webkit-background-size: contain;
  background-size: contain;
}

.flow__item__term {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (width <= 768px) {
  .flow__item__term {
    font-size: 19px;
    margin-bottom: 3%;
  }
}

.flow__item__term__inner {
  display: inline-block;
  width: 100px;
}

@media screen and (width <= 768px) {
  .flow__item__term__inner {
    margin-right: -15px;
  }
}

@media screen and (width <= 768px) {
  .flow__item__term__inner img {
    width: 67%;
  }
}

.flow__item__description {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (width <= 768px) {
  .flow__item__description {
    font-size: 13px;
    line-height: 1.69231;
  }
}

.contact {
  height: auto;
  background: url('../img/contact_bg.jpg') center center no-repeat;
}

@media screen and (width >= 1921px) {
  .contact {
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (width <= 768px) {
  .contact {
    padding: 12% 0 15%;
    background: #fff;
  }
}

.contact__title {
  color: #fff;
  margin-bottom: 100px;
}

@media screen and (width <= 768px) {
  .contact__title {
    color: #374149;
    margin-bottom: 10%;
  }
}

.contact__inner {
  width: 800px;
  margin: auto;
}

@media screen and (width <= 768px) {
  .contact__inner {
    width: auto;
  }
}

.contact__box {
  width: auto;
}

.contact__box:first-of-type {
  margin-bottom: 80px;
}

@media screen and (width <= 768px) {
  .contact__box:first-of-type {
    margin-bottom: 0;
  }
}

.contact__item {
  width: 50%;
}

@media screen and (width <= 768px) {
  .contact__item {
    width: auto;
  }
}

.contact form {
  padding: 40px 55px;
  background: #fff;
  border-radius: 0;
  border-radius: 0 0 16px 16px;
}

@media screen and (width <= 768px) {
  .contact form {
    padding: 5% 5% 10%;
  }
}

.contact__form {
  margin-bottom: 30px;
}

.contact__form__item:not(:last-child) {
  margin-bottom: 25px;
}

.contact__form__item dl {
  display: flex;
  align-items: center;
}

@media screen and (width <= 768px) {
  .contact__form__item dl {
    display: block;
  }
}

.contact__form__item__term {
  width: 180px;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .contact__form__item__term {
    width: auto;
    margin-bottom: 5px;
  }
}

.contact__form__item__description {
  width: 510px;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .contact__form__item__description {
    width: 100%;
  }
}

.contact__form__item__description input,
.contact__form__item__description textarea {
  width: 510px;
  padding: 5px;
  font-size: 16px;
  background: #f7f8f8;
  border-radius: 6px;
  border: 1px solid #b5b5b6;
}

@media screen and (width <= 768px) {
  .contact__form__item__description input,
  .contact__form__item__description textarea {
    width: 100%;
  }
}

.contact__form__item__description textarea {
  resize: vertical;
}

.contact__form__btn {
  display: flex;
  justify-content: center;
}

.contact__form__btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 46px;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background: #70cc05;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  outline: none;
  transition: all 0.15s linear;
}

@media screen and (width <= 768px) {
  .contact__form__btn input {
    width: 65.71429%;
  }
}

.contact__form__btn input.-reset,
.contact__form__btn input.-back {
  background: #a0a0a0;
}

.contact__form__btn input.-confirm {
  margin: 0 2%;
}

.contact__form__btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.error .contact__form__item__description .data-r {
  color: #dc0000;
}

.thanks .contact {
  height: 100vh;
}
