@charset "UTF-8";
/* ==========================================================================
   visual
   ========================================================================== */
.Top__Visual {
  position: relative; }
  .Top__Visual__Bg {
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 100%;
    z-index: -1; }
  .Top__Visual__Inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px; }
    .Top__Visual__Inner:before {
      content: "";
      display: block;
      padding-top: 42.12%; }
    @media only screen and (max-width: 1700px) {
      .Top__Visual__Inner {
        width: 95%; }
        .Top__Visual__Inner:before {
          padding-top: 680px; } }
    @media only screen and (max-width: 1180px) {
      .Top__Visual__Inner:before {
        padding-top: 600px; } }
    @media only screen and (max-width: 980px) {
      .Top__Visual__Inner:before {
        padding-top: 500px; } }
    @media only screen and (max-width: 768px) {
      .Top__Visual__Inner {
        width: 100%; }
        .Top__Visual__Inner:before {
          padding-top: 50%; } }

/* スライド */
.Top__Slider__Wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 520px);
  min-width: 50%;
  z-index: -1; }
.Top__Slider li {
  width: 100%;
  padding-top: 54.4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .Top__Slider li:nth-child(1) {
    background-image: url(/assets/img/top/visual_slider_1.jpg); }
  .Top__Slider li:nth-child(2) {
    background-image: url(/assets/img/top/visual_slider_2.jpg); }
  .Top__Slider li:nth-child(3) {
    background-image: url(/assets/img/top/visual_slider_3.jpg); }
@media only screen and (max-width: 1700px) {
  .Top__Slider li {
    padding-top: 600px; } }
@media only screen and (max-width: 1180px) {
  .Top__Slider li {
    padding-top: 540px; } }
@media only screen and (max-width: 980px) {
  .Top__Slider__Wrapper {
    min-width: 60%; }
  .Top__Slider li {
    padding-top: 460px; } }
@media only screen and (max-width: 768px) {
  .Top__Slider__Wrapper {
    display: block;
    width: 100%; }
  .Top__Slider li {
    padding-top: 50%; } }

.Top__Visual__Text {
  position: absolute;
  top: 14%;
  width: 100%;
  max-width: 580px;
  height: 80%; }
  .Top__Visual__Text h2 {
    /*margin-top: 100px;*/
    font-family: 'Cinzel';
    font-size: 105px;
    font-size: 10.5rem;
    line-height: 90px;
    color: #0044a3; }
  .Top__Visual__Text h3 {
    margin-top: 16px;
    font-weight: 700;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 50px; }
  .Top__Visual__Text p {
    width: 100%;
    max-width: 470px;
    margin-top: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px; }
  .Top__Visual__Text .Button {
    position: absolute;
    bottom: 0;
    border: none; }
    .Top__Visual__Text .Button a {
      padding-right: 70px;
      text-align: right;
      font-weight: 400; }
    .Top__Visual__Text .Button__Inner {
      position: relative; }
      .Top__Visual__Text .Button__Inner:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: calc(100% - 234px);
        height: 1px;
        border-top: solid 1px #fff; }
  @media only screen and (max-width: 1700px) {
    .Top__Visual__Text {
      top: 10%;
      height: 85%; } }
  @media only screen and (max-width: 980px) {
    .Top__Visual__Text {
      width: 320px; }
      .Top__Visual__Text h2 {
        font-size: 60px;
        font-size: 6rem;
        line-height: 0.85; }
      .Top__Visual__Text h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.35; } }
  @media only screen and (max-width: 768px) {
    .Top__Visual__Text {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 80%;
      margin: 0;
      top: 10%;
      padding: 60px 20px;
      background-color: #fff; }
      .Top__Visual__Text .Button {
        position: relative;
        margin-top: 20px;
        width: 100%; }
        .Top__Visual__Text .Button a {
          line-height: 50px; } }
  @media only screen and (max-width: 480px) {
    .Top__Visual__Text h2 {
      font-size: 40px;
      font-size: 4rem; }
    .Top__Visual__Text h3 {
      font-size: 20px;
      font-size: 2rem; }
    .Top__Visual__Text p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6; } }

/* ==========================================================================
   Top__Cooperation
   ========================================================================== */
.Top__Cooperation {
  padding: 132px 20px 100px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/top/cooperation_bg.jpg"); }
  .Top__Cooperation h2 {
    margin-bottom: 67px;
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff; }
    .Top__Cooperation h2 .Top__Cooperation__Sub-Title {
      margin-bottom: 48px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      color: #fff799; }
  @media only screen and (max-width: 768px) {
    .Top__Cooperation {
      padding: 72px 10px 80px; }
      .Top__Cooperation h2 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 40px; }
        .Top__Cooperation h2 .Top__Cooperation__Sub-Title {
          font-size: 20px;
          font-size: 2rem;
          margin-bottom: 20px; }
      .Top__Cooperation .Button__Wrapper .Button:not(:last-child) {
        margin-right: 24px; } }
  @media only screen and (max-width: 480px) {
    .Top__Cooperation h2 {
      font-size: 22px;
      font-size: 2.2rem; }
      .Top__Cooperation h2 .Top__Cooperation__Sub-Title {
        font-size: 18px;
        font-size: 1.8rem; }
      .Top__Cooperation h2 .Br--Menu-Change:before {
        content: ""; }
    .Top__Cooperation .Button__Wrapper {
      flex-direction: column;
      align-items: center; }
      .Top__Cooperation .Button__Wrapper .Button:not(:last-child) {
        margin: 0 0 20px; } }

/* ==========================================================================
   Top共通パーツ
   ========================================================================== */
.Top__Section__Title {
  position: relative;
  color: #0044a3; }
  .Top__Section__Title h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 60px; }
    @media only screen and (max-width: 768px) {
      .Top__Section__Title h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6; } }
    @media only screen and (max-width: 480px) {
      .Top__Section__Title h2 {
        font-size: 26px;
        font-size: 2.6rem; } }

.Top__Section__Subtitle {
  position: relative;
  margin-bottom: 30px;
  font-family: 'Cinzel';
  font-weight: 700; }
  .Top__Section__Subtitle:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #0044a3; }
  .Top__Section__Subtitle--1 {
    position: absolute;
    top: 0;
    left: -70px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top 0; }
    .Top__Section__Subtitle--1:after {
      width: 118%;
      left: -9%;
      bottom: -7px; }
  .Top__Section__Subtitle--2:after {
    width: 100px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 5px; }
  @media only screen and (max-width: 480px) {
    .Top__Section__Subtitle {
      margin-top: 5px; }
      .Top__Section__Subtitle--1 {
        position: relative;
        transform: none;
        left: 0; }
        .Top__Section__Subtitle--1:after {
          width: 100px;
          top: 0;
          left: auto;
          bottom: 0;
          margin: auto 0 auto 5px; } }

/* ==========================================================================
   Top__About
   ========================================================================== */
.Top__About {
  position: relative;
  padding: 100px 0 90px; }
  .Top__About__Text {
    position: relative;
    z-index: 1;
    padding: 60px 60px 60px 140px;
    width: 100%;
    max-width: 742px;
    background-color: #fff; }
    .Top__About__Text:after {
      display: block;
      content: "";
      clear: both;
      height: 0;
      visibility: hidden; }
    .Top__About__Text .Top__Section__Title h2 {
      margin: -10px 0; }
    .Top__About__Text .Top__Section__Subtitle--1 {
      top: 10px; }
    .Top__About__Text p {
      margin-top: 40px;
      line-height: 2; }
    .Top__About__Text .Button {
      margin-top: 25px;
      float: right; }
  .Top__About__Bg {
    position: absolute;
    top: 60px;
    right: 0;
    width: 53.125%;
    height: calc(100% - 90px);
    padding: 50px 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/top/about_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .Top__About {
      padding: 57.35% 0 0; }
      .Top__About .Inner {
        width: 100%; }
      .Top__About__Text {
        max-width: 100%;
        padding-left: 90px; }
        .Top__About__Text .Top__Section__Title h2 {
          letter-spacing: -0.04em; }
        .Top__About__Text .Top__Section__Subtitle--1 {
          left: -50px; }
        .Top__About__Text .Button {
          float: none;
          margin: 25px auto 0; }
      .Top__About__Bg {
        width: 100%;
        height: auto;
        padding: 57.35% 0 0;
        top: 0;
        right: 0; } }
  @media only screen and (max-width: 600px) {
    .Top__About__Text .Top__Section__Title h2 .Br:before {
      content: " "; } }
  @media only screen and (max-width: 480px) {
    .Top__About__Text {
      padding: 30px; }
      .Top__About__Text .Top__Section__Subtitle--1 {
        left: 0; } }

/* ==========================================================================
   Top__Material
   ========================================================================== */
.Top__Material {
  position: relative;
  padding-top: 40px; }
  .Top__Material__Text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 76.19%;
    align-items: flex-start; }
  .Top__Material .Top__Section__Title {
    color: #fff; }
  .Top__Material .Top__Section__Subtitle--2:after {
    background-color: #fff; }
  .Top__Material .Button {
    margin-top: 20px;
    background-color: #6e99df; }
  .Top__Material__List {
    display: flex;
    counter-reset: material; }
    .Top__Material__List li {
      position: relative;
      padding: 50px 20px 40px;
      background-color: #fff; }
      .Top__Material__List li:not(:last-child) {
        border-right: 1px solid #edf5f5; }
      .Top__Material__List li:before {
        color: #0044a3;
        counter-increment: material;
        content: counter(material,decimal-leading-zero);
        position: absolute;
        width: calc(100% - 40px);
        top: 20px;
        opacity: 0.4;
        font-family: 'Cinzel';
        font-size: 60px;
        font-size: 6rem;
        text-align: center; }
      .Top__Material__List li a, .Top__Material__List li a:hover, .Top__Material__List li a:visited {
        color: inherit;
        text-decoration: none; }
    .Top__Material__List__Name {
      margin-top: 22px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
  .Top__Material__Bg {
    position: absolute;
    height: calc(100% - 48px);
    width: calc((1700px * 0.7937) + (100% - 1700px)/2);
    top: 0;
    z-index: -1;
    background-color: #6e99df; }
  @media only screen and (max-width: 1700px) {
    .Top__Material__Bg {
      width: calc((1260px * 0.7937) + (100% - 1260px)/2); } }
  @media only screen and (max-width: 1300px) {
    .Top__Material__Bg {
      width: calc(2.5% + 95% * 0.7937); } }
  @media only screen and (max-width: 980px) {
    .Top__Material__List li {
      padding: 30px 10px 30px; }
      .Top__Material__List li:before {
        top: 10px; }
    .Top__Material__List__Name {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 768px) {
    .Top__Material {
      padding: 60px 0; }
      .Top__Material .Button {
        margin-top: 0; }
      .Top__Material__Text {
        width: 100%; }
      .Top__Material__List li:before {
        font-size: 40px;
        font-size: 4rem; }
      .Top__Material__List__Name {
        font-size: 14px;
        font-size: 1.4rem; }
      .Top__Material__Bg {
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 480px) {
    .Top__Material {
      padding: 40px 0 120px; }
      .Top__Material__Text {
        display: block; }
        .Top__Material__Text .Button {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 40px;
          margin: auto; }
      .Top__Material__List {
        flex-direction: column; }
        .Top__Material__List li {
          padding: 30px 10px 0; }
          .Top__Material__List li:before {
            width: auto;
            left: 120px;
            top: 30px;
            text-align: left; }
          .Top__Material__List li:last-child {
            padding-bottom: 30px; }
          .Top__Material__List li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            justify-content: space-between; }
          .Top__Material__List li img {
            width: 100px; }
          .Top__Material__List li .Top__Material__List__Name {
            margin-top: 50px;
            width: calc(100% - 110px);
            text-align: left;
            font-size: 16px;
            font-size: 1.6rem; } }

/* ==========================================================================
   Top__News
   ========================================================================== */
.Top__News {
  padding-top: 45px;
  padding-bottom: 35px; }
  .Top__News__Text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    .Top__News__Text .Button {
      margin-top: 8px;
      border: none; }
  @media only screen and (max-width: 480px) {
    .Top__News {
      padding: 40px 0 85px; }
      .Top__News__Text {
        display: block; }
        .Top__News__Text .Button {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 40px;
          margin: auto; }
      .Top__News .News__List {
        margin-bottom: 30px; } }
