* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

a,
a p,
a i {
  cursor: pointer !important;
}

header,
footer,
section,
.section {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

header.relative,
footer.relative,
section.relative,
.section.relative {
  position: relative;
}

header > .container,
footer > .container,
section > .container,
.section > .container {
  width: 100%;
  max-width: 1100px;
}

.pink {
  color: #ef4136;
}

.blue {
  color: #0074ff;
}

.white {
  color: #fff;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.black {
  font-weight: 900;
}

.inline-block {
  display: inline-block;
  color: inherit;
}

.sp {
  display: none;
}

/* scroll-to */
.scroll-to {
  display: flex;
}

.scroll-to > .link {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0074FF;
  border: none;
  border-radius: 6px;
}

.scroll-to > .link > .icon {
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
}

/* header */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.header > .container {
  display: flex;
  padding: 30px 0;
}

.header > .container > .left > .link > .logo {
  width: 40px;
}

/* kv */
.kv > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(227, 229, 242);
}

.kv > .bg  > .bg-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background-image: url("../image/kv-bg2.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.kv > .bg  > .bg-img2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../image/kv-bg.svg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.kv > .container {
  height: 871px;
  padding-top: 144px;
}

.kv > .container > .content > .main-copy {
  font-size: 48px;
  line-height: 1.2em;
}

.kv > .container > .content > .sub-copy {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.4em;
}

.kv > .container > .content > .scroll-to {
  margin-top: 30px;
}

.kv > .container > .content > .badges {
  transform: translateX(-10px);
  margin-top: 30px;
}

.kv > .container > .content > .badges > .badge {
  width: 140px;
  height: 140px;
  margin: 10px;
}

/* problem */
.problem > .container {
  position: relative;
  padding: 80px 0;
}

.problem > .container > .content > .main-copy {
  font-size: 40px;
  line-height: 1.4em;
}

.problem > .container > .content > .problems {
  margin-top: 60px;
}

.problem > .container > .content > .problems > .problem {
  margin-top: 40px;
}

.problem > .container > .content > .problems > .problem:first-child {
  margin-top: 0;
}

.problem > .container > .content > .problems > .problem > .p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.problem > .container > .content > .problems > .problem > .p > .txt {
  display: flex;
  align-items: center;
}

.problem > .container > .content > .problems > .problem > .p > .txt > .icon-1 {
  margin-right: 10px;
  font-size: 32px;
}

.problem > .container > .content > .problems > .problem > .p > .txt > .txt-1 {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.4em;
}

.problem > .container > .content > .problems > .problem > .p > .txt > .icon-2 {
  margin-right: 10px;
  font-size: 24px;
}

.problem > .container > .content > .problems > .problem > .p > .txt > .txt-2 {
  font-size: 24px;
  line-height: 1.4em;
}

.problem > .container > .content > .problems > .problem > .txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.problem > .container > .img {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 442px;
  height: 347px;
  z-index: -1;
}

.problem > .container > .box {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.problem > .container > .box-1 {
  position: absolute;
  bottom: 418px;
  right: 96px;
  width: 50px;
  height: 50px;
  border: solid 10px #ef4136;
}

.problem > .container > .box-2 {
  position: absolute;
  right: 263px;
  bottom: 158px;
  width: 63px;
  height: 63px;
  background-color: #ef4136;
}

/* arw */
.arw > .container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.arw > .container > .icon {
  font-size: 72px;
}

/* solution */
.solution > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}

.solution > .container > .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-left: 8px;
}

.solution > .container > .content > .main-copy {
  min-width: 483px;
  font-size: 40px;
  line-height: 1.4em;
}

.solution > .container > .content > .sub-copy {
  min-width: 440px;
  font-size: 20px;
  line-height: 1.4em;
}

.solution > .container > .content > .solutions {
  margin-top: 40px;
}

.solution > .container > .content > .solutions > .solution {
  margin-top: 20px;
  padding: 20px 8px;
  border: solid 1px #0074ff;
  border-radius: 80px;
}

.solution > .container > .content > .solutions > .solution:first-child {
  margin-top: 0;
}

.solution > .container > .content > .solutions > .solution .txt-1 {
  font-size: 20px;
  line-height: 1.4em;
}

.solution > .container > .content > .solutions > .solution .txt-2 {
  font-size: 24px;
  line-height: 1.4em;
}

.solution > .container > .img {
  flex: 1;
}

/* feature */
.feature > .container {
  padding: 80px 0;
}

.feature > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.feature > .container > .features {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.feature > .container > .features > .feature {
  width: 31%;
}

.feature > .container > .features > .feature > .icon {
  max-width: 88%;
  height: 240px;
  margin-bottom: 20px;
}

.feature > .container > .features > .feature > .txt-1 {
  font-size: 20px;
  line-height: 1.2em;
}

.feature > .container > .features > .feature > .txt-2 {
  font-size: 28px;
  line-height: 1.4em;
}

.feature > .container > .scroll-to {
  justify-content: center;
  margin-top: 60px;
}

/* example */
.main > .example {
  background-color: #F7F7F7;
}

.example > .container {
  padding: 80px 0;
}

.example > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.example > .container > .examples {
  margin-top: 60px;
  border: solid 1px #EEEEEE;
}

.example > .container > .examples > .example {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  background-color: #fff;
  border: solid 1px #EEEEEE;
}

.example > .container > .examples > .example:first-child {
  border-top: solid 1px #EEEEEE;
}

.example > .container > .examples > .example > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 998px;
}

.example > .container > .examples > .example > .content > .left {
  width: 100%;
  max-width: 784px;
  margin-right: 20px;
}

.example > .container > .examples > .example:nth-child(2n) > .content {
  flex-direction: row-reverse;
}

.example > .container > .examples > .example:nth-child(2n) > .content > .left {
  margin-left: 20px;
}

.example > .container > .examples > .example > .content > .left > .ttl {
  font-size: 24px;
  line-height: 1.4em;
}

.example > .container > .examples > .example > .content > .left > .txt {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.4em;
  border-top: solid 1px #f7f7f7;
}

.example > .container > .examples > .example > .content > .right > .icon {
  width: 140px;
}

/* service */
.service > .container {
  padding: 80px 0 70px;
}

.service > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.service > .container > .txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

.service > .container > .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.service > .container > .services > .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 370px;
  margin: 10px 0;
  border: solid 1px #EEEEEE;
}

.service > .container > .services > .service > .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #0074ff;
}

.service > .container > .services > .service > .circle > .icon {
  width: 80px;
  height: 80px;
}

.service > .container > .services > .service > .num {
  font-size: 16px;
  line-height: 1.4em;
}

.service > .container > .services > .service > .txt {
  font-size: 20px;
  line-height: 1.4em;
}

/* compare */
.main > .compare {
  background-color: #F7F7F7;
}

.compare > .container {
  padding: 80px 0;
}

.compare > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.compare > .container > .table {
  width: 100%;
  margin-top: 60px;
  background-color: #fff;
}

.compare > .container > .table tr > th,
.compare > .container > .table tr > td {
  height: 44px;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 1.2em;
  vertical-align: middle;
}

.compare > .container > .table tr > th {
  text-align: center;
}

.compare > .container > .table tr > .table-inq {
  border: solid 1px #0074ff;
}

.compare > .container > .table > .table-head > tr > th {
  width: 25%;
  height: 46px;
}

.compare > .container > .table > .table-head > tr > .table-inq {
  background-color: #0074ff;
}

.compare > .container > .table > .table-head > tr > .table-h {
  min-width: 230px;
}

.compare > .container > .table > .table-body > tr:nth-child(2n + 1) {
  background-color: #fafafb;
}

.compare > .container > .table > .table-body > tr > .table-h {
  width: 25%;
}

.compare > .container > .table > .table-body > tr > td > .icon {
  display: block;
  font-size: 24px;
}

.compare > .container > .table > .table-body > tr:nth-child(2n + 1) > .table-inq {
  background-color: #f6faff;
}

.compare > .container > .scroll-to {
  justify-content: center;
  margin-top: 60px;
}

/* step */
.step > .container {
   padding: 80px 0;
 }

.step > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.step > .container > .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.step > .container > .steps > .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin: 10px 0;
  padding: 30px 16px;
  border: solid 1px #EEEEEE;
}

.step > .container > .steps > .step > .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 20px;
  background-color: #0074ff;
  border-radius: 50%;
}

.step > .container > .steps > .step > .circle > .icon {
  width: 54px;
}

.step > .container > .steps > .step > .content {
  width: 100%;
  max-width: 337px;
}

.step > .container > .steps > .step > .content > .num {
  font-size: 16px;
  line-height: 1.4em;
}

.step > .container > .steps > .step > .content > .ttl {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4em;
}

.step > .container > .steps > .step > .content > .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.step > .container > .steps > .step:last-child {
  width: 100%;
}

.step > .container > .steps > .step:last-child > .content {
  max-width: 898px;
}

/* voice */
.main > .voice {
  background-color: #f7f7f7;
}

.voice > .container {
  padding: 80px 0;
}

.voice > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.voice > .container > .txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

.voice > .container > .voices {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #fff;
}

.voice > .container > .voices > .voice {
  width: 31%;
  max-width: 316px;
}

.voice > .container > .voices > .voice > .img {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.voice > .container > .voices > .voice > .ttl {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

.voice > .container > .voices > .voice > .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.voice > .container > .voices > .voice:nth-child(1) > .img {
  background-image: url("../image/voice-1.jpg");
}

.voice > .container > .voices > .voice:nth-child(2) > .img {
  background-image: url("../image/voice-2.jpg");
}

.voice > .container > .voices > .voice:nth-child(3) > .img {
  background-image: url("../image/voice-3.png");
}

.voice > .container > .scroll-to {
  justify-content: center;
  margin-top: 60px;
}

/* support */
.support > .container {
  padding: 80px 0;
}

.support > .container > .ttl {
  font-size: 40px;
  line-height: 1.4em;
}

.support > .container > .supporters {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.support > .container > .supporters > .supporter {
  width: 31%;
  max-width: 330px;
}

.support > .container > .supporters > .supporter > .img {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.support > .container > .supporters > .supporter > .nm {
  margin-top: 20px;
  font-size: 36px;
  line-height: 1.4em;
}

.support > .container > .supporters > .supporter > .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.support > .container > .supporters > .supporter:nth-child(1) > .img {
  background-image: url("../image/supporter-1.png");
}

.support > .container > .supporters > .supporter:nth-child(2) > .img {
  background-image: url("../image/supporter-2.png");
}

.support > .container > .supporters > .supporter:nth-child(3) > .img {
  background-image: url("../image/supporter-3.png");
}

.support > .container > .scroll-to {
  justify-content: center;
  margin-top: 60px;
}

/* mission */
.main > .mission {
  background-color: #b4e9ed;
}

.mission > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}

.mission > .container > .left {
  position: relative;
  width: 50%;
  min-width: 480px;
  margin-right: 20px;
  z-index: 1;
}

.mission > .container > .left > .txt {
  font-size: 20px;
  line-height: 1.8em;
}

.mission > .container > .right {
  width: 100%;
  max-width: 320px;
  margin-right: 3.6%;
  padding: 40px 0;
}

.mission > .container > .right > .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.mission > .container > .right > .circle:before {
  content: "";
  padding-top: 100%;
}

.mission > .container > .right > .circle > .content {
  position: absolute;
}

.mission > .container > .right > .circle > .content > .txt {
  width: 100%;
  font-size: 20px;
  line-height: 1.8em;
}

.mission > .container > .right > .circle > .content > .icon {
  width: 150px;
  margin: auto;
}

.mission > .container > .right > .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.mission > .container > .right > .imgs > .img {
  width: calc(50% - 10px);
  max-width: 150px;
}

/* problem-2 */
.problem-2 > .container {
  position: relative;
  padding: 80px 0;
  border-bottom: solid 1px #EEEEEE;
}

.problem-2 > .container > .content > .main-copy {
  font-size: 40px;
  line-height: 1em;
}

.problem-2 > .container > .content > .problems {
  margin-top: 60px;
}

.problem-2 > .container > .content > .problems > .problem {
  margin-top: 20px;
}

.problem-2 > .container > .content > .problems > .problem:first-child {
  margin-top: 0;
}

.problem-2 > .container > .content > .problems > .problem {
  display: flex;
  align-items: center;
}

.problem-2 > .container > .content > .problems > .problem > .icon {
  margin-right: 10px;
  font-size: 32px;
}

.problem-2 > .container > .content > .problems > .problem > .txt {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.4em;
}

.problem-2 > .container > .img {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 243px;
  height: 240px;
  z-index: -1;
}

.problem-2 > .container > .box {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.problem-2 > .container > .box-1 {
  position: absolute;
  bottom: 122px;
  right: 29px;
  width: 50px;
  height: 50px;
  border: solid 10px #ef4136;
}

.problem-2 > .container > .box-2 {
  position: absolute;
  right: 192px;
  bottom: 126px;
  width: 100px;
  height: 100px;
  background-color: #ef4136;
}

/* form */
.form > .container {
  padding: 40px 0 80px;
}

.form > .container > .main-copy {
  font-size: 36px;
  line-height: 1.6em;
}

.form > .container > .sub-copy {
  font-size: 20px;
  line-height: 1.6em;
}

.form > .container > .form {
  max-width: 480px;
  margin: 30px auto 0;
}

.form > .container > .form > .inputs > .input {
  display: block;
  margin-top: 24px;
}

.form > .container > .form > .inputs > .input:first-child {
  margin-top: 0;
}

.form > .container > .form > .inputs > .input > .label {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.form > .container > .form > .inputs > .input > .label > .tag {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 10px;
  color: #fff;
  border-radius: 4px;
}

.form > .container > .form > .inputs > .input > .label > .tag.tag-default {
  background-color: #78909C;
}

.form > .container > .form > .inputs > .input > .label > .tag.tag-danger {
  background-color: #d9534f;
}

.form > .container > .form > .inputs > .input > .input {
  width: 100%;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.form > .container > .form > .buttons {
  margin-top: 40px;
}

.form > .container > .form > .buttons > .button {
  width: 100%;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  background-color: rgb(44, 88, 213);
  border-radius: 4px;
}

/* faq */
.main > .faq {
  background-color: #f7f7f7;
}

.faq > .container {
  padding: 80px 0;
}

.faq > .container > .main-copy {
  font-size: 40px;
  line-height: 1.4em;
}

.faq > .container > .content {
  margin-top: 60px;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #EEEEEE;
}

.faq > .container > .content > .faqs {
  width: 100%;
  max-width: 880px;
  margin: auto;
}

.faq > .container > .content > .faqs > .faq {
  padding: 40px 0;
  border-top: solid 1px #e9ebee;
}

.faq > .container > .content > .faqs > .faq:first-child {
  border-top: none;
}

.faq > .container > .content > .faqs > .faq > .q {
  font-size: 20px;
  line-height: 1.4em;
}

.faq > .container > .content > .faqs > .faq > .a {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6em;
}

/* company */
.company > .container {
  padding: 80px 0;
}

.company > .container > .main-copy {
  font-size: 40px;
  line-height: 1.4em;
}

.company > .container > .content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.company > .container > .content > .infos {
  min-width: 310px;
  margin-right: 20px;
}

.company > .container > .content > .infos > .info {
  margin-top: 20px;
}

.company > .container > .content > .infos > .info:first-child {
  margin-top: 0;
}

.company > .container > .content > .infos > .info > .ttl {
  font-size: 14px;
  line-height: 1.6em;
}

.company > .container > .content > .infos > .info > .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.company > .container > .content > .map {
  width: 50%;
  max-width: 550px;
}

/* footer */
.main > .footer {
  background-color: #f7f7f7;
}

.footer > .container {
  padding: 60px 0;
}

.footer > .container > .copy-right {
  font-size: 16px;
  line-height: 1em;
}

/* scroll to top */
.main > .scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.scroll-top > .icon {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  /* scroll to */
  .scroll-to > .link {
    padding: 20px;
    font-size: 16px;
  }

  /* header */
  .header {
    top: 0;
  }

  .header > .container {
    justify-content: center;
    padding-top: 30px;
  }

  .header > .container > .left > .link > .logo {
    width: 32px;
  }

  /* kv */
  .main > .kv {
    height: 600px;
  }

  .kv > .bg > .bg-img1 {
    width: 64%;
    height: 64%;
  }

  .kv > .bg > .bg-img2 {
    top: auto;
    height: 548px;
    background-position: right bottom;
  }

  .kv > .container {
    padding-top: 72px;
  }

  .kv > .container > .content {
    text-align: center;
  }

  .kv > .container > .content > .main-copy {
    font-size: 24px;
  }

  .kv > .container > .content > .sub-copy {
    font-size: 14px;
  }

  .kv > .container > .content > .scroll-to {
    margin-top: 20px;
    justify-content: center;
  }

  .kv > .container > .content > .badges {
    margin-top: 10px;
  }

  .kv > .container > .content > .badges > .badge {
    width: 98px;
    height: 98px;
  }

  /* problem */
  .main > .problem {
    overflow: hidden;
  }

  .problem > .container {
    padding: 60px 0 30px;
  }

  .problem > .container > .content > .main-copy {
    font-size: 24px;
    text-align: center;
  }

  .problem > .container > .content > .problems {
  }

  .problem > .container > .content > .problems > .problem {
  }

  .problem > .container > .content > .problems > .problem > .p {
    display: block;
  }

  .problem > .container > .content > .problems > .problem > .p > .txt > .icon {
    font-size: 24px;
  }

  .problem > .container > .content > .problems > .problem > .p > .txt > .txt {
    font-size: 18px;
  }

  .problem > .container > .img {
    width: 194px;
    right: 4%;
    bottom: 24px;
  }

  .problem > .container > .box-1 {
    width: 50px;
    height: 50px;
    right: 200px;
    bottom: 160px;
  }

  .problem > .container > .box-2 {
    width: 28px;
    height: 28px;
    right: 20px;
    bottom: 280px;
  }

  /* arw */
  .arw > .container {
    padding: 30px 0;
  }

  /* solution */
  .solution > .container {
    position: relative;
    padding: 30px 0;
  }

  .solution > .container > .img {
    position: absolute;
    bottom: 30px;
    left: 2%;
    width: 50%;
    max-width: 240px;
    z-index: -1;
  }

  .solution > .container > .content {
    width: 100%;
    margin: 0;
  }

  .solution > .container > .content > .main-copy {
    width: 100%;
    font-size: 26px;
    text-align: center;
  }

  .solution > .container > .content > .sub-copy {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }

  .solution > .container > .content > .solutions {
    width: 50%;
    min-width: 400px;
  }

  /* feature */
  .feature > .container {
    position: relative;
    padding: 30px 0;
  }

  .feature > .container > .ttl {
    font-size: 26px;
  }

  .feature > .container > .features {
    margin-top: 30px;
  }

  .feature > .container > .features > .feature > .icon {
    height: 120px;
  }

  .feature > .container > .features > .feature > .txt-1 {
    font-size: 18px;
  }

  .feature > .container > .features > .feature > .txt-2 {
    font-size: 20px;
  }

  .feature > .container > .scroll-to {
    margin-top: 30px;
  }

  /* example */
  .example > .container {
    position: relative;
    padding: 30px 0;
  }

  .example > .container > .ttl {
    font-size: 26px;
  }

  .example > .container > .examples {
    margin-top: 30px;
  }

  .example > .container > .examples > .example > .content > .left > .ttl {
    font-size: 20px;
  }

  .example > .container > .examples > .example > .content > .left > .txt {
    font-size: 16px;
  }

  .example > .container > .examples > .example > .content > .right > .icon {
    width: 120px;
  }

  /* service */
  .service > .container {
    position: relative;
    padding: 30px 0;
  }

  .service > .container > .ttl {
    font-size: 26px;
  }

  .service > .container > .txt {
    font-size: 14px;
  }

  .service > .container > .services {
    margin-top: 25px;
  }

  .service > .container > .services > .service {
    height: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .service > .container > .services > .service > .circle {
    width: 100px;
    height: 100px;
  }

  .service > .container > .services > .service > .circle > .icon {
    width: 50px;
    height: 50px;
  }

  .service > .container > .services > .service > .txt {
    font-size: 13px;
  }

  /* compare */
  .compare > .container {
    position: relative;
    padding: 30px 0;
  }

  .compare > .container > .ttl {
    font-size: 26px;
  }

  .compare > .container > .table {
    margin-top: 30px;
  }

  .compare > .container > .table tr > th,
  .compare > .container > .table tr > td {
    height: 64px;
  }

  .compare > .container > .table tr > th {
    font-size: 12px;
  }

  .compare > .container > .table > .table-head > tr > th.table-h {
    min-width: 132px;
  }

  .compare > .container > .table > .table-head > tr > th.table-inq {
    font-size: 16px;
  }

  .compare > .container > .scroll-to {
    margin-top: 30px;
  }

  /* step */
  .step > .container {
    position: relative;
    padding: 30px 0;
  }

  .step > .container > .ttl {
    font-size: 26px;
  }

  .step > .container > .steps {
    justify-content: space-around;
    margin-top: 25px;
  }

  .step > .container > .steps > .step {
    display: block;
    width: 32% !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .step > .container > .steps > .step > .circle {
    width: 100px;
    min-width: auto;
    height: 100px;
    margin: auto;
  }

  .step > .container > .steps > .step > .circle > .icon {
    width: 50px;
    height: 50px;
  }

  .step > .container > .steps > .step > .content > .num,
  .step > .container > .steps > .step > .content > .ttl {
    text-align: center;
  }

  .step > .container > .steps > .step > .content > .num {
    margin-top: 20px;
  }

  /* voice */
  .voice > .container {
    position: relative;
    padding: 30px 0;
  }

  .voice > .container > .ttl {
    font-size: 26px;
  }

  .voice > .container > .txt {
    font-size: 14px;
  }

  .voice > .container > .voices {
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px 16px;
  }

  .voice > .container > .voices > .voice {
    width: 32%;
  }

  .voice > .container > .voices > .voice > .img {
    height: 144px;
  }

  .voice > .container > .scroll-to {
    margin-top: 30px;
  }

  /* support */
  .support > .container {
    position: relative;
    padding: 30px 0;
  }

  .support > .container > .ttl {
    font-size: 26px;
  }

  .support > .container > .txt {
    font-size: 14px;
  }

  .support > .container > .supporters {
    margin-top: 30px;
  }

  .support > .container > .supporters > .supporter {
    width: 32%;
  }

  .support > .container > .supporters > .supporter > .img {
    height: 160px;
  }

  .support > .container > .supporters > .supporter > .nm {
    font-size: 22px;
  }

  /* mission */
  .mission > .container {
    position: relative;
    padding: 30px 0;
  }

  .mission > .container {
    flex-direction: column-reverse;
  }

  .mission > .container > .left {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
  }

  .mission > .container > .left > .txt {
    font-size: 16px;
    text-align: center;
  }

  .mission > .container > .right {
    max-width: 220px;
    padding: 0;
  }

  .mission > .container > .right > .circle {
    width: 220px;
    height: 220px;
  }

  .mission > .container > .right > .circle > .content > .txt {
    font-size: 14px;
  }

  .mission > .container > .right > .circle > .content > .icon {
    width: 100px;
    margin-top: 10px;
  }

  .mission > .container > .right > .imgs {
    margin-top: 10px;
  }

  .mission > .container > .right > .imgs > .img {
    width: 100px;
  }

  /* problem-2 */
  .problem-2 > .container {
    position: relative;
    padding: 40px 0;
  }

  .problem-2 > .container > .content > .main-copy {
    font-size: 24px;
  }

  .problem-2 > .container > .content > .problems {
    margin-top: 40px;
  }

  .problem-2 > .container > .content > .problems > .problem {
    margin-top: 8px;
  }

  .problem-2 > .container > .content > .problems > .problem > .icon {
    font-size: 24px;
  }

  .problem-2 > .container > .content > .problems > .problem > .txt {
    font-size: 16px;
  }

  .problem-2 > .container > .img {
    right: 2%;
    bottom: 10px;
    width: 120px;
    height: 200px;
  }

  .problem-2 > .container > .box-1 {
    right: 104px;
    bottom: 56px;
    width: 40px;
    height: 40px;
  }

  .problem-2 > .container > .box-2 {
    right: -8px;
    bottom: 160px;
    width: 40px;
    height: 40px;
  }

  /* form */
  .form > .container {
    position: relative;
    padding: 40px 0;
  }

  .form > .container > .sub-copy {
    font-size: 14px;
  }

  .form > .container > .main-copy {
    font-size: 26px;
  }

  /* faq */
  .faq > .container {
    position: relative;
    padding: 40px 0;
  }

  .faq > .container > .main-copy {
    font-size: 26px;
  }

  .faq > .container > .content {
    margin-top: 30px;
  }

  .faq > .container > .content {
    padding: 8px 16px;
  }

  .faq > .container > .content > .faqs > .faq {
    padding: 20px 0;
  }

  /* company */
  .company > .container {
    position: relative;
    padding: 30px 0;
  }

  .company > .container > .main-copy {
    font-size: 26px;
  }

  .company > .container > .content {
    margin-top: 30px;
  }

  .company > .container > .content > .infos {
    min-width: auto;
  }

  /* footer */
  .footer > .container {
    padding: 30px 0;
  }

  .footer > .container > .copy-right {
    font-size: 12px;
  }
}

@media screen and (max-width: 636px) {
  header > .container,
  footer > .container,
  section > .container,
  .section > .container {
    max-width: 480px;
  }

  .sp {
    display: initial;
  }

  /* kv */
  .kv > .bg > .bg-img2 {
    display: none;
  }

  .kv > .container {
    padding-top: 96px;
  }

  .kv > .container > .content > .sub-copy {
    margin-top: 16px;
  }

  .kv > .container > .content > .badges {
    transform: none;
    margin-top: 24px;
  }

  .kv > .container > .content > .badges > .badge {
    width: 100px;
    height: 100px;
    margin: 4px;
  }

  .kv > .container > .content > .scroll-to {
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 80px;
  }

  /* problem */
  .problem > .container > .content > .problems {
    margin-top: 240px;
  }

  .problem > .container > .img {
    top: 136px;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    height: 200px;
  }

  .problem > .container > .box-1 {
    top: 224px;
    bottom: auto;
    right: 50%;
    transform: translateX(-64px);
  }

  .problem > .container > .box-2 {
    top: 160px;
    bottom: auto;
    right: 50%;
    transform: translateX(120px);
  }

  /* solution */
  .solution > .container > .content {
    align-items: center;
  }

  .solution > .container > .content > .main-copy,
  .solution > .container > .content > .sub-copy {
    min-width: auto;
  }

  .solution > .container > .content > .solutions {
    width: 100%;
    min-width: auto;
    max-width: 440px;
    margin-top: 336px;
  }

  .solution > .container > .img {
    top: 144px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 360px;
  }

  /* feature */
  .feature > .container > .features {
    display: block;
  }

  .feature > .container > .features > .feature {
    width: 100%;
    margin-top: 30px;
  }

  .feature > .container > .features > .feature:first-child {
    margin-top: 0;
  }

  /* example */
  .example > .container > .examples {
    transform: translateX(-20px);
    display: flex;
    width: calc(100% + 40px);
    background-color: transparent;
    border: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .example > .container > .examples::-webkit-scrollbar {
    display: none;
  }

  .example > .container > .examples > .example {
    width: 320px;
    min-width: 320px;
    margin: 0 10px;
    padding: 40px 16px 16px;
    border: solid 1px #EEEEEE;
  }

  .example > .container > .examples > .example > .content {
    flex-direction: column-reverse !important;
    justify-content: flex-end;
  }

  .example > .container > .examples > .example > .content > .left {
    margin: 0;
  }

  .example > .container > .examples > .example > .content > .right {
    margin-bottom: 20px;
  }

  .example > .container > .examples > .example > .content > .right > .icon {
    height: 120px;
  }

  /* service */
  .service > .container > .services > .service {
    width: 48.5%;
  }

  /* compare */
  .compare > .container > .table > .table-head > tr > th.table-h {
    min-width: 104px;
  }

  /* step */
  .step > .container > .steps {
    transform: translateX(-20px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: initial;
    width: calc(100% + 40px);
    border: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .step > .container > .steps::-webkit-scrollbar {
    display: none;
  }

  .step > .container > .steps > .step {
    width: 320px;
    min-width: 320px;
    margin: 0 10px;
    padding: 40px 16px 16px;
  }

  /* voice */
  .voice > .container > .voices {
    transform: translateX(-20px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: initial;
    width: calc(100% + 40px);
    padding: 0;
    background-color: transparent;
    border: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .voice > .container > .voices::-webkit-scrollbar {
    display: none;
  }

  .voice > .container > .voices > .voice {
    width: 320px;
    min-width: 320px;
    margin: 0 10px;
    padding: 40px 16px 16px;
    background-color: #fff;
  }

  /* support */
  .support > .container > .supporters {
    display: block;
  }

  .support > .container > .supporters > .supporter {
    width: 100%;
    margin: 30px auto 0;
  }

  .support > .container > .supporters > .supporter:first-child {
    margin-top: 0;
  }

  .support > .container > .supporters > .supporter > .img {
    height: 280px;
  }

  /* problem-2 */
  .problem-2 > .container > .content > .main-copy {
    transform: translateX(-12px);
    width: calc(100% + 24px);
    text-align: center;
  }

  .problem-2 > .container > .content > .problems {
    margin-top: 200px;
  }

  .problem-2 > .container > .img {
    top: 64px;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    height: 200px;
  }

  .problem-2 > .container > .box-1 {
    top: 152px;
    bottom: auto;
    right: 50%;
    transform: translateX(-64px);
  }

  .problem-2 > .container > .box-2 {
    top: 88px;
    bottom: auto;
    right: 50%;
    transform: translateX(120px);
  }

  /* company */
  .company > .container > .content {
    display: block;
  }

  .company > .container > .content > .infos {
    margin-right: 0;
  }

  .company > .container > .content > .map {
    width: 100%;
    height: 290px;
    margin-top: 30px;
  }
}
