@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;700;800&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; }

@-webkit-keyframes shiny__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@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; } }
.shiny {
  display: block;
  position: relative;
  overflow: hidden; }
  .shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-color: #fff;
    animation: shiny__btn 4s ease-in-out infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
.form_parts_wrap2 .flex {
  -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_parts_wrap2 .form_content {
  background: #fff;
  margin: 20px 0; }
  @media only screen and (max-width: 768px) {
    .form_parts_wrap2 .form_content {
      padding: 20px; } }
.form_parts_wrap2 .form_ttl {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 800;
  color: #4c3b35; }
.form_parts_wrap2 .radio2 {
  margin: 0 auto;
  margin-top: 20px;
  width: 470px; }
  @media only screen and (max-width: 768px) {
    .form_parts_wrap2 .radio2 {
      width: 100%; } }
  .form_parts_wrap2 .radio2 li {
    margin-top: 10px; }
    .form_parts_wrap2 .radio2 li:first-child {
      margin-top: 0; }
  .form_parts_wrap2 .radio2 input {
    display: none; }
  .form_parts_wrap2 .radio2 .parts {
    display: block;
    padding: 15px 15px 15px 55px;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fff8fa+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #fff8fa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #fff8fa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #fff8fa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8fa',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #fdc9d6;
    position: relative; }
    .form_parts_wrap2 .radio2 .parts::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 20px;
      border: 1px solid #ccc;
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .form_parts_wrap2 .radio2.privacy {
    width: 100%;
    margin: 0 0 10px; }
    .form_parts_wrap2 .radio2.privacy .parts {
      background: none;
      padding: 0 0 0 45px;
      font-size: 14px;
      font-size: 1.4rem;
      border: none; }
      .form_parts_wrap2 .radio2.privacy .parts a {
        color: #0bbbf4; }
.form_parts_wrap2 .radio2 .parts::before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: #ececec; }
.form_parts_wrap2 .radio2 input:checked + .parts::before {
  border-color: #f84670;
  background: #ff688c; }
.form_parts_wrap2 .btn_wrap {
  width: 470px;
  margin: 30px auto 0;
  -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;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }
  .form_parts_wrap2 .btn_wrap .stepbtn {
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none; }
  .form_parts_wrap2 .btn_wrap .submit_btn {
    width: 300px;
    margin-left: 10px; }
    .form_parts_wrap2 .btn_wrap .submit_btn .stepbtn {
      background: #1faf8e; }
  .form_parts_wrap2 .btn_wrap .back_btn {
    width: 160px; }
    .form_parts_wrap2 .btn_wrap .back_btn .stepbtn {
      background: #b0b0b0; }

.form_section table {
  width: 80%;
  margin: 30px auto 0; }
  .form_section table th, .form_section table td {
    vertical-align: middle;
    padding-bottom: 10px; }
  .form_section table th {
    width: 150px;
    text-align: right; }
  .form_section table td {
    padding-left: 20px; }
.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 {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 1em;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  background: #f6f6f6; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative;
  width: 60%; }
  .form_section .selector::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #fdc9d6 transparent transparent transparent;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fff8fa+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #fff8fa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #fff8fa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #fff8fa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8fa',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #fdc9d6;
    border-radius: 5px;
    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; }

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

body {
  background: #fff;
  font-size: 1.6em;
  color: #4c3b35;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

.font_ja {
  font-family: 'Noto Sans JP', sans-serif; }

a {
  color: #4c3b35; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #4c3b35;
    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(251, 191, 206, 0.8);
  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; }
  @media only screen and (min-width: 769px) {
    .page_top:hover {
      background: #fbbfce; } }
  .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;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 6px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }

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

.cta_btn {
  width: 550px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px #c6c6c6;
  -moz-box-shadow: 0 3px 10px #c6c6c6;
  box-shadow: 0 3px 10px #c6c6c6; }
  .cta_btn a {
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    background: #00b900;
    color: #fff;
    padding: 20px; }
    .cta_btn a span {
      display: inline-block;
      position: relative;
      padding-left: 60px; }
      .cta_btn a span::after {
        content: "";
        position: absolute;
        width: 68px;
        height: 100%;
        background-image: url("img/index/cta_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: -20px;
        top: 0;
        pointer-events: none; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover a {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }

.main_ttl {
  background: #f4609f;
  text-align: center;
  color: #fff;
  padding: 35px 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800; }
  .main_ttl strong {
    color: #fcef63;
    font-weight: 800; }

.form_section {
  background: #fffded; }
  .form_section .form_wrap {
    width: 790px;
    margin: 0 auto;
    border: 2px solid #feb1c3;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px 0 40px; }
    .form_section .form_wrap .ttl {
      padding-top: 10px;
      background-image: url("img/index/form_ttl.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 686px;
      height: 77px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -46px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 800;
      color: #fff; }
      .form_section .form_wrap .ttl span {
        font-weight: 800;
        color: #fcef63;
        font-size: 28px;
        font-size: 2.8rem; }
  .form_section .f1_err_message,
  .form_section .f2_err_message {
    text-align: center;
    background-color: #fff;
    border: 1px solid #a94442;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    display: none;
    width: 90%; }
  .form_section .formparts {
    display: none; }
  .form_section .formparts-active {
    display: block !important; }
  .form_section .form_section button {
    display: block;
    border: none;
    background: #f4609f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    width: 380px;
    text-align: center;
    font-size: 22px;
    margin: 25px auto 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .form_section .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .form_section .progress .progressbar {
      width: 80%;
      height: 10px;
      background: #f3f3f3;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      overflow: hidden;
      border: 1px solid #cfcfcf; }
      .form_section .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f4609f;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .form_section .progress .progress_txt {
      width: 20%;
      padding-left: 10px; }
      .form_section .progress .progress_txt span {
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
        @media only screen and (max-width: 768px) {
          .form_section .progress .progress_txt span {
            font-size: 12px;
            font-size: 1.2rem; } }
  .form_section .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .form_section .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .form_section .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

.index .fv {
  background-image: url("img/index/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: 390px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fv_txt {
    position: absolute;
    width: 710px;
    top: 92px;
    left: 95px; }
.index .section01 h2 {
  text-align: center;
  background: #f4609f;
  padding: 15px 0;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff; }
  .index .section01 h2 strong {
    font-weight: 800;
    font-size: 31px;
    font-size: 3.1rem;
    color: #fcef63;
    display: block; }
.index .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01 .head_txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 25px; }
  .index .section01 .head_txt span {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    color: #f4609f;
    font-weight: 700; }
.index .section01 .form_wrap {
  margin-top: 80px; }
.index .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      width: 100%; } }
.index .section02 .heading {
  background-image: url("img/index/section02_heading.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 581px;
  height: 137px;
  padding: 31px 0 0 170px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto;
  color: #1faf8e; }
.index .section02 .items {
  margin-top: 40px;
  -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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .index .section02 .items .item {
    width: 215px;
    margin-left: 14px; }
    .index .section02 .items .item:first-child {
      margin-left: 0; }
.index .section02 .txt {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 800; }
  .index .section02 .txt strong {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: #f4609f;
    background: linear-gradient(transparent 60%, #fcef63 60%); }
.index .section02 .detail {
  background-image: url("img/index/section02_detail_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 772px;
  height: 133px;
  padding: 31px 0 0 175px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 30px; }
  .index .section02 .detail span {
    font-weight: 800;
    display: block;
    color: #1faf8e;
    font-size: 23px;
    font-size: 2.3rem; }
.index .section03 {
  background: #ffebf0; }
  .index .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 70px; }
    @media only screen and (max-width: 768px) {
      .index .section03 .inner {
        width: 100%; } }
  .index .section03 h2 {
    background-image: url("img/index/section03_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 668px;
    height: 104px;
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: 26px;
    font-size: 2.6rem;
    padding-top: 20px;
    padding-right: 40px; }
    .index .section03 h2 span {
      color: #f4609f;
      font-size: 34px;
      font-size: 3.4rem; }
  .index .section03 .items {
    width: 842px;
    margin: 30px auto 0; }
    .index .section03 .items .item {
      margin-top: 10px;
      position: relative; }
      .index .section03 .items .item:first-child {
        margin-top: 0; }
      .index .section03 .items .item:nth-child(even) .image {
        text-align: right; }
      .index .section03 .items .item .txt {
        position: absolute;
        min-width: 350px;
        background: #fff;
        padding: 25px 20px;
        font-size: 20px;
        font-size: 2rem;
        border: 1px solid #ffdbe4;
        bottom: 40px;
        line-height: 1.5;
        z-index: 10; }
        .index .section03 .items .item .txt strong {
          font-weight: 800;
          color: #f4609f; }
        .index .section03 .items .item .txt::before {
          content: "";
          position: absolute;
          width: 148px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: -38px;
          pointer-events: none; }
      .index .section03 .items .item:nth-child(odd) .txt {
        left: 50%; }
        .index .section03 .items .item:nth-child(odd) .txt::before {
          left: auto;
          right: 0; }
      .index .section03 .items .item:nth-child(2) .txt {
        left: 60px; }
      .index .section03 .items .item:nth-child(4) .txt {
        left: 80px;
        padding-top: 35px;
        padding-bottom: 35px; }
      .index .section03 .items .item:nth-child(1) .txt::before {
        background-image: url("img/index/section03_merit_01.png"); }
      .index .section03 .items .item:nth-child(2) .txt::before {
        background-image: url("img/index/section03_merit_02.png"); }
      .index .section03 .items .item:nth-child(3) .txt::before {
        background-image: url("img/index/section03_merit_03.png"); }
      .index .section03 .items .item:nth-child(4) .txt::before {
        background-image: url("img/index/section03_merit_04.png"); }
.index .section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 50px; }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      width: 100%; } }
.index .section04 h2 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4; }
  .index .section04 h2 strong {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: #f4609f;
    background: linear-gradient(transparent 60%, #fcef63 60%); }
.index .section04 h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800; }
.index .section04 .recommend .items {
  padding: 0 50px;
  margin-top: 50px; }
  .index .section04 .recommend .items .item {
    margin-top: 25px;
    -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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .index .section04 .recommend .items .item:first-child {
      margin-top: 0; }
.index .section04 .recommend .image {
  width: 222px; }
.index .section04 .recommend .txt {
  width: calc(100% - 222px);
  padding-left: 30px;
  font-size: 20px;
  font-size: 2rem; }
  .index .section04 .recommend .txt p {
    margin-top: 10px; }
    .index .section04 .recommend .txt p span {
      font-size: 22px;
      font-size: 2.2rem;
      color: #f4609f;
      font-weight: 800;
      border-bottom: 1px solid #f4609f; }
.index .section04 .case {
  margin-top: 50px;
  padding: 0 10px; }
  .index .section04 .case .items {
    margin-top: 30px;
    -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; }
    .index .section04 .case .items .item {
      width: 280px;
      border: 2px solid #d5c89b;
      border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      -webkit-border-radius: 20px 20px 0 0;
      -o-border-radius: 20px 20px 0 0;
      -ms-border-radius: 20px 20px 0 0;
      overflow: hidden; }
      .index .section04 .case .items .item .ttl {
        text-align: center;
        background: #f7eed0;
        padding: 10px 0;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 800; }
      .index .section04 .case .items .item .item_inner {
        padding: 10px 20px 15px; }
      .index .section04 .case .items .item .treatment {
        text-align: center;
        color: #1faf8e;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 800; }
        .index .section04 .case .items .item .treatment span {
          font-size: 26px;
          font-size: 2.6rem; }
      .index .section04 .case .items .item ul {
        margin-top: 5px; }
        .index .section04 .case .items .item ul li {
          font-size: 18px;
          font-size: 1.8rem;
          position: relative;
          padding-left: 22px; }
          .index .section04 .case .items .item ul li::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 100%;
            background-image: url("img/index/section04_ico.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            left: 0;
            top: 0;
            pointer-events: none; }
  .index .section04 .case .txt {
    width: 690px;
    margin: 30px auto 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    background: #fdf9ed;
    padding: 40px 30px;
    position: relative; }
    .index .section04 .case .txt p {
      font-size: 18px;
      font-size: 1.8rem; }
      .index .section04 .case .txt p strong {
        font-size: 22px;
        font-size: 2.2rem;
        color: #f4609f;
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fcef63 60%); }
    .index .section04 .case .txt .image {
      position: absolute;
      right: 30px;
      bottom: 0; }
.index .section04 .flow {
  margin-top: 60px; }
  .index .section04 .flow .wrap {
    margin: 30px auto 0;
    width: 650px; }
    .index .section04 .flow .wrap dl {
      margin-top: 10px;
      -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;
      border: 2px solid #fcdde5; }
      .index .section04 .flow .wrap dl:first-child {
        margin-top: 0; }
      .index .section04 .flow .wrap dl dt, .index .section04 .flow .wrap dl dd {
        font-size: 20px;
        font-size: 2rem;
        padding: 10px 20px; }
      .index .section04 .flow .wrap dl dt {
        width: 212px;
        font-weight: 700;
        background: #fdeaef;
        border-right: 2px solid #fcdde5; }
  .index .section04 .flow .txt {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700; }
    .index .section04 .flow .txt strong {
      color: #f4609f; }
.index .section04 .example {
  margin-top: 60px; }
  .index .section04 .example .wrap {
    margin: 20px auto 0;
    width: 820px;
    border: 3px solid #fcdde5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 30px 50px;
    text-align: center; }
    .index .section04 .example .wrap ul {
      -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; }
      .index .section04 .example .wrap ul li {
        text-align: left;
        font-size: 20px;
        font-size: 2rem;
        padding-left: 1.2em;
        position: relative; }
        .index .section04 .example .wrap ul li:nth-child(odd) {
          width: 57%; }
        .index .section04 .example .wrap ul li::before {
          width: 18px;
          height: 18px;
          content: "";
          position: absolute;
          left: 0;
          top: 7px;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          border: 1px solid #fbbfce; }
  .index .section04 .example .txt {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700; }
    .index .section04 .example .txt span {
      background: linear-gradient(transparent 60%, #fcef63 60%); }
.index .section04 .step {
  margin-top: 60px; }
  .index .section04 .step .items {
    margin-top: 30px;
    -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; }
    .index .section04 .step .items .item {
      width: 217px;
      border: 2px solid #e3d7b6;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      text-align: center;
      position: relative; }
      .index .section04 .step .items .item::before {
        content: "";
        position: absolute;
        top: 105px;
        right: -13px;
        width: 0;
        height: 0;
        z-index: 10;
        border-style: solid;
        border-width: 13.5px 0 13.5px 20px;
        border-color: transparent transparent transparent #86774f; }
      .index .section04 .step .items .item:last-child::before {
        display: none; }
      .index .section04 .step .items .item .step_txt {
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 800;
        color: #86774f;
        padding: 15px 0; }
      .index .section04 .step .items .item .txt {
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left; }
.index .section04 .cta {
  margin-top: 50px;
  text-align: center; }
  .index .section04 .cta .txt1 {
    color: #f4609f;
    font-weight: 800;
    font-size: 33px;
    font-size: 3.3rem; }
  .index .section04 .cta .txt2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
  .index .section04 .cta .cta_btn {
    margin-top: 20px; }
.index .section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      width: 100%; } }

.footer {
  background: #f4609f; }
  .footer .copyright {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }

.page_thanks .read2 {
  text-align: center;
  margin-top: 30px;
  color: #f4609f;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 800; }
.page_thanks .thanks_txt,
.page_thanks .thanks_txt2 {
  padding: 0 50px; }
.page_thanks .thanks_txt {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center; }
.page_thanks .thanks_txt2 {
  margin-top: 40px;
  font-size: 13px;
  font-size: 1.3rem; }
