@charset "UTF-8";
/* ==========================================================
Fonts
========================================================== */
.m-plus, .footer .footer-blue .contents h3, .title-page .box-title * {
  font-family: 'M PLUS Rounded 1c', sans-serif; }

.font-eng, .header .header-info .info-tel span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-eng-con, .btn-more, .header .header-menu .header-menu-txt, .header .header-menu .menu-trigger::after, .menu-full .navi01 li, .menu-full .navi02 h3, .menu-full .navi03 .shops .shop-info .shop-tel, .footer .footer-blue .shops .shop-info .shop-tel, .txt-big-eng {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-mincho, .txt-big-jp {
  font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 300; }

/* ==========================================================
ALL
========================================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"); }

body {
  position: relative;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM,-apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
  max-width: 2000px;
  margin: auto; }
  @media (max-width: 1023px) {
    body {
      position: relative;
      overflow-x: hidden; } }

* {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, sans-serif, serif;
  margin-top: 0;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
li {
  margin-top: 0;
  letter-spacing: 0.1em; }

dt, dd, p {
  line-height: 1.8em; }

.rec_btn {
    display: block;
    max-width: 1200px;
    text-align: center;
    background: rgba(10,25,150,0.75);
    margin: 40px auto 0;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.rec_btn:hover{
  opacity:0.8;
    color: #fff;
}

.rec_btn a:hover{
    color: #fff;
}

.rec_btn img{
  width:100px;
  margin-right:20px;
}

@media (min-width: 750px) {
.rec_btn br{
  display:none;
}
}

@media (max-width: 749px) {

.rec_btn {
    padding: 15px 10px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
}

.rec_btn:hover{
  opacity:0.8;
    color: #fff;
}

.rec_btn a:hover{
    color: #fff;
}

.rec_btn img{
  width:80px;
  margin: 0px auto 20px;
  display: block;
}

}

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #333ee2;
    text-decoration: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

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

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

@media (max-width: 1268px) {
  .uk-container {
    padding: 0 20px; } }

@media (max-width: 749px) {
  .uk-container {
    padding: 0 20px; } }

.uk-width-large-1-2:nth-last-child(-n + 2),
.uk-width-large-1-3:nth-last-child(-n + 2),
.uk-width-medium-1-2:nth-last-child(-n + 2),
.uk-width-medium-1-3:nth-last-child(-n + 2) {
  margin-bottom: 0; }

@media (min-width: 1270px) {
  .hidden-xl {
    display: none; } }

@media (min-width: 980px) {
  .link-fade a {
    display: block;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .link-fade a:hover {
      -webkit-transition: 0.3s linear;
      -moz-transition: 0.3s linear;
      -o-transition: 0.3s linear;
      transition: 0.3s linear;
      -webkit-filter: brightness(1.2);
      -moz-filter: brightness(1.2);
      filter: brightness(1.2);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      text-decoration: none; } }

.mb-s, .list-article .box .txt h3 {
  margin-bottom: 6.66667px; }
  @media (min-width: 1023px) {
    .mb-s, .list-article .box .txt h3 {
      margin-bottom: 10px; } }

.mb-m, .list-article .box .img {
  margin-bottom: 13.33333px; }
  @media (min-width: 1023px) {
    .mb-m, .list-article .box .img {
      margin-bottom: 20px; } }

.mb-l {
  margin-bottom: 33.33333px; }
  @media (min-width: 1023px) {
    .mb-l {
      margin-bottom: 50px; } }

.mb-xl {
  margin-bottom: 46.66667px; }
  @media (min-width: 1023px) {
    .mb-xl {
      margin-bottom: 70px; } }

.mt-s {
  margin-top: 6.66667px; }
  @media (min-width: 1023px) {
    .mt-s {
      margin-top: 10px; } }

.mt-m {
  margin-top: 13.33333px; }
  @media (min-width: 1023px) {
    .mt-m {
      margin-top: 20px; } }

.mt-l, .main .contents {
  margin-top: 33.33333px; }
  @media (min-width: 1023px) {
    .mt-l, .main .contents {
      margin-top: 50px; } }

.mt-xl {
  margin-top: 46.66667px; }
  @media (min-width: 1023px) {
    .mt-xl {
      margin-top: 70px; } }

.pb-s {
  padding-bottom: 13.33333px; }
  @media (min-width: 1023px) {
    .pb-s {
      padding-bottom: 20px; } }

.pb-m {
  padding-bottom: 13.33333px; }
  @media (min-width: 1023px) {
    .pb-m {
      padding-bottom: 20px; } }

.pb-l {
  padding-bottom: 33.33333px; }
  @media (min-width: 1023px) {
    .pb-l {
      padding-bottom: 50px; } }

.pb-xl {
  padding-bottom: 46.66667px; }
  @media (min-width: 1023px) {
    .pb-xl {
      padding-bottom: 70px; } }

.pt-s {
  padding-top: 6.66667px; }
  @media (min-width: 1023px) {
    .pt-s {
      padding-top: 10px; } }

.pt-m {
  padding-top: 13.33333px; }
  @media (min-width: 1023px) {
    .pt-m {
      padding-top: 20px; } }

.pt-l {
  padding-top: 33.33333px; }
  @media (min-width: 1023px) {
    .pt-l {
      padding-top: 50px; } }

.pt-xl {
  padding-top: 46.66667px; }
  @media (min-width: 1023px) {
    .pt-xl {
      padding-top: 70px; } }

.p-all-s {
  padding: 6.66667px; }
  @media (min-width: 1023px) {
    .p-all-s {
      padding: 10px; } }

.p-all-m {
  padding: 13.33333px; }
  @media (min-width: 1023px) {
    .p-all-m {
      padding: 20px; } }

.p-all-l {
  padding: 33.33333px; }
  @media (min-width: 1023px) {
    .p-all-l {
      padding: 50px; } }

.p-all-xl {
  padding: 46.66667px; }
  @media (min-width: 1023px) {
    .p-all-xl {
      padding: 70px; } }

.p-lr-s {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 1023px) {
    .p-lr-s {
      padding-left: 10px;
      padding-right: 10px; } }

.p-lr-m {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1023px) {
    .p-lr-m {
      padding-left: 20px;
      padding-right: 20px; } }

.p-lr-l {
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 1023px) {
    .p-lr-l {
      padding-left: 50px;
      padding-right: 50px; } }

.p-lr-xl {
  padding-left: 35px;
  padding-right: 35px; }
  @media (min-width: 1023px) {
    .p-lr-xl {
      padding-left: 70px;
      padding-right: 70px; } }

@media (max-width: 1023px) {
  .text-left-m {
    text-align: left; } }

@media (max-width: 1023px) {
  .flex-warp-m {
    flex-wrap: wrap; } }

@media (max-width: 750px) {
  .flex-warp-s {
    flex-wrap: wrap; } }

.kome {
  margin-left: 0;
  padding-left: 0; }
  .kome li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em; }
    .kome li ol, .kome li ul, .kome li li {
      margin-bottom: 0; }

.btn-more {
  border: 2px solid #fff;
  color: #fff;
  line-height: 2.3em;
  display: inline-block;
  font-size: 24px;
  width: 350px;
  max-width: 80%;
  position: relative; }
  @media (max-width: 750px) {
    .btn-more {
      font-size: 20px; } }
  .btn-more::after {
    position: absolute;
    content: " ";
    background-image: url(/common/images/bg_arrow_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 16px;
    right: -40px;
    top: 0.5em; }
    @media (max-width: 750px) {
      .btn-more::after {
        width: 40px;
        height: 8px;
        right: -20px;
        top: 0.75em; } }
  .btn-more:hover {
    background: rgba(51, 62, 226, 0.5);
    color: #fff; }
  @media (max-width: 750px) {
    .btn-more {
      border: 1px solid #fff; } }

.btn-more-black {
  border: 2px solid #000;
  color: #000; }
  .btn-more-black::after {
    background-image: url(/common/images/bg_arrow_b.png); }
  .btn-more-black:hover {
    background: #e6e7fb;
    color: #000; }
  @media (max-width: 750px) {
    .btn-more-black {
      border: 1px solid #000; } }

.txt-blue {
  color: #333ee2; }

.contents p.float {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
  color: #666;
  font-size: 0.85em; }
  @media (max-width: 1023px) {
    .contents p.float {
      margin-bottom: 26.66667px;
      margin-left: 0;
      float: none;
      text-align: center !important;
      display: block; } }
  @media (max-width: 750px) {
    .contents p.float {
      margin-bottom: 13.33333px; } }

/* 表 ---------------------------------------------------------------- */
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table th,
  .table td {
    padding: 20px;
    vertical-align: top; }
  .table th {
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    width: 38%;
    font-size: 18px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .table th {
        white-space: normal !important;
        width: 36%; } }
  .table.uk-table-striped > tr:nth-of-type(odd),
  .table.uk-table-striped tbody tr:nth-of-type(odd) {
    border: none; }

@media (max-width: 750px) {
  .table-block th,
  .table-block td {
    display: block;
    width: 100%;
    text-align: center; }
  .table-block th {
    padding-bottom: 0;
    white-space: normal; } }

/* Header  ==================================================================== */
.header {
  height: 120px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .header {
      height: auto; } }
  .header h1,
  .header .h1,
  .header h2,
  .header p {
    line-height: 1em;
    margin: 0 inherit;
    font-size: 14px; }
  .header h1,
  .header .h1 {
    position: absolute;
    left: 95px;
    top: 6px;
    text-align: left;
    letter-spacing: 0.1em; }
    @media (max-width: 1269px) {
      .header h1,
      .header .h1 {
        left: 20px; } }
    @media (max-width: 1023px) {
      .header h1,
      .header .h1 {
        display: none; } }
  .header .container {
    max-width: 1270px;
    width: 98%;
    margin: auto;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 1269px) {
      .header .container {
        padding: 0 20px;
        box-sizing: border-box; } }
    @media (max-width: 1200px) {
      .header .container {
        width: 100%;
        padding: 0 10px 0 20px; } }
    @media (max-width: 750px) {
      .header .container {
        padding: 0 10px; } }
  .header .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px; }
    @media (max-width: 1023px) {
      .header .flex {
        align-items: center;
        padding-bottom: 10px;
        flex-wrap: wrap; } }
    @media (max-width: 750px) {
      .header .flex {
        flex-wrap: nowrap; } }
    @media (max-width: 1023px) {
      .header .flex * {
        line-height: 1em;
        margin-top: 0; } }
  .header .header-menu,
  .header .header-mail,
  .header .logo {
    box-sizing: border-box; }
    @media (max-width: 1023px) {
      .header .header-menu,
      .header .header-mail,
      .header .logo {
        text-align: center; } }
  .header .logo {
    text-align: center;
    padding-left: 95px; }
    @media (max-width: 1269px) {
      .header .logo {
        padding-left: 0; } }
    .header .logo img,
    .header .logo svg {
      width: 436px; }
      @media (max-width: 1023px) {
        .header .logo img,
        .header .logo svg {
          width: 340px; } }
      @media (max-width: 750px) {
        .header .logo img,
        .header .logo svg {
          width: 227.5px; } }
  .header .header-info {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 1269px) {
      .header .header-info {
        padding-left: 0px; } }
    @media (max-width: 1200px) {
      .header .header-info {
        padding-left: 0px; } }
    @media (max-width: 1023px) {
      .header .header-info {
        display: none; } }
    @media (max-width: 750px) {
      .header .header-info {
        display: none; } }
    .header .header-info p {
      margin: 0;
      text-align: right; }
    .header .header-info .info-time {
      letter-spacing: 0.1em;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.3;
      }
    .header .header-info .info-tel {
      font-size: 23px;
      line-height: 1em;
      vertical-align: baseline; }
      .header .header-info .info-tel img {
        width: 23px;
        margin-right: 3px;
        vertical-align: top; }
      .header .header-info .info-tel span {
        font-size: 40px;
        letter-spacing: 0.05em;
        margin-right: -3px;
        display: inline-block; }
  .header .header-menu {
    margin-left: 5px; }
    @media (max-width: 1279px) {
      .header .header-menu {
        padding-left: 0px; } }
    @media (max-width: 750px) {
      .header .header-menu {
        width: 120px; } }
    .header .header-menu ul {
      margin-bottom: 0;
      padding: 0; }
    .header .header-menu li {
      list-style: none;
      margin-left: 15px;
      width: 80px;
      height: 80px; }
      @media (max-width: 750px) {
        .header .header-menu li {
          margin-left: 10px;
          width: 50px;
          height: 50px; } }
      .header .header-menu li nav {
        height: 80px; }
    .header .header-menu .header-menu-txt, .header .header-menu .menu-trigger::after {
      font-size: 16px;
      letter-spacing: 0.1em;
      margin-top: 7px;
      text-align: center; }
      @media (max-width: 750px) {
        .header .header-menu .header-menu-txt, .header .header-menu .menu-trigger::after {
          font-size: 14px; } }
  .header .header-mail {
    padding-right: 15px;
    height: 80px; }
    .header .header-mail p {
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .header .header-mail a {
      color: #fff;
      height: 80px;
      width: 80px;
      display: block;
      padding-top: 16px;
      background: #333ee2; }
      @media (max-width: 750px) {
        .header .header-mail a {
          width: 50px;
          height: 50px;
          padding-top: 10px; } }
    .header .header-mail img {
      width: 30px;
      margin-bottom: 6px; }
      @media (max-width: 750px) {
        .header .header-mail img {
          margin-bottom: 0px;
          width: 20px; } }
  .header .uk-sticky-fixed {
    z-index: 1020;
    top: 10px !important; }
  .header .header-bt-menu {
    width: 80px; }
    @media (max-width: 750px) {
      .header .header-bt-menu {
        width: 50px;
        height: 50px; } }
    @media (max-width: 1023px) {
      .header .header-bt-menu .uk-active {
        right: 26px !important; } }
    @media (max-width: 750px) {
      .header .header-bt-menu .uk-active {
        top: 10px !important;
        right: 10px !important; } }

.menu-full {
  text-align: center; }
  .menu-full div,
  .menu-full a,
  .menu-full h3 {
    color: #fff; }
  .menu-full .navi01 {
    padding: 40px 0 40px; }
    .menu-full .navi01 li {
      font-size: 36px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .menu-full .navi01 li {
          font-size: 30px; } }
      @media (max-width: 750px) {
        .menu-full .navi01 li {
          text-align: left; } }
      .menu-full .navi01 li img, .menu-full .navi01 li svg {
        vertical-align: baseline;
        vertical-align: unset; }
      .menu-full .navi01 li img {
        width: auto;
        height: 30px;
        margin-right: 0.5em; }
      .menu-full .navi01 li svg.icon-mail {
        width: 34px;
        height: 24px;
        display: inline-block; }
        @media (max-width: 750px) {
          .menu-full .navi01 li svg.icon-mail {
            vertical-align: middle; } }
      .menu-full .navi01 li .cls-1 {
        fill: none;
        stroke: #fff;
        stroke-width: 5px; }
  .menu-full .navi02 h3 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 0.5em;
    border-left: 4px solid #fff; }
    @media (max-width: 750px) {
      .menu-full .navi02 h3 {
        margin-bottom: 15px; } }
  .menu-full .navi02 .list {
    margin-bottom: 70px; }
    .menu-full .navi02 .list li {
      text-align: left;
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold; }
  .menu-full .navi03 {
    margin-bottom: 40px; }
    .menu-full .navi03 .logo {
      margin-bottom: 65px; }
      .menu-full .navi03 .logo img, .menu-full .navi03 .logo svg {
        width: 551px; }
    .menu-full .navi03 .shops .shop-info .shop-tel {
      font-weight: 700;
      font-size: 49px;
      line-height: 1em; }
      @media (max-width: 1023px) {
        .menu-full .navi03 .shops .shop-info .shop-tel {
          font-size: 36px; } }
      .menu-full .navi03 .shops .shop-info .shop-tel img {
        height: 38px;
        width: auto;
        margin-right: 0.5em;
        vertical-align: middle; }

/* ==========================================================
Menu Efect
========================================================== */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 80px;
  height: 80px;
  background: #333ee2;
  padding: 10px; }
  @media (max-width: 750px) {
    .menu-trigger {
      width: 50px;
      height: 50px;
      padding-top: 10px; } }
  .menu-trigger span {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 4px;
    background-color: #fff; }
    @media (max-width: 750px) {
      .menu-trigger span {
        height: 3px;
        left: 15px;
        width: 20px; } }
    .menu-trigger span:nth-of-type(1) {
      top: 16px; }
      @media (max-width: 750px) {
        .menu-trigger span:nth-of-type(1) {
          top: 8px; } }
    .menu-trigger span:nth-of-type(2) {
      top: 26px; }
      @media (max-width: 750px) {
        .menu-trigger span:nth-of-type(2) {
          top: 15px; } }
    .menu-trigger span:nth-of-type(3) {
      top: 36px; }
      @media (max-width: 750px) {
        .menu-trigger span:nth-of-type(3) {
          top: 22px; } }
  .menu-trigger::after {
    position: absolute;
    left: 0;
    bottom: 12px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all .4s;
    background: #333ee2;
    line-height: 1.2em; }
    @media (max-width: 750px) {
      .menu-trigger::after {
        bottom: 3px; } }
  .menu-trigger.active {
    z-index: 1020;
    background: #fff; }
    .menu-trigger.active::after {
      content: 'CLOSE';
      color: #0070bd;
      background: #fff; }
    .menu-trigger.active span {
      background: #0070bd; }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 6px; }
        @media (max-width: 750px) {
          .menu-trigger.active span:nth-of-type(1) {
            top: -4px; } }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
        top: 46px; }
        @media (max-width: 750px) {
          .menu-trigger.active span:nth-of-type(3) {
            top: 36px; } }

/* ==========================================================
Footer
========================================================== */
.pagetop {
  position: fixed;
  bottom: -100px;
  text-align: left;
  text-align: center;
  width: 100%;
  z-index: 1; }
  .pagetop .inner {
    max-width: 1270px;
    margin: auto;
    text-align: right; }
  .pagetop img {
    width: 64px;
    height: 64px; }
  .pagetop .cls-1 {
    fill: #0b318f;
    stroke: none; }

.footer {
  text-align: center;
  margin-top: 120px; }
  .footer .footer-txt {
    text-align: center;
    color: #333ee2;
    font-size: 26px;
    margin-bottom: 10px; }
    @media (max-width: 750px) {
      .footer .footer-txt {
        text-align: left; } }
  .footer .footer-blue {
    background: #0070bd;
    color: #fff; }
    .footer .footer-blue div, .footer .footer-blue a, .footer .footer-blue h3 {
      color: #fff; }
    .footer .footer-blue .logo img, .footer .footer-blue .logo svg {
      width: 551px; }
    .footer .footer-blue .shops .shop-info .shop-name {
      margin-bottom: 10px;
      line-height: 1;
      font-weight: bold;
      font-size: 48px; }
      @media (max-width: 1023px) {
        .footer .footer-blue .shops .shop-info .shop-name {
          font-size: 32px; } }
      @media (max-width: 750px) {
        .footer .footer-blue .shops .shop-info .shop-name {
          font-size: 30px; } }
      .footer .footer-blue .shops .shop-info .shop-name img {
        width: 48.16px;
        vertical-align: baseline; }
        @media (max-width: 750px) {
          .footer .footer-blue .shops .shop-info .shop-name img {
            width: 30px; } }
    .footer .footer-blue .shops .shop-info .shop-tel {
      font-weight: 700;
      font-size: 40px;
      line-height: 1em;
      vertical-align: baseline;
      letter-spacing: 0.1em; }
      @media (max-width: 1023px) {
        .footer .footer-blue .shops .shop-info .shop-tel {
          font-size: 36px; } }
      .footer .footer-blue .shops .shop-info .shop-tel img {
        width: 23px;
        vertical-align: middle;
        margin-right: 10px; }
    @media (max-width: 1023px) {
      .footer .footer-blue .contents {
        margin-top: 50px; } }
    @media (max-width: 750px) {
      .footer .footer-blue .contents {
        margin-top: 40px; } }
    .footer .footer-blue .contents h3 {
      font-size: 36px;
      margin-bottom: 50px; }
    .footer .footer-blue .contents .list {
      margin-bottom: 70px; }
      .footer .footer-blue .contents .list li {
        text-align: left;
        margin-top: 20px; }
  .footer .footer-chach {
    margin-bottom: 70px; }
    @media (max-width: 750px) {
      .footer .footer-chach {
        text-align: left; } }
  .footer .copyright {
    font-size: 12px; }
    @media (max-width: 750px) {
      .footer .copyright {
        text-align: left; } }

/* ===========================================================================================
MAIN
=========================================================================================== */
/* ==========================================================
PAGE TITLE
========================================================== */
.title-page {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    .title-page {
      background-size: cover; } }
  .title-page .inner {
    height: 300px; }
    @media (max-width: 1023px) {
      .title-page .inner {
        height: 250px; } }
    @media (max-width: 750px) {
      .title-page .inner {
        height: 180px; } }
  .title-page .box-title * {
    color: #fff;
    text-align: left;
    text-shadow: 0 0 10px rgba(51, 62, 226, 0.5), 0 0 8px rgba(51, 62, 226, 0.5), 0 0 6px rgba(51, 62, 226, 0.5);
    line-height: 1;
    font-weight: 700; }
  .title-page .box-title h3 {
    font-size: 48px;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .title-page .box-title h3 {
        font-size: 36px; } }
    @media (max-width: 750px) {
      .title-page .box-title h3 {
        font-size: 28px; } }
  .title-page .box-title p {
    margin-bottom: 0;
    font-size: 24px; }
    @media (max-width: 1023px) {
      .title-page .box-title p {
        font-size: 20px; } }
    @media (max-width: 750px) {
      .title-page .box-title p {
        font-size: 18px; } }

.txt-big-eng {
  font-size: 79px;
  letter-spacing: 0.075em;
  line-height: 1em; }
  @media (max-width: 750px) {
    .txt-big-eng {
      font-size: 44px; } }
  .txt-big-eng span {
    color: #333ee2; }

.title-jp {
  color: #333ee2;
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 750px) {
    .title-jp {
      font-size: 20px; } }

.txt-big-jp {
  font-size: 50px;
  line-height: 1.2em; }
  @media (max-width: 750px) {
    .txt-big-jp {
      font-size: 2rem; } }

.bg-white-title .title-jp {
  background: #fff; }

.bg-white {
  position: relative;
  z-index: 1; }
  .bg-white:after {
    position: absolute;
    content: " ";
    display: block;
    height: 127px;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: -2; }
    @media (max-width: 1200px) {
      .bg-white:after {
        height: 10.7vw; } }
    @media (max-width: 1023px) {
      .bg-white:after {
        height: 16.93333329vw; } }
  .bg-white * {
    position: relative; }

/* ==========================================================
PAGE CONTENTS
========================================================== */
.list-article .box {
  overflow: hidden; }
  .list-article .box .img {
    background-color: rgba(0, 0, 0, 0.05);
    position: relative; }
    .list-article .box .img.img-bg {
      padding-top: 75%; }
    .list-article .box .img p {
      margin-bottom: 0; }
  .list-article .box.new .img::before {
    position: absolute;
    display: block;
    width: 101px;
    height: 30px;
    left: 0;
    bottom: 20px;
    content: " ";
    background-image: url(/common/images/icon_new@2x.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 2; }
    @media (max-width: 750px) {
      .list-article .box.new .img::before {
        width: 67px;
        height: 20px;
        bottom: 15px; } }
  .list-article .box .txt h3 {
    font-size: 20px;
    font-weight: bold; }
  .list-article .box .txt p {
    margin-bottom: 0; }

/* ==========================================================
PAGE NAVI
========================================================== */
.block_nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  justify-content: space-between;
  width: 100%; }
  .block_nav li {
    margin-left: 0;
    padding-left: 0;
    min-width: 4em;
    text-align: center;
    font-size: 1.5em; }
    @media (max-width: 750px) {
      .block_nav li {
        min-width: inherit; } }
    .block_nav li a {
      background: #fff;
      vertical-align: middle;
      padding: 5px 20px;
      color: #333ee2;
      border: 2px solid #333ee2;
      display: inline-block; }
      @media (max-width: 750px) {
        .block_nav li a {
          padding: 5px 10px; } }
      .block_nav li a:hover {
        background: rgba(51, 62, 226, 0.1); }
      .block_nav li a span {
        vertical-align: middle;
        padding: 0; }
  .block_nav .btn_blog_next {
    order: 3; }
  .block_nav .btn_blog_back {
    order: 1; }
  .block_nav .btn_blog_top {
    order: 2;
    font-weight: bold; }
    .block_nav .btn_blog_top .txt {
      display: inline-block;
      padding-top: 7px;
      padding-top: 4px; }
      @media (max-width: 750px) {
        .block_nav .btn_blog_top .txt {
          padding-left: 0px;
          padding-right: 0px;
          padding-top: 3px;
          margin-bottom: 1px; } }
    .block_nav .btn_blog_top p {
      margin: 0;
      font-size: 1.8rem; }
