@charset "utf-8";

@charset "UTF-8";
/* ---------------------------------------------------
 # Core
--------------------------------------------------- */
/* ---------------------------------------------------
 # Foundation
--------------------------------------------------- */
/*
## Sanitize
----------------------------------------------- */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
## Base
----------------------------------------------- */
html {
  background: #fff;
  font-size: 100%;
}

body {
  height: 100%;
  color: #030000;
  background: #f8f7fa;
  word-wrap: break-word;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-size: 0.875rem;
}

address {
  font-style: normal;
}

a {
  cursor: pointer;
  color: #030000;
}

main * + * {
  margin-top: 1.5rem;
}

li,
dt,
dd,
br,
th,
td,
div {
  margin-top: 0;
}

ul,
ol {
  list-style: none;
}

input[type="radio"] {
  margin-left: 1rem;
  margin-right: 0.5rem;
}

/*
## Animations
----------------------------------------------- */
/* ---------------------------------------------------
 # Layout
--------------------------------------------------- */
/* footer
--------------------------------------------------------- */
.l-footer {
  background: #fff;
  padding: 3rem 1rem;
  position: relative;
  z-index: 3;
}

.l-footer__inner {
  text-align: center;
}

.l-footer__logo {
  margin-bottom: 4rem;
}

.l-footer__util {
  margin-bottom: 1.5rem;
}

.l-footer__util li {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.875rem;
}

.l-footer__copyright {
  color: #a69eb1;
  font-size: 0.625rem;
}

/* header
--------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 1rem;
  transition: transform 0.3s;
  box-shadow: 0 0 4px 0 rgba(59, 54, 66, 0.05), 0 0 8px 0 rgba(49, 46, 55, 0.05);
  background-color: #fff;
}

.l-header__inner {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 67.5rem;
}

.l-navi {
  display: none;
}

.l-header__logo img {
  width: 110px;
}

.l-header__logo a:hover img {
  opacity: 0.8;
}

@media (min-width: 56rem) {
  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 1rem;
    transition: transform 0.3s;
    box-shadow: 0 0 4px 0 rgba(59, 54, 66, 0.05), 0 0 8px 0 rgba(49, 46, 55, 0.05);
    background-color: #fff;
  }
  .l-header__inner {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 67.5rem;
  }
  .l-header__logo img {
    width: 140px;
    height: 24px;
  }
  .l-header__logo a:hover img {
    opacity: 0.8;
  }
  .l-navi {
    display: flex;
    flex-wrap: wrap;
  }
  .l-navi li {
    position: relative;
    text-align: center;
    margin-left: 1rem;
  }
  .l-navi li a {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .l-navi li a p {
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.22px;
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 0.75rem;
  }
  .l-navi li a span {
    letter-spacing: -0.12px;
    font-size: 0.5rem;
  }
  .l-navi li a:hover {
    color: #c30d23;
  }
  .l-navi li.current-menu-item a,
  .l-navi li.current-page-ancestor a {
    color: #c30d23;
  }
  .l-navi li.current-menu-item:after,
  .l-navi li.current-page-ancestor:after {
    position: absolute;
    content: "";
    left: 0;
    top: -2rem;
    width: 100%;
    height: 1px;
    background: #c30d23;
  }
}

@media (min-width: 70rem) {
  .l-header__logo img {
    width: 140px;
  }
  .l-navi li {
    margin-left: 1.5rem;
  }
}

/*
# hero
*/
.l-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 55px;
}

.l-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 67.5rem;
  justify-content: center;
  position: relative;
}

.l-hero__inner__content {
  z-index: 100;
}

.l-hero__inner img {
  z-index: 100;
  margin-bottom: 2rem;
}

.l-hero__inner h2 {
  z-index: 100;
  color: #fff;
  font-weight: normal;
}

.l-hero__bg {
  width: 300%;
  height: 80vh;
  background: #030000;
  position: absolute;
  top: 0;
  right: 25%;
  z-index: 1;
}

.l-hero__bg-text {
  width: 200%;
  height: 80vh;
  position: absolute;
  top: 20%;
  left: -12.5%;
  z-index: 2;
}

.l-hero__video {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.l-hero__video .swiper-container {
  width: 100%;
  display: block;
}

.l-hero__video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  display: none;
  font-family: "object-fit: cover;";
}

.l-hero__video .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  font-family: "object-fit: contain;";
}

.l-hero__canvas {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 56rem) {
  .l-hero {
    max-height: 100%;
    height: 100vh;
    margin-top: 0;
  }
  .l-hero__bg {
    height: 90vh;
  }
  .l-hero__bg-text {
    width: 120%;
    left: -12.5%;
  }
  .l-hero__video {
    width: 100%;
    margin-top: 74px;
  }
  .l-hero__video .swiper-container {
    width: 100%;
    height: 40vh;
    display: none;
  }
  .l-hero__video video {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .l-hero__canvas {
    left: 0;
  }
}

@media (min-width: 85rem) {
  .l-hero__canvas {
    left: -5%;
  }
}

/* wrapper
--------------------------------------------------------- */
.l-wrapper {
  position: relative;
  z-index: 100;
}

/* ---------------------------------------------------
 # project
--------------------------------------------------- */
.p-access {
  margin-bottom: 3rem;
}

.p-access__inner {
  background: #1e1b22;
  color: #fff;
  padding: 4rem 0;
  height: 100%;
  min-height: 200px;
}

.p-access__map {
  width: 100%;
  height: 400px;
}

.p-access__content {
  padding: 1rem 4rem;
  border-bottom: 1px solid #4e4a55;
}

.p-access__heading {
  font-weight: normal;
  font-size: 1.5rem;
}

.p-access__info {
  opacity: 0.6;
  font-size: 0.875rem;
}

@media (min-width: 56rem) {
  .p-access__map {
    height: 400px;
  }
}

.p-buzz-line {
  width: 100%;
  position: absolute;
  top: -1080px;
  left: 0;
  z-index: -2;
}

.p-buzz-line__image {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
}

.p-buzz-line img {
  position: absolute;
  top: 0;
  right: 25%;
  width: 377px;
}

.p-buzz-line-top-info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.p-buzz-line-top-info img {
  width: 375px;
}

@media (min-width: 1290px) {
  .p-buzz-line {
    left: 0;
  }
}

.p-borders {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  opacity: 0.2;
  margin: 0 1rem;
}

.p-borders__container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
}

.p-borders__container span {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #a69eb1;
}

.p-borders__border--1 {
  left: 0;
}

.p-borders__border--2 {
  left: 25%;
}

.p-borders__border--3 {
  left: 50%;
}

.p-borders__border--4 {
  left: 75%;
}

.p-borders__border--5 {
  left: 100%;
}

.p-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  z-index: 4;
}

.p-scroll span {
  display: block;
}

.p-scroll span a {
  position: relative;
  color: #a69eb1;
}

.p-scroll span a:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: solid 2px #a69eb1;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  margin-top: -1rem;
  border-radius: 2rem;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.p-scroll:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #a69eb1;
  opacity: 0.3;
}

.p-top-section {
  position: relative;
  padding: 4rem 0 3rem;
}

.p-top-section__bg {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  height: 20rem;
  z-index: -2;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-top-section__bg img {
  max-width: 100%;
  max-height: 340px;
}

.p-top-section__inner {
  position: relative;
}

.p-top-section__inner:after {
  display: none;
  content: "";
  width: 37.25%;
  height: 360px;
  background: #1e1b22;
  position: absolute;
  bottom: -25%;
  left: -12.25%;
  margin-left: 0.5rem;
  z-index: -1;
}

.p-top-section-info-list li {
  padding: 1rem 0 0;
  flex-wrap: wrap;
}

.p-top-section-info-list li:first-child {
  padding: 0;
}

.p-top-section-info-list__meta {
  padding-bottom: 0.5rem;
}

.p-top-service {
  position: relative;
  padding: 4rem 0 3rem;
}

.p-top-service__bg {
  background: #e2dfe6;
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  height: 20rem;
  z-index: -2;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-top-service__bg img {
  margin-top: 0;
  max-width: 100%;
  max-height: 340px;
}

.p-top-service__content {
  position: relative;
}

.p-top-service__link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -3em;
}

.p-top-service__link li {
  width: 50%;
  margin-bottom: 1rem;
}

.p-top-service__link li a.c-btn {
  padding: 0 4rem 0 1rem;
  display: flex;
  height: 80px;
  align-items: center;
}

.p-top-service__card {
  padding: 0 0 3rem;
}

.p-top-institute {
  position: relative;
  padding: 4rem 0 3rem;
}

.p-top-institute__title {
  margin-left: 0;
}

.p-top-institute__articles ul li:first-child {
  margin-left: 0;
  margin-right: 0;
}

.p-top-institute__articles ul li:last-child {
  margin-left: 0;
  margin-right: 0;
}

.p-top-institute__bg {
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  height: 20rem;
  z-index: -2;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-top-institute__bg img {
  max-width: 100%;
  max-height: 340px;
}

.p-top-blog {
  position: relative;
  padding: 4rem 0 3rem;
}

.p-top-blog__btn {
  width: 50%;
}

.p-top-blog__bg {
  background: rgba(78, 74, 85, 0.05);
  position: absolute;
  top: -24rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  height: 100%;
  z-index: -2;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: right;
  font-family: "object-fit: contain;";
}

.p-top-blog__bg img {
  max-width: 80%;
  max-height: 340px;
}

.p-top-reqruit {
  position: relative;
  padding-top: 5rem;
}

.p-top-reqruit__title {
  position: static;
  padding: 1rem;
}

.p-top-reqruit__images {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.p-top-reqruit__images li {
  margin: 0;
  width: 33.33%;
}

.p-top-reqruit__content {
  padding: 3rem 1rem;
  background: #fff;
}

.p-top-reqruit__btn {
  margin: 0;
  width: 50%;
}

.p-top-reqruit__bg {
  position: absolute;
  top: -17rem;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  height: 20rem;
  z-index: -2;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-top-reqruit__bg img {
  margin-top: 0;
  max-width: 100%;
  max-height: 340px;
}

@media (min-width: 56rem) {
  .p-top-section {
    position: relative;
    padding: 10rem 0;
    margin-bottom: 5rem;
  }
  .p-top-section__bg {
    top: -2rem;
    padding: 10rem 0;
    height: 40rem;
  }
  .p-top-section__bg img {
    width: 80%;
    opacity: 1;
  }
  .p-top-section__inner:after {
    display: block;
  }
  .p-top-section-info-list li {
    padding: 1rem 0;
    flex-wrap: nowrap;
  }
  .p-top-section-info-list__meta {
    padding-bottom: 0;
  }
  .p-top-service {
    padding: 10rem 0;
  }
  .p-top-service__bg {
    padding: 5rem 0;
    height: 30rem;
    top: -10rem;
  }
  .p-top-service__bg img {
    margin-top: -8rem;
    max-width: 100%;
    max-height: 340px;
  }
  .p-top-service__link {
    display: block;
    margin: 0;
    width: 35%;
    position: absolute;
    top: 4.5rem;
    right: 0;
  }
  .p-top-service__link li {
    display: block;
    width: 100%;
  }
  .p-top-service__link li:nth-child(2) {
    margin-left: -12.5%;
  }
  .p-top-service__link li:last-child {
    margin-left: -25%;
  }
  .p-top-service__card {
    padding: 0 18% 0 0;
  }
  .p-top-institute {
    position: relative;
    padding: 4rem 0 3rem;
  }
  .p-top-institute__title {
    margin-left: 3rem;
  }
  .p-top-institute__articles ul li:first-child {
    margin-left: 25%;
    margin-right: -25%;
  }
  .p-top-institute__articles ul li:last-child {
    margin-left: 12.5%;
    margin-right: -12.5%;
  }
  .p-top-institute__bg {
    top: -20%;
  }
  .p-top-blog {
    position: relative;
    padding: 4rem 0 3rem;
  }
  .p-top-blog__btn {
    width: 25%;
  }
  .p-top-blog__bg {
    top: -35rem;
  }
  .p-top-blog__bg img {
    margin-top: 8rem;
    max-width: 80%;
    max-height: 340px;
  }
  .p-top-reqruit {
    position: relative;
  }
  .p-top-reqruit__title {
    position: absolute;
    bottom: 45%;
    left: 35%;
    padding: 0;
    width: 65%;
  }
  .p-top-reqruit__images {
    display: block;
    flex-wrap: wrap;
    padding: 0;
  }
  .p-top-reqruit__images li {
    width: 100%;
  }
  .p-top-reqruit__images li:first-child {
    margin-left: 100%;
  }
  .p-top-reqruit__content {
    padding: 0 0 0 10%;
    background: 0;
  }
  .p-top-reqruit__btn {
    margin-top: 2rem;
    width: 25%;
  }
  .p-top-reqruit__bg {
    top: -13rem;
    padding: 3rem 0;
    height: 30vw;
    max-height: 540px;
  }
}

.p-page-header {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 1rem;
  top: 0;
}

.p-page-header__inner {
  margin: 0 auto;
  padding-top: 260px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  max-width: 67.5rem;
  position: relative;
}

.p-page-header__bg {
  width: 300%;
  height: 80vh;
  background: #e2dfe6;
  position: absolute;
  top: 0;
  right: 25%;
  z-index: -1;
}

.p-page-header__bg-text {
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
}

.p-page-header__bg-text img {
  width: 100%;
}

.p-page-header--information .p-page-header__bg {
  width: 300%;
  height: 70vh;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.p-page-header--information .p-page-header__bg-text {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-page-header--information .p-page-header__bg-text img {
  width: 100%;
}

.p-page-header--information .p-page-header__buzz-line {
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 75%;
}

.p-page-header--blog .p-page-header__bg {
  width: 300%;
  height: 70vh;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.p-page-header--blog .p-page-header__bg-text {
  width: 90%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
}

.p-page-header--blog .p-page-header__bg-text img {
  width: 100%;
}

.p-page-header--blog .p-page-header__buzz-line {
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 25%;
}

.p-page-header--company .p-page-header__buzz-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75%;
  content: "";
  background: #c30d23;
}

.p-page-header--company .p-page-header__buzz-line img {
  display: none;
}

.p-page-header--service .p-page-header__buzz-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75%;
  content: "";
  background: #c30d23;
}

.p-page-header--service .p-page-header__buzz-line img {
  display: none;
}

.p-page-header--service .p-page-header__bg {
  width: 300%;
  height: 80vh;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: -1;
}

.p-page-header--service .p-page-header__bg-text {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.p-page-header--service .p-page-header__bg-text img {
  width: 100%;
}

.p-page-header--contact .p-page-header__buzz-line {
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-page-header--contact .p-page-header__bg-text {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-page-header--contact .p-page-header__bg-text img {
  width: 100%;
}

.p-page-header--contact .p-page-header__bg {
  display: none;
}

.p-page-content {
  padding-top: 100px;
  position: relative;
  margin: 0 auto 8rem;
  height: 100%;
  max-width: 67.5rem;
}

.p-page-content__section {
  border-bottom: 1px solid #d6d4dc;
}

.p-page-content__inner {
  padding: 2rem 0;
}

.p-page-content__nav--harf {
  border-bottom: 1px solid #a69eb1;
}

.p-page-content__nav--harf ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-page-content__nav--harf ul li {
  text-align: center;
  width: 50%;
  position: relative;
}

.p-page-content__nav--harf ul li a {
  color: #65606c;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
}

.p-page-content__nav--harf ul li a span {
  display: none;
}

.p-page-content__nav--harf ul li a:hover {
  color: #c30d23;
}

.p-page-content__nav--harf ul li a:hover:after {
  display: none;
}

.p-page-content__nav--harf ul li.is-current a {
  color: #c30d23;
}

.p-page-content__nav--harf ul li.is-current a:after {
  content: "";
  display: inline-block;
  height: 3px;
  background: #c30d23;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.p-page-content__nav--trisect {
  border-bottom: 1px solid #a69eb1;
}

.p-page-content__nav--trisect ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-page-content__nav--trisect ul li {
  text-align: center;
  width: calc(100% / 3);
  position: relative;
}

.p-page-content__nav--trisect ul li a {
  color: #65606c;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 800;
}

.p-page-content__nav--trisect ul li a span {
  display: none;
}

.p-page-content__nav--trisect ul li a:hover {
  color: #c30d23;
}

.p-page-content__nav--trisect ul li a:hover:after {
  display: none;
}

.p-page-content__nav--trisect ul li.is-current a {
  color: #c30d23;
}

.p-page-content__nav--trisect ul li.is-current a:after {
  content: "";
  display: inline-block;
  height: 3px;
  background: #c30d23;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.p-page-content__pulldown-menu {
  display: block;
  border-bottom: 1px solid #a69eb1;
  position: relative;
}

.p-page-content__pulldown-menu-angle {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -8px;
}

.p-page-content__nav {
  border-bottom: 1px solid #a69eb1;
  display: none;
}

.p-page-content__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-page-content__nav ul li {
  text-align: center;
  width: calc(100% / 7);
  position: relative;
}

.p-page-content__nav ul li a {
  color: #65606c;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 800;
}

.p-page-content__nav ul li a span {
  display: none;
}

.p-page-content__nav ul li a:hover {
  color: #c30d23;
}

.p-page-content__nav ul li a:hover:after {
  display: none;
}

.p-page-content__nav ul li.is-current a {
  color: #c30d23;
}

.p-page-content__nav ul li.is-current a:after {
  content: "";
  display: inline-block;
  height: 3px;
  background: #c30d23;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.p-page-content__policy h2 {
  font-size: 1.25rem;
  padding: 2rem 0 1rem;
}

.p-page-content__policy h2:first-child {
  padding-top: 0;
}

.p-page-content__policy h3 {
  font-size: 1.125rem;
}

.p-page-content--blog .p-page-content__pager {
  position: static;
  background: #1e1b22;
  justify-content: center;
}

.p-page-content--blog .c-blog-list li {
  margin-top: 1rem !important;
}

@media (min-width: 56rem) {
  .p-page-content {
    padding-top: 260px;
  }
  .p-page-content__inner {
    padding: 3rem 4rem;
  }
  .p-page-content__pulldown-menu {
    display: none;
  }
  .p-page-content__nav--trisect ul li a {
    font-size: 1rem;
  }
  .p-page-content__nav--trisect ul li a span {
    display: inline;
  }
  .p-page-content__nav--trisect ul li a br {
    display: none;
  }
  .p-page-content__nav {
    display: block;
  }
  .p-page-content__nav ul li a {
    font-size: 1rem;
  }
  .p-page-content__nav ul li a span {
    display: inline;
  }
  .p-page-header__bg-text {
    width: 80%;
    position: absolute;
    top: 260px;
    right: 0;
    z-index: -1;
  }
  .p-page-header__bg-text img {
    width: 100%;
  }
  .p-page-header__logo {
    display: none;
  }
  .p-page-content--blog .p-page-content__pager {
    position: absolute;
    bottom: -6rem;
    right: -0;
    background: #1e1b22;
  }
  .p-page-content--blog .c-blog-list li {
    margin-top: 6rem !important;
  }
}

.p-top-message__heading {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding: 3rem;
  font-size: 2rem;
}

.p-top-message__heading:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-top: 1px solid #a6a4aa;
  border-left: 1px solid #a6a4aa;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-message__heading:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-bottom: 1px solid #a6a4aa;
  border-right: 1px solid #a6a4aa;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-top-message__content {
  padding: 2rem 0;
}

.p-top-message__content-flex {
  padding: 0;
  margin-bottom: 2rem;
}

.p-top-message__name {
  text-align: right;
  font-weight: bold;
}

.p-top-message__image {
  margin-bottom: 2rem;
}

.p-top-message__image img {
  width: 100%;
}

.p-top-message-spec {
  background: #1e1b22;
  color: #fff;
  padding: 3rem;
  margin-top: 0;
  position: relative;
}

.p-top-message-spec__name {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-top-message-spec__name span {
  font-weight: normal;
  font-size: 0.75rem;
  display: block;
}

@media (min-width: 56rem) {
  .p-top-message-spec-wrap {
    background: #1e1b22;
  }
  .p-top-message-spec {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .p-top-message__content {
    padding: 3rem;
  }
  .p-top-message__content-flex {
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
  .p-top-message__image {
    margin: 0;
  }
  .p-top-message__image img {
    width: 100%;
  }
}

.p-officer-wrap {
  margin-bottom: 1rem;
}

.p-officer {
  margin: 0 2rem 2rem;
  border-left: 1px solid #1e1b22;
}

.p-officer__image img {
  max-width: 320px;
  width: 100%;
}

.p-officer__history {
  padding-left: 1.5rem;
  font-size: 0.75rem;
}

.p-officer__history th {
  width: 23%;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 1rem;
}

.p-officer__history td {
  vertical-align: top;
  padding-bottom: 1rem;
}

.p-officer__info {
  position: relative;
  margin-bottom: 4rem;
}

.p-officer__name {
  position: absolute;
  bottom: -2rem;
  left: -3rem;
  background: #1e1b22;
  padding: 1.5rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
}

.p-officer__name span {
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: normal;
  font-size: 0.75rem;
}

@media (min-width: 40rem) {
  .p-officer-wrap {
    padding: 2rem 0 0;
  }
  .p-officer {
    margin: 0 0 0 2rem;
  }
  .p-officer__image img {
    max-width: 240px;
    width: 100%;
  }
  .p-officer--right {
    margin-bottom: -4rem;
    margin-top: 4rem;
  }
  .p-officer--6rem {
    margin-top: -6rem;
  }
  .p-officer--4rem {
    margin-top: -4rem;
  }
  .p-officer--2rem {
    margin-top: -2rem;
  }
}

.p-history__table {
  color: #1e1b22;
}

.p-history__table th {
  vertical-align: top;
  font-weight: normal;
  padding: 0 1rem 1rem 0;
}

.p-history__table td {
  vertical-align: top;
  font-weight: normal;
  padding: 0 0 1rem;
}

.p-contact__title {
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: normal;
  font-size: 1.75rem;
}

.p-contact__list {
  background: #f3f0f7;
  margin-bottom: 3rem;
  padding: 2rem;
}

.p-contact__list li {
  width: 100%;
}

.p-contact__list li a {
  display: block;
  margin: 1rem;
  position: relative;
}

.p-contact__list li a span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-contact__form form {
  margin: 0;
}

.p-contact__form .form-content {
  background: #f3f0f7;
  padding: 2rem 1.5rem;
  font-size: 0.875rem;
}

.p-contact__form .form-content p {
  margin: 0;
}

.p-contact__form dl {
  display: block;
}

.p-contact__form dt {
  width: 100%;
  position: relative;
  padding: 1rem 1rem 0;
}

.p-contact__form dt .required {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #c30d23;
  color: #fff;
  font-size: 0.625rem;
}

.p-contact__form dd {
  padding: 1rem 1rem 0;
  width: 100%;
}

.p-contact__form dd .aform-input-example {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.p-contact__form .submit {
  text-align: right;
}

.p-contact__form .submit input {
  border: 0;
  touch-action: manipulation;
  cursor: pointer;
  padding: 1.5rem 1rem;
  outline: none;
  position: relative;
  background: #c30d23;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}

.p-contact__form .submit input:link, .p-contact__form .submit input:active, .p-contact__form .submit input:hover, .p-contact__form .submit input:visited {
  color: #fff;
  text-decoration: none;
}

.p-contact__form .submit input:hover {
  background: #ef142e;
}

.p-contact__form .submit input.disabled, .p-contact__form .submit input[disabled],
fieldset[disabled] .p-contact__form .submit input {
  cursor: not-allowed;
}

.p-contact__info {
  width: 100%;
  background: #1e1b22;
  padding: 5rem 3rem;
  color: #fff;
  position: static;
  top: 6rem;
  right: 0;
}

.p-contact__info__title {
  font-size: 1rem;
}

.p-contact__info__tel {
  margin-top: 1rem;
  font-size: 2.375rem;
}

.p-contact__info__meta {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

@media (min-width: 56rem) {
  .p-contact__list {
    background: #f3f0f7;
    margin-bottom: 3rem;
    padding: 2rem;
  }
  .p-contact__list li {
    width: 50%;
  }
  .p-contact__form .form-content {
    padding: 4rem 6rem 4rem 4rem;
  }
  .p-contact__form dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-contact__form dt {
    width: 33.3%;
  }
  .p-contact__form dd {
    width: 66.6%;
  }
  .p-contact__form dd .aform-input-example {
    font-size: 0.625rem;
  }
  .p-contact__form .submit {
    text-align: right;
  }
  .p-contact__form .submit input {
    display: inline-block;
    width: 33.3%;
  }
  .p-contact__info {
    width: 32%;
    background: #1e1b22;
    padding: 5rem 3rem;
    color: #fff;
    position: absolute;
    top: 6rem;
    right: 0;
  }
  .p-contact__info__title {
    font-size: 1rem;
  }
  .p-contact__info__tel {
    margin-top: 1rem;
    font-size: 2.375rem;
  }
  .p-contact__info__meta {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

.p-information {
  margin-right: 0;
}

.p-information__archive__meta {
  margin-bottom: 0.5rem;
}

.p-information__archive li {
  margin-bottom: 2rem;
}

@media (min-width: 56rem) {
  .p-information {
    margin-right: 6rem;
  }
}

.p-widget-wrap {
  margin-top: 4rem;
}

.p-widget__header {
  background: #1e1b22;
  padding: 0.5rem 2rem 0.5rem 2rem;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  font-size: 1.25rem;
}

.p-widget__header span {
  font-weight: normal;
  margin-left: 1.5rem;
  font-size: 0.75rem;
}

.p-widget__list {
  margin: 0 0 2rem 1rem;
}

.p-widget__list .children {
  margin: 0 0 0 1rem;
}

.p-widget__list .children a {
  border: 0;
}

.p-widget__list.is-border0 li a {
  border: 0;
  padding-left: 0;
}

.p-widget__list li {
  margin: 0.5rem 0 0.5rem;
}

.p-widget__list li a {
  color: #1e1b22;
  border-left: 3px solid #1e1b22;
  padding-left: 0.5rem;
}

.p-widget__list li a:link {
  color: #1e1b22;
  text-decoration: underline;
}

.p-widget__list li a:hover, .p-widget__list li a:focus, .p-widget__list li a:active {
  text-decoration: none;
}

@media (min-width: 56rem) {
  .p-widget-wrap {
    margin-top: 0;
  }
}

.p-entry-post__image {
  width: 100%;
  margin-bottom: 2rem;
}

.p-entry-post__image img {
  width: 100%;
  height: auto;
}

.p-entry-post__heading {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.p-entry-post__meta {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d6d4dc;
}

.p-entry-post__meta .share-btn {
  margin: 0;
}

.p-entry-post__meta .share-btn li {
  display: inline-block;
}

.p-entry-post__content img {
  max-width: 100%;
  height: auto;
}

.p-entry-post__content h2 {
  background: #f8f7fa;
  padding: 0.8rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media (min-width: 56rem) {
  .p-entry-post {
    margin-right: 6rem;
  }
  __content h2 {
    background: #f8f7fa;
    padding: 0.8rem;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-privacy-info dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.p-privacy-info dd {
  margin-bottom: 1rem;
}

.p-privacy-info dl {
  margin-bottom: 1rem;
}

.p-service-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-service-list > ul > li {
  margin-bottom: 3rem;
}

.p-service-list__image {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  background: #f8f7fa;
  min-height: 180px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.p-service-list__link li {
  display: inline-block;
  margin-right: 3rem;
}

.p-service-social {
  padding-top: 4rem;
}

.p-service-social > ul > li {
  margin-bottom: 4rem;
}

.p-service-social__text {
  border-left: 5px solid #c30d23;
  padding-left: 0.5rem;
  color: #c30d23;
  font-size: 1.25rem;
}

.p-affiliated {
  padding: 4rem 0;
}

.p-affiliated-item {
  border: solid 1px #d6d4dc;
  display: block;
  height: 100%;
  margin: 1rem;
  padding: 2rem;
  text-align: center;
}

.p-affiliated-item dt {
  display: flex;
  min-height: 160px;
  vertical-align: middle;
  align-items: center;
}

a.p-affiliated-item:hover {
  box-shadow: 0 0 10px 0 rgba(59, 54, 66, 0.05), 0 2px 8px 0 rgba(49, 46, 55, 0.05);
}

/*
# Component
----------------------------------------------- */
/*
#beadcrumb
*/
.c-breadcrumb {
  width: 100%;
  padding: 1rem;
}

.c-breadcrumb ul {
  max-width: 67.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

.c-breadcrumb li {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 0.75rem;
}

.c-breadcrumb li a {
  display: inline-block;
  padding-right: 0.5rem;
  color: #c30d23;
}

.c-breadcrumb li a:link {
  color: #c30d23;
  text-decoration: underline;
}

.c-breadcrumb li a:hover, .c-breadcrumb li a:focus, .c-breadcrumb li a:active {
  text-decoration: none;
}

.c-breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}

.c-breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 56rem) {
  .c-breadcrumb {
    padding: 1rem 1rem 0;
  }
}

.c-blog-list li {
  padding-left: 12.5%;
  padding-right: 0;
  position: relative;
  margin-bottom: 2rem;
}

.c-blog-list__content {
  padding: 2rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(59, 54, 66, 0.05), 0 2px 8px 0 rgba(49, 46, 55, 0.05);
}

.c-blog-list__content__btn {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.c-blog-list__content:hover .c-blog-list__content__btn .c-btn__arrow {
  transform: translate3d(1rem, 0, 0);
  transition: transform 0.2s;
  transition-property: transform;
}

.c-blog-list__meta {
  width: 65%;
}

.c-blog-list__meta__title {
  font-weight: normal;
  margin-bottom: 1rem;
  height: 3rem;
  font-size: 0.875rem;
  overflow: hidden;
}

.c-blog-list__meta__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-blog-list__thumb {
  width: 40%;
  height: 8rem;
  position: absolute;
  top: 1rem;
  left: 0;
}

.c-blog-list__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 8rem;
}

@media (min-width: 56rem) {
  .c-blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-blog-list li {
    width: 32%;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 6.5rem;
  }
  .c-blog-list li:nth-child(3n - 1) {
    margin-top: 0;
  }
  .c-blog-list li:nth-child(3n) {
    margin-top: -5rem;
  }
  .c-blog-list__content {
    padding: 2rem;
    height: auto;
    display: block;
    position: relative;
  }
  .c-blog-list__meta {
    width: auto;
  }
  .c-blog-list__meta__title {
    font-weight: normal;
    margin-bottom: 2rem;
    height: 3rem;
    overflow: hidden;
  }
  .c-blog-list__meta__title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .c-blog-list__thumb {
    width: 100%;
    height: 12rem;
    position: static;
    top: 0;
    left: 0;
    margin: -6rem 0 1.5rem;
  }
  .c-blog-list__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 12rem;
  }
}

/*
# btn
 */
.c-btn {
  border: 0;
  touch-action: manipulation;
  cursor: pointer;
  padding: 1.5rem 1rem;
  outline: none;
  position: relative;
  background: #1e1b22;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  z-index: 40;
}

.c-btn:link, .c-btn:active, .c-btn:hover, .c-btn:visited {
  color: #fff;
  text-decoration: none;
}

.c-btn:hover {
  background: #37323e;
}

.c-btn:hover .c-btn__arrow,
.c-btn:hover .c-btn__arrowbr {
  transform: translate3d(1rem, 0, 0);
  transition: transform 0.2s;
  transition-property: transform;
}

.c-btn.disabled, .c-btn[disabled],
fieldset[disabled] .c-btn {
  cursor: not-allowed;
}

.c-btn--primary {
  font-weight: bold;
  background: #1e1b22;
  color: #fff;
}

.c-btn--primary:link, .c-btn--primary:active, .c-btn--primary:hover, .c-btn--primary:visited {
  color: #fff;
}

.c-btn--primary:hover {
  background: #2b2630;
}

.c-btn--highlight {
  font-weight: bold;
  background: #c30d23;
  color: #fff;
}

.c-btn--highlight:link, .c-btn--highlight:active, .c-btn--highlight:hover, .c-btn--highlight:visited {
  color: #fff;
}

.c-btn--highlight:hover {
  background: #db0f27;
}

.c-btn--secondary {
  font-weight: bold;
  background: #f8f7fa;
  color: #030000;
  position: relative;
}

.c-btn--secondary:link, .c-btn--secondary:active, .c-btn--secondary:hover, .c-btn--secondary:visited {
  color: #030000;
}

.c-btn--secondary:hover {
  background: #f8f7fa;
  opacity: 0.6;
}

.c-btn--secondary > .fas {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -7px;
}

.c-btn--recruit {
  font-weight: bold;
  background: #f8f7fa;
  color: #030000;
  position: relative;
  border-top: 4px solid #1e1b22;
}

.c-btn--recruit:link, .c-btn--recruit:active, .c-btn--recruit:hover, .c-btn--recruit:visited {
  color: #030000;
}

.c-btn--recruit:hover {
  background: #f8f7fa;
  opacity: 0.6;
}

.c-btn--recruit > .icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -7px;
}

.c-btn-grads--primary {
  background-image: linear-gradient(107deg, #f33636 0%, #f37936 80%, #f37936 100%);
  background-size: 200% auto;
  transition: background 0.3s;
}

.c-btn-grads--primary:hover {
  background-image: linear-gradient(107deg, #f33636 0%, #f37936 80%, #f37936 100%);
  background-position: right center;
}

.c-btn-grads--primary:link, .c-btn-grads--primary:active, .c-btn-grads--primary:hover, .c-btn-grads--primary:visited {
  color: #fff;
}

.c-btn-grads--message {
  background: none;
  color: #f33636;
  padding: 0.8rem 1rem !important;
  text-align: right;
  display: inline-block;
  width: auto;
}

.c-btn-grads--message:hover {
  background: #eee;
}

.c-btn-grads--message:link, .c-btn-grads--message:active, .c-btn-grads--message:hover, .c-btn-grads--message:visited {
  color: #f33636;
}

.c-btn-grads--message-2 {
  background: none;
  color: #2dd22d;
  padding: 0.8rem 1rem !important;
  text-align: right;
  display: inline-block;
  width: auto;
}

.c-btn-grads--message-2:hover {
  background: #eee;
}

.c-btn-grads--message-2:link, .c-btn-grads--message-2:active, .c-btn-grads--message-2:hover, .c-btn-grads--message-2:visited {
  color: #2dd22d;
}

.c-btn-grads--message-3 {
  background: none;
  color: #1a7eef;
  padding: 0.8rem 1rem !important;
  text-align: right;
  display: inline-block;
  width: auto;
}

.c-btn-grads--message-3:hover {
  background: #eee;
}

.c-btn-grads--message-3:link, .c-btn-grads--message-3:active, .c-btn-grads--message-3:hover, .c-btn-grads--message-3:visited {
  color: #1a7eef;
}

.c-btn-grads--primary2 {
  background-image: linear-gradient(107deg, #2dd22d 0%, #2dd22d 80%, #2dd22d 100%);
  background-size: 200% auto;
  transition: background 0.3s;
}

.c-btn-grads--primary2:hover {
  background-image: linear-gradient(107deg, #2dd22d 0%, #2dd22d 80%, #2dd22d 100%);
  background-position: right center;
}

.c-btn-grads--primary2:link, .c-btn-grads--primary2:active, .c-btn-grads--primary2:hover, .c-btn-grads--primary2:visited {
  color: #fff;
}

.c-btn-grads--primary3 {
  background-image: linear-gradient(107deg, #1a7eef 0%, #46b2f6 80%, #46b2f6 100%);
  background-size: 200% auto;
  transition: background 0.3s;
}

.c-btn-grads--primary3:hover {
  background-image: linear-gradient(107deg, #1a7eef 0%, #46b2f6 80%, #46b2f6 100%);
  background-position: right center;
}

.c-btn-grads--primary3:link, .c-btn-grads--primary3:active, .c-btn-grads--primary3:hover, .c-btn-grads--primary3:visited {
  color: #fff;
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.5em;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
  transition-property: transform;
}

.c-btn__arrowbr {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
  transition-property: transform;
}

.c-btn--short {
  width: 60px;
  height: 60px;
  padding: 0 !important;
}

.c-btn--short .c-btn__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}

.c-btn--short-2 {
  width: 45px;
  height: 45px;
  padding: 0 !important;
}

.c-btn--short-2 .c-btn__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}

.c-btn--large {
  padding: 1.8rem;
  font-size: 1rem;
}

@media (min-width: 56rem) {
  .c-btn {
    padding: 1.8rem 2.5rem;
  }
  .c-btn--large {
    padding: 2.4rem 2.5rem;
    font-size: 1.25rem;
  }
}

/*
# card
*/
.c-card {
  display: block;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(59, 54, 66, 0.05), 0 2px 8px 0 rgba(49, 46, 55, 0.05);
}

.c-card__content {
  padding: 2rem 1rem;
}

.c-card__content--with-arrow {
  padding: 2rem 5rem 2rem 1rem;
}

.c-card__content-pad6 {
  padding: 2rem;
}

@media (min-width: 56rem) {
  .c-card__content {
    padding: 3rem;
  }
  .c-card__content--with-arrow {
    padding: 3rem 5rem 3rem 3rem;
  }
  .c-card__content-pad6 {
    padding: 6rem;
  }
}

/*
# container
*/
.c-container {
  padding: 1rem;
  max-width: 67.5rem;
  margin: 0 auto;
}

.c-container-0 {
  padding: 0 1rem 1rem;
  max-width: 67.5rem;
  margin: 0 auto;
}

.c-container--full {
  padding: 1rem 0;
  margin: 0 auto;
  max-width: 67.5rem;
}

.c-container--full-0 {
  margin: 0 auto;
  max-width: 67.5rem;
}

.c-container--full-q {
  padding: 1rem;
  margin: 0 auto;
  max-width: 67.5rem;
}

.c-container--large {
  padding: 1rem;
  margin: 0 auto;
  max-width: 67.5rem;
}

@media (min-width: 56rem) {
  .c-container--full {
    padding: 1rem;
    margin: 0 auto;
    max-width: 67.5rem;
  }
}

@media (min-width: 1081px) {
  .c-container--full {
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 67.5rem;
  }
}

/*
# drawer
*/
.c-drawer {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding-top: 58px;
  width: 100vw;
  height: 100%;
  background: #1e1b22;
  visibility: hidden;
}

.c-drawer.is-right {
  right: -100vw;
  top: -100%;
  transition: transform 0.3s;
  transition-property: box-shadow, transform, visibility;
  transform: translate3d(0, 0, 0);
}

.c-drawer.is-left {
  left: -100vw;
  transition: transform 0.3s;
  transition-property: box-shadow, transform, visibility;
  transform: translateX(0);
}

.c-drawer.is-open {
  visibility: visible;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.c-drawer.is-left.is-open {
  transition: transform 0.3s;
  transform: translate3d(100vw, 0, 0);
}

.c-drawer.is-right.is-open {
  transition: transform 0.3s;
  transform: translate3d(-100vw, 100%, 0);
}

.c-drawer-inner {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.c-drawer-overlay {
  position: fixed;
  top: 0;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.c-drawer-overlay.is-fadein {
  display: block;
  opacity: 0.2;
}

.c-drawer-btn {
  background: #fff;
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 0.6rem;
  right: 1rem;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.c-drawer-btn.is-right {
  right: 1rem;
}

.c-drawer-btn.is-left {
  left: 1rem;
}

.c-drawer-btn__icon {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1px;
  border-radius: 3px;
  background: #fff;
  transition: background 0.3s;
}

.c-drawer-btn__icon:before,
.c-drawer-btn__icon:after {
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1px;
  border-radius: 3px;
  background: #1e1b22;
  content: "";
  transition: all 0.3s !important;
  transform: rotate(0deg);
}

.c-drawer-btn__icon:before {
  transform: translateY(0.4rem);
}

.c-drawer-btn__icon:after {
  transform: translateY(-0.4rem);
}

.is-open.c-drawer-btn {
  background: #1e1b22;
}

.is-open.c-drawer-btn .c-drawer-btn__icon {
  background: #1e1b22;
}

.is-open.c-drawer-btn .c-drawer-btn__icon:before {
  background: #fff;
  transform: translateY(0) rotate(-45deg);
}

.is-open.c-drawer-btn .c-drawer-btn__icon:after {
  background: #fff;
  transform: translateY(0) rotate(45deg);
}

.c-drawer-fixed-bar {
  position: fixed;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1100;
  -webkit-transition: -webkit-transform 0.3s;
  transition-property: box-shadow, transform;
}

.c-drawer-fixed-bar.is-open {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s;
}

.c-drawer-fixed-bar.is-slideout {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -58px, 0);
}

.c-drawer-navi {
  padding: 2rem 1rem;
  color: #fff;
}

.c-drawer-navi li a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.c-drawer-navi li a p {
  color: #fff;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.c-drawer-navi li a span {
  color: #fff;
  font-size: 0.75rem;
}

@media (min-width: 56rem) {
  .c-drawer {
    display: none;
  }
  .c-drawer-btn {
    display: none;
  }
}

/*
# grid
 */
.c-flex {
  display: flex;
  -webkit-flow: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.c-flex--top {
  align-items: flex-start;
}

.c-flex--middle {
  align-items: center;
}

.c-flex--bottom {
  align-items: flex-end;
}

.c-flex--stretch {
  align-items: stretch;
}

.c-flex--baseline {
  align-items: baseline;
}

.c-flex--left {
  justify-content: flex-start;
}

.c-flex--center {
  justify-content: center;
}

.c-flex--right {
  justify-content: flex-end;
}

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

.c-flex--reverse {
  flex-direction: row-reverse;
}

.c-flex--gutters > .c-flex__col {
  margin-left: 3%;
}

.c-flex--gutters > .c-flex__col:first-child {
  margin-left: 0;
}

.c-flex--gutters > .c-flex__col--1of12 {
  width: 5.58333%;
}

.c-flex--gutters > .c-flex__col--2of12 {
  width: 14.16667%;
}

.c-flex--gutters > .c-flex__col--3of12 {
  width: 22.75%;
}

.c-flex--gutters > .c-flex__col--4of12 {
  width: 31.33333%;
}

.c-flex--gutters > .c-flex__col--5of12 {
  width: 39.91667%;
}

.c-flex--gutters > .c-flex__col--6of12 {
  width: 48.5%;
}

.c-flex--gutters > .c-flex__col--7of12 {
  width: 57.08333%;
}

.c-flex--gutters > .c-flex__col--8of12 {
  width: 65.66667%;
}

.c-flex--gutters > .c-flex__col--9of12 {
  width: 74.25%;
}

.c-flex--gutters > .c-flex__col--10of12 {
  width: 82.83333%;
}

.c-flex--gutters > .c-flex__col--11of12 {
  width: 91.41667%;
}

.c-flex--gutters > .c-flex__col--12of12 {
  width: 100%;
}

.c-flex--query > .c-flex__col {
  width: 100%;
  display: block;
}

.c-flex--query-s > .c-flex__col {
  width: 100%;
  display: block;
}

.c-flex--2to4 > .c-flex__col {
  width: 50% !important;
}

.c-flex--2to4.c-flex--gutters > .c-flex__col {
  margin: 0;
  width: 47.5% !important;
}

.c-flex--query.c-flex--gutters > .c-flex__col {
  margin-left: 0;
}

.c-flex--query-s.c-flex--gutters > .c-flex__col {
  margin-left: 0;
}

.c-flex__col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.c-flex__col--full {
  flex-grow: 1;
}

.c-flex__col--1of12 {
  width: 8.33333%;
}

.c-flex__col--2of12 {
  width: 16.66667%;
}

.c-flex__col--3of12 {
  width: 25%;
}

.c-flex__col--4of12 {
  width: 33.33333%;
}

.c-flex__col--5of12 {
  width: 41.66667%;
}

.c-flex__col--6of12 {
  width: 50%;
}

.c-flex__col--7of12 {
  width: 58.33333%;
}

.c-flex__col--8of12 {
  width: 66.66667%;
}

.c-flex__col--9of12 {
  width: 75%;
}

.c-flex__col--10of12 {
  width: 83.33333%;
}

.c-flex__col--11of12 {
  width: 91.66667%;
}

.c-flex__col--12of12 {
  width: 100%;
}

.c-flex__col--25 {
  width: 25%;
}

.c-flex__col--50 {
  width: 50%;
}

.c-flex__col--75 {
  width: 75%;
}

.c-flex--query .c-flex__col--25 {
  width: 100%;
}

.c-flex--query .c-flex__col--50 {
  width: 100%;
}

.c-flex--query .c-flex__col--75 {
  width: 100%;
}

@media (min-width: 40rem) {
  .c-flex--query-s {
    display: flex;
    -webkit-flow: wrap;
    flex-wrap: wrap;
  }
  .c-flex--query-s > .c-flex__col {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
  .c-flex--query-s > .c-flex__col--1of12 {
    width: 8.33333% !important;
  }
  .c-flex--query-s > .c-flex__col--2of12 {
    width: 16.66667% !important;
  }
  .c-flex--query-s > .c-flex__col--3of12 {
    width: 25% !important;
  }
  .c-flex--query-s > .c-flex__col--4of12 {
    width: 33.33333% !important;
  }
  .c-flex--query-s > .c-flex__col--5of12 {
    width: 41.66667% !important;
  }
  .c-flex--query-s > .c-flex__col--6of12 {
    width: 50% !important;
  }
  .c-flex--query-s > .c-flex__col--7of12 {
    width: 58.33333% !important;
  }
  .c-flex--query-s > .c-flex__col--8of12 {
    width: 66.66667% !important;
  }
  .c-flex--query-s > .c-flex__col--9of12 {
    width: 75% !important;
  }
  .c-flex--query-s > .c-flex__col--10of12 {
    width: 83.33333% !important;
  }
  .c-flex--query-s > .c-flex__col--11of12 {
    width: 91.66667% !important;
  }
  .c-flex--query-s > .c-flex__col--12of12 {
    width: 100% !important;
  }
  .c-flex--query-s .c-flex__col--25 {
    width: 25%;
  }
  .c-flex--query-s .c-flex__col--50 {
    width: 50%;
  }
  .c-flex--query-s .c-flex__col--75 {
    width: 75%;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col {
    margin-left: 3%;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col:first-child {
    margin: 0;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--1of12 {
    width: 5.58333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--2of12 {
    width: 14.16667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--3of12 {
    width: 22.75% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--4of12 {
    width: 31.33333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--5of12 {
    width: 39.91667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--6of12 {
    width: 48.5% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--7of12 {
    width: 57.08333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--8of12 {
    width: 65.66667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--9of12 {
    width: 74.25% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--10of12 {
    width: 82.83333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--11of12 {
    width: 91.41667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--12of12 {
    width: 100% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col {
    margin-left: 0;
    margin-right: 3%;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col:first-child {
    margin: 0;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--1of12 {
    width: 5.58333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--2of12 {
    width: 14.16667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--3of12 {
    width: 22.75% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--4of12 {
    width: 31.33333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--5of12 {
    width: 39.91667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--6of12 {
    width: 48.5% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--7of12 {
    width: 57.08333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--8of12 {
    width: 65.66667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--9of12 {
    width: 74.25% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--10of12 {
    width: 82.83333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--11of12 {
    width: 91.41667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--12of12 {
    width: 100% !important;
  }
}

@media (min-width: 56rem) {
  .c-flex--query {
    display: flex;
    -webkit-flow: wrap;
    flex-wrap: wrap;
  }
  .c-flex--query > .c-flex__col {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
  .c-flex--query > .c-flex__col--1of12 {
    width: 8.33333% !important;
  }
  .c-flex--query > .c-flex__col--2of12 {
    width: 16.66667% !important;
  }
  .c-flex--query > .c-flex__col--3of12 {
    width: 25% !important;
  }
  .c-flex--query > .c-flex__col--4of12 {
    width: 33.33333% !important;
  }
  .c-flex--query > .c-flex__col--5of12 {
    width: 41.66667% !important;
  }
  .c-flex--query > .c-flex__col--6of12 {
    width: 50% !important;
  }
  .c-flex--query > .c-flex__col--7of12 {
    width: 58.33333% !important;
  }
  .c-flex--query > .c-flex__col--8of12 {
    width: 66.66667% !important;
  }
  .c-flex--query > .c-flex__col--9of12 {
    width: 75% !important;
  }
  .c-flex--query > .c-flex__col--10of12 {
    width: 83.33333% !important;
  }
  .c-flex--query > .c-flex__col--11of12 {
    width: 91.66667% !important;
  }
  .c-flex--query > .c-flex__col--12of12 {
    width: 100% !important;
  }
  .c-flex--query .c-flex__col--25 {
    width: 25%;
  }
  .c-flex--query .c-flex__col--50 {
    width: 50%;
  }
  .c-flex--query .c-flex__col--75 {
    width: 75%;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col {
    margin-left: 3%;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col:first-child {
    margin: 0;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--1of12 {
    width: 5.58333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--2of12 {
    width: 14.16667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--3of12 {
    width: 22.75% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--4of12 {
    width: 31.33333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--5of12 {
    width: 39.91667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--6of12 {
    width: 48.5% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--7of12 {
    width: 57.08333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--8of12 {
    width: 65.66667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--9of12 {
    width: 74.25% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--10of12 {
    width: 82.83333% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--11of12 {
    width: 91.41667% !important;
  }
  .c-flex--query.c-flex--gutters > .c-flex__col--12of12 {
    width: 100% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col {
    margin-left: 0;
    margin-right: 3%;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col:first-child {
    margin: 0;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--1of12 {
    width: 5.58333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--2of12 {
    width: 14.16667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--3of12 {
    width: 22.75% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--4of12 {
    width: 31.33333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--5of12 {
    width: 39.91667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--6of12 {
    width: 48.5% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--7of12 {
    width: 57.08333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--8of12 {
    width: 65.66667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--9of12 {
    width: 74.25% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--10of12 {
    width: 82.83333% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--11of12 {
    width: 91.41667% !important;
  }
  .c-flex--query.c-flex--gutters.c-flex--reverse > .c-flex__col--12of12 {
    width: 100% !important;
  }
}

/*
# form-control
*/
.c-form input[type="text"],
.c-form input[type="url"],
.c-form input[type="tel"],
.c-form input[type="password"],
.c-form input[type="email"],
.c-form textarea,
.c-form select {
  background: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 1px;
}

.c-form__select {
  position: relative;
  margin-bottom: 0;
}

.c-form__select label:after {
  bottom: 30%;
  right: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #dedede;
  border-width: 6px;
  margin-left: 6px;
}

.c-form__title {
  margin-bottom: 0.5rem;
}

.c-form__reqiured {
  background: #c30d23;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  vertical-align: 1px;
}

/*
#label
*/
.c-label {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #1e1b22;
  color: #fff;
  font-size: 0.625rem;
  margin-left: 0.25rem;
}

a.c-label:hover {
  opacity: 0.8;
}

/* link
--------------------------------------------------------- */
.c-link--white {
  color: #fff;
}

.c-link--white:link {
  color: #fff;
  text-decoration: underline;
}

.c-link--white:hover, .c-link--white:focus, .c-link--white:active {
  text-decoration: none;
}

.c-link--highlight {
  color: #c30d23;
  display: inline-block;
  position: relative;
}

.c-link--highlight:link {
  color: #c30d23;
  text-decoration: none;
}

.c-link--highlight:hover, .c-link--highlight:focus, .c-link--highlight:active {
  text-decoration: none;
}

.c-link--highlight:hover:after {
  content: "";
  background: #c30d23;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.c-link--dark-highlight {
  color: #030000;
  display: inline-block;
  position: relative;
}

.c-link--dark-highlight:link {
  color: #030000;
  text-decoration: none;
}

.c-link--dark-highlight:hover, .c-link--dark-highlight:focus, .c-link--dark-highlight:active {
  color: #c30d23;
  text-decoration: none;
}

.c-link--dark-highlight:hover:after {
  content: "";
  background: #c30d23;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.c-link--sns {
  display: inline-block;
  position: relative;
  font-size: 1.375rem;
}

.c-link--sns:link {
  text-decoration: none;
}

.c-link--sns:hover, .c-link--sns:focus, .c-link--sns:active {
  text-decoration: none;
}

.c-link--facebook:hover {
  color: #3c5a99;
}

.c-link--insta:hover {
  color: #cf2e92;
}

.c-link--twitter:hover {
  color: #444;
}

.c-link--logo {
  color: #333;
  fill: #333;
  transition: fill 0.3s ease-out;
}

.c-link--logo:hover path {
  fill: #c30d23;
}

.c-link--logo-dark-to-dark {
  color: #333;
  fill: #333;
  transition: fill 0.3s ease-out;
}

.c-link--logo-dark-to-dark:hover path {
  fill: #c30d23;
}

.c-link--logo-white-to-dark {
  color: #fff;
  transition: fill 0.3s ease-out;
}

.c-link--logo-white-to-dark path {
  fill: #fff;
}

.c-link--logo-white-to-dark:hover path {
  fill: #c30d23;
}

.c-link--archive {
  color: #1e1b22;
}

.c-link--archive:link {
  color: #1e1b22;
  text-decoration: underline;
}

.c-link--archive:hover, .c-link--archive:focus, .c-link--archive:active {
  text-decoration: none;
}

@media (min-width: 56rem) {
  .c-link--logo-white-to-dark {
    color: #333;
    fill: #333;
    transition: fill 0.3s ease-out;
  }
  .c-link--logo-white-to-dark path {
    fill: #333;
  }
  .c-link--logo-white-to-dark:hover path {
    fill: #c30d23;
  }
}

/*
# grid
 */
.c-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
}

.c-media {
  padding-left: 12.5%;
  padding-right: 0;
  position: relative;
  margin-bottom: 2rem;
}

.c-media__content {
  padding: 1rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(59, 54, 66, 0.05), 0 2px 8px 0 rgba(49, 46, 55, 0.05);
}

.c-media__content__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-media__content:hover .c-media__content__btn .c-btn__arrow {
  transform: translate3d(1rem, 0, 0);
  transition: transform 0.2s;
  transition-property: transform;
}

.c-media__meta {
  width: 65%;
}

.c-media__meta__title {
  font-weight: normal;
  margin-bottom: 1rem;
  height: 3rem;
  overflow: hidden;
}

.c-media__meta__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-media__thumb {
  width: 40%;
  height: 8rem;
  position: absolute;
  top: 1rem;
  left: 0;
}

.c-media__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 8rem;
  font-family: "object-fit: cover;";
}

@media (min-width: 56rem) {
  .c-media {
    padding-left: 25%;
    padding-right: 12.5%;
  }
  .c-media__content {
    padding: 2rem;
    height: 16rem;
  }
  .c-media__content__btn {
    right: 12.5%;
  }
  .c-media__meta {
    width: 63%;
  }
  .c-media__meta__title {
    margin-bottom: 2rem;
    height: 5rem;
  }
  .c-media__meta__title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .c-media__thumb {
    width: 45%;
    height: 12rem;
    top: 2rem;
  }
  .c-media__thumb img {
    height: 12rem;
  }
}

/*
# menu
 */
.c-menu {
  list-style: none;
}

.c-menu--border {
  border-top: solid 1px #dedede;
}

.c-menu--border .c-menu__item:last-child {
  border-bottom: solid 1px #dedede;
}

.c-menu__item {
  border-bottom: solid 1px #dedede;
  position: relative;
  padding: 0.25rem;
  display: block;
}

.c-menu__item:last-child {
  border: 0;
}

.c-menu__item a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  text-decoration: none;
  border-radius: 4px;
}

.c-menu__item a:hover {
  background: #fff;
}

.c-menu__item a.is-active {
  background: #1e1b22;
  color: #fff;
}

.c-menu__item a.is-active:hover {
  background: #37323e;
}

.c-menu__item__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -8px;
}

/*
# modal
 */
.c-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  display: none;
  animation-duration: 0.5s;
  animation-name: fade-out-100;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-out-100;
}

.c-modal__panel {
  position: relative;
  width: 80%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 2rem auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(10, 2, 4, 0.5);
}

.c-modal.is-fadein,
.c-modal[aria-clicked="true"] {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in-100;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in-100;
}

.c-modal.is-fadeout {
  opacity: 0;
  animation-duration: 0.5s;
  animation-name: fade-out-100;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-out-100;
}

.c-modal__overlay {
  display: block;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal__header {
  border-bottom: 1px solid #dedede;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-modal__content {
  position: relative;
  padding: 1rem;
  min-height: 300px;
}

.c-modal__bottom {
  border-top: 1px solid #dedede;
  padding: 1rem;
  text-align: right;
}

.c-modal__close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.c-modal__close--circle {
  top: -38px;
  font-size: 1.6rem;
}

.c-modal__close-black {
  position: absolute;
  top: 12px;
  right: 50px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.c-modal--full {
  width: 100%;
  left: 0;
}

@media (min-width: 56rem) {
  .c-modal__panel {
    width: 90%;
    margin: 4rem auto;
  }
  .c-modal__close-black {
    right: 64px;
  }
}

/*
# nav
 */
.c-nav {
  list-style: none;
}

.c-nav--center {
  text-align: center;
}

.c-nav--right {
  text-align: right;
}

.c-nav__item {
  display: inline-block;
}

.c-nav__item a {
  display: block;
  padding: 0 1.5rem;
  text-decoration: none;
  height: 54px;
  line-height: 54px;
}

.c-pager {
  display: flex;
  -webkit-flow: wrap;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

.c-pager a,
.c-pager span {
  background: #1e1b22;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 1.5rem;
}

.c-pager a.page-numbers {
  color: #fff;
}

.c-pager a.page-numbers:hover {
  background: #37323e;
}

.c-pager span.page-numbers.current {
  color: #c30d23;
}

.c-pager a.prev {
  background: #c30d23;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.5rem 0;
  width: 3rem;
}

.c-pager a.prev:after {
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -0.5rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.c-pager a.prev:hover {
  background: #ef142e;
}

.c-pager a.next {
  width: 3rem;
  background: #c30d23;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.5rem 0;
}

.c-pager a.next:after {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.5rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.c-pager a.next:hover {
  background: #ef142e;
}

@media (min-width: 56rem) {
  .c-pager a,
  .c-pager span {
    padding: 0.5rem 1rem;
    font-size: 2rem;
  }
  .c-pager a.prev {
    padding: 0.5rem 0;
    width: 4.5rem;
  }
  .c-pager a.prev:after {
    right: 1rem;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-pager a.next {
    width: 4.5rem;
    padding: 0.5rem 0;
  }
  .c-pager a.next:after {
    left: 1rem;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

/*
# table
 */
.c-table {
  width: 100%;
}

.c-table td,
.c-table th {
  text-align: left;
  padding: 2rem 1rem 2rem 0;
}

.c-table th {
  width: 30%;
  border-top: 1px solid #4e4a55;
}

.c-table td {
  width: 70%;
  border-top: 1px solid #d6d4dc;
}

.c-table__block {
  border-bottom: 1px solid #4e4a55;
  padding: 0 0 1.5rem;
}

.c-text--secondary {
  font-size: 0.75rem;
  color: #a69eb1;
}

.c-text--highlight {
  font-size: 0.625rem;
  color: #c30d23;
}

/*
#thumb
*/
.c-thumb {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 50%;
}

.c-thumb img {
  display: block;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

/*
# title
*/
.c-title {
  position: relative;
}

.c-title--primary .c-title__text {
  font-family: urw-din, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1.6px;
  position: relative;
  color: #030000;
  font-size: 2.5rem;
  line-height: 1;
}

.c-title--primary span {
  display: block;
  font-weight: normal;
  font-size: 0.625rem;
  margin: 1rem 0 0 0;
}

.c-title--secondary {
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1.6px;
  position: relative;
  color: #030000;
  font-size: 2rem;
  line-height: 1.7;
}

.c-title--secondary span {
  display: block;
  font-weight: normal;
  font-size: 0.625rem;
  margin: 1rem 0 0 0;
}

.c-title--white .c-title__text {
  font-family: urw-din, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1.6px;
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

.c-title--white span {
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 0.625rem;
  margin: 1rem 0 0 0;
}

.c-title--primary-sub .c-title__text {
  font-family: urw-din, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1.6px;
  position: relative;
  color: #030000;
  font-size: 1.75rem;
  line-height: 1;
}

.c-title--primary-sub span {
  display: block;
  font-weight: normal;
  color: #030000;
  font-size: 0.625rem;
  margin: 1rem 0 0 0;
}

.c-title--primary-vision .c-title__text {
  font-family: urw-din, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1.6px;
  position: relative;
  color: #030000;
  font-size: 1.5rem;
  line-height: 1.2;
}

.c-title--primary-vision span {
  display: block;
  font-weight: normal;
  color: #1e1b22;
  font-size: 0.625rem;
  margin: 1rem 0 0 0;
}

@media (min-width: 56rem) {
  .c-title--primary .c-title__text {
    letter-spacing: -4.4px;
    font-size: 5.625rem;
  }
  .c-title--primary span {
    font-size: 1rem;
  }
  .c-title--white .c-title__text {
    letter-spacing: -4.4px;
    font-size: 5.625rem;
  }
  .c-title--white span {
    font-size: 1rem;
  }
  .c-title--primary-sub .c-title__text {
    letter-spacing: -3.2px;
    font-size: 4.375rem;
  }
  .c-title--primary-sub span {
    font-size: 1rem;
  }
  .c-title--primary-vision .c-title__text {
    font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2rem;
    line-height: 1.6;
  }
  .c-title--primary-vision span {
    font-size: 1rem;
  }
}

/*
# Project
----------------------------------------------- */
/*
# Utility
----------------------------------------------- */
/* ### border
--------------------------------------------------------- */
.u-br-radius-0 {
  border-radius: 0;
}

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

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

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

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

.u-br-0 {
  border: none !important;
}

.u-br-t-0 {
  border-top: none !important;
}

.u-br-r-0 {
  border-right: none !important;
}

.u-br-b-0 {
  border-bottom: none !important;
}

.u-br-l-0 {
  border-left: none !important;
}

/* ### display
--------------------------------------------------------- */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-n {
  display: none !important;
}

.u-d-pc {
  display: none !important;
}

.u-d-sp {
  display: block !important;
}

.u-df-pc {
  display: none !important;
}

.u-df-sp {
  display: flex !important;
}

.u-zi-100 {
  z-index: 100;
}

@media (min-width: 56rem) {
  .u-d-pc {
    display: block !important;
  }
  .u-d-sp {
    display: none !important;
  }
  .u-df-pc {
    display: flex !important;
  }
  .u-df-sp {
    display: none !important;
  }
}

/* ### font-color
--------------------------------------------------------- */
.u-fc-black {
  color: #000 !important;
}

.u-fc-primary {
  color: #1e1b22 !important;
}

.u-fc-secondary {
  color: #4e4a55 !important;
}

.u-fc-secondary-light {
  color: #a69eb1 !important;
}

/* ### font-size
--------------------------------------------------------- */
.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

/* ### line-clamp
--------------------------------------------------------- */
.u-lc {
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ### line-height
--------------------------------------------------------- */
.u-lh-0 {
  line-height: 0;
}

/* ### list-style
--------------------------------------------------------- */
.u-ls-decimal {
  list-style-type: decimal;
}

.u-ls-lower-alpha {
  list-style-type: lower-alpha;
}

/* ### margin
--------------------------------------------------------- */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ### misc
--------------------------------------------------------- */
.u-ws-nowrap {
  white-space: nowrap;
}

.u-mx-img {
  max-width: 100%;
}

.u-tx-inside {
  text-indent: -1em;
  margin-left: 1em;
}

/* ### padding
--------------------------------------------------------- */
.u-pt-0 {
  padding-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ### position
--------------------------------------------------------- */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

/* ### text-align
--------------------------------------------------------- */
.u-ta-l {
  text-align: left !important;
}

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

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

/* ### text-decoration
--------------------------------------------------------- */
.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-td-lh {
  text-decoration: line-through !important;
  opacity: .6;
}

/* ### text-truncate
--------------------------------------------------------- */
.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* ### vertical-align
--------------------------------------------------------- */
.u-va-t {
  vertical-align: top !important;
}

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

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

/* ### white-space
--------------------------------------------------------- */
.u-ws-pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}

/* ### width
--------------------------------------------------------- */
.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-half {
  width: 45% !important;
  margin: 0 2%;
}
