@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/* wrap */
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .row {
      display: block; } }

/*	common
---------------------------------*/
body {
  background: #F2F2EC;
  font-family: 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Arial', 'YuGothic', 'Yu Gothic', sans-serif;
  font-size: 16px; }

/* link */
a {
  color: #333;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s;
    text-decoration: underline; }

a:active, a:focus {
  outline: none; }

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

/* heading */
/* text */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 900px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 900px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .inline_s {
      display: inline; } }

.anc {
  margin-top: -100px;
  padding-top: 100px; }

.wrapper {
  overflow: hidden;
  position: relative; }

.inner {
  position: relative;
  width: 100%;
  max-width: 1104px;
  padding: 0 40px;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .inner {
      padding: 0 20px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 40px 0;
  box-sizing: border-box;
  z-index: 5;
  background: rgba(242, 242, 236, 0.7);
  height: 100px; }
  @media screen and (max-width: 900px) {
    .header {
      padding: 35px 30px 0;
      height: 80px; } }
  .header__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center; }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .header__list {
        display: block; } }
  @media screen and (max-width: 900px) {
    .header__list.block_p {
      display: none; } }
  .header__li {
    margin-left: 30px;
    font-family: "Noto Sans JP"; }
    @media screen and (max-width: 900px) {
      .header__li {
        margin: 0 0 40px; } }
    .header__li:last-of-type {
      margin-left: 40px; }
      @media screen and (max-width: 900px) {
        .header__li:last-of-type {
          margin-left: 0; } }
  @media screen and (max-width: 900px) {
    .header__link {
      color: #333333 !important;
      font-size: 30px;
      font-family: 'Cormorant Garamond'; } }
  .header__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 7px;
    color: #FFF;
    background: #000000;
    width: 170px;
    height: 38px;
    border: 2px solid #000000;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .header__contact {
        width: 100%;
        height: auto;
        display: block;
        color: #333;
        text-align: left;
        background: none;
        border: none;
        font-size: 30px !important;
        font-family: "Cormorant Garamond" !important; } }
    .header__contact:hover {
      background: #FFF;
      color: #000000;
      text-decoration: none; }
      @media screen and (max-width: 900px) {
        .header__contact:hover {
          background: none;
          color: #333 !important;
          text-decoration: underline; } }
  .header__logo {
    display: block;
    width: 276.22px; }
    @media screen and (max-width: 900px) {
      .header__logo {
        width: 167.5px;
        position: relative;
        z-index: 10000000; } }
  .header .zdo_drawer_button {
    width: 43.03px;
    height: 31.49px;
    background: url("../img/menu.svg") center no-repeat;
    background-size: 43px; }
    @media screen and (max-width: 900px) {
      .header .zdo_drawer_button {
        top: 20px;
        right: 20px; } }
  .header .zdo_drawer_button.active {
    background: url("../img/menu_close.svg") center no-repeat;
    background-size: 43px; }
    @media screen and (max-width: 900px) {
      .header .zdo_drawer_button.active {
        background-size: 30px; } }
  .header .zdo_drawer_nav_wrapper {
    background: #F2F2EC; }
  .header .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px; }
  .header__spTxt {
    font-size: 14px;
    color: #FFF; }
  .header__spBox {
    margin-top: 70px; }
  .header__spLogo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px; }
  .header__spImg {
    width: 35px;
    display: block;
    margin: 0 10px 0 0; }
  .header__privacy {
    position: absolute;
    left: 30px;
    font-size: 12px;
    bottom: 50px; }

.mvWrap {
  padding: 0 40px;
  margin-bottom: 120px; }
  @media screen and (max-width: 900px) {
    .mvWrap {
      padding: 0 20px;
      margin-bottom: 70px; } }

.mv {
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 140px);
  overflow: hidden;
  border-radius: 8px; }
  @media screen and (max-width: 900px) {
    .mv {
      margin-top: 85px;
      border-radius: 4px;
      height: calc(100vh - 105px); } }
  .mv__video {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .mv__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%); }
  .mv__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .mv__logo {
    width: 284.59px;
    display: block;
    margin: 0 auto 40px; }
    @media screen and (max-width: 900px) {
      .mv__logo {
        width: 142px;
        margin: 0 auto 30px; } }
  .mv__txt {
    color: #FFF;
    font-size: 60px;
    font-family: "Shippori Mincho";
    text-align: center; }
    @media screen and (max-width: 900px) {
      .mv__txt {
        font-size: 30px; } }

.btn1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #FFF;
  position: relative;
  height: 68px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #707070;
  text-decoration: none; }
  @media screen and (max-width: 900px) {
    .btn1 {
      margin: auto;
      max-width: 270px;
      margin: auto;
      height: 50px; } }
  .btn1:hover {
    background: #707070;
    text-decoration: none; }
    .btn1:hover .btn1__inner {
      color: #FFF;
      background: url("../img/icon_brank_hv.svg") right center no-repeat;
      background-size: 10px; }
      @media screen and (max-width: 900px) {
        .btn1:hover .btn1__inner {
          background-size: 7px; } }
  .btn1__inner {
    letter-spacing: 1px;
    color: #333;
    position: relative;
    top: -1px;
    background: url("../img/icon_brank.svg") right center no-repeat;
    background-size: 10px;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px; }
    @media screen and (max-width: 900px) {
      .btn1__inner {
        font-size: 12px;
        background-size: 7px; } }

.topLead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px 180px;
  margin-bottom: 90px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .topLead {
      padding: 0 40px 70px;
      display: block; } }
  .topLead:after {
    content: "";
    height: 1px;
    width: calc(100% - 80px);
    left: 40px;
    position: absolute;
    bottom: 0;
    background: #898989; }
    @media screen and (max-width: 900px) {
      .topLead:after {
        width: calc(100% - 40px);
        left: 20px; } }
  .topLead__ttl {
    font-family: "Shippori Mincho";
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    margin-right: 180px; }
    @media screen and (max-width: 900px) {
      .topLead__ttl {
        font-size: 24px;
        margin: 0 0 30px; } }
  .topLead__txt {
    line-height: 2.5;
    max-width: 610px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }

.topBrand {
  padding-bottom: 140px;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .topBrand {
      padding-bottom: 65px; } }
  .topBrand:after {
    content: "";
    height: 1px;
    width: calc(100% - 80px);
    left: 40px;
    position: absolute;
    bottom: 0;
    background: #898989; }
    @media screen and (max-width: 900px) {
      .topBrand:after {
        width: calc(100% - 40px);
        left: 20px; } }
  .topBrand__ttl {
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    margin-left: 80px;
    margin-bottom: 80px; }
    @media screen and (max-width: 900px) {
      .topBrand__ttl {
        font-size: 30px;
        margin-left: 20px;
        margin-bottom: 45px; } }
  .topBrand__subTtl {
    font-family: "Shippori Mincho";
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    margin: 50px 0 50px; }
  .topBrand__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-right: 80px; }
    @media screen and (max-width: 900px) {
      .topBrand__wrap {
        padding-right: 0px;
        display: block; } }
  .topBrand__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative; }
    @media screen and (max-width: 900px) {
      .topBrand__img {
        height: auto;
        padding-right: 20px;
        background: none; } }
  .topBrand__imgCap {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .topBrand__imgCap {
        right: 20px; } }
  .topBrand__box {
    width: 325px;
    box-sizing: border-box;
    margin-left: 80px; }
    @media screen and (max-width: 900px) {
      .topBrand__box {
        width: calc(100% - 80px);
        margin: 0 auto; } }
  .topBrand__logo {
    width: 213px;
    margin: 20px auto 0; }
    @media screen and (max-width: 900px) {
      .topBrand__logo {
        width: 135px;
        margin: 40px auto 0; } }
  .topBrand__txt {
    font-size: 14px;
    line-height: 2.143;
    margin-bottom: 30px; }

.topCompany {
  padding-bottom: 130px; }
  @media screen and (max-width: 900px) {
    .topCompany {
      padding-bottom: 60px; } }
  .topCompany__logo {
    display: block;
    min-width: 1378.73px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .topCompany__logo {
        min-width: 100%; } }
  .topCompany__wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px 0 80px;
    margin-top: -38px; }
    @media screen and (max-width: 900px) {
      .topCompany__wrap {
        padding: 0;
        display: block;
        margin-top: 0; } }
  .topCompany__img {
    height: 645px;
    width: 445px;
    background: url("../img/bg_company.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .topCompany__img {
        margin-top: 50px;
        height: auto;
        width: 100%;
        background: none;
        padding: 0 75px; } }
  .topCompany__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-right: 90px; }
    @media screen and (max-width: 900px) {
      .topCompany__detail {
        margin-right: 0; } }
  .topCompany__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 30px;
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (max-width: 900px) {
      .topCompany__dl {
        padding: 10px 0 10px;
        width: calc(100% - 80px);
        margin: auto;
        font-size: 14px;
        display: block; } }
  .topCompany__dt {
    width: 90px; }
    @media screen and (max-width: 900px) {
      .topCompany__dt {
        width: 100%; } }
  .topCompany__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 50px;
    line-height: 1.4; }
    @media screen and (max-width: 900px) {
      .topCompany__dd {
        padding: 0;
        line-height: 1.214;
        margin-top: 10px; } }
  .topCompany__ttl {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    letter-spacing: 2px;
    margin-top: 20px; }
    @media screen and (max-width: 900px) {
      .topCompany__ttl {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 25px; } }

.topContact {
  background: #1F1F1F;
  color: #FFF;
  padding-top: 110px;
  padding-bottom: 95px; }
  @media screen and (max-width: 900px) {
    .topContact {
      padding-top: 50px;
      padding-bottom: 45px; } }
  @media screen and (max-width: 900px) {
    .topContact__inner {
      width: calc(100% - 80px);
      margin: auto; } }
  .topContact__ttl {
    text-align: center;
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    letter-spacing: 1px; }
  .topContact__txt {
    text-align: center;
    font-size: 14px;
    line-height: 2.857;
    margin: 40px 0; }
    @media screen and (max-width: 900px) {
      .topContact__txt {
        margin: 30px 0 0; } }
  .topContact__btn {
    width: 323px;
    height: 70px;
    border: 1px solid #FFF;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: auto;
    border-radius: 100px; }
    @media screen and (max-width: 900px) {
      .topContact__btn {
        height: 50px;
        max-width: 270px;
        font-size: 12px;
        margin: 40px auto 0; } }
    .topContact__btn:hover {
      transition: .4s;
      background: #FFF;
      color: #1F1F1F;
      text-decoration: none; }

.footer {
  color: #1F1F1F;
  padding: 30px 0;
  background: #1F1F1F; }
  @media screen and (max-width: 900px) {
    .footer {
      padding: 30px 0 60px; } }
  .footer__inner {
    max-width: 1024px;
    position: relative;
    margin: auto; }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .footer__list {
        display: block;
        max-width: 135px;
        margin: auto; } }
    .footer__list li {
      margin-right: 40px; }
      @media screen and (max-width: 900px) {
        .footer__list li {
          margin: 0 0 15px;
          width: 100%;
          display: block;
          text-align: center; } }
      .footer__list li a {
        color: #FFF;
        font-size: 12px; }
  .footer__logo {
    width: 158.48px;
    display: block; }
    @media screen and (max-width: 900px) {
      .footer__logo {
        width: 100%; } }
  .footer__copy {
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .footer__copy {
        position: static;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin-top: 50px; } }

.ttlArea {
  padding-top: 180px;
  padding-bottom: 70px; }
  @media screen and (max-width: 900px) {
    .ttlArea {
      padding-top: 120px;
      padding-bottom: 20px; } }
  .ttlArea__enTtl {
    font-size: 56px;
    margin-bottom: 40px;
    margin-top: 20px;
    font-family: 'Cormorant Garamond'; }
    @media screen and (max-width: 900px) {
      .ttlArea__enTtl {
        font-size: 48px; } }
  .ttlArea__ttl {
    font-size: 18px; }
  .ttlArea__lead {
    line-height: 2.125;
    font-weight: 300; }
    @media screen and (max-width: 900px) {
      .ttlArea__lead {
        line-height: 1.563; } }

.contact {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  margin-bottom: -1px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .contact {
      display: block; } }
  .contact__check {
    margin: 50px 0 -20px;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .contact__check {
        font-size: 14px; } }
    .contact__check input {
      position: relative;
      margin: 0 5px 0 0;
      display: inline-block;
      top: -2px; }
  .contact__privacy {
    margin-top: 40px;
    max-height: 350px;
    padding: 30px 0;
    overflow: scroll;
    background: #FFF;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      .contact__privacy {
        max-height: 250px;
        padding: 20px 0; } }
  .contact__dt {
    width: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .contact__dt {
        width: 100%;
        margin-bottom: 5px; } }
    .contact__dt p {
      width: 100%; }
  .contact__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 40px; }
    @media screen and (max-width: 900px) {
      .contact__dd {
        padding-left: 0; } }
    .contact__dd select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 16px;
      padding: 20px 45px 20px 20px;
      border: none;
      box-sizing: border-box;
      background: url("../img/icon_arrow.svg") right 15px center no-repeat #FFF;
      background-size: 15px;
      width: 100%; }
      @media screen and (max-width: 900px) {
        .contact__dd select {
          margin-top: 10px;
          width: 100%; } }
    .contact__dd input[type="email"],
    .contact__dd input[type="text"],
    .contact__dd input[type="tel"],
    .contact__dd textarea {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 10px 0 0 0;
      font-size: 16px;
      padding: 20px;
      border-radius: 0;
      box-sizing: border-box;
      background: #FFF;
      border: none;
      border-radius: 5px; }
  .contact__hissu, .contact__nini {
    color: #FFF;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 40px;
    position: relative;
    background: #333;
    font-weight: bold;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    top: -2px; }
  .contact__submit input {
    width: 280px;
    margin: auto;
    color: #FFF;
    border-radius: 100px;
    display: block;
    border: none;
    font-weight: bold;
    height: 50px;
    font-size: 16px;
    margin: 40px auto 0;
    background: #333; }

.privacy {
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 1.8; }
  @media screen and (max-width: 900px) {
    .privacy {
      font-size: 12px;
      margin-bottom: 30px; } }
  .privacy__ttl {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .privacy__ttl {
        font-size: 15px; } }
  .privacy__txt {
    margin-bottom: 20px; }
  .privacy__list {
    margin-bottom: 20px;
    margin-left: 20px; }
  .privacy__li {
    position: relative;
    padding-left: 15px; }
    .privacy__li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #333;
      border-radius: 100px;
      position: absolute;
      left: 0;
      top: 10px; }
  .privacy__link {
    text-decoration: underline; }

.contactPage {
  margin-bottom: 130px; }
  @media screen and (max-width: 900px) {
    .contactPage {
      margin-bottom: 60px; } }

.privacyPage {
  margin-bottom: 130px; }
  @media screen and (max-width: 900px) {
    .privacyPage {
      margin-bottom: 60px; } }

.contactPage p {
  line-height: 1.8; }
.contactPage__txt {
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    .contactPage__txt {
      margin-bottom: 30px;
      font-size: 14px; } }
.contactPage__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px; }
  .contactPage__list li {
    margin-right: 20px; }
    .contactPage__list li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      width: 250px;
      height: 50px;
      border-radius: 100px;
      border: 1px solid #333;
      justify-content: center;
      align-items: center;
      background: #FFF; }
      @media screen and (max-width: 900px) {
        .contactPage__list li a {
          width: 130px;
          height: 40px;
          font-size: 13px; } }
      .contactPage__list li a:hover {
        text-decoration: none; }
    .contactPage__list li a.ac {
      background: #333;
      color: #FFF; }

.grecaptcha-badge {
  visibility: hidden; }
