@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* ==============================================
variables
============================================== */
/* color */
/* path */
/* width */
/* ==============================================
function
============================================== */
/* ==============================================
mixin
============================================== */
/* clearfix */
/* replace image */
/* contents margin */
/* hover PC & SP */
/* @media */
/* serif */
/* font size */
/* negative margin */
/* triangle */
/* grid */
/* grid(sp) */
/* ==========================================================================
Settings
========================================================================== */
/* ==============================================
variables
============================================== */
/* color */
/* path */
/* width */
/* ==============================================
function
============================================== */
/* ==============================================
mixin
============================================== */
/* clearfix */
/* replace image */
/* contents margin */
/* hover PC & SP */
/* @media */
/* serif */
/* font size */
/* negative margin */
/* triangle */
/* grid */
/* grid(sp) */
/* ==============================================
basic
============================================== */
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==============================================
bodyArea
============================================== */
/* .l-bodyArea
----------------------- */
.l-bodyArea {
  background: #fff;
  padding: 60px 45px;
}

@media (max-width: 736px) {
  .l-bodyArea {
    padding: 15px;
  }
}

/* ==============================================
container
============================================== */
.l-container {
  position: relative;
  z-index: 0;
}

.l-container--a {
  background: #A52336;
}

.l-container--b {
  background: #94734c;
}

.l-container--default {
  background: #24417C;
}

/* ==============================================
contents
============================================== */
/* .l-contents
----------------------- */
.l-contents {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  /* .l-contents(brkw) */
  /* .l-contents(sp) */
}

.l-contents__inner {
  position: relative;
}

.l-contents--935 {
  max-width: 975px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 736px) {
  .l-contents {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

/* ==========================================================================
Settings
========================================================================== */
/* ==============================================
variables
============================================== */
/* color */
/* path */
/* width */
/* ==============================================
function
============================================== */
/* ==============================================
mixin
============================================== */
/* clearfix */
/* replace image */
/* contents margin */
/* hover PC & SP */
/* @media */
/* serif */
/* font size */
/* negative margin */
/* triangle */
/* grid */
/* grid(sp) */
/* ==============================================
footer
============================================== */
/*
* .l-footer
* .f-contact
*/
/* .l-footer
----------------------- */
.l-footer {
  border-top: 3px solid #AF8D64;
  position: relative;
  z-index: 1;
}

.l-footer__pagetop {
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-50%);
  transition: opacity .8s;
}

.l-footer__pagetop[aria-hidden=true] {
  opacity: 0;
}

.l-footer__pagetop.is-fixed {
  bottom: 20px;
  position: fixed;
  right: 30px;
  top: auto;
  transform: none;
}

@media (max-width: 736px) {
  .l-footer__pagetop {
    right: 10px;
  }
  .l-footer__pagetop.is-fixed {
    right: 10px;
  }
}

/* ==========================================================================
Settings
========================================================================== */
/* ==============================================
variables
============================================== */
/* color */
/* path */
/* width */
/* ==============================================
function
============================================== */
/* ==============================================
mixin
============================================== */
/* clearfix */
/* replace image */
/* contents margin */
/* hover PC & SP */
/* @media */
/* serif */
/* font size */
/* negative margin */
/* triangle */
/* grid */
/* grid(sp) */
/* ==============================================
header
============================================== */
/*
* .l-header
* .site-logo
*/
/* .l-header
----------------------- */
.l-header {
  border: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.l-header__inner {
  align-items: center;
  background: #fff;
  border-bottom: 3px solid #AF8D64;
  height: 86px;
  justify-content: space-between;
  padding-right: 2rem;
  position: relative;
}

.l-header__logo {
  flex-grow: 0;
}

.l-header__logo .site-logo__img {
  max-width: 286px;
}

.l-header__toggler {
  line-height: 0;
}

@media (max-width: 736px) {
  .l-header__inner {
    height: 67px;
    padding: 0 10px;
  }
  .l-header__logo .site-logo__img {
    max-width: 176px;
  }
}

/* .site-logo
----------------------- */
/* ==============================================
hero
============================================== */
/*
* mixins
* .l-hero-top
* .l-hero-lower
*/
/* mixins
----------------------- */
/* .l-hero-top
----------------------- */
.l-hero-top {
  position: relative;
  z-index: 1;
}

.l-hero-top__inner {
  position: relative;
}

.l-hero-top__kv {
  -webkit-animation: fadein .8s ease 1s forwards;
          animation: fadein .8s ease 1s forwards;
  opacity: 0;
}

.l-hero-top__kv img {
  width: 100%;
}

.l-hero-top__titleArea {
  background: rgba(36, 36, 36, 0.7);
  bottom: 0;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
}

.l-hero-top__titleArea.active {
  transition: transform 0.5s cubic-bezier(1, 0.2, 0.2, 1) 0.3s;
  transform: translateX(0);
}

.l-hero-top__titleArea.active .c-heading-hero-top__sub {
  transform: scaleX(1);
}

.l-hero-top__titleArea.active .c-heading-hero-top__sub [lang=ja] {
  opacity: 1;
}

.l-hero-top__titleArea.active .c-heading-hero-top__sub [lang=en] {
  opacity: 1;
}

.l-hero-top__titleArea.active .c-heading-hero-top__main [lang=ja] {
  opacity: 1;
}

.l-hero-top__titleArea.active .c-heading-hero-top__main [lang=en] {
  opacity: 1;
}

.l-hero-top__titleArea.active .p-video-a__cnt {
  opacity: 1;
}

.l-hero-top__titleAreaInner {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
}

.l-hero-top__title {
  flex: 0 1 757px;
  margin-right: 5.45455%;
}

.l-hero-top .c-heading-hero-top__sub {
  transition: transform 0.4s cubic-bezier(1, 0.2, 0.2, 1) 0.6s;
  transform: scaleX(0);
  transform-origin: left;
}

.l-hero-top .c-heading-hero-top__sub span {
  opacity: 0;
  transition: opacity .5s ease 1.5s;
}

.l-hero-top .c-heading-hero-top__main span {
  opacity: 0;
  transition: opacity .5s ease 1.5s;
}

.l-hero-top .p-video-a__cnt {
  opacity: 0;
  transition: opacity .5s ease 2s;
}

@media only screen and (max-width: 1000px) {
  .l-hero-top .c-heading-hero-top__sub [lang=ja] {
    font-size: 1.25rem;
  }
  .l-hero-top .c-heading-hero-top__sub [lang=en] {
    font-size: 1rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=ja] {
    font-size: 1.75rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=en] {
    font-size: 1.4375rem;
  }
}

@media only screen and (max-width: 840px) {
  .l-hero-top__titleAreaInner {
    padding: 1em 0;
  }
  .l-hero-top .c-heading-hero-top__sub [lang=ja] {
    font-size: 1.125rem;
  }
  .l-hero-top .c-heading-hero-top__sub [lang=en] {
    font-size: 0.875rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=ja] {
    font-size: 1.5625rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=en] {
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  .l-hero-top .c-heading-hero-top__sub [lang=ja] {
    font-size: 1.0625rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=ja] {
    font-size: 1.75rem;
  }
  .l-hero-top .c-heading-hero-top__main [lang=en] {
    font-size: 1.1875rem;
  }
  .l-hero-top .c-heading-balloon {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

/* .l-hero-lower
----------------------- */
.l-hero-lower {
  background-position: center top;
  background-size: cover;
  height: 300px;
  position: relative;
}

.l-hero-lower::before {
  background: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.l-hero-lower__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.l-hero-lower__title {
  color: #fff;
}

.l-hero-lower--news {
  background-image: url(/jj2020olypara/news/img/bg_hero_news.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--news {
    background-image: url(/jj2020olypara/news/img/bg_hero_news@2x.jpg);
  }
}

.l-hero-lower--career {
  background-image: url(/jj2020olypara/career/img/bg_hero_career.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--career {
    background-image: url(/jj2020olypara/career/img/bg_hero_career@2x.jpg);
  }
}

.l-hero-lower--media {
  background-image: url(/jj2020olypara/media/img/bg_hero_media.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--media {
    background-image: url(/jj2020olypara/media/img/bg_hero_media@2x.jpg);
  }
}

.l-hero-lower--office {
  background-image: url(/jj2020olypara/office/img/bg_hero_office.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--office {
    background-image: url(/jj2020olypara/office/img/bg_hero_office@2x.jpg);
  }
}

.l-hero-lower--kodai {
  background-image: url(/jj2020olypara/kodai/img/bg_hero_kodai.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--kodai {
    background-image: url(/jj2020olypara/kodai/img/bg_hero_kodai@2x.jpg);
  }
}

.l-hero-lower--circle {
  background-image: url(/jj2020olypara/circle/img/bg_hero_circle.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--circle {
    background-image: url(/jj2020olypara/circle/img/bg_hero_circle@2x.jpg);
  }
}

.l-hero-lower--jyoshidaisei {
  background-image: url(/jj2020olypara/jyoshidaisei/img/bg_hero_jyoshidaisei.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--jyoshidaisei {
    background-image: url(/jj2020olypara/jyoshidaisei/img/bg_hero_jyoshidaisei@2x.jpg);
  }
}

.l-hero-lower--kyotei {
  background-image: url(/jj2020olypara/kyotei/img/bg_hero_kyotei.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--kyotei {
    background-image: url(/jj2020olypara/kyotei/img/bg_hero_kyotei@2x.jpg);
  }
}

.l-hero-lower--shibuyaradio {
  background-image: url(/jj2020olypara/shibuyaradio/img/bg_hero_shibuyaradio.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .l-hero-lower--shibuyaradio {
    background-image: url(/jj2020olypara/shibuyaradio/img/bg_hero_shibuyaradio@2x.jpg);
  }
}

@media (max-width: 736px) {
  .l-hero-lower {
    height: 250px;
  }
  .l-hero-lower--news {
    background-position: 40% 0;
  }
}

/* ==========================================================================
Settings
========================================================================== */
/* ==============================================
variables
============================================== */
/* color */
/* path */
/* width */
/* ==============================================
function
============================================== */
/* ==============================================
mixin
============================================== */
/* clearfix */
/* replace image */
/* contents margin */
/* hover PC & SP */
/* @media */
/* serif */
/* font size */
/* negative margin */
/* triangle */
/* grid */
/* grid(sp) */
/* ==============================================
gnav
============================================== */
/*
* .l-gnav
*/
/* .l-gnav
----------------------- */
.l-gnav {
  background: #F0F0F0;
  bottom: 0;
  max-height: calc(100vh - 89px);
  overflow-y: scroll;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.l-gnav[aria-hidden=false] {
  transform: translateY(100%);
}

.l-gnav__nav {
  margin: 0 !important;
}

.l-gnav__anchor {
  display: block;
}

.l-gnav__anchor:hover {
  text-decoration: none;
}

.l-gnav .l-contents__inner {
  padding: 7.01754% 0;
}

.l-gnav .c-link-a__text {
  font-size: 1.0625rem;
}

@media (max-width: 736px) {
  .l-gnav {
    max-height: calc(100vh - 70px);
  }
  .l-gnav__contents {
    padding: 0;
  }
  .l-gnav .l-contents__inner {
    padding: 0;
  }
  .l-gnav__item {
    border-bottom: 1px solid #AF8D64;
    order: 2;
  }
  .l-gnav__item--top {
    order: 1;
  }
  .l-gnav__item--top .c-button-c {
    align-items: center;
    display: flex;
    padding: 0;
    text-align: left;
  }
  .l-gnav__item--top .c-button-c__text {
    color: #000;
    font-size: 1.0625rem;
    width: 100%;
  }
  .l-gnav__anchor {
    display: block;
    padding: 1em 1em;
  }
  .l-gnav .p-phUnit-b__img {
    display: none;
  }
  .l-gnav .p-phUnit-b__caption {
    justify-content: flex-start;
    padding-top: 0;
  }
  .l-gnav .c-link-a {
    width: 100%;
  }
  .l-gnav .c-link-a__text {
    width: 100%;
  }
}

@media (min-width: 737px) {
  .l-gnav__item--top {
    margin: 0 auto !important;
  }
}

/* ==============================================
main
============================================== */
.l-main {
  /* .l-main(sp) */
}

/* ==============================================
overlay
============================================== */
.l-overlay {
  /* .l-overlay(sp) */
}

.l-overlay[aria-hidden=false] {
  background: rgba(80, 80, 80, 0.51);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* ==============================================
section
============================================== */
/*
* .l-section
* .l-section-b
*/
/* .l-section
----------------------- */
.l-section {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.l-section--lightblue {
  background-color: #9BAFD6;
}

.l-section--type1 {
  background-color: #B11E33;
}

.l-section--type2 {
  background-color: #24417C;
}

.l-section--type3 {
  background: url(/jj2020olypara/img/bg_pixel_01.png);
  background-attachment: fixed;
}

.l-section--type3::before, .l-section--type3::after {
  background: linear-gradient(90deg, #AF8D64 20%, white 20%, white 50%, #AF8D64 50%, #AF8D64 70%, white 70%);
  background-size: 10px 10px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 22px;
}

.l-section--type3::before {
  left: 0;
}

.l-section--type3::after {
  right: 0;
}

.l-section--stepped {
  padding-bottom: 250px;
}

@media only screen and (max-width: 1200px) {
  .l-section--type1 {
    background-size: 150px, 130px;
  }
}

@media only screen and (max-width: 1000px) {
  .l-section--type1 {
    background-position: left -100px bottom 0.73206vw, right -100px bottom -0.73206vw;
  }
}

@media (max-width: 736px) {
  .l-section {
    padding: 40px 0 60px;
  }
  .l-section--type1 .c-para-elm-1 {
    top: 21.33333vw;
    width: 53.33333vw;
  }
  .l-section--type1 .c-para-elm-2 {
    top: 53.33333vw;
    width: 53.33333vw;
  }
  .l-section--type2 {
    padding-top: 25.33333vw;
  }
  .l-section--type2 .c-para-elm-3 {
    display: none;
  }
  .l-section--type2 .c-para-elm-4 {
    right: -5.33333vw;
    top: -506.66667vw;
    width: 53.33333vw;
  }
  .l-section--type2 .c-para-elm-5 {
    bottom: 666.66667vw;
    left: 0vw;
    width: 53.33333vw;
  }
  .l-section--type3 {
    background-size: 100%;
  }
  .l-section--type3::before, .l-section--type3::after {
    width: 7px;
  }
  .l-section--stepped {
    padding-bottom: 29.33333vw;
  }
}

/* .l-section-b
----------------------- */
.l-section-b:not(:last-child) {
  margin-bottom: 5%;
}

@media only screen and (max-width: 736px) {
  .l-section-b:not(:last-child) {
    margin-bottom: 55px;
  }
}

/* ==============================================
wrapper
============================================== */
.l-wrapper {
  border: none;
  height: 100%;
  overflow: hidden;
  padding-top: 89px;
  position: relative;
  width: 100%;
}

@media (max-width: 736px) {
  .l-wrapper {
    padding-top: 67px;
  }
}

/* ==========================================================================
Object
========================================================================== */
/* Component
------------------------------------------- */
/* ==============================================
address
============================================== */
/*
* c-address
*/
/* c-address
----------------------- */
.c-address {
  font-style: normal;
}

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

/* ==============================================
animation
============================================== */
/*
* c-anim-v-move
* c-anim-h-move
* c-anim-fadein
* c-anim-paused
* c-anim-loader
*/
/* c-anim-v-move
----------------------- */
.c-anim-v-move {
  opacity: 0;
}

.c-anim-v-move.active {
  -webkit-animation: vertical-move .3s ease forwards;
          animation: vertical-move .3s ease forwards;
}

@-webkit-keyframes vertical-move {
  0% {
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vertical-move {
  0% {
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* c-anim-h-move
----------------------- */
.c-anim-h-move {
  opacity: 0;
}

.c-anim-h-move.active {
  -webkit-animation: horizontal-move 0.4s cubic-bezier(1, 0.2, 0.2, 1) forwards;
          animation: horizontal-move 0.4s cubic-bezier(1, 0.2, 0.2, 1) forwards;
}

.c-anim-h-move--toright.active {
  -webkit-animation: horizontal-move-toright 0.4s cubic-bezier(1, 0.2, 0.2, 1) forwards;
          animation: horizontal-move-toright 0.4s cubic-bezier(1, 0.2, 0.2, 1) forwards;
}

@-webkit-keyframes horizontal-move {
  0% {
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes horizontal-move {
  0% {
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes horizontal-move-toright {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes horizontal-move-toright {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* c-anim-fadein
----------------------- */
.c-anim-fadein {
  opacity: 0;
}

.c-anim-fadein.active {
  -webkit-animation: fadein 1s ease forwards;
          animation: fadein 1s ease forwards;
}

.c-anim-fadein--delay.active {
  -webkit-animation: fadein 1s ease 1s forwards;
          animation: fadein 1s ease 1s forwards;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* c-anim-paused
----------------------- */
.c-anim-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* c-anim-loader
----------------------- */
.c-anim-loader {
  position: relative;
}

.c-anim-loader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -12px;
  content: '';
  -webkit-animation: loader .8s infinite linear;
          animation: loader .8s infinite linear;
  border: 4px solid #999;
  border-top-color: #ddd;
  border-radius: 50%;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==============================================
arrow
============================================== */
/*
* .c-arrow
* .c-arrow-a
* .c-arrow-b
* .c-arrow-tri
*/
/* .c-arrow
----------------------- */
.c-arrow {
  display: inline-block;
  flex-shrink: 0;
  /* .c-arrow(sp) */
}

/* .c-arrow-a
----------------------- */
.c-arrow-a {
  width: 5px;
  height: 5px;
  border-top: 2px solid #043DBE;
  border-right: 2px solid #043DBE;
  transform: rotate(45deg);
}

.c-arrow-a--black {
  border-color: #000;
}

.c-arrow-a--white {
  border-color: #fff;
}

.c-arrow-a--10 {
  width: 10px;
  height: 10px;
}

.c-arrow-a--up {
  transform: rotate(-45deg);
}

/* .c-arrow-b
----------------------- */
.c-arrow-b {
  display: block;
}

.c-arrow-b::before {
  display: inline-block;
  width: 100%;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  transform: skewX(40deg);
}

.c-arrow-b--up::before {
  transform: rotate(-90deg) skewX(40deg);
}

.c-arrow-b--white::before {
  border-color: #ffffff !important;
}

.c-arrow-b--left::before {
  border-right: none;
  border-left: 1px solid #000;
  transform: skewX(-40deg);
}

/* .c-arrow-tri
----------------------- */
.c-arrow-tri {
  width: 1em;
  height: 1em;
}

.c-arrow-tri.bottom {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #9AC178 51%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #9AC178 51%) no-repeat top right/50% 100%;
}

.c-arrow-tri.top {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top right/50% 100%;
}

.c-arrow-tri.left {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top right/100% 50%;
}

.c-arrow-tri.right {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat bottom right/100% 50%;
}

.c-arrow-tri.right.c-arrow-tri--green-light {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #9AC178 51%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #9AC178 51%) no-repeat bottom right/100% 50%;
}

.c-arrow-tri.top-right {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/100% 100%;
}

.c-arrow-tri.top-left {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/100% 100%;
}

.c-arrow-tri.top-left.c-arrow-tri--white {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, white 51%) no-repeat top left/100% 100%;
}

.c-arrow-tri.bottom-right {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/100% 100%;
}

.c-arrow-tri.bottom-right.c-arrow-tri--white {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, white 51%) no-repeat top left/100% 100%;
}

.c-arrow-tri.bottom-left {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, black 51%) no-repeat top left/100% 100%;
}

/* ==============================================
badge
============================================== */
/*
* .c-badge-a
* .c-badge-b
*/
/* .c-badge-a
----------------------- */
.c-badge-a {
  background: #fff;
  border-color: #000;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: .4em 1em .45em;
}

.c-badge-a--small {
  font-size: 0.6875rem;
}

.c-badge-a--gray-dark {
  border-color: #5D5D5D;
  color: #5D5D5D;
}

.c-badge-a--gold {
  border-color: #AF8D64;
  color: #AF8D64;
}

.c-badge-a--navy {
  border-color: #032976;
  color: #032976;
}

.c-badge-a--red-light {
  border-color: #EE334E;
  color: #EE334E;
}

.c-badge-a--green {
  border-color: #8A418B;
  color: #8A418B;
}


/* .c-badge-b
----------------------- */
.c-badge-b {
  border-radius: 1em;
  border-width: 2px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: .2em 1.5em;
}

.c-badge-b--red {
  border-color: #B11E33;
  color: #B11E33;
}

.c-badge-b--gray-dark {
  border-color: #5D5D5D;
  color: #5D5D5D;
}

.c-badge-b--blue-sky {
  border-color: #0482BE;
  color: #0482BE;
}

.c-badge-b--blue {
  border-color: #043DBE;
  color: #043DBE;
}

.c-badge-b--green-light {
  border-color: #9AC178;
  color: #9AC178;
}

/* ==============================================
banner
============================================== */
/*
* .c-banner
* .c-banner-a

*/
/* .c-banner
----------------------- */
/* .c-banner-a
----------------------- */
/* ==============================================
button
============================================== */
/*
* .c-button
* .c-button-a
* .c-button-b
* .c-button-c
* .c-button-pagetop
*/
/* .c-button
----------------------- */
.c-button {
  display: inline-block;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* .c-button-a
----------------------- */
/* .c-button-b
----------------------- */
.c-button-b {
  border: none;
  color: #fff;
  display: inline-flex;
  line-height: 1.3;
  padding: 0;
  text-align: left;
}

.c-button-b:hover {
  color: #fff;
}

.c-button-b__triangle {
  width: 20px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #AF8D64 51%) no-repeat top left/100% 100%;
}

.c-button-b__cnts {
  background: #000;
  min-width: 150px;
  padding: .4em 1em .2em;
}

.c-button-b__text {
  font-size: 1.25rem;
}

.c-button-b .c-arrow-b {
  margin-top: -.8em;
  transform: translateX(-5px);
  transition: transform .3s;
}

a:hover .c-button-b .c-arrow-b {
  transform: translateX(5px);
}

.c-button-b--gold .c-button-b__cnts {
  background: #AF8D64;
}

@media (max-width: 736px) {
  .c-button-b__cnts {
    min-width: 26.66667vw;
  }
  .c-button-b__text {
    font-size: 1rem;
  }
}

/* .c-button-c
----------------------- */
@media (min-width: 737px) {
  .c-button-c {
    align-items: center;
    background: #fff;
    border: 1px solid #AF8D64;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    min-width: 280px;
    padding: .8em;
    position: relative;
    transition: background .3s ease-out;
  }
  .c-button-c__text {
    color: #000;
    font-size: 1.375rem;
    transition: color .3s ease-out;
  }
  .c-button-c .c-arrow {
    position: absolute;
    right: 25px;
    transition: border-color .2s ease-out;
  }
  .c-button-c:hover {
    background: #AF8D64;
  }
  .c-button-c:hover .c-button-c__text {
    color: #fff;
  }
  .c-button-c:hover .c-arrow {
    border-color: #fff;
  }
}

/* .c-button-pagetop
----------------------- */
.c-button-pagetop {
  align-items: center;
  background: #AF8D64;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 55px;
  justify-content: center;
  transition: background .3s;
  width: 55px;
}

.c-button-pagetop .c-arrow {
  margin-top: 5px;
}

.c-button-pagetop:hover {
  background: #94734c;
}

/* ==============================================
card
============================================== */
/*
* .c-card
*/
/* .c-card
----------------------- */
.c-card__heading--link {
  color: #032976;
}

.c-card__title--link {
  color: #032976;
}

.c-card--bg-type2 {
  background-color: #f5f7fb;
}

.c-card--border-type2 {
  border-color: #8ea8de;
}

a.c-card:hover {
  color: #032976 !important;
}

.c-card-oly--bg-type1 {
  background-color: #F0F0F0;
}

/* ==============================================
grid
============================================== */
/*
* .c-grid
* .c-grid--●cols
* .c-grid--●cols-sp
* .c-grid--stepped(for 2cols)
*/
/* .c-grid
----------------------- */
.c-grid-oly {
  margin: 0;
}

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

.c-grid-oly--2x {
  margin-right: -2rem;
  margin-bottom: -2rem;
}

/* .c-grid--●cols
----------------------- */
.c-grid-oly--2cols .c-grid-oly__col {
  width: calc(((1100 - 80 * (2 - 1)) / 2) / 1100 * 100%);
}

.c-grid-oly--2cols .c-grid-oly__col:not(:nth-child(2n)) {
  margin-right: 7.27273%;
}

.c-grid-oly--2cols .c-grid-oly__col:not(:nth-last-child(-n + 2)) {
  margin-bottom: 7.27273%;
}

.c-grid-oly--4cols .c-grid-oly__col {
  width: calc(((1100 - 39 * (4 - 1)) / 4) / 1100 * 100%);
}

.c-grid-oly--4cols .c-grid-oly__col:not(:nth-child(4n)) {
  margin-right: 3.54545%;
}

.c-grid-oly--4cols .c-grid-oly__col:not(:nth-last-child(-n + 4)) {
  margin-bottom: 2.72727%;
}

/* .c-grid--c●ols-sp
----------------------- */
@media (max-width: 736px) {
  .c-grid-oly--1col-sp .c-grid-oly__col {
    width: calc(((335 - 0 * (1 - 1)) / 1) / 335 * 100%);
  }
  .c-grid-oly--1col-sp .c-grid-oly__col:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-grid-oly--1col-sp .c-grid-oly__col:not(:nth-child(1n)) {
    margin-right: 0vw;
  }
  .c-grid-oly--1col-sp .c-grid-oly__col:not(:nth-last-child(-n + 1)) {
    margin-bottom: 14.66667vw;
  }
  .c-grid-oly--1col-sp2 .c-grid-oly__col {
    width: calc(((335 - 0 * (1 - 1)) / 1) / 335 * 100%);
  }
  .c-grid-oly--1col-sp2 .c-grid-oly__col:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-grid-oly--1col-sp2 .c-grid-oly__col:not(:nth-child(1n)) {
    margin-right: 0vw;
  }
  .c-grid-oly--1col-sp2 .c-grid-oly__col:not(:nth-last-child(-n + 1)) {
    margin-bottom: 0vw;
  }
}

/* .c-grid--stepped(for 2cols)
----------------------- */
.c-grid-oly--stepped .c-grid-oly__wrap {
  align-items: flex-start;
}

.c-grid-oly--stepped .c-grid-oly__col:nth-child(even) {
  position: relative;
  top: 180px;
}

@media (max-width: 736px) {
  .c-grid-oly--stepped .c-grid-oly__col:nth-child(even) {
    top: 0;
  }
}

/* ==============================================
heading
============================================== */
/*
* .c-heading
* .c-heading-hero-top
* .c-heading-hero
* .c-heading-balloon
* .c-heading-ribbon
* .c-heading-a
* .c-heading-c
* .c-heading2
* .c-heading3
* .c-heading4
*/
/* .c-heading
----------------------- */
.c-heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* .c-heading-hero-top
----------------------- */
.c-heading-hero-top {
  color: #fff;
}

.c-heading-hero-top__sub {
  border-bottom: 1px solid white;
  line-height: 1.5;
  margin-bottom: .7em;
  padding-bottom: .7em;
}

.c-heading-hero-top__sub > * {
  display: block;
}

.c-heading-hero-top__sub [lang=ja] {
  font-size: 1.5625rem;
  font-weight: bold;
}

.c-heading-hero-top__sub [lang=en] {
  font-size: 1.125rem;
}

.c-heading-hero-top__main > * {
  display: block;
}

.c-heading-hero-top__main [lang=ja] {
  font-size: 2.1875rem;
}

.c-heading-hero-top__main [lang=en] {
  font-size: 1.875rem;
  font-weight: normal;
}

/* .c-heading-hero
----------------------- */
.c-heading-hero__text {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.c-heading-hero__text .main {
  font-size: 2.5rem;
  padding-bottom: 2px;
  position: relative;
  text-align: center;
}

.c-heading-hero__text .main::before {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4em;
}

.c-heading-hero__text .sub {
  padding-top: .3em;
  text-align: center;
  width: 100%;
  font-size: 1.4375rem;
}

@media (max-width: 736px) {
  .c-heading-hero__text .main {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: .4em;
  }
}

/* .c-heading-balloon
----------------------- */
.c-heading-balloon {
  align-items: center;
  background: url(/jj2020olypara/img/bg_balloon_01.svg) no-repeat center/contain;
  display: flex;
  height: 136px;
  justify-content: center;
  padding-bottom: 15px;
  width: 230px;
}

.c-heading-balloon__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-heading-balloon--10deg {
  transform: rotate(10deg);
}

.c-heading-balloon--circle {
  background-color: #043DBE;
  background-image: none;
  border-radius: 50%;
  padding-bottom: 0;
}

.c-heading-balloon--100 {
  height: 100px;
  width: 100px;
}

.c-heading-balloon--100 .c-heading-balloon__text {
  font-size: 0.75rem;
}

@media (max-width: 736px) {
  .c-heading-balloon {
    padding-bottom: 10px;
    width: 150px;
  }
  .c-heading-balloon__text {
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: right;
  }
}

/* .c-heading-ribbon
----------------------- */
.c-heading-ribbon {
  display: inline-flex;
}

.c-heading-ribbon__cnts {
  background: #000;
  padding: .5em .8em;
}

.c-heading-ribbon__text {
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1.3;
}

.c-heading-ribbon__deco {
  width: .5em;
}

.c-heading-ribbon__deco::before, .c-heading-ribbon__deco::after {
  content: '';
  display: block;
  height: 50%;
}

.c-heading-ribbon__deco::before {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #EE334E 51%) no-repeat top left/100% 100%;
}

.c-heading-ribbon__deco::after {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #EE334E 51%) no-repeat top left/100% 100%;
}

.c-heading-ribbon--red-light .c-heading-ribbon__cnts {
  background: #EE334E;
}

@media only screen and (max-width: 900px) {
  .c-heading-ribbon__text br {
    display: none;
  }
}

@media (max-width: 736px) {
  .c-heading-ribbon__text {
    font-size: 1.375rem;
  }
}

/* .c-heading-a
----------------------- */
.c-heading-a .main {
  font-size: 1.875rem;
}

/* .c-heading-c
----------------------- */
.c-heading-c.anim-heading-a::before, .c-heading-c.anim-heading-a::after {
  transition: transform .5s ease 1s;
}

.c-heading-c.anim-heading-a::before {
  transform: scaleX(0);
  transform-origin: right;
}

.c-heading-c.anim-heading-a::after {
  transform: scaleX(0);
  transform-origin: left;
}

.c-heading-c.anim-heading-a .c-heading-c__main {
  overflow: hidden;
  transition: width 1.5s ease .5s;
  width: 0;
}

.c-heading-c.anim-heading-a .c-heading-c__main .inner {
  display: block;
  white-space: nowrap;
}

.c-heading-c.anim-heading-a.active::before, .c-heading-c.anim-heading-a.active::after {
  transform: scaleX(1);
}

.c-heading-c.anim-heading-a.active .c-heading-c__main {
  width: 62%;
}

.c-heading-c__main {
  font-size: 2.1875rem;
}

.c-heading-c--mb {
  margin-bottom: 55px;
}

.c-heading-c--lines {
  align-items: center;
  display: flex;
}

.c-heading-c--lines::before, .c-heading-c--lines::after {
  background: #000;
  content: '';
  display: block;
  flex: 1 1 auto;
  height: 1px;
}

.c-heading-c--navy.c-heading-c--lines::before, .c-heading-c--navy.c-heading-c--lines::after {
  background: #032976;
}

.c-heading-c--navy.c-heading-c--lines .c-heading-c__main {
  color: #032976;
}

@media only screen and (max-width: 1050px) {
  .c-heading-c.anim-heading-a.active .c-heading-c__main {
    font-size: calc(35 / 1050 * 100vw);
    width: calc(593 / 1050 * 100vw);
  }
}

@media (max-width: 736px) {
  .c-heading-c__main {
    font-size: 6.13333vw !important;
    width: 69.33333vw;
  }
}

/* .c-heading2
----------------------- */
.c-heading2--link::before {
  background-color: #032976;
}

.c-heading2-oly {
  color: #24417C;
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 0;
}

.c-heading2-oly::before {
  content: none;
}

@media (max-width: 736px) {
  .c-heading2-oly {
    font-size: 1.4375rem;
  }
}

/* .c-heading3
----------------------- */
.c-heading3 {
  color: #032976;
}

.c-heading3-oly {
  color: #000;
  font-size: 1.5625rem;
  font-weight: bold;
}

@media (max-width: 736px) {
  .c-heading3-oly {
    font-size: 1.25rem;
  }
}

/* .c-heading4
----------------------- */
.c-heading4-oly {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 736px) {
  .c-heading4-oly {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

/* ==============================================
hover
============================================== */
/*
* .c-hover-opacity
* .c-hover-a
*/
/* .c-hover-opacity
----------------------- */
.c-hover-opacity {
  transition: opacity .3s;
}

.c-hover-opacity:hover {
  opacity: .8;
}

/* .c-hover-a
----------------------- */
/* ==============================================
icon
============================================== */
/*
* .c-icon
* .c-icon-plus
* .c-icon-x
*/
/* .c-icon
----------------------- */
.c-icon {
  display: inline-block;
  vertical-align: middle;
  /* .c-icon(sp) */
}

/* .c-icon-plus
----------------------- */
.c-icon-plus {
  position: relative;
  display: block;
  width: 20px;
  /**/
  height: 20px;
  /**/
}

.c-icon-plus::before, .c-icon-plus::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  /**/
  background: #000000;
  /**/
  content: "";
  transform: translateY(-50%);
}

.c-icon-plus::after {
  transition: transform 0.2s ease-out;
  transform: translateY(-50%) rotate(90deg);
}

.c-icon-plus--white {
  /**/
}

.c-icon-plus--white::before, .c-icon-plus--white::after {
  background: #ffffff;
}

[aria-expanded=true] .c-icon-plus::after {
  transform: translateY(-50%) rotate(0deg);
}

/* .c-icon-x
----------------------- */
.c-icon-x {
  position: relative;
  width: 15px;
  height: 15px;
}

.c-icon-x::before, .c-icon-x::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}

.c-icon-x::before {
  transform: translateY(-50%) rotate(45deg);
}

.c-icon-x::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ==============================================
image
============================================== */
/*
* .c-image-a
* .c-image-b
*/
/* .c-image-a
----------------------- */
.c-image-a {
  display: inline-block;
  position: relative;
}

.c-image-a__anchor::after {
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid white;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transition: background .3s;
  width: 100%;
}

.c-image-a__anchor:hover::after {
  background: rgba(255, 255, 255, 0);
}

.c-image-a__anchor .icon-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* .c-image-b
----------------------- */
.c-image-b {
  border: 1px solid #AF8D64;
}

/* ==============================================
label
============================================== */
/*
* .c-label
* .c-label-a
*/
/* .c-label
----------------------- */
.c-label {
  display: inline-block;
}

/* .c-label-a
----------------------- */
.c-label-a {
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: .3em .8em;
}

.c-label-a--red {
  border-color: #EE334E;
  color: #EE334E;
}

/* ==============================================
lead
============================================== */
/*
* .c-lead
* .c-lead-a

*/
/* .c-lead
----------------------- */
.c-lead {
  /* .c-lead(sp) */
}

/* .c-lead-a
----------------------- */
.c-lead-a {
  font-size: 2.2rem;
  font-weight: 700;
  /* .c-lead-a(1040) */
  /* .c-lead-a(sp) */
}

.c-lead-a--white {
  color: #fff;
}

@media only screen and (max-width: 736px) {
  .c-lead-a {
    font-size: 4.26667vw;
  }
}

/* ==============================================
link
============================================== */
/*
* a
* .c-link
* .c-link-a
* .c-link-b
* .c-link-c
* .c-link-d
*/
/* a
----------------------- */
a {
  color: #032976;
}

a:hover {
  color: #000;
}

/* .c-link
----------------------- */
.c-link {
  display: inline-block;
  /* .c-link(sp) */
}

/* .c-link-a
----------------------- */
.c-link-a {
  align-items: center;
  display: inline-flex;
  line-height: 1.3;
}

.c-link-a__text {
  color: #000;
}

.c-link-a__text .text-25 {
  font-size: 2.5rem;
}

.c-link-a .c-arrow:first-child {
  margin-right: .9em;
}

.c-link-a .c-arrow:last-child {
  margin-left: .5em;
}

.c-link-a .c-arrow-b {
  position: relative;
  top: -5px;
}

.c-link-a .c-arrow-a {
  left: 0;
  position: relative;
  transition: left .3s;
}

a:hover .c-link-a .c-arrow-a {
  left: .3em;
}

.c-link-a--vert {
  flex-direction: column;
  text-align: left;
}

.c-link-a--vert .c-arrow {
  margin-left: 0 !important;
  margin-top: .5em;
}

.c-link-a--20 {
  font-size: 2rem;
}

.c-link-a--white {
  color: white;
}

.c-link-a--white .c-arrow::before {
  border-color: #fff;
}

@media only screen and (max-width: 736px) {
  .c-link-a__text .text-sp20 {
    font-size: 2rem;
  }
  .c-link-a--vert-sp {
    flex-direction: column;
    text-align: left;
  }
  .c-link-a--vert-sp .c-arrow {
    margin-left: 0 !important;
    margin-top: .5em;
  }
}

/* .c-link-b
----------------------- */
.c-link-b {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.c-link-b .c-arrow:first-child {
  margin-right: .7em;
}

.c-link-b .c-arrow:last-child {
  margin-left: .5em;
}

.c-link-b--hline {
  padding-left: 1.4em;
}

.c-link-b--hline::before {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: .7em;
}

/* .c-link-c
----------------------- */
.c-link-c {
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  height: 100%;
}

.c-link-c__text--20 {
  font-size: 2rem;
}

.c-link-c__target {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: space-between;
  padding: 1em;
  transition: background .2s ease-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a.c-link-c__target:hover {
  background: #e3e3e3;
}

a.c-link-c__target:hover .c-arrow {
  transform: translate(-0.3em, -20%);
}

a.c-link-c__target:hover .c-arrow-a {
  transform: translate(-0.3em, -15%) rotate(45deg);
}

.c-link-c__target[aria-current=page] {
  background: #F0F0F0;
  color: #B9B9B9;
  pointer-events: none;
}

.c-link-c__target[aria-current=page] .c-arrow {
  border-color: #B9B9B9;
}

.c-link-c .c-arrow {
  margin-left: .5em;
  transform: translateY(-20%);
  transition: transform .2s ease-out;
}

.c-link-c .c-arrow-a {
  transform: translateY(-15%) rotate(45deg);
}

.c-link-c--columns {
  border: none;
  border-left: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  margin-left: -1px;
}

.c-link-c--columns .c-link-c__target {
  flex-direction: column;
}

.c-link-c--columns .c-link-c__target .c-arrow {
  margin-left: 0;
}

.c-link-c--columns .c-link-c__text {
  line-height: 1.5;
  margin-bottom: .3em;
  text-align: center;
}

/* .c-link-d
----------------------- */
.c-link-d {
  text-decoration: underline;
}

.c-link-d:hover {
  text-decoration: none;
}

/* ==============================================
list
============================================== */
/*
* .c-list-order
* .c-list-arrow-bottom-glid
*/
/* .c-list-order
----------------------- */
.c-list-order-oly {
  counter-reset: my-counter;
}

.c-list-order-oly__item {
  align-items: center;
  display: flex;
  list-style: none;
  margin-left: 0;
  position: relative;
}

.c-list-order-oly__item::before {
  border: 1px solid #000;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 1rem;
  line-height: 1.1rem;
  margin-right: .3em;
  text-align: center;
  width: 1rem;
}

/* .c-list-arrow-bottom-glid
----------------------- */
.c-list-arrow-bottom-glid__item2::after, .c-list-arrow-bottom-glid__item3::after, .c-list-arrow-bottom-glid__item4::after {
  border-color: #032976;
}

/* ==============================================
media
============================================== */
/*
* c-media-a

*/
/* c-media-a
----------------------- */
.c-media-a {
  background: #fff;
  position: relative;
}

.c-media-a .c-heading-ribbon {
  position: absolute;
  transform: translateY(-1.4em);
  z-index: 1;
}

.c-media-a__anchor {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.c-media-a__anchor:hover {
  text-decoration: none;
}

.c-media-a__anchor:hover .c-button-b__cnts {
  min-width: 215px;
}

.c-media-a__anchor:hover .c-arrow-b {
  transform: none !important;
}

.c-media-a__figure {
  margin: 0;
  padding: 15px;
  text-align: center;
}

.c-media-a__caption {
  color: #000;
  font-size: 1.125rem;
  margin-top: 1.5em;
}

.c-media-a .c-button-b {
  align-self: flex-end;
}

.c-media-a .c-button-b__cnts {
  transition: min-width .3s;
}

.c-media-a .c-button-b .c-arrow-b {
  transform: none;
}

@media (max-width: 736px) {
  .c-media-a__caption {
    font-size: 0.875rem;
  }
}

/* ==============================================
more-read
============================================== */
/*
* .c-more-read
*/
/* .c-more-read
----------------------- */
.c-more-read__button a:hover {
  color: #032976;
}

.c-more-read__button a[aria-expanded=false]:hover::after {
  border-color: #032976;
}

/* ==============================================
para-elm
============================================== */
/*
* .c-para-elm
*/
/* .c-para-elm
----------------------- */
.c-para-elm {
  position: absolute;
}

.c-para-elm-1 {
  left: -30px;
  top: 50px;
}

.c-para-elm-2 {
  right: -30px;
  top: -100px;
}

.c-para-elm-3 {
  left: -30px;
  top: -500px;
}

.c-para-elm-4 {
  right: -50px;
  top: -1800px;
}

.c-para-elm-5 {
  bottom: 1700px;
  left: 10px;
}

/* ==============================================
qa
============================================== */
/*
* .c-qa
*/
/* .c-qa
----------------------- */
.c-qa__head {
  color: #032976;
}

.c-qa__head:hover .c-qa__headinner2::before,
.c-qa__head:hover .c-qa__headinner2::after {
  border-color: #032976;
}

.c-qa__headinner::after {
  background: #032976;
}

/* ==============================================
shadow
============================================== */
/*
* .c-shadow-a
*/
/* .c-shadow-a
----------------------- */
.c-shadow-a {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
}

/* ==============================================
tab
============================================== */
/*
* .c-tab
*/
/* .c-tab
----------------------- */
.c-tab__item[aria-expanded=true] {
  color: #032976;
}

.c-tab__item[aria-expanded=true]::after {
  border-color: #032976;
}

.c-tab__item:hover {
  color: #032976;
}

/* ==============================================
table
============================================== */
/*
* .c-table
*/
/* .c-table
----------------------- */
.c-table--type2 .c-table__data {
  border-color: #8ea8de;
}

.c-table--type2 .c-table__data--bg {
  background: #f5f7fb;
}

.c-table--type3 {
  border: 1px solid #AF8D64;
}

.c-table--type3 .c-table__data {
  border: none;
}

.c-table--type3 .c-table__data:not(:last-child) {
  border-right: 1px solid #AF8D64;
}

.c-table--type3 tfoot {
  border-top: 1px solid #AF8D64;
}

.c-table-oly__data {
  border-color: #5D5D5D;
  font-weight: normal;
  padding: .3rem .5rem;
}

/* ==============================================
text
============================================== */
/*
* .c-text-18
* .c-text-sup
* .c-text-underline
*/
/* .c-text-18
----------------------- */
.c-text-18 {
  font-size: 1.125rem;
}

/* .c-text-16
----------------------- */
.c-text-16 {
  font-size: 1rem;
}

/* .c-text-sup
----------------------- */
.c-text-sup {
  font-size: 0.9375rem;
}

/* .c-text-underline
----------------------- */
.c-text-underline {
  border-bottom: 1px solid;
  padding-bottom: .1em;
}

.c-text-underline.w2 {
  border-bottom-width: 2px;
}

.c-text-underline.dotted {
  border-bottom-style: dotted;
}

.c-text-underline.gold {
  border-color: #AF8D64;
}

/* ==============================================
textbox
============================================== */
/*
* .textbox
*/
/* .c-textbox
----------------------- */
.c-textbox--835 {
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
}

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

/* ==============================================
toggler
============================================== */
/*
* .c-toggler
*/
/* .c-toggler
----------------------- */
.c-toggler {
  border: none;
  padding: 0;
}

.c-toggler__icon {
  height: 32px;
  /**/
  position: relative;
  width: 42px;
  /**/
}

.c-toggler__icon span {
  background: #032976;
  /**/
  border-radius: 2px;
  height: 4px;
  /**/
  position: absolute;
  width: 100%;
}

.c-toggler__icon span:nth-child(1) {
  top: 0;
}

.c-toggler__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-toggler__icon span:nth-child(3) {
  bottom: 0;
}

.c-toggler span {
  display: block;
  transition: transform .2s ease-out;
  /**/
}

.c-toggler[aria-expanded=true] .c-toggler__icon span:nth-child(2) {
  display: none;
}

.c-toggler[aria-expanded=true] .c-toggler__icon span:nth-child(1), .c-toggler[aria-expanded=true] .c-toggler__icon span:nth-child(3) {
  top: 50%;
}

.c-toggler[aria-expanded=true] .c-toggler__icon span:nth-child(1) {
  transform: rotate(45deg);
}

.c-toggler[aria-expanded=true] .c-toggler__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.c-toggler[aria-expanded=true] .c-toggler__text .default {
  display: none;
}

.c-toggler[aria-expanded=false] .c-toggler__text .expanded {
  display: none;
}

.c-toggler:hover .c-toggler__icon {
  transform: scale(1.2);
}

/* Project
------------------------------------------- */
/* ==============================================
accordion
============================================== */
/*
* .p-accordion-oly
*/
/* .p-accordion
----------------------- */
.p-accordion__button a:hover::before, .p-accordion__button a:hover::after {
  border-color: #032976;
}

.p-accordion-oly {
  border: none;
  padding: 0;
}

.p-accordion-oly__inner {
  border-bottom: 3px solid #24417C;
}

.p-accordion-oly__inner2 {
  width: 10%;
}

.p-accordion-oly__title {
  color: #24417C;
  font-size: 1.875rem;
  font-weight: bold;
  width: 90%;
}

.p-accordion-oly__open {
  width: 100%;
}

.p-accordion-oly__button a::before {
  content: none;
}

.p-accordion-oly__button a::after {
  border-left: 3px solid #24417C;
  border-top: 3px solid #24417C;
  height: 15px;
  transform: rotate(-135deg);
  width: 15px;
}

.p-accordion-oly__button a:hover::after {
  border-color: #24417C;
  transform: translateY(5px) rotate(-135deg);
}

.p-accordion-oly__button a:hover[aria-expanded=true]::after {
  transform: translateY(5px) rotate(45deg);
}

.p-accordion-oly__button a[aria-expanded=true]::after {
  height: 15px;
  transform: translateY(10px) rotate(45deg);
}

@media (max-width: 736px) {
  .p-accordion-oly__title {
    padding-bottom: 0;
  }
}

/* ==============================================
button
============================================== */
/*
* .p-button
* .p-button-border
*/
/* .p-button
----------------------- */
.p-button:hover {
  color: #032976;
}

.p-button-right:hover {
  color: #032976;
}

.p-button-oly {
  background: #5D5D5D;
  border-radius: 1.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: .4em 1em;
  transition: background .3s;
}

.p-button-oly > span {
  padding-left: 0;
  padding-right: 18px;
}

.p-button-oly > span::after {
  content: none;
}

.p-button-oly > span::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 9px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  transition-property: top, right, bottom, left;
  transition-duration: 0.3s;
  width: 9px;
}

.ie .p-button-oly .u-icon-blank {
  position: relative;
  top: .15em;
}

.p-button-oly:hover {
  background: #2a2a2a;
  color: white;
}

.p-button-oly:hover span::before {
  right: -4px;
}

.p-button-oly--16 {
  font-size: 1rem;
  padding: .5em 1em;
}

.p-button-oly--down {
  position: relative;
}

.p-button-oly--down > span {
  position: static;
}

.p-button-oly--down > span::before {
  border-color: #5D5D5D;
  top: 50%;
  transform: translate(-0.85em, -70%) rotate(-135deg);
  transform-origin: center;
  z-index: 1;
}

.p-button-oly--down > span::after {
  background: white;
  border: none;
  border-radius: 50%;
  content: '';
  height: 1.5em;
  left: auto !important;
  right: .4em;
  top: 50%;
  transform: translate(0, -50%);
  transition: none;
  width: 1.5em;
}

.p-button-oly--down:hover span::before {
  right: 0;
  top: 60%;
}

/* .p-button-border
----------------------- */
.p-button-oly-border {
  background: #AF8D64;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 2em;
  padding: .7em .5em 1.2em;
}

.p-button-oly-border > span {
  padding-left: 0;
}

.p-button-oly-border > span::after {
  border-color: #fff;
  border-width: 2px;
  bottom: 0;
  left: 50%;
  top: auto;
  transform: translate(-50%, 25px) rotate(-135deg);
  transition: transform .3s;
}

.p-button-oly-border:hover {
  background: #94734c;
  color: #fff;
}

.p-button-oly-border:hover > span::after {
  left: 50%;
  transform: translate(-50%, 28px) rotate(-135deg);
}

@media (max-width: 736px) {
  .p-button-oly-border {
    line-height: 1.3;
  }
}

/* ==============================================
cards
============================================== */
/*
* .p-cards-a
* .p-cards-b
* .p-cards-c
*/
/* .p-cards-a
----------------------- */
.p-cards-a__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-cards-a__item {
  flex: 0 1 auto;
  width: 30.45455%;
}

.p-cards-a__item:nth-child(-n+3) {
  margin-bottom: 40px;
}

.p-cards-a__item:not(:nth-child(3n)) {
  margin-right: 1.90909%;
}

.p-cards-a__item:last-child {
  margin-right: 0;
}

.p-cards-a .c-card-c {
  width: 100%;
}

.p-cards-a .c-card-c__content {
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .p-cards-a__list {
    flex-direction: column;
  }
  .p-cards-a__item {
    flex: 1 1 auto;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
  }
  .p-cards-a__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-cards-a__item:nth-child(odd) {
    left: -4vw;
  }
  .p-cards-a__item:nth-child(odd) .c-card-c__arrow.prev {
    background: #fff;
  }
  .p-cards-a__item:nth-child(even) {
    right: -4vw;
  }
  .p-cards-a__item:nth-child(even) .c-card-c__arrow.next {
    background: #fff;
  }
}

/* .p-cards-b
----------------------- */
.p-cards-b__list {
  display: flex;
  flex-wrap: wrap;
}

.p-cards-b__list .c-card {
  height: 100%;
  width: 100%;
}

.p-cards-b__list--2col {
  margin-bottom: -30px;
}

.p-cards-b__list--2col .p-cards-b__item {
  flex: 0 1 46.36364%;
  margin-bottom: 30px;
}

.p-cards-b__list--2col .p-cards-b__item:nth-child(odd) {
  margin-right: 2.72727%;
}

.p-cards-b__list--3col {
  margin-bottom: -30px;
}

.p-cards-b__list--3col .p-cards-b__item {
  flex: 0 1 30%;
  margin-bottom: 30px;
}

.p-cards-b__list--3col .p-cards-b__item:not(:nth-child(3n)) {
  margin-right: 2.72727%;
}

.p-cards-b__item .c-card-e {
  transition: background .2s ease-out;
}

.p-cards-b__item .c-card-e__figure, .p-cards-b__item .c-card-e__text {
  transition: opacity .2s ease-out;
}

.p-cards-b__item .c-card-e__text {
  transition-delay: .4s;
}

.p-cards-b__item .c-card-e__figure {
  transition-delay: .8s;
}

.p-cards-b__item[aria-hidden=true] .c-card-e {
  background: transparent;
}

.p-cards-b__item[aria-hidden=true] .c-card-e__figure, .p-cards-b__item[aria-hidden=true] .c-card-e__text {
  opacity: 0;
}

.p-cards-b__item[aria-hidden=false] .c-card-e {
  background: #F0F0F0;
}

.p-cards-b__item[aria-hidden=false] .c-card-e__figure, .p-cards-b__item[aria-hidden=false] .c-card-e__text {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .p-cards-b--card-e .c-card-e__figure {
    flex-basis: 200px;
  }
  .p-cards-b--card-e .c-card-e__img {
    transform: scale(0.8);
  }
  .p-cards-b--card-e .c-card-e__term .main {
    font-size: 2.2rem;
  }
  .p-cards-b--card-e .c-card-e__desc .strong {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 736px) {
  .p-cards-b__list--2col .p-cards-b__item:nth-child(odd) {
    margin-right: 0;
  }
  .p-cards-b__list--2col .p-cards-b__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-cards-b__list--3col .p-cards-b__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-cards-b__list--3col .p-cards-b__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-cards-b__list--sp-1col .p-cards-b__item {
    flex: 0 1 100%;
  }
  .p-cards-b--card-e .c-card-e__img {
    transform: scale(0.9);
  }
}

/* ==============================================
carousel
============================================== */
/*
* .p-carousel
*/
/* .p-carousel
----------------------- */
.p-carousel-swiper__next:hover::after, .p-carousel-swiper__prev:hover::after {
  border-color: #032976;
}

/* ==============================================
lists
============================================== */
/*
* .p-lists-a
*/
/* .p-lists-a
----------------------- */
.p-lists-a {
  font-size: 1rem;
}

.p-lists-a__item {
  /* align-items: center; */
  display: flex;
  padding: .7em 0;
}

.p-lists-a__item:not(:last-child) {
  border-bottom: 1px solid #B9B9B9;
}

.p-lists-a__item > *:not(:last-child) {
  margin-right: 1em;
  flex-shrink: 0;
}

.p-lists-a__meta > *:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 736px) {
  .p-lists-a {
    font-size: 0.875rem;
  }
  .p-lists-a__item {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==============================================
meta
============================================== */
/*
* .p-meta-a
*/
/* .p-meta-a
----------------------- */
.p-meta-a__content {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  padding-bottom: .3em;
}

.p-meta-a__content > *:not(:last-child) {
  margin-right: 1em;
}

.p-meta-a__date {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-meta-a--orange .p-meta-a__content {
  border-color: #E29F50;
}

.p-meta-a--orange .p-meta-a__date {
  color: #E29F50;
}

/* ==============================================
navpanel
============================================== */
/*
* .p-navpanel
*/
/* .p-navpanel
----------------------- */
.p-navpanel__list {
  display: flex;
  flex-wrap: wrap;
}

.p-navpanel__item .c-link {
  display: block;
}

.p-navpanel--3col .p-navpanel__item {
  width: 30%;
}

.p-navpanel--3col .p-navpanel__item:not(:nth-child(3n)) {
  margin-right: 2.72727%;
}

.p-navpanel--3col .p-navpanel__item:not(:nth-child(-n+3)) .c-link-c {
  border-top: none;
}

.p-navpanel--4col .p-navpanel__item {
  width: 20.90909%;
}

.p-navpanel--4col .p-navpanel__item:not(:nth-child(4n)) {
  margin-right: 2.72727%;
}

.p-navpanel--4col .p-navpanel__item:not(:nth-child(-n+4)) .c-link-c {
  border-top: none;
}

.p-navpanel--anchor .c-link-c__target:hover .c-arrow {
  transform: rotate(135deg);
}

.p-navpanel--anchor .c-link-c .c-arrow {
  transform: rotate(135deg);
}

.p-navpanel--columns .p-navpanel__item .c-link-c {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-navpanel--columns .p-navpanel__item .c-link-c__target {
  padding: 0.3em 0.2em;
  width: 100%;
}

.p-navpanel--columns.p-navpanel--4col .p-navpanel__item {
  flex: 1 1 25%;
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .p-navpanel__list {
    flex-direction: column;
  }
  .p-navpanel__item {
    width: 100%;
  }
  .p-navpanel--3col .p-navpanel__item {
    width: 100%;
  }
  .p-navpanel--3col .p-navpanel__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-navpanel--3col .p-navpanel__item:nth-child(2) .c-link, .p-navpanel--3col .p-navpanel__item:nth-child(3) .c-link {
    border-top: none;
  }
  .p-navpanel--3col .p-navpanel__item:nth-child(2) .c-link.singleitem, .p-navpanel--3col .p-navpanel__item:nth-child(3) .c-link.singleitem {
    border-top: 1px solid #B9B9B9;
  }
  .p-navpanel--4col .p-navpanel__item {
    width: 100%;
  }
  .p-navpanel--4col .p-navpanel__item:not(:first-child) .c-link {
    border-top: none;
  }
  .p-navpanel--columns .p-navpanel__list {
    flex-direction: row;
  }
  .p-navpanel--columns .p-navpanel__item .c-link-c {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .p-navpanel--columns .p-navpanel__item .c-link-c__target {
    padding: 0.3em 0.2em;
    width: 100%;
  }
  .p-navpanel--columns.p-navpanel--4col .p-navpanel__item {
    flex: 1 1 130px;
    margin-right: 0;
  }
  .p-navpanel--columns.p-navpanel--4col .p-navpanel__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 1em;
  }
  .p-navpanel--columns.p-navpanel--4col .p-navpanel__item .c-link-c__text {
    font-size: 1.4rem;
  }
}

/* ==============================================
panel
============================================== */
/*
* .p-panel-a
*/
/* .p-panel-a
----------------------- */
.p-panel-a {
  background: #fff;
  padding: 60px 60px 50px 90px;
}

.p-panel-a__inner {
  position: relative;
}

.p-panel-a__content {
  border-top: 2px solid #AF8D64;
  border-bottom: 2px solid #AF8D64;
  height: 240px;
  overflow: auto;
  padding: .7em 0;
}

.p-panel-a__heading {
  background: #fff;
  color: #AF8D64;
  font-size: 1.875rem;
  left: 0;
  padding-right: .6em;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.p-panel-a--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 736px) {
  .p-panel-a {
    padding: 2.66667vw 5.33333vw 5.33333vw 5.33333vw;
  }
  .p-panel-a__heading {
    font-size: 1.4375rem;
    padding-bottom: .2em;
    position: static;
    transform: none;
  }
  .p-panel-a__content {
    padding: .3em 0;
  }
}

/* ==============================================
people-list
============================================== */
/*
* .p-people-list
*/
/* .p-people-list
----------------------- */
a.p-people-list2:hover {
  color: #032976;
}

/* ==============================================
phUnit
============================================== */
/*
* .p-phUnit-a
* .p-phUnit-b
*/
/* .p-phUnit-a
----------------------- */
.p-phUnit-a {
  position: relative;
}

.p-phUnit-a .c-heading-balloon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(15px, -75%) rotate(10deg);
  z-index: 1;
}

.p-phUnit-a .c-heading-balloon.anim-balloon {
  -webkit-animation: balloon 2s ease-in-out infinite;
          animation: balloon 2s ease-in-out infinite;
}

@media (max-width: 736px) {
  .p-phUnit-a .c-heading-balloon {
    transform: translate(30%, -50%) rotate(10deg);
  }
  .p-phUnit-a .c-heading-balloon.anim-balloon {
    -webkit-animation: balloon-sp 2s ease-in-out infinite;
            animation: balloon-sp 2s ease-in-out infinite;
  }
}

@-webkit-keyframes balloon {
  50% {
    transform: translate(15px, -70%) rotate(10deg);
  }
  100% {
    transform: translate(15px, -75%) rotate(10deg);
  }
}

@keyframes balloon {
  50% {
    transform: translate(15px, -70%) rotate(10deg);
  }
  100% {
    transform: translate(15px, -75%) rotate(10deg);
  }
}

@-webkit-keyframes balloon-sp {
  50% {
    transform: translate(30%, -45%) rotate(10deg);
  }
  100% {
    transform: translate(30%, -50%) rotate(10deg);
  }
}

@keyframes balloon-sp {
  50% {
    transform: translate(30%, -45%) rotate(10deg);
  }
  100% {
    transform: translate(30%, -50%) rotate(10deg);
  }
}

/* .p-phUnit-b
----------------------- */
.p-phUnit-b {
  margin: 0;
}

.p-phUnit-b__caption {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

/* ==============================================
pickup-card
============================================== */
/*
* .p-pickup-card
*/
/* .p-pickup-card
----------------------- */
a.p-pickup-card:hover {
  color: #032976;
}

.p-pickup-card-oly__title {
  color: #AF8D64;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 0;
  text-align: center;
}

.p-pickup-card-oly__title::after {
  content: none;
}

.p-pickup-card-oly__headimage {
  margin-bottom: 1rem;
}

.p-pickup-card-oly__headimage img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

/* ==============================================
table
============================================== */
/*
* .p-table-a
* .p-table-b
* .p-table-c
* .p-table-d
*/
/* .p-table-a
----------------------- */
.p-table-a__item {
  border-top: 1px solid #B9B9B9;
}

.p-table-a__item:last-child {
  border-bottom: 1px solid #B9B9B9;
}

.p-table-a__row {
  display: flex;
  padding: 1em 4em;
}

.p-table-a__term {
  flex: 0 1 120px;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .p-table-a__row {
    flex-direction: column;
    padding: 1em;
  }
  .p-table-a__term {
    flex-basis: auto;
    margin-bottom: 0.5em;
  }
}

/* .p-table-b
----------------------- */
.p-table-b__group {
  display: flex;
  border: 1px solid #B9B9B9;
  border-right: 0;
}

.p-table-b__group:not(:first-child) {
  border-top: none;
}

.p-table-b__group:not(:first-child) .p-table-b__cell--term {
  display: none;
}

.p-table-b__block {
  flex: 1 1 auto;
}

.p-table-b__block--header {
  flex: 0 1 230px;
}

.p-table-b__block--header .p-table-b__unit {
  height: 100%;
}

.p-table-b__block--header .p-table-b__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-table-b__block--header .p-table-b__cell--term {
  flex-grow: 0;
}

.p-table-b__row {
  display: flex;
}

.p-table-b__row:not(:first-child) .p-table-b__cell--term {
  display: none;
}

.p-table-b__row:not(:last-child) {
  border-bottom: 1px solid #B9B9B9;
}

.p-table-b__unit {
  display: flex;
  flex-direction: column;
}

.p-table-b__unit:nth-child(1) {
  flex: 1 1 auto;
}

.p-table-b__unit:nth-child(2), .p-table-b__unit:nth-child(3) {
  flex: 0 1 230px;
}

.p-table-b__cell {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0.8em;
  border-right: 1px solid #B9B9B9;
  line-height: 1.4;
}

.p-table-b__cell--term {
  flex-grow: 0;
  padding: 1em 0.8em;
  background: #e6b7b7;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .p-table-b__group {
    flex-direction: column;
    border: none;
  }
  .p-table-b__group:not(:first-child) {
    margin-top: 35px;
    border-top: none;
  }
  .p-table-b__group:not(:first-child) .p-table-b__cell--term {
    display: flex;
  }
  .p-table-b__block--header {
    flex: 1 1 auto;
  }
  .p-table-b__block--header .p-table-b__cell {
    justify-content: flex-start;
    margin-bottom: 7px;
    padding-left: 0;
    border: none;
    font-weight: bold;
    font-size: 2rem;
  }
  .p-table-b__block--header .p-table-b__cell--term {
    display: none !important;
  }
  .p-table-b__row {
    flex-direction: column;
    border-top: 1px solid #B9B9B9;
  }
  .p-table-b__row:not(:first-child) .p-table-b__cell--term {
    display: flex;
  }
  .p-table-b__row:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: none;
  }
  .p-table-b__unit {
    display: flex;
    flex: 1 1 auto !important;
    flex-direction: row;
  }
  .p-table-b__cell {
    flex-grow: 1;
    justify-content: flex-start;
    padding: 0.7em;
    border-bottom: 1px solid #B9B9B9;
  }
  .p-table-b__cell--term {
    flex: 0 0 auto;
    justify-content: center;
    width: 30%;
  }
}

/* .p-table-c
----------------------- */
.p-table-c {
  /* .p-table-c(sp) */
}

.p-table-c--full .p-table-c__table {
  width: 100%;
  border-collapse: separate;
}

.p-table-c__colgroup {
  width: 25%;
}

.p-table-c__colgroup--work {
  border-left: 20px solid #EE334E;
  background: #EE334E;
}

.p-table-c__colgroup--private {
  border-right: 20px solid #9BAFD6;
  background: #9BAFD6;
}

.p-table-c__head .p-table-c__cell--th {
  padding: 25px 20px 17px;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.5;
}

.p-table-c__head .p-table-c__cell--work {
  color: #B11E33;
}

.p-table-c__head .p-table-c__cell--private {
  color: #043DBE;
}

.p-table-c__body .p-table-c__row:last-child .p-table-c__cell {
  padding-bottom: 20px;
}

.p-table-c__cell {
  position: relative;
  padding: 5px;
  text-align: center;
}

.p-table-c__cell[colspan="4"] {
  background: linear-gradient(to right, #e6b7b7 47.63636%, #d1e2f2 47.63636%);
}

.p-table-c__content {
  padding: 0.8em;
  height: 100%;
  background: #ffffff;
  font-size: 1.3rem;
}

.p-table-c__content .term {
  margin-bottom: 0.2em;
  font-weight: bold;
}

.p-table-c__content .term .heading {
  font-weight: bold;
}

.p-table-c__content .term--1line {
  position: relative;
  top: 1.2em;
}

@media only screen and (max-width: 736px) {
  .p-table-c__colgroup--work {
    border-left-width: 8px;
  }
  .p-table-c__colgroup--private {
    border-right-width: 8px;
  }
  .p-table-c__cell {
    padding: 3px;
  }
  .p-table-c__content .term--1line {
    top: 0;
  }
  .p-table-c__content .desc {
    text-align: left;
  }
}

/* .p-table-d
----------------------- */
.p-table-d__item {
  border-top: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
}

.p-table-d__item:last-child {
  border-bottom: 1px solid #B9B9B9;
}

.p-table-d__row {
  display: flex;
  background-color: #d3e5cc;
  text-align: center;
}

.p-table-d__term {
  flex: 0 0 240px;
  width: 240px;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.6;
}

.p-table-d__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
}

.p-table-d__cell:last-child {
  justify-content: left;
  padding: 11px 25px;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
}

@media only screen and (max-width: 736px) {
  .p-table-d__term {
    flex: 0 0 95px;
    padding: 10px;
    width: 95px;
  }
  .p-table-d__cell {
    padding: 10px;
    line-height: 1.4;
  }
  .p-table-d__cell:last-child {
    padding: 10px;
  }
}

/* .p-table-e
----------------------- */
.p-table-e__group {
  display: flex;
  border: 1px solid #B9B9B9;
  border-right: 0;
}

.p-table-e__group:not(:first-child) {
  border-top: none;
}

.p-table-e__group:not(:first-child) .p-table-e__cell--term {
  display: none;
}

.p-table-e__block--header .p-table-e__unit {
  height: 100%;
}

.p-table-e__block--header .p-table-e__cell {
  display: flex;
  align-items: center;
}

.p-table-e__block--header .p-table-e__cell--term {
  flex-grow: 0;
}

.p-table-e__row {
  display: flex;
}

.p-table-e__row:not(:first-child) .p-table-e__cell--term {
  display: none;
}

.p-table-e__row:not(:last-child) {
  border-bottom: 1px solid #B9B9B9;
}

.p-table-e__unit {
  display: flex;
  flex-direction: column;
  max-width: 175px;
  width: 100%;
}

.p-table-e__unit:nth-child(1) dd {
  justify-content: center;
}

.p-table-e__unit:nth-child(2), .p-table-e__unit:nth-child(3), .p-table-e__unit:nth-child(4), .p-table-e__unit:nth-child(3) {
  width: calc((100% ) - 175px);
}

.p-table-e__unit dd {
  justify-content: flex-start;
}

.p-table-e__unit dd span span {
  font-size: 1.2rem;
}

.p-table-e__cell {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  padding: 15px 10px;
  border-right: 1px solid #B9B9B9;
  line-height: 1.8;
}

.p-table-e__cell--term {
  flex-grow: 0;
  padding: 15px 10px;
  background: #d3e5cc;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .p-table-e__unit {
    max-width: 100%;
    width: 100%;
  }
  .p-table-e__unit:nth-child(1) {
    border-top: 1px solid #B9B9B9;
  }
  .p-table-e__unit:nth-child(2), .p-table-e__unit:nth-child(3), .p-table-e__unit:nth-child(4), .p-table-e__unit:nth-child(3) {
    width: calc((100% ));
  }
  .p-table-e__unit dd span span {
    display: inline-block;
    margin-top: 10px;
  }
  .p-table-e__group {
    flex-direction: column;
    border-width: 0 0 0 1px;
  }
  .p-table-e__group:not(:first-child) {
    margin-top: 35px;
    border-top: none;
  }
  .p-table-e__group:not(:first-child) .p-table-e__cell {
    width: auto;
  }
  .p-table-e__group:not(:first-child) .p-table-e__cell--term {
    display: flex;
    width: 29%;
  }
  .p-table-e__block--header {
    flex: 1 1 auto;
    justify-content: flex-start !important;
    border-top: 1px solid #B9B9B9;
  }
  .p-table-e__block--header:first-child {
    justify-content: center;
  }
  .p-table-e__row {
    flex-direction: column;
  }
  .p-table-e__row:not(:first-child) .p-table-e__cell--term {
    display: flex;
  }
  .p-table-e__row:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: none;
  }
  .p-table-e__unit {
    display: flex;
    flex: 1 1 auto !important;
    flex-direction: row;
  }
  .p-table-e__cell {
    flex-grow: 1;
    justify-content: flex-start;
    padding: 0.7em;
    border-bottom: 1px solid #B9B9B9;
    line-height: 1.4;
  }
  .p-table-e__cell--term {
    flex: 0 0 auto;
    justify-content: center;
    width: 29%;
  }
}

/* ==============================================
topiclist
============================================== */
/*
* .p-topiclist-a
*/
/* .p-topiclist-a
----------------------- */
.p-topiclist-a__heading {
  align-items: center;
  border-bottom: 2px solid;
  font-size: 1.25rem;
  display: flex;
  font-weight: bold;
  padding-bottom: .1em;
}

.p-topiclist-a__heading--gold {
  color: #AF8D64;
}

.p-topiclist-a__heading--noborder {
  border: none;
}

.p-topiclist-a__body {
  margin-top: .8em;
}

.p-topiclist-a__link {
  color: #000;
}

.p-topiclist-a__link:hover {
  color: #000;
}

@media (max-width: 736px) {
  .p-topiclist-a__text {
    line-height: 1.6;
  }
}

/* ==============================================
video
============================================== */
/*
* .p-video-a
*/
/* .p-video-a
----------------------- */
.p-video-a {
  width: 279px;
}

.p-video-a .c-image-a__anchor {
  display: block;
}

.p-video-a .c-image-a__anchor::before {
  background: url(/jj2020olypara/img/ico_play_01@2x.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 66px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  z-index: 1;
}

@media (max-width: 736px) {
  .p-video-a {
    background: #B11E33;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    width: 100%;
  }
  .p-video-a__cnt {
    width: 74.4vw;
  }
  .p-video-a .c-image-a {
    width: 100%;
  }
  .p-video-a .c-image-a img {
    width: 100%;
  }
}

/* Utility
------------------------------------------- */
/* ==============================================
align
============================================== */
.u-align .u-align__cnt {
  display: inline-block;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

/* ==============================================
border
============================================== */
.u-border-t-none {
  border-top: none !important;
}

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

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

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

.u-circumference-border {
  border: 1px solid #d3d3d3;
}

/* ==============================================
color
============================================== */
.u-color-white {
  color: #fff;
}

.u-color-blue {
  color: #043DBE;
}

.u-color-navy {
  color: #032976;
}

.u-color-navy-light {
  color: #24417C;
}

.u-color-gold {
  color: #AF8D64;
}

.u-color-supplementary-oly {
  color: #434343;
}

.u-color-emphasis2 {
  color: #032976;
}

.u-bgcolor-white {
  background-color: #fff;
}

.u-bgcolor-gray {
  background-color: #B9B9B9;
}

.u-bgcolor-gray-light {
  background-color: #F0F0F0;
}

.u-bgcolor-gray-dark {
  background-color: #5D5D5D;
}

.u-bgcolor-blue {
  background-color: #043DBE;
}

.u-bgcolor-blue-sky {
  background-color: #0482BE;
}

.u-bgcolor-navy {
  background-color: #032976;
}

.u-bgcolor-gold {
  background-color: #AF8D64;
}

.u-bgcolor-red {
  background-color: #B11E33;
}

.u-bgcolor-red-dark {
  background-color: #A52336;
}

.u-bgcolor-green-light {
  background-color: #9AC178;
}

.u-opacity-0 {
  opacity: 0;
}

/* ==============================================
column
============================================== */
.u-column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

/* ==============================================
display
============================================== */
.u-onlysp {
  display: none !important;
}

@media only screen and (max-width: 736px) {
  .u-onlypc {
    display: none !important;
  }
  .u-onlysp {
    display: inherit !important;
  }
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

/* ==============================================
flex
============================================== */
/*
* .u-flex
* .u-flex-order
*/
/* .u-flex
----------------------- */
.u-flex {
  align-items: flex-start;
  display: flex;
  /* .u-flex(sp) */
}

.u-flex > * {
  flex: 0 1 auto;
}

> .u-flex__img {
  flex: 0 0 auto;
}

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

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

.u-flex--around {
  justify-content: space-around;
}

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

.u-flex--align-center {
  align-items: center;
}

.u-flex--align-end {
  align-items: flex-end;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

.u-flex--column {
  flex-direction: column;
}

@media only screen and (max-width: 736px) {
  .u-flex--spcol {
    flex-direction: column;
  }
  .u-flex--spblock {
    display: block;
  }
  .u-flex--align-start-sp {
    align-items: flex-start;
  }
}

/* .u-order
----------------------- */
.u-order0 {
  order: 0;
}

.u-order1 {
  order: 1;
}

.u-order2 {
  order: 2;
}

.u-order3 {
  order: 3;
}

.u-order4 {
  order: 4;
}

.u-order5 {
  order: 5;
}

.u-order6 {
  order: 6;
}

.u-order7 {
  order: 7;
}

.u-order8 {
  order: 8;
}

.u-order9 {
  order: 9;
}

.u-order10 {
  order: 10;
}

/* ==============================================
height
============================================== */
.u-h5 {
  height: 5% !important;
}

.u-h10 {
  height: 10% !important;
}

.u-h15 {
  height: 15% !important;
}

.u-h20 {
  height: 20% !important;
}

.u-h25 {
  height: 25% !important;
}

.u-h30 {
  height: 30% !important;
}

.u-h35 {
  height: 35% !important;
}

.u-h40 {
  height: 40% !important;
}

.u-h45 {
  height: 45% !important;
}

.u-h50 {
  height: 50% !important;
}

.u-h55 {
  height: 55% !important;
}

.u-h60 {
  height: 60% !important;
}

.u-h65 {
  height: 65% !important;
}

.u-h70 {
  height: 70% !important;
}

.u-h75 {
  height: 75% !important;
}

.u-h80 {
  height: 80% !important;
}

.u-h85 {
  height: 85% !important;
}

.u-h90 {
  height: 90% !important;
}

.u-h95 {
  height: 95% !important;
}

.u-h100 {
  height: 100% !important;
}

@media only screen and (max-width: 736px) {
  .u-height-sp100 {
    width: 100%;
  }
}

/* ==============================================
icon
============================================== */
/*
* .u-icon-blank--white
*/
/* .u-icon-blank--white
----------------------- */
a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]) .u-icon-blank--white::after {
  background: url(/jj2020pj/img/ico_blank_white.svg);
}

/* ==============================================
image
============================================== */
.ie img.u-object-fit {
  font-family: 'object-fit: cover;';
}

/* ==============================================
line-height
============================================== */
.u-lh10 {
  line-height: 1;
}

.u-lh11 {
  line-height: 1.1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh19 {
  line-height: 1.9;
}

.u-lh20 {
  line-height: 2;
}

.u-lh21 {
  line-height: 2.1;
}

.u-lh22 {
  line-height: 2.2;
}

.u-lh23 {
  line-height: 2.3;
}

.u-lh24 {
  line-height: 2.4;
}

.u-lh25 {
  line-height: 2.5;
}

.u-lh26 {
  line-height: 2.6;
}

.u-lh27 {
  line-height: 2.7;
}

.u-lh28 {
  line-height: 2.8;
}

.u-lh29 {
  line-height: 2.9;
}

.u-lh30 {
  line-height: 3;
}

@media only screen and (max-width: 736px) {
  .u-lh10-sp {
    line-height: 1;
  }
  .u-lh11-sp {
    line-height: 1.1;
  }
  .u-lh12-sp {
    line-height: 1.2;
  }
  .u-lh13-sp {
    line-height: 1.3;
  }
  .u-lh14-sp {
    line-height: 1.4;
  }
  .u-lh15-sp {
    line-height: 1.5;
  }
  .u-lh16-sp {
    line-height: 1.6;
  }
  .u-lh17-sp {
    line-height: 1.7;
  }
  .u-lh18-sp {
    line-height: 1.8;
  }
  .u-lh19-sp {
    line-height: 1.9;
  }
  .u-lh20-sp {
    line-height: 2;
  }
  .u-lh21-sp {
    line-height: 2.1;
  }
  .u-lh22-sp {
    line-height: 2.2;
  }
  .u-lh23-sp {
    line-height: 2.3;
  }
  .u-lh24-sp {
    line-height: 2.4;
  }
  .u-lh25-sp {
    line-height: 2.5;
  }
  .u-lh26-sp {
    line-height: 2.6;
  }
  .u-lh27-sp {
    line-height: 2.7;
  }
  .u-lh28-sp {
    line-height: 2.8;
  }
  .u-lh29-sp {
    line-height: 2.9;
  }
  .u-lh30-sp {
    line-height: 3;
  }
}

/* ==============================================
link
============================================== */
/*
* .u-link-reset
*/
/* .u-link-reset
----------------------- */
.u-link-reset:hover {
  color: #032976;
}

/* ==============================================
position
============================================== */
.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

/* ==============================================
spacing
============================================== */
.u-mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mr5 {
  margin-right: 5px !important;
}

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

.u-ml5 {
  margin-left: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

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

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

.u-mr20 {
  margin-right: 20px !important;
}

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

.u-ml20 {
  margin-left: 20px !important;
}

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

.u-pr20 {
  padding-right: 20px !important;
}

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

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

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

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

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

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

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

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

.u-mr40 {
  margin-right: 40px !important;
}

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

.u-ml40 {
  margin-left: 40px !important;
}

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

.u-pr40 {
  padding-right: 40px !important;
}

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

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

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

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

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

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

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

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

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

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

.u-mr60 {
  margin-right: 60px !important;
}

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

.u-ml60 {
  margin-left: 60px !important;
}

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

.u-pr60 {
  padding-right: 60px !important;
}

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

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

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

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

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

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

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

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

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

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

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

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

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

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

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

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

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

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 736px) {
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-pt5-sp {
    padding-top: 5px !important;
  }
  .u-pr5-sp {
    padding-right: 5px !important;
  }
  .u-pb5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl5-sp {
    padding-left: 5px !important;
  }
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-pt10-sp {
    padding-top: 10px !important;
  }
  .u-pr10-sp {
    padding-right: 10px !important;
  }
  .u-pb10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl10-sp {
    padding-left: 10px !important;
  }
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-pt15-sp {
    padding-top: 15px !important;
  }
  .u-pr15-sp {
    padding-right: 15px !important;
  }
  .u-pb15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl15-sp {
    padding-left: 15px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-pt20-sp {
    padding-top: 20px !important;
  }
  .u-pr20-sp {
    padding-right: 20px !important;
  }
  .u-pb20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl20-sp {
    padding-left: 20px !important;
  }
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-pt25-sp {
    padding-top: 25px !important;
  }
  .u-pr25-sp {
    padding-right: 25px !important;
  }
  .u-pb25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl25-sp {
    padding-left: 25px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-pt30-sp {
    padding-top: 30px !important;
  }
  .u-pr30-sp {
    padding-right: 30px !important;
  }
  .u-pb30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl30-sp {
    padding-left: 30px !important;
  }
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-pt35-sp {
    padding-top: 35px !important;
  }
  .u-pr35-sp {
    padding-right: 35px !important;
  }
  .u-pb35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl35-sp {
    padding-left: 35px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-pt40-sp {
    padding-top: 40px !important;
  }
  .u-pr40-sp {
    padding-right: 40px !important;
  }
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl40-sp {
    padding-left: 40px !important;
  }
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-pt45-sp {
    padding-top: 45px !important;
  }
  .u-pr45-sp {
    padding-right: 45px !important;
  }
  .u-pb45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl45-sp {
    padding-left: 45px !important;
  }
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-pt50-sp {
    padding-top: 50px !important;
  }
  .u-pr50-sp {
    padding-right: 50px !important;
  }
  .u-pb50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl50-sp {
    padding-left: 50px !important;
  }
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-pt55-sp {
    padding-top: 55px !important;
  }
  .u-pr55-sp {
    padding-right: 55px !important;
  }
  .u-pb55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl55-sp {
    padding-left: 55px !important;
  }
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-pt60-sp {
    padding-top: 60px !important;
  }
  .u-pr60-sp {
    padding-right: 60px !important;
  }
  .u-pb60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl60-sp {
    padding-left: 60px !important;
  }
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-pt65-sp {
    padding-top: 65px !important;
  }
  .u-pr65-sp {
    padding-right: 65px !important;
  }
  .u-pb65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl65-sp {
    padding-left: 65px !important;
  }
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-pt70-sp {
    padding-top: 70px !important;
  }
  .u-pr70-sp {
    padding-right: 70px !important;
  }
  .u-pb70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl70-sp {
    padding-left: 70px !important;
  }
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-pt75-sp {
    padding-top: 75px !important;
  }
  .u-pr75-sp {
    padding-right: 75px !important;
  }
  .u-pb75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl75-sp {
    padding-left: 75px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
  .u-pt80-sp {
    padding-top: 80px !important;
  }
  .u-pr80-sp {
    padding-right: 80px !important;
  }
  .u-pb80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl80-sp {
    padding-left: 80px !important;
  }
  .u-mt85-sp {
    margin-top: 85px !important;
  }
  .u-mr85-sp {
    margin-right: 85px !important;
  }
  .u-mb85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml85-sp {
    margin-left: 85px !important;
  }
  .u-pt85-sp {
    padding-top: 85px !important;
  }
  .u-pr85-sp {
    padding-right: 85px !important;
  }
  .u-pb85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl85-sp {
    padding-left: 85px !important;
  }
  .u-mt90-sp {
    margin-top: 90px !important;
  }
  .u-mr90-sp {
    margin-right: 90px !important;
  }
  .u-mb90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml90-sp {
    margin-left: 90px !important;
  }
  .u-pt90-sp {
    padding-top: 90px !important;
  }
  .u-pr90-sp {
    padding-right: 90px !important;
  }
  .u-pb90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl90-sp {
    padding-left: 90px !important;
  }
  .u-mt95-sp {
    margin-top: 95px !important;
  }
  .u-mr95-sp {
    margin-right: 95px !important;
  }
  .u-mb95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml95-sp {
    margin-left: 95px !important;
  }
  .u-pt95-sp {
    padding-top: 95px !important;
  }
  .u-pr95-sp {
    padding-right: 95px !important;
  }
  .u-pb95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl95-sp {
    padding-left: 95px !important;
  }
  .u-mt100-sp {
    margin-top: 100px !important;
  }
  .u-mr100-sp {
    margin-right: 100px !important;
  }
  .u-mb100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml100-sp {
    margin-left: 100px !important;
  }
  .u-pt100-sp {
    padding-top: 100px !important;
  }
  .u-pr100-sp {
    padding-right: 100px !important;
  }
  .u-pb100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl100-sp {
    padding-left: 100px !important;
  }
}

.u-anchor {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
  position: absolute;
}

@media only screen and (max-width: 736px) {
  .u-sp-fit {
    margin-left: -5.33333vw;
    margin-right: -5.33333vw;
  }
}

/* ==============================================
text
============================================== */
.u-fz10 {
  font-size: 10% !important;
}

.u-fz20 {
  font-size: 20% !important;
}

.u-fz30 {
  font-size: 30% !important;
}

.u-fz40 {
  font-size: 40% !important;
}

.u-fz50 {
  font-size: 50% !important;
}

.u-fz60 {
  font-size: 60% !important;
}

.u-fz70 {
  font-size: 70% !important;
}

.u-fz80 {
  font-size: 80% !important;
}

.u-fz90 {
  font-size: 90% !important;
}

.u-fz100 {
  font-size: 100% !important;
}

.u-fz110 {
  font-size: 110% !important;
}

.u-fz120 {
  font-size: 120% !important;
}

.u-fz130 {
  font-size: 130% !important;
}

.u-fz140 {
  font-size: 140% !important;
}

.u-fz150 {
  font-size: 150% !important;
}

.u-fz160 {
  font-size: 160% !important;
}

.u-fz170 {
  font-size: 170% !important;
}

.u-fz180 {
  font-size: 180% !important;
}

.u-fz190 {
  font-size: 190% !important;
}

.u-fz200 {
  font-size: 200% !important;
}

.u-fz210 {
  font-size: 210% !important;
}

.u-fz220 {
  font-size: 220% !important;
}

.u-text {
  /* this project only */
}

.u-text-align-l {
  text-align: left;
}

.u-text-align-r {
  text-align: right;
}

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

.u-text-bold {
  font-weight: 700;
}

.u-text-normal {
  font-weight: 400;
}

.u-text-color-text {
  color: #000;
}

.u-text-color-white {
  color: #fff;
}

.u-text-loose {
  letter-spacing: .05em;
}

.u-text-small {
  font-size: 80% !important;
}

.u-text-serif {
  font-family: YuMincho, 'Yu Mincho', NotoSerifJP, serif;
}

.u-text-sub {
  font-size: .5em;
  margin: 0 .1em;
}

.u-text-sub--entity {
  font-size: 1.2rem;
}

.u-text-sup {
  font-size: .7em;
  margin: 0 .2em 0 0;
  vertical-align: super;
}

.u-text-tight {
  letter-spacing: -.01em;
}

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

.u-text-vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

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

.u-text-14 {
  font-size: 0.875rem;
}

.u-text-16 {
  font-size: 1rem;
}

@media only screen and (max-width: 736px) {
  .u-text-align-sp-l {
    text-align: left;
  }
  .u-text-align-sp-r {
    text-align: right;
  }
  .u-text-align-sp-c {
    text-align: center;
  }
  .u-text-vertical-sp {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}

/* ==============================================
width
============================================== */
.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

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

@media only screen and (max-width: 736px) {
  .u-widthsp100 {
    width: 100%;
  }
}

/* ==============================================
zindex
============================================== */
/*
* .u-zindex
*/
/* .u-zindex
----------------------- */
.u-zindex0 {
  z-index: 0;
}

.u-zindex1 {
  z-index: 1;
}

.u-zindex2 {
  z-index: 2;
}

.u-zindex3 {
  z-index: 3;
}

.u-zindex4 {
  z-index: 4;
}

.u-zindex5 {
  z-index: 5;
}

.u-zindex6 {
  z-index: 6;
}

.u-zindex7 {
  z-index: 7;
}

.u-zindex8 {
  z-index: 8;
}

.u-zindex9 {
  z-index: 9;
}

.u-zindex10 {
  z-index: 10;
}
/*# sourceMappingURL=../maps/css/olympic.css.map */
