@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%; }

* {
  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: #b5a244 transparent transparent transparent;
                  bottom: 8px;
                  left: 50%;
                  transform: translateX(-50%); }
        main .header--inner--nav .globalnav--inner .btn-contact {
          width: 22.3%;
          background-color: #b5a244; }
          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: #fff; }
            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: #b5a244;
  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: 24px; }
    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: #b5a244; }
        main .footer--inner--over--nav--links .banner:nth-of-type(even) {
          background-color: #595657; }
  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: #595657; }
    #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: #595657;
          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 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; }
      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--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; }
  .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: 1100px;
    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: #fff;
      position: relative; }
      .top article .main--inner--wrap .txt:before {
        display: none !important;
        content: '';
        position: absolute;
        width: 108px;
        height: 1px;
        border-top: 1px solid #fff;
        top: 50%;
        left: -120px;
        transform: translateY(-50%); }
    .top article .main--inner--wrap .title dt {
      width: 31vw;
      max-width: 377px;
      margin-top: 20px;
      /*span{
      	font-size: 4.6rem;
      	font-weight: bold;
      	line-height: 1;
      	display: inline-block;
      	color: #fff;
      	background-color: $basecolor;
      	box-shadow: 14px 14px 9px rgba(0,0,0,0.2);
      	padding: .5em .3em;
      	margin-top: .3em;
      }*/ }
    .top article .main--inner--wrap .title dd {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1;
      color: #595657;
      margin-top: 1em; }
      .top article .main--inner--wrap .title dd 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 .title dd span:nth-of-type(n+2) {
          margin-top: .3em; }
        .top article .main--inner--wrap .title dd span strong {
          font-weight: bold;
          color: #b5a244; }
    .top article .main--inner--wrap--links {
      min-width: 275px;
      position: absolute;
      top: 49.3%;
      right: 0;
      transform: translateY(-50%); }
      .top article .main--inner--wrap--links li {
        background-color: #b5a244;
        border: 2px solid #fff;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .main--inner--wrap--links li a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.4;
          text-align: center;
          color: #fff;
          padding: 2em 1em 0; }
          .top article .main--inner--wrap--links li a .icon {
            width: 45px;
            margin: 0 auto; }
          .top article .main--inner--wrap--links li a p {
            margin-top: .7em; }
          .top article .main--inner--wrap--links li a .arrow {
            width: 60px;
            height: 60px;
            background-color: #fff;
            position: relative;
            margin: .5em -1em 0 auto; }
            .top article .main--inner--wrap--links li a .arrow:before, .top article .main--inner--wrap--links li a .arrow:after {
              content: '';
              display: block;
              position: absolute;
              height: 2px;
              border-top-width: 2px;
              border-top-style: solid;
              border-color: #b5a244;
              transform: translate(-50%, -50%); }
            .top article .main--inner--wrap--links li a .arrow:before {
              width: 28px;
              top: 50%;
              left: 52.5%; }
            .top article .main--inner--wrap--links li a .arrow:after {
              width: 10px;
              top: 48%;
              right: 21%;
              transform: rotate(45deg) translate(-50%, -50%); }
        .top article .main--inner--wrap--links li.sub {
          background-color: #595657;
          margin-top: 10px; }
          .top article .main--inner--wrap--links li.sub a {
            display: flex;
            align-items: center;
            font-size: 1.8rem;
            line-height: 1.2;
            padding: 0 1em 0 1.8em; }
            .top article .main--inner--wrap--links li.sub a p {
              margin-top: 0; }
            .top article .main--inner--wrap--links li.sub a .arrow {
              margin-top: 0; }
              .top article .main--inner--wrap--links li.sub a .arrow:before, .top article .main--inner--wrap--links li.sub a .arrow:after {
                border-color: #595657; }
  .top article .main--inner--scroll {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .top article .main--inner--scroll--wrap {
      position: relative; }
      .top article .main--inner--scroll--wrap span {
        font-size: 1.8rem;
        font-family: "Roboto", sans-serif;
        line-height: 1; }
      .top article .main--inner--scroll--wrap .bar {
        width: 100%;
        height: 101px;
        margin-top: 13px;
        overflow: hidden;
        position: relative; }
        .top article .main--inner--scroll--wrap .bar:before {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          height: 100%;
          border-left: 1px solid #fff;
          left: 50%;
          transform: translateX(-50%);
          -webkit-animation: arrow-move 2.2s 0.5s ease-in-out infinite;
          animation: arrow-move 2.2s 0.5s ease-in-out infinite; }
.top article .lead--inner {
  width: 91.7%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 6%; }
  .top article .lead--inner--main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .top article .lead--inner--main--texts {
      width: 60.2%;
      margin-top: 80px;
      border-bottom-left-radius: 2.0rem;
      border-left: 5px solid #595657;
      border-bottom: 5px solid #595657;
      position: relative; }
      .top article .lead--inner--main--texts:before, .top article .lead--inner--main--texts:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 28px 24px 0 0;
        transform: translateX(-50%); }
      .top article .lead--inner--main--texts:before {
        border-color: #595657 transparent transparent transparent;
        bottom: -28px;
        right: 50%; }
      .top article .lead--inner--main--texts:after {
        border-color: #fff transparent transparent transparent;
        bottom: -14px;
        right: 49.2%; }
      .top article .lead--inner--main--texts h2 {
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: .03em;
        color: #595657;
        padding: .5em 0 1em 2em; }
    .top article .lead--inner--main .image {
      width: 35.9%;
      margin-top: 55px; }
  .top article .lead--inner--wrap {
    margin-top: -40px;
    display: flex;
    flex-wrap: wrap; }
    .top article .lead--inner--wrap--category {
      width: 25%;
      background-color: #fff;
      border-radius: 2.0rem;
      padding: 15px 0;
      margin: 0 45px 22px 0;
      box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
      .top article .lead--inner--wrap--category .icon {
        max-width: 60px;
        margin: 0 auto; }
      .top article .lead--inner--wrap--category h3 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        color: #595657;
        margin-top: .5em; }
      .top article .lead--inner--wrap--category p {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        margin-top: 1em; }
.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: #F2F1F2;
    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: #595657;
      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: #F2F1F2;
    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 h3 {
      font-size: 2.9rem;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: .05em;
      text-align: justify;
      color: #595657;
      border-bottom: 1px solid #595657;
      padding-bottom: .8em; }
      .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: #595657;
      margin-top: 1em; }
    .top article .container--block--inner--wrap--texts p {
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: justify;
      margin-top: 2em; }
      .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 .image {
    width: 31.6%;
    box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
    .top article .container--block--inner--wrap .image.no-shadow {
      box-shadow: none; }
.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; }
  .top article .container--block:nth-of-type(odd) .container--block--title dl {
    flex-direction: row-reverse; }
.top article .container--block:nth-of-type(even) .container--block--title {
  flex-direction: row-reverse; }
  .top article .container--block:nth-of-type(even) .container--block--title dl {
    flex-direction: row; }
.top article .container #block01 .container--block--inner--wrap:before {
  height: 75%; }
.top article .container #block01 .container--block--inner--wrap--texts h3 {
  color: #595657;
  border-bottom: 1px solid #595657; }
.top article .container #block01 .container--block--inner--wrap--texts h4 {
  color: #595657; }
.top article .container #block01 .container--block--inner--wrap--category {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .top article .container #block01 .container--block--inner--wrap--category--col {
    width: 30%;
    background-color: #fff;
    border-radius: 2.0rem;
    padding: 15px 0 20px;
    margin: 30px 1.5% 35px;
    box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
    .top article .container #block01 .container--block--inner--wrap--category--col .icon {
      max-width: 70px;
      margin: 0 auto; }
    .top article .container #block01 .container--block--inner--wrap--category--col p {
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: justify;
      margin: .5em auto 0;
      padding: 0 1.5em .5em;
      font-feature-settings: "palt"; }
      .top article .container #block01 .container--block--inner--wrap--category--col p span {
        font-size: 1.6rem;
        color: #595657; }
      .top article .container #block01 .container--block--inner--wrap--category--col p.title {
        font-weight: bold;
        letter-spacing: -.05em;
        text-align: center;
        padding: 0 !important;
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top article .container #block01 .container--block--inner--wrap--category--col p.title span {
          font-size: 1.8rem; }
      .top article .container #block01 .container--block--inner--wrap--category--col p:nth-of-type(2) {
        max-width: 209px;
        padding: 0 !important; }
.top article .container #block02 .container--block--title dl dd {
  margin-top: 2em; }
.top article .container #block02 .container--block--inner--wrap {
  position: relative; }
  .top article .container #block02 .container--block--inner--wrap:before {
    height: 114%; }
  .top article .container #block02 .container--block--inner--wrap--texts {
    /*h3{
    	color: $basecolor02;
    	border-bottom: 1px solid $basecolor02;
    }
    h4{
    	color: $basecolor02;
    }*/ }
    .top article .container #block02 .container--block--inner--wrap--texts p {
      margin-top: 1em; }
  .top article .container #block02 .container--block--inner--wrap .image.i02-3 {
    width: 36.6%;
    position: absolute;
    top: 42.5%;
    left: 0;
    transform: translateY(-50%); }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(odd) {
    flex-direction: row-reverse; }
    .top article .container #block02 .container--block--inner--wrap:nth-of-type(odd):before {
      left: -8.3%; }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(even) {
    flex-direction: row; }
    .top article .container #block02 .container--block--inner--wrap:nth-of-type(even):before {
      right: -8.3%; }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 83px; }
  .top article .container #block02 .container--block--inner--wrap:first-of-type {
    padding-top: 2vw; }
.top article .container #block03 .container--block--title {
  margin-top: 100px; }
  .top article .container #block03 .container--block--title dt {
    color: #b5a244; }
  .top article .container #block03 .container--block--title p {
    color: #F4F1E3; }
.top article .container #block03 .container--block--inner {
  padding-bottom: 160px;
  position: relative; }
  .top article .container #block03 .container--block--inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 105%;
    background-color: #F4F1E3;
    /*background: linear-gradient(to bottom,#e2e9e9 0% 18.5%, #f5f6f6 18.5% 100%);*/
    top: -105px;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: -1; }
  .top article .container #block03 .container--block--inner--center-wrap {
    margin-top: 60px; }
    .top article .container #block03 .container--block--inner--center-wrap:nth-of-type(2) {
      box-shadow: none;
      margin-top: 120px; }
    .top article .container #block03 .container--block--inner--center-wrap--title {
      background-color: #b5a244;
      display: flex;
      justify-content: center;
      align-items: center; }
      .top article .container #block03 .container--block--inner--center-wrap--title h3 {
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .05em;
        color: #fff;
        padding: .5em 0 .5em .5em; }
    .top article .container #block03 .container--block--inner--center-wrap--step--category {
      display: flex;
      background-color: #fff;
      margin-top: 45px; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 19.2%;
        background-color: #595657;
        line-height: 1;
        text-align: center;
        position: relative; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 14px 14px 0 14px;
          border-color: #595657 transparent transparent transparent;
          bottom: -14px;
          left: 50%;
          transform: translateX(-50%); }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dt {
          font-size: 3.2rem;
          font-family: "Oswald", sans-serif;
          font-weight: 200;
          color: #fff; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dd {
          width: 6.5em;
          margin: 0 auto;
          font-size: 1.8rem;
          font-weight: bold;
          letter-spacing: .05em;
          color: #595657;
          background-color: #fff;
          margin-top: .7em;
          padding: .5em .2em; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category--texts {
        width: 80.8%;
        padding: 30px; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt {
          width: 100%; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt h4 {
            font-size: 2.4rem;
            font-weight: bold;
            letter-spacing: .05em;
            color: #595657; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt p {
            font-size: 1.7rem;
            text-align: justify;
            border-top-width: 1px;
            border-top-style: solid;
            border-color: #595657;
            margin-top: 1em;
            padding-top: 1em; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(1) .ttl {
        background-color: #e1dab4; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(1) .ttl:after {
          border-color: #e1dab4 transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(1) .ttl dd {
          color: #e1dab4; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(1) .txt h4 {
        color: #e1dab4; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(1) .txt p {
        border-color: #e1dab4; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(2) .ttl {
        background-color: #ded5ab; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(2) .ttl:after {
          border-color: #ded5ab transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(2) .ttl dd {
          color: #ded5ab; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(2) .txt h4 {
        color: #ded5ab; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(2) .txt p {
        border-color: #ded5ab; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(3) .ttl {
        background-color: #dad0a1; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(3) .ttl:after {
          border-color: #dad0a1 transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(3) .ttl dd {
          color: #dad0a1; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(3) .txt h4 {
        color: #dad0a1; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(3) .txt p {
        border-color: #dad0a1; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(4) .ttl {
        background-color: #d3c78f; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(4) .ttl:after {
          border-color: #d3c78f transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(4) .ttl dd {
          color: #d3c78f; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(4) .txt h4 {
        color: #d3c78f; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(4) .txt p {
        border-color: #d3c78f; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(5) .ttl {
        background-color: #cbbe7c; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(5) .ttl:after {
          border-color: #cbbe7c transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(5) .ttl dd {
          color: #cbbe7c; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(5) .txt h4 {
        color: #cbbe7c; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(5) .txt p {
        border-color: #cbbe7c; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(6) .ttl {
        background-color: #c4b569; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(6) .ttl:after {
          border-color: #c4b569 transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(6) .ttl dd {
          color: #c4b569; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(6) .txt h4 {
        color: #c4b569; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(6) .txt p {
        border-color: #c4b569; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(7) .ttl {
        background-color: #bcab57; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(7) .ttl:after {
          border-color: #bcab57 transparent transparent transparent; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(7) .ttl dd {
          color: #bcab57; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(7) .txt h4 {
        color: #bcab57; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:nth-of-type(7) .txt p {
        border-color: #bcab57; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:last-of-type .ttl {
        background-color: #b5a244; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:last-of-type .ttl:after {
          display: none; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category:last-of-type .ttl dd {
          color: #b5a244; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:last-of-type .txt h4 {
        color: #b5a244; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category:last-of-type .txt p {
        border-color: #b5a244; }
.top article .container #block04 .container--block--title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .top article .container #block04 .container--block--title p {
    color: #595657;
    z-index: 2; }
.top article .container #block04 .container--block--inner {
  position: relative;
  padding: 90px 0 75px;
  margin-top: -40px; }
  .top article .container #block04 .container--block--inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #F2F1F2;
    top: 0;
    left: 0;
    z-index: -1; }
  .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item {
    background-color: #fff;
    margin-top: 28px; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item:first-of-type {
      margin-top: 0; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl {
      display: flex;
      font-weight: bold; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dt,
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dd {
        display: flex;
        align-items: center;
        line-height: 1.6; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dt {
        width: 5.5%;
        font-size: 3.8rem;
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        justify-content: center;
        padding: 0 .2em; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dd {
        width: 94.5%;
        padding: .5em 13.4% .5em 1em; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title {
      position: relative;
      cursor: pointer; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title:after {
        content: '';
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        background: url("../images/common/btn_item-more.png") no-repeat center center/contain;
        top: 50%;
        right: 2.5%;
        transform: translateY(-50%); }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title.close:after {
        background: url("../images/common/btn_item-close.png") no-repeat center center/contain; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title dt {
        color: #fff;
        background-color: #595657; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title dd {
        font-size: 1.8rem; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more {
      display: none;
      border-top: 1px solid #595657; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl {
        align-items: flex-start;
        margin-top: 28px; }
        .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl dt {
          color: #595657;
          line-height: 1; }
        .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl dd {
          font-size: 1.6rem;
          letter-spacing: .05em;
          text-align: justify;
          padding-top: 0;
          padding-bottom: 1.5em;
          flex-wrap: wrap; }
          .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl dd a {
            display: block;
            color: #b5a244; }
.top article .information {
  margin-top: 55px; }
  .top article .information--inner {
    width: 91.7%;
    max-width: 1100px;
    margin: 0 auto; }
    .top article .information--inner--banner {
      padding: 25px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .top article .information--inner--banner--texts {
        width: 41.4%; }
        .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;
          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%;
        margin-top: 17px;
        box-shadow: 14px 14px 9px rgba(0, 0, 0, 0.2); }
        .top article .information--inner--banner .btn a {
          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: 1em; }
      .top article .information--inner--banner .image {
        width: 30%;
        margin: 0 auto; }
      .top article .information--inner--banner:nth-of-type(n+2) {
        margin-top: 50px; }
      .top article .information--inner--banner.banner01 {
        background-color: #F8F6EC;
        border: 10px solid #b5a244; }
        .top article .information--inner--banner.banner01 .information--inner--banner--texts {
          width: 55%; }
          .top article .information--inner--banner.banner01 .information--inner--banner--texts h3 {
            color: #b5a244; }
          .top article .information--inner--banner.banner01 .information--inner--banner--texts .btn {
            background: #b5a244; }
        .top article .information--inner--banner.banner01 .btn a {
          padding: .8em; }
        .top article .information--inner--banner.banner01 .image {
          width: 45%;
          margin: 0 auto; }
          .top article .information--inner--banner.banner01 .image img {
            -webkit-backface-visibility: hidden;
            image-rendering: -webkit-optimize-contrast; }
.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: #b5a244;
          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: #b5a244;
              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:before {
        width: 8vw;
        left: -8.8vw; }
    .top article .main--inner--wrap .title dt {
      margin-top: 1.6vw;
      /*span{
      	font-size: 3.8vw;
      	box-shadow: 1vw 1vw 1.4vw rgba(0,0,0,0.3);
      }*/ }
    .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 {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .main--inner--wrap--links li a {
          font-size: 2vw;
          padding: 2em 2em 0; }
          .top article .main--inner--wrap--links li a .icon {
            width: 3.3vw; }
          .top article .main--inner--wrap--links li a .arrow {
            width: 4.9vw;
            height: 4.9vw;
            margin: 0.5em -2em 0 auto; }
            .top article .main--inner--wrap--links li a .arrow:before {
              width: 2vw; }
            .top article .main--inner--wrap--links li a .arrow:after {
              width: .7vw; }
  .top article .lead--inner {
    max-width: inherit; }
    .top article .lead--inner--main--texts {
      margin-top: 6.7vw; }
      .top article .lead--inner--main--texts:before, .top article .lead--inner--main--texts:after {
        border-width: 2.3vw 2vw 0 0; }
      .top article .lead--inner--main--texts:before {
        bottom: -2.3vw; }
      .top article .lead--inner--main--texts:after {
        bottom: -1.2vw; }
      .top article .lead--inner--main--texts h2 {
        font-size: 2.8vw; }
    .top article .lead--inner--main .image {
      margin-top: 4.6vw; }
    .top article .lead--inner--wrap {
      margin-top: -3.3vw; }
      .top article .lead--inner--wrap--category {
        padding: 1.3vw 0;
        margin: 0 3.8vw 1.8vw 0;
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .lead--inner--wrap--category .icon {
          max-width: 4.5vw; }
        .top article .lead--inner--wrap--category h3 {
          font-size: 1.5vw; }
        .top article .lead--inner--wrap--category p {
          font-size: 1.3vw; }
  .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 {
      width: 64.5%; }
      .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.comment {
          font-size: 1vw; }
        .top article .container--block--inner--wrap--texts p .vertical {
          font-size: 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--inner--wrap:nth-of-type(n+2) {
    margin-top: 10.1vw; }
  .top article .container #block01 .container--block--inner--wrap--category--col {
    padding: 1.3vw 0 1.3vw;
    margin: 2.5vw 1.5% 2.9vw;
    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.2vw; }
    .top article .container #block01 .container--block--inner--wrap--category--col p {
      font-size: 1.5vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col p span {
        font-size: 1.7vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col p.title {
        min-height: 7vw; }
        .top article .container #block01 .container--block--inner--wrap--category--col p.title span {
          font-size: 1.5vw; }
      .top article .container #block01 .container--block--inner--wrap--category--col p:nth-of-type(2) {
        max-width: 80%; }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 7.6vw; }
  .top article .container #block03 .container--block--title {
    margin-top: 7.4vw; }
  .top article .container #block03 .container--block--inner {
    padding-bottom: 11.9vw; }
    .top article .container #block03 .container--block--inner:before {
      top: -8.1vw; }
    .top article .container #block03 .container--block--inner--center-wrap {
      margin-top: 4.4vw; }
      .top article .container #block03 .container--block--inner--center-wrap:nth-of-type(2) {
        margin-top: 8.9vw; }
      .top article .container #block03 .container--block--inner--center-wrap--title h3 {
        font-size: 2.5vw; }
      .top article .container #block03 .container--block--inner--center-wrap--content {
        padding: 3vw; }
        .top article .container #block03 .container--block--inner--center-wrap--content .txt {
          font-size: 1.5vw; }
        .top article .container #block03 .container--block--inner--center-wrap--content h3 {
          font-size: 2.1vw; }
        .top article .container #block03 .container--block--inner--center-wrap--content--category {
          margin-top: 3.2vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col h4 {
            font-size: 1.5vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i01 p {
            font-size: 1.8vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i02 p {
            font-size: 1.3vw; }
            .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i02 p em {
              font-size: 1.9vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.flex p.wrap {
            font-size: 1.3vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info p {
            font-size: 1vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .comment {
            font-size: 1vw; }
        .top article .container #block03 .container--block--inner--center-wrap--content .btn {
          box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
          .top article .container #block03 .container--block--inner--center-wrap--content .btn a {
            font-size: 1.8vw; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category {
        margin-top: 3.3vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl:after {
          border-width: 1vw 1vw 0 1vw;
          bottom: -1vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dt {
          font-size: 2.4vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dd {
          font-size: 1.3vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category--texts {
          padding: 2.2vw; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt h4 {
            font-size: 1.8vw; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt p {
            font-size: 1.3vw; }
  .top article .container #block04 .container--block--inner {
    padding: 7.5vw 0 6.3vw;
    margin-top: -3.3vw; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item {
      margin-top: 2.3vw; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dt {
        font-size: 3.2vw; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title:after {
        width: 2.9vw;
        height: 2.9vw; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title dd {
        font-size: 1.5vw; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl {
        margin-top: 2.3vw; }
        .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl dd {
          font-size: 1.3vw; }
  .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 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 {
          margin-top: 1.4vw;
          box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
          .top article .information--inner--banner .btn a {
            font-size: 2vw; }
        .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: -28vw auto 0; }
    .top article .main--inner--wrap .txt {
      font-size: 4.2vw;
      line-height: 1.2; }
      .top article .main--inner--wrap .txt:before {
        width: 16vw;
        left: -17.8vw; }
    .top article .main--inner--wrap .title dt {
      width: 62vw;
      max-width: inherit;
      margin-top: 3.2vw;
      /*span{
      	font-size: 8.2vw;
      }*/ }
    .top article .main--inner--wrap .title dd {
      font-size: 3.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 {
      position: relative;
      top: inherit;
      right: inherit;
      transform: none;
      margin-top: 5vw; }
      .top article .main--inner--wrap--links li {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .main--inner--wrap--links li a {
          font-size: 4vw; }
          .top article .main--inner--wrap--links li a .icon {
            width: 9.9vw; }
          .top article .main--inner--wrap--links li a .arrow {
            width: 9.8vw;
            height: 9.8vw;
            margin-top: 0; }
            .top article .main--inner--wrap--links li a .arrow:before, .top article .main--inner--wrap--links li a .arrow:after {
              height: 2px;
              border-top-width: 2px; }
            .top article .main--inner--wrap--links li a .arrow:before {
              width: 5vw; }
            .top article .main--inner--wrap--links li a .arrow:after {
              width: 2.1vw;
              right: 20%; }
  .top article .lead--inner {
    width: 90vw;
    padding-left: 0; }
    .top article .lead--inner--main--texts {
      width: 100%;
      margin-top: 9.2vw; }
      .top article .lead--inner--main--texts:before {
        border-width: 3.8vw 3.8vw 0 0;
        bottom: -3.8vw;
        right: 21vw; }
      .top article .lead--inner--main--texts:after {
        border-width: 3.8vw 3.8vw 0 0;
        bottom: -1.7vw;
        right: 20.2vw; }
      .top article .lead--inner--main--texts h2 {
        font-size: 5.8vw;
        padding-left: 1em; }
    .top article .lead--inner--main .image {
      width: 100%;
      margin-top: 9.2vw; }
    .top article .lead--inner--wrap {
      margin-top: -22.5vw; }
      .top article .lead--inner--wrap--category {
        width: 90%;
        padding: 3.2vw;
        margin: 0 auto 11.2vw;
        box-shadow: 2vw 2vw 2.8vw rgba(0, 0, 0, 0.3); }
        .top article .lead--inner--wrap--category .icon {
          max-width: 13.5vw; }
        .top article .lead--inner--wrap--category h3 {
          font-size: 4.5vw; }
        .top article .lead--inner--wrap--category p {
          font-size: 3.2vw; }
  .top article .container--block--title {
    width: 85vw;
    margin: 11.8vw auto 0;
    position: relative; }
    .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.comment {
          font-size: 3.2vw; }
        .top article .container--block--inner--wrap--texts p .vertical {
          font-size: 2.6vw;
          vertical-align: top; }
    .top article .container--block--inner--wrap .image {
      width: 90%;
      box-shadow: 2vw 2vw 2.8vw rgba(0, 0, 0, 0.3);
      margin-top: 5vw; }
  .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 #block01 .container--block--title p {
    left: 20vw; }
  .top article .container #block01 .container--block--inner--wrap:before {
    height: 117.5%; }
  .top article .container #block01 .container--block--inner--wrap--category {
    justify-content: center;
    margin-top: -10vw; }
    .top article .container #block01 .container--block--inner--wrap--category--col {
      width: 70vw;
      padding: 2.4vw 2.4vw 3.6vw;
      margin: 0 auto 5.6vw;
      box-shadow: 2vw 2vw 2.8vw rgba(0, 0, 0, 0.3); }
      .top article .container #block01 .container--block--inner--wrap--category--col .icon {
        max-width: 15.6vw;
        margin: 0 auto; }
      .top article .container #block01 .container--block--inner--wrap--category--col p {
        font-size: 3.7vw; }
        .top article .container #block01 .container--block--inner--wrap--category--col p span {
          font-size: 6vw; }
        .top article .container #block01 .container--block--inner--wrap--category--col p.title span {
          font-size: 5vw; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(even) {
    flex-direction: row; }
  .top article .container #block01 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 32.4vw; }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(odd) {
    flex-direction: row; }
  .top article .container #block02 .container--block--inner--wrap:nth-of-type(n+2) {
    margin-top: 30.5vw; }
  .top article .container #block02 .container--block--inner--wrap:first-of-type {
    padding-top: 4vw; }
  .top article .container #block02 .container--block--inner--wrap .image.i02-3 {
    width: 80%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    margin: 5vw auto 0; }
  .top article .container #block03 .container--block--title {
    margin-top: 22.2vw; }
  .top article .container #block03 .container--block--inner:before {
    height: 102.5%; }
  .top article .container #block03 .container--block--inner--center-wrap {
    margin-top: 4.4vw; }
    .top article .container #block03 .container--block--inner--center-wrap:nth-of-type(2) {
      margin-top: 8.8vw; }
    .top article .container #block03 .container--block--inner--center-wrap--title h3 {
      font-size: 5vw; }
    .top article .container #block03 .container--block--inner--center-wrap--content {
      padding: 3vw; }
      .top article .container #block03 .container--block--inner--center-wrap--content .txt {
        font-size: 4.5vw; }
      .top article .container #block03 .container--block--inner--center-wrap--content h3 {
        font-size: 5.8vw;
        line-height: 1.2; }
      .top article .container #block03 .container--block--inner--center-wrap--content--category {
        margin-top: 6.4vw; }
        .top article .container #block03 .container--block--inner--center-wrap--content--category--col {
          width: 100%; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col h4 {
            font-size: 4.5vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.noborder {
            padding-bottom: 0; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i01 p {
            font-size: 5.4vw; }
            .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i01 p em {
              font-size: 17.7vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i02 p {
            font-size: 4vw; }
            .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.i02 p em {
              font-size: 5.7vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info li.flex p.wrap {
            font-size: 4vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info p {
            font-size: 3.2vw; }
            .top article .container #block03 .container--block--inner--center-wrap--content--category--col .info p.indent {
              display: inline-block;
              text-indent: -3.5em;
              padding-left: 2.5em;
              line-height: 1.4;
              letter-spacing: .05em; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col .comment {
            font-size: 3.2vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content--category--col:nth-of-type(odd) {
            border-right: none; }
      .top article .container #block03 .container--block--inner--center-wrap--content .btn {
        box-shadow: 1vw 1vw 1.4vw rgba(0, 0, 0, 0.3); }
        .top article .container #block03 .container--block--inner--center-wrap--content .btn a {
          font-size: 4vw; }
          .top article .container #block03 .container--block--inner--center-wrap--content .btn a:after {
            width: 4vw;
            height: 4vw; }
    .top article .container #block03 .container--block--inner--center-wrap--step--category {
      margin-top: 6.6vw; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl {
        width: 30%; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl:after {
          border-width: 3vw 3vw 0 3vw;
          bottom: -2.8vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dt {
          font-size: 7.2vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category .ttl dd {
          font-size: 3.4vw; }
      .top article .container #block03 .container--block--inner--center-wrap--step--category--texts {
        width: 70%;
        padding: 4.4vw; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt {
          width: 100%; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt h4 {
            font-size: 5vw;
            line-height: 1.4; }
          .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .txt p {
            font-size: 3.4vw;
            line-height: 1.6; }
        .top article .container #block03 .container--block--inner--center-wrap--step--category--texts .image {
          width: 60%;
          margin: 5vw auto 0; }
  .top article .container #block04 .container--block--title p {
    position: inherit;
    left: 0; }
  .top article .container #block04 .container--block--inner {
    padding: 8vw 0 17vw; }
    .top article .container #block04 .container--block--inner:before {
      top: -3.9vw; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dt {
      width: 20%;
      font-size: 9.3vw; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item dl dd {
      width: 80%; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title:after {
      width: 5.6vw;
      height: 5.6vw; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .title dd {
      font-size: 4vw; }
    .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl {
      margin-top: 3.2vw; }
      .top article .container #block04 .container--block--inner--center-wrap--faq .drawer-item .more dl dd {
        font-size: 3.4vw; }
  .top article .information {
    margin-top: 0; }
    .top article .information--inner--banner {
      padding: 5vw; }
      .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.8vw; }
        .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;
        box-shadow: 2vw 2vw 2.8vw rgba(0, 0, 0, 0.3); }
        .top article .information--inner--banner .btn a {
          font-size: 3.4vw; }
      .top article .information--inner--banner .image {
        width: 100%;
        margin-top: 5vw; }
      .top article .information--inner--banner:nth-of-type(n+2) {
        margin-top: 8.2vw; }
      .top article .information--inner--banner.banner01 .image {
        width: 100%;
        margin: 5vw auto 0; }
  .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%; } }
