@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* ---------- Media Query --------- */
/* ---------- Common --------- */
/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-align: left;
  margin: 0;
  position: relative;
}

body, input, textarea, select {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

img, video {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #d70c18;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #d70c18;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

*:focus {
  outline: none;
}

/* ---------- plain ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 20px;
  margin-bottom: 20px;
}

.plain ul, .plain ol {
  margin: 0 0 0 20px;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._bold {
  font-weight: bold !important;
}

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important;
}

._zero {
  margin-bottom: 0 !important;
}

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

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

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

/* ---------- irregular ---------- */
.max-w250 {
  max-width: 250px;
}

.height-185 {
  height: 185px;
}

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
	0. Body
-------------------------------------------------- */
body {
  min-width: 1280px;
  margin: 0 auto;
}
body .p-lpcmn-affiliate .p-lpcmn-affiliate__inner {
  width: 1280px !important;
}

/* -----------------------------------------------
	1. Header
-------------------------------------------------- */
.site-header .site-header-inner {
  max-width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header-inner .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header-inner .site-title .logo {
  margin: 0;
}
.site-header .site-header-inner .site-title .logo img {
  width: 225px;
  height: 40px;
  display: block;
}
.site-header .site-header-inner .site-title .description {
  font-size: 75%;
  color: #666;
  margin: 0 0 0 30px;
}
.site-header .site-header-inner .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header-inner .sns-list li {
  margin-left: 10px;
}
.site-header .site-header-inner .sns-list li a {
  font-size: 75%;
  display: inline-block;
  padding: 0.6em 1em 0.6em 2.5em;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 100px;
}
.site-header .site-header-inner .sns-list li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  top: 50%;
  left: 0.8em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2em;
}
.site-header .site-header-inner .sns-list li a.btn-twitter {
  background-color: #55acee;
}
.site-header .site-header-inner .sns-list li a.btn-twitter::after {
  content: "";
}
.site-header .site-header-inner .sns-list li a.btn-facebook {
  background-color: #315096;
}
.site-header .site-header-inner .sns-list li a.btn-facebook::after {
  content: "";
}
.site-header .site-header-inner .sns-list li a.btn-hatena {
  background-color: #008fde;
}
.site-header .site-header-inner .sns-list li a.btn-hatena::after {
  content: "B!";
  font-weight: bold;
}
.site-header .site-header-inner .sns-list li a.btn-line {
  background-color: #1dcd00;
}
.site-header .site-header-inner .sns-list li a.btn-line::after {
  content: "";
}
.site-header .site-header-inner .sns-list li a.btn-pocket {
  background-color: #EE4056;
}
.site-header .site-header-inner .sns-list li a.btn-pocket::after {
  content: "";
}
.site-header .site-header-inner .sns-list li a.btn-contact {
  background-color: #d70c18;
}
.site-header .site-header-inner .sns-list li a.btn-contact::after {
  font-family: "Font Awesome 5 Free";
  content: "";
}
.site-header .site-header-inner .sns-list li a:hover {
  opacity: 0.6;
}

/* -----------------------------------------------
	2. Footer
-------------------------------------------------- */
.site-footer {
  text-align: center;
  padding-bottom: 60px;
}
.site-footer .copyright {
  font-size: 87.5%;
}

/**************************************************
	components
***************************************************/
/* -----------------------------------------------
	Animation
-------------------------------------------------- */
.fadein-top {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.fadein-top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein-pop {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fadein-pop.scrollin {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fadein-left {
  opacity: 1 !important;
}
.fadein-left::before {
  content: "";
  -webkit-animation: fadein-left 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadein-left 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes fadein-left {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes fadein-left {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* -----------------------------------------------
	Heading
-------------------------------------------------- */
.h2-a {
  text-align: center;
}
.h2-a span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.h2-a span.en {
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 0 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h2-a span.en i {
  font-style: normal;
  padding: 0 40px;
  white-space: nowrap;
}
.h2-a span.en::before, .h2-a span.en::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.h2-a span.ja {
  font-size: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 1.4;
  font-style: italic;
}
.h2-a.-base span {
  color: #d70c18;
}
.h2-a.-base span.en::before, .h2-a.-base span.en::after {
  background: #d70c18;
}

.h3-a {
  font-size: 131.25%;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.h4-a {
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d70c18;
  color: #d70c18;
}

/* -----------------------------------------------
	Button
-------------------------------------------------- */
.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-flex > li {
  margin: 0 15px;
}
.btn-flex > li a {
  min-width: 280px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-a {
  font-size: 75%;
  color: #d70c18;
  border: 1px solid #d70c18;
  border-radius: 20px;
  padding: 11px 30px;
  display: inline-block;
}
.btn-a:hover {
  text-decoration: none;
  background: #d70c18;
  color: #fff;
}
.btn-a.-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-a.-white:hover {
  text-decoration: none;
  background: #fff;
  color: #d70c18;
}

/* -----------------------------------------------
	Box
-------------------------------------------------- */
.box-a, .box-b, .box-c, .box-d {
  zoom: 1;
  padding: 30px 30px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-a:after, .box-b:after, .box-c:after, .box-d:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

.box-a {
  border: 1px solid #e5e5e5;
}

/* -----------------------------------------------
	Table
-------------------------------------------------- */
.table-a, .column-table- table {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}
.table-a::before, .table-a::after, .column-table- table::before, .column-table- table::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
}
.table-a::before, .column-table- table::before {
  top: 0;
}
.table-a::after, .column-table- table::after {
  bottom: 0;
}
.table-a th, .table-a td, .column-table- table th, .column-table- table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #DDDDDD;
  padding: 1em 1.5em;
  text-align: left;
}
.table-a th:last-child, .table-a td:last-child, .column-table- table th:last-child, .column-table- table td:last-child {
  border-right: 0;
}
.table-a th, .column-table- table th {
  font-weight: bold;
  vertical-align: top;
}
.table-a td.-last, .column-table- table td.-last {
  border-bottom: none;
}
.table-a thead th, .column-table- table thead th {
  background: #fafafa;
  text-align: center;
}
.table-a tbody tr:last-child th, .table-a tbody tr:last-child td, .column-table- table tbody tr:last-child th, .column-table- table tbody tr:last-child td {
  border-bottom: 0;
}
.table-a.-staff th, .table-a.-staff td, .column-table- table.-staff th, .column-table- table.-staff td {
  border-right: 1px solid #DDDDDD;
}
.table-a.-staff th:last-child, .table-a.-staff td:last-child, .column-table- table.-staff th:last-child, .column-table- table.-staff td:last-child {
  border-right: 0;
}
.table-a.-staff thead th, .column-table- table.-staff thead th {
  background: none;
  text-align: left;
}
.table-a.-staff tbody td, .column-table- table.-staff tbody td {
  vertical-align: top;
  font-size: 14px;
}
.table-a.-staff tbody td .person, .column-table- table.-staff tbody td .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-a.-staff tbody td .person .photo, .column-table- table.-staff tbody td .person .photo {
  width: 100px;
  margin: 0 20px 0 0;
}
.table-a.-staff tbody td .person .detail .head, .column-table- table.-staff tbody td .person .detail .head {
  margin-top: -2px;
}
.table-a.-staff tbody td .person .detail .head span, .column-table- table.-staff tbody td .person .detail .head span {
  display: block;
}
.table-a.-staff tbody td .person .detail .head span.department, .column-table- table.-staff tbody td .person .detail .head span.department {
  font-size: 12px;
}
.table-a.-staff tbody td .person .detail .head span.name, .column-table- table.-staff tbody td .person .detail .head span.name {
  font-size: 21px;
  font-weight: bold;
  margin: 0.1em 0 0.3em;
}
.table-a.-staff tbody td .person .detail .foot span, .column-table- table.-staff tbody td .person .detail .foot span {
  display: block;
  font-size: 12px;
}
/**************************************************
	base
***************************************************/
.pc-none {
  display: none;
}

.sp-nav {
  display: none;
}

.sp-nav-button {
  display: none;
}

@media (max-width: 767px) {
  /* -----------------------------------------------
  	1. body
  -------------------------------------------------- */
  body {
    font-size: 14px;
  }

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

  /* -----------------------------------------------
  	helper
  -------------------------------------------------- */
  .pc-none {
    display: block;
  }

  br.pc-none, span.pc-none {
    display: inline;
  }

  .sp-none {
    display: none;
  }

  .sp-txtc {
    text-align: center !important;
  }

  .sp-txtl {
    text-align: left !important;
  }
}
/**************************************************
	structure
***************************************************/
@media (max-width: 767px) {
  /* -----------------------------------------------
  	0. Body
  -------------------------------------------------- */
  body {
    min-width: 100%;
    margin: 0 auto;
  }
  body .p-lpcmn-affiliate {
    display: none;
  }
  body .p-lpcmn-affiliate .p-lpcmn-affiliate__inner {
    width: 100% !important;
  }

  /* -----------------------------------------------
  	1. Header
  -------------------------------------------------- */
  .site-header .site-header-inner {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  .site-header .site-header-inner .site-title .logo {
    margin: 0;
  }
  .site-header .site-header-inner .site-title .logo img {
    width: 225px;
    height: 40px;
    display: block;
  }
  .site-header .site-header-inner .site-title .description {
    display: none;
  }
  .site-header .site-header-inner .sns-list {
    display: none;
  }

  /* -----------------------------------------------
      SP Nav
  -------------------------------------------------- */
  .sp-nav-button-wrap {
    position: fixed;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d70c18;
    padding: 12px 8px 8px;
  }

  .sp-nav-button,
.sp-nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sp-nav-button {
    position: relative;
    width: 100%;
    height: 16px;
    z-index: 300;
  }
  .sp-nav-button::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "メニュー";
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sp-nav-button span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #fff;
  }
  .sp-nav-button span:nth-of-type(1) {
    top: 0;
  }
  .sp-nav-button span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .sp-nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-nav-button.-active::after {
    color: #fff;
    content: "閉じる";
  }
  .sp-nav-button.-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
  }
  .sp-nav-button.-active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav-button.-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
  }
  .sp-nav-button.-active span {
    background-color: #fff;
  }

  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #222b54;
    opacity: 0.95;
    color: #fff;
    z-index: 9998;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .sp-nav.-active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .sp-nav .sp-global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    padding: 0 20px;
    height: 100vh;
  }
  .sp-nav .sp-global-nav .anchor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .sp-nav .sp-global-nav .anchor li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sp-nav .sp-global-nav .anchor li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid #fff;
    padding: 0.6em 1em;
    margin: 5px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-nav .sp-global-nav .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: -10px;
  }
  .sp-nav .sp-global-nav .sns-list li {
    width: calc((100% - 10px) / 2);
    text-align: center;
    margin-bottom: 10px;
  }
  .sp-nav .sp-global-nav .sns-list li a {
    font-size: 93.75%;
    display: block;
    padding: 0.6em 1em 0.6em 2.5em;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 100px;
  }
  .sp-nav .sp-global-nav .sns-list li a::after {
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    top: 50%;
    left: 0.8em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2em;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-twitter {
    background-color: #55acee;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-twitter::after {
    content: "";
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-facebook {
    background-color: #315096;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-facebook::after {
    content: "";
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-hatena {
    background-color: #008fde;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-hatena::after {
    content: "B!";
    font-weight: bold;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-line {
    background-color: #1dcd00;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-line::after {
    content: "";
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-pocket {
    background-color: #EE4056;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-pocket::after {
    content: "";
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-contact {
    background-color: #d70c18;
  }
  .sp-nav .sp-global-nav .sns-list li a.btn-contact::after {
    font-family: "Font Awesome 5 Free";
    content: "";
  }
  .sp-nav .sp-global-nav .sns-list li a:hover {
    opacity: 0.6;
  }
  .sp-nav .sp-global-nav .sns-list::after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 2);
  }

  /* -----------------------------------------------
  	2. Footer
  -------------------------------------------------- */
  .site-footer {
    text-align: center;
    padding-bottom: 40px;
  }
  .site-footer .copyright {
    font-size: 87.5%;
  }
}
/**************************************************
	components
***************************************************/
@media (max-width: 767px) {
  /* -----------------------------------------------
  	Heading
  -------------------------------------------------- */
  .h2-a span.en {
    font-size: 100%;
    margin: 0 0 4px;
  }
  .h2-a span.en i {
    padding: 0 15px;
  }
  .h2-a span.ja {
    font-size: 150%;
    letter-spacing: 0;
    margin-bottom: 30px;
  }

  .h3-a {
    font-size: 112.5%;
    margin-bottom: 15px;
  }

  .h4-a {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d70c18;
    color: #d70c18;
  }

  /* -----------------------------------------------
  	Button
  -------------------------------------------------- */
  .btn-flex {
    display: block;
  }
  .btn-flex > li {
    margin: 0;
  }
  .btn-flex > li a {
    min-width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn-flex > li:first-child {
    margin-bottom: 20px;
  }

  .btn-a {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }

  /* -----------------------------------------------
  	Box
  -------------------------------------------------- */
  .box-a, .box-b, .box-c {
    padding: 20px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* -----------------------------------------------
  	Table
  -------------------------------------------------- */
  .table-a, .column-table- table {
    margin: 0 auto 20px;
    font-size: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table-a th, .column-table- table th {
    padding: 0.8em 1em;
  }
  .table-a td, .column-table- table td {
    padding: 0.8em 1em;
  }
  .table-a.-staff tbody td, .column-table- table.-staff tbody td {
    font-size: 12px;
  }
  .table-a.-staff tbody td .person .detail .head, .column-table- table.-staff tbody td .person .detail .head {
    margin-top: 0;
  }
  .table-a.-staff tbody td .person .detail .head span.department, .column-table- table.-staff tbody td .person .detail .head span.department {
    font-size: 10px;
  }
  .table-a.-staff tbody td .person .detail .head span.name, .column-table- table.-staff tbody td .person .detail .head span.name {
    font-size: 18px;
    margin: 0.1em 0 0.3em;
  }
}
/**************************************************
	Top
***************************************************/
.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay .area {
  width: 720px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  z-index: 99;
}
.overlay .area .lead {
  line-height: 2;
  margin-bottom: 30px;
}
.overlay .area .campaign-bnr a {
  display: block;
  margin-bottom: 20px;
}
.overlay .area .campaign-bnr a:hover {
  opacity: 0.8;
}
.overlay .area .enter {
  font-size: 100%;
  display: block;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #d80c18;
  color: #d80c18;
  padding: 10px 40px;
  margin: 0 auto;
  font-weight: bold;
  background: #fafafa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay .area .enter:hover {
  background: #d80c18;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay .area .logo {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.overlay .area .logo img {
  max-width: 180px;
}

.fancybox-slide > * {
  padding: 24px 24px 6px;
}

.modal {
  max-width: 800px;
  margin: 20px !important;
}
.modal .image {
  text-align: center;
  margin-bottom: 20px;
}
.modal .image .caption {
  font-size: 75%;
  color: #999;
  margin-top: 0.5em;
}
.modal .image img {
  width: 100%;
  height: auto;
}
.modal .image.m480 img {
  max-width: 480px;
}
.modal p {
  font-size: 87.5%;
}
.modal p:last-child {
  margin-bottom: 0 !important;
}

.fancybox-close-small::after {
  background: #000;
  color: #fff;
}
.fancybox-close-small:hover::after {
  background: #d70c18;
  color: #fff;
}

#top section > .inner {
  width: 1280px;
  padding: 80px 0;
  margin: 0 auto;
}
#top .keyvisual {
  background: url(../img/bg-keyvisual.jpg) no-repeat center center;
  background-size: cover;
}
#top .keyvisual .keyvisual-inner {
  width: 1280px;
  padding: 65px 0 20px;
  margin: 0 auto;
  position: relative;
}
#top .keyvisual .keyvisual-inner .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #222b54;
}
#top .information .title {
  font-size: 112.5%;
  letter-spacing: 0.1em;
  background: #d70c18;
  color: #fff;
  padding: 16px 40px 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .information .news {
  background: #222b54;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  padding: 19px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#top .information .news .news-list > li {
  font-size: 87.5%;
  margin-bottom: 20px;
}
#top .information .news .news-list > li a, #top .information .news .news-list > li div {
  color: #fff;
  display: block;
}
#top .information .news .news-list > li a span, #top .information .news .news-list > li div span {
  display: inline-block;
}
#top .information .news .news-list > li a span.date, #top .information .news .news-list > li div span.date {
  background: #fff;
  color: #222b54;
  padding: 0.4em 1em 0.5em;
  margin-right: 30px;
  position: relative;
  vertical-align: top;
}
#top .information .news .news-list > li a span.date::after, #top .information .news .news-list > li div span.date::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 17px 18px;
  border-color: transparent transparent transparent #fff;
}
#top .information .news .news-list > li a span.text, #top .information .news .news-list > li div span.text {
  max-width: 830px;
  padding: 0.4em 0 0.5em 0;
  vertical-align: middle;
}
#top .information .news .news-list > li a:hover .text, #top .information .news .news-list > li div:hover .text {
  text-decoration: underline;
}
#top .information .news .news-list > li div:hover .text {
  text-decoration: none;
}
#top .information .news .news-list > li:last-child {
  margin-bottom: 0;
}
#top .information .news .news-list-archive {
  display: none;
  padding: 20px 0 0;
}
#top .information .news .news-more {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  cursor: pointer;
}
#top .information .news .news-more a {
  font-size: 75%;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.4em 1.5em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .information .news .news-more a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  margin: 4px 6px 0 0;
}
#top .information .news .news-more a:hover {
  text-decoration: none;
  background: #fff;
  color: #222b54;
}
#top .information .news .news-more a:hover::before {
  border-color: #222b54 transparent transparent transparent;
}
#top .introduction {
  background: url(../img/bg-introduction.jpg) no-repeat center center;
  background-size: cover;
}
#top .introduction .introduction-inner {
  width: 1280px;
  padding: 80px 0 240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .introduction .introduction-inner .countdown {
  width: 470px;
  padding: 20px 30px;
  margin-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #d70c18;
  background: #fff;
  text-align: center;
  position: relative;
}
#top .introduction .introduction-inner .countdown .title {
  font-size: 112.5%;
  color: #d70c18;
  font-weight: bold;
}
#top .introduction .introduction-inner .countdown .sub-title {
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  color: #d70c18;
  font-weight: bold;
  text-transform: uppercase;
}
#top .introduction .introduction-inner .countdown .notes {
  font-size: 75%;
  color: #999;
  margin: 6px 0 0;
}
#top .introduction .introduction-inner .countdown .counter {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#top .introduction .introduction-inner .countdown .counter .countdown_section {
  display: none;
}
#top .introduction .introduction-inner .countdown .counter .countdown_section:first-child {
  font-size: 150%;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #d70c18;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
#top .introduction .introduction-inner .countdown .counter .countdown_section:first-child .countdown_amount {
  font-size: 300%;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 2;
  color: #d70c18;
  margin-right: 10px;
  letter-spacing: 0.05em;
}
#top .introduction .introduction-inner .countdown .counter .countdown_section:first-child br {
  display: none;
}
#top .introduction .introduction-inner .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .introduction .introduction-inner .text .title {
  font-size: 200%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #666;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: -6px 0 16px;
}
#top .introduction .introduction-inner .text p {
  font-size: 87.5%;
  line-height: 2;
  color: #fff;
  text-shadow: 1px 1px 20px #333;
}
#top .bnr-content {
  margin: -205px 0 0;
}
#top .bnr-content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -40px;
}
#top .bnr-content .content-list > .column {
  width: calc((100% - 40px - 40px) / 3);
  background: #fff;
  margin-bottom: 40px;
}
#top .bnr-content .content-list > .column .description {
  font-size: 75%;
  color: #999999;
  line-height: 1.8;
  margin-top: 16px;
  display: block;
}
#top .bnr-content .content-list > .column a {
  display: block;
}
#top .bnr-content .content-list > .column a .text {
  font-size: 87.5%;
  color: #d70c18;
  padding-left: 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-weight: bold;
}
#top .bnr-content .content-list > .column a .text::before {
  content: "";
  background: url(../img/ico_circle_red.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .bnr-content .content-list > .column a .text .label {
  font-size: 62.5%;
  border: 1px solid #222b54;
  color: #222b54;
  padding: 0.2em 0.8em 0.3em;
  margin-left: 10px;
  font-weight: normal;
}
#top .bnr-content .content-list > .column a.coming-soon:hover {
  opacity: 1;
}
#top .bnr-content .content-list > .column a.coming-soon:hover img {
  opacity: 1;
}
#top .bnr-content .content-list > .column.-full {
  width: 100%;
}
#top .bnr-content .content-list::after {
  content: "";
  display: block;
  width: calc((100% - 40px - 40px) / 3);
}
#top .about {
  background: url(../img/bg-about.jpg) no-repeat center center;
  background-size: cover;
}
#top .about .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#top .about .head .fig {
  margin-right: 60px;
}
#top .about .head .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .about .head .text p {
  font-size: 87.5%;
  color: #fff;
  margin-bottom: 30px;
  line-height: 2;
}
#top .about .foot {
  color: #fff;
}
#top .about .foot .lead {
  font-size: 87.5%;
  margin-bottom: 40px;
  line-height: 2;
}
#top .schedule .lead {
  font-size: 100%;
  text-align: center;
  margin: -20px 0 40px;
  line-height: 2;
}
#top .schedule .table-a {
  width: 100%;
  margin-bottom: 10px;
}
#top .schedule .table-a th, #top .schedule .table-a td {
  padding: 1.2em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  font-weight: 300;
}
#top .schedule .table-a th a, #top .schedule .table-a td a {
  color: #d70c18;
  text-decoration: underline;
}
#top .schedule .table-a th a:hover, #top .schedule .table-a td a:hover {
  text-decoration: none;
}
#top .schedule .table-a th {
  font-size: 87.5%;
  background: #f6fbfd;
  white-space: nowrap;
  text-align: center;
}
#top .schedule .table-a td {
  font-size: 87.5%;
  background: #fff;
}
#top .schedule .table-a td.yobisen {
  background: #0090e3;
  color: #fff;
}
#top .schedule .table-a td.hosen {
  background: #e3000c;
  color: #fff;
}
#top .schedule .table-a td.year2020 {
  background: #999;
  color: #fff;
}
#top .schedule .table-a td.day {
  background: #fafafa;
}
#top .schedule .table-a .heading th {
  background: #0d98d8;
  color: #fff;
  font-weight: 700;
}
#top .schedule .notes {
  font-size: 75%;
  color: #999;
  margin-bottom: 0;
  text-align: right;
}
#top .special-column {
  background: url(../img/bg-column.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#top .special-column .author {
  font-size: 87.5%;
  text-align: right;
  margin: -20px 0 40px;
}
#top .special-column .intro {
  background-color: rgba(0, 144, 227, 0.2);
  border: 1px solid #0090e3;
  padding: 30px;
}
#top .special-column .intro .title {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 10px;
}
#top .special-column .intro .plain {
  margin-bottom: 0;
}
#top .special-column .intro .plain li {
  font-size: 87.5%;
}
#top .special-column .article .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0 0;
}
#top .special-column .article .column-2 > .column {
  width: calc((100% - 30px) / 2);
}
#top .special-column .article .column-2 > .column .title a {
  font-size: 100%;
  font-weight: bold;
  background: #fff;
  color: #d70c18;
  display: block;
  padding: 18px 20px 18px 46px;
  border-radius: 6px;
  position: relative;
}
#top .special-column .article .column-2 > .column .title a::before {
  content: "";
  background: url(../img/ico_circle_red.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  top: calc((100% - 16px) / 2);
  left: 20px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .special-column .article .column-2 > .column .title a:hover {
  text-decoration: none;
  background: #d70c18;
  color: #fff;
}
#top .special-column .article .column-2::after {
  content: "";
  display: block;
  width: calc((100% - 30px) / 2);
}
#top .special-column .article p {
  font-size: 87.5%;
  line-height: 2;
}
#top .special-column .article p:last-child {
  margin-bottom: 0;
}
#top .special-column .attention {
  font-size: 87.5%;
  padding: 30px;
  margin: 40px 0 0;
  background-color: rgba(16, 19, 35, 0.5);
}
#top .special-column .attention .plain {
  margin-bottom: 0;
}
#top .special-column .attention .plain > li a {
  color: #fff;
}
#top .special-column .profile {
  background-color: rgba(227, 0, 12, 0.2);
  border: 1px solid #d70c18;
  padding: 30px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .special-column .profile .photo {
  margin-right: 30px;
  position: relative;
}
#top .special-column .profile .photo::after {
  content: "";
  background: url(../img/column-profile.png) no-repeat;
  background-size: 113px 60px;
  width: 113px;
  height: 60px;
  position: absolute;
  top: -60px;
  left: -80px;
}
#top .special-column .profile .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .special-column .profile .text .writer {
  margin: 10px 0;
}
#top .special-column .profile .text .writer span {
  font-weight: normal;
}
#top .special-column .profile .text .writer span.name {
  font-size: 156.25%;
  font-weight: bold;
}
#top .special-column .profile .text .writer span.mr {
  font-size: 100%;
  margin-left: 1em;
}
#top .special-column .profile .text .writer span.from {
  font-size: 87.5%;
  margin-left: 2em;
}
#top .special-column .profile .text .lead {
  font-size: 87.5%;
  line-height: 2;
}
#top .special-report .lead {
  font-size: 100%;
  text-align: center;
  margin: -20px 0 40px;
  line-height: 2;
}
#top .special-report .report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#top .special-report .report .timeline {
  margin-right: 40px;
}
#top .special-report .report .report-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#top .special-report .report .report-list .box {
  margin-bottom: 25px;
}
#top .special-report .report .report-list .box .head {
  font-size: 112.5%;
  background: #222b54;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top .special-report .report .report-list .box .head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .special-report .report .report-list .box .head .title img {
  margin-right: 1em;
}
#top .special-report .report .report-list .box .head .label {
  font-size: 75%;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.2em 0.8em 0.3em;
  margin-left: 10px;
  font-weight: normal;
}
#top .special-report .report .report-list .box .foot {
  background: #f0f0f0;
  padding: 20px;
}
#top .special-report .report .report-list .box .foot .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top .special-report .report .report-list .box .foot .article-list > li {
  width: calc((100% - 20px - 20px - 20px - 20px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .special-report .report .report-list .box .foot .article-list > li > span {
  font-size: 75%;
  color: #999;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  padding: 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
#top .special-report .report .report-list .box .foot .article-list > li > a {
  font-size: 87.5%;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}
#top .special-report .report .report-list .box .foot .article-list > li > a .date {
  width: 100%;
  color: #999;
  margin: 0.2em 0 0.5em;
  display: block;
}
#top .special-report .report .report-list .box .foot .article-list > li > a .more {
  font-size: 75%;
  width: 100%;
  color: #d70c18;
  border: 1px solid #d70c18;
  border-radius: 100px;
  padding: 0.4em 1em 0.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .special-report .report .report-list .box .foot .article-list > li > a:hover {
  text-decoration: none;
}
#top .special-report .report .report-list .box .foot .article-list > li > a:hover .text {
  color: #d70c18;
}
#top .special-report .report .report-list .box .foot .article-list > li > a:hover .more {
  color: #fff;
  background: #d70c18;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .special-report .report .report-list .box:last-child {
  margin-bottom: 0;
}
#top .special-report .profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top .special-report .profile-list .profile {
  width: calc((100% - 40px - 40px) / 3);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222b54;
  color: #fff;
}
#top .special-report .profile-list .profile .caption {
  font-size: 81.25%;
  margin-top: 20px;
  line-height: 2;
}
#top .special-report .profile-list::after {
  content: "";
  display: block;
  width: calc((100% - 40px - 40px) / 3);
}
#top .point {
  background: url(../img/bg-point.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#top .point .spread {
  margin: -20px 0 30px;
}
#top .point .read-more {
  margin-bottom: 60px;
}
#top .point .read-more a {
  font-size: 81.25%;
  font-weight: 500;
  color: #d70c18;
  border: 1px solid #d70c18;
  border-radius: 6px;
  width: 265px;
  padding: 14px 0 15px 22px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: left;
  position: relative;
}
#top .point .read-more a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #d70c18;
  position: absolute;
  top: calc((100% - 6px) / 2);
  right: 20px;
}
#top .point .read-more a:hover {
  text-decoration: none;
  background: #d70c18;
  color: #fff;
}
#top .point .read-more a:hover::after {
  border-color: transparent transparent transparent #fff;
}
#top .point .attention-list li {
  font-size: 75%;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
#top .bnr-group .bnr-group-inner {
  width: 1280px;
  padding: 40px 0 20px;
  margin: 0 auto;
}
#top .bnr-group .bnr-group-inner .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .bnr-group .bnr-group-inner .bnr-list li {
  margin-bottom: 20px;
}
#top .account {
  background: #d70c18;
}
#top .account .inner {
  width: 1280px;
  padding: 60px 0;
  margin: 0 auto;
}
#top .account .inner .utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#top .account .inner .utility-nav > li {
  width: calc((100% - 60px) / 2);
}
#top .account .inner .utility-nav > li.btn-open {
  text-align: center;
}
#top .account .inner .utility-nav > li.btn-open span {
  font-size: 100%;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
#top .account .inner .utility-nav > li.btn-open span::before, #top .account .inner .utility-nav > li.btn-open span::after {
  content: "";
  position: absolute;
  top: calc((100% - 10px) / 2);
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#top .account .inner .utility-nav > li.btn-open span::before {
  left: -14px;
}
#top .account .inner .utility-nav > li.btn-open span::after {
  right: -14px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
#top .account .inner .utility-nav > li.btn-open a {
  font-size: 131.25%;
  font-weight: 900;
  color: #d70c18;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
#top .account .inner .utility-nav > li.btn-open a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #d70c18;
  position: absolute;
  top: calc((100% - 14px) / 2);
  right: 20px;
}
#top .account .inner .utility-nav > li.btn-open a:hover {
  text-decoration: none;
  background: #d70c18;
  color: #fff;
}
#top .account .inner .utility-nav > li.btn-open a:hover::after {
  border-color: transparent transparent transparent #fff;
}
#top .disclaimer .title-a {
  margin-bottom: 20px;
}
#top .disclaimer .title-a a {
  font-size: 100%;
  font-weight: 500;
}
#top .disclaimer .title-b {
  font-weight: 500;
  margin-bottom: 20px;
}
#top .disclaimer .lead-a {
  font-size: 87.5%;
  font-weight: 300;
  text-indent: -5em;
  padding-left: 5em;
}
#top .disclaimer .lead-b {
  font-size: 87.5%;
  font-weight: 300;
  margin-bottom: 40px;
}
#top .disclaimer .plain {
  margin-bottom: 40px;
}
#top .disclaimer .plain > li {
  font-size: 87.5%;
  font-weight: 300;
  margin-bottom: 10px;
}
#top .disclaimer .plain > li:last-child {
  margin-bottom: 0;
}
#top .disclaimer .disclaimer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
#top .disclaimer .disclaimer-list li {
  margin-right: 60px;
}
#top .disclaimer .disclaimer-list li a {
  display: block;
  font-size: 100%;
  color: #d70c18;
  padding: 0 0 8px 24px;
  position: relative;
  vertical-align: middle;
  margin-top: 10px;
  border-bottom: 1px solid #d70c18;
}
#top .disclaimer .disclaimer-list li a::before {
  content: "";
  background: url(../img/ico_circle_red.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .disclaimer .disclaimer-list li a:hover {
  text-decoration: none;
}
#top .disclaimer .disclaimer-list li:last-child {
  margin-right: 0;
}

#top .seminar h2 .txbox {
  margin: 5px 0;
}

#top .seminar .column-2 {
  width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px 0 0;
}

#top .seminar .column-2 > .column {
  width: calc((100% - 60px) / 2);
}

#top .seminar .column-2 .mb10 {
  margin-bottom: 10px;
}

#top .seminar .column-2 .txbox01 {
  background: #222b54;
  color: #ffffff;
  padding: 2px 10px;
  margin-right: 5px;
}

#top .seminar .column-2 .txbox02 {
  border: 1px solid #222b54;
  padding: 1px 10px;
  margin-right: 5px;
}

/**************************************************
	Top
***************************************************/
@media (max-width: 767px) {
  .overlay {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overlay .area {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overlay .area .campaign-bnr a {
    margin-bottom: 10px;
  }
  .overlay .area .enter {
    font-size: 87.5%;
    width: 100%;
  }

  .fancybox-slide > * {
    padding: 24px 24px 6px;
  }

  .modal {
    max-width: 100%;
    margin: 20px !important;
  }
  .modal p {
    font-size: 87.5%;
  }
  .modal p:last-child {
    margin-bottom: 0 !important;
  }

  #top section > .inner {
    width: 100%;
    padding: 40px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .keyvisual .keyvisual-inner {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .keyvisual .keyvisual-inner::after {
    display: none;
  }
  #top .information .title {
    font-size: 87.5%;
    letter-spacing: 0;
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  #top .information .news {
    padding: 16px 20px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .information .news .news-list > li a span.date, #top .information .news .news-list > li div span.date {
    padding: 0.2em 1em 0.2em;
    margin: 0 0 10px;
  }
  #top .information .news .news-list > li a span.date::after, #top .information .news .news-list > li div span.date::after {
    right: -11px;
    border-width: 12px 0 13px 11px;
  }
  #top .information .news .news-list > li a span.text, #top .information .news .news-list > li div span.text {
    max-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .information .news .news-more {
    top: 10px;
    right: 10px;
  }
  #top .introduction .introduction-inner {
    width: 100%;
    padding: 40px 25px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #top .introduction .introduction-inner .countdown {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 20px;
  }
  #top .introduction .introduction-inner .countdown .title {
    font-size: 100%;
  }
  #top .introduction .introduction-inner .countdown .sub-title {
    font-size: 87.5%;
  }
  #top .introduction .introduction-inner .countdown .notes {
    font-size: 75%;
    margin: 0;
  }
  #top .introduction .introduction-inner .countdown .counter {
    padding: 10px 0;
    margin: 10px 0;
  }
  #top .introduction .introduction-inner .text .title {
    font-size: 175%;
    margin: 0 0 10px;
    text-align: center;
  }
  #top .introduction .introduction-inner .text p {
    font-size: 87.5%;
    line-height: 1.8;
    text-shadow: 1px 1px 20px #000;
  }
  #top .bnr-content {
    margin: -67px 0 0;
  }
  #top .bnr-content .content-list {
    margin-bottom: -15px;
  }
  #top .bnr-content .content-list > .column {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  #top .bnr-content .content-list > .column .description {
    line-height: 1.6;
    margin-top: 10px;
  }
  #top .bnr-content .content-list > .column a br {
    display: none;
  }
  #top .bnr-content .content-list > .column a .text {
    padding-left: 14px;
    margin-top: 10px;
  }
  #top .bnr-content .content-list > .column a .text::before {
    background-size: 10px;
    top: 6px;
    width: 10px;
    height: 10px;
  }
  #top .bnr-content .content-list > .column a .text .label {
    display: inline-block;
    margin: 4px 5px 0 0;
  }
  #top .bnr-content .content-list::after {
    width: calc((100% - 15px) / 2);
  }
  #top .about .head {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #top .about .head .fig {
    margin: 0 0 30px;
  }
  #top .about .head .text p {
    margin-bottom: 20px;
    line-height: 1.8;
  }
  #top .about .head .text p:last-child {
    margin-bottom: 0;
  }
  #top .about .foot .lead {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  #top .schedule .lead {
    font-size: 93.75%;
    text-align: left;
    margin: -15px 0 25px;
    line-height: 1.8;
  }
  #top .schedule .table-scroll {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #top .special-column .author {
    font-size: 87.5%;
    text-align: center;
    margin: -15px 0 25px;
  }
  #top .special-column .intro {
    padding: 20px;
    margin-bottom: 15px;
  }
  #top .special-column .intro .title {
    font-size: 100%;
    margin-bottom: 10px;
  }
  #top .special-column .article .column-2 {
    display: block;
    padding: 10px 0 0;
  }
  #top .special-column .article .column-2 > .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #top .special-column .article .column-2 > .column .title a {
    font-size: 93.75%;
    padding: 14px 16px 14px 40px;
    line-height: 1.6;
  }
  #top .special-column .article .column-2 > .column .title a::before {
    background-size: 12px;
    top: calc((100% - 12px) / 2);
    left: 16px;
    width: 12px;
    height: 12px;
  }
  #top .special-column .article .column-2 > .column:last-child {
    margin-bottom: 10px;
  }
  #top .special-column .article .column-2::after {
    display: none;
  }
  #top .special-column .article p {
    line-height: 1.8;
  }
  #top .special-column .attention {
    padding: 20px;
    margin: 20px 0 0;
  }
  #top .special-column .profile {
    padding: 20px;
    margin-top: 30px;
    display: block;
  }
  #top .special-column .profile .photo {
    margin: 0 auto;
    text-align: center;
  }
  #top .special-column .profile .photo::after {
    top: -40px;
    left: -40px;
  }
  #top .special-column .profile .text .writer {
    margin: 14px 0 8px;
  }
  #top .special-column .profile .text .writer span.name {
    font-size: 137.5%;
  }
  #top .special-column .profile .text .writer span.mr {
    font-size: 87.5%;
  }
  #top .special-column .profile .text .writer span.from {
    font-size: 75%;
  }
  #top .special-column .profile .text .lead {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #top .special-report .lead {
    font-size: 93.75%;
    text-align: left;
    margin: -15px 0 25px;
    line-height: 1.8;
  }
  #top .special-report .report {
    display: block;
    margin-bottom: 25px;
  }
  #top .special-report .report .timeline {
    margin: 0 auto 30px;
    text-align: center;
  }
  #top .special-report .report .report-list .box {
    margin-bottom: 20px;
  }
  #top .special-report .report .report-list .box .head {
    font-size: 100%;
    padding: 10px;
  }
  #top .special-report .report .report-list .box .head .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .special-report .report .report-list .box .head .title img {
    width: 100%;
    max-width: 40px;
    height: auto;
  }
  #top .special-report .report .report-list .box .head .label {
    font-size: 62.5%;
    margin-left: 10px;
  }
  #top .special-report .report .report-list .box .foot {
    padding: 10px;
  }
  #top .special-report .report .report-list .box .foot .article-list {
    margin-bottom: -10px;
  }
  #top .special-report .report .report-list .box .foot .article-list > li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  #top .special-report .report .report-list .box .foot .article-list > li > span {
    font-size: 87.5%;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .special-report .report .report-list .box .foot .article-list > li > a {
    font-size: 87.5%;
    padding: 20px;
  }
  #top .special-report .report .report-list .box .foot .article-list > li > a .more {
    font-size: 75%;
    margin-top: 10px;
  }
  #top .special-report .report .report-list .box .foot .article-list::after {
    width: calc((100% - 10px) / 2);
  }
  #top .special-report .report .report-list .box:last-child {
    margin-bottom: 0;
  }
  #top .special-report .profile-list {
    display: block;
  }
  #top .special-report .profile-list .profile {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  #top .special-report .profile-list .profile .caption {
    font-size: 75%;
    margin-top: 15px;
    line-height: 1.8;
  }
  #top .special-report .profile-list .profile:last-child {
    margin-bottom: 0;
  }
  #top .special-report .profile-list::after {
    display: none;
  }
  #top .point .spread {
    margin: 0 0 30px;
  }
  #top .point .read-more {
    margin-bottom: 30px;
  }
  #top .bnr-group .bnr-group-inner {
    width: 100%;
    padding: 30px 25px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .bnr-group .bnr-group-inner .bnr-list {
    display: block;
  }
  #top .bnr-group .bnr-group-inner .bnr-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #top .bnr-group .bnr-group-inner .bnr-list li:last-child {
    margin-bottom: 0;
  }
  #top .account .inner {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top .account .inner .utility-nav {
    display: block;
    margin-bottom: 35px;
  }
  #top .account .inner .utility-nav > li {
    width: 100%;
    margin-bottom: 25px;
  }
  #top .account .inner .utility-nav > li.btn-open span {
    font-size: 87.5%;
    margin-bottom: 10px;
  }
  #top .account .inner .utility-nav > li.btn-open a {
    font-size: 125%;
  }
  #top .disclaimer .title-a {
    margin-bottom: 10px;
  }
  #top .disclaimer .title-a a {
    font-size: 93.75%;
  }
  #top .disclaimer .title-b {
    margin-bottom: 10px;
  }
  #top .disclaimer .lead-a {
    font-size: 81.25%;
  }
  #top .disclaimer .lead-b {
    font-size: 81.25%;
    margin-bottom: 20px;
  }
  #top .disclaimer .plain {
    margin-bottom: 20px;
  }
  #top .disclaimer .plain > li {
    font-size: 81.25%;
    margin-bottom: 10px;
  }
  #top .disclaimer .disclaimer-list {
    display: block;
    margin-bottom: 40px;
  }
  #top .disclaimer .disclaimer-list li {
    margin: 0 0 20px;
  }
  #top .disclaimer .disclaimer-list li a {
    font-size: 93.75%;
    padding: 0 0 8px 18px;
    margin-top: 0;
  }
  #top .disclaimer .disclaimer-list li a::before {
    background-size: 12px;
    top: 5px;
    width: 12px;
    height: 12px;
  }
  #top .disclaimer .disclaimer-list li a:hover {
    text-decoration: none;
  }
  #top .disclaimer .disclaimer-list li:last-child {
    margin-right: 0;
  }

  #top .seminar .column-2 {
    width: 100%;
  }

  #top .seminar .column-2 > .column {
    width: calc((100% - 15px) / 2);
  }
}