/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* mixin
----------------------------------------------------*/
/* variable
----------------------------------------------------*/
/* ----------------------------------------------------
common
---------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #231815;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #231815;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.sponly {
  display: none;
}
@media screen and (max-width: 640px) {
  .sponly {
    display: block;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
.header {
  position: relative;
  margin: 0 0 120px 0;
  padding: 240px 60px 0;
  background: url(../images/vis.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .header {
    margin: 0 0 50px 0;
    padding: 260px 20px 94px;
    background-image: url(../images/vis_sp.jpg);
    background-position: 0 0;
    background-size: 100% auto;
  }
}
.header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 640px) {
  .header::after {
    display: none;
  }
}
.header_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 256px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .header_logo {
    top: 20px;
    left: auto;
    right: 10px;
  }
}
.header_txt {
  position: relative;
  z-index: 2;
  max-width: 755px;
  margin: 0 0 0 -40px;
}
@media screen and (max-width: 640px) {
  .header_txt {
    margin: 0;
  }
  .header_txt img {
    max-width: initial;
    width: auto;
    height: 210px;
    margin: 0 0 0 -10px;
  }
}
.header_list {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: -160px 0 0 auto;
}
@media screen and (max-width: 1250px) {
  .header_list {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 940px) {
  .header_list {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_list {
    gap: 10px;
    margin: 20px 0 0;
  }
}
.header_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 4px solid #1ABC9C;
  background: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1ABC9C;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .header_list li {
    position: relative;
    width: calc(33.33% - 13.33px);
    height: 0;
    padding: calc(33.33% - 21.33px) 0 0 0;
  }
  .header_list li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .header_list li {
    width: calc(33.33% - 6.66px);
    padding: calc(33.33% - 10.66px) 0 0 0;
    border: 2px solid #1ABC9C;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header_btn {
  position: relative;
  z-index: 4;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.header_btn a {
  position: relative;
  display: inline-block;
  padding: 32px 95px 32px 75px;
  border-radius: 100px;
  background: linear-gradient(to top, #FF8133, #FF9A5B);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .header_btn a {
    width: 100%;
    padding: 22px 20px 22px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.header_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../images/down.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .header_btn a::after {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (hover: hover) {
  .header_btn a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

/* ----------------------------------------------------
sec
---------------------------------------------------- */
.sec {
  padding: 100px 20px;
}
@media screen and (max-width: 640px) {
  .sec {
    padding: 50px 20px;
  }
}
.sec:nth-of-type(2n+1) {
  background: #E8F5EE;
}
.sec_title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 640px) {
  .sec_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* ----------------------------------------------------
compare
---------------------------------------------------- */
.compare {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 24px;
  font-size: 2.4rem;
  table-layout: fixed;
}
@media screen and (max-width: 940px) {
  .compare {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .compare {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.compare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 240px;
  width: 330px;
  height: calc(100% + 20px);
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media screen and (max-width: 940px) {
  .compare::before {
    left: 200px;
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 640px) {
  .compare::before {
    left: 100px;
    width: calc(50% - 50px);
    height: calc(100% + 10px);
  }
}
.compare thead {
  position: relative;
  z-index: 2;
}
.compare thead th {
  width: 330px;
}
@media screen and (max-width: 940px) {
  .compare thead th {
    width: calc(50% - 100px);
    vertical-align: bottom;
  }
}
@media screen and (max-width: 640px) {
  .compare thead th {
    width: calc(50% - 50px);
  }
}
.compare thead th:nth-of-type(1) {
  width: 240px;
}
@media screen and (max-width: 940px) {
  .compare thead th:nth-of-type(1) {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .compare thead th:nth-of-type(1) {
    width: 100px;
  }
}
.compare thead th br {
  display: none;
}
@media screen and (max-width: 940px) {
  .compare thead th br {
    display: block;
  }
}
.compare th, .compare td {
  border-bottom: 1px solid #333;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .compare th, .compare td {
    padding: 15px 10px;
  }
}
.compare thead th,
.compare tbody td {
  font-weight: 400;
}
.compare thead th.compare_highlight {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #1ABC9C;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .compare thead th.compare_highlight {
    padding: 15px 5px;
  }
}
.compare tbody th {
  width: 240px;
}
@media screen and (max-width: 940px) {
  .compare tbody th {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .compare tbody th {
    width: calc(50% - 50px);
  }
}
.compare tbody td {
  width: 330px;
}
@media screen and (max-width: 940px) {
  .compare tbody td {
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 640px) {
  .compare tbody td {
    width: calc(50% - 50px);
  }
}
.compare tbody td.compare_highlight {
  white-space: nowrap;
  padding: 0;
  font-weight: 700;
  color: #1ABC9C;
}
.compare tbody td.compare_highlight div {
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .compare tbody td.compare_highlight div {
    padding: 15px 10px;
  }
}
.compare tbody td.compare_highlight div::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #ccc;
}
.compare_wrap {
  counter-reset: comp;
  display: flex;
  gap: 45px;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 940px) {
  .compare_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .compare_wrap {
    display: block;
    margin: 60px 0 0 0;
  }
}
.compare_item {
  counter-increment: comp 1;
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 940px) {
  .compare_item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 640px) {
  .compare_item {
    width: auto;
  }
  .compare_item + .compare_item {
    margin: 50px 0 0;
  }
}
.compare_title {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #1ABC9C;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .compare_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .compare_title {
    margin: 0 0 20px -20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.compare_title::before {
  content: counter(comp);
  flex-shrink: 0;
  width: 52px;
  height: 48px;
  background: #fff;
  border-radius: 10px;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #1ABC9C;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 640px) {
  .compare_title::before {
    border-radius: 0 10px 10px 0;
  }
}
.compare_img {
  border-radius: 10px;
}
.compare_txt {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1250px) {
  .compare_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .compare_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .compare_img {
    max-width: initial;
    width: calc(100% + 20px);
  }
  .compare_item:nth-of-type(2n+1) .compare_img {
    border-radius: 10px 0 0 10px;
  }
  .compare_item:nth-of-type(2n) .compare_img {
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
  }
}

/* ----------------------------------------------------
plan
---------------------------------------------------- */
.plan_wrap {
  display: flex;
  gap: 45px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  .plan_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .plan_wrap {
    display: block;
  }
}
.plan_item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 30px);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .plan_item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 640px) {
  .plan_item {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .plan_item + .plan_item {
    margin: 20px 0 0;
  }
}
.plan_title {
  line-height: 1;
}
.plan_ja {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1ABC9C;
}
@media screen and (max-width: 640px) {
  .plan_ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.plan_en {
  display: block;
  margin: 10px 0 0 0;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .plan_en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.plan_txt {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 20px;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .plan_txt {
    margin: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.plan_txt::before, .plan_txt::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  border-top: 1px solid #ccc;
}
.plan_txt::before {
  top: 0;
}
.plan_txt::after {
  bottom: 0;
}
.plan_price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.plan_price strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

/* ----------------------------------------------------
faq
---------------------------------------------------- */
.faq_wrap {
  display: flex;
  gap: 45px;
  max-width: 785px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  .faq_wrap {
    max-width: initial;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .faq_wrap {
    display: block;
  }
}
.faq_item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 22.5px);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 940px) {
  .faq_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .faq_item {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq_item + .faq_item {
    margin: 20px 0 0;
  }
}
.faq_title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1ABC9C;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  .faq_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.faq_title::before {
  content: "Q.";
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
.faq_content {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .faq_content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.faq_content::before {
  content: "A.";
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  color: #999;
}

/* ----------------------------------------------------
contact
---------------------------------------------------- */
.contact_form {
  max-width: 900px;
  margin: 0 auto;
}
.contact_item {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 940px) {
  .contact_item {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact_item {
    display: block;
  }
}
.contact_item + .contact_item {
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .contact_item + .contact_item {
    margin: 20px 0 0;
  }
}
.contact_label {
  width: 12em;
  padding: 10px 0 0 0;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .contact_label {
    display: block;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact_label br {
    display: none;
  }
}
.contact_input, .contact_textarea {
  outline: none;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact_textarea {
  height: 150px;
}
.contact_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    margin: 20px 0 0;
  }
}
.contact_btn button,
.contact_btn input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 24px 130px;
  border-radius: 100px;
  background: #1ABC9C;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .contact_btn button,
  .contact_btn input[type=submit] {
    padding: 16px 90px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (hover: hover) {
  .contact_btn button:hover,
  .contact_btn input[type=submit]:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}

/* ----------------------------------------------------
about
---------------------------------------------------- */
.about {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #333;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .about {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about th, .about td {
  padding: 20px 40px;
  border-bottom: 1px solid #333;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about th, .about td {
    padding: 20px 10px;
    line-height: 1.5;
  }
}
.about th br, .about td br {
  display: none;
}
@media screen and (max-width: 640px) {
  .about th br, .about td br {
    display: block;
  }
}
.about th {
  white-space: nowrap;
  font-weight: 700;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
.footer {
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
