@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* CSS Document */
/* ==================================================
Foundation
================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* append */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}

input, textarea, code, select, button {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-variant-ligatures: none;
}

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

ul,
ol {
  list-style: none;
}

input, textarea, code, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

em {
  font-style: normal;
}

hr {
  margin: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

[tabindex="-1"]:focus {
  outline: 0;
}

[aria-hidden=true]:not(img, svg) {
  display: none !important;
}

/* CSS Document */
/* ==================================================
Layout
================================================== */
@media all and (min-width: 787px) {
  html, body {
    font-size: 100%;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  html, body {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 786px) {
  html, body {
    font-size: 4.0712468193vw;
  }
}

/* header */
@media screen and (max-width: 786px) {
  body.is-opened-header-menu {
    overflow: hidden;
  }
}

@media all and (min-width: 787px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea4e15;
  }
  [data-page=top] .l-header {
    position: absolute;
  }
  [data-page=top] .l-header::before {
    content: none;
  }
}
@media screen and (max-width: 786px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea4e15;
  }
  [data-page=top] .l-header {
    position: absolute;
  }
  [data-page=top] .l-header::before {
    content: none;
  }
}
@media all and (min-width: 787px) {
  .l-header__inner {
    position: relative;
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .l-header__inner {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 7.375rem;
  }
}
@media screen and (max-width: 786px) {
  .l-header-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 6rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-column__parts:first-child {
    flex-shrink: 0;
  }
  .l-header-column__parts + .l-header-column__parts {
    flex-grow: 1;
    margin-left: 1.25rem;
  }
  [data-page=top] .l-header-column__parts + .l-header-column__parts {
    position: fixed;
    left: 0;
    right: 0;
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .l-header-column__parts:first-child {
    flex-shrink: 0;
  }
  .l-header-column__parts + .l-header-column__parts {
    flex-grow: 1;
    margin-left: 1.25rem;
  }
  [data-page=top] .l-header-column__parts + .l-header-column__parts {
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-logo {
    margin-top: 2.125rem;
    margin-left: 2.8125rem;
    text-align: center;
  }
  [data-page=top] .l-header-logo {
    margin-left: 1.46875rem;
  }
  .l-header-logo > a {
    transition: opacity 0.2s ease-in-out;
  }
  .l-header-logo > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 786px) {
  .l-header-logo {
    margin-top: 2.59375rem;
    margin-left: 0.15625rem;
    text-align: center;
  }
  [data-page=top] .l-header-logo {
    margin-top: 3.03125rem;
    margin-left: 0;
  }
  .l-header__inner .l-header-logo {
    margin-left: -0.15625rem;
  }
  [data-page=top] .l-header__inner .l-header-logo {
    margin-left: -0.3125rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-logo__label {
    display: inline-block;
    vertical-align: top;
    width: 13.875rem;
  }
  [data-page=top] .l-header-logo__label {
    width: 13.875rem;
  }
  .l-header-logo__label img {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .l-header-logo__label {
    display: inline-block;
    vertical-align: top;
    width: 9.03125rem;
  }
  [data-page=top] .l-header-logo__label {
    width: 6.15625rem;
  }
  .l-header-logo__label img {
    width: 100%;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-heading {
    position: relative;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-heading {
    position: relative;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.25rem;
    height: 3.25rem;
    margin-top: 2.0625rem;
    margin-right: 3.1875rem;
    padding: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.25rem;
    height: 3.25rem;
    margin-top: 2.0625rem;
    padding: 0;
    cursor: pointer;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-open__ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.375rem;
    height: 0.125rem;
    transform: translate3d(-50%, -50%, 0);
  }
  .l-header-menu-open__ico::before, .l-header-menu-open__ico::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #fff;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico {
    background: none;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico {
    background: #fff;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico::before {
    top: -0.8125rem;
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico::after {
    bottom: -0.8125rem;
    transition: bottom 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-open__ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.375rem;
    height: 0.125rem;
    transform: translate3d(-50%, -50%, 0);
  }
  .l-header-menu-open__ico::before, .l-header-menu-open__ico::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #fff;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico {
    background: none;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-open[aria-expanded=true] .l-header-menu-open__ico::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico {
    background: #fff;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico::before {
    top: -0.8125rem;
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
  .l-header-menu-open[aria-expanded=false] .l-header-menu-open__ico::after {
    bottom: -0.8125rem;
    transition: bottom 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    padding-top: 7.375rem;
    padding-bottom: 2.8125rem;
    background: rgba(234, 78, 21, 0.96);
    z-index: -1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.2s ease-in-out;
  }
  .is-opened-header-menu .l-header-menu-body {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    padding-top: 6rem;
    padding-bottom: 2.65625rem;
    background: rgba(234, 78, 21, 0.96);
    z-index: -1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.2s ease-in-out;
  }
  .is-opened-header-menu .l-header-menu-body {
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-body__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: clamp(20rem, 100%, 65rem);
    min-height: calc(100vh - 10.1875rem);
    min-height: calc(100dvh - 10.1875rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-header-menu-body__inner > * {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-body__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: calc(100vh - 8.65625rem);
    min-height: calc(100dvh - 8.65625rem);
    margin: 0 auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .l-header-menu-body__inner > * {
    width: 100%;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-close {
    position: relative;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
    margin-top: 4.5rem;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .l-header-menu-close:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-close {
    position: relative;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
    margin-top: 3.4375rem;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .l-header-menu-close:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-close__ico {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2rem;
    height: 0.0625rem;
    margin-top: 0.9375rem;
    transform: translate3d(-50%, 0, 0);
  }
  .l-header-menu-close__ico::before, .l-header-menu-close__ico::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: #fff;
  }
  .l-header-menu-close__ico::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-close__ico::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-close__ico {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2rem;
    height: 0.0625rem;
    margin-top: 0.9375rem;
    transform: translate3d(-50%, 0, 0);
  }
  .l-header-menu-close__ico::before, .l-header-menu-close__ico::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: #fff;
  }
  .l-header-menu-close__ico::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
  .l-header-menu-close__ico::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  }
}
@media all and (min-width: 787px) {
  .l-header-menu-close__label {
    display: inline-block;
    vertical-align: top;
    margin-top: 2.5rem;
    line-height: 1.4285714286;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-close__label {
    display: inline-block;
    vertical-align: top;
    margin-top: 2.5rem;
    line-height: 1.4285714286;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
  }
}
@media all and (min-width: 787px) {
  .l-header-nav {
    position: relative;
    padding-left: 50%;
  }
  .l-header-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22.28125rem;
    margin-left: 3.1875rem;
    padding-top: 21.1875rem;
    background: url("https://www.otsuka.co.jp/assets/img/common/bg_header_nav01.png") no-repeat center center;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 786px) {
  .l-header-menu-body__inner .l-header-nav {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-nav-list__item {
    position: relative;
    font-size: 1.625rem;
  }
  .l-header-nav-list__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .l-header-nav-list__item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .l-header-nav-list__item > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
  }
  .l-header-nav-list__item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 786px) {
  .l-header-nav-list__item {
    position: relative;
    font-size: 1.375rem;
  }
  .l-header-nav-list__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .l-header-nav-list__item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .l-header-nav-list__item > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    text-decoration: none;
  }
}
@media all and (min-width: 787px) {
  .l-header-nav-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 5rem;
  }
}
@media screen and (max-width: 786px) {
  .l-header-nav-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 3.75rem;
  }
}
@media all and (min-width: 787px) {
  .l-header-nav__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 2.1875rem;
    font-weight: bold;
  }
  .l-header-nav__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 0.6875rem solid #fff;
    border-top: 0.40625rem solid transparent;
    border-bottom: 0.40625rem solid transparent;
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 786px) {
  .l-header-nav__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 1.625rem;
    font-weight: bold;
  }
  .l-header-nav__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 0.5rem solid #fff;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    transform: translate3d(0, -50%, 0);
  }
}
@media all and (min-width: 787px) {
  .l-header-share {
    margin-top: 5.875rem;
  }
  .l-header-share:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-header-share {
    margin-top: 3.3125rem;
  }
  .l-header-share:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .l-header-share-bnr {
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
  .l-header-share-bnr {
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .l-header-share-bnr-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media all and (min-width: 787px) {
  .l-header-share-bnr-list__item {
    margin-left: 1.25rem;
    background: #fff;
    border-radius: 1.0625rem;
    overflow: hidden;
    filter: drop-shadow(0 0.5rem 0.25rem rgba(0, 0, 0, 0.16));
    transform: translate3d(0, 0, 0);
  }
  .l-header-share-bnr-list__item:first-child {
    margin-left: 0;
  }
  .l-header-share-bnr-list__item a {
    display: inline-block;
    vertical-align: top;
    transition: opacity 0.2s ease-in-out;
  }
  .l-header-share-bnr-list__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 786px) {
  .l-header-share-bnr-list__item {
    width: 18.625rem;
    margin: 0 auto;
    margin-top: 0.625rem;
    background: #fff;
    border-radius: 0.53125rem;
    overflow: hidden;
    filter: drop-shadow(0 0.5rem 0.25rem rgba(0, 0, 0, 0.16));
    transform: translate3d(0, 0, 0);
  }
  .l-header-share-bnr-list__item:first-child {
    margin-top: 0;
  }
  .l-header-share-bnr-list__item a {
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 787px) {
  .l-header-share-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 18.625rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 1.0625rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 786px) {
  .l-header-share-bnr__label {
    display: inline-block;
    vertical-align: top;
    max-width: 18.625rem;
    width: 100%;
    padding-top: 0.5625rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.53125rem;
    overflow: hidden;
  }
}

/* container */
@media all and (min-width: 787px) {
  .l-container {
    padding-top: 7.375rem;
  }
  [data-page=top] .l-container {
    padding-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-container {
    padding-top: 6rem;
  }
  [data-page=top] .l-container {
    padding-top: 0;
  }
}

/* main */
@media all and (min-width: 787px) {
  .l-main {
    overflow: hidden;
  }
}
@media screen and (max-width: 786px) {
  .l-main {
    overflow: hidden;
  }
}

/* footer */
@media all and (min-width: 787px) {
  .l-footer {
    position: relative;
  }
}
@media screen and (max-width: 786px) {
  .l-footer {
    position: relative;
  }
}
@media all and (min-width: 787px) {
  .l-footer-main {
    padding-top: 4.5rem;
    padding-bottom: 7.8125rem;
    background: #333;
    color: #fff;
  }
  .l-footer-main a {
    color: #fff;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-main {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background: #f5f5f5;
    color: #5d5d5d;
  }
  .l-footer-main a {
    color: #5d5d5d;
  }
}
@media all and (min-width: 787px) {
  .l-footer-main__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-main__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .l-footer-bottom {
    padding-top: 0.09375rem;
    padding-bottom: 0.09375rem;
    background: #f2f2f2;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-bottom {
    padding-bottom: 0.15625rem;
  }
}
@media all and (min-width: 787px) {
  .l-footer-bottom__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-bottom__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .l-footer-bottom-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-menu-section--lv1-heading {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 787px) {
  .l-footer-menu-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.875rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-menu-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media all and (min-width: 787px) {
  .l-footer-menu-section--lv1-body {
    margin-top: 3.375rem;
  }
  .l-footer-menu-section--lv1-body:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-menu-section--lv1-body {
    margin-top: 1.5rem;
  }
  .l-footer-menu-section--lv1-body:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-nav {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    color: #5d5d5d;
  }
}
@media all and (min-width: 787px) {
  .l-footer-nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-footer-nav-list .l-footer-nav-list {
    display: block;
  }
}
@media all and (min-width: 787px) {
  .l-footer-nav-list__item {
    flex-shrink: 0;
    width: 17.125rem;
    margin-left: 3.75rem;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .l-footer-nav-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-nav-list__item:nth-child(n+3) {
    flex-grow: 1;
    width: auto;
  }
  .l-footer-nav-list .l-footer-nav-list .l-footer-nav-list__item {
    width: auto;
    margin-top: 1.5625rem;
    margin-left: 0;
  }
  .l-footer-nav-list .l-footer-nav-list .l-footer-nav-list__item:first-child {
    margin-top: 0;
  }
  .l-footer-nav-list .l-footer-nav-list .l-footer-nav-list__item:nth-child(n+3) {
    flex-grow: 0;
  }
  .l-footer-nav-list__item > a {
    color: #fff;
    text-decoration: none;
  }
  .l-footer-nav-list__item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-nav-list__item {
    margin-top: 0.75rem;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .l-footer-nav-list__item:first-child {
    margin-top: 0;
  }
  .l-footer-nav-list__item > a {
    color: #5d5d5d;
    text-decoration: none;
  }
}
@media all and (min-width: 787px) {
  .l-footer-nav__label {
    font-weight: bold;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-nav__label {
    font-weight: bold;
  }
}
@media all and (min-width: 787px) {
  .l-footer-subnav {
    margin-top: 1.5625rem;
  }
  .l-footer-subnav:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-subnav {
    margin-top: 1.125rem;
    color: #5d5d5d;
  }
  .l-footer-subnav:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .l-footer-subnav-list__item {
    position: relative;
    padding-left: 1em;
    line-height: 1.5625;
    font-size: 1rem;
  }
  .l-footer-subnav-list__item:first-child {
    margin-top: 0;
  }
  .l-footer-subnav-list__item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
  .l-footer-subnav-list__item > a {
    color: #fff;
    text-decoration: none;
  }
  .l-footer-subnav-list__item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-subnav-list__item {
    position: relative;
    padding-left: 1em;
    line-height: 1.8181818182;
    font-size: 0.6875rem;
  }
  .l-footer-subnav-list__item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
  .l-footer-subnav-list__item > a {
    color: #5d5d5d;
    text-decoration: none;
  }
}
@media all and (min-width: 787px) {
  .l-footer-submenu {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-bottom__inner .l-footer-submenu {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media all and (min-width: 787px) {
  .l-footer-submenu-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 787px) {
  .l-footer-submenu-list__item {
    margin-left: 0.625rem;
    line-height: 1.5454545455;
    font-size: 0.6875rem;
  }
  .l-footer-submenu-list__item:first-child {
    margin-left: 0;
  }
  .l-footer-submenu-list__item > a {
    color: #999;
    text-decoration: none;
  }
  .l-footer-submenu-list__item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-submenu-list__item {
    position: relative;
    font-size: 0.6875rem;
  }
  .l-footer-submenu-list__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.0625rem solid #aaa;
  }
  .l-footer-submenu-list__item > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #999;
    text-decoration: none;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-submenu-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 2.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-submenu__label {
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 787px) {
  .l-footer-copy {
    flex-grow: 1;
    margin-left: 3.75rem;
    text-align: right;
    font-size: 0.625rem;
    color: #000;
  }
  .l-footer-copy:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-footer-copy {
    margin-top: 0.15625rem;
    text-align: center;
    font-size: 0.625rem;
  }
  .l-footer-copy:first-child {
    margin-top: 0;
  }
}

/* modal */
@media all and (min-width: 787px) {
  body.is-opened-modal {
    overflow: hidden;
  }
}
@media screen and (max-width: 786px) {
  body.is-opened-modal {
    overflow: hidden;
  }
}

@media all and (min-width: 787px) {
  .l-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: clamp(20rem, 100%, 100%);
    height: 100%;
    background: transparent;
    overflow: auto;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .is-opened-modal .l-modal-wrap {
    opacity: 1;
  }
  .is-closed-modal .l-modal-wrap {
    opacity: 0;
  }
}
@media screen and (max-width: 786px) {
  .l-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: clamp(20rem, 100%, 100%);
    height: 100%;
    background: transparent;
    overflow: auto;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .is-opened-modal .l-modal-wrap {
    opacity: 1;
  }
  .is-closed-modal .l-modal-wrap {
    opacity: 0;
  }
}
@media all and (min-width: 787px) {
  .l-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 786px) {
  .l-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media all and (min-width: 787px) {
  .l-modal-panel {
    display: flex;
  }
}
@media screen and (max-width: 786px) {
  .l-modal-panel {
    display: flex;
  }
}
@media all and (min-width: 787px) {
  .l-modal-panel__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(20rem, 100%, 65rem);
    min-height: 100vh;
    margin: 0 auto;
    padding: 2.75rem 0.625rem;
  }
}
@media screen and (max-width: 786px) {
  .l-modal-panel__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 2.75rem 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .l-modal__inner {
    position: relative;
    width: 100%;
    padding: 1.25rem;
    background: #fff;
  }
}
@media screen and (max-width: 786px) {
  .l-modal__inner {
    position: relative;
    width: 100%;
    padding: 1.25rem;
    background: #fff;
  }
}
@media all and (min-width: 787px) {
  .l-modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -2.125rem;
    padding: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 786px) {
  .l-modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -2.125rem;
    padding: 0;
    cursor: pointer;
  }
}
@media all and (min-width: 787px) {
  .l-modal-close-btn__ico {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-modal-close-btn__ico::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    background: #fff;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .l-modal-close-btn__ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    background: #fff;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 786px) {
  .l-modal-close-btn__ico {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-modal-close-btn__ico::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    background: #fff;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .l-modal-close-btn__ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 2px;
    background: #fff;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
}

/* CSS Document */
/* ==================================================
Component
================================================== */
/* section */
@media all and (min-width: 787px) {
  .c-section--lv1 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-section--lv1:nth-child(2n) {
    background: #eee;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv1 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .c-section--lv1:nth-child(2n) {
    background: #eee;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv1__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv1__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv1-heading {
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv1-heading {
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.5em;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .c-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3em;
    border-bottom: 0.0625rem solid #000;
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.5em;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .c-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3em;
    border-bottom: 0.0625rem solid #000;
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 787px) {
  .c-section--lv1-body {
    margin-top: 3.75rem;
  }
  .c-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv1-body {
    margin-top: 3.75rem;
  }
  .c-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv2 {
    margin-top: 3.75rem;
  }
  .c-section--lv2:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv2 {
    margin-top: 3.75rem;
  }
  .c-section--lv2:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv2-heading {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    border-bottom: 0.0625rem solid #000;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv2-heading {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    border-bottom: 0.0625rem solid #000;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv2-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.3125rem;
    font-size: 1.3125rem;
    font-weight: bold;
  }
  .c-section--lv2-heading__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: 0 auto;
    border-left: 0.4375rem solid #000;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv2-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.3125rem;
    font-size: 1.3125rem;
    font-weight: bold;
  }
  .c-section--lv2-heading__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: 0 auto;
    border-left: 0.4375rem solid #000;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv2-body {
    margin-top: 1.875rem;
  }
  .c-section--lv2-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv2-body {
    margin-top: 1.875rem;
  }
  .c-section--lv2-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv3 {
    margin-top: 3.75rem;
  }
  .c-section--lv3:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv3 {
    margin-top: 3.75rem;
  }
  .c-section--lv3:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv3-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.3125rem;
    font-size: 1.09375rem;
    font-weight: bold;
  }
  .c-section--lv3-heading__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: 0 auto;
    border-left: 0.4375rem solid #000;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv3-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.3125rem;
    font-size: 1.09375rem;
    font-weight: bold;
  }
  .c-section--lv3-heading__label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: 0 auto;
    border-left: 0.4375rem solid #000;
  }
}
@media all and (min-width: 787px) {
  .c-section--lv3-body {
    margin-top: 1.875rem;
  }
  .c-section--lv3-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-section--lv3-body {
    margin-top: 1.875rem;
  }
  .c-section--lv3-body:first-child {
    margin-top: 0;
  }
}

/* txt */
@media all and (min-width: 787px) {
  .c-txt {
    margin-top: 1.5em;
    font-size: 0.875rem;
  }
  .c-txt:first-child {
    margin-top: 0;
  }
  .c-txt--s {
    font-size: 0.75rem;
  }
  .c-txt--m {
    font-size: 0.875rem;
  }
  .c-txt--l {
    font-size: 1rem;
  }
  .c-txt a {
    color: #339;
  }
  .c-txt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 786px) {
  .c-txt {
    margin-top: 1.5em;
    font-size: 0.875rem;
  }
  .c-txt:first-child {
    margin-top: 0;
  }
  .c-txt--s {
    font-size: 0.75rem;
  }
  .c-txt--m {
    font-size: 0.875rem;
  }
  .c-txt--l {
    font-size: 1rem;
  }
  .c-txt a {
    color: #339;
  }
}

/* list */
@media all and (min-width: 787px) {
  .c-list__item {
    position: relative;
    padding-left: 1em;
  }
  .c-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5em;
    border-radius: 0.5rem;
    background: #000;
  }
}
@media screen and (max-width: 786px) {
  .c-list__item {
    position: relative;
    padding-left: 1em;
  }
  .c-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5em;
    border-radius: 0.5rem;
    background: #000;
  }
}

/* desc */
@media all and (min-width: 787px) {
  .c-desc__term {
    font-weight: bold;
  }
}
@media screen and (max-width: 786px) {
  .c-desc__term {
    font-weight: bold;
  }
}
/* accordion */
@media all and (min-width: 787px) {
  .c-accordion {
    margin-top: 1.5em;
  }
  .c-accordion:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-accordion {
    margin-top: 1.5em;
  }
  .c-accordion:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-accordion-heading {
    cursor: pointer;
  }
  .c-accordion-heading:hover .c-accordion-heading__inner {
    background: #333;
  }
  .c-accordion-heading:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__inner {
    background: #fff;
    color: #000;
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__ico::before {
    transform: rotate(45deg);
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__ico::after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-heading {
    cursor: pointer;
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__inner {
    background: #fff;
    color: #000;
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__ico::before {
    transform: rotate(45deg);
  }
  .c-accordion-heading[aria-expanded=true] .c-accordion-heading__ico::after {
    transform: rotate(135deg);
  }
}
@media all and (min-width: 787px) {
  .c-accordion-heading__inner {
    position: relative;
    padding: 0.5rem 4rem 0.5rem 1.5rem;
    background: #000;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-accordion-heading__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
  }
  .c-accordion-heading__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-heading__inner {
    position: relative;
    padding: 0.5rem 4rem 0.5rem 1.5rem;
    background: #000;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-accordion-heading__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
  }
  .c-accordion-heading__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 787px) {
  .c-accordion-heading__label {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-heading__label {
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 787px) {
  .c-accordion-heading__ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    border: 1px solid #333;
    background: #000;
  }
  .c-accordion-heading__ico::before, .c-accordion-heading__ico::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: transform 0.2s ease;
  }
  .c-accordion-heading__ico::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-heading__ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    border: 1px solid #333;
    background: #000;
  }
  .c-accordion-heading__ico::before, .c-accordion-heading__ico::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: transform 0.2s ease;
  }
  .c-accordion-heading__ico::after {
    transform: rotate(90deg);
  }
}
@media all and (min-width: 787px) {
  .c-accordion-body {
    overflow: hidden;
    transition: height 0.2s ease;
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-body {
    overflow: hidden;
    transition: height 0.2s ease;
  }
}
@media all and (min-width: 787px) {
  .c-accordion-body__inner {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 786px) {
  .c-accordion-body__inner {
    padding: 1.5rem;
  }
}

/* tab */
@media all and (min-width: 787px) {
  .c-tab {
    margin-top: 1.5em;
  }
  .c-tab:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-tab {
    margin-top: 1.5em;
  }
  .c-tab:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-tab-list {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
}
@media screen and (max-width: 786px) {
  .c-tab-list {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
}
@media all and (min-width: 787px) {
  .c-tab-list__item {
    position: relative;
    width: calc(0.3333333333 * 100%);
    text-align: center;
    cursor: pointer;
    transform: translate3d(0, 0.5rem, 0);
    transition: transform 0.2s ease;
  }
  .c-tab-list__item:hover .c-tab-body {
    background: #333;
  }
  .c-tab-list__item:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .c-tab-list__item[aria-selected=true] {
    transform: translate3d(0, 0, 0);
  }
  .c-tab-list__item[aria-selected=true] .c-tab-body {
    background: #fff;
    color: #000;
  }
  .c-tab-list__item[aria-selected=true] .c-tab__label {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 786px) {
  .c-tab-list__item {
    position: relative;
    width: calc(0.3333333333 * 100%);
    text-align: center;
    cursor: pointer;
    transform: translate3d(0, 0.5rem, 0);
    transition: transform 0.2s ease;
  }
  .c-tab-list__item[aria-selected=true] {
    transform: translate3d(0, 0, 0);
  }
  .c-tab-list__item[aria-selected=true] .c-tab-body {
    background: #fff;
    color: #000;
  }
  .c-tab-list__item[aria-selected=true] .c-tab__label {
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 787px) {
  .c-tab-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #000;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-tab-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-bottom: none;
  }
}
@media screen and (max-width: 786px) {
  .c-tab-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #000;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-tab-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-bottom: none;
  }
}
@media all and (min-width: 787px) {
  .c-tab__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transform: translate3d(0, -0.25rem, 0);
    transition: transform 0.2s ease;
  }
}
@media screen and (max-width: 786px) {
  .c-tab__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transform: translate3d(0, -0.25rem, 0);
    transition: transform 0.2s ease;
  }
}
@media all and (min-width: 787px) {
  .c-tab-panel {
    position: relative;
    background: #fff;
  }
  .c-tab-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-top: none;
  }
  .c-tab-panel > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 786px) {
  .c-tab-panel {
    position: relative;
    background: #fff;
  }
  .c-tab-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-top: none;
  }
  .c-tab-panel > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 787px) {
  .c-tab-panel__item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 786px) {
  .c-tab-panel__item {
    padding: 1.5rem;
  }
}

/* img */
@media all and (min-width: 787px) {
  .c-img {
    margin-top: 1.5em;
    text-align: center;
  }
  .c-img:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .c-img {
    margin-top: 1.5em;
    text-align: center;
  }
  .c-img:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .c-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
  }
  .c-img__label::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .c-img__label > * {
    vertical-align: top;
  }
  .c-img__label > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 786px) {
  .c-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
  }
  .c-img__label::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .c-img__label > * {
    vertical-align: top;
  }
  .c-img__label > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
}
@media all and (min-width: 787px) {
  .c-img__caption {
    display: block;
    margin-top: 0.5em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 786px) {
  .c-img__caption {
    display: block;
    margin-top: 0.5em;
    font-size: 0.875rem;
  }
}

/* CSS Document */
/* ==================================================
Project
================================================== */
/* breadcrumb */
@media screen and (max-width: 786px) {
  .p-breadcrumb {
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media all and (min-width: 787px) {
  .p-breadcrumb__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .p-breadcrumb__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .p-breadcrumb-list {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 786px) {
  .p-breadcrumb-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 787px) {
  .p-breadcrumb-list__item {
    float: left;
    margin-left: 0.5em;
  }
  .p-breadcrumb-list__item::before {
    content: ">";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
  }
  .p-breadcrumb-list__item:first-child {
    margin-left: 0;
  }
  .p-breadcrumb-list__item:first-child::before {
    content: none;
    margin-right: 0;
  }
  .p-breadcrumb-list__item > a {
    color: #339;
  }
  .p-breadcrumb-list__item > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 786px) {
  .p-breadcrumb-list__item {
    margin-left: 0.5em;
  }
  .p-breadcrumb-list__item::before {
    content: ">";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
  }
  .p-breadcrumb-list__item:first-child {
    margin-left: 0;
  }
  .p-breadcrumb-list__item:first-child::before {
    content: none;
    margin-right: 0;
  }
  .p-breadcrumb-list__item > a {
    color: #339;
  }
}

/* hero */
@media all and (min-width: 787px) {
  .p-hero {
    position: relative;
  }
}
@media screen and (max-width: 786px) {
  .p-hero {
    position: relative;
  }
}
@media all and (min-width: 787px) {
  .p-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media all and (min-width: 787px) {
  .p-hero-bg__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-bg__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media all and (min-width: 787px) {
  .p-hero__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(20rem, 100%, 65rem);
    height: 16.875rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 786px) {
  .p-hero__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 787px) {
  .p-hero-container {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-container {
    width: 100%;
  }
}
@media all and (min-width: 787px) {
  .p-hero-heading {
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-heading {
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .p-hero-heading__label {
    display: block;
    font-weight: bold;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-heading__label {
    display: block;
    font-weight: bold;
    font-size: 1.96875rem;
  }
}
@media all and (min-width: 787px) {
  .p-hero-heading__label--sub {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-heading__label--sub {
    display: inline-block;
    vertical-align: top;
    font-size: 0.984375rem;
  }
}
@media all and (min-width: 787px) {
  .p-hero-body {
    margin-top: 0.9375rem;
  }
  .p-hero-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-body {
    margin-top: 0.703125rem;
  }
  .p-hero-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .p-hero-txt {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.09375rem;
  }
  .p-hero-txt:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .p-hero-txt {
    margin-top: 1.5em;
    text-align: center;
    font-size: 0.8203125rem;
  }
  .p-hero-txt:first-child {
    margin-top: 0;
  }
}

/* content */
/* share */
@media all and (min-width: 787px) {
  .p-share {
    margin-top: 2.5rem;
  }
  .p-share:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 786px) {
  .p-share {
    margin-top: 1.25rem;
  }
  .p-share:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 787px) {
  .p-share-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }
}
@media all and (min-width: 787px) {
  .p-share-column__parts:first-child {
    flex-shrink: 0;
  }
  .p-share-column__parts + .p-share-column__parts {
    flex-grow: 1;
    margin-left: 2.25rem;
  }
}
@media screen and (max-width: 786px) {
  .p-share-column__parts + .p-share-column__parts {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 787px) {
  .p-share-bnr {
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
  .p-share-bnr {
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .p-share-bnr-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width: 787px) {
  .p-share-bnr-list__item {
    margin-left: 1.25rem;
  }
  .p-share-bnr-list__item:first-child {
    margin-left: 0;
  }
  .p-share-bnr-list__item a {
    display: inline-block;
    vertical-align: top;
    transition: opacity 0.2s ease-in-out;
  }
  .p-share-bnr-list__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 786px) {
  .p-share-bnr-list__item {
    margin-top: 0.625rem;
  }
  .p-share-bnr-list__item:first-child {
    margin-top: 0;
  }
  .p-share-bnr-list__item a {
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 787px) {
  .p-share-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 15rem;
  }
}
@media screen and (max-width: 786px) {
  .p-share-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 20.625rem;
  }
}
@media all and (min-width: 787px) {
  .p-share-btn {
    text-align: center;
  }
}
@media screen and (max-width: 786px) {
  .p-share-btn {
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .p-share-btn-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 786px) {
  .p-share-btn-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media all and (min-width: 787px) {
  .p-share-btn-list__item {
    margin-left: 0.25rem;
  }
  .p-share-btn-list__item:first-child {
    margin-left: 0;
  }
  .p-share-btn-list__item a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  .p-share-btn-list__item a i {
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .p-share-btn-list__item a:hover i {
    background: #f5f5f5;
  }
  .p-share-btn-list__item a:hover i.fa-twitter {
    color: #55acee;
  }
  .p-share-btn-list__item a:hover i.fa-facebook {
    color: #3b5998;
  }
  .p-share-btn-list__item a:hover i.fa-google-plus {
    color: #dd4b39;
  }
  .p-share-btn-list__item a:hover i.fa-hatena {
    color: #018fdd;
  }
}
@media screen and (max-width: 786px) {
  .p-share-btn-list__item {
    margin-left: 0.25rem;
  }
  .p-share-btn-list__item:first-child {
    margin-left: 0;
  }
  .p-share-btn-list__item a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
}
@media all and (min-width: 787px) {
  .p-share-btn__label {
    display: inline-block;
    vertical-align: top;
  }
  .p-share-btn__label i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.375rem;
    line-height: 2.875rem;
    font-style: normal;
    font-size: 2rem;
  }
  .p-share-btn__label i.fa-twitter {
    background: #55acee;
    color: #fff;
  }
  .p-share-btn__label i.fa-facebook {
    background: #3b5998;
    color: #fff;
  }
  .p-share-btn__label i.fa-google-plus {
    background: #dd4b39;
    color: #fff;
  }
  .p-share-btn__label i.fa-hatena {
    background: #018fdd;
    font-family: Roboto;
    font-weight: 900;
    color: #fff;
  }
}
@media screen and (max-width: 786px) {
  .p-share-btn__label {
    display: inline-block;
    vertical-align: top;
  }
  .p-share-btn__label i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 0.375rem;
    line-height: 2.875rem;
    font-style: normal;
    font-size: 2rem;
  }
  .p-share-btn__label i.fa-twitter {
    background: #55acee;
    color: #fff;
  }
  .p-share-btn__label i.fa-facebook {
    background: #3b5998;
    color: #fff;
  }
  .p-share-btn__label i.fa-google-plus {
    background: #dd4b39;
    color: #fff;
  }
  .p-share-btn__label i.fa-hatena {
    background: #018fdd;
    font-family: Roboto;
    font-weight: 900;
    color: #fff;
  }
}

/* CSS Document */
/* ==================================================
Utility
================================================== */
/* sr */
.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* hide */
.u-hide {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media all and (min-width: 787px) {
  .u-hide-pc-tb {
    display: none !important;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .u-hide-tb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-hide-tb-sp {
    display: none !important;
  }
}
@media screen and (max-width: 786px) {
  .u-hide-sp {
    display: none !important;
  }
}

/* margin */
@media all and (min-width: 787px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-5 {
    margin-top: 0.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-5 {
    margin-top: 0.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-10 {
    margin-top: 0.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-10 {
    margin-top: 0.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-15 {
    margin-top: 0.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-15 {
    margin-top: 0.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-20 {
    margin-top: 1.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-20 {
    margin-top: 1.25rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-25 {
    margin-top: 1.5625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-25 {
    margin-top: 1.5625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-30 {
    margin-top: 1.875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-30 {
    margin-top: 1.875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-35 {
    margin-top: 2.1875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-35 {
    margin-top: 2.1875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-40 {
    margin-top: 2.5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-40 {
    margin-top: 2.5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-45 {
    margin-top: 2.8125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-45 {
    margin-top: 2.8125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-50 {
    margin-top: 3.125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-50 {
    margin-top: 3.125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-55 {
    margin-top: 3.4375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-55 {
    margin-top: 3.4375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-60 {
    margin-top: 3.75rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-60 {
    margin-top: 3.75rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-65 {
    margin-top: 4.0625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-65 {
    margin-top: 4.0625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-70 {
    margin-top: 4.375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-70 {
    margin-top: 4.375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-75 {
    margin-top: 4.6875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-75 {
    margin-top: 4.6875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-80 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-80 {
    margin-top: 5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-85 {
    margin-top: 5.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-85 {
    margin-top: 5.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-90 {
    margin-top: 5.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-90 {
    margin-top: 5.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-95 {
    margin-top: 5.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-95 {
    margin-top: 5.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mt-100 {
    margin-top: 6.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mt-100 {
    margin-top: 6.25rem !important;
  }
}

@media all and (min-width: 787px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-5 {
    margin-bottom: 0.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-5 {
    margin-bottom: 0.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-10 {
    margin-bottom: 0.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-10 {
    margin-bottom: 0.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-15 {
    margin-bottom: 0.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-15 {
    margin-bottom: 0.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-20 {
    margin-bottom: 1.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-20 {
    margin-bottom: 1.25rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-25 {
    margin-bottom: 1.5625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-25 {
    margin-bottom: 1.5625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-30 {
    margin-bottom: 1.875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-30 {
    margin-bottom: 1.875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-35 {
    margin-bottom: 2.1875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-35 {
    margin-bottom: 2.1875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-45 {
    margin-bottom: 2.8125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-45 {
    margin-bottom: 2.8125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-50 {
    margin-bottom: 3.125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-50 {
    margin-bottom: 3.125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-55 {
    margin-bottom: 3.4375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-55 {
    margin-bottom: 3.4375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-60 {
    margin-bottom: 3.75rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-60 {
    margin-bottom: 3.75rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-65 {
    margin-bottom: 4.0625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-65 {
    margin-bottom: 4.0625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-70 {
    margin-bottom: 4.375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-70 {
    margin-bottom: 4.375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-75 {
    margin-bottom: 4.6875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-75 {
    margin-bottom: 4.6875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-80 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-80 {
    margin-bottom: 5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-85 {
    margin-bottom: 5.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-85 {
    margin-bottom: 5.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-90 {
    margin-bottom: 5.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-90 {
    margin-bottom: 5.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-95 {
    margin-bottom: 5.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-95 {
    margin-bottom: 5.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-mb-100 {
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-mb-100 {
    margin-bottom: 6.25rem !important;
  }
}

/* padding */
@media all and (min-width: 787px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-5 {
    padding-top: 0.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-5 {
    padding-top: 0.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-10 {
    padding-top: 0.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-10 {
    padding-top: 0.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-15 {
    padding-top: 0.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-15 {
    padding-top: 0.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-20 {
    padding-top: 1.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-20 {
    padding-top: 1.25rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-25 {
    padding-top: 1.5625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-25 {
    padding-top: 1.5625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-30 {
    padding-top: 1.875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-30 {
    padding-top: 1.875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-35 {
    padding-top: 2.1875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-35 {
    padding-top: 2.1875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-40 {
    padding-top: 2.5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-40 {
    padding-top: 2.5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-45 {
    padding-top: 2.8125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-45 {
    padding-top: 2.8125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-50 {
    padding-top: 3.125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-50 {
    padding-top: 3.125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-55 {
    padding-top: 3.4375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-55 {
    padding-top: 3.4375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-60 {
    padding-top: 3.75rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-60 {
    padding-top: 3.75rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-65 {
    padding-top: 4.0625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-65 {
    padding-top: 4.0625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-70 {
    padding-top: 4.375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-70 {
    padding-top: 4.375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-75 {
    padding-top: 4.6875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-75 {
    padding-top: 4.6875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-80 {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-80 {
    padding-top: 5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-85 {
    padding-top: 5.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-85 {
    padding-top: 5.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-90 {
    padding-top: 5.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-90 {
    padding-top: 5.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-95 {
    padding-top: 5.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-95 {
    padding-top: 5.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pt-100 {
    padding-top: 6.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pt-100 {
    padding-top: 6.25rem !important;
  }
}

@media all and (min-width: 787px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-5 {
    padding-bottom: 0.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-5 {
    padding-bottom: 0.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-10 {
    padding-bottom: 0.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-10 {
    padding-bottom: 0.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-15 {
    padding-bottom: 0.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-15 {
    padding-bottom: 0.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-20 {
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-20 {
    padding-bottom: 1.25rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-25 {
    padding-bottom: 1.5625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-25 {
    padding-bottom: 1.5625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-30 {
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-30 {
    padding-bottom: 1.875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-35 {
    padding-bottom: 2.1875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-35 {
    padding-bottom: 2.1875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-40 {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-40 {
    padding-bottom: 2.5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-45 {
    padding-bottom: 2.8125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-45 {
    padding-bottom: 2.8125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-50 {
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-50 {
    padding-bottom: 3.125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-55 {
    padding-bottom: 3.4375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-55 {
    padding-bottom: 3.4375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-60 {
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-60 {
    padding-bottom: 3.75rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-65 {
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-65 {
    padding-bottom: 4.0625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-70 {
    padding-bottom: 4.375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-70 {
    padding-bottom: 4.375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-75 {
    padding-bottom: 4.6875rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-75 {
    padding-bottom: 4.6875rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-80 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-80 {
    padding-bottom: 5rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-85 {
    padding-bottom: 5.3125rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-85 {
    padding-bottom: 5.3125rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-90 {
    padding-bottom: 5.625rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-90 {
    padding-bottom: 5.625rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-95 {
    padding-bottom: 5.9375rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-95 {
    padding-bottom: 5.9375rem !important;
  }
}
@media all and (min-width: 787px) {
  .u-pb-100 {
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (max-width: 786px) {
  .u-pb-100 {
    padding-bottom: 6.25rem !important;
  }
}

/* text-align */
.u-align-left {
  text-align: left !important;
}
@media all and (min-width: 1025px) {
  .u-align-left-pc {
    text-align: left !important;
  }
}
@media all and (min-width: 787px) {
  .u-align-left-pc-tb {
    text-align: left !important;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .u-align-left-tb {
    text-align: left !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-left-tb-sp {
    text-align: left !important;
  }
}
@media screen and (max-width: 786px) {
  .u-align-left-sp {
    text-align: left !important;
  }
}
.u-align-center {
  text-align: center !important;
}
@media all and (min-width: 1025px) {
  .u-align-center-pc {
    text-align: center !important;
  }
}
@media all and (min-width: 787px) {
  .u-align-center-pc-tb {
    text-align: center !important;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .u-align-center-tb {
    text-align: center !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-center-tb-sp {
    text-align: center !important;
  }
}
@media screen and (max-width: 786px) {
  .u-align-center-sp {
    text-align: center !important;
  }
}
.u-align-right {
  text-align: right !important;
}
@media all and (min-width: 1025px) {
  .u-align-right-pc {
    text-align: right !important;
  }
}
@media all and (min-width: 787px) {
  .u-align-right-pc-tb {
    text-align: right !important;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .u-align-right-tb {
    text-align: right !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-align-right-tb-sp {
    text-align: right !important;
  }
}
@media screen and (max-width: 786px) {
  .u-align-right-sp {
    text-align: right !important;
  }
}

/* font-weight */
.u-bold {
  font-weight: bold !important;
}

/* clearfix */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
