@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
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; } }
.form_section table {
  width: 100%; }
  .form_section table th, .form_section table td {
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        padding: 10px 0; } }
  .form_section table th {
    font-size: 22px;
    width: 280px;
    position: relative;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .form_section table th {
        font-size: 1.8rem; } }
  .form_section table td {
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .form_section table td {
        padding-top: 0; } }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
  @media only screen and (max-width: 768px) {
    .form_section span.require,
    .form_section span.option {
      font-size: 1.2rem;
      right: 0; } }
.form_section span.require {
  background: #fc2b33; }
.form_section span.option {
  background: #1c77cb; }
.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 #afafaf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .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-size: 1.6rem; } }
.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 [type=submit] {
  display: block;
  border: none;
  background: none;
  background-image: url("img/top/btn_submit.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 400px;
  height: 90px;
  margin: 25px auto 0;
  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;
  overflow: hidden; }
  @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: 80%;
      margin-top: 15px;
      background-image: url("img/top/btn_submit_sp.png");
      background-size: 100% auto;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding-top: calc(100px / 550px * 100%); } }
.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 {
  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; }
  .form_section .selector::after {
    bottom: 28px;
    right: 20px;
    z-index: 10;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    content: "";
    position: absolute;
    border-width: 10px 8px 0 8px;
    border-color: #333 transparent transparent transparent;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .form_section .selector::after {
        width: 0;
        height: 0;
        content: "";
        border-style: solid;
        content: "";
        position: absolute;
        border-width: 6px 6px 0 6px;
        border-color: #333 transparent transparent transparent;
        bottom: 22px; } }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #fc2b33;
  margin-bottom: 3px; }
.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; }

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  10% {
    transform: scale(0.9, 0.9) translate(0%, 2.5%); }
  20% {
    transform: scale(1.2, 0.8) translate(0%, 5%); }
  30% {
    transform: scale(0.8, 1.2) translate(0%, -5%); }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 2.5%); }
  65% {
    transform: scale(1, 1) translate(0%, 0%); } }
@keyframes ttob {
  0% {
    transform: scale(0.8, 1.1) translate(0, -1000px); }
  85% {
    transform: scale(1.1, 0.9) translate(0, 30px); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes bounce {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0; }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1; }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1; }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1; }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1; }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1; }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1; }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.9); }
  20% {
    transform: scale(0.9, 1.1); }
  90% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 0.9); } }
@keyframes wobbling_x {
  0% {
    margin-left: 15px; }
  100% {
    margin-left: 0px; } }
@keyframes wobbling_y {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 8px; } }
@-webkit-keyframes wobble-hor-bottom {
  50%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@keyframes wobble-hor-bottom {
  50%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@-webkit-keyframes wobble-ver-right {
  33%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg); }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg); }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg); }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg); }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg); } }
@keyframes wobble-ver-right {
  33%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg); }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg); }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg); }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg); }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg); } }
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    height: 100vh;
    padding: 80px 20px 55px;
    z-index: 300; }
    #sp_menu ul {
      padding: 0 40px; }
      #sp_menu ul li {
        margin-top: 10px; }
        #sp_menu ul li:first-child {
          margin-top: 0; }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 6px 0;
          color: #fff;
          background: #2d9826;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -o-border-radius: 30px;
          -ms-border-radius: 30px;
          font-size: 16px;
          font-weight: 500; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .btn {
      margin-top: 20px; }
      #sp_menu .btn .item:nth-child(1) {
        margin-bottom: 10px; }

  .fixed_menu {
    position: fixed;
    width: 44px;
    top: 15px;
    right: 15px;
    z-index: 400; }
    .fixed_menu .menu-trigger {
      display: block;
      transition: all .4s;
      position: relative;
      width: 44px;
      height: 44px;
      background-image: url("img/top/fixed_menu.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 44px auto; }
      .fixed_menu .menu-trigger.close {
        background-image: url("img/top/fixed_menu_active.png"); } }
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.6; }

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(249, 128, 20, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  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: #f98014;
    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 .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0; }
  @media only screen and (max-width: 768px) {
    .header .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .header .inner {
      padding: 0;
      height: 72px; } }
.header .site_logo {
  width: 245px; }
  @media only screen and (max-width: 768px) {
    .header .site_logo {
      width: 145px;
      padding: 10px;
      padding-top: 20px; } }
.header .header_tel, .header .header_contact {
  position: absolute;
  top: 6px; }
  @media only screen and (max-width: 768px) {
    .header .header_tel, .header .header_contact {
      width: 105px; } }
.header .header_contact {
  right: 0; }
  @media only screen and (max-width: 768px) {
    .header .header_contact {
      right: 5px; } }
.header .header_tel {
  right: 262px; }
  @media only screen and (max-width: 768px) {
    .header .header_tel {
      right: 115px; } }

.wrapper {
  overflow-x: hidden; }

.page_home .fv {
  background: url("img/top/fv_bg.jpg") no-repeat center top; }
  @media only screen and (max-width: 768px) {
    .page_home .fv {
      background: none; } }
  .page_home .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 570px; }
    @media only screen and (max-width: 768px) {
      .page_home .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .fv .inner {
        background-image: url("img/top/fv_bg_sp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: calc(680 / 750 * 100%);
        height: auto; } }
  .page_home .fv .fv_animation {
    position: absolute; }
  @media only screen and (min-width: 769px) {
    .page_home .fv .fv_txt1 {
      width: 840px;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 20px;
      z-index: 1;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .page_home .fv .fv_txt2 {
      left: 10px;
      top: 106px;
      z-index: 10;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .page_home .fv .fv_txt3 {
      left: 502px;
      top: 110px;
      z-index: 5;
      transform: scale(0.8, 1.4) translate(0%, -100%);
      -webkit-animation: bounce-in-top 1.1s both;
      animation: bounce-in-top 1.1s  1s both; }
    .page_home .fv .fv_txt4 {
      right: 0;
      top: 90px;
      z-index: 1;
      transform: scale(0.8, 1.4) translate(0%, -100%);
      -webkit-animation: bounce-in-top 1.2s both;
      animation: bounce-in-top 1.2s  1s both; }
    .page_home .fv .fv_txt5 {
      width: 696px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 5px;
      z-index: 10; }
    .page_home .fv .fv_image1 {
      bottom: 40px;
      left: -220px;
      animation: wobbling_x 0.5s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate; }
    .page_home .fv .fv_image2 {
      bottom: 55px;
      left: 328px;
      -webkit-animation: wobble-hor-bottom 2.2s both infinite;
      animation: wobble-hor-bottom 2.2s both infinite; }
    .page_home .fv .fv_image3 {
      top: 210px;
      right: 260px;
      z-index: 10;
      animation: poyon 1.5s infinite; } }
  @media only screen and (max-width: 768px) {
    .page_home .fv .fv_txt1 {
      width: 95vw;
      top: 25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .page_home .fv .fv_txt2 {
      width: 80vw;
      top: 16vw;
      left: 20px;
      z-index: 10;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .page_home .fv .fv_txt3 {
      width: 42vw;
      bottom: 7vw;
      right: 7vw;
      z-index: 1;
      transform: scale(0.8, 1.4) translate(0%, -100%);
      -webkit-animation: bounce-in-top 1.1s both;
      animation: bounce-in-top 1.1s  1s both; }
    .page_home .fv .fv_txt4 {
      width: 100%;
      bottom: 2px;
      z-index: 1;
      padding: 0 20px; }
    .page_home .fv .fv_image1 {
      width: 15vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 10;
      bottom: 32px;
      -webkit-animation: wobble-hor-bottom 2.2s both infinite;
      animation: wobble-hor-bottom 2.2s both infinite; }
    .page_home .fv .fv_image2 {
      width: 26vw;
      right: 17vw;
      z-index: 10;
      bottom: 20vw;
      animation: poyon 1.5s infinite; } }
.page_home .cta {
  background: url("img/top/cta_bg.png") repeat center top;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .page_home .cta {
      padding: 15px;
      background-size: 800px auto; } }
  .page_home .cta .inner {
    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: 30px 50px 20px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_home .cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .cta .inner {
        padding: 15px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; } }
  .page_home .cta .cta_ico {
    position: absolute;
    left: 50px;
    top: 98px;
    animation: mochimochi 1.5s infinite; }
    @media only screen and (max-width: 768px) {
      .page_home .cta .cta_ico {
        width: 36px;
        left: 18px;
        top: 108px; } }
  .page_home .cta .txt2 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px; }
    @media only screen and (max-width: 768px) {
      .page_home .cta .txt2 {
        margin-top: 10px;
        font-size: 3.2vw; } }
  .page_home .cta .txt3 {
    margin-top: 10px; }
  .page_home .cta .flex {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .page_home .cta .flex {
        display: block; } }
    .page_home .cta .flex .item {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .page_home .cta .flex .item {
          width: 100%; } }
      .page_home .cta .flex .item:nth-child(2) {
        text-align: right; }
        @media only screen and (max-width: 768px) {
          .page_home .cta .flex .item:nth-child(2) {
            margin-top: 10px; } }
.page_home .section01 {
  text-align: center;
  padding: 50px 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page_home .section01 {
      padding: 35px 0; }
      .page_home .section01 .txt1 {
        width: 180px;
        margin: 0 auto; } }
  .page_home .section01 .txt2 {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .page_home .section01 .txt2 {
        width: 55%;
        margin: 10px auto 0; } }
    .page_home .section01 .txt2.is_onscreen {
      -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
      animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both; }
  .page_home .section01 .txt3 {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .page_home .section01 .txt3 {
        padding: 0 20px;
        margin-top: 20px; } }
  .page_home .section01 .ico {
    position: absolute;
    right: 50%;
    top: 70px;
    margin-right: -450px; }
    @media only screen and (max-width: 768px) {
      .page_home .section01 .ico {
        right: 15px;
        top: 45px;
        margin: 0;
        width: 60px; } }
  .page_home .section01 .bx-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .page_home .section01 .slide {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .page_home .section01 .slide {
        margin-top: 10px; } }
    .page_home .section01 .slide ul li {
      margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        .page_home .section01 .slide ul li {
          margin: 0;
          padding: 0 15px; } }
.page_home .section02 {
  background-image: url("img/top/section02_bg2.png"), url("img/top/section02_bg.png");
  background-repeat: no-repeat, repeat;
  background-position: center 50px,center; }
  @media only screen and (max-width: 768px) {
    .page_home .section02 {
      background-image: url("img/top/section02_bg2_sp.png"), url("img/top/section02_bg.png");
      background-repeat: no-repeat, repeat;
      background-position: center 20px,center;
      background-size: 100% auto, auto; } }
  .page_home .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px; }
    @media only screen and (max-width: 768px) {
      .page_home .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section02 .inner {
        padding: 30px 20px; } }
  .page_home .section02 h2 {
    text-align: center; }
  .page_home .section02 .flex {
    margin-top: 30px;
    justify-content: center;
    align-items: center; }
    .page_home .section02 .flex .image {
      width: 320px; }
      @media only screen and (max-width: 768px) {
        .page_home .section02 .flex .image {
          width: 35%; } }
    .page_home .section02 .flex .txt {
      padding-left: 30px;
      font-size: 22px; }
      @media only screen and (max-width: 768px) {
        .page_home .section02 .flex .txt {
          width: 65%;
          padding-left: 15px;
          font-size: 11px; } }
  .page_home .section02 .image2 {
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_home .section02 .image2 {
        margin-top: 20px; } }
.page_home .section03 {
  background-image: url("img/top/section03_bg.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fdf7e0; }
  .page_home .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .page_home .section03 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section03 .inner {
        padding: 30px 20px; }
        .page_home .section03 .inner .flex {
          display: block; } }
  .page_home .section03 h2, .page_home .section03 .txt1 {
    text-align: center; }
  .page_home .section03 .txt1 {
    margin-top: 35px; }
    @media only screen and (max-width: 768px) {
      .page_home .section03 .txt1 {
        margin-top: 20px; } }
  .page_home .section03 .price {
    margin-top: 30px; }
    .page_home .section03 .price .item {
      width: 311px;
      margin-left: calc((100% - 933px) / 2); }
      @media only screen and (max-width: 768px) {
        .page_home .section03 .price .item {
          width: 100%;
          margin: 15px 0 0; } }
      .page_home .section03 .price .item:first-child {
        margin-left: 0; }
        @media only screen and (max-width: 768px) {
          .page_home .section03 .price .item:first-child {
            margin: 0; } }
  .page_home .section03 .txt2 {
    padding: 70px 0;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_home .section03 .txt2 {
        padding: 20px; } }
    .page_home .section03 .txt2 .ico {
      position: absolute;
      z-index: 10;
      top: 20px;
      right: 100px; }
      @media only screen and (max-width: 768px) {
        .page_home .section03 .txt2 .ico {
          right: 0;
          top: 81px;
          width: 55px; } }
  .page_home .section03 .pack .item {
    width: 319px;
    margin-left: calc((100% - 957px) / 2); }
    .page_home .section03 .pack .item:first-child {
      margin-left: 0; }
  .page_home .section03 .remarks {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .page_home .section03 .remarks {
        margin-top: 10px; } }
    .page_home .section03 .remarks ul li {
      padding-left: 1.2em;
      position: relative;
      color: rgba(0, 0, 0, 0.54); }
      @media only screen and (max-width: 768px) {
        .page_home .section03 .remarks ul li {
          font-size: 10px; } }
      .page_home .section03 .remarks ul li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
.page_home .section04 {
  background: url("img/top/section04_bg.png") repeat center top; }
  @media only screen and (max-width: 768px) {
    .page_home .section04 {
      background-size: 800px auto; } }
  .page_home .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_home .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section04 .inner {
        padding: 30px 20px; } }
  .page_home .section04 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_home .section04 h2 {
        padding: 0 15px; } }
  .page_home .section04 .ico1 {
    position: absolute;
    top: 110px;
    left: 0;
    -webkit-animation: vibrate-1 0.3s linear infinite both;
    animation: vibrate-1 0.3s linear infinite both; }
    @media only screen and (max-width: 768px) {
      .page_home .section04 .ico1 {
        width: 45px;
        top: 17px;
        left: 35px; } }
  .page_home .section04 .wrap {
    position: relative;
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .page_home .section04 .wrap {
        margin-top: 40px; } }
    .page_home .section04 .wrap .ico2 {
      position: absolute;
      bottom: -30px;
      right: -75px;
      z-index: 10;
      -webkit-animation: vibrate-1 0.3s linear infinite both;
      animation: vibrate-1 0.3s linear infinite both; }
      @media only screen and (max-width: 768px) {
        .page_home .section04 .wrap .ico2 {
          display: none; } }
    .page_home .section04 .wrap ul li {
      margin-top: 60px;
      border: 4px solid #fff;
      position: relative;
      padding: 55px 0 40px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page_home .section04 .wrap ul li {
          margin-top: 30px;
          border-width: 2px;
          padding: 30px 20px 20px; }
          .page_home .section04 .wrap ul li:nth-child(3) h3 {
            padding: 0 20px; } }
      .page_home .section04 .wrap ul li::before {
        content: "";
        position: absolute;
        width: 84px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -43px; }
        @media only screen and (max-width: 768px) {
          .page_home .section04 .wrap ul li::before {
            width: 42px;
            top: -22px; } }
      .page_home .section04 .wrap ul li:first-child {
        margin-top: 0; }
      .page_home .section04 .wrap ul li:nth-child(1)::before {
        background-image: url("img/top/section04_example1.png"); }
      .page_home .section04 .wrap ul li:nth-child(2)::before {
        background-image: url("img/top/section04_example2.png"); }
      .page_home .section04 .wrap ul li:nth-child(3)::before {
        background-image: url("img/top/section04_example3.png"); }
    .page_home .section04 .wrap p {
      font-size: 21px;
      margin-top: 20px;
      font-weight: 500;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .page_home .section04 .wrap p {
          font-size: 3.3vw; } }
.page_home .section05 {
  background: url("img/top/section05_bg.png") no-repeat center top;
  background-size: cover;
  background-image: url("img/top/section05_bg2.png"), url("img/top/section05_bg.png");
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center top;
  background-size: auto,cover; }
  @media only screen and (max-width: 768px) {
    .page_home .section05 {
      background: url("img/top/section05_bg_sp.png") no-repeat center bottom;
      background-size: cover; } }
  .page_home .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .page_home .section05 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section05 .inner {
        padding: 20px; } }
  .page_home .section05 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_home .section05 h2 {
        padding: 0 30px; } }
  .page_home .section05 .wrap {
    margin-top: 50px;
    padding: 0 55px; }
    @media only screen and (max-width: 768px) {
      .page_home .section05 .wrap {
        padding: 0;
        margin-top: 20px; } }
  .page_home .section05 ul li {
    width: 425px;
    height: 397px;
    margin-left: 40px;
    margin-top: 30px;
    padding-top: 50px; }
    @media only screen and (max-width: 768px) {
      .page_home .section05 ul li {
        height: auto;
        background: none !important;
        padding: 0;
        width: 50%;
        margin: 0; }
        .page_home .section05 ul li:nth-child(odd) {
          padding-right: 5px; }
        .page_home .section05 ul li:nth-child(even) {
          padding-left: 5px; }
        .page_home .section05 ul li:nth-child(3), .page_home .section05 ul li:nth-child(4) {
          margin-top: 15px; } }
    @media only screen and (min-width: 769px) {
      .page_home .section05 ul li:nth-child(odd) {
        margin-left: 0;
        background: url("img/top/section05_balloon1.png") no-repeat center top; }
      .page_home .section05 ul li:nth-child(even) {
        background: url("img/top/section05_balloon2.png") no-repeat center top; }
      .page_home .section05 ul li:nth-child(1), .page_home .section05 ul li:nth-child(2) {
        margin-top: 0; } }
  .page_home .section05 h3 {
    text-align: center; }
  .page_home .section05 .txt {
    margin-top: 10px;
    padding: 20px 30px;
    font-size: 20px; }
.page_home .section06 {
  background: url("img/top/section06_bg.png") repeat center top; }
  .page_home .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 50px 70px; }
    @media only screen and (max-width: 768px) {
      .page_home .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section06 .inner {
        padding: 30px 20px 40px; }
        .page_home .section06 .inner h2 {
          width: 240px;
          margin: 0 auto; } }
  .page_home .section06 ul li {
    margin-top: 65px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 60px 30px 40px;
    position: relative; }
    .page_home .section06 ul li:nth-child(2) {
      padding-top: 40px; }
      @media only screen and (max-width: 768px) {
        .page_home .section06 ul li:nth-child(2) {
          padding-top: 8px; } }
    .page_home .section06 ul li::before {
      content: "";
      position: absolute;
      width: 157px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: -15px;
      top: -15px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .page_home .section06 ul li::before {
          width: 85px;
          left: 0;
          right: 0;
          margin: 0 auto; } }
    .page_home .section06 ul li:nth-child(1)::before {
      background-image: url("img/top/section06_voice1.png"); }
      @media only screen and (max-width: 768px) {
        .page_home .section06 ul li:nth-child(1)::before {
          background-image: url("img/top/section06_voice1_sp.png"); } }
    .page_home .section06 ul li:nth-child(2)::before {
      background-image: url("img/top/section06_voice2.png"); }
      @media only screen and (max-width: 768px) {
        .page_home .section06 ul li:nth-child(2)::before {
          background-image: url("img/top/section06_voice2_sp.png"); } }
    .page_home .section06 ul li:nth-child(3)::before {
      background-image: url("img/top/section06_voice3.png"); }
      @media only screen and (max-width: 768px) {
        .page_home .section06 ul li:nth-child(3)::before {
          background-image: url("img/top/section06_voice3_sp.png"); } }
    @media only screen and (max-width: 768px) {
      .page_home .section06 ul li {
        padding: 30px 20px;
        margin-top: 40px; }
        .page_home .section06 ul li .sp_image {
          width: 270px;
          margin: 20px auto 0; } }
  .page_home .section06 h3 {
    text-align: center; }
  .page_home .section06 .ico {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -20px; }
    @media only screen and (max-width: 768px) {
      .page_home .section06 .ico {
        display: none; } }
  .page_home .section06 .flex {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .page_home .section06 .flex {
        margin-top: 20px; } }
    .page_home .section06 .flex .image {
      width: 421px; }
      @media only screen and (max-width: 768px) {
        .page_home .section06 .flex .image {
          display: none; } }
    .page_home .section06 .flex .txt {
      width: calc(100% - 421px);
      padding-left: 20px;
      font-size: 20px;
      line-height: 1.7;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .page_home .section06 .flex .txt {
          width: 100%;
          padding: 0;
          font-size: 14px;
          line-height: 1.6; } }
.page_home .section07 {
  position: relative; }
  .page_home .section07::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("img/top/section07_bg.png") no-repeat center top;
    z-index: 1;
    animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate; }
    @media only screen and (max-width: 768px) {
      .page_home .section07::before {
        background: url("img/top/section07_bg_sp.png") no-repeat center top;
        background-size: 100% auto; } }
  .page_home .section07 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .page_home .section07 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section07 .inner {
        padding: 30px 20px 20px; } }
  .page_home .section07 .txt {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .page_home .section07 .txt {
        padding: 0 20px; } }
  .page_home .section07 .image {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .page_home .section07 .image {
        margin-top: 20px; } }
.page_home .section08 {
  background: #e5f7ff; }
  .page_home .section08 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_home .section08 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_home .section08 .inner {
        padding: 30px 20px; } }
  .page_home .section08 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_home .section08 h2 {
        width: 220px;
        margin: 0 auto; } }
  .page_home .section08 .ico {
    position: absolute;
    right: 50%;
    top: 70px;
    margin-right: -530px; }
    @media only screen and (max-width: 768px) {
      .page_home .section08 .ico {
        top: auto;
        bottom: 90px;
        right: 48px;
        margin: 0;
        width: 55px; } }
  .page_home .section08 .image1 {
    margin-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_home .section08 .image1 {
        margin-top: 20px; } }
  .page_home .section08 .txt {
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
    font-size: 24px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page_home .section08 .txt {
        margin-top: 20px;
        font-size: 3vw;
        padding: 0 40px 0 0; } }
    .page_home .section08 .txt span {
      display: block;
      font-size: 14px;
      margin-top: 20px;
      color: rgba(0, 0, 0, 0.54); }
      @media only screen and (max-width: 768px) {
        .page_home .section08 .txt span {
          font-size: 2.8vw; } }
    .page_home .section08 .txt .image2 {
      position: absolute;
      right: 70px;
      bottom: -20px; }
      @media only screen and (max-width: 768px) {
        .page_home .section08 .txt .image2 {
          width: 80px;
          right: 0;
          bottom: 15px; } }
.page_home .section09 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .page_home .section09 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page_home .section09 .inner {
      padding: 50px 10px 30px; } }
.page_home .section09 h2 {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page_home .section09 h2 {
      width: 190px;
      margin: 0 auto; } }
.page_home .section09 ul {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .page_home .section09 ul {
      margin-top: 30px; } }
  .page_home .section09 ul li {
    background: url("img/top/section09_bg.png") repeat center top;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -o-border-radius: 17px;
    -ms-border-radius: 17px;
    padding: 3px;
    margin-top: 30px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .page_home .section09 ul li {
        padding: 2px;
        margin-top: 20px; } }
    .page_home .section09 ul li:first-child {
      margin-top: 0; }
    .page_home .section09 ul li .content {
      background: #fff;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px;
      padding: 30px 50px; }
      @media only screen and (max-width: 768px) {
        .page_home .section09 ul li .content {
          padding: 15px; } }
    .page_home .section09 ul li .question {
      position: relative;
      color: #28833e;
      font-size: 24px;
      font-weight: 700;
      padding-left: 1.4em; }
      @media only screen and (max-width: 768px) {
        .page_home .section09 ul li .question {
          font-size: 15px; } }
      .page_home .section09 ul li .question::before {
        content: "Q.";
        position: absolute;
        left: 0;
        top: 0; }
    .page_home .section09 ul li .answer {
      margin-top: 10px;
      font-size: 22px;
      padding-left: 1.4em;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .page_home .section09 ul li .answer {
          font-size: 13px; } }
      .page_home .section09 ul li .answer::before {
        content: "A.";
        position: absolute;
        left: 0;
        font-weight: 700;
        top: 0;
        color: #fc2b33; }
.page_home .section10 .inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff6d9;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 40px 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page_home .section10 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page_home .section10 .inner {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      padding: 30px; } }
.page_home .section11 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .page_home .section11 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page_home .section11 .inner {
      padding: 30px 20px; } }
.page_home .section11 .ttl {
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .page_home .section11 .ttl {
      padding: 0 20px; } }
  .page_home .section11 .ttl .ico {
    position: absolute;
    z-index: 10;
    left: 45px;
    top: -40px; }
    @media only screen and (max-width: 768px) {
      .page_home .section11 .ttl .ico {
        width: 55px;
        left: 10px;
        top: 20px; } }
.page_home .section11 .form_section {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .page_home .section11 .form_section {
      margin-top: 20px; } }
  .page_home .section11 .form_section .form_section_inner {
    border: 4px solid #fc7a2b;
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .page_home .section11 .form_section .form_section_inner {
        padding: 20px;
        border-width: 3px; } }

.fixed_nav {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .fixed_nav ul li {
    margin-top: 3px;
    text-align: right; }
    .fixed_nav ul li:first-child {
      margin-top: 0; }

.fixed_footer_nav {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 100;
  left: 0;
  bottom: 0;
  padding: 10px 20px; }
  @media only screen and (min-width: 769px) {
    .fixed_footer_nav {
      display: none !important; } }
  .fixed_footer_nav .flex .item {
    width: 50%; }
    .fixed_footer_nav .flex .item:nth-child(1) {
      padding-right: 5px; }
    .fixed_footer_nav .flex .item:nth-child(2) {
      padding-left: 5px; }

.footer .f_nav {
  padding: 20px 0;
  background: #15820d; }
  @media only screen and (max-width: 768px) {
    .footer .f_nav {
      padding: 0; } }
  .footer .f_nav ul {
    text-align: center;
    font-size: 0; }
    .footer .f_nav ul li {
      display: inline-block;
      font-size: 10px;
      margin-right: 10px;
      vertical-align: top;
      font-size: 15px; }
      @media only screen and (max-width: 768px) {
        .footer .f_nav ul li {
          width: 50%;
          margin: 0; }
          .footer .f_nav ul li:first-child {
            border-right: 1px solid #fff; } }
      @media only screen and (min-width: 769px) {
        .footer .f_nav ul li::before {
          content: "｜";
          color: #fff;
          margin-right: 10px; }
        .footer .f_nav ul li:first-child::before {
          display: none; } }
      .footer .f_nav ul li a {
        text-decoration: none;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li a {
            display: block;
            padding: 15px 0;
            font-size: 14px; } }
        @media only screen and (min-width: 769px) {
          .footer .f_nav ul li a:hover {
            text-decoration: underline; } }
.footer .copyright {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  background: #212121; }
  @media only screen and (max-width: 768px) {
    .footer .copyright {
      font-size: 10px; } }

@media only screen and (max-width: 768px) {
  .fixed_footer_nav + .footer {
    padding-bottom: 80px; } }
.page {
  background: #fff8f4;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .page {
      padding: 0; } }
  .page .container {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0; } }
  .page .page_ttl {
    background: #f98014;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 20px 0;
    text-align: center; }
  .page .page_content {
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .page .page_content {
        padding: 30px 20px; } }

.page_company table {
  width: 100%;
  border: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .page_company table {
      border-right: none;
      border-bottom: none; } }
  .page_company table th, .page_company table td {
    padding: 20px;
    font-weight: normal;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .page_company table th, .page_company table td {
        display: block; } }
  .page_company table th {
    width: 220px;
    background: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      .page_company table th {
        width: 100%; } }

.page_privacy .page_content {
  font-size: 1.4rem; }
  .page_privacy .page_content h3 {
    font-weight: 500;
    text-align: center;
    font-size: 2rem; }
  .page_privacy .page_content p {
    margin-top: 20px; }

.page_thanks .page_content {
  text-align: center; }
  .page_thanks .page_content .btn_top {
    display: block;
    margin: 30px auto 0;
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .page_thanks .page_content .btn_top {
        width: 170px;
        margin-top: 20px; } }
    .page_thanks .page_content .btn_top a {
      display: block;
      background: #fc2b33;
      color: #fff;
      text-decoration: none;
      padding: 15px 0;
      border-bottom: 5px solid #be030a; }
      @media only screen and (max-width: 768px) {
        .page_thanks .page_content .btn_top a {
          padding: 10px 0; } }
