@charset "UTF-8";
/*------------------
googleフォント指定
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------
break point
-------------------*/
/*------------------
スマホ倍率
-------------------*/
/*------------------
header固定時の高さ指定　PC SP ※header fix時に使用
-------------------*/
html {
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

/*------------------
よく使う横幅
-------------------*/
/*------------------
coming soon時　※jsの変更も必要
-------------------*/
/*------------------
html , body
-------------------*/
html {
  scroll-behavior: smooth;
}

html.smooth-none {
  scroll-behavior: auto;
}

html, body {
  padding: 0;
  margin: 0;
}

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

body {
  line-height: 1;
}

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

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

ul, li {
  list-style: none;
}

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

input, select {
  vertical-align: middle;
}

input, button, textarea, select, optgroup, option {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

blockquote, q {
  quotes: none;
}

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

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

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  z-index: auto;
  font-style: inherit;
  font-weight: inherit;
}

del {
  text-decoration: none;
  text-decoration: line-through;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup, sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  border: 0px;
  color: #fff;
  background: transparent;
  vertical-align: top;
}

img {
  width: 100%;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-inner {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-inner {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}

main {
  padding-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.c-section-title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.c-section-title__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-title__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}

.c-btn__contact {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  width: 200px;
  margin-bottom: 0;
  padding: 0 0 0 30px;
  border: 5px solid #003087;
  box-sizing: border-box;
  background: #fff;
  color: #003087;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn__contact {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 35px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 0 0 12px;
    border: 3px solid #003087;
    width: 120px;
  }
}
.c-btn__contact img {
  width: 30px;
  margin-left: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-btn__contact img {
    width: 22px;
    margin-left: 1em;
  }
}

.c-btn__contact:hover {
  background: #ee1c23;
  border: 5px solid #ee1c23;
  color: #fff;
}

.brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brsp {
    display: block;
  }
}

.c-btn__submit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 510px;
  border: 1px solid #8c8c8c;
  margin: 0 auto 15px auto;
  display: block;
  border-radius: 15px;
  background: #fff;
  color: #8c8c8c;
  transition: 0.3s;
  cursor: pointer;
}
.c-btn__submit:hover {
  background: #014099;
  border-color: #014099;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn__submit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    --leading-trim: calc((1em - 1lh) / 2);
    width: 75%;
  }
}

.l-header {
  margin-bottom: 0;
  padding: 0 0 0 40px;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0 0 15px;
    height: 40px;
  }
}
.l-header__logo {
  padding-top: 20px;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding-top: 15px;
    width: 200px;
  }
}
.l-header__nav {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    margin-bottom: 0;
  }
}

.l-footer {
  margin-bottom: 0;
  padding: 30px 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 0 0;
  }
}
.l-footer__inner {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin-bottom: 15px;
  }
}
.l-footer__logo {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.l-footer__logo img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 170px;
  }
}
.l-footer__logo span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  color: #8c8c8c;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.l-footer__nav {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 0;
  }
}
.l-footer__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 0;
  background: #003087;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.l-footer__links {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    width: 100%;
  }
}
.l-footer__links nav a {
  color: #8c8c8c;
}
.l-footer__links-title {
  padding-bottom: 20px;
}
.l-footer__links-title img {
  vertical-align: middle;
  padding-left: 5px;
}

.p-hero {
  margin-bottom: 0;
  padding: 60px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 30px 0 20px;
  }
}
.p-hero__logo {
  width: 200px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 100px;
    margin-bottom: 30px;
  }
}
.p-hero__txt {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero__txt {
    width: 160px;
  }
}
.p-hero__lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hero__lead {
    margin-bottom: 25px;
  }
}
.p-hero__lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  --leading-trim: calc((1em - 1lh) / 2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hero__lead p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-profile {
  margin-bottom: 0;
  padding: 60px 0;
  background: #014099;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 30px 0;
  }
}
.p-profile .c-inner {
  max-width: 712px;
  width: 90%;
  margin: 0 auto;
}
.p-profile .c-section-title__jp {
  color: #fff;
}
.p-profile .c-section-title__en img {
  width: 139px;
}
@media screen and (max-width: 767px) {
  .p-profile .c-section-title__en img {
    width: 69px;
  }
}
.p-profile__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile__catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 30px;
  }
}
.p-profile__body {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-profile__body {
    margin-bottom: 0;
  }
}
.p-profile__table {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-profile__table {
    margin-bottom: 20px;
  }
}
.p-profile__table table {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.p-profile__table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  border-top: 1px solid #fff;
  margin-bottom: 0;
  padding: 15px 20px 15px 0;
  color: #fff;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-profile__table th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 5px 10px 5px 0;
  }
}
.p-profile__table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  border-top: 1px solid #fff;
  margin-bottom: 0;
  padding: 15px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile__table td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 5px 0;
  }
}
.p-profile__table a {
  color: #fff;
  text-decoration: none;
}

.p-office {
  margin-bottom: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-office {
    padding: 30px 0;
  }
}
.p-office .c-section-title__en img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-office .c-section-title__en img {
    width: 70px;
  }
}
.p-office__list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-office__list {
    margin-bottom: 0;
  }
}

.p-office-card {
  width: 31.25%;
  margin-bottom: 0;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-office-card {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.p-office-card__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-office-card__img {
    margin-bottom: 15px;
  }
}
.p-office-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-office-card__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}
.p-office-card__map {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  width: 30%;
  text-align: right;
  padding-top: 26px;
}
.p-office-card__map a {
  color: #014099;
}
.p-office-card__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-office-card__address {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .p-office-card__address br {
    display: none;
  }
}
.p-office-card__address img {
  width: 17px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .p-office-card__address img {
    width: 12px;
  }
}
.p-office-card__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-office-card__tel {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 2px;
  }
}
.p-office-card__tel img {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .p-office-card__tel img {
    width: 112px;
  }
}
.p-office-card__tel a {
  color: #000;
}
.p-office-card__fax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-office-card__fax {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 0;
  }
}
.p-office-card__fax img {
  width: 22px;
  margin-right: 4px;
  vertical-align: text-bottom;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .p-office-card__fax img {
    width: 11px;
    vertical-align: middle;
  }
}

.p-news {
  margin-bottom: 0;
  padding: 60px 0;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 30px 0;
  }
}
.p-news .c-section-title__en img {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .p-news .c-section-title__en img {
    width: 48px;
  }
}
.p-news__list {
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-bottom: 15px;
  }
}
.p-news__links {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news__links {
    margin-bottom: 0;
  }
}

.p-news-card {
  margin-bottom: 0;
  background: #fff;
  color: #000;
  text-align: left;
  width: 100%;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-news-card {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
}
.p-news-card:is(div) {
  background: url("../img/close.svg") no-repeat 98% 35px #fff;
  background-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-news-card:is(div) {
    background-size: 8px;
  }
}
.p-news-card:is(div).hover {
  background: url("../img/close.svg") no-repeat 98% 35px #fcf2f2;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-card:is(div).hover {
    background-size: 8px;
  }
}
.p-news-card:is(div).open {
  background: url("../img/open.svg") no-repeat 98% 35px #fcf2f2;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-card:is(div).open {
    background-size: 8px;
  }
}
.p-news-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 12.972972973%;
  color: #8c8c8c;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-news-card__date {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
    width: 100%;
  }
}
.p-news-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 86.4864864865%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 0;
  }
}
.p-news-card__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 75%;
  margin-left: 140px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-card__body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.p-news-card__body a {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 26px;
  display: block;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .p-news-card__body a {
    bottom: 0px;
    right: 0px;
  }
}

.c-btn__more {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 38px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 0;
  padding: 0 20px 0 0px;
  background: #fff;
  color: #014099;
}
@media screen and (max-width: 767px) {
  .c-btn__more {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 27px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 10px 0 5px;
  }
}
.c-btn__more img {
  width: 16px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn__more img {
    width: 14px;
  }
}

.p-report {
  padding: 60px 0 45px 0;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .p-report {
    padding: 30px 0 20px 0;
  }
}
.p-report .c-section-title__en img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .p-report .c-section-title__en img {
    width: 48px;
  }
}
.p-report .p-report-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  padding: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-report .p-report-catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 0 30px 0;
  }
}
.p-report .p-report-catch span {
  color: #ee1c23;
}
.p-report .p-report-download__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  width: 260px;
  margin: 0 auto 15px auto;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: url("../img/icon_download.svg") #fff;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 26px;
  border-radius: 15px;
  text-decoration: none;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .p-report .p-report-download__btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    --leading-trim: calc((1em - 1lh) / 2);
    width: 130px;
    padding-left: 10px;
    background-position: 80% center;
    background-size: 15px;
  }
}
.p-report .p-report-download__btn:hover {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  border: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-report .p-report-download__btn:hover {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-contact {
  padding: 60px 0 45px 0;
  background: #ededed;
}
.p-contact .c-inner {
  max-width: 710px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 0 20px 0;
  }
}
.p-contact .c-section-title__en img {
  width: 67px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-section-title__en img {
    width: 48px;
  }
}
.p-contact .p-contact-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  padding: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 0 30px 0;
  }
}
.p-contact .p-contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 19.014084507%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form__label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding-top: 8px;
  }
}
.p-contact .p-contact-form__must {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 7.7464788732%;
  padding-top: 15px;
  color: #ee1c23;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form__must {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding-top: 8px;
  }
}
.p-contact .p-contact-form__field {
  width: 71.8309859155%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form__field {
    margin-bottom: 10px;
  }
}
.p-contact .p-contact-form__input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
}
.p-contact .p-contact-form__input::placeholder {
  color: #8c8c8c;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form__input {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 8px;
  }
}
.p-contact .p-contact-form textarea {
  height: 150px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form textarea {
    height: 100px;
    margin-bottom: 30px;
  }
}
.p-contact .p-contact-form .error {
  display: block;
  color: #ee1c23;
  margin-top: 10px;
}
.p-contact .p-contact-form .mw_wp_form_confirm .p-contact-form__field,
.p-contact .p-contact-form .mw_wp_form_confirm .p-contact-form__btns {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form .mw_wp_form_confirm .p-contact-form__field,
  .p-contact .p-contact-form .mw_wp_form_confirm .p-contact-form__btns {
    margin-top: 10px;
  }
}

a {
  transition: 0.3s;
}

/**/
/*------------------------
汎用アニメーション
------------------------*/
/*------------------------
ポップアップ
------------------------*/
.c-pop-wrap .c-pop-bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.c-pop-wrap .c-pop-card {
  width: 60%;
  display: none;
  position: fixed;
  top: 200px;
  left: 20%;
  z-index: 100;
}
.c-pop-wrap .c-pop-card .c-inner {
  background: #fff;
  padding: 100px 0;
  margin: 0 auto;
  border-radius: 20px;
}
.c-pop-wrap .c-pop-card__icon {
  width: 16.6666666667%;
  padding-bottom: 20px;
  margin: 0 auto;
}
.c-pop-wrap .c-pop-card__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  --leading-trim: calc((1em - 1lh) / 2);
  width: 58.3333333333%;
  margin: 0 auto;
}
.c-pop-wrap .c-pop-card__txt dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  padding-bottom: 10px;
  text-align: center;
}
.c-pop-wrap .c-pop-card__close {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  background: #8b4513;
  position: fixed;
  top: 180px;
  right: 22%;
  border: solid 1px #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
}

/*------------------------
マスク
------------------------*/
.c-mask-wrap {
  overflow: hidden;
  position: relative;
}
.c-mask-wrap__screen {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s cubic-bezier(0.5, 0.5, 0.05, 1.2);
}
.c-mask-wrap__screen.show {
  transform: translateX(100%);
}

.a-text-underline {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.a-text-underline__right {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline__right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline__right:hover::before {
  transform-origin: right top;
  transform: scale(1, 1);
}

.a-text-underline__center {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline__center::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline__center:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

.a-text-marker {
  position: relative;
  z-index: 1;
  padding: 0;
  text-decoration: none;
}

.a-text-marker:hover {
  color: #fff;
}

.a-text-marker::before {
  background: blue;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}

.a-text-marker:hover {
  color: #fff;
}

.a-text-marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.a-text-move__right {
  display: inline-block;
  text-decoration: none;
}

.a-text-move__right:hover {
  transform: translateX(5px);
}

.a-text-move__top {
  display: inline-block;
  text-decoration: none;
}

.a-text-move__top:hover {
  transform: translateY(-5px);
}

.a-text-gradient {
  display: inline-block;
  color: #000;
  text-decoration: none;
  color: transparent;
  background: linear-gradient(to right, blue 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}

.a-text-gradient:hover {
  background-position: 0 100%;
}

.a-text-before {
  position: relative;
  padding-left: 15px;
}

.a-text-before::before {
  content: "";
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

/*
section {
  opacity: 0;  //最初は非表示
  transform: translateY(30px); //下に30pxの位置から
  transition: opacity .5s, transform .5s; // 透過率と縦方向の移動を0.8秒
}
// フェードイン(スクロールした後)
section.is-inview {
  opacity: 1; //表示領域に入ったら表示
  transform: translateY(0); //0px上に移動する
  transition-delay: .5s; //フェード開始を0.5秒遅らせる
}
*/
.a-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s, transform 0.7s;
}

.a-fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.mv-fadein {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(40px);
}

.mv-fadein.show {
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(0px);
}

/*--------------------
menu
--------------------*/
.a-menubtn {
  position: relative;
  background: red;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .a-menubtn {
    margin: 0;
    width: 30px;
    height: 30px;
  }
}
.a-menubtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .a-menubtn span {
    left: 7px;
    width: 16px;
  }
}
.a-menubtn span:nth-of-type(1) {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .a-menubtn span:nth-of-type(1) {
    top: 9px;
  }
}
.a-menubtn span:nth-of-type(2) {
  top: 19px;
}
@media screen and (max-width: 767px) {
  .a-menubtn span:nth-of-type(2) {
    top: 14px;
  }
}
.a-menubtn span:nth-of-type(3) {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .a-menubtn span:nth-of-type(3) {
    top: 19px;
  }
}

.a-menubtn.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.a-menubtn.active span:nth-of-type(2) {
  opacity: 0;
}
.a-menubtn.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}

.a-color-turn {
  background: url(../img/component/icon_circlearrowb.svg) 95% center no-repeat;
  background-size: 40px;
  border: solid 2px #000;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #000;
}

.a-color-turn:hover {
  background: url(../img/component/icon_circlearrow.svg) 97% center no-repeat #000;
  background-size: 40px;
  color: #fff;
}

.a-color-expansion {
  border-radius: 50px;
  border: solid 1px #000;
  text-align: center;
  color: #000;
  display: block;
}

.a-color-expansion:hover {
  background: #000;
  color: #fff;
}

.a-complete-arrow {
  text-align: center;
  display: block;
  border-radius: 40px;
  border: solid 2px #000;
  text-decoration: none;
  color: #000;
  width: 100%;
  transition: 0.3s;
  position: relative;
}

.a-complete-arrow:hover {
  background-color: #000;
  color: #fff;
}

.a-complete-arrow::before {
  content: "";
  background: url(../img/component/icon_arrowb.svg) 95% center no-repeat;
  background-size: 10px;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 40%;
  right: 10px;
}

.a-complete-arrow:hover::before {
  content: "";
  background: url(../img/component/icon_arroww.svg) 95% center no-repeat;
  background-size: 10px;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 40%;
  right: 10px;
}

.a-complete-arrow:after {
  content: "";
  background: #000;
  width: 10px;
  height: 1.45px;
  position: absolute;
  top: 50%;
  right: 17px;
  transition: 0.2s;
}

.a-complete-arrow:hover::after {
  content: "";
  background: #fff;
  width: 10px;
  height: 1.45px;
  position: absolute;
  top: 50%;
  right: 13px;
}

.a-push {
  border: solid 2px #000;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #000;
  box-shadow: 4px 8px #000;
}

.a-push:hover {
  box-shadow: 0px 0px #000;
}

.a-spread {
  background: url(../img/component/icon_circlearrowb.svg) 95% center no-repeat;
  background-size: 40px;
  border: solid 2px #000;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

.a-spread:hover {
  background: url(../img/component/icon_circlearrowb.svg) 95% center no-repeat #000;
  background-size: 50px;
  color: #fff;
}

.a-bound, .a-rotate, .a-expansion {
  border-radius: 50px;
  display: block;
  text-align: center;
  border: solid 2px #000;
  color: #000;
  text-decoration: none;
}

.a-bound:hover {
  animation: poyo 0.6s;
}
@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(0.98);
  }
}

.a-rotate {
  transition: 0.5s;
}
.a-rotate img {
  border-radius: 20px;
}

.a-rotate.img {
  border: none;
}

.a-rotate:hover {
  transition: transform 1s;
  transform: rotateY(360deg);
}

.a-expansion {
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

.a-expansion:hover {
  scale: 1.1;
}

.a-color-left {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  color: #000;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.a-color-left:hover {
  color: #fff;
}

.a-color-left::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.a-color-left:hover::after {
  top: 0;
  left: 0;
  background-color: #000;
}

.a-scale-img {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.a-scale-img img {
  border-radius: 20px;
  display: block;
  transition: 0.5s all;
}

.a-scale-img:hover img {
  scale: 1.1;
}

/*--------------------
faq
--------------------*/
.a-plus {
  cursor: pointer;
  position: relative;
}

.a-plus::before, .a-plus::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #d22e26;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .a-plus::before, .a-plus::after {
    width: 18px;
    right: 10px;
  }
}

.a-plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}

.a-plus.show::before {
  opacity: 0;
}

.a-plus.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.a-faq__q {
  cursor: pointer;
}

.a-faq__a {
  display: none;
}

.a-txt::after {
  content: "open";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #000;
  color: #000;
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.c-back-xfade {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: -100;
}

.c-color-change {
  position: relative;
  z-index: 0;
}
.c-color-change .c-color-change__ph {
  position: absolute;
  left: 0;
  inset: 0;
  opacity: 0;
  animation: mvSlide 12s infinite;
}
.c-color-change .c-color-change__ph img {
  display: block;
}
.c-color-change .c-color-change__ph:nth-child(1) {
  animation-delay: 0s;
}
.c-color-change .c-color-change__ph:nth-child(2) {
  animation-delay: 3s;
}
.c-color-change .c-color-change__ph:nth-child(3) {
  animation-delay: 6s;
}
.c-color-change .c-color-change__ph:nth-child(4) {
  animation-delay: 9s;
}
@keyframes mvSlide {
  0% {
    opacity: 0;
    filter: grayscale(100%);
    z-index: 0;
  }
  5% {
    opacity: 1;
    filter: grayscale(100%);
    z-index: 1;
  }
  10% {
    opacity: 1;
    filter: grayscale(0%);
    z-index: 1;
  }
  20% {
    opacity: 1;
    filter: grayscale(0%);
    z-index: 1;
  }
  25% {
    opacity: 0;
    filter: grayscale(0%);
    z-index: 0;
  }
  50% {
    opacity: 0;
    filter: grayscale(0%);
    z-index: 0;
  }
  100% {
    opacity: 0;
    filter: grayscale(100%);
    z-index: 0;
  }
}

.c-order-change {
  width: 24%;
  height: 130px;
  display: none;
}

.c-order-change.slick-initialized {
  display: block;
}

.c-slide-l li, .c-slide-r li {
  width: 500px;
  margin-right: 20px;
}

.c-slide-l {
  padding-bottom: 20px;
}

.c-slide-arrow .slick-track {
  justify-content: center;
}
.c-slide-arrow .c-slide__ph img {
  opacity: 0.8;
}
.c-slide-arrow .c-slide__ph.slick-center img {
  opacity: 1;
}
.c-slide-arrow .slick-track {
  justify-content: center;
}
.c-slide-arrow .slick-prev {
  background: url(../img/component/icon_arrowl.svg) 5% center/60px no-repeat;
  position: absolute;
  top: 115%;
  left: 15%;
  z-index: 100;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-slide-arrow .slick-prev {
    background: url(../img/component/icon_arrowl.svg) 5% center/30px no-repeat;
    position: absolute;
    top: 112%;
    left: 7%;
    z-index: 100;
    width: 60px;
    height: 60px;
  }
}
.c-slide-arrow .slick-prev:hover {
  background: url(../img/component/icon_arrowlhover.svg) 5% center/60px no-repeat;
  position: absolute;
  top: 115%;
  left: 15%;
  z-index: 100;
  width: 60px;
  height: 60px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-slide-arrow .slick-prev:hover {
    background: url(../img/component/icon_arrowlhover.svg) 5% center/30px no-repeat;
    position: absolute;
    top: 112%;
    left: 7%;
    z-index: 100;
    width: 60px;
    height: 60px;
  }
}
.c-slide-arrow .slick-next {
  background: url(../img/component/icon_arrow.svg) 5% center/60px no-repeat;
  position: absolute;
  top: 115%;
  right: 15%;
  z-index: 100;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-slide-arrow .slick-next {
    background: url(../img/component/icon_arrow.svg) 5% center/30px no-repeat;
    position: absolute;
    top: 112%;
    right: 0%;
    z-index: 100;
  }
}
.c-slide-arrow .slick-next:hover {
  background: url(../img/component/icon_arrowhover.svg) 5% center/60px no-repeat;
  position: absolute;
  top: 115%;
  right: 15%;
  z-index: 100;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .c-slide-arrow .slick-next:hover {
    background: url(../img/component/icon_arrowhover.svg) 5% center/30px no-repeat;
    position: absolute;
    top: 112%;
    right: 0%;
    z-index: 100;
  }
}
.c-slide-arrow .dots-wrap {
  margin: 0;
  position: absolute;
  right: -42%;
  bottom: -15%;
  width: 100%;
  display: flex;
}
.c-slide-arrow .dots-wrap li {
  height: 10px;
  width: 10px;
  margin-right: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.45;
  border: solid 2px #000;
}
@media screen and (max-width: 767px) {
  .c-slide-arrow .dots-wrap li {
    height: 10px;
    width: 10px;
    display: block;
  }
}
.c-slide-arrow .dots-wrap li.slick-active,
.c-slide-arrow .dots-wrap li:hover {
  opacity: 1;
  background: #000;
}
.c-slide-arrow .dots-wrap li:last-child {
  margin-bottom: 0;
}
.c-slide-arrow .dots-wrap li button {
  list-style-type: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
}

/*---------------------
タブ
----------------------*/
.c-tab .c-tabbtn {
  cursor: pointer;
}

.c-tabinner {
  display: none;
}

.c-tabinner.active {
  display: block;
}

/*------------------------
キーフレーム
------------------------*/
.c-poyo {
  animation: c-poyo 0.6s;
}
@keyframes c-poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(0.98);
  }
}

.c-yurayura {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: c-yurayura;
  transform: rotate(5deg);
  animation-duration: 5s;
}

@keyframes c-yurayura {
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.c-bound {
  animation: p-top-bounce 1s ease-in-out infinite;
}
@keyframes p-top-bounce {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  30% {
    transform: translateY(-14px) rotate(-1deg);
  }
  50% {
    transform: translateY(0) rotate(1deg);
  }
  70% {
    transform: translateY(-6px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
