@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
body {
  color: #221815;
}

a {
  color: #00226d;
}

/* ==========================================================================
Layout
========================================================================== */
/* header
----------------------------------------------------------------- */

.l-header--bottom__btn {
  color: #fff;
  background-color: #d32f2f;
}

.l-header__event__title {
  color: #00226d;
}

/* global nav
----------------------------------------------------------------- */

.l-gnav__list__item__inner {
  color: #727171;
}

.l-gnav--sub__list__item a {
  color: #666;
}

.c-box--icon .l-gnav--sub__list__image i {
  color: #00226d;
}

.l-gnav--sub__list__icon {
  color: #00226d;
}

.l-gnav__btn span {
  background-color: #00226d;
}

.l-gnav--it-pc {
  background-color: #f1f1f1;
}

.l-gnav--it__title__inner {
  background-color: #00226d;
}

.l-gnav--it__title__inner:before, .l-gnav--it__title__inner:after {
  background-color: #00226d;
}

.l-gnav--it__list__item a {
  color: #221815;
}

/* footer
----------------------------------------------------------------- */
.l-footer--center {
  padding: 45px 0;
  color: #fff;
  background-color: #221815;
}

.l-footer--bottom {
  background-color: #fff;
}

/* sidebar
----------------------------------------------------------------- */

.l-sidebar__list--textlink__item {
  border-bottom-color: #b5b6b6;
}

.l-sidebar__list--textlink__item a {
  color: #333;
}

.l-sidebar__list--textlink__item a:before {
  border-color: transparent transparent transparent #00226d;
}

.l-sidebar__list--banner__item {
  border-bottom-color: #b5b6b6;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* input
----------------------------------------------------------------- */
.c-input--text {
  background-color: #fff;
  border: solid 1px #b5b6b6;
}

.c-input--textarea {
  background-color: #fff;
  border: solid 1px #b5b6b6;
}

.c-input--select {
  background-color: #fff;
  border: solid 1px #b5b6b6;
}

/* button
----------------------------------------------------------------- */
.c-button--success {
  color: #fff;
  background-color: #00226d;
}

.c-button--back {
  color: #fff;
  background-color: #727171;
}

/* label
----------------------------------------------------------------- */
.c-label--optional {
  background-color: #727171;
}

.c-label--must {
  background-color: #d32f2f;
}

/* button
----------------------------------------------------------------- */
.c-btn--default {
  color: #fff;
  background-color: #00226d;
}

.c-btn--danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--icon-default {
  color: #fff;
  background-color: #00226d;
}

.c-btn--icon-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--triangle-default {
  color: #fff;
  background-color: #00226d;
}

.c-btn--triangle-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--address-default {
  color: #fff;
  background-color: #f47900;
}

.c-btn--address-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--more {
  color: #00226d;
  border-color: #00226d;
}

.c-btn--sns {
  color: #fff;
  background-color: #221815;
  border: 1px solid rgba(255, 255, 255, 0);
}

#footer .c-btn--sns {
  color: #221815;
  background-color: #3e3a39;
}

/* box
----------------------------------------------------------------- */
.c-box > a {
  color: #221815;
}

.c-box--image {
  background-color: #fafafa;
}

.c-box--icon {
  box-shadow: inset 0 0 0 1px #00226d;
}

.c-box--icon .c-box__image i {
  color: #00226d;
}

.c-box--border {
  border-color: #b5b6b6;
}

/* title
----------------------------------------------------------------- */
.c-title--h1 {
  color: #221815;
}

.c-title--h1:before {
  background-color: #e5e5e5;
}

.c-title--h1 span:after {
  background-color: #00226d;
}

.c-title--h2, .c-entry h2,
.c-entry .c-title--h2 {
  color: #00226d;
  border-bottom-color: #00226d;
}

.c-title--h3, .c-entry h3,
.c-entry .c-title--h3 {
  color: #221815;
}

.c-title--h3:before, .c-entry h3:before,
.c-entry .c-title--h3:before {
  background-color: #221815;
}

.c-title--h4, .c-entry h4,
.c-entry .c-title--h4 {
  color: #898989;
}

.c-title--h5, .c-entry h5,
.c-entry .c-title--h5 {
  color: #727171;
}

.c-title--h5:before, .c-entry h5:before,
.c-entry .c-title--h5:before {
  color: #00226d;
}

.c-title--h6, .c-entry h6,
.c-entry .c-title--h6 {
  color: #9fa0a0;
}

.c-title--h6:before, .c-entry h6:before,
.c-entry .c-title--h6:before {
  color: #00226d;
}

.c-title--grid, .c-entry .c-title--grid {
  color: #221815;
}

.c-title--grid:before, .c-entry .c-title--grid:before {
  background-color: #00226d;
}

.c-title--box, .c-entry .c-title--box {
  color: #00226d;
}

/* list
----------------------------------------------------------------- */
.c-list--arrow__item:before,
.c-list--arrow li:before {
  border-color: transparent transparent transparent #00226d;
}

.c-list--dl dt {
  color: #9fa0a0;
}

.c-list--dl-lg__head,
.c-list--dl-lg dt {
  color: #00226d;
}

/* table
----------------------------------------------------------------- */

.c-table thead th, .c-entry table thead th,
.c-table thead td,
.c-entry table thead td {
  color: #fff;
  background-color: #00226d;
}

.c-table th, .c-entry table th,
.c-table td,
.c-entry table td {
  border-color: #b5b6b6;
}

.c-table th, .c-entry table th {
  background-color: #edf3ff;
}

.c-entry em {
  color: #d32f2f;
}

/* Project
----------------------------------------------------------------- */
/* breadcrumbs
----------------------------------------------------------------- */
.p-breadcrumb {
  border-bottom-color: #b5b6b6;
}

.p-breadcrumb__item {
  color: #999;
}

.p-breadcrumb__item a {
  color: #666;
}

/* language 翻訳
----------------------------------------------------------------- */
ul.bogo-language-switcher li:before {
  background-color: #221815;
}

#footer ul.bogo-language-switcher li:before {
  background-color: #3e3a39;
}

#footer ul.bogo-language-switcher li {
  color: #3e3a39;
}

ul.bogo-language-switcher li a {
  color: #221815;
}

#footer ul.bogo-language-switcher li a {
  color: #3e3a39;
}

/* slide
----------------------------------------------------------------- */
.p-slide .slick-prev {
  border-color: transparent #727171 transparent transparent;
}

.p-slide .slick-next {
  right: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px;
  border-color: transparent transparent transparent #727171;
  border-color: transparent transparent transparent #727171;
}

.p-slide__hero {
  background-color: rgba(241, 241, 241, 0.4);
}

.p-slide__hero .slick-prev {
  background-image: url(../img/slide-prev.png);
}

.p-slide__hero .slick-next {
  background-image: url(../img/slide-next.png);
}

.p-slide__hero .slick-dots li.slick-active button {
  background-color: #221815;
}

.p-slide__hero .slick-dots button {
  background-color: #b2aead;
}

/* dots */
.slick-dots li.slick-active button {
  background-color: #221815;
}

.slick-dots button {
  background-color: #a9a5a4;
}

/* tag
----------------------------------------------------------------- */
.p-tag {
  color: #999;
  background-color: #eee;
}

/* nav
----------------------------------------------------------------- */

.p-nav--pagelink__list__item a {
  color: #221815;
}

.p-nav--pagelink__list__item a:before {
  color: #00226d;
}

/* pager
----------------------------------------------------------------- */
.p-pager__list__item a {
  color: #221815;
  background-color: #f1f1f1;
}

.p-pager__list__item.current a {
  background-color: #727171;
}

/* address
----------------------------------------------------------------- */
.p-address {
  border-color: #f1f1f1;
}

.p-address__title {
  color: #001453;
  background-color: #f1f1f1;
}

.p-address__list {
  border-left-color: #00226d;
}

.p-address__list__name {
  color: #00226d;
}

.p-address--sm {
  background-color: rgba(239, 152, 38, 0.15);
}

.p-address--lg {
  background-color: #f1f1f1;
}

.p-address--lg__title {
  color: #001453;
}

/* schedule
----------------------------------------------------------------- */
.p-schedule__year {
  color: rgba(0, 20, 83, 0.5);
}

.p-schedule__list:before, .c-entry .p-schedule__list:before {
  background-color: #fff;
}

.p-schedule__list:after, .c-entry .p-schedule__list:after {
  border-color: #001453 transparent transparent transparent;
}

.p-schedule__list__month {
  color: #fff !important;
  background-color: #001453;
}

.color1 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.1);
}

.color2 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.2);
}

.color3 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.3);
}

.color4 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.4);
}

.color5 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.5);
}

.color6 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.6);
}

.color7 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.7);
}

.color8 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.8);
}

.color9 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.9);
}

.accent .p-schedule__list__month {
  background-color: #00226d;
}

.p-schedule__list__content {
  color: #001453;
  border: 1px solid rgba(0, 20, 83, 0.4);
}

.accent .p-schedule__list__content {
  color: #00226d;
  background-color: rgba(0, 34, 109, 0.2);
}

/* 同時開催展
----------------------------------------------------------------- */
.p-relevent {
  border-color: #9fa0a0;
}

.p-relevent__title span,
.p-relevent h2 span {
  color: #fff;
  background-color: #9fa0a0;
}

/* archive
----------------------------------------------------------------- */
.p-archive__list__item {
  background-color: #f1f1f1;
}

.p-archive__slide {
  background-color: #f1f1f1;
}

.p-archive__slide__title {
  color: #727171;
}

.p-archive__slide__title:after {
  background-color: #00226d;
}

.p-archive__slide__text a {
  color: #221815;
}

.p-archive__tag {
  color: #eee;
  background-color: #71706f;
}

/* article
----------------------------------------------------------------- */
.p-article__time {
  color: #71706f;
}

/* top
----------------------------------------------------------------- */
.p-top__media__title {
  color: #00226d;
}

.p-top__results__inner {
  border-color: #00226d;
}

.p-top__results__title {
  color: #00226d;
}

.p-top__results__title__inner {
  background-color: #fff;
}

.p-top__results__data:nth-of-type(1n) {
  color: #d32f2f;
}

.p-top__results__data:nth-of-type(2n) {
  color: #37469d;
}

.p-top__results__data:nth-of-type(3n) {
  color: #ef9826;
}

.p-top__results__data:nth-of-type(2n) {
  color: #009eb1;
}

.p-top__results__data__title {
  color: #727171;
}

.p-top__links {
  border-top-color: #b5b6b6;
}

.p-top__content__list .c-box__content {
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
}

.p-top__content__list .c-box__content p {
  font-weight: bold;
}

.p-top__link--image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top__link--image__item {
  width: calc(25% - 20px);
  margin: 20px 10px -0px;
  text-align: center;
}

/* card
----------------------------------------------------------------- */
.p-card__header > * {
  background-color: #00226d;
}

/* よくある質問
----------------------------------------------------------------- */
.p-faq__title {
  color: #fff;
  background-color: #00226d;
}

.p-faq__content {
  background: #edf3ff;
}

/* 各展
----------------------------------------------------------------- */
.p-medicarefoods .c-title--grid {
  color: #d04d55;
}

.p-mcs .c-title--grid {
  color: #8c4994;
}

.p-hokengai .c-title--grid {
  color: #87a93d;
}

.p-togo-iryo .c-title--grid {
  color: #529fc2;
}

.p-healthit .c-title--grid {
  color: #026db7;
}

.p-hoken-yakkyoku .c-title--grid {
  color: #22bb7d;
}

.p-medicarefoods .c-title--grid:before {
  background-color: #d04d55;
}

.p-mcs .c-title--grid:before {
  background-color: #8c4994;
}

.p-hokengai .c-title--grid:before {
  background-color: #87a93d;
}

.p-togo-iryo .c-title--grid:before {
  background-color: #529fc2;
}

.p-healthit .c-title--grid:before {
  background-color: #026db7;
}

.p-hoken-yakkyoku .c-title--grid:before {
  background-color: #22bb7d;
}

.p-online-matching {
  margin: -50px 0 0;
  padding: 0;
  background-color: #f2f2f2;
}

.c-entry .p-onlinematching__mv {
  position: relative;
  min-height: 600px;
}

.c-entry .p-onlinematching__mv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 1200px + ((100% - 1240px) / 2));
  max-width: calc(100% - 40px);
  height: 570px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/online-matching/mv-bg.jpg);
  background-size: cover;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.c-entry .p-onlinematching__mv__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.c-entry .p-onlinematching__mv__inner {
  padding: 130px 0 0 50%;
}

.c-entry .p-onlinematching__mv__title {
  margin: 0 0 35px;
  padding: 0;
  text-align: left;
  border: none;
}

.c-entry .p-onlinematching__mv__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.2;
}

.c-entry .p-onlinematching__mv__date__term {
  margin: 10px 12px 0 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #00f06c;
  border-radius: 20px;
}

.c-entry .p-onlinematching__mv__date__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-weight: normal;
  font-family: 'Aleo', 'Georgia', 'メイリオ', Meiryo, serif;
  font-size: 86.4px;
  font-size: 5.4rem;
  color: #002444;
}

.c-entry .p-onlinematching__mv__date__data .year {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}

.c-entry .p-onlinematching__mv__date__data .year:nth-of-type(2):before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 0 8px 5px;
  background-color: #002444;
}

.c-entry .p-onlinematching__mv__content {
  margin: 25px 0 0;
  padding: 30px;
  color: #002444;
  background-color: #fff;
}

.c-entry .p-onlinematching__mv__content > *:first-child {
  margin-top: 0;
}

.c-entry .p-onlinematching__mv__content > *:last-child {
  margin-bottom: 0;
}

.c-entry .p-onlinematching__mv__content__title {
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  border: none;
}

.c-entry .p-onlinematching__cta {
  padding: 50px 0 90px;
}

.c-entry .p-onlinematching__cta__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.c-entry .p-onlinematching__cta__inner > * {
  max-width: 100%;
  min-height: 0%;
}

.c-entry .p-onlinematching__cta__inner > *:first-child {
  margin-top: 0;
}

.c-entry .p-onlinematching__cta__inner > *:last-child {
  margin-bottom: 0;
}

.c-entry .p-onlinematching__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 300px;
  height: 80px;
  padding: 20px;
  margin: 40px auto;
  font-weight: bold;
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #00f06c;
  border-radius: 40px;
}

.c-entry .p-onlinematching__point {
  position: relative;
  background: linear-gradient(66deg, #002444 0%, #000 100%);
}

.c-entry .p-onlinematching__point:before, .c-entry .p-onlinematching__point:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.c-entry .p-onlinematching__point:before {
  left: 0;
  border-width: 0 50vw 70px 0;
}

.c-entry .p-onlinematching__point:after {
  right: 0;
  border-width: 0 0 70px 50vw;
}

.c-entry .p-onlinematching__point__inner {
  padding-top: 90px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(../img/online-matching/online-matching-point-bg.png);
  background-size: 364px auto;
}

.c-entry .p-onlinematching__point__text {
  text-align: center;
}

.c-entry .p-onlinematching__title {
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  border: none;
}

.c-entry .p-onlinematching__function {
  padding: 60px 0 90px;
  background-color: #fff;
}

.c-entry .p-onlinematching__function__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-entry .p-onlinematching__function__list__item {
  margin: 0 10px;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #002444;
  text-align: center;
}

.c-entry .p-onlinematching__function__list__item > *:first-child {
  margin-top: 0;
}

.c-entry .p-onlinematching__function__list__item > *:last-child {
  margin-bottom: 0;
}

.c-entry .p-onlinematching__function__list__item__icon {
  width: 160px;
  margin-bottom: 20px;
}

.c-entry .p-onlinematching__function__list__item__text strong {
  font-size: 44.8px;
  font-size: 2.8rem;
}

.c-entry .p-onlinematching__flow {
  padding: 75px 0 90px;
}

.c-entry .p-onlinematching__flow__inner {
  max-width: 800px;
}

.c-entry .p-onlinematching__flow__list {
  counter-reset: omFlow;
  margin: 60px 0;
}

.c-entry .p-onlinematching__flow__list__item {
  position: relative;
  margin: 0 0 30px;
  padding: 25px 35px 25px 105px;
  font-weight: bold;
  font-size: 44.8px;
  font-size: 2.8rem;
  color: #002444;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 40px;
}

.c-entry .p-onlinematching__flow__list__item:last-child {
  margin-bottom: 0;
}

.c-entry .p-onlinematching__flow__list__item:before {
  counter-increment: omFlow;
  content: counter(omFlow);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44px;
  height: 1em;
  margin: auto;
  font-family: 'Aleo', 'Georgia', serif;
  font-weight: bold;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  transform: translateY(-2px);
}

.c-entry .p-onlinematching__flow .p-onlinematching__btn {
  width: 100%;
}

.c-entry .p-onlinematching__footer__logo {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
}

.c-entry .p-onlinematching__footer__address {
  padding: 30px 20px;
}

.c-entry .p-onlinematching__footer__address__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
}

.c-entry .p-onlinematching__footer__address__term {
  margin: 0 10px 0 0;
  padding: 5px 18px;
  color: #fff;
  line-height: 1;
  background-color: #002444;
  border-radius: 15px;
}

.c-entry .p-onlinematching__footer__address__name {
  font-weight: bold;
}

.c-entry .p-onlinematching__footer__address__data {
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
}

.c-entry .p-onlinematching__footer__address__data:first-child {
  margin-top: 0;
}

/* ==========================================================================
Utility
========================================================================== */
/* text
----------------------------------------------------------------- */
.u-text--color-default {
  color: #221815;
}

.u-text--color-main {
  color: #00226d;
}

.u-text--color-em {
  color: #00226d;
}

.u-text--color-white {
  color: #fff;
}

.u-text--price {
  color: #d32f2f;
}

@media print, screen and (min-width: 769px){
  .l-header__fixed{
    border-top: 4px solid #00226d;
  }
  .l-gnav{
    background-color: #fff;
    border-bottom: 1px solid #00226d;
  }
  .l-gnav__list__item__inner:hover{
    color: #00226d;
  }
  .js-has--child .l-gnav__list__item__inner:after{
    border-color: transparent transparent #00226d transparent;
  }
  .l-gnav--sub__list__item a{
    color: #fff;
    background-color: #221815;
  }
  .l-gnav--sub__list__item a:hover{
    background-color: #858585;
  }
  .l-gnav--sub__list__text:before{
    color: #fff;
    background-color: #00226d;
  }
  .l-gnav--it__list__item:after{
    background-color: #00226d;
  }
  .l-gnav--it__list__item a:hover{
    color: #edf3ff;
  }
  .l-sidebar__block:first-child .l-sidebar__title{
    color: #fff;
    background-color: #71706f;
  }
  .l-sidebar__block:first-child .l-sidebar__title:after{
    border-color: #71706f transparent transparent transparent;
  }
  .l-sidebar__title:after{
    background-color: #e5e5e5;
  }
  .l-sidebar__title span:after{
    background-color: #221815;
  }
  .l-sidebar__list--textlink__item a:hover{
    color: #00226d;
    background-color: rgba(0, 34, 109, 0.15);
  }
  .c-btn--more:hover{
    color: #fff;
    background-color: #00226d;
  }
  .c-btn--sns:hover{
    color: #221815;
    background-color: #fff;
    border-color: #221815;
  }
  #footer .c-btn--sns:hover{
    color: #3e3a39;
    background-color: #221815;
    border-color: #3e3a39;
  }
  .p-tag:hover{
    background-color: rgba(238, 238, 238, 0.6);
  }
  .p-nav--pagelink__list__item:after{
    background-color: #b5b6b6;
  }
  .p-pager__list__item a:hover{
    background-color: #727171;
  }
  .p-archive__tag:hover{
    background-color: rgba(113, 112, 111, 0.6);
  }
  .p-top__link--image{
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .p-top__link--image__item:nth-of-type(-n+3){
    margin-top: 0;
  }
  .p-top__link--image__item--separate{
    width: 100%;
    height: 1%;
  }
  .p-online-matching{
    width: auto;
  }
  .c-entry .p-onlinematching__btn{
    transition: background-color .4s;
  }
  .c-entry .p-onlinematching__btn:hover{
    background-color: #75ffac;
  }
}

@media screen and (max-width: 768px){
  .l-header__fixed{
    background-color: #fff;
  }
  .l-header__inner{
    border-bottom: 1px solid #b5b6b6;
  }
  .l-gnav{
    background-color: #fafafa;
  }
  .l-gnav__list__item{
    border-bottom: 1px solid #b5b6b6;
  }
  .l-gnav__list__item__inner{
    color: #00226d;
  }
  .js-has--child .l-gnav__list__item__inner:after{
    color: #727171;
  }
  .l-gnav--sub__list__item a:before{
    border-color: transparent transparent transparent #00226d;
  }
  .l-gnav--it__title{
    border-bottom-color: #00226d;
  }
  .l-gnav--it__list__item:before{
    border-color: transparent transparent transparent #00226d;
  }
  .l-footer--center{
    padding: 25px 0;
  }
  .l-sidebar__title{
    color: #fff;
    background-color: #71706f;
  }
  .c-table.c-table--block-sp tr, .c-entry table.c-table--block-sp tr{
    border-color: #b5b6b6;
  }
  .p-breadcrumb{
    background-color: #f4f4f4;
  }
  .p-breadcrumb__item{
    color: #221815;
  }
  .p-breadcrumb__item:before, .p-breadcrumb__item:after{
    background-color: #b5b6b6;
  }
  .p-nav--pagelink__list__item{
    border-bottom-color: #b5b6b6;
  }
  .p-nav--pagelink__list__item:first-child{
    border-top-color: #b5b6b6;
  }
  .p-top__content__list .c-box__content{
    font-size: 1.3rem;
  }
  .p-top__link--image__item{
    width: calc(50% - 20px);
  }
  .p-top__link--image__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .p-top__link--image__item--separate{
    display: none;
  }
  .p-online-matching{
    margin-top: -15px;
  }
  .c-entry .p-onlinematching__mv{
    min-height: inherit;
  }
  .c-entry .p-onlinematching__mv:before{
    width: calc(100% - 10px);
    max-width: inherit;
    height: 300px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
  .c-entry .p-onlinematching__mv__inner{
    padding: 30px 0 0 10px;
  }
  .c-entry .p-onlinematching__mv__title{
    width: 210px;
    margin-bottom: 20px;
  }
  .c-entry .p-onlinematching__mv__date__term{
    margin: 4px 8px 0 0;
    padding: 10px;
    font-size: 1.3rem;
  }
  .c-entry .p-onlinematching__mv__date__data{
    font-size: 2.6rem;
  }
  .c-entry .p-onlinematching__mv__date__data .year{
    font-size: 1.5rem;
  }
  .c-entry .p-onlinematching__mv__date__data .year:nth-of-type(2):before{
    width: 6px;
  }
  .c-entry .p-onlinematching__mv__content__title{
    font-size: 1.5rem;
  }
  .c-entry .p-onlinematching__cta{
    padding: 40px 0;
  }
  .c-entry .p-onlinematching__btn{
    width: 100%;
    height: 60px;
    margin: 20px auto;
    font-size: 2rem;
  }
  .c-entry .p-onlinematching__point:before{
    border-width: 0 50vw 30px 0;
  }
  .c-entry .p-onlinematching__point:after{
    border-width: 0 0 30px 50vw;
  }
  .c-entry .p-onlinematching__point__inner{
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: 120px auto;
  }
  .c-entry .p-onlinematching__point__text{
    padding: 0 10px;
  }
  .c-entry .p-onlinematching__title{
    margin: 0 0 30px;
  }
  .c-entry .p-onlinematching__function{
    padding: 40px 0;
  }
  .c-entry .p-onlinematching__function__list__item__icon{
    width: 80px;
  }
  .c-entry .p-onlinematching__function__list__item__text strong{
    font-size: 1.8rem;
  }
  .c-entry .p-onlinematching__flow{
    padding: 50px 0 40px;
  }
  .c-entry .p-onlinematching__flow__list{
    margin: 30px 0 50px;
  }
  .c-entry .p-onlinematching__flow__list__item{
    margin-bottom: 10px;
    padding: 16px 30px 16px 60px;
    font-size: 1.6rem;
  }
  .c-entry .p-onlinematching__flow__list__item:before{
    left: 30px;
    font-size: 2rem;
    transform: translateY(-1px);
  }
  .c-entry .p-onlinematching__footer__logo{
    padding: 5px 10px;
  }
  .c-entry .p-onlinematching__footer__logo img{
    width: 200px;
  }
  .c-entry .p-onlinematching__footer__address{
    padding: 20px 10px;
  }
  .c-entry .p-onlinematching__footer__address__list{
    display: block;
    text-align: center;
  }
  .c-entry .p-onlinematching__footer__address__term{
    width: 230px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .c-entry .p-onlinematching__footer__address__data{
    margin-top: 10px;
  }
}
