@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

img {
  border: none;
  vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%; }

.grecaptcha-badge {
  visibility: hidden; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  　word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

p {
  line-break: strict; }

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none; }

body {
  font-size: 1.6rem;
  font: inherit;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333; }

.pc {
  display: block; }

.sp {
  display: none; }

.hide, .hidden {
  visibility: hidden; }

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

main {
  display: block; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
/*oswald*/
/*roboto*/
/*lato*/
/*noto-sans*/
/*noto-serif*/
.oswald {
  font-family: 'Oswald', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.lato {
  font-family: 'Lato', sans-serif; }

.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-serif {
  font-family: 'Noto Serif JP', serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * CSS　animation　　   /*CSSアニメション
========================================================= */
@keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@-webkit-keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes scroll {
  0% {
    transform: rotate(0) translate(0, 0); }
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  opacity: 0;
  transition: all 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

main .header {
  width: 100%;
  position: fixed;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  transition: all .3s ease-out; }
  main .header--inner {
    width: 91.7%;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-in-out; }
    main .header--inner .logo {
      width: 25.5%;
      max-width: 281px;
      margin-left: 1.6%;
      z-index: 1000; }
      main .header--inner .logo a {
        display: block;
        width: 100%;
        height: 100%; }
    main .header--inner--nav {
      width: 59.6%;
      max-width: 656px; }
      main .header--inner--nav .globalnav--inner {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        main .header--inner--nav .globalnav--inner ul {
          width: 77.7%;
          height: 100%;
          display: flex;
          justify-content: flex-end; }
          main .header--inner--nav .globalnav--inner ul li {
            padding: 0 3.5%; }
            main .header--inner--nav .globalnav--inner ul li a {
              height: 80px;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              align-content: center;
              flex-wrap: wrap; }
              main .header--inner--nav .globalnav--inner ul li a .icon {
                max-width: 35px; }
              main .header--inner--nav .globalnav--inner ul li a p {
                width: auto;
                white-space: nowrap;
                font-size: 1.6rem;
                font-weight: bold;
                line-height: 1;
                margin: .5em auto; }
              main .header--inner--nav .globalnav--inner ul li a:hover {
                position: relative;
                opacity: 1; }
                main .header--inner--nav .globalnav--inner ul li a:hover:after {
                  content: "";
                  position: absolute;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 5px 5px 0 5px;
                  border-color: #FF8F5D transparent transparent transparent;
                  bottom: 8px;
                  left: 50%;
                  transform: translateX(-50%); }
        main .header--inner--nav .globalnav--inner .btn-contact {
          width: 22.3%;
          background-color: #F8EFDB; }
          main .header--inner--nav .globalnav--inner .btn-contact a {
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            flex-wrap: wrap;
            color: #FF8F5D; }
            main .header--inner--nav .globalnav--inner .btn-contact a .icon {
              max-width: 24px; }
            main .header--inner--nav .globalnav--inner .btn-contact a p {
              width: 100%;
              font-size: 1.6rem;
              font-weight: bold;
              line-height: 1.2;
              text-align: center;
              margin-top: .3em; }
      main .header--inner--nav .menu-trigger {
        display: none; }
  main .header.scrolled {
    top: 0; }
    main .header.scrolled .header--inner {
      width: 100%;
      max-width: inherit; }
main .contact-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #FF8F5D;
  padding: 20px 0; }
  main .contact-banner--inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    main .contact-banner--inner a .icon {
      max-width: 25px; }
    main .contact-banner--inner a p {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      padding-left: .5em; }
main article {
  overflow: hidden; }
main .footer--inner {
  width: 66.7%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 100px; }
  main .footer--inner--over--logo a h1 {
    width: 37.5%;
    margin: 0 auto; }
  main .footer--inner--over--nav {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #dfe0e0; }
    main .footer--inner--over--nav ul {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      main .footer--inner--over--nav ul li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap; }
        main .footer--inner--over--nav ul li a .icon {
          max-width: 35px; }
        main .footer--inner--over--nav ul li a p {
          width: 100%;
          font-size: 1.6rem;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          margin-top: .5em; }
    main .footer--inner--over--nav--links {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      main .footer--inner--over--nav--links .banner {
        width: 90%;
        margin-top: 30px; }
        main .footer--inner--over--nav--links .banner a {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          main .footer--inner--over--nav--links .banner a .icon {
            max-width: 27px; }
          main .footer--inner--over--nav--links .banner a p {
            font-size: 1.6rem;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            color: #fff;
            padding: 1em; }
          main .footer--inner--over--nav--links .banner a:after {
            content: '';
            display: block;
            position: absolute;
            width: 18px;
            height: 5px;
            background: url("../images/common/btn_arrow.png") no-repeat center center/contain;
            top: 50%;
            right: 5%;
            transform: translateY(-50%);
            transition: all .3s ease; }
          main .footer--inner--over--nav--links .banner a:hover:after {
            right: 3%; }
        main .footer--inner--over--nav--links .banner:nth-of-type(odd) {
          background-color: #FF8F5D; }
        main .footer--inner--over--nav--links .banner:nth-of-type(even) {
          background-color: #FF8F5D; }
  main .footer--inner--under h3 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2.8em; }
  main .footer--inner--under--nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    main .footer--inner--under--nav--list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 40px; }
      main .footer--inner--under--nav--list li {
        padding: 0 1em;
        border-left: 1px solid #333; }
        main .footer--inner--under--nav--list li:first-of-type {
          padding-left: 0;
          border-left: none; }
        main .footer--inner--under--nav--list li a {
          font-size: 1.2rem;
          line-height: 1;
          letter-spacing: .05em;
          text-align: center; }
    main .footer--inner--under--nav .logo {
      max-width: 69px; }
  main .footer--inner--under small {
    display: block;
    font-size: 1.2rem;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 2.8em; }

#pagetop {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 49; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    #pagetop a:before, #pagetop a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      vertical-align: middle; }
    #pagetop a:before {
      box-sizing: border-box;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border-style: solid;
      border-width: 1px;
      border-color: #fff;
      background-color: #FF8F5D; }
    #pagetop a:after {
      top: 14px;
      bottom: inherit;
      right: 13px;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      border-top-style: solid;
      border-right-style: solid;
      border-top-width: 2px;
      border-right-width: 2px;
      border-top-color: #fff;
      border-right-color: #fff; }

@media screen and (max-width: 1024px) {
  main .header {
    top: 3.2vw; }
    main .header--inner {
      max-width: inherit;
      height: 6.7vw; }
      main .header--inner .logo {
        width: 25.5%;
        max-width: inherit; }
      main .header--inner--nav {
        width: 59.6%;
        max-width: inherit; }
        main .header--inner--nav .globalnav--inner ul li a {
          height: 6.7vw; }
          main .header--inner--nav .globalnav--inner ul li a .icon {
            max-width: 2.5vw; }
          main .header--inner--nav .globalnav--inner ul li a p {
            font-size: 1.3vw; }
          main .header--inner--nav .globalnav--inner ul li a:hover:after {
            border-width: .4vw .4vw 0 .4vw;
            bottom: .7vw; }
        main .header--inner--nav .globalnav--inner .btn-contact a {
          height: 6.7vw; }
          main .header--inner--nav .globalnav--inner .btn-contact a .icon {
            max-width: 2vw; }
          main .header--inner--nav .globalnav--inner .btn-contact a p {
            font-size: 1.3vw; }
  main .contact-banner {
    padding: 1.7vw 0; }
    main .contact-banner--inner a .icon {
      max-width: 2.1vw; }
    main .contact-banner--inner a p {
      font-size: 2vw; }
  main .footer--inner {
    width: 66.7%;
    max-width: inherit;
    padding: 6.7vw 0 8.3vw; }
    main .footer--inner--over--nav {
      padding-top: 3.3vw;
      margin-top: 3.3vw; }
      main .footer--inner--over--nav ul li a .icon {
        max-width: 2.5vw; }
      main .footer--inner--over--nav ul li a p {
        font-size: 1.3vw; }
      main .footer--inner--over--nav--links .banner {
        margin-top: 2.3vw; }
        main .footer--inner--over--nav--links .banner a .icon {
          max-width: 2.3vw; }
        main .footer--inner--over--nav--links .banner a p {
          font-size: 1.3vw; }
        main .footer--inner--over--nav--links .banner a:after {
          width: 1.5vw;
          height: .4vw; }
    main .footer--inner--under h3 a {
      font-size: 1.3vw; }
    main .footer--inner--under--nav--list {
      margin-top: 3.3vw; }
      main .footer--inner--under--nav--list li a {
        font-size: 1vw; }
    main .footer--inner--under--nav .logo {
      max-width: 5.8vw; }
    main .footer--inner--under small {
      font-size: 1vw; } }
@media screen and (max-width: 767px) {
  main .header {
    top: 0; }
    main .header--inner {
      width: 100%;
      height: 13.2vw;
      overflow: hidden; }
      main .header--inner .logo {
        width: 55vw;
        margin-left: 5vw; }
      main .header--inner--nav {
        width: auto; }
        main .header--inner--nav .globalnav {
          width: 100vw !important;
          height: 100vh;
          background-color: white;
          position: absolute;
          top: 100%;
          right: 0;
          display: none;
          z-index: 999; }
          main .header--inner--nav .globalnav--inner {
            flex-wrap: wrap;
            margin-top: 5vw; }
            main .header--inner--nav .globalnav--inner ul {
              width: auto;
              height: auto;
              flex-wrap: wrap; }
              main .header--inner--nav .globalnav--inner ul li {
                width: 100%;
                position: relative;
                padding: 0; }
                main .header--inner--nav .globalnav--inner ul li a {
                  width: 100%;
                  height: 100%;
                  padding: 5vw 10vw;
                  display: inline-flex;
                  justify-content: flex-start; }
                  main .header--inner--nav .globalnav--inner ul li a .icon {
                    max-width: 7.5vw; }
                  main .header--inner--nav .globalnav--inner ul li a p {
                    font-size: 3.4vw;
                    margin: 0 1em; }
                  main .header--inner--nav .globalnav--inner ul li a:before {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 2.5vw;
                    height: 1px;
                    border-bottom: 1px solid #000;
                    bottom: 50%;
                    left: 2%;
                    transform: translate(0, 50%);
                    transition: all .3s ease-out; }
                  main .header--inner--nav .globalnav--inner ul li a:hover:before {
                    left: 3%; }
                  main .header--inner--nav .globalnav--inner ul li a:hover:after {
                    display: none; }
                main .header--inner--nav .globalnav--inner ul li:after {
                  content: '';
                  position: absolute;
                  display: block;
                  width: 100%;
                  height: 1px;
                  top: 0;
                  border-top: 1px dotted #000; }
                main .header--inner--nav .globalnav--inner ul li:first-of-type:after {
                  border-top: none; }
                main .header--inner--nav .globalnav--inner ul li:last-of-type {
                  margin-right: auto; }
            main .header--inner--nav .globalnav--inner .btn-contact {
              width: 90%;
              padding: 2.5vw;
              margin: 5vw auto 0; }
              main .header--inner--nav .globalnav--inner .btn-contact a {
                height: auto; }
                main .header--inner--nav .globalnav--inner .btn-contact a .icon {
                  max-width: 5vw; }
                main .header--inner--nav .globalnav--inner .btn-contact a p {
                  font-size: 3.4vw;
                  margin-top: .5em; }
        main .header--inner--nav .menu-trigger {
          display: inline-block;
          width: 14vw;
          height: 14vw;
          background-color: #FF8F5D;
          position: relative;
          top: 0;
          right: 0;
          transition: all .4s ease-in-out;
          box-sizing: border-box;
          cursor: pointer; }
          main .header--inner--nav .menu-trigger span {
            position: absolute;
            width: 33%;
            height: 2px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            transition: all .4s ease-in-out;
            box-sizing: border-box;
            cursor: pointer; }
            main .header--inner--nav .menu-trigger span:nth-of-type(1) {
              top: 33%; }
            main .header--inner--nav .menu-trigger span:nth-of-type(2) {
              top: 48%; }
            main .header--inner--nav .menu-trigger span:nth-of-type(3) {
              bottom: 33%; }
          main .header--inner--nav .menu-trigger.active span {
            z-index: 20001; }
            main .header--inner--nav .menu-trigger.active span:nth-of-type(1) {
              top: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
            main .header--inner--nav .menu-trigger.active span:nth-of-type(2) {
              opacity: 0; }
            main .header--inner--nav .menu-trigger.active span:nth-of-type(3) {
              bottom: 47.5%;
              -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  main .contact-banner {
    padding: 4.8vw 0; }
    main .contact-banner--inner a .icon {
      max-width: 5vw; }
    main .contact-banner--inner a p {
      font-size: 4.5vw; }
  main .footer--inner {
    width: 90vw;
    padding: 13.4vw 0 17vw; }
    main .footer--inner--over--logo a h1 {
      width: 70%; }
    main .footer--inner--over--logo a h2 {
      font-size: 5vw; }
    main .footer--inner--over--nav {
      padding-top: 0;
      margin-top: 7vw; }
      main .footer--inner--over--nav ul {
        flex-wrap: nowrap; }
        main .footer--inner--over--nav ul li {
          width: 40%;
          padding: 7vw 0 0; }
          main .footer--inner--over--nav ul li a {
            width: 100%; }
            main .footer--inner--over--nav ul li a .icon {
              max-width: 7.5vw; }
            main .footer--inner--over--nav ul li a p {
              font-size: 3.7vw;
              line-height: 1.2; }
      main .footer--inner--over--nav--links {
        margin-top: 5vw; }
        main .footer--inner--over--nav--links .banner {
          width: 100%;
          margin-top: 2.5vw; }
          main .footer--inner--over--nav--links .banner a .icon {
            max-width: 4vw; }
          main .footer--inner--over--nav--links .banner a p {
            font-size: 3.7vw; }
          main .footer--inner--over--nav--links .banner a:after {
            width: 4.5vw;
            height: 2.7vw; }
    main .footer--inner--under h3 a {
      margin-top: 1.4rem;
      font-size: 3.2vw; }
    main .footer--inner--under--nav {
      margin-top: 6vw; }
      main .footer--inner--under--nav--list {
        justify-content: center; }
        main .footer--inner--under--nav--list li {
          width: 50%;
          margin-top: 3vw; }
          main .footer--inner--under--nav--list li a {
            font-size: 3.2vw; }
          main .footer--inner--under--nav--list li:nth-of-type(2n-1) {
            border-left: none;
            padding-left: 0; }
      main .footer--inner--under--nav .logo {
        max-width: 16.8vw;
        margin-top: 5vw; }
    main .footer--inner--under small {
      font-size: 3vw;
      margin-top: 2em; }

  #pagetop {
    width: 10vw;
    height: 10vw;
    right: 2.5vw;
    bottom: 17vw !important; }
    #pagetop a:before {
      width: 10vw;
      height: 10vw; }
    #pagetop a:after {
      top: 4vw;
      right: 3.6vw;
      width: 2.4vw;
      height: 2.4vw; } }
.top article .main--inner {
  position: relative;
  z-index: 1; }
  .top article .main--inner .visual {
    width: 100vw;
    height: 100vh;
    min-height: 610px;
    max-height: 610px;
    background: url("../images/top/main_bg.png") no-repeat center center/cover; }
    .top article .main--inner .visual img {
      display: none; }
  .top article .main--inner--wrap {
    width: 73.5%;
    min-width: 1045px;
    position: absolute;
    top: 34.7%;
    left: 50%;
    transform: translateX(-50%); }
    .top article .main--inner--wrap .txt {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1;
      color: #FF8F5D;
      position: relative; }
      .top article .main--inner--wrap .txt span {
        display: inline-block;
        padding: .3em .5em;
        background-color: #fff;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .main--inner--wrap .txt span:nth-of-type(n+2) {
          margin-top: .3em; }
      .top article .main--inner--wrap .txt:nth-of-type(n+2) {
        margin-top: 1em; }
    .top article .main--inner--wrap .title dt {
      font-size: 4.4rem;
      font-weight: bold;
      line-height: 1;
      color: #fff; }
      .top article .main--inner--wrap .title dt span {
        display: inline-block;
        padding: .1em .5em;
        background-color: #FF8F5D;
        margin-top: .5em; }
        .top article .main--inner--wrap .title dt span:nth-of-type(n+2) {
          margin-top: .3em; }
    .top article .main--inner--wrap .title dd {
      font-size: 2.1rem;
      font-weight: bold;
      line-height: 1;
      color: #FF8F5D;
      margin-top: 1em; }
      .top article .main--inner--wrap .title dd span {
        font-feature-settings: "palt";
        display: inline-block;
        padding: .3em .5em;
        background-color: #fff;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .main--inner--wrap .title dd span:nth-of-type(n+2) {
          margin-top: .3em; }
    .top article .main--inner--wrap--links {
      display: flex;
      justify-content: flex-end;
      min-width: 180px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      .top article .main--inner--wrap--links li {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2);
        background-color: #F8EFDB; }
        .top article .main--inner--wrap--links li a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.3;
          text-align: center;
          color: #FF8F5D;
          position: relative; }
          .top article .main--inner--wrap--links li a:after {
            content: '';
            display: block;
            position: absolute;
            width: 25px;
            height: 7px;
            background: url("../images/common/btn_arrow_orange.png") no-repeat center center/contain;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%); }
    .top article .main--inner--wrap--studentlinks {
      min-width: 275px;
      position: absolute;
      bottom: -40px;
      right: 0;
      background-color: #fff;
      line-height: 1;
      box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
      .top article .main--inner--wrap--studentlinks h3 {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background-color: #FF8F5D;
        padding: .5em; }
      .top article .main--inner--wrap--studentlinks ul {
        font-size: 1.4rem;
        font-weight: bold;
        padding: 1em 2em; }
        .top article .main--inner--wrap--studentlinks ul li:nth-of-type(n+2) {
          margin-top: .5em; }
        .top article .main--inner--wrap--studentlinks ul li a {
          display: block;
          color: #FF8F5D;
          position: relative;
          transition: all .3s ease;
          border-bottom: 1px solid #fff; }
          .top article .main--inner--wrap--studentlinks ul li a:after {
            content: '';
            display: block;
            position: absolute;
            width: 22px;
            height: 22px;
            background: url("../images/common/btn_more.png") no-repeat 0/cover;
            top: 50%;
            transform: translateY(-50%);
            right: 0; }
          .top article .main--inner--wrap--studentlinks ul li a:hover {
            opacity: .7; }
.top article .introduction {
  margin: 110px 0 0; }
  .top article .introduction--block {
    background-color: #FBF7ED;
    padding: 53px 0; }
    .top article .introduction--block--inner {
      max-width: 1047px;
      width: 90%;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 20px;
      position: relative;
      padding: 26px 40px 30px; }
      .top article .introduction--block--inner .icon {
        position: absolute;
        width: 69px;
        z-index: 2;
        top: -10px;
        left: -28px; }
      .top article .introduction--block--inner .texts {
        padding: 0 20px; }
        .top article .introduction--block--inner .texts h2 {
          color: #FF8F5D;
          font-weight: bold;
          letter-spacing: .05em;
          line-height: 1.2;
          font-size: 2.4rem; }
        .top article .introduction--block--inner .texts p {
          margin: 16px 0 0;
          font-weight: 500;
          line-height: 1.5;
          font-size: 1.6rem; }
      .top article .introduction--block--inner .image {
        margin: 30px 0 0; }
      .top article .introduction--block--inner .btn {
        max-width: 700px;
        height: 48px;
        margin: 38px auto 0;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .introduction--block--inner .btn a {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          width: 100%;
          height: 100%;
          background-color: #FF8F5D;
          position: relative; }
          .top article .introduction--block--inner .btn a span {
            line-height: 1.2;
            color: #fff;
            font-weight: bold;
            letter-spacing: .05em;
            font-size: 1.7rem; }
          .top article .introduction--block--inner .btn a:after {
            content: '';
            display: block;
            position: absolute;
            width: 22px;
            height: 6px;
            background: url("../images/common/btn_arrow.png") no-repeat 0/cover;
            top: 50%;
            transform: translateY(-50%);
            right: 23px;
            z-index: 2; }
      .top article .introduction--block--inner small {
        display: block;
        margin: 40px 0 0;
        text-align: right;
        font-weight: 500;
        line-height: 1.7;
        font-size: 1.0rem; }
    .top article .introduction--block:nth-of-type(n+2) {
      margin: 50px 0 0; }
.top article .strong {
  margin: 50px 0 0;
  padding: 0 0 75px;
  position: relative; }
  .top article .strong:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 408px;
    background-color: #FFDDCE; }
  .top article .strong--title {
    margin: 0 auto;
    max-width: 1100px;
    width: 91.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .top article .strong--title p {
      font-size: 10rem;
      font-family: "Oswald", sans-serif;
      color: #FFDDCE;
      font-weight: 300;
      line-height: 1.3; }
    .top article .strong--title dl {
      display: flex;
      align-items: center; }
      .top article .strong--title dl dt {
        line-height: 1.2;
        font-weight: bold;
        letter-spacing: .05em;
        font-size: 3.4rem; }
      .top article .strong--title dl dd {
        width: 50px; }
        .top article .strong--title dl dd img {
          width: 100%; }
  .top article .strong--contents {
    max-width: 1100px;
    width: 91.7%;
    margin: 0 auto;
    height: 377px;
    background: url("../images/top/img_strong_back.png") no-repeat center/cover;
    box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2);
    padding: 85px 0 0; }
    .top article .strong--contents--wrap {
      display: flex;
      justify-content: space-between;
      max-width: 1002px;
      margin: 0 auto; }
      .top article .strong--contents--wrap--box {
        width: 31.1%;
        padding: 30px 0 25px;
        background-color: #fff;
        text-align: center; }
        .top article .strong--contents--wrap--box .en {
          position: relative;
          color: #FF8F5D;
          font-weight: bold;
          line-height: 1.2;
          padding: 0 0 18px;
          font-size: 2.1rem; }
          .top article .strong--contents--wrap--box .en:after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 29px;
            height: 2px;
            background-color: #FF8F5D; }
        .top article .strong--contents--wrap--box .icon {
          width: 58px;
          margin: 18px auto 0; }
        .top article .strong--contents--wrap--box p {
          margin: 12px 0 0;
          font-weight: bold;
          line-height: 1.45;
          letter-spacing: .05em;
          font-size: 2.0rem; }
        .top article .strong--contents--wrap--box small {
          display: block;
          margin: 8px 0 0;
          line-height: 1.2;
          letter-spacing: .05em;
          font-weight: 500;
          font-size: 1.3rem; }
.top article .container--block--title {
  width: 91.7%;
  max-width: 1100px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .top article .container--block--title p {
    font-size: 10rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #FBF7ED;
    white-space: nowrap;
    position: relative;
    z-index: -1; }
  .top article .container--block--title dl {
    display: flex;
    margin-top: 20px;
    position: relative;
    z-index: 2; }
    .top article .container--block--title dl dt {
      font-size: 15rem;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      line-height: 1;
      color: #FF8F5D;
      margin-top: -.2em; }
    .top article .container--block--title dl dd {
      display: flex;
      margin-right: 20px; }
      .top article .container--block--title dl dd h2 {
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .05em;
        padding: 0 .5em;
        white-space: nowrap; }
      .top article .container--block--title dl dd .icon {
        max-width: 43px; }
.top article .container--block--inner--wrap {
  width: 91.7%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative; }
  .top article .container--block--inner--wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    background-color: #FBF7ED;
    top: -45px;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: -1; }
  .top article .container--block--inner--wrap--texts {
    width: 64.5%; }
    .top article .container--block--inner--wrap--texts.full {
      width: 100% !important; }
    .top article .container--block--inner--wrap--texts h3 {
      font-size: 2.7rem;
      font-weight: bold;
      line-height: 1.5;
      text-align: justify;
      color: #FF8F5D;
      border-bottom: 1px solid #FF8F5D;
      padding-bottom: .8em;
      margin-top: 1em; }
      .top article .container--block--inner--wrap--texts h3 .vertical {
        font-size: 1.6rem;
        vertical-align: text-top; }
    .top article .container--block--inner--wrap--texts h4 {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: .05em;
      text-align: justify;
      color: #FF8F5D;
      margin-top: 1em; }
    .top article .container--block--inner--wrap--texts p {
      font-feature-settings: "palt";
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: justify;
      margin-top: 2em; }
      .top article .container--block--inner--wrap--texts p em {
        display: block;
        font-size: 1.3rem; }
      .top article .container--block--inner--wrap--texts p.comment {
        display: block;
        font-size: 1.2rem;
        margin-top: 1.2em !important; }
        .top article .container--block--inner--wrap--texts p.comment a {
          text-decoration: underline; }
      .top article .container--block--inner--wrap--texts p .vertical {
        font-size: 1.2rem;
        vertical-align: top; }
  .top article .container--block--inner--wrap--picture {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .container--block--inner--wrap--picture .figure {
      width: 47.3%;
      margin-top: 4em; }
    .top article .container--block--inner--wrap--picture .comment {
      display: block;
      font-size: 1.3rem;
      margin-top: 1em; }
      .top article .container--block--inner--wrap--picture .comment a {
        text-decoration: underline; }
  .top article .container--block--inner--wrap .image {
    width: 31.6%;
    box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
.top article .container--block--inner--center-wrap {
  width: 91.7%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  .top article .container--block--inner--center-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: -1; }
.top article .container--block:nth-of-type(odd) .container--block--title {
  flex-direction: row-reverse; }
  .top article .container--block:nth-of-type(odd) .container--block--title dl {
    flex-direction: row; }
.top article .container--block:nth-of-type(even) .container--block--title {
  flex-direction: row; }
  .top article .container--block:nth-of-type(even) .container--block--title dl {
    flex-direction: row-reverse; }
.top article .container #block01 .container--block--inner--wrap {
  padding: 0; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 100px; }
  .top article .container #block01 .container--block--inner--wrap:before {
    height: 95%; }
  .top article .container #block01 .container--block--inner--wrap--texts {
    width: 64.5%; }
    .top article .container #block01 .container--block--inner--wrap--texts p span {
      font-weight: bold;
      color: #FF8F5D; }
  .top article .container #block01 .container--block--inner--wrap .image {
    width: 29.8%; }
  .top article .container #block01 .container--block--inner--wrap--category {
    width: 100%;
    max-width: 938px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .container #block01 .container--block--inner--wrap--category--col {
      width: 30%;
      background-color: #fff;
      border-radius: 2.0rem;
      padding: 2.5em 0 3.0em;
      box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
      .top article .container #block01 .container--block--inner--wrap--category--col .icon {
        max-width: 56px;
        margin: 0 auto; }
      .top article .container #block01 .container--block--inner--wrap--category--col p {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        margin-top: .5em; }
        .top article .container #block01 .container--block--inner--wrap--category--col p span {
          color: #FF8F5D; }
        .top article .container #block01 .container--block--inner--wrap--category--col p em {
          display: block;
          font-size: 1.6rem;
          font-weight: bold;
          margin-top: .8em; }
.top article .container #block02 .container--block--inner--wrap {
  padding-bottom: 70px;
  flex-direction: row-reverse; }
  .top article .container #block02 .container--block--inner--wrap:before {
    height: 80%; }
  .top article .container #block02 .container--block--inner--wrap--category {
    width: 100%;
    max-width: 812px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .container #block02 .container--block--inner--wrap--category--col {
      width: 29%;
      background-color: #fff;
      border-radius: 2.0rem;
      padding: 3.5em 0 2.5em;
      box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
      .top article .container #block02 .container--block--inner--wrap--category--col .icon {
        max-width: 84px;
        margin: 0 auto; }
      .top article .container #block02 .container--block--inner--wrap--category--col p {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        margin-top: .5em; }
        .top article .container #block02 .container--block--inner--wrap--category--col p span {
          color: #FF8F5D; }
        .top article .container #block02 .container--block--inner--wrap--category--col p em {
          display: block;
          font-size: 1.6rem;
          font-weight: bold;
          margin-top: .8em; }
.top article .information {
  margin-top: 55px; }
  .top article .information--inner {
    width: 91.7%;
    max-width: 1100px;
    margin: 0 auto; }
    .top article .information--inner--banner {
      min-height: 160px;
      padding: 25px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .top article .information--inner--banner--texts {
        width: 60%; }
        .top article .information--inner--banner--texts dl {
          display: flex;
          align-items: center; }
          .top article .information--inner--banner--texts dl dt {
            max-width: 41px; }
          .top article .information--inner--banner--texts dl dd {
            font-size: 3.4rem;
            font-weight: bold;
            line-height: 1.5;
            letter-spacing: .05em;
            padding-left: .5em; }
        .top article .information--inner--banner--texts h3 {
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.2;
          letter-spacing: .05em;
          margin-top: .5em; }
        .top article .information--inner--banner--texts .comment {
          font-size: 1.4rem;
          letter-spacing: -.02em;
          margin-top: 1.5em; }
      .top article .information--inner--banner .btn {
        width: 75.8%;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .information--inner--banner .btn p {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1;
          letter-spacing: .05em;
          text-align: center;
          color: #fff;
          padding: .8em; }
      .top article .information--inner--banner .image {
        width: 39.9%; }
      .top article .information--inner--banner:nth-of-type(n+2) {
        margin-top: 50px; }
      .top article .information--inner--banner.banner01 {
        background-color: #FEFDFB;
        border: 10px solid #F8EFDB; }
        .top article .information--inner--banner.banner01 .information--inner--banner--texts {
          width: 58%; }
        .top article .information--inner--banner.banner01 .btn {
          width: 40%;
          background: #F8EFDB; }
          .top article .information--inner--banner.banner01 .btn p {
            color: #FF8F5D; }
      .top article .information--inner--banner.banner02 {
        background-color: #FFF4EF;
        border: 10px solid #FF8F5D; }
        .top article .information--inner--banner.banner02 .information--inner--banner--texts {
          width: 58%; }
        .top article .information--inner--banner.banner02 .btn {
          width: 40%;
          background: #FF8F5D; }
.top article .contact--inner {
  background-color: #EFEFEF;
  padding-bottom: 85px;
  margin-top: 90px; }
  .top article .contact--inner--title dt {
    font-size: 10rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: -.1em; }
  .top article .contact--inner--title dd {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    margin-top: -.3em; }
  .top article .contact--inner--wrap {
    width: 91.7%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .top article .contact--inner--wrap--category {
      width: 39.3%;
      margin: 22px 3.8% 0;
      box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
      .top article .contact--inner--wrap--category a {
        display: flex;
        background-color: #fff; }
        .top article .contact--inner--wrap--category a .icon {
          width: 16.4%;
          background-color: #FF8F5D;
          padding: 4.6%; }
        .top article .contact--inner--wrap--category a .texts {
          width: 83.6%;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: wrap; }
          .top article .contact--inner--wrap--category a .texts p {
            font-weight: bold;
            line-height: 1;
            letter-spacing: .05em;
            text-align: center; }
            .top article .contact--inner--wrap--category a .texts p em {
              font-weight: bold; }
            .top article .contact--inner--wrap--category a .texts p.tel {
              font-size: 2.4rem; }
              .top article .contact--inner--wrap--category a .texts p.tel em {
                font-size: 1.3rem; }
            .top article .contact--inner--wrap--category a .texts p.comment {
              width: 100%;
              font-size: 1.6rem;
              letter-spacing: 0;
              color: #FF8F5D;
              margin-top: .5em; }
              .top article .contact--inner--wrap--category a .texts p.comment em {
                font-size: 1.4rem; }
            .top article .contact--inner--wrap--category a .texts p.mail {
              font-size: 2.4rem;
              padding-right: 1.5em;
              position: relative; }
              .top article .contact--inner--wrap--category a .texts p.mail:after {
                content: '';
                display: block;
                position: absolute;
                width: 26px;
                height: 26px;
                background: url("../images/common/btn_more.png") no-repeat center center/contain;
                top: 50%;
                right: -1%;
                transform: translateY(-50%);
                transition: all .3s ease; }
        .top article .contact--inner--wrap--category a:hover .texts p.mail:after {
          right: -3%; }

@media screen and (max-width: 1024px) {
  .top article .main--inner .visual {
    height: 66.1vw;
    min-height: inherit;
    max-height: inherit; }
  .top article .main--inner--wrap {
    width: 91.7%;
    min-width: inherit; }
    .top article .main--inner--wrap .txt {
      font-size: 2vw; }
      .top article .main--inner--wrap .txt span {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
    .top article .main--inner--wrap .title dt {
      font-size: 3.6vw; }
    .top article .main--inner--wrap .title dd {
      font-size: 1.7vw; }
      .top article .main--inner--wrap .title dd span {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
    .top article .main--inner--wrap--links {
      min-width: inherit; }
      .top article .main--inner--wrap--links li {
        width: 14.8vw;
        height: 14.8vw;
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .main--inner--wrap--links li a {
          font-size: 2vw; }
          .top article .main--inner--wrap--links li a:after {
            width: 2.1vw;
            height: .6vw;
            bottom: 2.5vw; }
    .top article .main--inner--wrap--studentlinks {
      width: 26vw;
      min-width: inherit;
      bottom: -11.5vw;
      box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
      .top article .main--inner--wrap--studentlinks h3 {
        font-size: 1.3vw; }
      .top article .main--inner--wrap--studentlinks ul {
        font-size: 1.1vw;
        padding: 1em 4em; }
        .top article .main--inner--wrap--studentlinks ul li a:after {
          font-size: 1.1vw; }
  .top article .strong:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 408px;
    background-color: #FFDDCE; }
  .top article .strong--title p {
    font-size: 8.3vw; }
  .top article .strong--title dl dt {
    font-size: 4.5vw; }
  .top article .strong--title dl dd {
    max-width: 3.6vw; }
  .top article .container--block--title {
    max-width: inherit;
    margin: 4.2vw auto 0; }
    .top article .container--block--title p {
      font-size: 8.3vw; }
    .top article .container--block--title dl {
      margin-top: 1.7vw; }
      .top article .container--block--title dl dt {
        font-size: 12.5vw; }
      .top article .container--block--title dl dd {
        margin-right: 1.7vw; }
        .top article .container--block--title dl dd h2 {
          font-size: 2.8vw; }
        .top article .container--block--title dl dd .icon {
          max-width: 3.6vw; }
  .top article .container--block--inner--wrap {
    max-width: inherit;
    padding: 0 0 4.6vw; }
    .top article .container--block--inner--wrap:before {
      top: -3.8vw; }
    .top article .container--block--inner--wrap--texts h3 {
      font-size: 2.4vw; }
      .top article .container--block--inner--wrap--texts h3 .vertical {
        font-size: 1.3vw; }
    .top article .container--block--inner--wrap--texts h4 {
      font-size: 1.7vw; }
    .top article .container--block--inner--wrap--texts p {
      font-size: 1.3vw; }
      .top article .container--block--inner--wrap--texts p em {
        font-size: 1.1vw; }
      .top article .container--block--inner--wrap--texts p.comment {
        font-size: 1vw; }
      .top article .container--block--inner--wrap--texts p .vertical {
        font-size: 1vw; }
    .top article .container--block--inner--wrap--picture .comment {
      font-size: 1.1vw; }
    .top article .container--block--inner--wrap .image {
      box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
  .top article .container--block--inner--center-wrap {
    max-width: inherit; }
  .top article .container #block01 .container--block--anchor ul li {
    font-size: 1.3vw; }
    .top article .container #block01 .container--block--anchor ul li a em {
      font-size: 1.1vw; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 7.4vw; }
  .top article .container #block01 .container--block--inner--wrap--category--col {
    margin: 2.5vw 1em;
    box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
    .top article .container #block01 .container--block--inner--wrap--category--col .icon {
      max-width: 5.9vw; }
    .top article .container #block01 .container--block--inner--wrap--category--col p {
      font-size: 1.3vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col p em {
        font-size: 1.2vw; }
  .top article .container #block01 .container--block--inner--wrap--banner {
    box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3);
    margin: 2.6vw auto; }
    .top article .container #block01 .container--block--inner--wrap--banner a .logo,
    .top article .container #block01 .container--block--inner--wrap--banner a .texts {
      font-size: 1.6vw; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(3) {
    padding-bottom: 7.4vw; }
  .top article .container #block02 .container--block--inner--wrap {
    padding-bottom: 5.2vw; }
  .top article .information {
    margin-top: 4.6vw; }
    .top article .information--inner {
      max-width: inherit; }
      .top article .information--inner--banner {
        padding: 4.2vw; }
        .top article .information--inner--banner--texts {
          width: 60%; }
          .top article .information--inner--banner--texts dl dt {
            max-width: 3.4vw; }
          .top article .information--inner--banner--texts dl dd {
            font-size: 2.8vw; }
          .top article .information--inner--banner--texts h3 {
            font-size: 2vw; }
          .top article .information--inner--banner--texts .comment {
            font-size: 1.2vw; }
        .top article .information--inner--banner .btn {
          box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
          .top article .information--inner--banner .btn p {
            font-size: 2vw; }
        .top article .information--inner--banner .image {
          width: 39.9%; }
        .top article .information--inner--banner:nth-of-type(n+2) {
          margin-top: 4.2vw; }
  .top article .contact--inner {
    padding-bottom: 7.1vw;
    margin-top: 7.5vw; }
    .top article .contact--inner--title dt {
      font-size: 8.3vw; }
    .top article .contact--inner--title dd {
      font-size: 2.8vw; }
    .top article .contact--inner--wrap {
      max-width: inherit; }
      .top article .contact--inner--wrap--category {
        margin: 1.8vw 3.8% 0;
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .contact--inner--wrap--category a .icon {
          padding: 4.6%; }
        .top article .contact--inner--wrap--category a .texts p.tel {
          font-size: 2vw; }
          .top article .contact--inner--wrap--category a .texts p.tel em {
            font-size: 1.1vw; }
        .top article .contact--inner--wrap--category a .texts p.comment {
          font-size: 1.3vw; }
          .top article .contact--inner--wrap--category a .texts p.comment em {
            font-size: 1.1vw; }
        .top article .contact--inner--wrap--category a .texts p.mail {
          font-size: 2vw; }
          .top article .contact--inner--wrap--category a .texts p.mail:after {
            width: 2.1vw;
            height: 2.1vw; } }
@media screen and (max-width: 767px) {
  .top article .main--inner--wrap {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    margin: -17.5vw auto 0; }
    .top article .main--inner--wrap .txt {
      font-size: 4vw;
      line-height: 1.2; }
      .top article .main--inner--wrap .txt:before {
        width: 16vw;
        left: -17.8vw; }
    .top article .main--inner--wrap .title dt {
      font-size: 7.7vw; }
    .top article .main--inner--wrap .title dd {
      font-size: 3.7vw;
      line-height: 1.4; }
      .top article .main--inner--wrap .title dd span {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
    .top article .main--inner--wrap--links {
      margin: 0;
      position: relative;
      transform: none;
      justify-content: center;
      z-index: 1; }
      .top article .main--inner--wrap--links li {
        width: 40vw;
        height: 40vw;
        margin: 6.3vw 0 0 4.1vw;
        box-shadow: 2vw 2vw 2.8vw rgba(0, 0, 0, 0.3); }
        .top article .main--inner--wrap--links li a {
          font-size: 4.8vw; }
          .top article .main--inner--wrap--links li a:after {
            width: 6vw;
            height: 6vw;
            bottom: 6.5vw; }
    .top article .main--inner--wrap--studentlinks {
      width: 100%;
      position: relative;
      bottom: inherit;
      right: inherit;
      transform: none;
      margin-top: 8vw; }
      .top article .main--inner--wrap--studentlinks h3 {
        font-size: 4vw; }
      .top article .main--inner--wrap--studentlinks ul {
        font-size: 3.2vw;
        padding: 1em 6em; }
        .top article .main--inner--wrap--studentlinks ul li a:after {
          font-size: 3.2vw; }
  .top article .introduction {
    margin: 10vw 0 0; }
    .top article .introduction--block {
      padding: 5vw 0; }
      .top article .introduction--block--inner {
        max-width: none;
        width: 90%;
        border-radius: 15px;
        padding: 7.5vw 4vw 5vw; }
        .top article .introduction--block--inner .icon {
          width: 12.5vw;
          top: -2.5vw;
          left: -1.5vw; }
        .top article .introduction--block--inner .texts {
          padding: 0; }
          .top article .introduction--block--inner .texts h2 {
            font-size: 4.8vw;
            padding-left: 8vw; }
          .top article .introduction--block--inner .texts p {
            margin: 4vw 0 0;
            font-size: 3.8vw; }
        .top article .introduction--block--inner .sp {
          font-size: 3.2vw;
          margin: 8vw 0 0; }
        .top article .introduction--block--inner .image {
          margin: 1.5vw 0 0;
          overflow-x: scroll; }
          .top article .introduction--block--inner .image img {
            max-width: none;
            width: 200vw; }
        .top article .introduction--block--inner .btn {
          max-width: 100%;
          height: 12.8vw;
          margin: 10vw auto 0; }
          .top article .introduction--block--inner .btn a span {
            font-size: 4.0vw; }
          .top article .introduction--block--inner .btn a:after {
            width: 5.86vw;
            height: 1.6vw;
            right: 5%; }
        .top article .introduction--block--inner small {
          text-align: left;
          margin: 10vw 0 0;
          font-size: 3.2vw; }
      .top article .introduction--block:nth-of-type(n+2) {
        margin: 13vw 0 0; }
  .top article .strong {
    margin: 13vw 0 0;
    padding: 0 0 10vw; }
    .top article .strong:before {
      height: 85%; }
    .top article .strong--title {
      max-width: none;
      width: 91.7%;
      display: block; }
      .top article .strong--title p {
        font-size: 12.3vw; }
      .top article .strong--title dl dt {
        font-size: 4.8vw; }
      .top article .strong--title dl dd {
        width: 7.2vw;
        max-width: none; }
    .top article .strong--contents {
      position: relative;
      height: auto;
      padding: 0;
      background: none;
      box-shadow: none;
      margin: 5vw auto 0; }
      .top article .strong--contents:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 80vw;
        background: url("../images/top/img_strong_back.png") no-repeat center/cover;
        z-index: 1;
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
      .top article .strong--contents--wrap {
        position: relative;
        z-index: 2;
        max-width: 90%;
        display: block;
        margin: 0 auto;
        padding: 50vw 0 0; }
        .top article .strong--contents--wrap--box {
          width: 100%;
          padding: 5vw 0; }
          .top article .strong--contents--wrap--box .en {
            padding: 0 0 4.5vw;
            font-size: 5.0vw; }
            .top article .strong--contents--wrap--box .en:after {
              width: 8vw;
              height: 2px; }
          .top article .strong--contents--wrap--box .icon {
            width: 15.4vw;
            margin: 4.5vw auto 0; }
          .top article .strong--contents--wrap--box p {
            margin: 3vw 0 0;
            font-size: 4.2vw; }
          .top article .strong--contents--wrap--box small {
            margin: 2.5vw 0 0;
            font-size: 3.4vw; }
          .top article .strong--contents--wrap--box:nth-of-type(n+2) {
            margin-top: 5vw; }
  .top article .container--block:nth-of-type(n+2) {
    margin-top: 15vw; }
  .top article .container--block--title p {
    font-size: 12.3vw;
    position: absolute;
    top: 0;
    left: 23vw; }
  .top article .container--block--title dl {
    align-items: flex-end; }
    .top article .container--block--title dl dt {
      font-size: 22.1vw; }
    .top article .container--block--title dl dd h2 {
      font-size: 5vw; }
    .top article .container--block--title dl dd .icon {
      max-width: 7.2vw; }
  .top article .container--block--inner--wrap {
    width: 90vw;
    padding: 0 !important;
    justify-content: center; }
    .top article .container--block--inner--wrap:before {
      top: -9vw !important; }
    .top article .container--block--inner--wrap--texts {
      width: 90%; }
      .top article .container--block--inner--wrap--texts h3 {
        font-size: 5.2vw;
        margin-top: 1em; }
        .top article .container--block--inner--wrap--texts h3 .vertical {
          font-size: 3.4vw;
          vertical-align: top; }
      .top article .container--block--inner--wrap--texts h4 {
        font-size: 4.5vw;
        margin-top: 1em; }
      .top article .container--block--inner--wrap--texts p {
        font-size: 3.4vw;
        margin-top: 1em; }
        .top article .container--block--inner--wrap--texts p em {
          font-size: 3.2vw; }
        .top article .container--block--inner--wrap--texts p.comment {
          font-size: 2.6vw; }
        .top article .container--block--inner--wrap--texts p .vertical {
          font-size: 2.6vw;
          vertical-align: top; }
    .top article .container--block--inner--wrap--picture .figure {
      width: 100%; }
    .top article .container--block--inner--wrap--picture .comment {
      font-size: 3.2vw; }
    .top article .container--block--inner--wrap .image {
      width: 90%;
      margin-top: 5vw; }
  .top article .container--block:nth-of-type(odd) .container--block--title {
    flex-direction: column; }
  .top article .container--block:nth-of-type(even) .container--block--title p {
    left: 2.5vw; }
  .top article .container--block:nth-of-type(even) .container--block--title dl dd h2 {
    padding-right: 0; }
  .top article .container--block:nth-of-type(even) .container--block--title dl dd img {
    width: 7.2vw;
    max-width: none; }
  .top article .container #block01 .container--block--anchor {
    margin: 10vw auto 15vw; }
    .top article .container #block01 .container--block--anchor ul li {
      width: 13em;
      height: 13em;
      font-size: 3.4vw;
      margin: 1.5em auto 0; }
      .top article .container #block01 .container--block--anchor ul li a span {
        width: 13em;
        height: 13em; }
      .top article .container #block01 .container--block--anchor ul li a em {
        font-size: 3vw; }
  .top article .container #block01 .container--block--inner--wrap:before {
    height: 100% !important; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 27vw; }
  .top article .container #block01 .container--block--inner--wrap--texts {
    width: 100%; }
  .top article .container #block01 .container--block--inner--wrap .image {
    width: 70%;
    margin-top: 10vw; }
  .top article .container #block01 .container--block--inner--wrap--category {
    margin: 10vw auto 0;
    display: block;
    width: 100%; }
    .top article .container #block01 .container--block--inner--wrap--category--col {
      width: 80% !important;
      margin: 0 auto 5vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col .icon {
        max-width: 17.1vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col p {
        font-size: 3.7vw; }
  .top article .container #block02 .container--block--inner--wrap {
    padding-bottom: 27vw; }
    .top article .container #block02 .container--block--inner--wrap:before {
      height: 100%;
      bottom: 0; }
    .top article .container #block02 .container--block--inner--wrap--category {
      margin: 10vw auto 0;
      display: block;
      width: 100%; }
      .top article .container #block02 .container--block--inner--wrap--category--col {
        width: 80% !important;
        margin: 0 auto 5vw; }
        .top article .container #block02 .container--block--inner--wrap--category--col .icon {
          max-width: 17.1vw; }
        .top article .container #block02 .container--block--inner--wrap--category--col p {
          font-size: 3.7vw; }
  .top article .information {
    margin-top: 10vw; }
    .top article .information--inner--banner {
      padding: 5vw;
      min-height: inherit; }
      .top article .information--inner--banner--texts {
        width: 100% !important; }
        .top article .information--inner--banner--texts dl dt {
          max-width: 9.9vw; }
        .top article .information--inner--banner--texts dl dd {
          font-size: 5.3vw; }
        .top article .information--inner--banner--texts h3 {
          font-size: 3.7vw; }
        .top article .information--inner--banner--texts .comment {
          font-size: 3.2vw; }
      .top article .information--inner--banner .btn {
        width: 100% !important;
        margin-top: 4vw; }
        .top article .information--inner--banner .btn p {
          font-size: 3.4vw; }
      .top article .information--inner--banner .image {
        width: 100% !important;
        margin-top: 5vw; }
      .top article .information--inner--banner:nth-of-type(n+2) {
        margin-top: 8.2vw; }
  .top article .contact--inner {
    padding-bottom: 13.4vw;
    margin-top: 16.6vw; }
    .top article .contact--inner--title dt {
      font-size: 24.6vw; }
    .top article .contact--inner--title dd {
      font-size: 7.2vw; }
    .top article .contact--inner--wrap--category {
      width: 80%;
      margin: 4.4vw 7vw 0; }
      .top article .contact--inner--wrap--category a .icon {
        max-width: 18.8%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3.8vw; }
      .top article .contact--inner--wrap--category a .texts {
        width: 81.2%;
        padding: 1em 0; }
        .top article .contact--inner--wrap--category a .texts p em {
          display: block;
          margin-top: .3em; }
        .top article .contact--inner--wrap--category a .texts p.tel {
          font-size: 5.4vw; }
          .top article .contact--inner--wrap--category a .texts p.tel em {
            font-size: 2.7vw; }
        .top article .contact--inner--wrap--category a .texts p.comment {
          font-size: 3.2vw; }
          .top article .contact--inner--wrap--category a .texts p.comment em {
            font-size: 2.7vw; }
        .top article .contact--inner--wrap--category a .texts p.mail {
          font-size: 4vw;
          padding-right: 1em; }
          .top article .contact--inner--wrap--category a .texts p.mail:after {
            width: 5vw;
            height: 5vw;
            right: -5%; }
      .top article .contact--inner--wrap--category a:hover .texts p.mail:after {
        right: -6%; } }
