/*
  #6DC0B0 #47A090
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  cursor: pointer;
}

img:not([alt]) {
  filter: blur(10px)
}

h1,
h2,
h3,
h4 {
  color: #111;
  line-height: 1.3;
}

p,
ul,
ol,
li,
dl,
a {
  color: #333;
}

body {
  width: 100%;
  font-family:
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3",
    HiraKakuProN-W3,
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "游ゴシック体",
    YuGothic,
    "Yu Gothic M",
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    "Helvetica Neue",
    HelveticaNeue,
    Helvetica,
    Arial,
    "Segoe UI",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

.width,
.width2 {
  width: 100%;
  margin: auto;
}

.width {
  max-width: 1200px;
}

.width2 {
  max-width: 920px;
}

a {
  text-decoration: none;
}

.textHedlineColor {
  color: #333;
}

.textColor {
  color: #555;
}

@media (max-width: 590px) {
  #body {
    font-size: 1em;
  }

  .qw30,
  .qw33,
  .qw40,
  .qw50,
  .qw60,
  .qw70 {
    width: 100%;
  }

  .innerPad {
    padding: 30px 20px;
  }

  .display {
    display: none;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  #body {
    font-size: 1.1em;
  }

  .innerPad {
    padding: 30px;
  }

  .display {
    display: none;
  }

  .mqfl {
    display: flex;
  }

  .mqfw {
    flex-wrap: wrap;
  }

  .mqfb {
    justify-content: space-between;
  }

  .mqfac {
    align-items: center;
  }

  .mqfr {
    flex-flow: row-reverse;
  }
}

@media (min-width: 591px) {
  #body {
    font-size: 1.05em;
  }

  .innerPad {
    padding: 40px;
  }

  .qfl,
  .mqfl {
    display: flex;
  }

  .qfw,
  .mqfw {
    flex-wrap: wrap;
  }

  .qfb,
  .mqfb {
    justify-content: space-between;
  }

  .qfac,
  .mqfac {
    align-items: center;
  }

  .qfr,
  .mqfr {
    flex-flow: row-reverse;
  }

  .qw70 {
    width: calc(70% - 20px);
  }

  .qw60 {
    width: calc(60% - 20px);
  }

  .qw50 {
    width: calc(50% - 20px);
  }

  .qw40 {
    width: calc(40% - 20px);
  }

  .qw30 {
    width: calc(30% - 20px);
  }

  .qw33 {
    width: calc(33% - 20px);
  }
}

.fl {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

.fb {
  justify-content: space-between;
}

.fjc {
  justify-content: center;
}

.fac {
  align-items: center;
}

.fr {
  flex-flow: row-reverse;
}

@media (max-width: 590px) {
  .p {
    display: none !important;
  }

  .plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  .m {
    display: none !important;
  }

  .plr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 591px) {
  .m {
    display: none !important;
  }

  .plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* header */

#header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 1000;
}

#header_logo {}

#header_logo img,
#header_slogo img {
  width: 100%;
}

@media (max-width: 590px) {
  #header_logo {
    display: none;
  }

  #header_slogo {
    display: block;
    width: 50px;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  #header_logo {
    display: block;
  }

  #header_slogo {
    display: none;
  }
}

@media (min-width: 591px) {
  #header_logo {
    display: block;
  }

  #header_slogo {
    display: none;
  }
}


#header_tel_number {
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}

#header_tel_box {
  line-height: 1.4;
}

#header_tel_box_time {
  display: block;
  font-size: 80%;
}

#header_tel_box_code {
  display: block;
  font-size: 80%;
}

#header_p {
  font-size: 120%;
  font-weight: bold;

}

@media (max-width: 590px) {
  #header_logo {
    width: 80px;
  }

  #header {
    padding: 0 10px;
  }

  #header_tel_number {
    font-size: 100%;
    font-weight: bold;
  }

  #header_p {
    display: none;
  }
}

@media (min-width: 591px) and (max-width: 790px) {
  #header {
    padding: 0 20px;
  }

  #header_logo {
    width: 180px;
  }

  #header_tel_number {
    font-size: 180%;
  }

  #header_p {
    display: none;
  }
}

@media (min-width: 791px) {
  #header {
    padding: 0 30px;
  }

  #header_logo {
    width: 180px;
  }

  #header_tel_number {
    font-size: 180%;
  }

  #header_p {}
}


/*  */

.sectionType1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.sectionBackImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 1920px;
  min-height: 100%;
  z-index: -1;
}

.compTextColor {
  color: #E7AF00;
}

.compBackColor {
  background: #E7AF00;
}


@media (max-width: 590px) {
  .sectionType1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  .sectionType1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 591px) {
  .sectionType1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media (max-width: 590px) {}

@media (min-width: 591px) and (max-width: 590px) {}

@media (min-width: 591px) {}

/* hero */
.hero {
  height: 100%;
}

.hero_background {
  top: 80px;
}

.hero_contents {

  padding: 120px 30px 0 30px;
  animation: bggradient 2s ease;
  background: linear-gradient(45deg, rgba(69, 158, 140, 0.9), rgba(69, 158, 140, 0.9), rgba(255, 255, 255, 0.9));
  background-size: 500% 500%;
  background-position: 0% 100%;
}

@keyframes bggradient {
  0% {
    background-position: 10% -50%;
  }

  100% {
    background-position: 10% 100%;
  }
}

.hero_contents_title {
  position: relative;
  padding-top: 100px;
  font-weight: bold;
  font-size: 180%;
  color: #fff;
}

.hero_contents_title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.hero_contents_title span:nth-child(2) {
  transition-delay: 0.06s;
}

.hero_contents_title span:nth-child(3) {
  transition-delay: 0.12s;
}

.hero_contents_title span:nth-child(4) {
  transition-delay: 0.18s;
}

.hero_contents_title span:nth-child(5) {
  transition-delay: 0.24s;
}

.hero_contents_title span:nth-child(6) {
  transition-delay: 0.30s;
}


.hero_contents_title_strong {
  display: block;
  font-size: 190%;
}

.hero_contents_half {
  margin: 50px 0 30px 0;
  width: calc(50% - 5px);
}

.hero_contents_half_icon {
  width: 100%;
  max-width: 100px;
}

.hero_contents_half_em,
.hero_contents_half_strong {
  color: #fff;
  display: block;
  font-style: normal;
  text-align: center;
  font-weight: bold;
}

.hero_contents_half_em {
  font-size: 130%;
}

.hero_contents_half_strong {
  font-size: 250%;
}

.hero_contents_half_icon {
  display: block;
  margin: auto;
}

.hero_contents_toSim {
  margin-top: 60px;
  background: #fff;
  height: 60px;
  box-shadow: 0px 0px 20px #155145;
}

.hero_contents_toSim_bar {
  text-align: center;
  display: block;
  width: calc(100% - 60px);
  font-weight: bold;
}

.hero_contents_toSim_icon {

  color: #fff;
  font-size: 150%;
  line-height: 60px;
}


@media (max-width: 590px) {
  .hero_contents {
    width: calc(100% - 20px);

    margin: auto;
  }

  .hero_contents_half_strong {
    font-size: 200%;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  .hero_contents {
    width: 80%;
    max-width: 600px;
    margin-left: 10%;
    min-height: 100vh;
  }

  .hero_contents_half_strong {
    font-size: 280%;
  }
}

@media (min-width: 591px) {

  .hero_contents {
    width: 80%;
    max-width: 600px;
    margin-left: 10%;
    min-height: 100vh;
  }

  .hero_contents_half_strong {
    font-size: 280%;
  }
}


/* top */
.topWrap {
  background: rgba(255, 255, 255, 0.7);
  min-height: 100vh;
}



@media (max-width: 590px) {
  .topWrap {
    margin: auto;
    width: calc(100% - 20px);
    padding: 60px 20px 60px 20px;
  }

  .top_title {
    font-size: 200%;
    margin-bottom: 80px;
  }

  .top_subTitle {
    font-size: 200%;
    margin-top: 80px;
  }
}

@media (min-width: 591px) and (max-width: 590px) {
  .topWrap {
    margin-left: 10%;
    min-height: 100vh;
    width: 80%;
    max-width: 600px;
    padding: 120px 30px 0 30px;
  }

  .top_title {
    font-size: 260%;
    margin-bottom: 80px;
  }

  .top_subTitle {
    font-size: 320%;
    margin-top: 80px;
  }
}

@media (min-width: 591px) {
  .topWrap {
    margin-left: 10%;
    min-height: 100vh;
    width: 80%;
    max-width: 600px;
    padding: 120px 30px 0 30px;
  }

  .top_title {
    font-size: 260%;
    margin-bottom: 80px;
  }

  .top_subTitle {
    font-size: 320%;
    margin-top: 80px;
  }
}


/* trouble */

.trouble {}

.trouble_title,
.trouble_li {
  background: rgba(249, 255, 250, 0.6);
  display: table;
}

.trouble_ul {
  margin-top: 60px;
}

.trouble_li {
  margin-top: 20px;
  list-style: none;
  color: #000;
  font-size: 120%;
  margin-left: 5px;
  padding: 5px;
}

@media (max-width: 590px) {
  .trouble_title {
    font-size: 200%;
    margin-top: 100px;
  }

  .trouble_ul {}
}

@media (min-width: 591px) and (max-width: 590px) {
  .trouble_title {
    font-size: 200%;
    margin-left: 100px;
    margin-top: 200px;
  }

  .trouble_ul {
    margin-left: 100px;
  }
}

@media (min-width: 591px) {
  .trouble_title {
    font-size: 250%;
    margin-left: 100px;
    margin-top: 200px;
  }

  .trouble_ul {
    margin-left: 100px;
  }
}



/* simurator */

#simurator {
  padding-top: 100px;
  padding-bottom: 100px;
}

#simurator_title,
#simurator_subTitle {
  text-align: center;
  font-size: 150%;
}

#simurator_title {

  font-size: 200%;
}

.simBox {
  background: none;
  box-shadow: 0 0 20px #ccc;
  max-width: 600px;
  margin: auto;
  padding: 40px;
}

.simBox .fl {
  display: block;
}

.simBox .submit {
  padding: 10px;

}

.simBox .formInput {
  width: 80%;
  padding: 2px 10px;
}

.simBox .formInputBox {
  width: 100%;
  margin: 40px auto;
  background: #fff;
}

.simBox .formLabel {
  font-size: 100%;
  margin-bottom: 5px;
}

.simBox .formLabelTitle {
  color: #47A090;
  font-size: 100%;
  font-weight: bold;
}

.simBox .radio_box {
  margin-top: 20px;
}

.simBox .radio1 {
  margin-right: 40px;
}

.ball {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50px;
}

#simSelect {
  padding: 10px;
  font-size: 100%;
}

.radioLabel {
  margin-left: 5px;
}



/* customer */

.customer {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}

.customer_image {
  display: block;
  margin: auto;
}

.customer_title {
  text-align: center;
  margin: 20px auto;
}

.customer_li {
  list-style: none;
  background: #eee;
  padding: 2px 10px;
  margin-bottom: 6px;
}

.customer_h3 {
  text-align: center;
  margin: 10px 0;
}

.customer_h3_strong {
  color: crimson;
  font-size: 150%;
}

.customer_dl {
  width: calc(50% - 3px);
  background: orange;
  color: #fff;
  text-align: center;
  padding: 6px 3px;
}

.customer_dd {
  font-weight: bold;
  font-size: 120%;
}

.customer_p {
  margin: 20px 0;
  font-size: 90%;
}

@media (max-width: 590px) {
  .customer {
    width: 100%;
  }

  .customer_li {
    width: calc(50% - 3px);
  }
}

@media (min-width: 591px) and (max-width: 790px) {
  .customer {
    width: calc(50% - 10px);
  }

  .customer_li {
    width: 100%;
  }
}

@media (min-width: 791px) {
  .customer {
    width: calc(33.3% - 10px);
  }

  .customer_li {
    width: calc(50% - 3px);
  }
}

/* compare */

.compareWrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.compare_subTitle {
  text-align: center;
  margin-bottom: 30px;

}


.compare1 {
  background: #47A090;
  width: 40%;
  padding-bottom: 5px;
}

.compare1_company,
.compare2_company {
  color: #fff;
  text-align: center;
  font-size: 150%;
}

.compare1_company,
.compare1_1,
.compare2_company,
.compare2_1 {
  padding: 20px;
}

.compare2_company {
  color: #333;
}

.compare1_1,
.compare2_1 {
  width: calc(100% - 20px);
  margin: 0 auto 10px auto;
  background: #fff;
  text-align: center;
}

.compare2 {
  background: #eee;
}


.compare1_1_span,
.compare2_1_span {
  font-weight: bold;
  display: block;
}

.compare1_1_span {
  color: orange;
}

.compare1_1_span strong {
  font-size: 150%;
  font-weight: bold;
}


@media (max-width: 590px) {
  .compare1 {
    width: 60%;
  }

  .compare2 {
    width: calc(40% - 10px);
  }
}

@media (min-width: 591px) and (max-width: 790px) {
  .compare1 {
    width: 60%;
  }

  .compare2 {
    width: calc(40% - 10px);
  }
}

@media (min-width: 791px) {
  .compare1 {
    width: 40%;
  }

  .compare2 {
    width: calc(30% - 10px);
  }
}

/* common */

.anim-bg-gradient {
  padding: 0.6em 1.2em;
  border-radius: 0.25em;
  cursor: pointer;
  color: white;
  background: linear-gradient(120deg, darkmagenta, crimson, orange);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position .5s;
}

.anim-bg-gradient:hover {
  background-position: 0 0;
}

.section_h2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 200%;
}

/* kind */


.kind_title {
  text-align: center;
}

.kind_subTitle {
  font-size: 120%;
  text-align: center;
  color: #47A090;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

.kind_inf {
  margin: 3px auto;
  font-size: 90%;
  width: 80%;
}

.kind_img {
  display: block;
  width: 80%;
  margin: 20px auto;
}

@media (max-width: 590px) {
  .kind {
    width: calc(100% - 30px);
  }

  .kind1 {
    margin-bottom: 120px;
  }

  .kind_title {
    font-size: 180%;
  }
}


@media (min-width: 591px) and (max-width: 790px) {
  .kind {
    width: calc(100% - 10px);
    margin-bottom: 120px;
  }

  .kind_title {
    font-size: 250%;
  }
}

@media (min-width: 791px) {
  .kind {
    width: calc(50% - 30px);
  }

  .kind_title {
    font-size: 250%;
  }
}


/* flow */
.flow {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 5px auto;
  padding: 40px 20px;
  background: #FFA400;
}

.flow_title {
  text-align: center;
  color: #fff;
}

.flow_title_step {
  margin: 0 auto 10px auto;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  color: #FFA400;
}

.flow:nth-child(odd) {
  background: #F64200;
}

.flow_p {
  text-align: center;
  color: #fff;
}

/* QA */

.qa {
  width: 100%;
  max-width: 1024px;
  margin: auto;

}

.qaWrap {
  padding: 30px;
  border: 1px solid #ddd;
  margin: 30px auto;
}

.qa_q {
  font-weight: bold;
  color: #47A090;
  margin-bottom: 10px;
}

.qa_q .qa_span1 {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #DAAF08 85%, #B67B03 90% 100%);
}

.qa_a .qa_span1 {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #9E9E9E 85%, #757575 90% 100%);
}



.qa_q .qa_span1,
.qa_a .qa_span1 {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  margin-right: 10px;
}

.qa_q .qa_span2,
.qa_a .qa_span2 {
  display: block;
  width: calc(100% -40px);
  flex: 1;
}


/* point */
.pointWrap {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 20px;
  margin: auto;
}

.point {
  width: calc(50% - 10px);
  background: #eee;
  padding: 40px 20px;
  margin-bottom: 20px;
}

.pointTop {
  position: relative;
  top: 80px;
}

.pointNum {
  display: block;
  text-align: center;
}

.pointNum em {
  font-size: 250%;
}

.point_title {
  text-align: center;
  margin-bottom: 30px;
  color: #47A090;
}

.point_img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.point4 {
  padding-bottom: 120px;
}

/* ic */

#ic {
  margin-top: 120px;
  /* background: #47A090; */
  background: #0080CC;
}

.ic_img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-radius: 5000px;
  background: rgba(255, 255, 255, 0.9);
}

.ic_drawing {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;

}

.ic_p {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 30px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 2.2;
}

.ic_title {
  text-align: center;
  margin-top: 60px;
  color: #fff;
}

.ic_subTitle {
  text-align: center;
  margin: 40px 0;
  color: #fff;
}

.icWrap {
  width: 100%;
  padding: 40px 10px;
  margin: auto;
}

@media (max-width: 590px) {
  .ic_title {
    font-size: 220%;
  }

  .ic_subTitle {
    font-size: 120%;
  }

}

@media (min-width: 591px) and (max-width: 790px) {
  .ic_title {
    font-size: 300%;
  }

  .ic_subTitle {
    font-size: 150%;
  }
}

@media (min-width: 791px) {
  .ic_title {
    font-size: 300%;
  }

  .ic_subTitle {
    font-size: 150%;
  }
}


/* fotoer */
.footer {
  background: #47A090;
  color: #fff;
  min-height: 300px;
  padding: 30px 20px 90px 20px;
}

.footer_a {
  min-height: 300px;
  width: 66.6%;
}

.footer_a_companyName {}

.footer_a_logo {
  width: 130px;
}

.footer_a_title {
  font-size: 90%;
}

.footer_address {
  font-style: normal;
  font-size: 90%;

}

.footer_address_tel {
  margin-top: 20px;
}

.footer_address_tel,
.footer_address_fax {
  color: #fff;
  display: block;
}

.footer_address_p {
  color: #fff;
}

.footer_b {
  font-size: 90%;
}

.footer_b_link,
.footer_b_p {
  color: #fff;
  margin-right: 10px;

}


@media (max-width: 590px) {
  .footer_address {}
}

@media (min-width: 591px) and (max-width: 790px) {
  .footer_address {
    width: 100%;
  }
}

@media (min-width: 791px) {

  .footer_address {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}




.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.toMail_bottom {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 150%;
  background: #47A090;
  border-radius: 100px;
  line-height: 45px;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.formBox {
  position: relative;
  overflow: hidden;
}

.formBox #mail_h2 {
  color: #fff;
  font-size: 200%;
  padding: 30px 0 40px 0;
}

.formBox .icon {
  position: absolute;
  top: 10px;
  right: -100px;
  font-size: 5000%;
  color: #fff;
  filter: opacity(3%);
  transform: rotate(-20deg)
}

#mail {
  width: 100%;
  background: rgba(69, 158, 140, 0.9);
  padding-top: 60px;
  box-shadow: 0 0 20px #ddd;
  margin-top: 60px;
}

#mail_h2 {
  text-align: center;
}


.formBox {
  padding: 20px;

}

.formBox .formInputBox {
  background: none;
  width: 100%;
  max-width: 720px;
  padding: 30px 20px;
  margin: auto;
}

.formBox .formInput {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  flex: 1;
  padding: 2px 10px;
}

.formBox .formInputBox:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

.formBox .formInputBox {
  color: #fff;
}

.formBox .fl {}

.formBox .formLabel {
  color: #fff;
  font-size: 100%;
  width: 180px;
}

.agr {
  color: #fff;
}

#simurator .submit,
.formBox .submit {
  background: linear-gradient(120deg, darkmagenta, crimson, orange);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position .5s;
  padding: 10px 80px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #fff;
  margin: auto;
}

#simurator .submit {
  width: 100%;
}

#simurator .submit:hover,
.formBox .submit:hover {
  background-position: 0 0;
}


@media (max-width: 590px) {
  .opd {
    display: none !important;
  }

}


@media (min-width: 591px) and (max-width: 790px) {
  .opd {
    display: none !important;
  }
}

@media (min-width: 791px) {
  .kind {
    width: calc(50% - 30px);
  }

}

.hte {
  display: block;
  max-width: 450px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 5px;
  margin: auto;
}