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

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

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

ul, ol {
  list-style: none; }

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

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

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

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

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

iframe {
  border: 0; }

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

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

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

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

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

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

.cf:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #0d4e49;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #0d4e49;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #0d4e49;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #0d4e49;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #0d4e49;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #0d4e49;
  -moz-box-shadow: 0 5px 0 #0d4e49;
  box-shadow: 0 5px 0 #0d4e49;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3accc7+1,09a49f+67,077470+100 */
  background: linear-gradient(to bottom, #3accc7 1%, #09a49f 67%, #077470 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px; }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.form_section table {
  width: 100%; }
  .form_section table th, .form_section table td {
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important; } }
  .form_section table th {
    width: 225px;
    position: relative;
    text-align: right;
    padding-right: 90px;
    font-weight: 400; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  padding: 1px 8px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
.form_section span.require {
  background: #cd403c; }
.form_section span.option {
  background: #bab9b9; }
.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 #c9c9c9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  background: #ececec; }
.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;
  border-bottom: 7px solid #0d4e49;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3accc7+1,09a49f+67,077470+100 */
  background: linear-gradient(to bottom, #3accc7 1%, #09a49f 67%, #077470 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  width: 350px;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 35px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative; }
  .form_section [type=submit]::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.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;
  display: block;
  padding: 5px 0 5px 33px;
  font-size: 15px;
  font-size: 1.5rem;
  cursor: pointer; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: #f1f1f1;
  border: 1px solid #c9c9c9; }
.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::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 12px;
  margin-top: -7px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00abd1;
  border-right: 2px solid #00abd1; }
.form_section .selector {
  position: relative;
  width: 240px; }
  .form_section .selector::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #393939 transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #ececec;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }
.form_section .name .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .form_section .name .items .item {
    width: 48%; }

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

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

a {
  color: #121212; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #121212;
    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; } }
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(16, 81, 171, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #1051ab;
    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; } }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 530px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .logo, .fv .fv_txt {
    position: absolute;
    z-index: 1; }
  .fv .logo {
    left: 0;
    top: 20px; }
  .fv .fv_txt {
    width: 1000px;
    left: 0;
    bottom: 44px; }

.main_ttl {
  background: #1051ab;
  text-align: center;
  font-size: 31px;
  font-size: 3.1rem;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  .main_ttl.light {
    background: #00abd1; }
  .main_ttl .yellow {
    color: #ebff9c; }
  .main_ttl .small {
    font-size: 80%; }
  .main_ttl .medium {
    font-size: 120%; }
  .main_ttl .large {
    font-size: 130%; }

.section01 {
  background: #f6f4f4; }
  .section01 .main_ttl {
    padding: 15px 0 20px; }
  .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 130px 70px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
    .section01 .inner::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 67px 250px 0 250px;
      border-color: #d83d39 transparent transparent transparent;
      z-index: 1; }
  .section01 .form_section {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-shadow: 0 0 50px rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0 0 50px rgba(153, 153, 153, 0.2);
    box-shadow: 0 0 50px rgba(153, 153, 153, 0.2);
    padding: 40px 65px 50px; }
    .section01 .form_section .form_checks {
      margin-top: 30px; }
      .section01 .form_section .form_checks a {
        color: #35a6e3; }
      .section01 .form_section .form_checks .checkbox .parts {
        font-size: 14px;
        font-size: 1.4rem; }
    .section01 .form_section .remarks {
      margin-top: 20px;
      font-size: 13px;
      font-size: 1.3rem; }
      .section01 .form_section .remarks ul {
        list-style-type: disc;
        color: #cd403c;
        margin-left: 1em; }

.section02 {
  background: #ebf4fe; }
  .section02 .main_ttl {
    padding: 20px 0 20px; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 70px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1051ab;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
  .section02 .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 740px;
    margin: 55px auto 0; }
    .section02 .items .item {
      width: 230px;
      background: #fff;
      -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 20px;
      padding-bottom: 50px;
      position: relative;
      margin-top: 45px;
      margin-left: 25px; }
      .section02 .items .item:nth-child(1), .section02 .items .item:nth-child(2), .section02 .items .item:nth-child(3) {
        margin-top: 0; }
      .section02 .items .item:nth-child(3n+1) {
        margin-left: 0; }
      .section02 .items .item::before {
        content: "";
        position: absolute;
        width: 60px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 15px;
        top: -30px;
        pointer-events: none;
        z-index: 10; }
      .section02 .items .item:nth-child(1)::before {
        background-image: url("img/section02_ico_01.png"); }
      .section02 .items .item:nth-child(2)::before {
        background-image: url("img/section02_ico_02.png"); }
      .section02 .items .item:nth-child(3)::before {
        background-image: url("img/section02_ico_03.png"); }
      .section02 .items .item:nth-child(4)::before {
        background-image: url("img/section02_ico_04.png"); }
      .section02 .items .item:nth-child(5)::before {
        background-image: url("img/section02_ico_05.png"); }
      .section02 .items .item:nth-child(6)::before {
        background-image: url("img/section02_ico_06.png"); }
  .section02 .ttl {
    text-align: center;
    font-weight: 700;
    color: #1051ab;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 50px 0 35px;
    line-height: 1.3; }
    .section02 .ttl.double {
      padding: 25px 0 25px; }
  .section02 p {
    font-size: 15px;
    font-size: 1.5rem; }

.section03 {
  background: #f8f7f7; }
  .section03 .main_ttl {
    padding: 30px 0; }
  .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 50px 70px; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        width: 100%; } }
  .section03 .lead {
    text-align: center; }
    .section03 .lead span {
      font-size: 120%;
      font-weight: 700;
      color: #cd403c; }
  .section03 .structure {
    margin-top: 45px; }
    .section03 .structure .heading {
      text-align: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      color: #1051ab;
      font-weight: 700; }
    .section03 .structure .image {
      margin-top: 25px; }
      .section03 .structure .image img {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        box-shadow: 0 0 40px rgba(18, 83, 160, 0.1); }
  .section03 .merit {
    margin-top: 60px; }
    .section03 .merit .heading {
      text-align: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      color: #1051ab;
      font-weight: 700; }
    .section03 .merit .txt {
      text-align: center;
      margin-top: 20px; }
    .section03 .merit .items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      margin: 45px auto 0; }
      .section03 .merit .items .item {
        width: 250px;
        background: #fff;
        -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 20px;
        padding-bottom: 40px;
        position: relative;
        margin-left: 25px; }
        .section03 .merit .items .item:nth-child(3n+1) {
          margin-left: 0; }
        .section03 .merit .items .item::before {
          content: "";
          position: absolute;
          width: 54px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 15px;
          top: -20px;
          pointer-events: none;
          z-index: 10; }
        .section03 .merit .items .item:nth-child(1)::before {
          background-image: url("img/section03_ico_01.png"); }
        .section03 .merit .items .item:nth-child(2)::before {
          background-image: url("img/section03_ico_02.png"); }
        .section03 .merit .items .item:nth-child(3)::before {
          background-image: url("img/section03_ico_03.png"); }
        .section03 .merit .items .item .ttl {
          text-align: center;
          font-weight: 700;
          color: #1051ab;
          font-size: 22px;
          font-size: 2.2rem;
          padding: 20px 0 20px;
          line-height: 1.3; }
          .section03 .merit .items .item .ttl.double {
            padding: 25px 0 25px; }
        .section03 .merit .items .item p {
          font-size: 15px;
          font-size: 1.5rem; }

.section04 {
  background: #f8f7f7; }
  .section04 .main_ttl {
    padding: 30px 0; }
  .section04 .items {
    margin-top: 60px;
    padding-bottom: 250px; }
    .section04 .items .item {
      position: relative;
      margin-top: 240px; }
      .section04 .items .item:first-child {
        margin-top: 0; }
      .section04 .items .item::before {
        content: "";
        position: absolute;
        right: 0;
        top: 45px;
        background: #ebf4fe;
        width: 68.22%;
        z-index: 1;
        height: 420px; }
      .section04 .items .item .item_inner {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 5; }
        @media only screen and (max-width: 768px) {
          .section04 .items .item .item_inner {
            width: 100%; } }
      .section04 .items .item .wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start; }
        .section04 .items .item .wrap .image {
          margin: 0 35px 0 25px; }
        .section04 .items .item .wrap .overview {
          padding-top: 80px; }
          .section04 .items .item .wrap .overview .heading {
            font-size: 18px;
            font-size: 1.8rem;
            color: #00abd1;
            font-weight: 700;
            letter-spacing: 0.05em; }
            .section04 .items .item .wrap .overview .heading .roboto {
              font-size: 130%; }
            .section04 .items .item .wrap .overview .heading .small {
              font-size: 80%; }
          .section04 .items .item .wrap .overview p {
            margin-top: 10px;
            font-size: 14px;
            font-size: 1.4rem; }
      .section04 .items .item .hover_txt {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        width: 680px;
        position: absolute;
        left: 105px;
        top: 280px;
        padding: 35px 40px;
        -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
        box-shadow: 0 0 40px rgba(18, 83, 160, 0.1); }
        .section04 .items .item .hover_txt .heading {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700;
          color: #1051ab;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
        .section04 .items .item .hover_txt p {
          margin-top: 15px; }
      .section04 .items .item:nth-child(2)::before {
        right: auto;
        left: 0; }
      .section04 .items .item:nth-child(2) .wrap {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; }
      .section04 .items .item:nth-child(2) .hover_txt {
        left: auto;
        right: 110px; }
      .section04 .items .item:nth-child(4)::before {
        right: auto;
        left: 0; }
      .section04 .items .item:nth-child(4) .wrap {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; }
      .section04 .items .item:nth-child(4) .hover_txt {
        left: auto;
        right: 110px; }

.section05 {
  background: #ebf4fe; }
  .section05 .main_ttl {
    padding: 30px 0; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 70px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .heading {
    text-align: center; }
    .section05 .heading span {
      display: inline-block;
      background: #00abd1;
      color: #fff;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      padding: 10px 40px;
      position: relative;
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px; }
      .section05 .heading span::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 9.5px 0 9.5px;
        border-color: #00abd1 transparent transparent transparent; }
  .section05 .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section05 .items .item {
      width: 230px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
      padding: 28px 25px 30px;
      margin-left: 28px;
      position: relative; }
      .section05 .items .item::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 0 24px 28px;
        border-color: transparent transparent transparent #5eb9e1;
        right: -20px; }
      .section05 .items .item:first-child {
        margin-left: 0; }
      .section05 .items .item:last-child::before {
        display: none; }
      .section05 .items .item .image {
        text-align: center; }
      .section05 .items .item .ttl {
        margin-top: 15px;
        text-align: center;
        font-weight: 700;
        color: #1051ab;
        font-size: 22px;
        font-size: 2.2rem; }
      .section05 .items .item p {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 10px; }

.section06 {
  background: #f8f7f7; }
  .section06 .main_ttl {
    padding: 30px 0; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 50px 50px 85px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 .items .item {
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
    -moz-box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
    box-shadow: 0 0 40px rgba(18, 83, 160, 0.1);
    padding: 35px 30px 35px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 16px; }
    .section06 .items .item:first-child {
      margin-top: 0; }
  .section06 .question, .section06 .answer {
    position: relative;
    padding-left: 45px;
    padding-right: 70px; }
    .section06 .question::before, .section06 .answer::before {
      content: "";
      position: absolute;
      width: 27px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .section06 .question {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer; }
    .section06 .question::before {
      background-image: url("img/section06_question.png"); }
  .section06 .trigger {
    position: relative; }
    .section06 .trigger::after {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("img/section06_trigger.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      pointer-events: none;
      z-index: 10; }
    .section06 .trigger.active::after {
      background-image: url("img/section06_trigger_active.png"); }
  .section06 .answer {
    margin-top: 15px; }
    .section06 .answer::before {
      background-image: url("img/section06_answer.png"); }

.section07 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c3d76+0,1253a0+36,98e2f4+100 */
  background: linear-gradient(45deg, #0c3d76 0%, #1253a0 36%, #98e2f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.fixed_cta {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
  /*background:rgba($mainColor,.9);*/ }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    .fixed_cta .inner img {
      width: 640px; }
  .fixed_cta .cta_btn {
    width: 350px;
    margin: auto; }
    .fixed_cta .cta_btn a span {
      font-size: 22px;
      font-size: 2.2rem;
      color: #ebff9c; }

.footer {
  background: #1051ab; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 40px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }
  .footer .copyright {
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 22vw;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .cta {
      width: 360px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      margin: auto; }
    .exitProtection .wrap .cta_btn {
      display: block;
      text-decoration: none;
      line-height: 1.4;
      color: #fff !important;
      font-weight: 700;
      text-align: center;
      padding: 15px; }
      .exitProtection .wrap .cta_btn span {
        font-size: 22px;
        font-size: 2.2rem;
        color: #ebff9c; }

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

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

.page {
  background: #f6f4f4; }
  .page .header {
    border-top: 3px solid #1051ab; }
    .page .header .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 20px 0 30px; }
      @media only screen and (max-width: 768px) {
        .page .header .inner {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .page .header .inner {
          padding: 20px 20px 30px; }
          .page .header .inner .logo {
            width: 150px; } }
  .page .wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px 70px; }
    @media only screen and (max-width: 768px) {
      .page .wrapper {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page .wrapper {
        padding: 0 20px 40px; } }
  .page .container {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 80px 110px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        padding: 40px 20px; } }
  .page .page_ttl {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700; }
  .page .back_btn {
    text-align: center;
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      .page .back_btn {
        margin-top: 40px; } }
    .page .back_btn a {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 500;
      display: inline-block;
      text-decoration: none;
      padding-bottom: 5px;
      border-bottom: 1px solid #121212; }

.page_company table {
  width: 100%;
  margin-top: 50px; }
  .page_company table th, .page_company table td {
    vertical-align: top;
    padding-bottom: 20px; }
  .page_company table th {
    font-weight: 500;
    width: 240px; }
  .page_company table tr:last-child th,
  .page_company table tr:last-child td {
    padding-bottom: 0; }

.page_thanks .txt {
  margin-top: 30px;
  text-align: center; }

.page_confirm table {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .page_confirm table {
      margin-top: 25px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .page_confirm table th, .page_confirm table td {
    padding: 15px;
    border: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .page_confirm table th, .page_confirm table td {
        padding: 10px 15px; } }
  .page_confirm table th {
    width: 45%;
    font-weight: 500;
    background: #f8f8f8; }
.page_confirm [type=submit] {
  display: block;
  border: none;
  border-bottom: 7px solid #9f4507;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3accc7+1,09a49f+67,077470+100 */
  background: linear-gradient(to bottom, #fb9046 1%, #f06f15 67%, #d95f0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  width: 350px;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 35px auto 15px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative; }
  .page_confirm [type=submit]::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px; }
  @media only screen and (min-width: 769px) {
    .page_confirm [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .page_confirm [type=submit] {
      width: 85%;
      border-bottom-width: 4px;
      padding: 15px 10px;
      margin-top: 25px; } }

.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 4px solid #a35201;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3accc7+1,09a49f+67,077470+100 */
  background: linear-gradient(to bottom, #fba042 1%, #f6820c 67%, #d16b04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  width: 350px;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 35px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative; }

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #a35201;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #a35201;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #a35201;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #a35201;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #a35201;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #a35201;
  -moz-box-shadow: 0 5px 0 #a35201;
  box-shadow: 0 5px 0 #a35201;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3accc7+1,09a49f+67,077470+100 */
  background: linear-gradient(to bottom, #fba042 1%, #f6820c 67%, #d16b04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

@media only screen and (min-width: 769px) {
  .cta_btn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.cta_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px; }

.cta_btn.shiny {
  overflow: hidden; }

.cta_btn.shiny::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
  z-index: 10; }

.cta_btn a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  padding: 15px; }

.cta_btn.animation {
  animation: animationbtn 2s infinite; }

button {
  box-shadow: 0 4px 0 #a35201; }

button.shiny {
  display: block;
  position: relative;
  overflow: hidden; }

button.switch {
  animation: btn 2s infinite; }

button.shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny__btn 4s ease-in-out infinite; }

@-webkit-keyframes shiny__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes btn {
  0% {
    box-shadow: 0 4px 0 #a35201;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #a35201;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #a35201;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #a35201;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #a35201;
    top: 0px; } }
