@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  min-width: 1200px;
  position: relative;
  background: #fff;
  color: #070002;
  font-size: 1.3rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

a {
  display: inline-block;
  height: 100%;
  color: #070002; }
  a:focus {
    outline: 0; }
  a:hover {
    opacity: 0.7; }

/* header
------------------------------------*/
.header {
  width: 100%;
  height: auto; }
  .header-topinner1 {
    width: 100%;
    height: 140px;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border-top: 3px solid #459fe3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .header-topinner2 {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    position: relative; }
  .header__search {
    position: absolute;
    top: 32px;
    left: 0; }
    .header__search .form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__search .text {
      padding-left: 20px;
      position: relative;
      border: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease;
      background-color: #f0f0f0; }
      .header__search .text.open {
        width: 370px; }
    .header__search .text, .header__search .submit, .header__search .btn {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      border: 0;
      outline: none; }
    .header__search .submit, .header__search .btn {
      position: absolute;
      top: 0;
      right: 0;
      background: #f0f0f0 url(../images/common/ic_search.svg) no-repeat center center; }
    .header__search .btn:hover {
      cursor: pointer; }
    .header__search .btn.open {
      display: none; }
  .header__logo {
    padding-top: 39px;
    text-align: center; }
    .header__logo a {
      display: inline; }
  .header-topinner3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 360px;
    position: absolute;
    top: 21px;
    right: 0; }
  .header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 153px;
    padding-top: 10px;
    line-height: 0; }
  .header__others .font-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #999; }
    .header__others .font-size .normal {
      padding-right: 20px;
      font-size: 1.4rem; }
    .header__others .font-size .large {
      font-size: 1.8rem; }
    .header__others .font-size .normal:hover, .header__others .font-size .large:hover {
      opacity: 0.7;
      cursor: pointer; }
    .header__others .font-size .select {
      color: #070002; }
  .header__others .languages {
    position: absolute;
    top: 45px;
    right: 110px; }
    .header__others .languages .btn {
      padding-right: 20px;
      position: relative; }
      .header__others .languages .btn::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333333 transparent transparent transparent;
        position: absolute;
        top: 8px;
        right: 0; }
    .header__others .languages .btn:hover, .header__others .languages .language:hover {
      opacity: 0.7;
      cursor: pointer; }
    .header__others .languages .subNavigation {
      width: 133px;
      padding: 0 10px;
      position: absolute;
      top: 30px;
      left: -20px;
      background: #f5f5f5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: none;
      z-index: 2;
      text-align: center;
      -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); }
      .header__others .languages .subNavigation__item {
        padding: 10px 0;
        border-bottom: dotted 1px #999; }
        .header__others .languages .subNavigation__item:last-child {
          border-bottom: 0; }
        .header__others .languages .subNavigation__item:hover {
          opacity: .8; }
        .header__others .languages .subNavigation__item .subNavigation__item a {
          color: #fff; }
  .header__menu {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #459fe3;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); }
    .header__menu:hover {
      opacity: 0.7;
      cursor: pointer; }
    .header__menu .btn {
      content: "";
      width: 18px;
      height: 18px;
      background: url(../images/common/ic_menu.svg) no-repeat center center;
      position: absolute;
      top: 14px;
      left: 21px; }
    .header__menu::after {
      content: "MENU";
      width: 60px;
      height: 60px;
      font-family: "Lato", sans-serif;
      font-size: 0.8rem;
      color: #fff;
      position: absolute;
      top: 36px;
      left: 0; }
    .header__menu.open .btn {
      background: none;
      width: 21px;
      height: 4px;
      background-color: #fff;
      top: 22px;
      left: 19px; }
    .header__menu.open::after {
      content: "CLOSE"; }
  .header-bottominner {
    width: 100%;
    height: auto;
    position: absolute;
    top: 140px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: top 0.6s ease;
    -o-transition: top 0.6s ease;
    transition: top 0.6s ease; }
  .header__alert {
    display: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background-color: #f0f0f0; }
    .header__alert-inner {
      width: 1200px;
      margin: 0 auto;
      padding: 30px 0; }
    .header__alert a {
      display: inline-block;
      position: relative;
      padding-right: 20px;
      text-decoration: underline; }
  .header__subcatch {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px; }
    .header__subcatch-inner {
      font-size: 1.4rem; }
      .header__subcatch-inner .bold {
        font-weight: bold; }
      .header__subcatch-inner .strong {
        color: #e31415; }
      .header__subcatch-inner dt, .header__subcatch-inner dd {
        display: inline-block; }
      .header__subcatch-inner dd {
        padding: 0 15px 0 10px; }
    .header__subcatch .lighter {
      padding-left: 10px;
      font-size: 1.1rem;
      color: #666; }
  .header__nav {
    border-top: 1px solid #dedede; }
    .header__nav-inner, .header__slidenav-inner1, .header__slidenav-inner2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 1077px;
      height: 110px;
      margin: 0 auto;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .header__nav-inner .nav, .header__slidenav-inner2 .nav, .header__slidenav-inner1 .nav {
        line-height: 2.5rem;
        text-align: center; }
  .header__slidenav {
    opacity: 0;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    position: absolute;
    top: 137px;
    left: 0;
    background-color: #f5f5f5; }
    .header__slidenav-inner1 {
      padding-top: 40px; }
    .header__slidenav-inner2 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 870px;
      height: auto;
      padding-top: 40px; }
      .header__slidenav-inner2 .nav {
        font-size: 1.4rem; }
      .header__slidenav-inner2 .card {
        width: 110px;
        height: 100px;
        border-radius: 10px;
        background-color: #fff;
        text-align: center; }
        .header__slidenav-inner2 .card__ic {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          width: auto;
          height: 75px; }
          .header__slidenav-inner2 .card__ic.ajust {
            height: 60px; }
        .header__slidenav-inner2 .card__txt {
          font-size: 1.2rem;
          line-height: 0; }
          .header__slidenav-inner2 .card__txt .ajust {
            display: inline-block;
            padding-top: 15px; }
        .header__slidenav-inner2 .card a {
          display: block; }
        .header__slidenav-inner2 .card:hover {
          background-color: #459fe3; }
          .header__slidenav-inner2 .card:hover .card__txt {
            color: #fff; }
          .header__slidenav-inner2 .card:hover svg {
            stroke: #fff; }
        .header__slidenav-inner2 .card a:hover {
          opacity: 1; }

/* svg
------------------------------------*/
.header__slidenav-inner2 svg {
  fill: none;
  stroke: #0068a5;
  stroke-linecap: round;
  stroke-width: 3px; }

.header_icon_01 {
  width: 34px;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.header_icon_02 {
  width: 39px;
  stroke-miterlimit: 10; }

.header_icon_03 {
  width: 47px; }

.header_icon_04 {
  width: 41px; }

.header_icon_05 {
  width: 49px; }

.header_icon_06 {
  width: 47px;
  stroke-miterlimit: 10; }

/* nav--b-wrapper
------------------------------------*/
.nav--b-wrapper .nav--b--card:hover {
  background-color: #459fe3; }
  .nav--b-wrapper .nav--b--card:hover .nav--b--card__txt {
    color: #fff; }
  .nav--b-wrapper .nav--b--card:hover svg {
    stroke: #fff; }

.nav--b-wrapper .nav--b--card a:hover {
  opacity: 1; }

/* title
------------------------------------*/
.ttl--a {
  margin-bottom: 40px; }
  .ttl--a .catch {
    font-family: "din-condensed", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 3.7px; }
  .ttl--a .subcatch {
    display: inline-block;
    padding-left: 32px;
    vertical-align: 10px;
    font-size: 2.1rem;
    font-weight: normal;
    color: #459fe3;
    letter-spacing: 0.1em; }

.ttl--b {
  margin-bottom: 25px;
  line-height: 3.5rem;
  text-align: center; }
  .ttl--b .catch {
    font-family: "din-condensed", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 4px; }
  .ttl--b .subcatch {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal; }

.ttl--c-wrapper {
  width: 100%;
  height: 230px;
  padding: 90px 0 70px;
  background: url(../images/common/bg_ttl_01.jpg) no-repeat center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ttl--c-wrapper .ttl--c {
    margin-bottom: 25px;
    line-height: 3.5rem;
    text-align: center; }
    .ttl--c-wrapper .ttl--c .catch {
      font-family: "din-condensed", sans-serif;
      font-size: 5rem;
      font-weight: bold;
      letter-spacing: 4px; }
    .ttl--c-wrapper .ttl--c .subcatch {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: normal; }

.ttl--d {
  padding-bottom: 4px;
  border-bottom: solid 2px #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em; }

/* breadcrumb
------------------------------------*/
.breadcrumb-wrapper {
  padding: 30px 0;
  font-size: 1.2rem;
  color: #999; }
  .breadcrumb-wrapper .breadcrumb {
    width: 1200px;
    height: auto;
    margin: 0 auto; }
    .breadcrumb-wrapper .breadcrumb__item {
      display: inline-block;
      padding-right: 40px; }
      .breadcrumb-wrapper .breadcrumb__item a {
        color: #999; }
    .breadcrumb-wrapper .breadcrumb .arrow {
      display: inline-block;
      position: relative; }
      .breadcrumb-wrapper .breadcrumb .arrow::before {
        content: "";
        position: absolute;
        top: -7px;
        left: -26px;
        width: 5px;
        height: 5px;
        margin: auto;
        vertical-align: middle;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

/* card
------------------------------------*/
.card--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .card--c .card {
    width: 280px;
    height: auto;
    margin-bottom: 30px;
    margin-right: 26px;
    position: relative;
    z-index: 1; }
    .card--c .card:nth-child(4n) {
      margin-right: 0; }
    .card--c .card.new::after {
      content: "NEW";
      width: 60px;
      height: 60px;
      position: absolute;
      top: -10px;
      left: -10px;
      border-radius: 30px;
      background-color: #ffba00;
      font-family: "Lato", sans-serif;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      line-height: 60px; }
    .card--c .card-inner1 {
      position: relative;
      overflow: hidden; }
    .card--c .card__photo {
      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;
      width: 280px;
      height: 280px; }
      .card--c .card__photo.blur::after {
        content: "";
        width: 280px;
        height: 280px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(../images/index/img_eventnews_02.jpg) no-repeat center center;
        background-size: cover;
        -webkit-filter: blur(1px);
        filter: blur(1px); }
    .card--c .card-inner2 {
      padding-top: 25px; }
    .card--c .card__subttl {
      margin-bottom: 10px;
      font-family: "Lato", sans-serif;
      font-size: 1.3rem; }
    .card--c .card__ttl {
      margin-bottom: 10px;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .card--c .card__info {
      font-style: italic;
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #459fe3; }
    .card--c .card img {
      -webkit-transition: -webkit-transform 0.7s ease;
      transition: -webkit-transform 0.7s ease;
      -o-transition: transform 0.7s ease;
      transition: transform 0.7s ease;
      transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
    .card--c .card:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.card-d {
  margin-bottom: 40px;
  padding: 25px 30px 30px;
  border: solid 2px #459fe3;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .card-d__icon {
    margin-right: 25px; }
  .card-d__body {
    width: calc(100% - 146px); }
  .card-d__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .card-d__txt {
    margin: 15px 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.7; }
  .card-d__foot {
    font-size: 1.6rem;
    letter-spacing: 0.05em; }
  .card-d__link {
    color: #459fe3;
    text-decoration: underline; }

/* btn
------------------------------------*/
.btn--a {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 40px;
  background-color: #444;
  text-align: center; }
  .btn--a:hover {
    opacity: 0.7; }
  .btn--a a {
    display: block;
    color: #fff; }

/* footer
------------------------------------*/
.footer {
  width: 100%; }
  .footer-topinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 450px;
    background-color: #f5f5f5; }
  .footer__map {
    width: 50%;
    height: auto; }
  .footer__mores-info {
    width: 50%;
    height: auto;
    padding: 80px 0;
    text-align: center; }
    .footer__mores-info .logo {
      margin-bottom: 30px; }
    .footer__mores-info .address {
      margin-bottom: 40px;
      font-size: 1.6rem;
      line-height: 2.8rem; }
    .footer__mores-info .sns {
      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;
      margin-bottom: 40px; }
      .footer__mores-info .sns .ic {
        padding: 0 20px; }
    .footer__mores-info .others {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 470px;
      margin: 0 auto; }
      .footer__mores-info .others .txt {
        width: 33%;
        padding: 0;
        font-size: 1.3rem;
        text-align: left; }
        .footer__mores-info .others .txt a {
          padding: 8px 0 8px 15px; }
        .footer__mores-info .others .txt .arrow {
          position: relative; }
          .footer__mores-info .others .txt .arrow::before {
            content: "";
            position: absolute;
            top: 13px;
            left: 0;
            width: 6px;
            height: 6px;
            margin: auto;
            vertical-align: middle;
            border-top: 2px solid #070002;
            border-right: 2px solid #070002;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .footer-bottominner {
    width: auto; }
  .footer__okadaya-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    height: 170px;
    margin: 0 auto;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer__okadaya-info .info {
      padding-left: 45px;
      font-size: 1.6rem;
      line-height: 3.2rem; }
      .footer__okadaya-info .info a {
        display: inline; }
  .footer__copyright {
    width: auto;
    height: 60px;
    padding: 25px 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999; }
  #pageTop a {
    display: block;
    z-index: 999;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); }
    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7; }
  #pageTop .arrow {
    position: relative; }
    #pageTop .arrow::before {
      content: "";
      position: absolute;
      top: 20px;
      left: 17px;
      width: 14px;
      height: 14px;
      margin: auto;
      vertical-align: middle;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.btn-wrapper {
  display: table;
  width: 1200px;
  height: auto;
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 80px; }
  .btn-wrapper__item {
    display: table-cell;
    width: 600px;
    text-align: center; }
    .btn-wrapper__item_l {
      width: 300px;
      text-align: left; }
    .btn-wrapper__item_r {
      width: 300px;
      text-align: right; }
  .btn-wrapper .btn--a {
    margin: 0;
    position: relative; }
    .btn-wrapper .btn--a::after {
      content: "";
      position: absolute;
      top: 15px;
      width: 7px;
      height: 7px;
      margin: auto;
      vertical-align: middle;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    .btn-wrapper .btn--a.prev::after {
      left: 85px;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg); }
    .btn-wrapper .btn--a.next::after {
      right: 85px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.section {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.card--a .card__photo .blur {
  display: none !important; }

.card--a .card:hover img,
.card--b .card:hover img,
.card--c .card:hover img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }
