@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #cd121e;
  -moz-box-shadow: 0 5px 0 #cd121e;
  box-shadow: 0 5px 0 #cd121e;
  background: #f95762;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.form_section table {
  width: 100%; }
  .form_section table th, .form_section table td {
    padding: 8px 0;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block; } }
  .form_section table th {
    width: 200px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .form_section table th {
        width: 100%;
        padding-bottom: 0;
        font-size: 18px;
        font-size: 1.8rem; } }
    .form_section table th .ttl {
      position: relative;
      padding-left: 50px; }
      @media only screen and (max-width: 768px) {
        .form_section table th .ttl {
          padding-left: 0; } }
      @media only screen and (max-width: 768px) {
        .form_section table th .ttl.require {
          padding-left: 50px; } }
      .form_section table th .ttl.require::before {
        content: "必須";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        color: #fff;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 500;
        background: #ec6a49;
        padding: 2px 10px; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #bababa;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  font-size: 14px; }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: none;
  background: #ec6a49;
  width: 350px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 65px auto 0;
  color: #fff;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
  -moz-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
  box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
  position: relative;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px; }
  .form_section [type=submit]::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      margin-top: 30px !important;
      padding: 20px 10px; } }
.form_section .wpcf7-list-item {
  margin: 0; }
.form_section .radio input,
.form_section .wpcf7-radio input,
.form_section .radio2 input {
  display: none; }
.form_section .radio .parts, .form_section .radio .wpcf7-list-item-label,
.form_section .wpcf7-radio .parts,
.form_section .wpcf7-radio .wpcf7-list-item-label,
.form_section .radio2 .parts,
.form_section .radio2 .wpcf7-list-item-label {
  cursor: pointer; }
.form_section .radio,
.form_section [data-name=amount] .wpcf7-radio,
.form_section [data-name=company] .wpcf7-radio {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .form_section .radio li, .form_section .radio .wpcf7-list-item,
  .form_section [data-name=amount] .wpcf7-radio li,
  .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item,
  .form_section [data-name=company] .wpcf7-radio li,
  .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item {
    width: 250px;
    margin-top: 10px; }
    .form_section .radio li:nth-child(1), .form_section .radio li:nth-child(2), .form_section .radio li:nth-child(3), .form_section .radio .wpcf7-list-item:nth-child(1), .form_section .radio .wpcf7-list-item:nth-child(2), .form_section .radio .wpcf7-list-item:nth-child(3),
    .form_section [data-name=amount] .wpcf7-radio li:nth-child(1),
    .form_section [data-name=amount] .wpcf7-radio li:nth-child(2),
    .form_section [data-name=amount] .wpcf7-radio li:nth-child(3),
    .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(1),
    .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(2),
    .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item:nth-child(3),
    .form_section [data-name=company] .wpcf7-radio li:nth-child(1),
    .form_section [data-name=company] .wpcf7-radio li:nth-child(2),
    .form_section [data-name=company] .wpcf7-radio li:nth-child(3),
    .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(1),
    .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(2),
    .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item:nth-child(3) {
      margin-top: 0; }
  .form_section .radio .parts, .form_section .radio .wpcf7-list-item-label,
  .form_section [data-name=amount] .wpcf7-radio .parts,
  .form_section [data-name=amount] .wpcf7-radio .wpcf7-list-item-label,
  .form_section [data-name=company] .wpcf7-radio .parts,
  .form_section [data-name=company] .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    border: 1px solid #02a793;
    background: #e9e9e9;
    text-align: center;
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-weight: 500; }
  .form_section .radio input:checked + .parts,
  .form_section .radio input:checked + .wpcf7-list-item-label,
  .form_section [data-name=amount] .wpcf7-radio input:checked + .parts,
  .form_section [data-name=amount] .wpcf7-radio input:checked + .wpcf7-list-item-label,
  .form_section [data-name=company] .wpcf7-radio input:checked + .parts,
  .form_section [data-name=company] .wpcf7-radio input:checked + .wpcf7-list-item-label {
    background: #02a793;
    border-color: #02a793;
    color: #fff; }
.form_section .radio2,
.form_section [data-name=business] .wpcf7-radio {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  .form_section .radio2 li, .form_section .radio2 .wpcf7-list-item,
  .form_section [data-name=business] .wpcf7-radio li,
  .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item {
    margin-left: 45px; }
    .form_section .radio2 li:first-child, .form_section .radio2 .wpcf7-list-item:first-child,
    .form_section [data-name=business] .wpcf7-radio li:first-child,
    .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item:first-child {
      margin-left: 0; }
  .form_section .radio2 .parts, .form_section .radio2 .wpcf7-list-item-label,
  .form_section [data-name=business] .wpcf7-radio .parts,
  .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 35px; }
    .form_section .radio2 .parts::before, .form_section .radio2 .wpcf7-list-item-label::before,
    .form_section [data-name=business] .wpcf7-radio .parts::before,
    .form_section [data-name=business] .wpcf7-radio .wpcf7-list-item-label::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background: #f9f9f9;
      border: 1px solid #cdcdcd;
      width: 25px;
      height: 25px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%; }
.form_section .radio2 input:checked + .parts::after,
.form_section [data-name=business] .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  width: 15px;
  height: 15px;
  background: #02a793;
  background: #0270c0; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #BABABA transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }
.form_section.contact_form .radio2 li {
  margin-left: 35px; }
  .form_section.contact_form .radio2 li:first-child {
    margin-left: 0; }
.form_section.contact_form .radio2 .parts {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 25px; }
  @media only screen and (max-width: 768px) {
    .form_section.contact_form .radio2 .parts {
      font-size: 17px;
      font-size: 1.7rem; } }
  .form_section.contact_form .radio2 .parts::before {
    width: 19px;
    height: 19px; }
.form_section.contact_form .radio2 input:checked + .parts::after {
  left: 4px;
  width: 11px;
  height: 11px; }
.form_section.contact_form [type=submit] {
  margin-top: 40px; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(2, 167, 147, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #02a793;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  position: absolute;
  width: 100%;
  z-index: 1; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 10px 15px; } }
  .header .logo {
    width: 103px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: calc(154px / 2); } }
  .header .header_tel {
    position: absolute;
    top: 25px;
    right: 0;
    width: 177px; }
    @media only screen and (max-width: 768px) {
      .header .header_tel {
        width: calc(265px / 2);
        right: 15px; } }

.main_ttl {
  background: #02a793;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  padding: 2px 0 5px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 4.2vw; } }

.cta {
  background: #444444; }
  .cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cta .inner {
        padding: 10px 40px 15px; } }
  .cta .heading {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1; }
    .cta .heading span {
      font-size: 150%;
      display: inline-block;
      margin: 0 3px; }
  .cta .btns {
    margin-top: 14px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .cta .btns {
        margin-top: 12px;
        display: block; } }
    .cta .btns .btn {
      width: 240px;
      margin-left: 20px; }
      @media only screen and (max-width: 768px) {
        .cta .btns .btn {
          width: 100%;
          margin: 7px 0 0; } }
      .cta .btns .btn:first-child {
        margin-top: 0; }
      .cta .btns .btn a {
        display: block;
        text-decoration: none;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px;
        position: relative;
        padding: 5px 0; }
        @media only screen and (max-width: 768px) {
          .cta .btns .btn a {
            padding: 0; } }
        .cta .btns .btn a::after {
          content: '';
          width: 10px;
          height: 10px;
          border: 0px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 14px;
          margin-top: -5px; }
          @media only screen and (max-width: 768px) {
            .cta .btns .btn a::after {
              right: 20px; } }
      .cta .btns .btn.contact a {
        background: #ec6a49; }
      .cta .btns .btn.tel a {
        background: #02a793; }
  .cta.fixed_cta {
    background: rgba(68, 68, 68, 0.9);
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none; }
    .cta.fixed_cta .inner {
      padding: 4px 0 10px; }
      @media only screen and (max-width: 768px) {
        .cta.fixed_cta .inner {
          padding-left: 15px;
          padding-right: 15px; } }
    .cta.fixed_cta .btns {
      margin-top: 9px; }
      @media only screen and (max-width: 768px) {
        .cta.fixed_cta .btns {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between; }
          .cta.fixed_cta .btns .btn {
            width: 49%;
            margin-top: 0; } }
    .cta.fixed_cta .btns .btn a {
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .cta.fixed_cta .btns .btn a::after {
          content: '';
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -3px; } }

@media only screen and (min-width: 769px) {
  .index .fv {
    background-image: url("img/fv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .index .fv .inner {
      width: 1000px;
      margin: 0 auto;
      position: relative;
      height: 530px; } }
    @media only screen and (min-width: 769px) and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
@media only screen and (min-width: 769px) {
    .index .fv .fv_image {
      left: -20px;
      top: 115px;
      position: absolute; } }
.index .section01 {
  background: #f3f1f1; }
  .index .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0; }
    @media only screen and (max-width: 768px) {
      .index .section01 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .section01 .inner {
        padding: 30px 15px 0; } }
  .index .section01 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 768px) {
      .index .section01 h2 {
        font-size: 6.5vw;
        line-height: 1.3; } }
    .index .section01 h2 span {
      font-size: 120%; }
  .index .section01 .image {
    margin-top: 25px;
    text-align: center; }
  .index .section01 .txt {
    text-align: center;
    font-weight: 700;
    color: #ec6a49;
    background-image: url("img/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
    height: 135px;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .index .section01 .txt {
        background: none;
        font-size: 7vw;
        height: auto;
        padding: 20px 0 10px; } }
.index .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 65px; }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      padding: 30px 15px 40px; } }
@media only screen and (max-width: 768px) {
  .index .section02 .feature {
    padding: 0 15px; } }
.index .section02 .feature .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .index .section02 .feature .items {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; } }
  .index .section02 .feature .items .item {
    width: 260px;
    border: 2px solid #02a793;
    background: #e7fcf9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    color: #02a793;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    padding: 20px 0;
    margin-left: 20px;
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .index .section02 .feature .items .item:nth-child(1), .index .section02 .feature .items .item:nth-child(2), .index .section02 .feature .items .item:nth-child(3) {
        margin-top: 0; }
      .index .section02 .feature .items .item:nth-child(3n+1) {
        margin-left: 0; } }
    @media only screen and (max-width: 768px) {
      .index .section02 .feature .items .item {
        width: calc((100% - 3%) / 2);
        margin-left: 3%;
        margin-top: 10px;
        font-size: 3.3vw;
        border-width: 1px;
        line-height: 1.4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 16px 0; }
        .index .section02 .feature .items .item:nth-child(1), .index .section02 .feature .items .item:nth-child(2) {
          margin-top: 0; }
        .index .section02 .feature .items .item:nth-child(odd) {
          margin-left: 0; }
        .index .section02 .feature .items .item span {
          font-size: 80%; } }
.index .section02 .flow {
  margin-top: 95px;
  border: 2px solid #02a793;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 50px 0 45px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .section02 .flow {
      margin-top: 70px;
      padding: 50px 15px 30px;
      border-width: 1px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .index .section02 .flow h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #02a793;
    font-weight: 700;
    letter-spacing: 0.03em;
    left: 0;
    top: -1.4em; }
    @media only screen and (max-width: 768px) {
      .index .section02 .flow h2 {
        top: -3em; } }
    .index .section02 .flow h2 span {
      display: inline-block;
      background: #fff;
      padding: 0 60px;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .index .section02 .flow h2 span {
          padding: 0 20px; } }
.index .section02 .comparison {
  margin-top: 75px; }
  @media only screen and (max-width: 768px) {
    .index .section02 .comparison {
      margin-top: 40px; } }
  .index .section02 .comparison .wrap {
    width: 640px;
    margin: 40px auto 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .section02 .comparison .wrap {
        width: 100%;
        margin-top: 25px; } }
    .index .section02 .comparison .wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 25%;
      width: 25%;
      height: 100%;
      pointer-events: none;
      border: 2px solid #ec6a49; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison .wrap::before {
          width: calc(70% / 3);
          left: 30%; } }
  .index .section02 .comparison table {
    width: 100%; }
    .index .section02 .comparison table th, .index .section02 .comparison table td {
      vertical-align: middle;
      border: 1px solid #9ae7de;
      text-align: center;
      padding: 30px 0;
      width: 25%; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison table th, .index .section02 .comparison table td {
          padding: 15px 0; } }
    .index .section02 .comparison table thead th,
    .index .section02 .comparison table thead td {
      padding: 20px 0; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison table thead th,
        .index .section02 .comparison table thead td {
          padding: 5px 0;
          font-weight: 700; } }
    @media only screen and (max-width: 768px) {
      .index .section02 .comparison table td {
        width: calc(70% / 3);
        font-size: 3vw; } }
    .index .section02 .comparison table td img {
      display: block;
      width: 74px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison table td img {
          width: 50px; } }
    .index .section02 .comparison table th {
      background: #e7fcf9;
      color: #02a793;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison table th {
          width: 30%;
          font-size: 3vw; } }
    .index .section02 .comparison table thead tr td:first-of-type,
    .index .section02 .comparison table tbody tr td:first-of-type {
      background: #fdfbf0; }
    .index .section02 .comparison table tbody tr td:first-of-type {
      font-size: 18px;
      font-size: 1.8rem;
      color: #ec6a49;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .index .section02 .comparison table tbody tr td:first-of-type {
          font-size: 3.2vw; } }
.index .section03 {
  background: #e7fcf9;
  padding: 60px 0 130px; }
  @media only screen and (max-width: 768px) {
    .index .section03 {
      padding: 40px 0 90px; } }
  .index .section03 h2 {
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #02a793;
    letter-spacing: 0.03em;
    font-size: 30px;
    font-size: 3rem;
    text-align: center; }
  .index .section03 .slider {
    margin-top: 45px; }
    @media only screen and (max-width: 768px) {
      .index .section03 .slider {
        margin-top: 30px; } }
    .index .section03 .slider .slider_item {
      width: 640px;
      background: #fff;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px;
      -webkit-box-shadow: 0 0 27px rgba(193, 250, 242, 0.27);
      -moz-box-shadow: 0 0 27px rgba(193, 250, 242, 0.27);
      box-shadow: 0 0 27px rgba(193, 250, 242, 0.27);
      padding: 45px 45px 35px;
      margin: 0 50px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .slider .slider_item {
          width: calc(545px / 2);
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          -o-border-radius: 7px;
          -ms-border-radius: 7px;
          padding: 30px 20px 30px;
          margin: 0 17px; } }
  .index .section03 .slick-slide,
  .index .section03 .slick-slider .slick-track,
  .index .section03 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
  .index .section03 .slick-dots {
    bottom: -50px; }
    .index .section03 .slick-dots li {
      margin: 0 17px; }
      .index .section03 .slick-dots li button::before {
        content: "";
        width: 16px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 16px;
        background: #9ae7de;
        border: none;
        opacity: 1; }
      .index .section03 .slick-dots li.slick-active button:before {
        transform: scale(1.3);
        opacity: 1; }
  .index .section03 .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px; }
    @media only screen and (max-width: 768px) {
      .index .section03 .slide_arrow {
        width: 35px; } }
    .index .section03 .slide_arrow.prev_arrow {
      left: 50%;
      margin-left: -390px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .slide_arrow.prev_arrow {
          margin-left: -45%; } }
    .index .section03 .slide_arrow.next_arrow {
      right: 50%;
      margin-right: -390px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .slide_arrow.next_arrow {
          margin-right: -45%; } }
  .index .section03 .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .index .section03 .wrap {
        display: block; } }
    .index .section03 .wrap .image {
      width: 206px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .wrap .image {
          width: 80%;
          margin: auto; } }
    .index .section03 .wrap .txt {
      width: calc(100% - 206px);
      padding-left: 18px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .wrap .txt {
          width: 100%;
          padding: 0; } }
      .index .section03 .wrap .txt .heading {
        position: relative; }
        .index .section03 .wrap .txt .heading::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          left: 0;
          bottom: 0;
          background: #6ed5c9; }
        .index .section03 .wrap .txt .heading span {
          display: inline-block;
          width: 100px;
          vertical-align: bottom;
          position: relative;
          z-index: 1; }
      .index .section03 .wrap .txt .price {
        margin-top: 5px;
        font-size: 40px;
        font-size: 4rem;
        font-weight: 700;
        color: #ec6a49; }
        .index .section03 .wrap .txt .price span {
          font-size: 50%; }
      .index .section03 .wrap .txt p {
        margin-top: 10px;
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .index .section03 .wrap .txt p {
            margin-top: 5px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.8; } }
.index .section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 65px 50px 70px; }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      padding: 40px 15px; } }
.index .section04 .items {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .index .section04 .items {
      margin-top: 30px; } }
  .index .section04 .items .item {
    margin-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      .index .section04 .items .item {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; } }
    .index .section04 .items .item:first-child {
      margin-top: 0; }
    .index .section04 .items .item .image {
      width: 126px; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item .image {
          width: 100px; } }
    .index .section04 .items .item .txt {
      width: 600px; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item .txt {
          width: calc(100% - 110px); } }
      .index .section04 .items .item .txt span {
        border: 1px solid #72d7cc;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 20px;
        position: relative;
        display: block; }
        @media only screen and (max-width: 768px) {
          .index .section04 .items .item .txt span {
            font-size: 17px;
            font-size: 1.7rem;
            padding: 1em;
            line-height: 1.7; } }
    .index .section04 .items .item:nth-child(odd) .image {
      margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(odd) .image {
          margin-left: 0; } }
    .index .section04 .items .item:nth-child(odd) .txt span::before, .index .section04 .items .item:nth-child(odd) .txt span::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      left: 100%;
      top: 50%; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(odd) .txt span::before, .index .section04 .items .item:nth-child(odd) .txt span::after {
          top: 40px; } }
    .index .section04 .items .item:nth-child(odd) .txt span::after {
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 10px;
      border-right-width: 10px;
      margin-top: -10px;
      border-left-color: #FFFFFF; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(odd) .txt span::after {
          border-top-width: 8px;
          border-bottom-width: 8px;
          border-left-width: 8px;
          border-right-width: 8px;
          margin-top: -8px; } }
    .index .section04 .items .item:nth-child(odd) .txt span::before {
      border-color: rgba(114, 215, 204, 0);
      border-top-width: 11px;
      border-bottom-width: 11px;
      border-left-width: 11px;
      border-right-width: 11px;
      margin-top: -11px;
      margin-left: 1px;
      border-left-color: #72D7CC; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(odd) .txt span::before {
          border-top-width: 9px;
          border-bottom-width: 9px;
          border-left-width: 9px;
          border-right-width: 9px;
          margin-top: -9px; } }
    .index .section04 .items .item:nth-child(even) .image {
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(even) .image {
          margin-right: 0; } }
    .index .section04 .items .item:nth-child(even) .txt span::before, .index .section04 .items .item:nth-child(even) .txt span::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      right: 100%;
      top: 50%; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(even) .txt span::before, .index .section04 .items .item:nth-child(even) .txt span::after {
          top: 40px; } }
    .index .section04 .items .item:nth-child(even) .txt span::after {
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 10px;
      border-right-width: 10px;
      margin-top: -10px;
      border-right-color: #FFFFFF; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(even) .txt span::after {
          border-top-width: 8px;
          border-bottom-width: 8px;
          border-left-width: 8px;
          border-right-width: 8px;
          margin-top: -8px; } }
    .index .section04 .items .item:nth-child(even) .txt span::before {
      border-color: rgba(114, 215, 204, 0);
      border-top-width: 11px;
      border-bottom-width: 11px;
      border-left-width: 11px;
      border-right-width: 11px;
      margin-top: -11px;
      margin-right: 1px;
      border-right-color: #72D7CC; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item:nth-child(even) .txt span::before {
          border-top-width: 9px;
          border-bottom-width: 9px;
          border-left-width: 9px;
          border-right-width: 9px;
          margin-top: -9px; } }
.index .section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 50px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      padding: 40px 15px; } }
.index .section05 .items {
  margin-top: 40px;
  padding: 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .items {
      margin-top: 30px;
      padding: 0; } }
  .index .section05 .items .item {
    margin-top: 13px; }
    .index .section05 .items .item:first-child {
      margin-top: 0; }
.index .section05 .question, .index .section05 .answer {
  position: relative; }
  .index .section05 .question::before, .index .section05 .answer::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 20px;
    top: 13px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .index .section05 .question::before, .index .section05 .answer::before {
        width: 18px;
        top: 14px; } }
.index .section05 .question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #e7fcf9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px 50px 10px 62px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .index .section05 .question {
      padding-left: 52px; } }
  .index .section05 .question::before {
    background-image: url("img/section05_question.png"); }
  .index .section05 .question::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #02a793;
    border-right: solid 2px #02a793;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px; }
    @media only screen and (max-width: 768px) {
      .index .section05 .question::after {
        right: 15px; } }
.index .section05 .answer {
  padding: 10px 30px 10px 62px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .answer {
      padding-top: 15px;
      padding-right: 10px;
      padding-left: 52px; } }
  .index .section05 .answer::before {
    background-image: url("img/section05_answer.png"); }
    @media only screen and (max-width: 768px) {
      .index .section05 .answer::before {
        top: 17px; } }
.index .section06 {
  background-image: url("img/section06_bg.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%; }
  @media only screen and (max-width: 768px) {
    .index .section06 {
      background-image: url("img/section06_bg_sp.png"); } }
  .index .section06 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .index .section06 h2 {
        width: 78.98%;
        margin: auto; } }
  .index .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 130px 65px; }
    @media only screen and (max-width: 768px) {
      .index .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .section06 .inner {
        padding: 40px 15px; } }
  .index .section06 .content {
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 75px 70px; }
    @media only screen and (max-width: 768px) {
      .index .section06 .content {
        margin-top: 30px;
        padding: 20px 15px 50px; } }
  .index .section06 .selector {
    width: 240px; }
    @media only screen and (max-width: 768px) {
      .index .section06 .selector {
        width: 70%; } }
  .index .section06 .remarks {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ec6a49; }
  .index .section06 .send[disabled] {
    background-color: #c2c2c2;
    cursor: not-allowed;
    color: #fff; }
    .index .section06 .send[disabled]::after {
      border-top-color: #fff;
      border-right-color: #fff; }
  .index .section06 .lastcheck {
    padding-top: 20px;
    text-align: center; }
    .index .section06 .lastcheck label {
      cursor: pointer; }
.index .section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 50px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section07 .inner {
      padding: 40px 15px 50px; } }
.index .section07 .wrap {
  display: inline-block;
  margin-top: 55px; }
  @media only screen and (max-width: 768px) {
    .index .section07 .wrap {
      display: block;
      margin-top: 30px;
      padding: 0 15px; } }
.index .section07 table {
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .index .section07 table {
      font-size: 18px;
      font-size: 1.8rem; } }
  .index .section07 table th, .index .section07 table td {
    padding-bottom: 10px; }
  .index .section07 table th {
    font-weight: 400; }
  .index .section07 table td {
    padding-left: 60px; }

.footer {
  background: #444444;
  text-align: center;
  padding: 25px 0;
  color: #fff; }
  .footer .copyright {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 490px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(450 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .exitProtection .wrap .btns {
      width: 96.75%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 9px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btns {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          bottom: 7px; } }
      .exitProtection .wrap .btns .btn {
        width: 190px;
        margin-left: 6px; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .btns .btn {
            width: 49%;
            margin-left: 0; } }
        .exitProtection .wrap .btns .btn:first-child {
          margin-left: 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.page {
  background: #f1f1f1;
  padding: 120px 0 60px; }
  @media only screen and (max-width: 768px) {
    .page {
      padding-top: 90px;
      padding-left: 15px;
      padding-right: 15px; } }
  .page .container {
    margin: auto;
    width: 750px;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 80px 50px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 50px 15px; } }
  .page .page_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    color: #02a793; }
    @media only screen and (max-width: 768px) {
      .page .page_ttl {
        font-size: 26px;
        font-size: 2.6rem; } }

.page_thanks .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
.page_thanks .top {
  margin-top: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page_thanks .top {
      margin-top: 40px; } }
  .page_thanks .top a {
    font-weight: 700;
    color: #02a793;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }

.page_confirm {
  padding-top: 60px; }
  @media only screen and (max-width: 768px) {
    .page_confirm {
      padding-top: 40px; } }
  .page_confirm .txt {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
  .page_confirm table {
    width: 70%;
    margin: 30px auto 0; }
    @media only screen and (max-width: 768px) {
      .page_confirm table {
        width: 100%; } }
    .page_confirm table th, .page_confirm table td {
      border: 1px solid #ddd;
      padding: 1em; }
    .page_confirm table th {
      width: 200px;
      background: #f5f5f5; }
      @media only screen and (max-width: 768px) {
        .page_confirm table th {
          width: 35%; } }
  .page_confirm [type=submit] {
    display: block;
    border: none;
    background: #ec6a49;
    width: 350px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin: 40px auto 25px;
    color: #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    -moz-box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    box-shadow: 0 5px 18px rgba(157, 157, 157, 0.4);
    position: relative;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; }
    .page_confirm [type=submit]::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px; }
    @media only screen and (min-width: 769px) {
      .page_confirm [type=submit]:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; } }
    @media only screen and (max-width: 768px) {
      .page_confirm [type=submit] {
        width: 100%;
        margin-top: 30px !important;
        padding: 20px 10px; } }
