@charset "UTF-8";
/* import */
/* -------------------------------------------------------- */
/* variable */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
*/
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.cen {
  margin: 0 auto;
  text-align: center;
}

/*
.gmap iframe {
  width: 100%;
  height: 400px;
}

.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/
/*
.btn {
  text-align: center;
  a {
    position: relative;
    display: inline-block;
    &::before {
      position: absolute;
      content: '';
      width:0;
      height:0;
      border-style:solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #FFFFFF;
      top: calc(50% - 10px);
      right: 20px;
      display: inline-block;
      z-index: 2;
    }
    &::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(#1449a6 0%, #4479b8 0%, #003f92 70.44%, #003f92 100%);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 30px;
      transition: all 0.3s;
    }
    span {
      position: relative;
//      padding: 20px 74px;
      padding: 1.17em 4.05em;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: .15em;
      line-height: 1;
      display: block;
      z-index: 2;
    }
    &:hover {
      &::after {
        opacity: .7;
        transform: scale(0.95, 0.95);
      }
    }
  }
}

.btn02 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  span {
    position: relative;
    padding: 0.61em 2.2em 0.9em;
    color: #fff;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1;
    background: #7D8791;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
//            z-index: 2;
    &::after {
      position: absolute;
      content: '';
      width:0;
      height:0;
      border-style:solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #FFFFFF;
      top: calc(50% - 8px);
      right: 12px;
      display: inline-block;
      z-index: 2;
    }
  }
}
*/
#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

/* layout setting
-------------------------------------------------- */
.main_width {
  margin: 0 auto;
  width: calc(100% - 220px);
  max-width: 1920px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .main_width {
    width: calc(100% - 60px);
  }
}

/*
.sec {
  padding: 100px 0;
  @media only screen and (max-width: $breakpoint_cnts) {
    padding: 50px 0;
  }
}
*/
/* parts */
/* -------------------------------------------------------- */
/* bread_crumb */
/* ------------------------------------ */
.bread_crumb {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .bread_crumb {
    padding: 20px 0 0;
  }
}
.bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread_crumb ul li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  padding: 0 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a, .bread_crumb ul li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 40px auto 0;
  }
}
.page-numbers_wrap ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  padding: 0 1em;
  margin: 5px 3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li {
    padding: 0 0.5em;
  }
}
.page-numbers_wrap ul.pagination li a {
  font-weight: 500;
}
.page-numbers_wrap ul.pagination li a:hover {
  text-decoration: underline;
}
.page-numbers_wrap ul.pagination li.current {
  font-weight: 700;
}
.page-numbers_wrap ul.pagination li.prev, .page-numbers_wrap ul.pagination li.next {
  position: relative;
  font-size: 1.3rem;
}
.page-numbers_wrap ul.pagination li.prev {
  padding: 0 2em 0 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.prev {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #7D8791 transparent transparent;
  top: 0;
  left: 0;
}
.page-numbers_wrap ul.pagination li.next {
  padding: 0 1em 0 2em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.next {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #7D8791;
  top: 0;
  right: 0;
}
.page-numbers_wrap ul.next_prev_link {
  margin: 0 auto 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link {
    display: block;
  }
}
.page-numbers_wrap ul.next_prev_link li {
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.page-numbers_wrap ul.next_prev_link li a {
  position: relative;
  padding: 33px 24px 35px 30px;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers_wrap ul.next_prev_link li a i {
  background: url(../img/common/arrow.svg) no-repeat 0 0;
  width: 10px;
  height: 20px;
}
.page-numbers_wrap ul.next_prev_link li a:hover {
  opacity: 0.7;
}
.page-numbers_wrap ul.next_prev_link li.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.prev {
    margin-right: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.prev a i {
  margin-right: 15px;
}
.page-numbers_wrap ul.next_prev_link li.next {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.next {
    margin-left: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.next a i {
  margin-left: 15px;
  width: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* header */
/* -------------------------------------------------------- */
.header {
  border-top: 12px solid #e50012;
}
.header .menu_button {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 25px;
  top: 15%;
  right: 6.4%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .header .menu_button {
    width: 30px;
    height: 11px;
    top: 44px;
    right: 25px;
  }
}
.header .menu_button span {
  display: block;
  width: 68px;
  height: 1px;
  background: #212121;
}
@media only screen and (max-width: 767px) {
  .header .menu_button span {
    width: 30px;
  }
}
.header .menu_button span + span {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .header .menu_button span + span {
    margin-top: 10px;
  }
}
.header .menu_button.close::after {
  content: "";
}
.header .menu_button.close span {
  background: #fff;
}
.header .menu_button.close span:nth-of-type(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: relative;
  top: 0;
}
.header .menu_button.close span:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .menu_button.close span + span {
  margin-top: 0;
}
.header .nav_content {
  position: fixed;
  top: 0;
  right: -120%;
  width: 62%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  /*
      .logo {
        position: absolute;
        width: 356px;
        top: 130px;
        left: 70px;
        @media only screen and (max-width: $breakpoint_sp) {
          width: 178px;
          top: 35px;
          left: 20px;
        }
      }
  */
}
.header .nav_content.active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header .nav_content {
    width: 150%;
    height: 90vh;
    -webkit-transform: translateX(48%);
            transform: translateX(48%);
  }
}
.header .nav_content .gnav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 270px;
  left: 70px;
  -webkit-transform: none;
          transform: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .nav_content .gnav {
    top: 100px;
    left: 20px;
  }
}
.header .nav_content .gnav ul {
  width: 100%;
  display: block;
}
.header .nav_content .gnav ul li {
  margin-bottom: 40px;
  height: auto;
  line-height: 1;
}
.header .nav_content .gnav ul li a span {
  position: relative;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  letter-spacing: 0.23em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header .nav_content .gnav ul li a span {
    font-size: 1.6rem;
  }
}
.header .nav_content .gnav ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav_content .gnav ul li a:hover span::after {
  width: 100%;
}
.header .nav_content .gnav_copy {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  bottom: 60px;
  right: 110px;
}
@media only screen and (max-width: 767px) {
  .header .nav_content .gnav_copy {
    font-size: 0.9rem;
    right: 53%;
    bottom: 20%;
  }
}
.header .nav_content_bg {
  position: fixed;
  top: 0;
  right: -120%;
  width: 62%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background: #e50012;
  mix-blend-mode: multiply;
  border-radius: 0 0 0 54%;
}
.header .nav_content_bg.active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header .nav_content_bg {
    width: 150%;
    height: 90vh;
    -webkit-transform: translateX(48%);
            transform: translateX(48%);
  }
}

/* footer */
/* -------------------------------------------------------- */
.footer {
  padding: 40px 0;
  border-bottom: 12px solid #e50012;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 0 25px;
  }
}
.footer .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .main_width .fnav ul li {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .main_width .fnav ul li {
    margin-top: 0;
  }
}
.footer .main_width .fnav ul li a span {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0.23em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer .main_width .fnav ul li a span {
    font-size: 1.2rem;
  }
}
.footer .main_width .fnav ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #000;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .main_width .fnav ul li a:hover span::after {
  width: 100%;
}
.footer .main_width .copyright {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .footer .main_width .copyright {
    font-size: 1rem;
  }
}

/*
@media only screen and (min-width: $breakpoint_tablet_mini) and (max-width: $breakpoint_cnts) {
  .footer {
    .inner {
      .fnav {
        ul {
          li {
            margin-right: 5px;
            &:not(:last-child):after {
              padding: 0 0.5em 0 10px;
            }
          }
        }
      }
    }
  }
}
*/
/*
@media only screen and (max-width: $breakpoint_sp) {
  .footer {
    padding: 0;
    .inner {
      .main_width {
        display: block;
        .logo {
          margin-right: 0;
          margin-bottom: 20px;
          width: 50%;
          max-width: 220px;
        }
        p {
          font-size: 1.4rem;
          line-height: 1.6;
        }
      }
      .fnav {
        ul {
          flex-wrap: wrap;
          &:last-of-type {
            li:first-of-type {
              padding-left: 0;
            }
          }
          li {
            margin-right: 0;
            &:not(:last-child):after {
              padding: 0 0.5em 0 10px;
            }
            a {
              font-size: 1.4rem;
            }
          }
        }
      }
    }
  }
}
*/
/* top */
/* -------------------------------------------------------- */
.top main {
  position: relative;
}
.top main .p_logo {
  position: fixed;
  width: 356px;
  top: 106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top main .p_logo {
    width: 46%;
    top: 35px;
  }
}
.top main section {
  font-size: 0;
  line-height: 0;
}
.top main img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* under */
/* -------------------------------------------------------- */
.under {
  background: #f8f9f8;
}
.under main {
  padding: 94px 0 60px;
}
@media only screen and (max-width: 767px) {
  .under main {
    padding: 35px 0 80px;
  }
}
.under main .p_logo {
  margin: 0 auto 100px;
  width: 356px;
}
@media only screen and (max-width: 767px) {
  .under main .p_logo {
    margin: 0 auto 40px;
    width: 46%;
  }
}
.under main h1 {
  margin-bottom: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  letter-spacing: 0.23em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .under main h1 {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
.under main .btn {
  text-align: center;
}
.under main .btn a {
  position: relative;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 0.205em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .under main .btn a {
    font-size: 1.4rem;
  }
}
.under main .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #000;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.under main .btn a:hover::after {
  width: 100%;
}

/* ourstory */
/* -------------------------------------------------------- */
.ourstory main .main_width {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width {
    width: 100%;
  }
}
.ourstory main .main_width .inner {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner {
    margin-bottom: 30px;
    display: block;
  }
}
.ourstory main .main_width .inner .box {
  width: 50%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box {
    margin: 0 auto;
    width: calc(100% - 68px);
    max-width: auto;
    max-width: initial;
  }
}
.ourstory main .main_width .inner .box:first-of-type {
  padding-right: 90px;
  font-family: "Cormorant Garamond", serif;
  border-right: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:first-of-type {
    padding-bottom: 70px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #666;
  }
}
.ourstory main .main_width .inner .box:first-of-type h2 {
  margin-bottom: 1.6em;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:first-of-type h2 {
    font-size: 1.8rem;
  }
}
.ourstory main .main_width .inner .box:first-of-type p {
  margin-bottom: 1.8em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.185em;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:first-of-type p {
    font-size: 1.1rem;
  }
}
.ourstory main .main_width .inner .box:first-of-type p:last-of-type {
  margin-bottom: 0;
}
.ourstory main .main_width .inner .box:nth-of-type(2) {
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:nth-of-type(2) {
    padding-top: 60px;
    padding-left: 0;
  }
}
.ourstory main .main_width .inner .box:nth-of-type(2) h2 {
  margin-bottom: 1.2em;
  padding-top: 0.3em;
  font-size: 2.8rem;
  line-height: 1.9;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:nth-of-type(2) h2 {
    font-size: 2.2rem;
  }
}
.ourstory main .main_width .inner .box:nth-of-type(2) p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.22em;
}
@media only screen and (max-width: 767px) {
  .ourstory main .main_width .inner .box:nth-of-type(2) p {
    font-size: 1.1rem;
  }
}

/* company */
/* -------------------------------------------------------- */
.company main .main_width .inner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .company main .main_width .inner {
    margin-bottom: 30px;
  }
}
.company main .main_width .inner dl {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
.company main .main_width .inner dl dt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.175em;
}
@media only screen and (max-width: 767px) {
  .company main .main_width .inner dl dt {
    font-size: 1rem;
  }
}
.company main .main_width .inner dl dd {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.175em;
}
@media only screen and (max-width: 767px) {
  .company main .main_width .inner dl dd {
    font-size: 1.5rem;
  }
}

/* contact */
/* -------------------------------------------------------- */
.contact main .main_width {
  width: 100%;
  max-width: 870px;
}
.contact main .main_width .inner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact main .main_width .inner {
    margin-bottom: 30px;
  }
}
.contact main .main_width .inner dl {
  padding: 1.9em 3.2em;
  font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .contact main .main_width .inner dl {
    padding: 0.8em 1em;
  }
}
.contact main .main_width .inner dl:first-of-type {
  border-top: 1px solid #666;
}
.contact main .main_width .inner dl dt {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact main .main_width .inner dl dt {
    margin-bottom: 2em;
  }
}
.contact main .main_width .inner dl dt span {
  font-size: 2rem;
  letter-spacing: 0.205em;
}
.contact main .main_width .inner dl dt span.error {
  color: #e50012;
}
@media only screen and (max-width: 767px) {
  .contact main .main_width .inner dl dt span {
    font-size: 1rem;
  }
}
.contact main .main_width .inner .btn_box {
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #666;
}
.contact main .main_width .inner .btn_box .btn {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact main .main_width .inner .btn_box .btn {
    padding: 2em;
  }
}
.contact main .main_width .inner .btn_box .btn::after {
  position: absolute;
  content: "";
  width: 51px;
  height: 47px;
  background: url(../img/arrow.svg) no-repeat 0 0/contain;
  top: calc(50% - 24px);
  right: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact main .main_width .inner .btn_box .btn::after {
    width: 27px;
    height: 25px;
    top: calc(50% - 12px);
  }
}
.contact main .main_width .inner .btn_box .btn input[type=submit] {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  letter-spacing: 0.205em;
}
@media screen and (max-width: 767px) {
  .contact main .main_width .inner .btn_box .btn input[type=submit] {
    font-size: 1.8rem;
  }
}
.contact main .main_width .inner .btn_box .btn:hover::after {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .contact main .main_width.confirm .inner .btn_box {
    padding: 2em 0;
  }
}
.contact main .main_width.confirm .inner .btn_box a {
  position: relative;
  width: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  letter-spacing: 0.205em;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact main .main_width.confirm .inner .btn_box a {
    padding: 2em;
    font-size: 1.8rem;
  }
}
.contact main .main_width.confirm .inner .btn_box a::before {
  position: absolute;
  content: "";
  width: 51px;
  height: 47px;
  background: url(../img/arrow.svg) no-repeat 0 0/contain;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: calc(50% - 24px);
  left: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact main .main_width.confirm .inner .btn_box a::before {
    width: 27px;
    height: 25px;
    top: calc(50% - 12px);
  }
}
.contact main .main_width.confirm .inner .btn_box a:hover::before {
  left: 10%;
}
.contact main .main_width.confirm .inner .btn_box .btn {
  width: 50%;
}
.contact main .main_width.thanks .inner {
  padding: 5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact main .main_width.thanks .inner {
    padding: 5em 0 15em;
  }
}
.contact main .main_width.thanks .inner h3 {
  margin-bottom: 2em;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  letter-spacing: 0.205em;
}
@media screen and (max-width: 767px) {
  .contact main .main_width.thanks .inner h3 {
    font-size: 1.8rem;
  }
}
.contact main .main_width.thanks .inner p {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}

/* form */
form button,
form input,
form optgroup,
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
}
form button,
form select {
  text-transform: none;
}
form button,
form [type=button],
form [type=reset],
form [type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=email],
form select,
form textarea {
  padding: 0.8em;
  width: 100%;
  font-size: 1.9rem;
  /*
      &.error{
        border:.2rem solid #f00;
      }
  */
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form select,
  form textarea {
    padding: 0.6em;
    font-size: 1.6rem;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus {
  background: #e7e7e7;
}
form textarea {
  height: 210px;
}
@media screen and (max-width: 767px) {
  form textarea {
    height: 100px;
  }
}