html {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    html {
      overflow: auto; } }

body {
  position: relative;
  z-index: -1; }
  @media all and (-ms-high-contrast: none) {
    body {
      z-index: 1; } }

#wrapper {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    #wrapper {
      min-width: 320px;
      z-index: auto; } }
  #wrapper header.pc {
    width: 100%;
    min-width: 1200px;
    height: 130px;
    border-bottom: 2px solid  #000;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 555; }
    #wrapper header.pc:after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 3px;
      height: 3px;
      background: #000; }
    #wrapper header.pc > .inner {
      width: 100%;
      max-width: 1200px;
      margin: 0px auto 0px;
      height: 100%;
      position: relative; }
      #wrapper header.pc > .inner .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #wrapper header.pc > .inner nav {
        width: 100%;
        height: 100%; }
        #wrapper header.pc > .inner nav ul {
          width: 100%;
          height: 100%;
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          justify-content: -webkit- flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          align-items: -webkit- center;
          align-items: center; }
          #wrapper header.pc > .inner nav ul li:nth-child(1) {
            margin-right: 64px; }
          #wrapper header.pc > .inner nav ul li:nth-child(2) {
            margin-right: 52px; }
          #wrapper header.pc > .inner nav ul li:nth-child(3) {
            margin-right: 51px; }
          #wrapper header.pc > .inner nav ul li:nth-child(4) {
            margin-right: 328px; }
          #wrapper header.pc > .inner nav ul li:nth-child(5) {
            margin-right: 59px; }
          #wrapper header.pc > .inner nav ul li:nth-child(6) {
            margin-right: 70px; }
          #wrapper header.pc > .inner nav ul li:nth-child(7) {
            margin-right: 27px; }
            #wrapper header.pc > .inner nav ul li:nth-child(7) img {
              width: 20px; }
          #wrapper header.pc > .inner nav ul li:nth-child(8) img {
            width: 20px; }
  #wrapper header.sp {
    width: 100%;
    height: 75px; }
    #wrapper header.sp .logo {
      width: 100%;
      height: 75px;
      text-align: center;
      padding: 15px 0 0px 0%;
      background: #fff;
      border-bottom: 1px solid #d9d3c5;
      top: 0;
      z-index: 1;
      border-bottom: 2px solid  #000;
      position: fixed; }
      #wrapper header.sp .logo:after {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 3px;
        height: 3px;
        background: #000;
        left: 0; }
      #wrapper header.sp .logo img {
        width: 120px; }
  #wrapper .kv_area {
    width: 100%;
    height: calc(100vh - 130px);
    background: #fff;
    margin-top: 130px;
    position: relative;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      #wrapper .kv_area {
        margin-top: 0;
        height: calc(100vh - 75px); } }
    #wrapper .kv_area .slide_wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: fixed; }
      #wrapper .kv_area .slide_wrap .bx-wrapper, #wrapper .kv_area .slide_wrap .bx-viewport {
        height: calc(100vh - 130px) !important; }
        @media screen and (max-width: 768px) {
          #wrapper .kv_area .slide_wrap .bx-wrapper, #wrapper .kv_area .slide_wrap .bx-viewport {
            height: calc(100vh - 75px) !important; } }
      #wrapper .kv_area .slide_wrap ul.slider {
        height: calc(100vh - 130px); }
        @media screen and (max-width: 768px) {
          #wrapper .kv_area .slide_wrap ul.slider {
            height: calc(100vh - 75px); } }
        #wrapper .kv_area .slide_wrap ul.slider li.slide_contents {
          width: 100%;
          height: calc(100vh - 130px);
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden; }
          #wrapper .kv_area .slide_wrap ul.slider li.slide_contents h1 {
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden; }
          @media screen and (max-width: 768px) {
            #wrapper .kv_area .slide_wrap ul.slider li.slide_contents {
              height: calc(100vh - 75px); } }
          #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide01 {
            background: url(../img/top_slide01.jpg) top 0px center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            background-position-y: 0px; }
            @media screen and (max-width: 768px) {
              #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide01 {
                background-image: url(../img/sp_top_slide01.jpg); } }
          #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide02 {
            background: url(../img/top_slide02.jpg) top 0px center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            background-position-y: 0px; }
            @media screen and (max-width: 768px) {
              #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide02 {
                background-image: url(../img/sp_top_slide02.jpg); } }
          #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide03 {
            background: url(../img/top_slide03.jpg) top 0px center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            background-position-y: 0px; }
            @media screen and (max-width: 768px) {
              #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide03 {
                background-image: url(../img/sp_top_slide03.jpg); } }
          #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide04 {
            background: url(../img/top_slide04.jpg) top 0px center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            background-position-y: 0px; }
            @media screen and (max-width: 768px) {
              #wrapper .kv_area .slide_wrap ul.slider li.slide_contents.slide04 {
                background-image: url(../img/sp_top_slide04.jpg); } }
    #wrapper .kv_area .scroll {
      position: absolute;
      bottom: 10px;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 80; }
  #wrapper .about {
    width: 100%;
    padding: 75px 0 120px;
    background: url(../img/about_bg.gif) top center;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #wrapper .about {
        padding: 40px 3.5% 60px;
        background-image: url(../img/sp_about_bg.gif);
        -webkit-background-size: 150px;
        -moz-background-size: 150px;
        -ms-background-size: 150px;
        background-size: 150px; } }
    #wrapper .about h2 {
      margin-bottom: 45px; }
      @media screen and (max-width: 768px) {
        #wrapper .about h2 {
          margin-bottom: 30px; }
          #wrapper .about h2 img {
            width: 170px; } }
    #wrapper .about p {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 2;
      font-weight: 400;
      letter-spacing: 4px; }
      @media screen and (max-width: 768px) {
        #wrapper .about p {
          font-size: 14px;
          font-size: 1.4rem; } }
  #wrapper .topics {
    width: 100%;
    background: url(../img/topics_bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 56px 0 130px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #wrapper .topics {
        background-image: url(../img/sp_topics_bg.jpg);
        padding: 10% 10% 30%; } }
    #wrapper .topics h2 {
      margin-bottom: 95px; }
      @media screen and (max-width: 768px) {
        #wrapper .topics h2 {
          margin-bottom: 40px; }
          #wrapper .topics h2 img {
            width: 220px; } }
    #wrapper .topics dl {
      position: relative;
      margin-bottom: 115px; }
      @media screen and (max-width: 768px) {
        #wrapper .topics dl {
          margin-bottom: 65px; } }
      #wrapper .topics dl:last-child {
        margin-bottom: 0; }
        #wrapper .topics dl:last-child:after {
          display: none; }
      #wrapper .topics dl:after {
        position: absolute;
        content: "";
        width: 42px;
        height: 1px;
        background: #fff;
        display: block;
        left: 50%;
        bottom: -55px;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        @media screen and (max-width: 768px) {
          #wrapper .topics dl:after {
            bottom: -30px; } }
      #wrapper .topics dl dt {
        color: #fff;
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 30px;
        letter-spacing: 4px; }
        @media screen and (max-width: 768px) {
          #wrapper .topics dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 15px; } }
      #wrapper .topics dl dd {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: 4px; }
        @media screen and (max-width: 768px) {
          #wrapper .topics dl dd {
            font-size: 13px;
            font-size: 1.3rem; } }
  #wrapper .profile {
    width: 100%;
    background: url(../img/profile_bg1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }
    #wrapper .profile .inner {
      width: 100%;
      max-width: 1200px;
      margin: 0px auto 0px;
      background: url(../img/profile_bg2.jpg) top center no-repeat;
      height: 680px;
      padding: 75px 0 0;
      text-align: center;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #wrapper .profile .inner {
          width: 100%;
          max-width: 768px;
          margin: 0px auto 0px;
          background: none;
          height: auto;
          padding: 45px 12% 50px; } }
      #wrapper .profile .inner h2 {
        margin-bottom: 55px; }
        @media screen and (max-width: 768px) {
          #wrapper .profile .inner h2 {
            margin-bottom: 30px; }
            #wrapper .profile .inner h2 img {
              width: 170px; } }
      #wrapper .profile .inner .txt_area {
        padding: 0 0 0 380px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          #wrapper .profile .inner .txt_area {
            padding: 0;
            text-align: center; } }
        #wrapper .profile .inner .txt_area .sp_img {
          text-align: center;
          width: 65%;
          margin: 0 auto 25px; }
        #wrapper .profile .inner .txt_area p.name {
          font-size: 32px;
          font-size: 3.2rem;
          letter-spacing: 12px;
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #wrapper .profile .inner .txt_area p.name {
              font-size: 21px;
              font-size: 2.1rem;
              margin-bottom: 20px;
              font-weight: 400; } }
          #wrapper .profile .inner .txt_area p.name span {
            font-size: 13px;
            font-size: 1.3rem;
            margin-left: 25px;
            font-weight: 400;
            letter-spacing: 3px; }
            @media screen and (max-width: 768px) {
              #wrapper .profile .inner .txt_area p.name span {
                font-size: 12px;
                font-size: 1.2rem;
                display: block;
                margin: 10px 0 0; } }
        #wrapper .profile .inner .txt_area p.txt {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400;
          margin-bottom: 20px;
          line-height: 1.6;
          text-align: left;
          letter-spacing: 4px; }
          @media screen and (max-width: 768px) {
            #wrapper .profile .inner .txt_area p.txt {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.8; } }
          #wrapper .profile .inner .txt_area p.txt.txtL {
            font-size: 19px;
            font-size: 1.9rem; }
            @media screen and (max-width: 768px) {
              #wrapper .profile .inner .txt_area p.txt.txtL {
                font-size: 14px;
                font-size: 1.4rem; } }
          @media screen and (max-width: 768px) {
            #wrapper .profile .inner .txt_area p.txt.txtLL {
              text-align: center; } }
          #wrapper .profile .inner .txt_area p.txt.txtLL span {
            font-size: 26px;
            font-size: 2.6rem;
            margin-bottom: 0;
            letter-spacing: 5px;
            font-weight: 400;
            margin-right: 3px;
            display: inline-block; }
            @media screen and (max-width: 768px) {
              #wrapper .profile .inner .txt_area p.txt.txtLL span {
                font-size: 20px;
                font-size: 2rem; } }
            #wrapper .profile .inner .txt_area p.txt.txtLL span.space {
              display: inline-block;
              width: 1em; }
              @media screen and (max-width: 768px) {
                #wrapper .profile .inner .txt_area p.txt.txtLL span.space {
                  display: none; } }
  #wrapper .lesson {
    width: 100%;
    height: 1340px;
    background: url(../img/lesson_bg.jpg) bottom center no-repeat #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 95px 0 0; }
    @media screen and (max-width: 768px) {
      #wrapper .lesson {
        height: auto;
        padding-top: 45px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        background-size: contain;
        background-image: url(../img/sp_lesson_bg.jpg);
        padding-bottom: 50%;
        background-position: center bottom !important; } }
    #wrapper .lesson > .inner {
      width: 100%;
      max-width: 1200px;
      margin: 0px auto 0px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #wrapper .lesson > .inner {
          width: 100%;
          max-width: 768px;
          margin: 0px auto 0px;
          padding: 0 3.5% 0; } }
      #wrapper .lesson > .inner h2 {
        margin-bottom: 65px; }
        @media screen and (max-width: 768px) {
          #wrapper .lesson > .inner h2 {
            margin-bottom: 30px; }
            #wrapper .lesson > .inner h2 img {
              width: 170px; } }
      #wrapper .lesson > .inner .detail {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #wrapper .lesson > .inner .detail {
            display: block; } }
        #wrapper .lesson > .inner .detail .detail_left {
          width: 570px;
          text-align: left; }
          @media screen and (max-width: 768px) {
            #wrapper .lesson > .inner .detail .detail_left {
              width: 100%; } }
          #wrapper .lesson > .inner .detail .detail_left table {
            width: 100%;
            border-collapse: collapse; }
            #wrapper .lesson > .inner .detail .detail_left table tr {
              border-top: 1px solid  #000; }
              #wrapper .lesson > .inner .detail .detail_left table tr:last-child {
                border-bottom: 1px solid  #000; }
              #wrapper .lesson > .inner .detail .detail_left table tr th {
                letter-spacing: 2px;
                font-family: "Sawarabi Gothic";
                line-height: 1.6;
                padding: 16px 0;
                font-size: 16px;
                font-size: 1.6rem;
                position: relative;
                font-weight: 400; }
                @media screen and (max-width: 768px) {
                  #wrapper .lesson > .inner .detail .detail_left table tr th {
                    font-size: 14px;
                    font-size: 1.4rem;
                    padding: 14px 2% 14px 0; } }
                #wrapper .lesson > .inner .detail .detail_left table tr th:after {
                  content: "";
                  position: absolute;
                  top: 50%;
                  right: 0;
                  -moz-transform: translate(0, -50%);
                  -webkit-transform: translate(0, -50%);
                  -o-transform: translate(0, -50%);
                  -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
                  width: 1px;
                  height: 75%;
                  background: #000; }
              #wrapper .lesson > .inner .detail .detail_left table tr td {
                font-family: "Sawarabi Gothic";
                letter-spacing: 2px;
                line-height: 1.6;
                padding: 16px 0 16px 35px;
                font-size: 16px;
                font-size: 1.6rem;
                font-weight: 400; }
                @media screen and (max-width: 768px) {
                  #wrapper .lesson > .inner .detail .detail_left table tr td {
                    font-size: 14px;
                    font-size: 1.4rem;
                    padding: 14px 5%; } }
                #wrapper .lesson > .inner .detail .detail_left table tr td a {
                  font-size: 16px;
                  font-size: 1.6rem;
                  font-weight: 400; }
                  @media screen and (max-width: 768px) {
                    #wrapper .lesson > .inner .detail .detail_left table tr td a {
                      font-size: 14px;
                      font-size: 1.4rem; } }
          #wrapper .lesson > .inner .detail .detail_left ul {
            text-align: left;
            margin-top: 25px; }
            @media screen and (max-width: 768px) {
              #wrapper .lesson > .inner .detail .detail_left ul {
                margin-top: 15px; } }
            #wrapper .lesson > .inner .detail .detail_left ul li {
              font-family: "Sawarabi Gothic";
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.6;
              text-indent: -1em;
              padding-left: 1em;
              letter-spacing: 1px;
              white-space: nowrap;
              font-weight: 400; }
              @media screen and (max-width: 768px) {
                #wrapper .lesson > .inner .detail .detail_left ul li {
                  font-size: 14px;
                  font-size: 1.4rem;
                  white-space: normal; } }
              #wrapper .lesson > .inner .detail .detail_left ul li.note {
                margin-top: 20px;
                color: #f00; }
                @media screen and (max-width: 768px) {
                  #wrapper .lesson > .inner .detail .detail_left ul li.note {
                    margin-top: 10px; } }
                #wrapper .lesson > .inner .detail .detail_left ul li.note a {
                  color: #f00;
                  font-size: 14px;
                  font-size: 1.4rem;
                  font-weight: 400; }
                  @media screen and (max-width: 768px) {
                    #wrapper .lesson > .inner .detail .detail_left ul li.note a {
                      font-size: 14px;
                      font-size: 1.4rem; } }
        #wrapper .lesson > .inner .detail .detail_right {
          width: 582px;
          margin-top: -50px; }
          @media screen and (max-width: 768px) {
            #wrapper .lesson > .inner .detail .detail_right {
              width: 100%;
              margin-top: 20px; }
              #wrapper .lesson > .inner .detail .detail_right img {
                width: 80%; } }
  #wrapper .access {
    width: 100%;
    background: #fff;
    padding: 75px 0 85px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #wrapper .access {
        padding: 35px 10% 45px; } }
    #wrapper .access h2 {
      margin-bottom: 45px; }
      @media screen and (max-width: 768px) {
        #wrapper .access h2 {
          margin-bottom: 20px; }
          #wrapper .access h2 img {
            width: 170px; } }
    #wrapper .access p {
      text-align: center;
      line-height: 2;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 4px; }
      @media screen and (max-width: 768px) {
        #wrapper .access p {
          font-size: 14px;
          font-size: 1.4rem; } }
  #wrapper .news {
    width: 100%;
    background: #dcdcdc;
    padding: 75px 0 45px; }
    #wrapper .news > .inner {
      width: 100%;
      max-width: 1200px;
      margin: 0px auto 0px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #wrapper .news > .inner {
          width: 100%;
          max-width: 768px;
          margin: 0px auto 0px;
          padding: 0 8%; } }
      #wrapper .news > .inner h2 {
        margin-bottom: 45px; }
        @media screen and (max-width: 768px) {
          #wrapper .news > .inner h2 img {
            width: 170px; } }
      #wrapper .news > .inner p {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 50px;
        line-height: 1.6;
        letter-spacing: 4px; }
        @media screen and (max-width: 768px) {
          #wrapper .news > .inner p {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 30px; } }
      #wrapper .news > .inner ul {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #wrapper .news > .inner ul li {
          width: 270px; }
          @media screen and (min-width: 768px) {
            #wrapper .news > .inner ul li {
              margin-right: 40px; }
              #wrapper .news > .inner ul li:nth-child(4n) {
                margin-right: 0; }
              #wrapper .news > .inner ul li:nth-child(n+5) {
                margin-top: 40px; } }
          @media screen and (max-width: 768px) {
            #wrapper .news > .inner ul li {
              width: 46%;
              margin-right: 8%; }
              #wrapper .news > .inner ul li:nth-child(2n) {
                margin-right: 0; }
              #wrapper .news > .inner ul li:nth-child(n+3) {
                margin-top: 20px; } }
          #wrapper .news > .inner ul li:hover .tmb img {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2); }
          #wrapper .news > .inner ul li a {
            text-decoration: none; }
          #wrapper .news > .inner ul li .tmb {
            border: 15px solid #fff;
            background: #fff;
            overflow: hidden;
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              #wrapper .news > .inner ul li .tmb {
                border-width: 10px;
                margin-bottom: 10px; } }
            #wrapper .news > .inner ul li .tmb img {
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
          #wrapper .news > .inner ul li dl {
            text-align: left; }
            #wrapper .news > .inner ul li dl dt {
              font-family: 'Cinzel Decorative', cursive;
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: 400;
              margin-bottom: 3px;
              letter-spacing: 2px; }
              @media screen and (max-width: 768px) {
                #wrapper .news > .inner ul li dl dt {
                  margin-bottom: 3px; } }
            #wrapper .news > .inner ul li dl dd {
              font-family: "Sawarabi Gothic";
              letter-spacing: 2px;
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.6;
              font-weight: 400; }
              @media screen and (max-width: 768px) {
                #wrapper .news > .inner ul li dl dd {
                  font-size: 13px;
                  font-size: 1.3rem; } }
      #wrapper .news > .inner .more {
        text-align: right;
        margin-top: 20px; }
        #wrapper .news > .inner .more a {
          color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          font-family: "Sawarabi Gothic";
          text-decoration: none;
          letter-spacing: 1px; }
          #wrapper .news > .inner .more a:hover {
            text-decoration: underline; }
  #wrapper .contact {
    width: 100%;
    background: #fff;
    padding-top: 75px; }
    #wrapper .contact > .inner {
      width: 100%;
      max-width: 735px;
      margin: 0px auto 0px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #wrapper .contact > .inner {
          width: 100%;
          max-width: 768px;
          margin: 0px auto 0px;
          padding: 0 3.5%; } }
      #wrapper .contact > .inner h2 {
        margin-bottom: 45px; }
        @media screen and (max-width: 768px) {
          #wrapper .contact > .inner h2 {
            margin-bottom: 25px; }
            #wrapper .contact > .inner h2 img {
              width: 170px; } }
      #wrapper .contact > .inner .txt_area {
        padding-left: 30px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          #wrapper .contact > .inner .txt_area {
            padding: 0; } }
        #wrapper .contact > .inner .txt_area p.txtL {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.6;
          margin-bottom: 45px;
          letter-spacing: 0.5px;
          letter-spacing: 2px; }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .txt_area p.txtL {
              font-size: 14px;
              font-size: 1.4rem;
              margin-bottom: 25px; } }
        #wrapper .contact > .inner .txt_area ul.note li {
          padding-left: 1em;
          text-indent: -1em;
          line-height: 1.8;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 400;
          margin-bottom: 30px;
          letter-spacing: 4px; }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .txt_area ul.note li {
              margin-bottom: 15px; } }
          #wrapper .contact > .inner .txt_area ul.note li a {
            font-size: 12px;
            font-size: 1.2rem;
            text-decoration: none;
            font-weight: 400; }
          #wrapper .contact > .inner .txt_area ul.note li:last-child {
            margin-bottom: 0;
            text-indent: 0; }
      #wrapper .contact > .inner .form_area {
        margin-top: 50px; }
        #wrapper .contact > .inner .form_area * {
          letter-spacing: 3px; }
        @media screen and (max-width: 768px) {
          #wrapper .contact > .inner .form_area {
            margin-top: 25px; } }
        #wrapper .contact > .inner .form_area * {
          font-size: 14px;
          font-weight: 400;
          color: #646464; }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .form_area * {
              font-size: 12px;
              font-size: 1.2rem; } }
        #wrapper .contact > .inner .form_area .box {
          width: 100%;
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: -webkit- center;
          align-items: center;
          -webkit-justify-content: flex-start;
          justify-content: -webkit- flex-start;
          justify-content: flex-start;
          margin-bottom: 15px; }
          #wrapper .contact > .inner .form_area .box.desired {
            -webkit-align-items: flex-start;
            align-items: -webkit- flex-start;
            align-items: flex-start; }
            #wrapper .contact > .inner .form_area .box.desired p.required {
              margin-top: 20px; }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box.desired p.required {
                  margin-top: 6px; } }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .form_area .box {
              -webkit-align-items: flex-start;
              align-items: -webkit- flex-start;
              align-items: flex-start; } }
          #wrapper .contact > .inner .form_area .box p.required {
            font-size: 14px;
            font-size: 1.4rem;
            color: #646464;
            font-weight: 400;
            width: 30px;
            text-align: left; }
            @media screen and (max-width: 768px) {
              #wrapper .contact > .inner .form_area .box p.required {
                width: 20px;
                margin-top: 7px; } }
          #wrapper .contact > .inner .form_area .box .input_area {
            width: calc(100% - 30px);
            border: 1px solid  #c8c8c8;
            padding: 15px 25px;
            text-align: left; }
            @media screen and (max-width: 768px) {
              #wrapper .contact > .inner .form_area .box .input_area {
                width: calc(100% - 20px);
                padding: 8px 3%; } }
            #wrapper .contact > .inner .form_area .box .input_area input, #wrapper .contact > .inner .form_area .box .input_area textarea {
              padding: 8px 5px;
              font-weight: normal;
              border: none; }
            #wrapper .contact > .inner .form_area .box .input_area.content {
              padding: 15px 0 15px 25px; }
              #wrapper .contact > .inner .form_area .box .input_area.content label {
                margin-right: 10px; }
                #wrapper .contact > .inner .form_area .box .input_area.content label:last-of-type {
                  margin-right: 0; }
                @media screen and (max-width: 768px) {
                  #wrapper .contact > .inner .form_area .box .input_area.content label {
                    display: inline-block;
                    margin-bottom: 10px; }
                    #wrapper .contact > .inner .form_area .box .input_area.content label:last-of-type {
                      margin-bottom: 0; } }
            #wrapper .contact > .inner .form_area .box .input_area.class p.itemname {
              margin-bottom: 15px; }
            #wrapper .contact > .inner .form_area .box .input_area.class .desired_class {
              width: 100%;
              -js-display: flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: -webkit- center;
              align-items: center;
              margin-bottom: 15px; }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box .input_area.class .desired_class {
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
                  margin-bottom: 20px; } }
              #wrapper .contact > .inner .form_area .box .input_area.class .desired_class:last-child {
                margin-bottom: 0; }
              #wrapper .contact > .inner .form_area .box .input_area.class .desired_class p.desired {
                white-space: nowrap;
                margin-right: 10px; }
              #wrapper .contact > .inner .form_area .box .input_area.class .desired_class input[type="text"] {
                width: 310px;
                margin-right: 15px;
                border: 1px solid  #e2e2e2; }
                @media screen and (max-width: 768px) {
                  #wrapper .contact > .inner .form_area .box .input_area.class .desired_class input[type="text"] {
                    width: calc(100% - 5em - 10px);
                    margin-right: 0; } }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box .input_area.class .desired_class .radio {
                  margin-top: 5px; } }
              #wrapper .contact > .inner .form_area .box .input_area.class .desired_class .radio label {
                margin-right: 30px; }
                #wrapper .contact > .inner .form_area .box .input_area.class .desired_class .radio label:last-child {
                  margin-right: 0; }
            #wrapper .contact > .inner .form_area .box .input_area.experience {
              -js-display: flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: -webkit- center;
              align-items: center; }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box .input_area.experience {
                  display: block; } }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box .input_area.experience p.itemname {
                  margin-bottom: 10px; } }
              #wrapper .contact > .inner .form_area .box .input_area.experience label {
                margin-left: 110px; }
                @media screen and (max-width: 768px) {
                  #wrapper .contact > .inner .form_area .box .input_area.experience label {
                    margin: 0 20px 0 0; } }
            #wrapper .contact > .inner .form_area .box .input_area.form_txt {
              -js-display: flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: -webkit- center;
              align-items: center;
              padding: 8px 25px; }
              @media screen and (max-width: 768px) {
                #wrapper .contact > .inner .form_area .box .input_area.form_txt {
                  display: block;
                  padding: 8px 3%; } }
              #wrapper .contact > .inner .form_area .box .input_area.form_txt p.itemname {
                margin-right: 20px;
                width: auto;
                white-space: nowrap; }
                @media screen and (max-width: 768px) {
                  #wrapper .contact > .inner .form_area .box .input_area.form_txt p.itemname {
                    margin: 0 0 10px 0; } }
              #wrapper .contact > .inner .form_area .box .input_area.form_txt input {
                width: 100%; }
            #wrapper .contact > .inner .form_area .box .input_area.text_area p.itemname {
              margin-bottom: 10px; }
            #wrapper .contact > .inner .form_area .box .input_area.text_area textarea {
              width: 100%;
              height: 120px;
              resize: none; }
        #wrapper .contact > .inner .form_area .policy_area {
          padding-left: 30px;
          width: 100%;
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: -webkit- center;
          align-items: center;
          -webkit-justify-content: space-between;
          justify-content: -webkit- space-between;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .form_area .policy_area {
              display: block; }
              #wrapper .contact > .inner .form_area .policy_area a {
                display: inline-block;
                margin-top: 10px; } }
        #wrapper .contact > .inner .form_area .btns {
          width: 100%;
          padding-left: 30px;
          margin-top: 45px; }
          @media screen and (max-width: 768px) {
            #wrapper .contact > .inner .form_area .btns {
              padding-left: 15px;
              margin-top: 20px; } }
          #wrapper .contact > .inner .form_area .btns button {
            font-family: "Sawarabi Mincho";
            letter-spacing: 4px;
            width: 100%;
            background: #646464;
            border: 1px solid  #646464;
            padding: 18px 0;
            line-height: 1;
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            font-size: 1.4rem;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            #wrapper .contact > .inner .form_area .btns button:hover {
              background: #fff;
              color: #646464;
              font-weight: 400; }
  #wrapper footer {
    width: 100%;
    background: #fff;
    padding: 100px 0 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #wrapper footer {
        padding: 50px 0 25px; } }
    #wrapper footer p small {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #wrapper footer p small {
          font-size: 12px;
          font-size: 1.2rem; } }
  #wrapper #pagetop {
    position: fixed;
    right: 5%;
    bottom: 10px;
    z-index: 60; }
    @media screen and (max-width: 768px) {
      #wrapper #pagetop {
        width: 45px; } }

.radio * {
  font-size: 14px; }
.radio input[type="radio"] {
  display: none;
  font-size: 14px; }
  .radio input[type="radio"] + span {
    background: url(../img/radio_off.gif) 0px 0px no-repeat;
    padding-left: 20px;
    display: inline-block;
    min-height: 15px; }
  .radio input[type="radio"]:checked + span {
    background-image: url(../img/radio_on.gif); }

.mfp-content {
  max-width: 1100px !important;
  width: 90% !important;
  background: #fff;
  padding: 30px 120px;
  text-align: center;
  height: 95vh;
  overflow-y: scroll; }
  @media screen and (max-width: 768px) {
    .mfp-content {
      padding: 20px 3.5%; } }
  .mfp-content .modalbox p.ttl {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .mfp-content .modalbox p.ttl {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 15px; } }
  .mfp-content .modalbox p.txt {
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .mfp-content .modalbox p.txt {
        font-size: 12px;
        font-size: 1.2rem; } }
  .mfp-content .modalbox ul {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .mfp-content .modalbox ul {
        margin-top: 15px; } }
    .mfp-content .modalbox ul li {
      text-align: left;
      line-height: 1.6;
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 1em;
      text-indent: -1em; }
      @media screen and (max-width: 768px) {
        .mfp-content .modalbox ul li {
          font-size: 12px;
          font-size: 1.2rem; } }
  .mfp-content .modalbox address {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .mfp-content .modalbox address {
        font-size: 12px;
        font-size: 1.2rem; } }
    .mfp-content .modalbox address a {
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .mfp-content .modalbox address a {
          font-size: 12px;
          font-size: 1.2rem; } }
  .mfp-content .modalbox p.popup-modal-dismiss {
    padding-top: 30px; }
    .mfp-content .modalbox p.popup-modal-dismiss a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .mfp-content .modalbox p.popup-modal-dismiss a {
          font-size: 12px;
          font-size: 1.2rem; } }

table#mfp_confirm_table tr th {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    table#mfp_confirm_table tr th {
      font-size: 12px; } }

table#mfp_confirm_table tr td {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    table#mfp_confirm_table tr td {
      font-size: 12px; } }

.mfp_buttons {
  margin-top: 10px; }
  .mfp_buttons button {
    width: 100%;
    font-size: 14px;
    background: #646464;
    color: #fff;
    border: 1px solid  #646464;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .mfp_buttons button:hover {
      background: #fff;
      color: #646464; }

.thanks footer {
  position: fixed;
  bottom: 0; }

.thanks_contents {
  width: 100%;
  max-width: 1200px;
  margin: 130px auto 0;
  background: #fff;
  padding: 150px 50px 0px; }
  @media screen and (max-width: 768px) {
    .thanks_contents {
      margin: 0;
      padding: 50px 3.5% 0; } }
  .thanks_contents p.ttl {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .thanks_contents p.ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px; } }
  .thanks_contents p.txt {
    text-align: left;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .thanks_contents p.txt {
        font-size: 14px;
        font-size: 1.4rem; } }
    .thanks_contents p.txt a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .thanks_contents p.txt a {
          font-size: 14px;
          font-size: 1.4rem; } }

a.target {
  padding-top: 130px;
  margin-top: -130px;
  display: block;
  position: relative;
  z-index: -3; }
  @media screen and (max-width: 768px) {
    a.target {
      padding-top: 0px;
      margin-top: -0px; } }

.ov {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .ov:hover {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4; }

#ascrail2000-hr {
  display: none !important; }

_::-webkit-full-page-media, _:future, :root li.note {
  letter-spacing: -1.2px !important; }

/*# sourceMappingURL=layout.css.map */
