@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  width: 1160px;
  padding: 100px 30px 0;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  notfound
------------------------------------------------------------------------------*/
.not-found-section .c-ttl01 {
  text-align: center;
}
.not-found-section .c-ttl01::before {
  right: 0;
}
.not-found-section .txt {
  line-height: 1.8;
  text-align: center;
}
.not-found-section .btn-wrap {
  margin-top: 40px;
  text-align: center;
}

/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #f3f3f3;
  padding: 110px 0;
  position: relative;
}
.c-header .inner-block {
  padding-top: 0;
  padding-bottom: 0;
}
.c-header .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
.c-header::before, .c-header::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  margin: auto;
}
.c-header::before {
  border-width: 75px 75px 0 0;
  border-color: #00b0b6 transparent transparent transparent;
  top: 0;
  left: 0;
}
.c-header::after {
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #00b0b6 transparent;
  bottom: 0;
  right: 0;
}

.c-footer {
  background: #00b0b6;
  height: 150px;
  position: relative;
  margin-top: 100px;
}
.c-footer #pagetop {
  position: absolute;
  right: 87px;
  top: -80px;
}
.c-footer #pagetop a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
}
.c-footer #pagetop a .inn {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 1px;
  margin-right: -13px;
}

.c-ttl01 {
  margin-bottom: 50px;
  padding-top: 35px;
  position: relative;
}
.c-ttl01::before {
  background: #00b0b6;
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
}
.c-ttl01 .en {
  color: #00b0b6;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.c-ttl01 .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.lead-section .head {
  letter-spacing: 0.03em;
  line-height: 2.25;
}
.lead-section .cont-wrap {
  margin-top: 15px;
}
.lead-section .cont-wrap .txt {
  letter-spacing: 0.03em;
  line-height: 2.25;
}
.lead-section .cont-wrap .txt + .txt {
  margin-top: 35px;
}

.compare-section .table-compare {
  margin: auto;
  position: relative;
}
.compare-section .table-compare::before {
  border: 4px solid #ff5677;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: inset 0 20px 0 #fff;
          box-shadow: inset 0 20px 0 #fff;
  content: "";
  position: absolute;
  left: 256px;
  bottom: 0;
  height: calc(100% + 18px);
  width: calc((100% - 260px)/2);
}
.compare-section .table-compare thead th {
  vertical-align: middle;
  padding: 15px 20px;
}
.compare-section .table-compare thead th:not(:first-child) {
  color: #fff;
  background: #999;
}
.compare-section .table-compare thead th:not(:first-child) img,
.compare-section .table-compare thead th:not(:first-child) .txt {
  vertical-align: middle;
}
.compare-section .table-compare thead th:nth-child(2) {
  background-color: #fff;
  padding-top: 0;
}
.compare-section .table-compare tbody th,
.compare-section .table-compare tbody td {
  font-size: 16px;
  vertical-align: middle;
}
.compare-section .table-compare tbody th {
  background: #00b0b6;
  border: 2px solid #f1f1f1;
  color: #fff;
  width: 255px;
  padding: 20px 30px;
  text-align: left;
}
.compare-section .table-compare tbody td {
  border: 2px solid #e2e2e2;
  font-weight: bold;
  padding: 23px;
}
.compare-section .table-compare [class*=lv] {
  display: inline-block;
  padding-left: 48px;
  position: relative;
  font-size: 16px;
  width: 100%;
}
.compare-section .table-compare [class*=lv]::before {
  background: no-repeat center/contain;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.compare-section .table-compare .lv3::before {
  background-image: url(../img/common/compare-lv03.png);
}
.compare-section .table-compare .lv2::before {
  background-image: url(../img/common/compare-lv02.png);
}
.compare-section .table-compare .lv1::before {
  background-image: url(../img/common/compare-lv01.png);
  width: 26px;
  height: 26px;
}

.form-section .txt {
  letter-spacing: 0.03em;
  line-height: 2.25;
}
.form-section .txt + .txt {
  margin-top: 35px;
}
.form-section .form-table {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 100%;
  /* radio */
}
.form-section .form-table th {
  background: #f3f3f3;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.form-section .form-table th .inn {
  padding: 36px 115px 36px 50px;
  position: relative;
}
.form-section .form-table th .tag {
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 5px 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.form-section .form-table th .tag.req {
  background: #00b0b6;
}
.form-section .form-table td {
  border-bottom: 1px solid #999;
  padding: 25px 50px;
}
.form-section .form-table .wpcf7-form-control-wrap {
  display: block;
}
.form-section .form-table .wpcf7-text {
  border: 1px solid #999;
  padding: 11px 15px;
  width: 100%;
}
.form-section .form-table .wpcf7-radio input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form-section .form-table .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item {
  position: relative;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item-label::before, .form-section .form-table .wpcf7-radio .wpcf7-list-item-label::after {
  border-radius: 50%;
  content: "";
  display: block;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item-label::before {
  border: 1px solid #c4c4c4;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.form-section .form-table .wpcf7-radio .wpcf7-list-item-label::after {
  background: #00b0b6;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 3px;
  margin: auto;
  opacity: 0;
}
.form-section .form-table .wpcf7-textarea {
  border: 1px solid #999;
  width: 100%;
  height: 200px;
  padding: 11px 15px;
}
.form-section .note {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.form-section .btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.form-section .btn-wrap.thanks {
  margin-top: 70px;
}
.form-section .submit-btn {
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-section .submit-btn::before, .form-section .submit-btn::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-section .submit-btn::before {
  width: 40px;
}
.form-section .submit-btn::after {
  width: 10px;
  bottom: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.form-section .submit-btn input {
  cursor: pointer;
  padding: 22px 100px;
  letter-spacing: 0.03em;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-section .submit-btn.back {
  background: #f3f3f3;
}
.form-section .submit-btn.back::before, .form-section .submit-btn.back::after {
  right: inherit;
  left: 30px;
}
.form-section .submit-btn.back::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.form-section .wpcf7-spinner {
  display: none;
}
.form-section .wpcf7-previous {
  display: block !important;
}

.c-btn {
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-block;
  min-width: 350px;
  position: relative;
  padding: 22px 100px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn::before, .c-btn::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn::before {
  width: 40px;
}
.c-btn::after {
  width: 10px;
  bottom: 5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .compare-section .table-compare thead th:not(:first-child) .txt {
    margin-left: 10px;
  }
  .compare-section .table-compare thead th:not(:first-child) {
    width: calc((100% - 255px)/2);
  }
  .form-section .form-table th {
    width: 450px;
  }
  .form-section .form-table td {
    width: calc(100% - 450px);
  }
  .form-section .form-table .wpcf7-radio .wpcf7-list-item {
    margin-left: 100px;
  }
  .form-section .submit-btn {
    min-width: 350px;
  }
  .form-section .submit-btn:hover {
    background: #00b0b6;
  }
  .form-section .submit-btn:hover::before, .form-section .submit-btn:hover::after {
    background: #fff;
  }
  .form-section .submit-btn:hover input {
    color: #fff;
  }
  .form-section .submit-btn.back:hover {
    background: #000;
  }
  .form-section .submit-btn + .submit-btn {
    margin-left: 30px;
  }
  .c-btn:hover {
    background: #00b0b6;
    color: #fff;
  }
  .c-btn:hover::before, .c-btn:hover::after {
    background: #fff;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 50px 15px 0;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-header {
    padding: 55px 0;
  }
  .c-header .ttl {
    font-size: 24px;
  }
  .c-header::before, .c-header::after {
    width: 50px;
    height: 50px;
  }
  .c-header::before {
    border-width: 50px 50px 0 0;
  }
  .c-header::after {
    border-width: 0 0 50px 50px;
  }
  .c-ttl01 {
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .c-ttl01 .ja {
    font-size: 20px;
  }
  .lead-section .cont-wrap .txt + .txt {
    margin-top: 20px;
  }
  .compare-section .table-compare {
    margin: 0 -15px;
  }
  .compare-section .table-compare::before {
    left: 90px;
    width: 150px;
  }
  .compare-section .table-compare thead th {
    padding: 10px;
  }
  .compare-section .table-compare thead th:not(:first-child) .txt {
    text-align: center;
    display: block;
  }
  .compare-section .table-compare tbody th,
.compare-section .table-compare tbody td {
    font-size: 13px;
  }
  .compare-section .table-compare tbody th {
    width: 90px;
    padding: 10px;
  }
  .compare-section .table-compare tbody td {
    vertical-align: top;
    padding: 10px;
  }
  .compare-section .table-compare tbody td:nth-child(2) {
    width: 150px;
  }
  .compare-section .table-compare [class*=lv] {
    padding-left: 0;
    padding-top: 40px;
    font-size: 13px;
    line-height: 1.4;
  }
  .compare-section .table-compare [class*=lv]::before {
    bottom: inherit;
    right: 0;
  }
  .form-section .txt + .txt {
    margin-top: 20px;
  }
  .form-section .form-table {
    margin-bottom: 40px;
  }
  .form-section .form-table th,
.form-section .form-table td {
    display: block;
    width: 100%;
  }
  .form-section .form-table th .inn {
    padding: 15px 75px 15px 15px;
  }
  .form-section .form-table th .tag {
    right: 20px;
    font-size: 12px;
  }
  .form-section .form-table td {
    padding: 15px;
  }
  .form-section .form-table .wpcf7-radio .wpcf7-list-item {
    margin-left: 30px;
  }
  .form-section .form-table .wpcf7-textarea {
    height: 150px;
  }
  .form-section .btn-wrap.thanks {
    margin-top: 40px;
  }
  .form-section .submit-btn {
    width: 100%;
  }
  .form-section .submit-btn::before {
    width: 30px;
  }
  .form-section .submit-btn input {
    padding: 15px 60px;
  }
  .form-section .submit-btn + .submit-btn {
    margin-top: 20px;
  }
  .c-btn {
    padding: 15px 60px;
  }
  .c-btn::before {
    width: 30px;
  }
}
/*# sourceMappingURL=style.css.map */