/* setting */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b,
big, blockquote, body, canvas, caption, center, cite, code, dd,
del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

figure {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

strong {
  font-weight: bold;
}

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

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

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #595757;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
}

button {
  border: none;
}

a {
  color: #595757;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-break: break-all;
}
a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
body img {
  width: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.cen {
  text-align: center;
}

/* parts */
/* -------------------------------------------------------- */
#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;
  }
}

/* header */
/* -------------------------------------------------------- */
#header .gnav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100px;
  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;
}
#header .gnav ul {
  margin: 0;
  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;
}
@media screen and (max-width: 767px) {
  #header .gnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#header .gnav ul li {
  padding: 0 60px;
  line-height: 1;
  border-left: 1px solid #727171;
}
@media screen and (max-width: 1199px) {
  #header .gnav ul li {
    padding: 0 5.14vw;
  }
}
#header .gnav ul li a {
  color: #727171;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  #header .gnav ul li a {
    font-size: 1.66vw;
  }
}
#header .gnav ul li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #header .gnav {
    display: none;
  }
}

.menu_button {
  display: none;
}
@media screen and (max-width: 767px) {
  .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: 24px;
    height: 14px;
    top: 24px;
    right: 14px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
  }
  .menu_button::after {
    position: absolute;
    content: "MENU";
    color: #303030;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    top: 18px;
  }
  .menu_button span {
    display: block;
    width: 24px;
    height: 2px;
    background: #303030;
  }
  .menu_button span + span {
    margin-top: 4px;
  }
  .menu_button.close {
    top: 24px;
  }
  .menu_button.close::after {
    content: "";
  }
  .menu_button.close span {
    background: #303030;
  }
  .menu_button.close span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  .menu_button.close span:nth-of-type(2) {
    display: none;
  }
  .menu_button.close span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu_button.close span + span {
    margin-top: 0;
  }
}

.nav_content {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_content.active {
  right: 0;
}
.nav_content .nav_inner {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  padding: 60px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.nav_content .nav_inner nav ul li {
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.nav_content .nav_inner nav ul li a {
  padding: 15px 0;
  font-size: 1.6rem;
  display: block;
}

/* footer */
/* -------------------------------------------------------- */
footer {
  width: 100%;
  height: 95px;
  background: -ms-linear-gradient(0deg, rgb(237, 219, 219) 0%, rgb(231, 214, 222) 24.41%, rgb(225, 209, 225) 47.09%, rgb(215, 213, 225) 71.3%, rgb(199, 222, 225) 99.86%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDDBDB', endColorstr='#C7DEE1' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 219, 219)), color-stop(24.41%, rgb(231, 214, 222)), color-stop(47.09%, rgb(225, 209, 225)), color-stop(71.3%, rgb(215, 213, 225)), color-stop(99.86%, rgb(199, 222, 225)));
  background: linear-gradient(90deg, rgb(237, 219, 219) 0%, rgb(231, 214, 222) 24.41%, rgb(225, 209, 225) 47.09%, rgb(215, 213, 225) 71.3%, rgb(199, 222, 225) 99.86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDDBDB",endColorstr="#C7DEE1" , GradientType=1);
  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;
}
@media screen and (max-width: 767px) {
  footer {
    height: 50px;
  }
}
footer .copyright {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

/* hero */
/* -------------------------------------------------------- */
#hero {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #hero {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #hero {
    padding-bottom: 120px;
  }
}
#hero #youtube_area {
  position: absolute;
  width: 58%;
  max-width: 720px;
  bottom: 9%;
  left: 9%;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #hero #youtube_area {
    position: static;
    margin: 30px auto 0;
    width: calc(100% - 30px);
  }
}
#hero #youtube_area .txt {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1199px) {
  #hero #youtube_area .txt {
    margin-bottom: 20px;
  }
}
#hero #youtube_area .txt span {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  #hero #youtube_area .txt span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#hero #youtube_area .txt span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: -ms-linear-gradient(0deg, rgb(237, 219, 219) 0%, rgb(231, 214, 222) 24.41%, rgb(225, 209, 225) 47.09%, rgb(215, 213, 225) 71.3%, rgb(199, 222, 225) 99.86%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDDBDB', endColorstr='#C7DEE1' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 219, 219)), color-stop(24.41%, rgb(231, 214, 222)), color-stop(47.09%, rgb(225, 209, 225)), color-stop(71.3%, rgb(215, 213, 225)), color-stop(99.86%, rgb(199, 222, 225)));
  background: linear-gradient(90deg, rgb(237, 219, 219) 0%, rgb(231, 214, 222) 24.41%, rgb(225, 209, 225) 47.09%, rgb(215, 213, 225) 71.3%, rgb(199, 222, 225) 99.86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDDBDB",endColorstr="#C7DEE1" , GradientType=1);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #hero #youtube_area .txt span::after {
    height: 7px;
  }
}
#hero #youtube_area .youtube_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* youtube */
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap {
    display: block;
  }
}
#hero #youtube_area .youtube_wrap .youtube {
  margin: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube {
    margin: 0 0 20px;
    padding-top: 56.25%;
  }
}
#hero #youtube_area .youtube_wrap .youtube img {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 164px;
  height: 291px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#hero #youtube_area .youtube_wrap .youtube .arrow,
#hero #youtube_area .youtube_wrap .youtube .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#hero #youtube_area .youtube_wrap .youtube .arrow {
  width: 57px;
  height: 40px;
  pointer-events: none;
}
#hero #youtube_area .youtube_wrap .youtube .arrow img {
  width: 100%;
  height: auto;
}
#hero #youtube_area .youtube_wrap .youtube iframe {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 164px;
  height: 291px;
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#hero #youtube_area .youtube_wrap .youtube_short {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube_short {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube_short + .youtube_short {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 540px) {
  #hero #youtube_area .youtube_wrap .youtube_short + .youtube_short {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #hero #youtube_area .youtube_wrap .youtube_short iframe {
    position: relative;
    aspect-ratio: 9/16;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
}

/* product */
/* -------------------------------------------------------- */
#product {
  position: relative;
  padding-top: 20px;
  width: 100%;
  height: 1176px;
}
@media screen and (max-width: 767px) {
  #product {
    height: 1700px;
  }
}
#product::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -170px;
  background: url(../img/product_bg@2x.png) no-repeat center 0/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #product::before {
    top: -11%;
  }
}
#product .inner h2 {
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
#product .inner h2 span {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #product .inner h2 span {
    font-size: 2rem;
  }
}
#product .inner h2 span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8dfe2), color-stop(28.7045%, #d8d6e2), color-stop(52.9084%, #e2d2e2), color-stop(75.585%, #e8d7df), to(#eedcdc));
  background-image: linear-gradient(to right, #c8dfe2 0%, #d8d6e2 28.7045%, #e2d2e2 52.9084%, #e8d7df 75.585%, #eedcdc 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #product .inner h2 span::after {
    height: 7px;
  }
}
#product .inner .product_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  #product .inner .product_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #product .inner .product_wrap {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
#product .inner .product_wrap .fig {
  margin-right: 50px;
  width: calc(100% - 680px);
}
@media screen and (max-width: 1199px) {
  #product .inner .product_wrap .fig {
    margin-right: 20px;
    width: calc(40% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #product .inner .product_wrap .fig {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
#product .inner .product_wrap .fig figure {
  margin-bottom: 40px;
}
#product .inner .product_wrap .fig .catch {
  margin: 0 auto;
  max-width: 422px;
}
#product .inner .product_wrap .info {
  width: 680px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  #product .inner .product_wrap .info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #product .inner .product_wrap .info {
    width: 100%;
  }
}
#product .inner .product_wrap .info dl {
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #product .inner .product_wrap .info dl {
    padding: 10px;
  }
}
#product .inner .product_wrap .info dl dt {
  margin-right: 40px;
  width: 170px;
  color: #ffb1b5;
  font-size: 2.1rem;
  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: 1199px) {
  #product .inner .product_wrap .info dl dt {
    margin-right: 15px;
    width: 120px;
    font-size: 1.6rem;
  }
}
#product .inner .product_wrap .info dl dd {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  #product .inner .product_wrap .info dl dd {
    width: calc(100% - 120px);
    font-size: 1.6rem;
  }
}
#product .inner .product_wrap .info .link {
  margin-top: 20px;
  text-align: right;
}

#product .inner .product_wrap .fig .link{
  margin-top: 20px;
}

#product .inner .product_wrap .info .link a,
#product .inner .product_wrap .fig .link a {
  color: #2e9fd8;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #product .inner .product_wrap .info .link a,
  #product .inner .product_wrap .fig .link a {
    font-size: 1.8rem;
  }
}
#product .inner .product_wrap .info .link a:hover,
#product .inner .product_wrap .fig .link a:hover {
  text-decoration: none;
}

/* features */
/* -------------------------------------------------------- */
#features {
  position: relative;
  padding-top: 50px;
  width: 100%;
  height: 3500px;
}
@media screen and (max-width: 767px) {
  #features {
    height: 2600px;
  }
}
@media screen and (max-width: 540px) {
  #features {
    padding: 0;
    height: 4450px;
  }
}
#features::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/features_bg@2x.png) no-repeat center 0/cover;
  top: -450px;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 540px) {
  #features::before {
    top: -10%;
  }
}
#features::after {
  position: absolute;
  content: "";
  width: 70%;
  max-width: 952px;
  height: 479px;
  background: url(../img/case_img01@2x.png) no-repeat center 0/contain;
  bottom: 10%;
  right: 13.6%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #features::after {
    width: 60%;
    right: 6.8%;
    bottom: 8.5%;
  }
}
@media screen and (max-width: 540px) {
  #features::after {
    width: 80%;
    height: 191px;
    bottom: 14%;
    left: 19%;
  }
}
#features .inner {
  margin: -170px auto 0;
}
@media screen and (max-width: 767px) {
  #features .inner {
    margin: -270px auto 0;
  }
}
#features .inner h2 {
  margin: 0 auto 60px;
  width: 596px;
  height: 116px;
}
@media screen and (max-width: 767px) {
  #features .inner h2 {
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
  }
}
#features .inner .features_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#features .inner .features_wrap .box {
  margin: 20px 28px;
  padding: 50px 55px 0;
  width: 516px;
  height: 612px;
  background: url(../img/features_box_bg.png) no-repeat 0 0/contain;
}
@media screen and (max-width: 1199px) {
  #features .inner .features_wrap .box {
    margin: 20px 1%;
    padding: 25px 3%;
    width: 48%;
    height: auto;
    background: #fff;
    border-radius: 30px;
  }
}
@media screen and (max-width: 540px) {
  #features .inner .features_wrap .box {
    margin: 20px 0;
    padding: 25px 27.5px;
    width: 100%;
    height: auto;
  }
}
#features .inner .features_wrap .box .ttlbox {
  margin-bottom: 15px;
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#features .inner .features_wrap .box .ttlbox .num {
  margin-right: 30px;
}
@media screen and (any-hover: none) and (orientation: portrait) {
  #features .inner .features_wrap .box .ttlbox .num {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #features .inner .features_wrap .box .ttlbox .num {
    margin-right: 15px;
  }
}
#features .inner .features_wrap .box .ttlbox .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  #features .inner .features_wrap .box .ttlbox .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (any-hover: none) and (orientation: portrait) {
  #features .inner .features_wrap .box .ttlbox .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #features .inner .features_wrap .box .ttlbox .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#features .inner .features_wrap .box .txtbox {
  height: 400px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (any-hover: none) and (orientation: portrait) {
  #features .inner .features_wrap .box .txtbox {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #features .inner .features_wrap .box .txtbox {
    height: auto;
    display: block;
  }
}
#features .inner .features_wrap .box .txtbox p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.4rem;
  line-height: 1.54;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  #features .inner .features_wrap .box .txtbox p {
    padding-left: 15px;
    padding-right: 15px;
    height: 128px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #features .inner .features_wrap .box .txtbox p {
    padding-bottom: 1em;
    height: auto;
    font-size: 1.6rem;
  }
}
#features .inner .features_wrap .box .txtbox p span {
  padding-top: 4px;
  font-size: 2rem;
  line-height: 1.35;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  #features .inner .features_wrap .box .txtbox p span {
    font-size: 1.4rem;
  }
}
#features .inner .features_wrap .box .txtbox p span.note {
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  #features .inner .features_wrap .box .txtbox p span.note {
    font-size: 1.2rem;
  }
}
#features .inner .features_wrap .box .txtbox .photo {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 406px;
}

/* case */
/* -------------------------------------------------------- */
#case {
  position: relative;
  margin-top: -520px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #case {
    margin-top: -50%;
  }
}
@media screen and (any-hover: none) and (orientation: portrait) {
  #case {
    margin-top: -64%;
  }
}
@media screen and (max-width: 767px) {
  #case {
    margin-top: -70%;
  }
}
@media screen and (max-width: 540px) {
  #case {
    margin-top: -180%;
  }
}
#case::after {
  position: absolute;
  content: "";
  width: 476px;
  height: 400px;
  background: url(../img/case_bg@2x.png) no-repeat 0 0/contain;
  top: 43%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #case::after {
    display: none;
  }
}
#case .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1044px;
}
@media screen and (any-hover: none) and (orientation: landscape) {
  #case .inner {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  #case .inner {
    width: 100%;
  }
}
#case .inner .case_ttl {
  margin-bottom: 110px;
  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: 767px) {
  #case .inner .case_ttl {
    margin-bottom: 50px;
    display: block;
  }
}
#case .inner .case_ttl h2 {
  width: 50%;
}
#case .inner .case_ttl h2 img {
  max-width: 447px;
}
@media screen and (max-width: 767px) {
  #case .inner .case_ttl h2 {
    margin-bottom: 20px;
    width: 80%;
  }
}
#case .inner .case_ttl #case_catch {
  width: 50%;
}
#case .inner .case_ttl #case_catch img {
  max-width: 514px;
}
@media screen and (max-width: 767px) {
  #case .inner .case_ttl #case_catch {
    margin-left: 2%;
    width: 94%;
  }
}
#case .inner .case_wrap {
  margin: 0 auto;
  max-width: calc(100% - 96px);
}
@media screen and (max-width: 1199px) {
  #case .inner .case_wrap {
    max-width: auto;
    max-width: initial;
    width: 100%;
  }
}
#case .inner .case_wrap .case {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #case .inner .case_wrap .case {
    margin-bottom: 50px;
  }
}
#case .inner .case_wrap .case h3 {
  margin-bottom: 30px;
  padding: 15px 20px;
  color: #000;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  display: inline-block;
  background: -ms-linear-gradient(0deg, rgb(199, 222, 225) 0.14%, rgb(215, 213, 225) 28.7%, rgb(225, 209, 225) 52.91%, rgb(231, 214, 222) 75.59%, rgb(237, 219, 219) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7DEE1', endColorstr='#EDDBDB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, rgb(199, 222, 225)), color-stop(28.7%, rgb(215, 213, 225)), color-stop(52.91%, rgb(225, 209, 225)), color-stop(75.59%, rgb(231, 214, 222)), to(rgb(237, 219, 219)));
  background: linear-gradient(90deg, rgb(199, 222, 225) 0.14%, rgb(215, 213, 225) 28.7%, rgb(225, 209, 225) 52.91%, rgb(231, 214, 222) 75.59%, rgb(237, 219, 219) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C7DEE1",endColorstr="#EDDBDB" , GradientType=1);
}
@media screen and (max-width: 1199px) {
  #case .inner .case_wrap .case h3 {
    width: 88%;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #case .inner .case_wrap .case h3 {
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#case .inner .case_wrap .case .casebox {
  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: 1199px) {
  #case .inner .case_wrap .case .casebox {
    margin-bottom: 50px;
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  #case .inner .case_wrap .case .casebox {
    width: 100%;
  }
}
#case .inner .case_wrap .case .casebox .txt {
  margin-left: 10px;
  width: 500px;
}
@media screen and (max-width: 1199px) {
  #case .inner .case_wrap .case .casebox .txt {
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case .casebox .txt {
    margin-left: 0;
    width: 100%;
  }
}
#case .inner .case_wrap .case .casebox .txt p {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #case .inner .case_wrap .case .casebox .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case .casebox .txt p {
    width: 100%;
  }
}
#case .inner .case_wrap .case .casebox figure {
  width: calc(100% - 550px);
}
@media screen and (max-width: 1199px) {
  #case .inner .case_wrap .case .casebox figure {
    width: 40%;
  }
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case .casebox figure {
    margin-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case.box01 .casebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#case .inner .case_wrap .case.box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #case .inner .case_wrap .case.box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #case .inner .case_wrap .case.box02 .inbox {
    width: 88%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #case .inner .case_wrap .case.box02 .inbox h3 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #case .inner .case_wrap .case.box02 .inbox .casebox {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case.box02 .inbox .casebox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#case .inner .case_wrap .case.box02 .inbox .casebox figure {
  width: 218px;
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case.box02 .inbox .casebox figure {
    margin-bottom: 20px;
    width: 50%;
  }
}
#case .inner .case_wrap .case.box02 .inbox .casebox figure + figure {
  width: 178px;
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case.box02 .inbox .casebox figure + figure {
    width: 50%;
    max-width: 356px;
  }
}
#case .inner .case_wrap .case.box02 .inbox .casebox .txt {
  margin-right: 10px;
  width: 320px;
}
@media screen and (max-width: 540px) {
  #case .inner .case_wrap .case.box02 .inbox .casebox .txt {
    margin-right: 0;
    width: 100%;
  }
}

/* place */
/* -------------------------------------------------------- */
#place {
  position: relative;
  padding-top: 156px;
  padding-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  #place {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
#place::before {
  position: absolute;
  content: "";
  width: 31.8%;
  max-width: 682px;
  height: 332px;
  background: url(../img/place_img@2x.png) no-repeat 0 0/contain;
  top: -13%;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1328px) {
  #place::before {
    width: 60%;
    top: -12%;
  }
}
@media screen and (max-width: 540px) {
  #place::before {
    top: -8%;
  }
}
#place::after {
  position: absolute;
  content: "";
  width: 1947px;
  height: 1294px;
  background: url(../img/place_bg.png) no-repeat 0 0/contain;
  top: -80px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1328px) {
  #place::after {
    height: 1094px;
  }
}
@media screen and (max-width: 767px) {
  #place::after {
    height: 1200px;
  }
}
@media screen and (max-width: 540px) {
  #place::after {
    width: 100%;
    height: 1400px;
    background: url(../img/place_bg.png) no-repeat 0 0/cover;
  }
}
#place h3 {
  margin-bottom: 60px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #place h3 {
    margin-bottom: 40px;
  }
}
#place h3 span {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #place h3 span {
    font-size: 2rem;
  }
}
#place h3 span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8dfe2), color-stop(28.7045%, #d8d6e2), color-stop(52.9084%, #e2d2e2), color-stop(75.585%, #e8d7df), to(#eedcdc));
  background-image: linear-gradient(to right, #c8dfe2 0%, #d8d6e2 28.7045%, #e2d2e2 52.9084%, #e8d7df 75.585%, #eedcdc 100%);
  z-index: -1;
}
#place .place_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #place .place_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#place .place_wrap figure {
  margin: 0 12px 40px;
  width: 100%;
  max-width: 234px;
}
@media screen and (max-width: 1324px) {
  #place .place_wrap figure {
    margin: 0 1% 20px;
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  #place .place_wrap figure {
    width: 23%;
  }
}
@media screen and (max-width: 540px) {
  #place .place_wrap figure {
    margin: 0 3% 20px;
    width: 44%;
  }
}
#place .place_wrap figure img {
  margin-bottom: 15px;
  border-radius: 50%;
}
#place .place_wrap figure figcaption {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #place .place_wrap figure figcaption {
    font-size: 1.6rem;
  }
}

/* subsidy */
/* -------------------------------------------------------- */
#subsidy {
  position: relative;
  padding: 90px 0;
  width: 100%;
  text-align: center;
  background: -ms-linear-gradient(0deg, rgb(199, 222, 225) 0.14%, rgb(215, 213, 225) 28.7%, rgb(225, 209, 225) 52.91%, rgb(231, 214, 222) 75.59%, rgb(237, 219, 219) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7DEE1', endColorstr='#EDDBDB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(0.14%, rgb(199, 222, 225)), color-stop(28.7%, rgb(215, 213, 225)), color-stop(52.91%, rgb(225, 209, 225)), color-stop(75.59%, rgb(231, 214, 222)), to(rgb(237, 219, 219)));
  background: linear-gradient(90deg, rgb(199, 222, 225) 0.14%, rgb(215, 213, 225) 28.7%, rgb(225, 209, 225) 52.91%, rgb(231, 214, 222) 75.59%, rgb(237, 219, 219) 100%);
  opacity: 0.66;
  filter: alpha(opacity=66) progid:DXImageTransform.Microsoft.Alpha(opacity=66) progid:DXImageTransform.Microsoft.gradient(startColorstr="#C7DEE1",endColorstr="#EDDBDB" , GradientType=1);
}
@media screen and (max-width: 767px) {
  #subsidy {
    padding: 50px 0;
  }
}
#subsidy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/subsidy_deco@2x.png) no-repeat center 0/cover;
  top: -38px;
  left: 0;
}
#subsidy h2 {
  margin-bottom: 30px;
  color: #000;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  #subsidy h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #subsidy h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#subsidy p {
  color: #000;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  #subsidy p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #subsidy p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* agency */
/* -------------------------------------------------------- */
#agency {
  position: relative;
  padding-bottom: 320px;
}
@media screen and (max-width: 1199px) {
  #agency {
    padding-bottom: 150px;
  }
}
@media screen and (any-hover: none) and (orientation: landscape) {
  #agency {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  #agency {
    padding-bottom: 180px;
  }
}
#agency::after {
  position: absolute;
  content: "";
  width: 1475px;
  height: 397px;
  background: url(../img/agent_illust@2x.png) no-repeat 0 0/contain;
  bottom: 30px;
  left: calc(50% - 737px);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #agency::after {
    width: 100%;
    bottom: -200px;
    left: 0;
  }
}
@media screen and (any-hover: none) and (orientation: landscape) {
  #agency::after {
    width: 100%;
    bottom: -200px;
    left: 0;
  }
}
@media screen and (max-width: 540px) {
  #agency::after {
    width: 100%;
    height: 140px;
    bottom: 30px;
    left: 0;
  }
}
#agency .inner {
  margin: 0 auto;
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  #agency .inner {
    width: 100%;
  }
}
#agency .inner .bnr {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #agency .inner .bnr {
    margin-bottom: 70px;
  }
}
#agency .inner .catch {
  margin-bottom: 50px;
  width: 100%;
  height: 142px;
  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;
  background: url(../img/agency_bg@2x.png) no-repeat center 0/100% auto;
}
@media screen and (max-width: 1199px) {
  #agency .inner .catch {
    margin-bottom: 30px;
    height: 120px;
  }
}
@media screen and (max-width: 540px) {
  #agency .inner .catch {
    margin-bottom: 30px;
    height: 50px;
  }
}
#agency .inner .catch span {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  #agency .inner .catch span {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 540px) {
  #agency .inner .catch span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#agency .inner p {
  margin-bottom: 60px;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  #agency .inner p {
    font-size: 1.6rem;
  }
}
#agency .inner .btn a {
  margin: 0 auto;
  width: 500px;
  height: 81px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: url(../img/btn_bg@2x.png) no-repeat center 0/contain;
  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;
}
@media screen and (max-width: 767px) {
  #agency .inner .btn a {
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
  }
}

/* company */
/* -------------------------------------------------------- */
#company {
  position: relative;
  padding: 240px 30px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 120px 15px 80px;
  }
}
@media screen and (max-width: 540px) {
  #company {
    padding: 100px 15px 80px;
  }
}
#company::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 926px;
  background: url(../img/company_bg.png) no-repeat center 0/cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #company::after {
    top: -40px;
  }
}
@media screen and (max-width: 540px) {
  #company::after {
    top: -80px;
  }
}
#company h2 {
  margin-bottom: 140px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #company h2 {
    margin-bottom: 70px;
  }
}
#company h2 span {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #company h2 span {
    font-size: 2rem;
  }
}
#company h2 span::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8dfe2), color-stop(28.7045%, #d8d6e2), color-stop(52.9084%, #e2d2e2), color-stop(75.585%, #e8d7df), to(#eedcdc));
  background-image: linear-gradient(to right, #c8dfe2 0%, #d8d6e2 28.7045%, #e2d2e2 52.9084%, #e8d7df 75.585%, #eedcdc 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #company h2 span::after {
    bottom: -20px;
    left: calc(50% - 25px);
    width: 60px;
    height: 7px;
  }
}
#company p {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #company p {
    font-size: 2rem;
  }
}
#company .info {
  text-align: center;
}
#company .info p {
  margin-bottom: 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  #company .info p {
    font-size: 1.6rem;
  }
}

/* contact */
/* -------------------------------------------------------- */
#contact {
  padding: 130px 0 150px;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 70px 0;
  }
}
#contact h2 {
  margin-bottom: 100px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #contact h2 {
    margin-bottom: 70px;
  }
}
#contact h2 span {
  position: relative;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #contact h2 span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #contact h2 span {
    font-size: 2rem;
  }
}
#contact h2 span::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: calc(50% - 50px);
  width: 100px;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8dfe2), color-stop(28.7045%, #d8d6e2), color-stop(52.9084%, #e2d2e2), color-stop(75.585%, #e8d7df), to(#eedcdc));
  background-image: linear-gradient(to right, #c8dfe2 0%, #d8d6e2 28.7045%, #e2d2e2 52.9084%, #e8d7df 75.585%, #eedcdc 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #contact h2 span::after {
    bottom: -15px;
    left: calc(50% - 25px);
    width: 50px;
    height: 7px;
  }
}
#contact .inner {
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    width: 100%;
  }
}
#contact .inner dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact .inner dl {
    margin-bottom: 20px;
  }
}
#contact .inner dl dt {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact .inner dl dt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#contact .inner dl dt span {
  margin-left: 1em;
  padding: 3px 6px 5px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #ef9d93;
  display: inline-block;
  max-height: 22px;
}
@media screen and (max-width: 767px) {
  #contact .inner dl dt span {
    margin-top: -2px;
    padding: 3px 3px 4px;
    font-size: 1.2rem;
  }
}
#contact .inner dl dd.radiobox {
  padding-top: 15px;
}
#contact .err {
  padding-top: 10px;
  color: #f00;
  font-size: 1.8rem;
  display: block;
}
@media only screen and (max-width: 1199px) and (orientation: portrait) {
  #contact.confirm #contact_form .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#contact.confirm .conf {
  border: 1px solid #ef9d93;
}
#contact.confirm .conf dl {
  margin-bottom: 0;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ef9d93;
}
@media screen and (max-width: 767px) {
  #contact.confirm .conf dl {
    display: block;
  }
}
#contact.confirm .conf dl:first-of-type {
  border-top: none;
}
#contact.confirm .conf dl dt {
  margin-bottom: 0;
  margin-right: 1%;
  width: 32%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #contact.confirm .conf dl dt {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
#contact.confirm .conf dl dd {
  width: 67%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #contact.confirm .conf dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}
#contact.confirm .btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact.confirm .btn a {
  width: 48%;
  height: 58px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: url(../img/btn_submit@2x.png) no-repeat 0 0/cover;
  border-radius: 10px;
  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;
}
#contact.confirm .btn input[type=submit] {
  margin-top: 0;
  width: 48%;
  font-size: 2rem;
  background: url(../img/btn_submit@2x.png) no-repeat 0 0/cover;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  #contact.thanks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contact.thanks #compBox {
  padding: 50px;
  border: 1px solid #ef9d93;
}
#contact.thanks #compBox h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contact.thanks #compBox h3 {
    font-size: 2rem;
  }
}
#contact.thanks #compBox p {
  margin-bottom: 1em;
  line-height: 1.8;
}

/* 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, form label:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
form input[type=text],
form input[type=email],
form select,
form textarea {
  padding: 5px 10px;
  width: 100%;
  font-size: 2rem;
  background: #eff0f0;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form select,
  form textarea {
    font-size: 1.6rem;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus {
  border: 0.2rem solid #ef9d93;
}
form input[type=text].error,
form input[type=email].error,
form select.error,
form textarea.error {
  border: 0.2rem solid #f00;
}
form .selectbox {
  position: relative;
}
form .selectbox::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}
form select {
  padding: 10px;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  height: 210px;
}
@media screen and (max-width: 767px) {
  form textarea {
    height: 100px;
  }
}
form input[type=radio] {
  padding: 0;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  display: none;
}
form input[type=radio]:hover + label:after {
  border: 0.1rem solid #ef9d93;
}
form input[type=radio]:checked + label:after {
  background: #ef9d93;
  border: 0.1rem solid #ef9d93;
}
form label {
  position: relative;
  line-height: 1;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 2rem;
  padding-left: 1.5em;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  form label {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
form label:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 100%;
  border: 0.1rem solid #e7e7e7;
  background: #eff0f0;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  form label:after {
    width: 1.5rem;
    height: 1.5rem;
    top: 3px;
  }
}
form input[type=submit] {
  margin-top: 30px;
  width: 100%;
  height: 58px;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-align: center;
  background: url(../img/btn_submit@2x.png) no-repeat 0 0/contain;
}
@media screen and (max-width: 1199px) {
  form input[type=submit] {
    font-size: 2rem;
    background: url(../img/btn_submit@2x.png) no-repeat center 0/cover;
    border-radius: 10px;
  }
}