@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/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/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; }

@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: #0e85c9;
          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/fixed_menu.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 44px auto; }
      .fixed_menu .menu-trigger.close {
        background-image: url("img/fixed_menu_active.png"); } }
@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); } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 55%; } }

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

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(25, 162, 51, 0.75);
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #19a233;
    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 {
      display: none !important; } }

.header .inner {
  position: relative;
  height: 70px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .header .inner {
      width: 100%; } }
.header .site_logo {
  width: 190px;
  padding-top: 10px; }
  @media only screen and (max-width: 768px) {
    .header .site_logo {
      width: 145px;
      padding: 10px;
      padding-top: 18px; } }
.header .header_tel, .header .header_contact {
  position: absolute;
  top: 7px;
  width: 285px; }
  @media only screen and (max-width: 768px) {
    .header .header_tel, .header .header_contact {
      width: 105px; } }
.header .header_tel {
  right: 298px; }
  @media only screen and (max-width: 768px) {
    .header .header_tel {
      right: 115px; } }
.header .header_contact {
  right: 0; }
  @media only screen and (max-width: 768px) {
    .header .header_contact {
      right: 5px; } }

@media only screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden; } }
.fv {
  background: url("img/fv_bg.png") no-repeat center top; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 658px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        background-image: url("img/fv_bg_sp.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: calc(852 / 750 * 100%);
        height: auto; } }
  .fv .fv_animation {
    position: absolute;
    z-index: 10; }
  @media only screen and (min-width: 769px) {
    .fv .fv_txt1 {
      width: 100%;
      text-align: center;
      top: 18px;
      left: 0; }
    .fv .fv_txt2 {
      width: 100%;
      text-align: center;
      top: 135px;
      left: 0;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .fv .fv_txt3 {
      top: 140px;
      left: -60px;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .fv .fv_txt4 {
      top: 270px;
      left: 110px;
      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; }
    .fv .fv_image1 {
      top: 335px;
      left: 395px;
      z-index: 20;
      animation: poyon 1.5s infinite; }
    .fv .fv_image2 {
      bottom: 20px;
      left: -230px;
      animation: wobbling_x 0.5s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate; }
    .fv .fv_image3 {
      bottom: 20px;
      right: -75px;
      /*animation: mochimochi 1s infinite;*/
      -webkit-animation: wobble-hor-bottom 2.2s both infinite;
      animation: wobble-hor-bottom 2.2s both infinite; } }
  @media only screen and (max-width: 768px) {
    .fv .fv_txt1 {
      width: 85vw;
      top: 12px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .fv .fv_txt2 {
      width: 85vw;
      top: 29.5vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: scale(0.8, 1.1) translate(0, -1000px);
      animation: ttob 0.6s linear 0.2s forwards; }
    .fv .fv_txt3 {
      width: 92vw;
      bottom: 17.5vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      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; }
    .fv .fv_image1 {
      width: 24vw;
      bottom: 24vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 20;
      animation: poyon 1.5s infinite; }
    .fv .fv_image2 {
      width: 22vw;
      bottom: 17vw;
      left: 3vw;
      animation: wobbling_x 0.5s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate; }
    .fv .fv_image3 {
      width: 20vw;
      bottom: 17vw;
      right: 3vw;
      z-index: 20;
      -webkit-animation: wobble-hor-bottom 2.2s both infinite;
      animation: wobble-hor-bottom 2.2s both infinite; } }

.cv {
  background: url("img/cv_bg.png") repeat center top; }
  .cv .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cv .inner {
        padding: 20px 15px; }
        .cv .inner .wrap {
          margin-top: 10px;
          background: #fff;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          padding: 18px 10px 15px 10px; }
        .cv .inner .cv_txt2 {
          position: relative;
          padding-left: 70px;
          padding-right: 25px; }
          .cv .inner .cv_txt2 .ico {
            position: absolute;
            width: 50px;
            top: -6px;
            left: 12px;
            animation: mochimochi 1.5s infinite; } }
  .cv .cv_txt {
    position: relative; }
    .cv .cv_txt .ico {
      position: absolute;
      z-index: 10;
      left: 55px;
      bottom: -15px;
      animation: mochimochi 1.5s infinite; }
  .cv .flex {
    margin-top: 14px;
    justify-content: center; }
    .cv .flex .item:first-child {
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .cv .flex .item:first-child {
          margin: 0 0 8px 0; } }

.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; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 30px 20px; } }
.section01 .txt1 {
  text-align: center; }
.section01 .txt2 {
  margin-top: 25px;
  text-align: center; }
  .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; }
  @media only screen and (max-width: 768px) {
    .section01 .txt2 {
      margin-top: 20px;
      padding: 0 55px 0 10px; } }
.section01 .image1 {
  position: relative; }
  .section01 .image1 .ico {
    position: absolute;
    right: 15px;
    top: -100px;
    -webkit-animation: wobble-ver-right 2.2s infinite both;
    animation: wobble-ver-right 2.2s infinite both; }
    @media only screen and (max-width: 768px) {
      .section01 .image1 .ico {
        width: 36px;
        top: -35px;
        right: 8px; } }
.section01 .txt3 {
  position: relative;
  padding: 263px 0 0 525px; }
  @media only screen and (max-width: 768px) {
    .section01 .txt3 {
      margin-top: 10px;
      padding: 22vw 0 0 32vw; } }
  .section01 .txt3 .image2 {
    position: absolute;
    top: 0;
    left: 30px; }
    @media only screen and (max-width: 768px) {
      .section01 .txt3 .image2 {
        width: 100%;
        left: -5px;
        padding-right: 12vw; } }
  .section01 .txt3 p {
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .section01 .txt3 p {
        font-size: 3vw; } }
.section01 .image3 {
  margin-top: 100px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section01 .image3 {
      margin-top: 20px; } }

.section02 {
  background: #ddf8d4; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 30px 20px; } }
  .section02 h2 {
    text-align: center; }
  .section02 .txt1 {
    text-align: center;
    margin-top: 25px; }
    @media only screen and (max-width: 768px) {
      .section02 .txt1 {
        margin-top: 15px; } }
  @media only screen and (max-width: 768px) {
    .section02 .flex {
      display: block; } }
  .section02 .flex .item {
    margin-left: 21px; }
    @media only screen and (max-width: 768px) {
      .section02 .flex .item {
        margin: 10px 0 0; } }
    .section02 .flex .item:first-child {
      margin-left: 0; }
      @media only screen and (max-width: 768px) {
        .section02 .flex .item:first-child {
          margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .section02 .flex.image2 {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      .section02 .flex.image2 .item {
        width: calc((100% - 3%) / 2);
        margin: 0 0 0 3%; }
        .section02 .flex.image2 .item:nth-child(odd) {
          margin-left: 0; }
        .section02 .flex.image2 .item:nth-child(3) {
          margin-top: 14px; } }
  .section02 .image1 {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section02 .image1 {
        margin-top: 20px; } }
    .section02 .image1 .item {
      opacity: 0;
      display: block; }
  .section02 .txt2 {
    text-align: center;
    padding: 60px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section02 .txt2 {
        padding: 35px 75px 35px 0; } }
    .section02 .txt2 .ico {
      position: absolute;
      z-index: 10;
      top: 20px;
      right: 100px; }
      @media only screen and (max-width: 768px) {
        .section02 .txt2 .ico {
          right: 0;
          top: 15px;
          width: 66px; } }
  .section02 .remarks {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section02 .remarks {
        margin-top: 10px; } }
    .section02 .remarks ul li {
      padding-left: 1.2em;
      position: relative;
      color: rgba(0, 0, 0, 0.54); }
      @media only screen and (max-width: 768px) {
        .section02 .remarks ul li {
          font-size: 10px; } }
      .section02 .remarks ul li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }

.section03 {
  background: url("img/section03_bg.png") repeat center top; }
  @media only screen and (max-width: 768px) {
    .section03 {
      background-size: 20px auto; } }
  .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        padding: 30px 20px; } }
  .section03 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section03 h2 {
        padding: 0 15px; } }
  .section03 .ico1 {
    position: absolute;
    top: 75px;
    left: 15px;
    -webkit-animation: vibrate-1 0.3s linear infinite both;
    animation: vibrate-1 0.3s linear infinite both; }
    @media only screen and (max-width: 768px) {
      .section03 .ico1 {
        width: 45px;
        top: 17px;
        left: 35px; } }
  .section03 .wrap {
    position: relative;
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .section03 .wrap {
        margin-top: 40px; } }
    .section03 .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) {
        .section03 .wrap .ico2 {
          display: none; } }
    .section03 .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) {
        .section03 .wrap ul li {
          margin-top: 30px;
          border-width: 2px;
          padding: 30px 20px 20px; }
          .section03 .wrap ul li:nth-child(3) h3 {
            padding: 0 20px; }
          .section03 .wrap ul li:nth-child(3)::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 100%;
            background-image: url("img/section03_ico2.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            right: 0;
            top: -50px;
            right: 0;
            z-index: 10;
            -webkit-animation: vibrate-1 0.3s linear infinite both;
            animation: vibrate-1 0.3s linear infinite both; } }
      .section03 .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) {
          .section03 .wrap ul li::before {
            width: 42px;
            top: -22px; } }
      .section03 .wrap ul li:first-child {
        margin-top: 0; }
      .section03 .wrap ul li:nth-child(1)::before {
        background-image: url("img/section03_example1.png"); }
      .section03 .wrap ul li:nth-child(2)::before {
        background-image: url("img/section03_example2.png"); }
      .section03 .wrap ul li:nth-child(3)::before {
        background-image: url("img/section03_example3.png"); }
    .section03 .wrap p {
      font-size: 21px;
      margin-top: 20px;
      font-weight: 500;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .section03 .wrap p {
          font-size: 3.3vw; } }

.section04 {
  background: url("img/section04_bg.png") no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .section04 {
      background: url("img/section04_bg_sp.png") no-repeat center top;
      background-size: cover; } }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        padding: 20px; } }
  .section04 h2 {
    text-align: center; }
  .section04 .wrap {
    margin-top: 40px;
    padding: 0 55px; }
    @media only screen and (max-width: 768px) {
      .section04 .wrap {
        padding: 0;
        margin-top: 20px; } }
  .section04 ul li {
    width: 425px;
    height: 397px;
    margin-left: 40px;
    margin-top: 30px;
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      .section04 ul li {
        height: auto;
        background: none !important;
        padding: 0;
        width: 50%;
        margin: 0; }
        .section04 ul li:nth-child(odd) {
          padding-right: 5px; }
        .section04 ul li:nth-child(even) {
          padding-left: 5px; }
        .section04 ul li:nth-child(3), .section04 ul li:nth-child(4) {
          margin-top: 15px; } }
    @media only screen and (min-width: 769px) {
      .section04 ul li:nth-child(odd) {
        margin-left: 0;
        background: url("img/section04_balloon1.png") no-repeat center top; }
      .section04 ul li:nth-child(even) {
        background: url("img/section04_balloon2.png") no-repeat center top; }
      .section04 ul li:nth-child(1), .section04 ul li:nth-child(2) {
        margin-top: 0; } }
  .section04 h3 {
    text-align: center; }
  .section04 .txt {
    margin-top: 10px;
    padding: 20px 30px;
    font-size: 22px; }

.section05 {
  position: relative; }
  .section05::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("img/section05_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) {
      .section05::before {
        background: url("img/section05_bg_sp.png") no-repeat center top;
        background-size: 100% auto; } }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        padding: 30px 20px 20px; } }
  .section05 .txt {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section05 .txt {
        padding: 0 20px; } }
  .section05 .image {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .section05 .image {
        margin-top: 20px; } }

.section06 {
  background: #ddf8d4; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        padding: 30px 20px; } }
  .section06 h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section06 h2 {
        width: 220px;
        margin: 0 auto; } }
  .section06 .image1 {
    margin-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section06 .image1 {
        margin-top: 20px; } }
  .section06 .txt {
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
    font-size: 24px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .section06 .txt {
        margin-top: 20px;
        font-size: 3vw;
        padding: 0 40px 0 0; } }
    .section06 .txt span {
      display: block;
      font-size: 14px;
      margin-top: 20px;
      color: rgba(0, 0, 0, 0.54); }
      @media only screen and (max-width: 768px) {
        .section06 .txt span {
          font-size: 2.8vw; } }
    .section06 .txt .image2 {
      position: absolute;
      right: 70px;
      bottom: -20px; }
      @media only screen and (max-width: 768px) {
        .section06 .txt .image2 {
          width: 80px;
          right: 0;
          bottom: 15px; } }

.section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 50px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      padding: 30px 20px; } }
.section07 .ttl {
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section07 .ttl {
      padding: 0 20px; } }
  .section07 .ttl .ico {
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 40px; }
    @media only screen and (max-width: 768px) {
      .section07 .ttl .ico {
        width: 55px;
        left: 10px;
        top: 20px; } }
.section07 .form_section {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .section07 .form_section {
      margin-top: 20px; } }
  .section07 .form_section .form_section_inner {
    border: 4px solid #000;
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .section07 .form_section .form_section_inner {
        padding: 20px;
        border-width: 3px; } }

.section08 {
  background: #e4eec2; }
  .section08 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 50px 70px; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        padding: 30px 20px 40px; }
        .section08 .inner h2 {
          width: 240px;
          margin: 0 auto; } }
  .section08 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: 40px 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section08 ul li {
        padding: 30px 20px;
        margin-top: 40px; }
        .section08 ul li .sp_image {
          width: 270px;
          margin: 20px auto 0; } }
  .section08 h3 {
    text-align: center; }
  .section08 .ico {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -60px; }
    @media only screen and (max-width: 768px) {
      .section08 .ico {
        width: 80px;
        top: -20px; } }
  .section08 .flex {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section08 .flex {
        margin-top: 20px; } }
    .section08 .flex .image {
      width: 421px; }
      @media only screen and (max-width: 768px) {
        .section08 .flex .image {
          display: none; } }
    .section08 .flex .txt {
      width: calc(100% - 421px);
      padding-left: 20px;
      font-size: 20px;
      line-height: 1.7; }
      @media only screen and (max-width: 768px) {
        .section08 .flex .txt {
          width: 100%;
          padding: 0;
          font-size: 14px;
          line-height: 1.6; } }

.section09 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 0; }
  @media only screen and (max-width: 768px) {
    .section09 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section09 .inner {
      padding: 50px 10px 15px; } }
.section09 h2 {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section09 h2 {
      width: 190px;
      margin: 0 auto; } }
.section09 ul {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .section09 ul {
      margin-top: 30px; } }
  .section09 ul li {
    border: 3px solid #28833e;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -o-border-radius: 17px;
    -ms-border-radius: 17px;
    padding: 30px 50px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section09 ul li {
        padding: 15px;
        margin-top: 20px; } }
    .section09 ul li:first-child {
      margin-top: 0; }
    .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) {
        .section09 ul li .question {
          font-size: 15px; } }
      .section09 ul li .question::before {
        content: "Q.";
        position: absolute;
        left: 0;
        top: 0; }
    .section09 ul li .answer {
      margin-top: 10px;
      font-size: 22px;
      padding-left: 1.4em;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section09 ul li .answer {
          font-size: 13px; } }
      .section09 ul li .answer::before {
        content: "A.";
        position: absolute;
        left: 0;
        font-weight: 700;
        top: 0;
        color: #fc2b33; }

.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:nth-child(1) {
    width: 63.5%;
    padding-right: 5px; }
  .fixed_footer_nav .flex .item:nth-child(2) {
    width: 36.5%;
    padding-left: 5px; }

.footer .f_nav {
  padding: 20px 0;
  background: #19a233; }
  @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: #ddf8d4;
  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: #19a233;
    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; } }
