@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&family=Rubik:wght@300;600&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  color: #000;
}
a:hover,
button:hover {
  opacity: 0.5;
}
@media (min-width: 1px) and (max-width: 1050px) {
  a:hover,
button:hover {
    opacity: 1;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 812px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}

::-moz-placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}

:-ms-input-placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}

::-ms-input-placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}

::placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 812px) {
  ::-webkit-input-placeholder {
    font-size: 8vw;
  }
  ::-moz-placeholder {
    font-size: 8vw;
  }
  :-ms-input-placeholder {
    font-size: 8vw;
  }
  ::-ms-input-placeholder {
    font-size: 8vw;
  }
  ::placeholder {
    font-size: 8vw;
  }
}

/* Edge */
::-ms-input-placeholder {
  color: #b3b2b2;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 812px) {
  ::-ms-input-placeholder {
    font-size: 8vw;
  }
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  color: #1E1E28;
  position: relative;
}
@media screen and (min-width: 813px) {
  body {
    min-width: 1440px;
  }
}

/* ---------------------------------------
  .font
-----------------------------------------*/
.font_rubik {
  font-family: "Rubik", sans-serif;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
.wrap {
  margin: 0 auto;
  width: 1073px;
}
@media screen and (max-width: 812px) {
  .wrap {
    width: 89.3333333333vw;
  }
}

/* ---------------------------------------
  header
-----------------------------------------*/
header {
  width: 100%;
  height: 162px;
  /* グローバルメニュー */
  /* グローバルメニュー背景 */
  /* SP時：ハンバーガーメニューボタン */
}
@media screen and (max-width: 812px) {
  header {
    height: 33.3333333333vw;
    border-bottom: solid 1px #5A5A78;
  }
}
header.result {
  height: 101px;
}
@media screen and (max-width: 812px) {
  header.result {
    height: 33.3333333333vw;
  }
}
header > .wrap {
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 812px) {
  header > .wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
header .sitename .en {
  font-size: 2.4rem;
  font-weight: 600;
  color: #3F3B93;
}
@media screen and (max-width: 812px) {
  header .sitename .en {
    font-size: 5.3333333333vw;
  }
}
header .sitename .ja {
  font-size: 1.2rem;
  color: #3F3B93;
  margin-top: 5px;
}
@media screen and (max-width: 812px) {
  header .sitename .ja {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
header .discription {
  font-size: 1.6rem;
}
@media screen and (min-width: 813px) {
  header .discription {
    margin-left: 32px;
  }
}
@media screen and (max-width: 812px) {
  header .discription {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
    line-height: 1.6666666667;
  }
}
header .global-nav {
  background: url(../img/bg_plus.png) repeat;
}
@media screen and (min-width: 813px) {
  header .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 61px;
    border-top: solid 1px #5A5A78;
    border-bottom: solid 1px #5A5A78;
  }
}
header .global-nav .nav-list {
  width: 100%;
}
@media screen and (min-width: 813px) {
  header .global-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    height: 100%;
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (min-width: 813px) {
  header .global-nav .nav-list .nav-item {
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border-right: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  header .global-nav .nav-list .nav-item {
    text-align: center;
  }
}
@media screen and (max-width: 812px) {
  header .global-nav .nav-list .nav-item:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
header .global-nav .nav-list .nav-item > a {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 812px) {
  header .global-nav .nav-list .nav-item > a {
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
header .global-nav-bg {
  display: none;
}
@media screen and (max-width: 812px) {
  header .global-nav-bg {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(5, 5, 5, 0.2);
  }
  header .global-nav-bg.active {
    display: block;
  }
}
header .global-nav-icon {
  display: none;
}
@media screen and (max-width: 812px) {
  header .global-nav {
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 71%;
    height: 100%;
    margin-left: 29%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 0;
    position: fixed;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    padding: 32vw 10.6666666667vw;
  }
  header .global-nav .wrap {
    width: 100%;
  }
  header .global-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .global-nav .global-nav-header-close {
    width: 12vw;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  header .global-nav-header {
    position: absolute;
    right: 0;
    top: 5.3333333333vw;
    z-index: 2;
    width: 12vw;
  }
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
  border-top: solid 1px #5A5A78;
  padding: 40px 0;
}
@media screen and (max-width: 812px) {
  footer {
    padding: 8vw 0 22.6666666667vw;
  }
}
footer .company_name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 812px) {
  footer .company_name {
    font-size: 4.2666666667vw;
  }
}
footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 812px) {
  footer .copyright {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
footer .btn_contact {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 9999;
}
@media screen and (max-width: 812px) {
  footer .btn_contact {
    width: 53.8666666667vw;
    bottom: 1.3333333333vw;
  }
}

/* ---------------------------------------
  main
-----------------------------------------*/
main {
  display: block;
}

/* ---------------------------------------
  #mv
-----------------------------------------*/
#mv {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 812px) {
  #mv {
    padding: 5.3333333333vw 0;
  }
}
#mv .wrap {
  width: 94.4%;
  height: 0;
  padding-top: 31.45%;
  background: url(../img/img_mv.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 812px) {
  #mv .wrap {
    width: 100%;
    padding-top: 120.8vw;
    background-image: url(../img/img_mv_sp.png);
  }
}
#mv .txt_box {
  position: absolute;
  left: 10.4%;
  top: 50%;
}
@media screen and (min-width: 813px) {
  #mv .txt_box {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 812px) {
  #mv .txt_box {
    left: 5.3333333333vw;
    top: 16vw;
  }
}
#mv .txt1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 812px) {
  #mv .txt1 {
    font-size: 6.4vw;
  }
}
#mv .ttl {
  margin-top: 15px;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 812px) {
  #mv .ttl {
    margin-top: 4vw;
    font-size: 10.1333333333vw;
  }
}
#mv .txt2 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 812px) {
  #mv .txt2 {
    margin-top: 4vw;
    font-size: 6.4vw;
  }
}

/* ---------------------------------------
  #cell-free
-----------------------------------------*/
#cell-free .ttl_box {
  height: 120px;
  background: url(../img/bg_plus.png) repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #5A5A78;
  border-bottom: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #cell-free .ttl_box {
    height: 46.6666666667vw;
  }
}
@media screen and (min-width: 813px) {
  #cell-free .ttl_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#cell-free .ttl_box .ttl {
  font-size: 4.2rem;
  font-weight: 500;
  color: #3F3B93;
}
@media screen and (max-width: 812px) {
  #cell-free .ttl_box .ttl {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
#cell-free .ttl_box .en {
  font-size: 2.4rem;
  font-weight: 300;
  color: #3F3B93;
}
@media screen and (max-width: 812px) {
  #cell-free .ttl_box .en {
    font-size: 6.4vw;
    margin-top: 4.5333333333vw;
  }
}
#cell-free .txt_box {
  padding: 40px 0;
}
@media screen and (max-width: 812px) {
  #cell-free .txt_box {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 813px) {
  #cell-free .txt_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#cell-free .txt_box .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (min-width: 813px) {
  #cell-free .txt_box .txt {
    width: 670px;
  }
}
@media screen and (max-width: 812px) {
  #cell-free .txt_box .txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 813px) {
  #cell-free .txt_box .img {
    width: 345px;
  }
}
@media screen and (max-width: 812px) {
  #cell-free .txt_box .img {
    margin-top: 5.3333333333vw;
  }
}

/* ---------------------------------------
  .h3_ttl_box
-----------------------------------------*/
.h3_ttl_box {
  padding: 29px 0 33px;
  font-size: 2.8rem;
  font-weight: bold;
  border-top: solid 1px #5A5A78;
  border-bottom: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  .h3_ttl_box {
    padding: 7.7333333333vw 0 8.2666666667vw;
    font-size: 6.4vw;
  }
}

/* ---------------------------------------
  #about
-----------------------------------------*/
#about .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#about .content_box .bg {
  width: calc(32.4% + 40px);
  position: relative;
}
#about .content_box .bg::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 0;
  margin: 40px 40px 40px 0;
  background: url(../img/img_about_01.png) no-repeat right bottom/cover;
}
#about .content_box .txt_box {
  width: calc(67.6% - 40px);
  border-left: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box {
    width: 100%;
    margin-left: 5.3333333333vw;
  }
}
#about .content_box .txt_box .txt_01 {
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box .txt_01 {
    padding: 5.3333333333vw;
  }
}
#about .content_box .txt_box .txt_01 .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (min-width: 813px) {
  #about .content_box .txt_box .txt_01 .txt {
    width: 76%;
  }
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box .txt_01 .txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#about .content_box .txt_box .txt_01 .att {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box .txt_01 .att {
    font-size: 3.2vw;
  }
}
#about .content_box .txt_box .txt_01 .img {
  margin-top: 10px;
}
@media screen and (min-width: 813px) {
  #about .content_box .txt_box .txt_01 .img {
    width: 76%;
  }
}
#about .content_box .txt_box .txt_02 .txt {
  border-top: solid 1px #5A5A78;
  border-bottom: solid 1px #5A5A78;
  padding: 23px 0 27px 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box .txt_02 .txt {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    padding: 4.8vw 5.3333333333vw 5.8666666667vw;
  }
}
#about .content_box .txt_box .txt_02 .img {
  padding: 40px 0 40px 40px;
}
@media screen and (min-width: 813px) {
  #about .content_box .txt_box .txt_02 .img {
    width: 76%;
  }
}
@media screen and (max-width: 812px) {
  #about .content_box .txt_box .txt_02 .img {
    padding: 5.3333333333vw;
  }
}

/* ---------------------------------------
  #item
-----------------------------------------*/
#item .content_box .wrap {
  padding: 40px 0 40px 40px;
  border-left: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #item .content_box .wrap {
    padding: 5.3333333333vw 0 5.3333333333vw 5.3333333333vw;
  }
}
#item .content_box .lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #item .content_box .lead {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#item .content_box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #E6E6F0;
}
@media screen and (max-width: 812px) {
  #item .content_box .list li {
    padding: 5.3333333333vw 0;
  }
}
#item .content_box .list li .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 812px) {
  #item .content_box .list li .icon {
    width: 24vw;
  }
}
#item .content_box .list li .txt_box {
  margin-left: 20px;
}
@media screen and (max-width: 812px) {
  #item .content_box .list li .txt_box {
    margin-left: 5.3333333333vw;
  }
}
#item .content_box .list li .txt_box .ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #item .content_box .list li .txt_box .ttl {
    font-size: 4.8vw;
  }
}
#item .content_box .list li .txt_box .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #item .content_box .list li .txt_box .txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-top: 2.6666666667vw;
  }
}
#item .content_box .att_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #item .content_box .att_box {
    margin-top: 5.3333333333vw;
  }
}
#item .content_box .att_box .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #item .content_box .att_box .txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#item .content_box .att_box .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
}
@media screen and (max-width: 812px) {
  #item .content_box .att_box .icon {
    width: 18.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}

/* ---------------------------------------
  #features
-----------------------------------------*/
#features .content_box {
  margin-left: calc((100vw - 1090px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1440px) {
  #features .content_box {
    margin-left: calc((100% - 1073px) / 2);
  }
}
@media screen and (max-width: 812px) {
  #features .content_box {
    margin-left: 0;
  }
}
#features .content_box .txt_box {
  width: calc(62.9% + 40px);
  border-right: solid 1px #5A5A78;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 812px) {
  #features .content_box .txt_box {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
#features .content_box .txt_box .lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #features .content_box .txt_box .lead {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#features .content_box .txt_box .list dt {
  padding-top: 40px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #features .content_box .txt_box .list dt {
    font-size: 4.8vw;
    padding-top: 5.3333333333vw;
  }
}
#features .content_box .txt_box .list dt:nth-of-type(n+2) {
  margin-top: 40px;
  border-top: solid 1px #E6E6F0;
}
@media screen and (max-width: 812px) {
  #features .content_box .txt_box .list dt:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
}
#features .content_box .txt_box .list dd {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #features .content_box .txt_box .list dd {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#features .content_box .bg {
  width: calc(37.1% + 40px);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#features .content_box .bg::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 0;
  margin: 40px 0 40px 40px;
  background: url(../img/img_features_01.png) no-repeat right bottom/cover;
}

/* ---------------------------------------
  #case
-----------------------------------------*/
#case {
  border-top: solid 1px #5A5A78;
  padding: 40px 0;
}
@media screen and (max-width: 812px) {
  #case {
    padding: 5.3333333333vw 0;
  }
}
#case .ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #case .ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
#case .table {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #case .table {
    margin-top: 5.3333333333vw;
  }
}
#case .table table {
  border-right: solid 1px #E6E6F0;
  border-top: solid 1px #E6E6F0;
}
#case .table table th, #case .table table td {
  font-size: 1.8rem;
  padding: 25px 20px;
  border-left: solid 1px #E6E6F0;
  border-bottom: solid 1px #E6E6F0;
}
@media screen and (max-width: 812px) {
  #case .table table th, #case .table table td {
    font-size: 4.2666666667vw;
    padding: 3.4666666667vw 4.5333333333vw;
    line-height: 1.875;
  }
}
#case .table table th {
  width: 182px;
  text-align: center;
  background-color: #F0F0F5;
}
@media screen and (max-width: 812px) {
  #case .table table th {
    width: 34.9333333333vw;
  }
}
#case .att {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 812px) {
  #case .att {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

/* ---------------------------------------
  #sale
-----------------------------------------*/
@media screen and (max-width: 812px) {
  #sale {
    padding-top: 5.3333333333vw;
    border-top: solid 1px #5A5A78;
  }
}
#sale .ttl_box {
  height: 25vw;
  background: url(../img/bg_sale_ttl.png) no-repeat center/cover;
}
@media screen and (max-width: 812px) {
  #sale .ttl_box {
    height: 96vw;
    background-image: url(../img/bg_sale_ttl_sp.png);
  }
}
#sale .ttl_box .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sale .ttl_box .ttl {
  font-size: 4.2rem;
  color: #3F3B93;
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  #sale .ttl_box .ttl {
    font-size: 8.5333333333vw;
  }
}
#sale .clm_feature .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-right: solid 1px #5A5A78;
  }
}
#sale .clm_feature .txt_box {
  padding: 80px 40px 40px 0;
}
@media screen and (min-width: 813px) {
  #sale .clm_feature .txt_box {
    width: 690px;
    border-right: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .txt_box {
    padding: 5.3333333333vw 0 0 0;
  }
}
#sale .clm_feature .txt_box .clm_ttl {
  padding: 18px 0;
  font-size: 2.4rem;
  font-weight: 300;
  color: #3F3B93;
  border-top: solid 1px #5A5A78;
  border-bottom: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .txt_box .clm_ttl {
    padding: 4.8vw 0;
    font-size: 6.4vw;
  }
}
#sale .clm_feature .txt_box .sub_ttl {
  margin-top: 40px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .txt_box .sub_ttl {
    margin-top: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
#sale .clm_feature .txt_box .txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .txt_box .txt {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#sale .clm_feature .txt_box .txt a {
  color: #3F3B93;
  text-decoration: underline;
}
#sale .clm_feature .img_box {
  padding: 80px 0 40px;
}
@media screen and (min-width: 813px) {
  #sale .clm_feature .img_box {
    width: 345px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 812px) {
  #sale .clm_feature .img_box {
    padding: 5.3333333333vw 0 0;
  }
}
#sale .clm_feature.feature02 .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature02 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 5.3333333333vw;
    border-left: solid 1px #5A5A78;
    border-right: none;
  }
}
#sale .clm_feature.feature02 .txt_box {
  padding: 80px 0 40px 40px;
  border-right: none;
  border-left: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature02 .txt_box {
    padding: 5.3333333333vw 0 0 0;
    border-left: none;
  }
}
#sale .clm_feature.feature02 .img_box {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature02 .img_box {
    margin-right: 0;
  }
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature03 .wrap {
    width: 94.6666666667vw;
    margin: 0;
  }
}
#sale .clm_feature.feature03 .txt_box {
  padding-top: 0;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature03 .txt_box .clm_ttl,
#sale .clm_feature.feature03 .txt_box .sub_ttl,
#sale .clm_feature.feature03 .txt_box .txt {
    padding-left: 5.3333333333vw;
  }
}
#sale .clm_feature.feature03 .img_box {
  padding-top: 0;
}
@media screen and (max-width: 812px) {
  #sale .clm_feature.feature03 .img_box {
    padding-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#sale .feature01_list {
  border-top: solid 1px #5A5A78;
  border-bottom: solid 1px #5A5A78;
}
#sale .feature01_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: url(../img/bg_plus.png);
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul {
    margin: 0 2.1333333333vw;
    border-left: solid 1px #5A5A78;
    border-right: solid 1px #5A5A78;
  }
}
#sale .feature01_list ul li {
  width: 25%;
  padding: 40px;
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul li {
    padding: 8vw 10.6666666667vw;
  }
}
#sale .feature01_list ul li .icon {
  width: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul li .icon {
    width: 18.6666666667vw;
  }
}
#sale .feature01_list ul li .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul li .ttl {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#sale .feature01_list ul li .txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul li .txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-top: 5.3333333333vw;
  }
}
#sale .feature01_list ul li .att {
  font-size: 1.1rem;
  line-height: 1.6363636364;
  margin-top: 5px;
}
@media screen and (max-width: 812px) {
  #sale .feature01_list ul li .att {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 813px) {
  #sale .feature01_list ul li:nth-of-type(n+2) {
    border-left: solid 1px #5A5A78;
  }
}
#sale .feature01_list .slick-prev,
#sale .feature01_list .slick-next {
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#sale .feature01_list .slick-prev::before,
#sale .feature01_list .slick-next::before {
  display: none;
}
#sale .feature01_list .slick-prev {
  background: url(../img/icon_slide_prev.png) no-repeat center/cover;
  left: -2.1333333333vw;
}
#sale .feature01_list .slick-next {
  background: url(../img/icon_slide_next.png) no-repeat center/cover;
  right: -2.1333333333vw;
}

/* ---------------------------------------
  #example
-----------------------------------------*/
#example .list_box {
  position: relative;
}
@media screen and (min-width: 813px) {
  #example .list_box::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url(../img/bg_plus.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
#example .list_box .wrap {
  padding: 40px 0 40px 40px;
}
@media screen and (min-width: 813px) {
  #example .list_box .wrap {
    background-color: #fff;
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  #example .list_box .wrap {
    padding: 5.3333333333vw 0;
  }
}
#example .list_box .lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  #example .list_box .lead {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
#example .list_box .lead_att {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 812px) {
  #example .list_box .lead_att {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
#example .list_box .list {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #example .list_box .list {
    margin-top: 5.3333333333vw;
  }
}
#example .list_box .list li {
  padding: 40px 0;
  border-top: solid 1px #E6E6F0;
}
@media screen and (min-width: 813px) {
  #example .list_box .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 812px) {
  #example .list_box .list li {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 813px) {
  #example .list_box .list li .txt_box {
    width: 500px;
  }
}
#example .list_box .list li .txt_box .ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #example .list_box .list li .txt_box .ttl {
    font-size: 4.8vw;
  }
}
#example .list_box .list li .txt_box .txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #example .list_box .list li .txt_box .txt {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 813px) {
  #example .list_box .list li .img_box {
    width: 475px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 812px) {
  #example .list_box .list li .img_box {
    margin-top: 5.3333333333vw;
  }
}
#example .ex {
  position: relative;
  border-top: solid 1px #5A5A78;
}
@media screen and (min-width: 813px) {
  #example .ex::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url(../img/bg_plus.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 813px) {
  #example .ex .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 812px) {
  #example .ex .wrap {
    width: 100%;
  }
}
#example .ex .img {
  padding: 40px 40px 40px 0;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 813px) {
  #example .ex .img {
    width: 690px;
  }
}
@media screen and (max-width: 812px) {
  #example .ex .img {
    padding: 5.3333333333vw;
  }
}
#example .ex .txt {
  padding: 40px 0 40px 40px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 813px) {
  #example .ex .txt {
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  #example .ex .txt {
    padding: 5.3333333333vw;
    background: url(../img/bg_plus.png);
    font-size: 4.2666666667vw;
    line-height: 1.875;
    border-top: solid 1px #5A5A78;
  }
}

/* ---------------------------------------
  #component
-----------------------------------------*/
@media screen and (min-width: 813px) {
  #component .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#component .content_box .bg {
  width: calc(32.4% + 40px);
  position: relative;
}
#component .content_box .bg::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 0;
  margin: 40px 40px 40px 0;
  background: url(../img/img_component_01.png) no-repeat left bottom/cover;
}
#component .content_box .txt_box {
  width: calc(67.6% - 40px);
  padding: 40px 0 40px 40px;
}
@media screen and (min-width: 813px) {
  #component .content_box .txt_box {
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 5.3333333333vw 0;
  }
}
#component .content_box .txt_box .lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (min-width: 813px) {
  #component .content_box .txt_box .lead {
    width: 710px;
  }
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .lead {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#component .content_box .txt_box .table_box {
  margin-top: 40px;
}
@media screen and (min-width: 813px) {
  #component .content_box .txt_box .table_box {
    width: 710px;
  }
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box {
    margin-top: 5.3333333333vw;
  }
}
#component .content_box .txt_box .table_box table {
  border-top: solid 1px #E6E6F0;
  border-left: solid 1px #E6E6F0;
}
#component .content_box .txt_box .table_box table th, #component .content_box .txt_box .table_box table td {
  border-bottom: solid 1px #E6E6F0;
  border-right: solid 1px #E6E6F0;
}
@media screen and (min-width: 813px) {
  #component .content_box .txt_box .table_box table th, #component .content_box .txt_box .table_box table td {
    padding: 20px;
  }
}
#component .content_box .txt_box .table_box table th p, #component .content_box .txt_box .table_box table td p {
  line-height: 1.8888888889;
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box table th p, #component .content_box .txt_box .table_box table td p {
    line-height: 1.875;
  }
}
#component .content_box .txt_box .table_box table th {
  background-color: #3F3B93;
  width: 120px;
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box table th {
    width: 22.6666666667vw;
    padding: 3.2vw 0 3.7333333333vw;
  }
}
#component .content_box .txt_box .table_box table th p {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box table th p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box table td {
    padding: 3.2vw 5.3333333333vw 3.7333333333vw;
  }
}
#component .content_box .txt_box .table_box table td p {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  #component .content_box .txt_box .table_box table td p {
    font-size: 4.2666666667vw;
  }
}
#component .content_box .txt_box .table_box table td p span {
  font-weight: bold;
}

/* ---------------------------------------
  #contact
-----------------------------------------*/
#contact {
  padding-top: 40px;
  border-top: solid 1px #5A5A78;
}
@media screen and (max-width: 812px) {
  #contact {
    padding-top: 5.3333333333vw;
  }
}
#contact .ttl_box {
  height: 25vw;
  background: url(../img/bg_contact_ttl.png) no-repeat center/cover;
}
@media screen and (max-width: 812px) {
  #contact .ttl_box {
    height: 96vw;
    background-image: url(../img/bg_contact_ttl_sp.png);
  }
}
#contact .ttl_box .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .ttl_box .ttl {
  font-size: 4.2rem;
  color: #3F3B93;
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  #contact .ttl_box .ttl {
    font-size: 8.5333333333vw;
  }
}
#contact .txt_box .wrap {
  margin-left: calc((100vw - 1090px) / 2);
}
@media screen and (min-width: 813px) {
  #contact .txt_box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}
@media screen and (max-width: 1440px) {
  #contact .txt_box .wrap {
    margin-left: calc((100% - 1073px) / 2);
  }
}
@media screen and (max-width: 812px) {
  #contact .txt_box .wrap {
    margin-left: 5.3333333333vw;
    padding: 5.3333333333vw 0 5.3333333333vw 5.3333333333vw;
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (min-width: 813px) {
  #contact .txt_box .img_box {
    width: 640px;
    padding: 40px 40px 40px 0;
  }
}
@media screen and (min-width: 813px) {
  #contact .txt_box .list_box {
    border-left: solid 1px #5A5A78;
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box {
    margin-top: 5.3333333333vw;
  }
}
#contact .txt_box .list_box .ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box .ttl {
    font-size: 4.8vw;
  }
}
#contact .txt_box .list_box .list {
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box .list {
    margin-top: 4.8vw;
  }
}
#contact .txt_box .list_box .list li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box .list li {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contact .txt_box .list_box .list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #3f3b93;
  margin-right: 10px;
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box .list li::before {
    border-width: 2vw 0 2vw 4vw;
    margin-right: 2.6666666667vw;
    margin-top: 1vw;
  }
}
#contact .txt_box .list_box .list li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #contact .txt_box .list_box .list li:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
}
#contact .form_box {
  border-top: solid 1px #5A5A78;
}
#contact .form_box .wrap {
  padding: 40px 0 60px 40px;
}
@media screen and (min-width: 813px) {
  #contact .form_box .wrap {
    border-left: solid 1px #5A5A78;
  }
}
@media screen and (max-width: 812px) {
  #contact .form_box .wrap {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
#contact .form_box .ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 812px) {
  #contact .form_box .ttl {
    font-size: 4.8vw;
  }
}
#contact .form_box .lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #contact .form_box .lead {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-top: 5.3333333333vw;
  }
}
#contact .form_box form {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #contact .form_box form {
    margin-top: 10.6666666667vw;
  }
}
#contact .form_box dt {
  font-size: 1.6rem;
}
@media screen and (max-width: 812px) {
  #contact .form_box dt {
    font-size: 4.2666666667vw;
  }
}
#contact .form_box dt span {
  font-size: 1.2rem;
  color: #DC1919;
  padding-left: 10px;
}
@media screen and (max-width: 812px) {
  #contact .form_box dt span {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
}
#contact .form_box dt:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #contact .form_box dt:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
}
#contact .form_box dd {
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #contact .form_box dd {
    margin-top: 2.6666666667vw;
  }
}
#contact .form_box dd .error {
  font-size: 1.4rem;
  color: #DC1919;
  margin-top: 5px;
}
@media screen and (max-width: 812px) {
  #contact .form_box dd .error {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
#contact .form_box input,
#contact .form_box textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  border: solid 1px #5A5A78;
  border-radius: 3px;
}
@media screen and (max-width: 812px) {
  #contact .form_box input,
#contact .form_box textarea {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#contact .form_box textarea {
  height: 160px;
}
@media screen and (max-width: 812px) {
  #contact .form_box textarea {
    height: 42.6666666667vw;
  }
}
#contact .btn_submit {
  background-color: #3F3B93;
  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;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 480px;
  height: 90px;
  margin: 60px auto 0;
}
@media screen and (max-width: 812px) {
  #contact .btn_submit {
    font-size: 2rem;
    width: 100%;
    height: 21.3333333333vw;
    margin-top: 8vw;
  }
}
#contact .btn_submit + .btn_back {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #contact .btn_submit + .btn_back {
    margin-top: 5.3333333333vw;
  }
}
#contact .btn_back {
  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;
  font-size: 1.8rem;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  border: solid 1px #000000;
}
@media screen and (max-width: 812px) {
  #contact .btn_back {
    font-size: 4.8vw;
    width: 100%;
    height: 16vw;
  }
}
#contact.result {
  padding: 80px 0 74px;
}
@media screen and (max-width: 812px) {
  #contact.result {
    padding: 16vw 0 25.0666666667vw;
  }
}
@media screen and (min-width: 813px) {
  #contact.result .wrap {
    width: 480px;
  }
}
#contact.result .ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #contact.result .ttl {
    font-size: 5.3333333333vw;
  }
}
#contact.result dl {
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #contact.result dl {
    margin-top: 16vw;
  }
}
#contact.result dl dt,
#contact.result dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 812px) {
  #contact.result dl dt,
#contact.result dl dd {
    font-size: 4.2666666667vw;
  }
}
#contact.result dl dt:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  #contact.result dl dt:nth-of-type(n+2) {
    margin-top: 8vw;
  }
}
#contact.result dl dd {
  margin-top: 15px;
  line-height: 1.875;
}
@media screen and (max-width: 812px) {
  #contact.result dl dd {
    margin-top: 4vw;
  }
}
#contact.result .txt_thanks {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #contact.result .txt_thanks {
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#contact.result.thanks {
  padding: 100px 0 435px;
}
@media screen and (max-width: 812px) {
  #contact.result.thanks {
    padding: 16vw 0 136.2666666667vw;
  }
}
#contact.result.thanks .btn_back {
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #contact.result.thanks .btn_back {
    width: 75.4666666667vw;
    margin-top: 10.6666666667vw;
  }
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 812px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */