@charset "UTF-8";
/*------------------------------------------------------------
  reset.css customized
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.2em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input,
button,
select,
optgroup,
option,
textarea {
  margin: 0;
  font-family: initial;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*------------------------------------------------------------
  vars
------------------------------------------------------------*/
/*------------------------------------------------------------
  form parts reset
------------------------------------------------------------*/
input,
button,
select,
optgroup,
option,
textarea {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*
  input（ラジオボタン、チェックボックス以外）、textareaの設定
*/
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  background: #FFF;
  outline: none;
  cursor: auto;
}

@media screen and (min-width: 1024px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]), textarea, select {
    padding: 10px 15px;
  }
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-small, textarea.wid-small, select.wid-small {
  display: inline-block;
  width: 75px;
  margin: 0 10px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-small:first-child, textarea.wid-small:first-child, select.wid-small:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-small, textarea.wid-small, select.wid-small {
    width: 115px;
    margin: 0 10px;
  }
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-medium, textarea.wid-medium, select.wid-medium {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-medium:first-child, textarea.wid-medium:first-child, select.wid-medium:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]).wid-medium, textarea.wid-medium, select.wid-medium {
    width: 240px;
    margin: 0 10px;
  }
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"])[name='address'], textarea[name='address'], select[name='address'] {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"])[name='address'], textarea[name='address'], select[name='address'] {
    margin-top: 15px;
  }
}

textarea {
  height: 200px;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  textarea {
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a09e97;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a09e97;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a09e97;
}

input::-placeholder, textarea::-placeholder {
  color: #a09e97;
}

input[type="email"] {
  ime-mode: inactive;
}

input[name="address"] {
  ime-mode: active;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*
  ラジオボタンの設定
*/
.radio-list li, .wpcf7-radio li {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 1024px) {
  .radio-list li, .wpcf7-radio li {
    margin-right: 45px;
  }
}

.mwform-radio-field {
  margin-right: 20px;
  margin-left: 0 !important;
}

@media screen and (min-width: 1024px) {
  .mwform-radio-field {
    margin-right: 60px;
  }
}

input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
}

input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  transform: translate(0%, -50%);
  transition: all .2s;
  content: '';
}

input[type="radio"] + span::before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  background: #FFF;
}

input[type="radio"] + span:hover::before {
  background: #FFF;
}

input[type="radio"] + span::after {
  opacity: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  transform: translate(0%, -50%) scale(1.5);
  background: #005ddc;
}

input[type="radio"]:checked + span::before {
  border: 1px solid #005ddc;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
  transform: translate(0%, -50%) scale(1);
}

/*
  チェックボックスの設定
*/
.checkbox-wrap label {
  margin-right: 20px;
}

@media screen and (min-width: 1024px) {
  .checkbox-wrap label {
    margin-right: 60px;
  }
}

input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding: 3px 3px 3px 26px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

input[type="checkbox"] + span::before,
input[type="checkbox"] + span::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

input[type="checkbox"] + span::before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translate(0%, -50%);
  border: 1px solid #000000;
  background: #FFF;
}

input[type="checkbox"] + span::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 13px;
  height: 8px;
  transform: translate(0%, -75%) rotate(-45deg) scale(0.5);
  border-left: 2px solid #005ddc;
  border-bottom: 2px solid #005ddc;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
  transform: translate(0%, -75%) rotate(-45deg) scale(1);
}

/*
  セレクトボックスの設定
*/
.select-wrap, .select-wrap--blue {
  display: block;
  position: relative;
  max-width: 300px;
}

.select-wrap:after, .select-wrap--blue:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  transform: translate(0, -70%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #072862;
  border-right: 1px solid #072862;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .select-wrap:after, .select-wrap--blue:after {
    right: 25px;
  }
}

.select-wrap select, .select-wrap--blue select {
  position: relative;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
}

.select-wrap select::-ms-expand, .select-wrap--blue select::-ms-expand {
  display: none;
}

.select-wrap--blue:after {
  border-top-color: #FFF;
  border-right-color: #FFF;
}

.select-wrap--blue select {
  background: #005ddc;
  color: #FFF;
}

/*
  ボタンの設定
*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

.input-file-label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #A1A1A1;
  background: linear-gradient(to bottom, #F6F6F6, #DEDEDE);
}

.input-file-label :hover {
  cursor: pointer;
}

.input-file-label input {
  display: none;
}

/*------------------------------------------------------------
  setting
------------------------------------------------------------*/
body {
  position: relative;
  background: #f4f5f8;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.812;
  letter-spacing: 0.12em;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.812;
  }
  body.is-fixed {
    overflow: visible;
  }
}

a {
  color: #333333;
  transition: opacity .3s ease;
}

a:active:not(:disabled), a:hover:not(:disabled) {
  opacity: 0.7;
}

p a {
  text-decoration: underline;
}

button {
  transition: opacity .3s ease;
}

button:active:not(:disabled), button:hover:not(:disabled) {
  opacity: 0.7;
}

img, video {
  max-width: 100%;
  height: auto;
}

video, iframe {
  display: block;
}

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

ol li + li {
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  ol li + li {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tb, .pc {
    display: none !important;
  }
  .sp {
    display: revert !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp, .pc {
    display: none !important;
  }
  .tb {
    display: revert !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp, .tb {
    display: none !important;
  }
  .pc {
    display: revert !important;
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: none), screen and (min-width: 1024px) and (-ms-high-contrast: active) {
  .pc {
    display: block !important;
  }
}

@keyframes hover_arrow {
  0% {
    transform: translate(0px, -50%);
  }
  45% {
    transform: translate(15px, -50%);
    opacity: 0;
  }
  50% {
    transform: translate(-15px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
    opacity: 1;
  }
}

@keyframes hover_arrow_left {
  0% {
    transform: translate(0px, -50%) scale(-1, 1);
  }
  45% {
    transform: translate(-15px, -50%) scale(-1, 1);
    opacity: 0;
  }
  50% {
    transform: translate(15px, -50%) scale(-1, 1);
  }
  100% {
    transform: translate(0px, -50%) scale(-1, 1);
    opacity: 1;
  }
}

@keyframes hover_arrow_up {
  0% {
    transform: translate(-50%, 0px);
  }
  45% {
    transform: translate(-50%, -15px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 15px);
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
}

@keyframes hover_arrow_down_swing {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 7px;
  }
  100% {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
  plugins
------------------------------------------------------------*/
/*------------------------------------------------------------
  AOS
------------------------------------------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  transform: translate3d(0, 30px, 0);
}

[data-aos='fade-down'] {
  transform: translate3d(0, -30px, 0);
}

[data-aos='fade-right'] {
  transform: translate3d(-30px, 0, 0);
}

[data-aos='fade-left'] {
  transform: translate3d(30px, 0, 0);
}

[data-aos='fade-up-right'] {
  transform: translate3d(-30px, 30px, 0);
}

[data-aos='fade-up-left'] {
  transform: translate3d(30px, 30px, 0);
}

[data-aos='fade-down-right'] {
  transform: translate3d(-30px, -30px, 0);
}

[data-aos='fade-down-left'] {
  transform: translate3d(30px, -30px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 30px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -30px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  transform: translate3d(-30px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  transform: translate3d(30px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 30px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -30px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  transform: translate3d(-30px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  transform: translate3d(30px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
.l-section, .l-section--pt-0, .l-section--pb-0, .l-section--small, .l-section--small--pt-0, .l-section--small--pb-0, .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-section p + p, .l-section--pt-0 p + p, .l-section--pb-0 p + p, .l-section--small p + p, .l-section--small--pt-0 p + p, .l-section--small--pb-0 p + p, .l-section--large p + p, .l-section--large--pt-0 p + p, .l-section--large--pb-0 p + p {
  margin-top: 1.2em;
}

@media screen and (min-width: 768px) {
  .l-section, .l-section--pt-0, .l-section--pb-0, .l-section--small, .l-section--small--pt-0, .l-section--small--pb-0, .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .l-section, .l-section--pt-0, .l-section--pb-0, .l-section--small, .l-section--small--pt-0, .l-section--small--pb-0, .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1280px) {
  .l-section, .l-section--pt-0, .l-section--pb-0, .l-section--small, .l-section--small--pt-0, .l-section--small--pb-0, .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.l-section--pt-0 {
  padding-top: 0;
}

.l-section--pb-0 {
  padding-bottom: 0 !important;
}

.l-section--small, .l-section--small--pt-0, .l-section--small--pb-0 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .l-section--small, .l-section--small--pt-0, .l-section--small--pb-0 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-section--small--pt-0 {
  padding-top: 0;
}

.l-section--small--pb-0 {
  padding-bottom: 0;
}

.l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 1024px) {
  .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .l-section--large, .l-section--large--pt-0, .l-section--large--pb-0 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.l-section--large--pt-0 {
  padding-top: 0;
}

.l-section--large--pb-0 {
  padding-bottom: 0;
}

.l-center, .l-center--small, .l-center--medium, .l-center--large, .l-center--pc-no-pad, .l-center--white-box {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .l-center, .l-center--small, .l-center--medium, .l-center--large, .l-center--pc-no-pad, .l-center--white-box {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .l-center, .l-center--small, .l-center--medium, .l-center--large, .l-center--pc-no-pad, .l-center--white-box {
    width: 100%;
    max-width: calc(1200px + 100px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .l-center--small {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1024px) {
  .l-center--medium {
    max-width: calc(1400px + 100px);
  }
}

@media screen and (min-width: 1024px) {
  .l-center--large {
    max-width: calc(1700px + 100px);
  }
}

@media screen and (min-width: 1024px) {
  .l-center--pc-no-pad {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

.l-center--white-box {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.l-center--white-box > * {
  position: relative;
  z-index: 1;
}

.l-center--white-box:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 40px 0 0 40px;
  background: #FFF;
}

.l-center--white-box:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 200%;
  height: 100%;
  margin-left: -200px;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .l-center--white-box {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-center--white-box:before {
    left: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .l-center--white-box {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-center--white-box:before {
    border-radius: 80px 0 0 80px;
  }
}

@media screen and (min-width: 1366px) {
  .l-center--white-box:before {
    left: 0px;
  }
}

@media screen and (min-width: 1536px) {
  .l-center--white-box:before {
    left: -40px;
  }
}

@media screen and (min-width: 1920px) {
  .l-center--white-box:before {
    left: -150px;
  }
}

.l-sp-center {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1024px) {
  .l-sp-center {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-pc-center, .l-pc-center--large {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .l-pc-center, .l-pc-center--large {
    width: 100%;
    max-width: calc(1200px + 100px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .l-pc-center--large {
    max-width: calc(1700px + 100px);
  }
}

.l-flex, .l-flex--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-flex > *, .l-flex--end > * {
  width: 50%;
}

.l-flex--end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.l-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-sp-flex > * {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .l-sp-flex {
    display: block;
  }
}

.l-tb-flex > * + *, .l-tb-flex--reverse > * + *, .l-tb-flex--center > * + *, .l-tb-flex--end > * + * {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .l-tb-flex, .l-tb-flex--reverse, .l-tb-flex--center, .l-tb-flex--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-tb-flex > *, .l-tb-flex--reverse > *, .l-tb-flex--center > *, .l-tb-flex--end > * {
    width: 50%;
  }
  .l-tb-flex > * + *, .l-tb-flex--reverse > * + *, .l-tb-flex--center > * + *, .l-tb-flex--end > * + * {
    margin-top: 35px;
  }
  .l-tb-flex > *:nth-child(2), .l-tb-flex--reverse > *:nth-child(2), .l-tb-flex--center > *:nth-child(2), .l-tb-flex--end > *:nth-child(2) {
    margin-top: 0;
  }
  .l-tb-flex > *:nth-child(2n+1), .l-tb-flex--reverse > *:nth-child(2n+1), .l-tb-flex--center > *:nth-child(2n+1), .l-tb-flex--end > *:nth-child(2n+1) {
    padding-right: 2.5%;
  }
  .l-tb-flex > *:nth-child(2n), .l-tb-flex--reverse > *:nth-child(2n), .l-tb-flex--center > *:nth-child(2n), .l-tb-flex--end > *:nth-child(2n) {
    padding-left: 2.5%;
  }
}

@media screen and (min-width: 1280px) {
  .l-tb-flex > * + *, .l-tb-flex--reverse > * + *, .l-tb-flex--center > * + *, .l-tb-flex--end > * + * {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .l-tb-flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l-tb-flex--reverse .text-wrap {
    padding-right: 50px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-tb-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .l-tb-flex--end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.l-pc-flex > * + *, .l-pc-flex--reverse > * + *, .l-pc-flex--center > * + * {
  margin-top: 25px;
}

@media screen and (min-width: 1024px) {
  .l-pc-flex, .l-pc-flex--reverse, .l-pc-flex--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-pc-flex > *, .l-pc-flex--reverse > *, .l-pc-flex--center > * {
    width: 50%;
  }
  .l-pc-flex > * + *, .l-pc-flex--reverse > * + *, .l-pc-flex--center > * + * {
    margin-top: 40px;
  }
  .l-pc-flex > *:nth-child(2), .l-pc-flex--reverse > *:nth-child(2), .l-pc-flex--center > *:nth-child(2) {
    margin-top: 0;
  }
  .l-pc-flex .text-wrap, .l-pc-flex--reverse .text-wrap, .l-pc-flex--center .text-wrap {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .l-pc-flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l-pc-flex--reverse .text-wrap {
    padding-right: 50px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-pc-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.l-flex-cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .l-pc-flex-cen, .l-pc-flex-cen--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .l-pc-flex-cen--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.l-flex-ali-cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .l-pc-flex-ali-cen, .l-pc-flex-ali-cen--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-pc-flex-ali-cen > *, .l-pc-flex-ali-cen--reverse > * {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .l-pc-flex-ali-cen--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .l-tb-flex-ali-cen, .l-tb-flex-ali-cen--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-tb-flex-ali-cen > *, .l-tb-flex-ali-cen--reverse > * {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .l-tb-flex-ali-cen--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/* ---------------------------
  ヘッダー用
--------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid transparent;
  background: #f4f5f8;
  transition: height .3s ease, border-bottom .3s ease, background .3s ease;
}

.is-scroll .l-header {
  height: 50px;
  border-bottom-color: #edeae3;
}

.l-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}

.l-header .logo {
  display: block;
  position: relative;
  width: 160px;
  margin-left: 10px;
  line-height: 1;
  transition: height .3s ease;
}

.l-header .logo:active:not(:disabled), .l-header .logo:hover:not(:disabled) {
  opacity: 1;
}

.l-header .logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 115px;
    background: transparent;
  }
  .is-scroll .l-header {
    height: 80px;
    background: #f4f5f8;
  }
  .l-header .logo {
    width: 264px;
    margin-left: 2.3%;
  }
}

.l-menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 60px;
  height: 60px;
  background: #005ddc;
  transition: height .3s ease, opacity .3s ease;
}

.is-scroll .l-menu-btn {
  height: 50px;
}

.l-menu-btn:active:not(:disabled), .l-menu-btn:hover:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}

.l-menu-btn span {
  display: block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #FFF;
}

.l-menu-btn span.top {
  transform: translate(-50%, -7px);
}

.l-menu-btn span.bottom {
  transform: translate(-50%, 6px);
}

.l-menu-btn.is-open span.top {
  animation: .3s ease both menu-btn-top-open;
}

.l-menu-btn.is-open span.middle {
  animation: .3s ease both menu-btn-middle-open;
}

.l-menu-btn.is-open span.bottom {
  animation: .3s ease both menu-btn-bottom-open;
}

.l-menu-btn.is-close span.top {
  animation: .3s ease both menu-btn-top-close;
}

.l-menu-btn.is-close span.middle {
  animation: .3s ease both menu-btn-middle-close;
}

.l-menu-btn.is-close span.bottom {
  animation: .3s ease both menu-btn-bottom-close;
}

@keyframes menu-btn-top-open {
  0% {
    transform: translate(-50%, -7px) rotate(0deg);
  }
  50% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -1px) rotate(-45deg);
  }
}

@keyframes menu-btn-middle-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-btn-bottom-open {
  0% {
    transform: translate(-50%, 6px) rotate(0deg);
  }
  50% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -1px) rotate(45deg);
  }
}

@keyframes menu-btn-top-close {
  0% {
    transform: translate(-50%, -1px) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -7px) rotate(0deg);
  }
}

@keyframes menu-btn-middle-close {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-btn-bottom-close {
  0% {
    transform: translate(-50%, -1px) rotate(45deg);
  }
  50% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 6px) rotate(0deg);
  }
}

@media screen and (min-width: 1024px) {
  .l-menu-btn {
    display: none;
    pointer-events: none;
    opacity: 0;
    right: 20px;
    width: 100px;
    height: 80px;
  }
  .is-scroll .l-menu-btn {
    height: 80px;
  }
  .l-menu-btn span {
    width: 60px;
    height: 3px;
  }
  .l-menu-btn span.top {
    transform: translate(-50%, -17px);
  }
  .l-menu-btn span.middle {
    width: 40px;
    margin-left: -10px;
  }
  .l-menu-btn span.bottom {
    transform: translate(-50%, 15px);
  }
  .l-menu-btn.is-open span.top {
    animation: .3s ease both menu-btn-top-open--pc;
  }
  .l-menu-btn.is-open span.middle {
    animation: .3s ease both menu-btn-middle-open--pc;
  }
  .l-menu-btn.is-open span.bottom {
    animation: .3s ease both menu-btn-bottom-open--pc;
  }
  .l-menu-btn.is-close span.top {
    animation: .3s ease both menu-btn-top-close--pc;
  }
  .l-menu-btn.is-close span.middle {
    animation: .3s ease both menu-btn-middle-close--pc;
  }
  .l-menu-btn.is-close span.bottom {
    animation: .3s ease both menu-btn-bottom-close--pc;
  }
  @keyframes menu-btn-top-open--pc {
    0% {
      transform: translate(-50%, -17px) rotate(0deg);
    }
    50% {
      transform: translate(-50%, 0px) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -1px) rotate(-45deg);
    }
  }
  @keyframes menu-btn-middle-open--pc {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes menu-btn-bottom-open--pc {
    0% {
      transform: translate(-50%, 15px) rotate(0deg);
    }
    50% {
      transform: translate(-50%, 0px) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -1px) rotate(45deg);
    }
  }
  @keyframes menu-btn-top-close--pc {
    0% {
      transform: translate(-50%, -1px) rotate(-45deg);
    }
    50% {
      transform: translate(-50%, 0px) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -17px) rotate(0deg);
    }
  }
  @keyframes menu-btn-middle-close--pc {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes menu-btn-bottom-close--pc {
    0% {
      transform: translate(-50%, -1px) rotate(45deg);
    }
    50% {
      transform: translate(-50%, 0px) rotate(0deg);
    }
    100% {
      transform: translate(-50%, 15px) rotate(0deg);
    }
  }
}

@keyframes menu-btn-open {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(200%, -50%);
  }
}

@keyframes menu-btn-close {
  0% {
    opacity: 0;
    transform: translate(200%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}

@keyframes menu-btn-cross-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-btn-cross-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ---------------------------
  共通メニュー用
--------------------------- */
.l-gnav {
  opacity: 0;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: calc(100vh - 60px);
  background: #FFF;
  transition: top .3s ease, height .3s ease;
  pointer-events: none;
}

.is-scroll .l-gnav {
  top: 50px;
  height: calc(100vh - 50px);
  transition: top .3s ease, height .3s ease;
}

.l-gnav.is-open {
  -webkit-overflow-scrolling: touch;
  animation: .3s ease both gnav-in;
  pointer-events: visible;
}

.l-gnav.is-close {
  -webkit-overflow-scrolling: auto;
  animation: .3s ease both gnav-out;
  pointer-events: none;
}

@keyframes gnav-in {
  0% {
    opacity: 0;
    z-index: 200;
  }
  100% {
    opacity: 1;
    z-index: 200;
  }
}

@keyframes gnav-out {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    z-index: 200;
  }
  100% {
    opacity: 0;
    z-index: -2;
  }
}

.l-gnav .gnav-inner {
  padding: 35px 20px 100px;
}

.l-gnav .list > li {
  position: relative;
}

.l-gnav .list > li + li {
  margin-top: 20px;
}

.l-gnav .list > li > a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  transition: color .3s ease;
}

.l-gnav .list > li > a:active:not(:disabled), .l-gnav .list > li > a:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

.l-gnav .contact {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60%;
  max-width: 200px;
  height: 70px;
  background: #005ddc;
  margin: 40px auto 0;
  color: #FFF;
  transition: opacity 0.3s ease, color 0.3s ease !important;
}

.l-gnav .contact span {
  position: relative;
  padding-left: 22px;
}

.l-gnav .contact span:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(0, -36%);
  width: 15px;
  height: 13px;
  background: url(../images/common/icon_contact_white.svg) center/100% no-repeat;
}

.l-gnav .contact:active:not(:disabled), .l-gnav .contact:hover:not(:disabled) {
  opacity: 0.7 !important;
  color: #FFF !important;
}

@media screen and (min-width: 1024px) {
  .l-gnav {
    opacity: 1;
    position: relative;
    top: 0;
    left: initial;
    z-index: 200;
    width: 42.291%;
    max-width: 620px;
    height: 100%;
    background: transparent;
    transition: height .3s ease;
    pointer-events: visible;
  }
  .is-scroll .l-gnav {
    top: 0;
    height: 100%;
  }
  .l-gnav .gnav-inner {
    height: 100%;
    padding: 0;
  }
  .l-gnav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    border-bottom: none;
  }
  .l-gnav .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
  .l-gnav .list > li + li {
    margin-top: 0;
    margin-left: 17%;
  }
  .l-gnav .list > li:last-child {
    width: 46.774%;
  }
  .l-gnav .list > li:last-child > a:after {
    content: none !important;
  }
  .l-gnav .list > li > a {
    display: inline-block;
    position: relative;
    padding: 15px 0;
    white-space: nowrap;
  }
  .l-gnav .list > li > a:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 15px;
    height: 16px;
    background: url(../images/common/icon_title.svg) center/100% no-repeat;
    transition: opacity .3s ease;
  }
  .l-gnav .list > li > a:active:not(:disabled):after, .l-gnav .list > li > a:hover:not(:disabled):after {
    opacity: 1;
  }
  .l-gnav .contact {
    width: 100%;
    max-width: 290px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .l-gnav .contact span {
    padding-left: 32px;
  }
  .l-gnav .contact span:before {
    transform: translate(0, -40%);
    width: 23px;
    height: 19px;
  }
}

@media screen and (min-width: 1280px) {
  .l-gnav {
    width: 32.291%;
  }
}

/* ---------------------------
  共通メニュー用ここまで
--------------------------- */
.l-main {
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 60px;
  background: url(../images/common/bg_deco.svg) left -110px top 4%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -110px top 2%/300px auto no-repeat, url(../images/common/bg_deco.svg) left -140px top 65%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -140px top 71%/300px auto no-repeat, url(../images/common/bg_deco.svg) left -140px top 91%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -140px top 93%/300px auto no-repeat;
}

@media screen and (min-width: 1024px) {
  .l-main {
    margin-top: 0;
    background: url(../images/common/bg_deco.svg) right calc(50% + 820px) top 11%/1000px auto no-repeat, url(../images/common/bg_deco.svg) left calc(50% + 840px) top 6%/1000px auto no-repeat, url(../images/common/bg_deco.svg) right calc(50% + 870px) top 59%/1000px auto no-repeat, url(../images/common/bg_deco.svg) left calc(50% + 960px) top 63%/1000px auto no-repeat, url(../images/common/bg_deco.svg) right calc(50% + 900px) top 92%/1000px auto no-repeat, url(../images/common/bg_deco.svg) left calc(50% + 960px) top 97%/1000px auto no-repeat;
  }
}

.page-news .l-main,
.page-news-detail .l-main,
.page-contact .l-main,
.page-social .l-main {
  background: url(../images/common/bg_deco.svg) left -110px top 4%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -110px top 2%/300px auto no-repeat;
}

@media screen and (min-width: 1024px) {
  .page-news .l-main,
  .page-news-detail .l-main,
  .page-contact .l-main,
  .page-social .l-main {
    background: url(../images/common/bg_deco.svg) right 1280px top 11%/1000px auto no-repeat, url(../images/common/bg_deco.svg) left 1300px top 6%/1000px auto no-repeat;
  }
}

.page-index .l-main {
  background: url(../images/common/bg_deco.svg) left -110px top 20%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -110px top 4%/300px auto no-repeat, url(../images/common/bg_deco.svg) left -140px top 86%/300px auto no-repeat, url(../images/common/bg_deco.svg) right -140px top 94%/300px auto no-repeat;
}

@media screen and (min-width: 1024px) {
  .page-index .l-main {
    background: url(../images/common/bg_deco.svg) right 1240px top 20%/1000px auto no-repeat, url(../images/common/bg_deco.svg) right 1360px top 102%/1000px auto no-repeat, url(../images/common/bg_deco.svg) left 1420px top 109%/1000px auto no-repeat;
  }
}

.l-mv {
  overflow: hidden;
  position: relative;
  height: 130px;
  text-align: right;
}

.l-mv h1, .l-mv p {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  z-index: 1;
  margin-top: -30px;
  text-align: left;
}

.l-mv .ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.l-mv .en {
  display: block;
  color: #005ddc;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.l-mv > img {
  height: 130px;
  transform: translate(20%, 0);
}

@media screen and (min-width: 768px) {
  .l-mv {
    height: 200px;
  }
  .l-mv h1, .l-mv p {
    left: 50px;
  }
  .l-mv > img {
    height: 200px;
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 1024px) {
  .l-mv {
    height: 350px;
  }
  .l-mv .ja {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .l-mv .en {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .l-mv > img {
    height: 350px;
    transform: translate(20%, 0);
  }
}

@media screen and (min-width: 1280px) {
  .l-mv {
    height: 400px;
  }
  .l-mv h1, .l-mv p {
    left: 50%;
    margin-left: -38%;
  }
  .l-mv > img {
    height: 400px;
  }
}

@media screen and (min-width: 1366px) {
  .l-mv > img {
    transform: translate(10%, 0);
  }
}

@media screen and (min-width: 1536px) {
  .l-mv {
    height: 512px;
  }
  .l-mv h1, .l-mv p {
    left: 50%;
    margin-left: -38%;
  }
  .l-mv > img {
    height: 512px;
  }
}

@media screen and (min-width: 1920px) {
  .l-mv > img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    width: 64.270%;
    height: auto;
  }
}

/* ---------------------------
  フッター用
--------------------------- */
.l-footer {
  position: relative;
  z-index: 1;
}

.l-footer .footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 40px 40px 0 0;
  background: #FFF;
}

.l-footer .lead {
  text-align: center;
}

.l-footer .flex {
  margin-top: 25px;
  text-align: center;
}

.l-footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #005ddc;
  border-radius: 100px;
  color: #005ddc;
  font-weight: 700;
  transition: background .3s ease, color .3s ease;
}

.l-footer .contact:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
  transition: background .3s ease;
}

.l-footer .contact span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.l-footer .contact span:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: 16px;
  background: url(../images/common/icon_contact_square_blue.svg) center/100% no-repeat;
  transition: background .3s ease;
}

.l-footer .contact:active:not(:disabled), .l-footer .contact:hover:not(:disabled) {
  opacity: 1;
  background: #005ddc;
  color: #FFF;
}

.l-footer .contact:active:not(:disabled):after, .l-footer .contact:hover:not(:disabled):after {
  background-image: url(../images/common/icon_arrow_white.svg);
  animation: .5s ease both hover_arrow;
}

.l-footer .contact:active:not(:disabled) span:before, .l-footer .contact:hover:not(:disabled) span:before {
  background-image: url(../images/common/icon_contact_square_white.svg);
}

.l-footer .tel-wrap p {
  margin-top: 10px;
}

.l-footer .tel {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-left: 25px;
  color: #005ddc;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.01em;
}

.l-footer .tel:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 30px;
  background: url(../images/common/icon_tel_blue.svg) center/100% no-repeat;
}

.l-footer .footer-bottom {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c2d6ea;
  border-radius: 0 0 40px 40px;
  background: #FFF;
}

.l-footer .logo-wrap p {
  margin-top: 25px;
  color: #858585;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.l-footer .logo-wrap p a {
  text-decoration: none;
}

.l-footer .logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.l-footer .logo:hover {
  opacity: 1;
}

.l-footer .logo img {
  width: 100%;
}

.l-footer .sns {
  margin-top: 20px;
  text-align: center;
}

.l-footer .sns li {
  display: inline-block;
}

.l-footer .sns li + li {
  margin-left: 15px;
}

.l-footer .sns img {
  width: 25px;
}

.l-footer nav {
  margin-top: 25px;
  text-align: center;
}

.l-footer .list li + li {
  margin-top: 5px;
}

.l-footer .list a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: color .3s ease;
}

.l-footer .list a:active:not(:disabled), .l-footer .list a:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

.l-footer .sub {
  margin-top: 10px;
}

.l-footer .sub li + li {
  margin-top: 5px;
}

.l-footer .sub a {
  color: #858585;
  font-size: 11px;
  font-size: 0.6875rem;
  transition: color .3s ease;
}

.l-footer .sub a:active:not(:disabled), .l-footer .sub a:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

.l-footer .copyright {
  margin-top: 35px;
  color: #858585;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-footer .footer-top {
    padding-top: 100px;
    padding-bottom: 90px;
    border-radius: 80px 80px 0 0;
  }
  .l-footer .lead {
    margin-top: -25px;
  }
  .l-footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
  }
  .l-footer .contact {
    max-width: 360px;
    height: 100px;
  }
  .l-footer .contact span {
    padding-left: 37px;
  }
  .l-footer .contact span:before {
    width: 21px;
    height: 19px;
    transform: translate(0, -45%);
  }
  .l-footer .tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .l-footer .tel-wrap p {
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
  }
  .l-footer .tel {
    margin-top: 0;
    padding-left: 42px;
    font-size: 50px;
    font-size: 3.125rem;
  }
  .l-footer .tel:before {
    width: 32px;
    height: 42px;
  }
  .l-footer .footer-bottom {
    padding-top: 90px;
    padding-bottom: 100px;
    border-top: 1px solid #c2d6ea;
    border-radius: 0 0 80px 80px;
    background: #FFF;
  }
  .l-footer .bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-footer .logo-wrap p {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.055;
    text-align: left;
  }
  .l-footer .logo {
    width: 264px;
  }
  .l-footer .sns {
    text-align: left;
  }
  .l-footer nav {
    width: 48%;
  }
  .l-footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-footer .list li + li {
    margin-top: 0;
    margin-left: 4%;
  }
  .l-footer .list a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 90px;
  }
  .l-footer .sub li {
    position: relative;
  }
  .l-footer .sub li + li {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 20px;
  }
  .l-footer .sub li + li:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -30%);
    width: 1px;
    height: 12px;
    background: #858585;
  }
  .l-footer .sub a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-footer .copyright {
    margin-top: 50px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .l-footer .contact {
    margin: 0;
  }
  .l-footer .tel-wrap {
    margin: 0;
  }
  .l-footer nav {
    width: 38%;
  }
}

.l-pagetop {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border: 2px solid #c2d6ea;
  border-radius: 60px;
  background: #FFF;
  transition: background .3s ease;
}

.l-pagetop:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/common/icon_arrow_up_blue.svg) center/100% no-repeat;
  transition: background .3s ease;
}

.l-pagetop:active:not(:disabled), .l-pagetop:hover:not(:disabled) {
  opacity: 1;
  background: #c2d6ea;
}

.l-pagetop:active:not(:disabled):after, .l-pagetop:hover:not(:disabled):after {
  background-image: url(../images/common/icon_arrow_up_white.svg);
  animation: .5s ease both hover_arrow_up;
}

@media screen and (min-width: 1024px) {
  .l-pagetop {
    right: 50%;
    margin-right: -45%;
  }
}

@media screen and (min-width: 1920px) {
  .l-pagetop {
    margin-right: -670px;
  }
}

/*------------------------------------------------------------
  compornent
------------------------------------------------------------*/
/*
  見出し
*/
.c-two-lang-title {
  margin-bottom: 20px;
}

.c-two-lang-title .ja {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-two-lang-title .en {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #005ddc;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.c-two-lang-title .en:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 15px;
  height: 16px;
  background: url(../images/common/icon_title.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-two-lang-title {
    margin-bottom: 50px;
  }
  .c-two-lang-title .ja {
    margin-right: 20px;
    font-size: 14px;
    font-size: 1.45rem;
  }
  .c-two-lang-title .en {
    padding-left: 38px;
    font-size: 14px;
    font-size: 1.45rem;
  }
  .c-two-lang-title .en:before {
    top: 25%;
    width: 25px;
    height: 26px;
  }
}

.c-copy {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .c-copy {
    margin-bottom: 50px;
    margin-right: 20px;
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.c-icon-title {
  position: relative;
  margin-bottom: 20px;
  padding-top: 17px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.846;
}

.c-icon-title:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 15px;
  height: 16px;
  background: url(../images/common/icon_title.svg) center/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-icon-title {
    margin-bottom: 40px;
    padding-top: 28px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .c-icon-title:before {
    width: 25px;
    height: 26px;
  }
}

.c-blue-title {
  margin-bottom: 10px;
  color: #005ddc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .c-blue-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-lead {
  color: #55514a;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.055;
  letter-spacing: 0.23em;
}

@media screen and (min-width: 1024px) {
  .c-lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*
  ボタン
*/
.c-border-btn, .c-border-btn--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 310px;
  min-height: 50px;
  margin: 0 auto;
  padding: 14px 30px 16px;
  border: 2px solid #c2d6ea;
  border-radius: 100px;
  background: #FFF;
  line-height: 1.5;
  text-decoration: none;
  transition: background .3s ease, color .3s ease;
}

.c-border-btn span, .c-border-btn--back span {
  display: block;
  position: relative;
  padding-right: 28px;
}

.c-border-btn span:after, .c-border-btn--back span:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
  transition: background .3s ease;
}

.c-border-btn:active:not(:disabled), .c-border-btn--back:active:not(:disabled), .c-border-btn:hover:not(:disabled), .c-border-btn--back:hover:not(:disabled) {
  opacity: 1;
  background: #c2d6ea;
  color: #FFF;
}

.c-border-btn:active:not(:disabled) span:after, .c-border-btn--back:active:not(:disabled) span:after, .c-border-btn:hover:not(:disabled) span:after, .c-border-btn--back:hover:not(:disabled) span:after {
  background-image: url(../images/common/icon_arrow_white.svg);
  animation: .5s ease both hover_arrow;
}

@media screen and (min-width: 1024px) {
  .c-border-btn, .c-border-btn--back {
    max-width: 570px;
    min-height: 66px;
    padding: 18px 40px 19px;
  }
  .c-border-btn span, .c-border-btn--back span {
    padding-right: 35px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-border-btn, .c-border-btn--back {
    max-width: 310px;
    height: 50px;
    min-height: auto;
  }
}

@supports (-ms-ime-align: auto) {
  .c-border-btn, .c-border-btn--back {
    max-width: 310px;
  }
}

.c-border-btn--back span {
  padding-right: 0;
  padding-left: 28px;
}

.c-border-btn--back span:after {
  right: initial;
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}

.c-border-btn--back:active:not(:disabled) span:after, .c-border-btn--back:hover:not(:disabled) span:after {
  animation: .5s ease both hover_arrow_left;
}

@media screen and (min-width: 1024px) {
  .c-border-btn--back span {
    padding-left: 35px;
  }
}

.c-btns, .c-btns--sp-two-columns {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.c-btns > * + *, .c-btns--sp-two-columns > * + * {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-btns, .c-btns--sp-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .c-btns > *, .c-btns--sp-two-columns > * {
    width: 47.5%;
  }
  .c-btns > * + *, .c-btns--sp-two-columns > * + * {
    margin-top: 0;
  }
  .c-btns > * a, .c-btns--sp-two-columns > * a {
    width: 100%;
    max-width: none;
  }
  .c-btns button, .c-btns--sp-two-columns button {
    max-width: 340px;
  }
}

.c-btns--sp-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.c-btns--sp-two-columns > * {
  width: 47.5%;
}

.c-btns--sp-two-columns > * + * {
  margin-top: 0;
}

.c-btns--sp-two-columns > * a {
  width: 100%;
  max-width: none;
}

.c-arrow-link {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  transition: color .3s ease;
}

.c-arrow-link:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
}

.c-arrow-link:active:not(:disabled), .c-arrow-link:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

.c-arrow-link:active:not(:disabled):after, .c-arrow-link:hover:not(:disabled):after {
  animation: .5s ease both hover_arrow;
}

@media screen and (min-width: 1024px) {
  .c-arrow-link {
    padding-right: 35px;
  }
}

/*
  リスト
*/
.c-news-articles {
  position: relative;
  margin-top: 30px;
}

.c-news-articles a {
  display: block;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #edeae3;
  transition: color .3s ease;
}

.c-news-articles a:after {
  display: block;
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #005ddc;
  transition: width .3s ease;
}

.c-news-articles a:active:not(:disabled), .c-news-articles a:hover:not(:disabled) {
  opacity: 1;
  color: #000000;
}

.c-news-articles a:active:not(:disabled):after, .c-news-articles a:hover:not(:disabled):after {
  width: 100%;
}

.c-news-articles .date {
  display: inline-block;
  min-width: 83px;
  margin-right: 15px;
  color: #a09e97;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-news-articles .category {
  display: inline-block;
  min-width: 94px;
  padding: 3px 20px 4px;
  border: 1px solid #005ddc;
  border-radius: 40px;
  color: #005ddc;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

.c-news-articles .title {
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .c-news-articles {
    margin-top: 50px;
  }
  .c-news-articles a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-news-articles .date {
    min-width: 85px;
  }
  .c-news-articles .category {
    min-width: 95px;
    margin-right: 20px;
  }
  .c-news-articles .title {
    display: inline-block;
    max-width: calc(100% - 268px);
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.c-dot-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-dot-list li {
  position: relative;
  padding-left: 15px;
}

.c-dot-list li:before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #005ddc;
}

@media screen and (min-width: 1024px) {
  .c-dot-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-dot-list li {
    padding-left: 17px;
  }
  .c-dot-list li:before {
    top: 11px;
    left: 2px;
    width: 8px;
    height: 8px;
  }
}

.c-num-list {
  padding-left: 0;
  counter-reset: li;
  list-style: none;
}

.c-num-list li {
  position: relative;
  padding-left: 1.4em;
  text-indent: -1.3em;
}

.c-num-list li + li {
  margin-top: 10px;
}

.c-num-list li:before {
  position: relative;
  top: -1px;
  color: #c6aa5b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  counter-increment: li;
  content: counter(li) ". ";
}

@media screen and (min-width: 1024px) {
  .c-num-list li {
    margin-top: 20px;
    padding-left: 17px;
  }
  .c-num-list li:before {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.c-pagination li {
  margin: 6px;
}

.c-pagination li.current a, .c-pagination li.current span {
  position: relative;
  border-color: #005ddc;
}

.c-pagination li.prev a, .c-pagination li.next a {
  color: #f4f5f8 !important;
}

.c-pagination li.prev a:after, .c-pagination li.next a:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  margin-left: -10px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
}

.c-pagination li.prev a {
  border: none;
  color: #FFF;
}

.c-pagination li.prev a:after {
  transform: translate(0, -50%) scale(-1, 1);
}

.c-pagination li.prev a:active:not(:disabled):after, .c-pagination li.prev a:hover:not(:disabled):after {
  animation: .5s ease both hover_arrow_left;
}

.c-pagination li.next a {
  border: none;
  color: #FFF;
}

.c-pagination li.next a:active:not(:disabled):after, .c-pagination li.next a:hover:not(:disabled):after {
  animation: .5s ease both hover_arrow;
}

.c-pagination li.dots {
  margin-right: 0;
  margin-left: 0;
}

.c-pagination li.dots span {
  padding-bottom: 7px;
  border: none;
  background: transparent;
  pointer-events: none;
}

.c-pagination a, .c-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 50px;
  border: 2px solid #edeae3;
  border-radius: 10px;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  transition: color .3s ease;
}

.c-pagination a:active:not(:disabled), .c-pagination a:hover:not(:disabled), .c-pagination span:active:not(:disabled), .c-pagination span:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

@media screen and (min-width: 1024px) {
  .c-pagination li {
    margin: 8px;
  }
  .c-pagination li.dots span {
    padding-bottom: 12px;
  }
  .c-pagination a, .c-pagination span {
    width: 48px;
    height: 60px;
  }
}

.c-detail-pagination {
  position: relative;
  max-width: 320px;
  margin-right: auto;
  margin: 35px auto 0;
  text-align: center;
}

.c-detail-pagination .prev, .c-detail-pagination .next {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  transition: color .3s ease;
}

.c-detail-pagination .prev:after, .c-detail-pagination .next:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  margin-left: -10px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
}

.c-detail-pagination .prev:active:not(:disabled), .c-detail-pagination .prev:hover:not(:disabled), .c-detail-pagination .next:active:not(:disabled), .c-detail-pagination .next:hover:not(:disabled) {
  opacity: 1;
  color: #005ddc;
}

.c-detail-pagination .prev:active:not(:disabled):after, .c-detail-pagination .prev:hover:not(:disabled):after, .c-detail-pagination .next:active:not(:disabled):after, .c-detail-pagination .next:hover:not(:disabled):after {
  animation: .5s ease both hover_arrow;
}

.c-detail-pagination .prev {
  left: 0;
  margin-left: -10px;
  padding-left: 28px;
}

.c-detail-pagination .prev:after {
  right: initial;
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
  margin-right: -10px;
  margin-left: 0;
}

.c-detail-pagination .prev:active:not(:disabled):after, .c-detail-pagination .prev:hover:not(:disabled):after {
  animation: .5s ease both hover_arrow_left;
}

.c-detail-pagination .next {
  right: 0;
  margin-right: -10px;
  padding-right: 28px;
}

@media screen and (min-width: 1024px) {
  .c-detail-pagination {
    max-width: 100%;
    margin-top: 100px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-detail-pagination .back:before {
    left: -45px;
  }
  .c-detail-pagination .back:after {
    right: -45px;
  }
  .c-detail-pagination .prev:before, .c-detail-pagination .next:before {
    top: 53%;
    width: 8px;
    height: 8px;
  }
  .c-detail-pagination .prev {
    margin-left: 0;
    padding-left: 30px;
  }
  .c-detail-pagination .prev:before {
    margin-left: 3px;
  }
  .c-detail-pagination .next {
    margin-right: 0;
    padding-right: 30px;
  }
  .c-detail-pagination .next:before {
    margin-right: 3px;
  }
}

/*
  テーブル
*/
.c-border-table, .c-border-table--th-va-top {
  width: 100%;
}

.c-border-table tr + tr th, .c-border-table--th-va-top tr + tr th {
  border-top: 1px solid #edeae3;
}

.c-border-table th, .c-border-table--th-va-top th, .c-border-table td, .c-border-table--th-va-top td {
  display: block;
  padding: 15px 9px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.c-border-table th, .c-border-table--th-va-top th {
  padding-bottom: 0;
  color: #005ddc;
  font-weight: 700;
}

.c-border-table td, .c-border-table--th-va-top td {
  padding-top: 0;
}

.c-border-table li, .c-border-table--th-va-top li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

@media screen and (min-width: 1024px) {
  .c-border-table tr:first-child th, .c-border-table--th-va-top tr:first-child th, .c-border-table tr:first-child td, .c-border-table--th-va-top tr:first-child td {
    border-top: 1px solid #edeae3;
  }
  .c-border-table tr:last-child th, .c-border-table--th-va-top tr:last-child th, .c-border-table tr:last-child td, .c-border-table--th-va-top tr:last-child td {
    border-bottom: 1px solid #edeae3;
  }
  .c-border-table tr + tr th, .c-border-table--th-va-top tr + tr th, .c-border-table tr + tr td, .c-border-table--th-va-top tr + tr td {
    border-top: 1px solid #edeae3;
  }
  .c-border-table th, .c-border-table--th-va-top th, .c-border-table td, .c-border-table--th-va-top td {
    display: table-cell;
    padding: 30px 28px;
  }
  .c-border-table th, .c-border-table--th-va-top th {
    width: 165px;
  }
  .c-border-table td, .c-border-table--th-va-top td {
    border-left: 1px solid #edeae3;
  }
}

.c-border-table--th-va-top th {
  vertical-align: top;
}

/*
  背景
*/
/*
  フォーム
*/
.c-form {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.c-form > dl {
  width: 100%;
}

.c-form > dl > dt, .c-form > dl > dd {
  padding: 2px 0;
  letter-spacing: 0;
  vertical-align: middle;
}

.c-form > dl > dt {
  position: relative;
  padding-top: 15px;
}

.c-form > dl > dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

.c-form .note {
  margin-top: 15px;
  line-height: 1.5;
}

.c-form select[name="date1_month"],
.c-form select[name="date1_day"],
.c-form select[name="date2_month"],
.c-form select[name="date2_day"],
.c-form select[name="date3_month"],
.c-form select[name="date3_day"] {
  display: inline-block;
  width: 45px;
  margin: 0 10px;
}

.c-form select[name="date1_month"],
.c-form select[name="date2_month"],
.c-form select[name="date3_month"] {
  margin-left: 46px;
}

.c-form select[name="date1_time"],
.c-form select[name="date2_time"],
.c-form select[name="date3_time"] {
  display: inline-block;
  width: 70px;
  margin-left: 30px;
}

.c-form .address-search-btn {
  width: 170px;
  height: 40px;
  border: 1px solid #005ddc;
  color: #005ddc;
}

.c-form .address-search-btn + input {
  margin-top: 10px !important;
}

.c-form .address-search-btn + input + input {
  margin-top: 10px !important;
}

.c-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .c-form {
    display: table;
    table-layout: fixed;
    margin-bottom: 70px;
  }
  .c-form > dl {
    display: table-row;
    padding: 5px 0;
  }
  .c-form > dl > dt, .c-form > dl > dd {
    padding: 30px 0;
    display: table-cell;
    border-bottom: 1px solid #cccccc;
  }
  .c-form > dl > dt {
    position: relative;
    width: 25%;
    padding-right: 3%;
  }
  .c-form > dl > dt.va-top {
    padding-top: 28px;
    vertical-align: top;
  }
  .c-form > dl > dd {
    width: 75%;
    padding-left: 3%;
  }
  .c-form .address-search-btn {
    width: 200px;
  }
}

.c-required {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 20px;
  padding: 5px 9px;
  border: 1px solid #005ddc;
  color: #005ddc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-required {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 3%;
    transform: translate(0%, -50%);
    padding: 7px 11px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .va-top .c-required {
    top: 44px;
  }
}

/*
  バナー
*/
/*
  その他
*/
.c-nav, .c-nav--two-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.c-nav a, .c-nav--two-items a {
  display: block;
  position: relative;
  width: 30%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2d6ea;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: color .3s ease;
}

.c-nav a:before, .c-nav--two-items a:before {
  display: block;
  position: absolute;
  content: '';
  top: 35%;
  right: 5px;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #005ddc;
  border-bottom: 2px solid #005ddc;
}

.c-nav a:after, .c-nav--two-items a:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #005ddc;
  transition: width .3s ease;
}

.c-nav a:active:not(:disabled), .c-nav--two-items a:active:not(:disabled), .c-nav a:hover:not(:disabled), .c-nav--two-items a:hover:not(:disabled) {
  opacity: 1;
  color: #000000;
}

.c-nav a:active:not(:disabled):before, .c-nav--two-items a:active:not(:disabled):before, .c-nav a:hover:not(:disabled):before, .c-nav--two-items a:hover:not(:disabled):before {
  animation: .3s ease both hover_arrow_down_swing;
}

.c-nav a:active:not(:disabled):after, .c-nav--two-items a:active:not(:disabled):after, .c-nav a:hover:not(:disabled):after, .c-nav--two-items a:hover:not(:disabled):after {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-nav, .c-nav--two-items {
    max-width: 1040px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .c-nav a, .c-nav--two-items a {
    padding-bottom: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-nav a:before, .c-nav--two-items a:before {
    top: 25%;
    right: 10px;
  }
}

.c-nav--two-items a {
  width: 48%;
}

/*------------------------------------------------------------
  index  TOPページ用
------------------------------------------------------------*/
.page-index .p-mv {
  position: relative;
}

.page-index .p-mv .img {
  overflow: hidden;
  display: block;
  position: relative;
  width: 85%;
  margin-right: 0;
  margin-left: auto;
}

.page-index .p-mv .img:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #E6E8EB;
}

.page-index .p-mv .img:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #D9DBDE;
}

.page-index .p-mv .img img {
  opacity: 0;
}

.page-index .p-mv .text-wrap {
  margin-top: 30px;
}

.page-index .p-mv h1 {
  overflow: hidden;
  position: relative;
  width: 200px;
}

.page-index .p-mv h1:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
}

.page-index .p-mv h1 img {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.page-index .p-mv p, .page-index .p-mv a {
  opacity: 0;
}

.page-index .p-mv p {
  margin-top: 30px;
  opacity: 0;
}

.page-index .p-mv .btn {
  margin-top: 30px;
}

.page-index .p-mv.is-animate .img:before {
  animation: 1s ease both slide-in--right;
}

.page-index .p-mv.is-animate .img:after {
  animation: 1s ease .6s both slide-in--right;
}

.page-index .p-mv.is-animate .img img {
  animation: .01s ease 1.2s both opacity-in;
}

.page-index .p-mv.is-animate h1:after {
  animation: 1s ease 2s both slide-in--right;
}

.page-index .p-mv.is-animate h1 img {
  animation: .01s ease 2.4s both opacity-in;
}

.page-index .p-mv.is-animate p, .page-index .p-mv.is-animate a {
  animation: .3s ease 3.2s both opacity-in;
}

@keyframes slide-in--left {
  0% {
    left: 100%;
  }
  40% {
    left: 0%;
  }
  60% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}

@keyframes slide-in--right {
  0% {
    right: 100%;
  }
  40% {
    right: 0%;
  }
  60% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}

@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-in--top {
  0% {
    bottom: 100%;
  }
  40% {
    bottom: 0%;
  }
  60% {
    bottom: 0%;
  }
  100% {
    bottom: -100%;
  }
}

@media screen and (min-width: 768px) {
  .page-index .p-mv .img {
    width: 69%;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-mv .img {
    width: 74%;
  }
  .page-index .p-mv .text-wrap {
    margin-top: -320px;
  }
  .page-index .p-mv h1 {
    display: inline-block;
    width: auto;
  }
  .page-index .p-mv h1:before {
    content: none;
  }
  .page-index .p-mv h1:after {
    top: initial;
    right: 0;
    bottom: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  .page-index .p-mv p {
    margin-top: 60px;
  }
  .page-index .p-mv .btn {
    margin-top: 50px;
    margin-left: 0;
  }
  .page-index .p-mv.is-animate h1:after {
    animation: 1s ease 2s both slide-in--top;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-mv .text-wrap {
    margin-top: -480px;
  }
  .page-index .p-mv h1 {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1366px) {
  .page-index .p-mv .img {
    width: 64.270%;
    max-width: 1500px;
  }
  .page-index .p-mv .text-wrap {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 827px;
    height: 595px;
    margin-top: 0;
    margin-left: -260px;
  }
  .page-index .p-mv h1 {
    margin-left: 120px;
  }
  .page-index .p-mv .btn {
    margin-left: 81px;
  }
}

@media screen and (min-width: 1536px) {
  .page-index .p-mv .text-wrap {
    transform: translate(-60%, -30%);
  }
  .page-index .p-mv h1 {
    margin-left: 135px;
  }
  .page-index .p-mv .btn {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .page-index .p-mv .text-wrap {
    transform: translate(-50%, -38%);
    margin-left: -430px;
  }
  .page-index .p-mv h1 {
    margin-left: 170px;
  }
  .page-index .p-mv .btn {
    margin-left: 132px;
  }
}

.page-index .p-about {
  padding-top: 100px;
}

.page-index .p-about .copy {
  margin-top: -10px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-index .p-about {
    padding-top: 200px;
  }
  .page-index .p-about .copy {
    margin-top: -30px;
  }
}

.page-index .p-business img {
  width: 100%;
}

.page-index .p-business div[class^='grid'] + div[class^='grid'] {
  margin-top: 40px;
}

.page-index .p-business .text-wrap {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .page-index .p-business .grid {
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
  }
  .page-index .p-business .grid > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .page-index .p-business .grid > *:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .page-index .p-business .grid .text-wrap {
    padding-left: 11.666%;
  }
  .page-index .p-business .grid--reverse {
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
  }
  .page-index .p-business .grid--reverse > *:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .page-index .p-business .grid--reverse > *:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .page-index .p-business .grid--reverse .text-wrap {
    padding-right: 11.666%;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .p-business div[class^='grid'] + div[class^='grid'] {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .page-index .p-business .grid .text-wrap {
    padding-top: 20px;
    padding-right: 8%;
  }
  .page-index .p-business .grid--reverse .text-wrap {
    padding-top: 20px;
    padding-left: 8%;
  }
}

.page-index .p-news .link-wrap {
  margin-top: -5px;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .page-index .p-news .link-wrap {
    margin-top: -35px;
  }
}

/*------------------------------------------------------------
  company  会社概要ページ用
------------------------------------------------------------*/
.page-privacy .p-message img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.page-privacy .p-message .text-wrap {
  margin-top: 20px;
}

.page-privacy .p-message .text-wrap p + p {
  margin-top: 30px;
}

.page-privacy .p-message .copy {
  margin-right: -20px;
}

.page-privacy .p-message .lead {
  letter-spacing: 0.18em;
}

.page-privacy .p-message .name {
  width: 192px;
  margin-right: 0;
  margin-left: auto;
  color: #55514a;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.18em;
}

.page-privacy .p-message .name span {
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-privacy .p-message .credo {
  border-radius: 40px;
  background: #f4f5f8;
}

.page-privacy .p-message li + li {
  margin-top: 20px;
}

.page-privacy .p-message .title {
  color: #005ddc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-privacy .p-message .title + p {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .page-privacy .p-message .grid {
    display: -ms-grid;
    -ms-grid-columns: 41.666% 1fr 52%;
    -ms-grid-rows: auto;
    display: grid;
    grid-template-columns: 41.666% 1fr 52%;
    grid-auto-rows: auto;
  }
  .page-privacy .p-message .grid > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .page-privacy .p-message .grid > *:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .page-privacy .p-message img {
    max-width: none;
  }
  .page-privacy .p-message .text-wrap {
    margin-top: 0;
  }
  .page-privacy .p-message .text-wrap p + p {
    margin-top: 40px;
  }
  .page-privacy .p-message .copy {
    margin-top: -15px;
  }
  .page-privacy .p-message .name {
    width: 237px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-privacy .p-message .name span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .page-privacy .p-message li + li {
    margin-top: 70px;
  }
  .page-privacy .p-message .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .page-privacy .p-message .title + p {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .page-privacy .p-message ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page-privacy .p-message li {
    width: 45%;
  }
  .page-privacy .p-message li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .page-privacy .p-message .credo {
    width: 1400px;
    max-width: 1400px;
    margin-right: -100px;
    margin-left: -100px;
    padding-right: 90px;
    padding-left: 90px;
  }
  .page-privacy .p-message .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.page-privacy .p-company iframe {
  width: 100%;
  height: 140px;
  margin-top: 30px;
}

.page-privacy .p-company figure {
  margin-top: 20px;
}

.page-privacy .p-company img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-privacy .p-company iframe {
    height: 500px;
    margin-top: 80px;
  }
  .page-privacy .p-company figure {
    margin-top: 25px;
  }
}

.page-privacy .p-history li {
  position: relative;
  padding-left: 20px;
}

.page-privacy .p-history li + li {
  margin-top: 20px;
}

.page-privacy .p-history li:last-child:before {
  content: none;
}

.page-privacy .p-history li:before {
  display: block;
  position: absolute;
  content: '';
  top: 13px;
  left: 6px;
  transform: translate(-50%, 0);
  width: 1px;
  height: 150%;
  background: #edeae3;
}

.page-privacy .p-history li:after {
  display: block;
  position: absolute;
  content: '';
  top: 6.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 18px;
  background: #005ddc;
}

.page-privacy .p-history li .date {
  display: inline-block;
  min-width: 100px;
  margin-top: -3px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
}

.page-privacy .p-history li .text {
  display: inline-block;
  width: calc(100% - 100px);
}

@media screen and (min-width: 1024px) {
  .page-privacy .p-history li {
    padding-left: 38px;
  }
  .page-privacy .p-history li + li {
    margin-top: 40px;
  }
  .page-privacy .p-history li:before {
    top: 15px;
    left: 9px;
    height: 200%;
  }
  .page-privacy .p-history li:after {
    width: 18px;
    height: 18px;
  }
  .page-privacy .p-history li .date {
    width: 150px;
    margin-top: -7px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .page-privacy .p-history li .text {
    width: calc(100% - 150px);
  }
}

/*------------------------------------------------------------
  news  お知らせページ用
------------------------------------------------------------*/
.page-news-detail .date {
  display: inline-block;
  min-width: 83px;
  margin-right: 15px;
  color: #a09e97;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page-news-detail .category {
  display: inline-block;
  min-width: 94px;
  padding: 3px 20px 4px;
  border: 1px solid #005ddc;
  border-radius: 40px;
  color: #005ddc;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

.page-news-detail .title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .page-news-detail .date {
    min-width: 85px;
  }
  .page-news-detail .category {
    min-width: 95px;
    margin-right: 20px;
  }
  .page-news-detail .title {
    margin-bottom: 50px;
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.ttl2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 17px;
  position: relative;
  z-index: 1;
  padding: 0 0 0 16px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.ttl2::before {
  content: "";
  /* display: inline-block; */
  width: 6px;
  /* height: 28px; */
  /* background-color: #e60000; */
  background-color: #0775cf;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  top: 5px;
  bottom: 2px;
  margin: 0;
  left: 0;
}

@media screen and (max-width: 1305px){
  .ttl2{
    font-size: max(2.15vw, 22px);
  }
}

/*------------------------------------------------------------
  privacy  プライバシーポリシーページ用
------------------------------------------------------------*/
.page-privacy .p-privacy li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.page-privacy .p-privacy p {
  word-break: break-all;
}

/*------------------------------------------------------------
  contact  お問い合わせページ用
------------------------------------------------------------*/
.mw_wp_form_input .p-progress li:nth-child(1),
.mw_wp_form_confirm .p-progress li:nth-child(1), .mw_wp_form_confirm .p-progress li:nth-child(2),
.mw_wp_form_complete .p-progress li:nth-child(1), .mw_wp_form_complete .p-progress li:nth-child(2), .mw_wp_form_complete .p-progress li:nth-child(3) {
  opacity: 1;
}

.mw_wp_form_confirm .lead,
.mw_wp_form_confirm form dt span,
.mw_wp_form_confirm .select-wrap:after,
.mw_wp_form_confirm .select-wrap--blue:after,
.mw_wp_form_confirm .address-search-btn,
.mw_wp_form_confirm .privacy {
  display: none;
}

.is-error input, .is-error textarea {
  background: #EBDEDE !important;
}

/*------------------------------------------------------------
  social  ソーシャルメディアガイドラインページ用
------------------------------------------------------------*/
/*------------------------------------------------------------
  utility
------------------------------------------------------------*/
.u-dis-none {
  display: none !important;
}

.u-dis-block {
  display: block !important;
}

.u-pos-rel {
  position: relative;
}

.u-z-index-1 {
  position: relative;
  z-index: 1;
}

.u-opa-point-5 {
  opacity: 0.5;
}

.u-opa-point-7 {
  opacity: 0.7;
}

.u-fl-left {
  display: block;
  float: left !important;
}

img.u-fl-left {
  margin: 0 12px 12px 0;
}

.u-fl-right {
  display: block;
  float: right !important;
}

img.u-fl-right {
  margin: 0 0 12px 12px;
}

.u-wid-100pct {
  width: 100% !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-mt-small {
  margin-top: 20px !important;
}

.u-mt-medium {
  margin-top: 40px !important;
}

.u-mt-large {
  margin-top: 60px !important;
}

.u-mb-small {
  margin-bottom: 20px !important;
}

.u-mb-medium {
  margin-bottom: 40px !important;
}

.u-mb-large {
  margin-bottom: 60px !important;
}

.u-pt-small {
  padding-top: 20px !important;
}

.u-pt-medium {
  padding-top: 40px !important;
}

.u-pt-large {
  padding-top: 60px !important;
}

.u-pb-small {
  padding-bottom: 20px !important;
}

.u-pb-medium {
  padding-bottom: 40px !important;
}

.u-pb-large {
  padding-bottom: 60px !important;
}

.u-border {
  border: 2px solid #000000;
}

@media screen and (min-width: 768px) {
  .u-border {
    border-width: 4px;
  }
}

.u-br-5 {
  border-radius: 5px;
}

.u-br-10 {
  border-radius: 10px;
}

.u-col-white {
  color: #FFF !important;
}

.u-col-black {
  color: #000000;
}

.u-col-red {
  color: #c62828;
}

.u-col-vivid-red {
  color: #e50012;
}

.u-col-blue {
  color: #005ddc;
}

.u-col-dark-blue {
  color: #072862;
}

.u-fs-0 {
  font-size: 0;
}

.u-fs-medium {
  font-size: 14px;
  font-size: 0.875rem;
}

.u-fs-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-900 {
  font-weight: 900;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-td-ul {
  text-decoration: underline;
}

.u-td-lt {
  text-decoration: line-through;
}

.u-ls-0 {
  letter-spacing: 0 !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-wb-break-all {
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  img.u-fl-left {
    margin: 0 25px 25px 0;
  }
  img.u-fl-right {
    margin: 0 0 25px 25px;
  }
  .u-mt-small {
    margin-top: 30px !important;
  }
  .u-mt-medium {
    margin-top: 60px !important;
  }
  .u-mt-large {
    margin-top: 140px !important;
  }
  .u-mb-small {
    margin-bottom: 30px !important;
  }
  .u-mb-medium {
    margin-bottom: 60px !important;
  }
  .u-mb-large {
    margin-bottom: 140px !important;
  }
  .u-pt-small {
    padding-top: 30px !important;
  }
  .u-pt-medium {
    padding-top: 60px !important;
  }
  .u-pt-large {
    padding-top: 140px !important;
  }
  .u-pb-small {
    padding-bottom: 30px !important;
  }
  .u-pb-medium {
    padding-bottom: 60px !important;
  }
  .u-pb-large {
    padding-bottom: 140px !important;
  }
  .u-fs-large {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .u-pc-lh-medium {
    line-height: 2.055;
  }
  .u-pc-ta-center {
    text-align: center !important;
  }
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

.u-pe-none {
  pointer-events: none;
}

.u-tracktags {
  display: none;
}

/* ボタン追加 */
.link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 30px auto;
  border: 2px solid #005ddc;
  border-radius: 100px;
  color: #005ddc;
  font-weight: 700;
  transition: background .3s ease, color .3s ease;
}

.link_btn:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 19px;
  height: 9px;
  background: url(../images/common/icon_arrow_blue.svg) center/100% no-repeat;
  transition: background .3s ease;
}

.link_btn span {
  display: inline-block;
  position: relative;
}

.link_btn:active:not(:disabled), .link_btn:hover:not(:disabled) {
  opacity: 1;
  background: #005ddc;
  color: #FFF;
}

.link_btn:active:not(:disabled):after, .link_btn:hover:not(:disabled):after {
  background-image: url(../images/common/icon_arrow_white.svg);
  animation: .5s ease both hover_arrow;
}

@media screen and (min-width: 1024px) {
  .link_btn {
      max-width: 360px;
      height: 100px;
    }
}

@media screen and (min-width: 768px){
  .link_btn {
    margin: 40px 0 0;
  }
}