@charset "UTF-8";
/* ==================================================================================== 

    MIXIN

==================================================================================== */
/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box;
  zoom: 1; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 500; }

em {
  font-weight: 500; }

strong {
  font-weight: 500; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3b3634;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden; }

.sp {
  display: none !important; }

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 65px;
  padding-bottom: 65px; }

.contentHight {
  padding-top: 180px;
  padding-bottom: 180px; }

.inner01,
.inner02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1020px; }

.inner01 {
  padding-left: 20px;
  padding-right: 20px; }

.inner02 {
  padding-left: 80px;
  padding-right: 80px; }

.inner,
.inner1200 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1360px;
  max-width: 100%; }

.inner1200 {
  width: 1240px; }

.pb0 {
  padding-bottom: 0; }

.half {
  width: 50%; }

.f16 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ====================================================================================

    COMMON

==================================================================================== */
/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  background: #3b3634; }
  #common-header h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }

/* ====================================================================================

    NAv

==================================================================================== */
#common-nav {
  background: #4F4A48;
  width: 100%; }
  #common-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99; }
  #common-nav ul {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 100%;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex; }
    #common-nav ul li {
      width: 20%; }
      #common-nav ul li a {
        padding: 20px 10px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        text-align: center;
        letter-spacing: 2px; }
        #common-nav ul li a span {
          padding-left: 12px;
          position: relative;
          display: inline-block; }
          #common-nav ul li a span:before {
            content: '';
            width: 6px;
            height: 10px;
            background: url(../img/icon-arrow-right-white.svg) no-repeat center;
            background-size: 100% 100%;
            position: absolute;
            top: 60%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        @media only screen and (min-width: 768px) {
          #common-nav ul li a {
            transition: all 0.5s ease; }
            #common-nav ul li a:hover {
              background: #3b3634;
              color: #fff100; } }

#nav-torigger {
  display: none;
  width: 80px;
  height: 80px;
  background: #fff100;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100; }
  #nav-torigger .hm-wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #nav-torigger .hm-wrap .hm-in {
      margin: 0 auto;
      display: block;
      width: 28px;
      height: 20px;
      position: relative; }
      #nav-torigger .hm-wrap .hm-in span {
        display: block;
        width: 100%;
        height: 3px;
        background: #3b3634;
        position: absolute;
        left: 0;
        transition: all 0.5s ease; }
        #nav-torigger .hm-wrap .hm-in span:nth-of-type(1) {
          top: 0; }
        #nav-torigger .hm-wrap .hm-in span:nth-of-type(2) {
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        #nav-torigger .hm-wrap .hm-in span:nth-of-type(3) {
          bottom: 0; }
    #nav-torigger .hm-wrap i {
      margin-top: 7px;
      font-size: 12px;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      display: block;
      line-height: 1; }
  #nav-torigger.active .hm-wrap .hm-in span:nth-of-type(1) {
    -webkit-transform: translate(0, 8.5px) rotate(45deg);
    transform: translate(0, 8.5px) rotate(45deg); }
  #nav-torigger.active .hm-wrap .hm-in span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active .hm-wrap .hm-in span:nth-of-type(3) {
    -webkit-transform: translate(0, -8.5px) rotate(-45deg);
    transform: translate(0, -8.5px) rotate(-45deg); }

/* ====================================================================================

    SIDE

==================================================================================== */
/* ====================================================================================

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 30px;
  padding-bottom: 10px;
  background: url(../img/bg-footer.jpg) no-repeat center;
  background-size: cover;
  font-weight: 400; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #common-footer {
      background: url(../img/bg-footer@2x.jpg) no-repeat center;
      background-size: cover; } }

.logo-footer {
  margin-bottom: 30px;
  text-align: center; }

.footer-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }
  .footer-nav li a {
    padding-left: 15px;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px; }
    .footer-nav li a:before {
      content: '';
      width: 8px;
      height: 10px;
      background: url(../img/icon-arrow-right-white.svg) no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      top: 55%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media only screen and (min-width: 768px) {
      .footer-nav li a {
        transition: all 0.5s ease; }
        .footer-nav li a:hover {
          color: #fff100; } }

.side-nav {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .side-nav li {
    color: #fff; }
  .side-nav li + li {
    margin-left: 40px; }

.copy {
  margin-top: 15px;
  text-align: center;
  line-height: 1.2; }
  .copy small {
    color: #898989;
    font-size: 10px;
    font-size: 1rem; }

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98; }

/* ====================================================================================

	COMMON

==================================================================================== */
.anim-text {
  margin: 20px 0;
  text-align: center; }

.box50 {
  width: 50%; }

.box48 {
  width: 48%; }

em.red {
  color: #982935; }

em.yel {
  color: #FFF880; }

.title-h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold; }
  .title-h2.yel {
    color: #fff100; }

.title-catch {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }
  .title-catch.yel {
    color: #ff0; }
  .title-catch em {
    font-weight: bold; }

.text-box p + p {
  margin-top: 20px; }

.first-box {
  order: -1; }

.page-wrapper {
  padding-top: 80px;
  padding-bottom: 200px; }

.bg-yelw {
  background: #fffee5; }

/* ====================================================================================

	HOME

==================================================================================== */
.home-mv-wrap {
  background: url(../img/mv.jpg) no-repeat top center, #313030;
  position: relative;
  height: 472px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .home-mv-wrap {
      background: url(../img/mv@2x.jpg) no-repeat top center, #313030;
      background-size: auto 482px; } }

.home-mv {
  text-align: center;
  display: none; }

#check h2 {
  margin-bottom: 5px;
  text-align: center; }

.check-bg {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../img/bg01.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .check-bg {
      background: url(../img/bg01@2x.jpg) no-repeat center;
      background-size: cover; } }
  .check-bg .anim-text {
    margin-top: 50px;
    margin-bottom: 0; }

.check-list-box {
  margin-top: 50px;
  padding: 30px;
  padding-top: 60px;
  background: #fff;
  border: 3px solid #3b3634;
  border-radius: 10px;
  position: relative; }
  .check-list-box dl dt {
    margin-bottom: 20px;
    text-align: center; }
  .check-list-box dl dd ul li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.2;
    font-weight: bold; }
    .check-list-box dl dd ul li:before {
      content: '';
      width: 18px;
      height: 17px;
      background: url(../img/icon-check.svg) no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 0; }

.mark-check {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.flow-contact-box {
  border-top: 4px solid #3b3634; }

.flow-left,
.flow-right {
  position: relative; }
  .flow-left:after,
  .flow-right:after {
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }

.flow-left {
  padding-top: 36px;
  padding-bottom: 15px;
  padding-right: 20px;
  border-right: 2px solid #3b3634; }
  .flow-left:after {
    background: #fff100;
    right: 0; }
  .flow-left p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .flow-left p span {
      margin-bottom: 12px;
      padding-bottom: 2px;
      display: block;
      border-bottom: 2px dotted #3b3634; }

.flow-right {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-left: 2px solid #3b3634; }
  .flow-right:after {
    background: #FFF98C;
    left: 0; }

.contact-box {
  text-align: center;
  border-bottom: 4px solid #3b3634; }
  .contact-box dt {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.2; }
  .contact-box dd {
    margin-bottom: 15px; }
    .contact-box dd small {
      margin-bottom: 15px;
      margin-top: 8px;
      display: block;
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 1.5px; }

.btn-contact {
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  background: #982935;
  width: 285px;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .btn-contact {
      transition: all 0.5s ease; }
      .btn-contact:hover {
        opacity: 0.7; } }

.bg02 {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  background: #FFFEE5; }
  .bg02:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 537px;
    background: url(../img/bg02.png) no-repeat center top;
    z-index: 0; }
  .bg02 section {
    position: relative;
    z-index: 1; }

#jisseki {
  margin-bottom: 80px; }

.jisseki-box {
  padding: 40px 53px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fffee5+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fffee5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #fffee5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #fffee5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffee5',GradientType=0 );
  /* IE6-9 */ }

.jisseki-left {
  width: 54.37666%; }
  .jisseki-left h2 {
    margin-bottom: 40px; }
  .jisseki-left p {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5px; }

.jisseki-data {
  margin-top: 10px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 364px;
  max-width: 100%; }

.jisseki-data-box {
  border: 1px solid #3b3634; }
  .jisseki-data-box dl dt {
    padding: 8px 10px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #3b3634; }
  .jisseki-data-box dl dd {
    padding: 15px;
    text-align: center;
    background: #fff; }
    .jisseki-data-box dl dd span,
    .jisseki-data-box dl dd small,
    .jisseki-data-box dl dd strong {
      font-weight: bold;
      display: block; }
    .jisseki-data-box dl dd strong {
      font-family: "Oswald", sans-serif; }
      .jisseki-data-box dl dd strong span {
        margin-left: 5px;
        display: inline-block;
        font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .jisseki-data-box dl dd em {
      font-weight: bold; }

.jisseki-data-left {
  width: 42.03297%;
  position: relative; }
  .jisseki-data-left dl dt {
    background: #EBEBEB; }
  .jisseki-data-left dl dd strong {
    margin: 10px 0 5px;
    font-size: 38px;
    font-size: 3.8rem; }
    .jisseki-data-left dl dd strong span {
      font-size: 18px;
      font-size: 1.8rem; }
  .jisseki-data-left dl dd small {
    font-size: 12px;
    font-size: 1.2rem; }
  .jisseki-data-left:after {
    content: '';
    width: 45px;
    height: 22px;
    background: url(../img/icon-arrow.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }

.jisseki-data-right {
  width: 50.27473%; }
  .jisseki-data-right dl dt {
    background: #fff100; }
  .jisseki-data-right dl dd span {
    font-size: 20px;
    font-size: 2rem; }
  .jisseki-data-right dl dd strong {
    margin-top: 20px;
    font-size: 66px;
    font-size: 6.6rem; }
    .jisseki-data-right dl dd strong span {
      font-size: 22px;
      font-size: 2.2rem; }
    .jisseki-data-right dl dd strong .wrap {
      margin: 0;
      position: relative;
      display: inline-block; }
      .jisseki-data-right dl dd strong .wrap b {
        margin: 0;
        display: inline-block;
        font-size: 66px;
        font-size: 6.6rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-family: "Oswald", sans-serif; }
      .jisseki-data-right dl dd strong .wrap span {
        opacity: 0;
        font-size: 66px;
        font-size: 6.6rem; }

.jisseki-right {
  width: 43.50133%; }
  .jisseki-right dl dt {
    margin-bottom: 48px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center; }
    .jisseki-right dl dt em,
    .jisseki-right dl dt strong {
      display: inline-block;
      font-weight: bold; }
    .jisseki-right dl dt em {
      margin-left: 10px; }
    .jisseki-right dl dt strong {
      margin: 0 10px;
      font-size: 80px;
      font-size: 8rem;
      font-family: "Oswald", sans-serif; }
    .jisseki-right dl dt span {
      display: inline-block; }
      .jisseki-right dl dt span.wrap {
        position: relative; }
        .jisseki-right dl dt span.wrap strong {
          margin: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        .jisseki-right dl dt span.wrap span {
          opacity: 0; }
          .jisseki-right dl dt span.wrap span strong {
            margin: 0 10px;
            position: static; }

.reason-box {
  width: 31.22449%;
  border: 4px solid #fff100;
  background: #fff;
  border-radius: 10px; }
  .reason-box h3 {
    padding: 15px 20px 15px 70px;
    background: #fff100;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.3; }
    .reason-box h3 img {
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.reason-info {
  padding: 18px; }
  .reason-info figure {
    margin-bottom: 10px; }
  .reason-info p {
    font-weight: 600; }
    .reason-info p em {
      font-weight: 600; }

#movie {
  padding-bottom: 80px;
  padding-top: 80px;
  background: url(../img/bg03-center.png) no-repeat center, #3b3634;
  position: relative; }
  #movie:before, #movie:after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    z-index: 1; }
  #movie:before {
    top: -12px;
    background: url(../img/bg03-top.png) repeat-x center;
    background-size: auto 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #movie:before {
        background: url(../img/bg03-top@2x.png) repeat-x center;
        background-size: auto 100%; } }
  #movie:after {
    bottom: 0;
    background: url(../img/bg03-bot.png) repeat-x center;
    background-size: auto 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      #movie:after {
        background: url(../img/bg03-bot@2x.png) repeat-x center;
        background-size: auto 100%; } }

.movie-text {
  margin-bottom: 60px; }
  .movie-text p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.2px; }
    .movie-text p em {
      font-weight: bold; }

.movie-data {
  margin-left: auto;
  margin-right: auto;
  width: 630px;
  max-width: 100%; }
  .movie-data dt {
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #E3E3E3;
    position: relative;
    letter-spacing: 0.8px; }
    .movie-data dt small {
      font-size: 24px;
      font-size: 2.4rem; }
    .movie-data dt span {
      font-weight: normal;
      font-size: 10px;
      font-size: 1rem;
      color: #969696;
      position: absolute;
      display: inline-block;
      line-height: 1.4;
      letter-spacing: 0.5px;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.movie-arrow {
  margin: 60px 0;
  text-align: center; }

.videoModal {
  display: none;
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8); }
  .videoModal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.videoModalInner {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%; }

.closeModal {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#voice {
  padding-bottom: 30px;
  padding-top: 80px;
  background: url(../img/bg04.png) no-repeat center bottom, #fffee5; }

.voice-img {
  width: 22.09302%; }

.voice-text {
  padding: 20px 30px;
  border-radius: 10px;
  min-height: 180px;
  width: 72.09302%;
  background: #3b3634;
  color: #fff;
  position: relative; }
  .voice-text:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/voice-item-left.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 25%;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .voice-text dt {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold; }
    .voice-text dt span {
      padding: 0 26px;
      display: inline-block;
      position: relative; }
      .voice-text dt span:before, .voice-text dt span:after {
        content: '';
        width: 12px;
        height: 26px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .voice-text dt span:before {
        background: url(../img/voice-text-item-left.svg) no-repeat center;
        background-size: 100% 100%;
        left: 0; }
      .voice-text dt span:after {
        background: url(../img/voice-text-item-right.svg) no-repeat center;
        background-size: 100% 100%;
        right: 0; }
  .voice-text dd {
    line-height: 1.6; }
  .voice-text.first-box:before {
    background: url(../img/voice-item-right.svg) no-repeat center;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }

.grad-box {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 10px 20px 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffee5+0,ffffff+100 */
  background: #fffee5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffee5 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffee5 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffee5 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffee5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.graph-wrapper {
  margin: 0 auto 40px;
  width: 630px;
  max-width: 100%; }

.graph-box {
  width: 34.92063%;
  text-align: center; }
  .graph-box dt {
    margin-bottom: 30px; }
  .graph-box dd {
    position: relative; }

.graph-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-size: 3.6rem;
  color: #982935;
  font-family: "Oswald", sans-serif; }
  .graph-num .wrap {
    display: inline-block;
    position: relative; }
    .graph-num .wrap span {
      opacity: 0;
      display: inline-block;
      font-size: 62px;
      font-size: 6.2rem;
      font-weight: bold; }
    .graph-num .wrap strong {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      font-size: 62px;
      font-size: 6.2rem;
      font-weight: bold; }

.contact-catch {
  margin-top: 50px;
  text-align: center; }
  .contact-catch dt {
    margin-bottom: 25px; }
  .contact-catch dd small {
    margin-top: 10px;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }

#contact {
  padding-bottom: 150px;
  background: #fff100; }

.contact-wrapper {
  padding: 60px;
  background: #fff; }

.contact-info-left {
  width: 19.72973%; }

.contact-info-right {
  width: 75.67568%; }
  .contact-info-right p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .contact-info-right p em {
      font-weight: bold; }

.contact-table {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%; }
  .contact-table tr {
    border-bottom: 1px solid #DADCDC; }
    .contact-table tr th,
    .contact-table tr td {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2; }
    .contact-table tr th {
      padding-left: 30px;
      padding-right: 10px;
      width: 35.13514%;
      font-weight: 500; }

.form-item {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DADCDC;
  background: #FBFBFB;
  max-width: 100%;
  border-radius: 5px;
  font-size: 16px; }
  .form-item.type1 {
    width: 352px; }
  .form-item.type2 {
    width: 200px; }
  .form-item.type3 {
    width: 100%; }

.form-input {
  height: 45px; }

.form-text {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 145px;
  resize: vertical;
  width: 100%; }

.addflex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.btn-add {
  margin-left: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #8A8E8F;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .btn-add {
      transition: all 0.5s ease; }
      .btn-add:hover {
        opacity: 0.6; } }

.select-box {
  width: 370px;
  max-width: 100%;
  border: 1px solid #787D7D;
  background: #FBFBFB;
  border-radius: 5px;
  position: relative; }
  .select-box:after {
    content: '';
    width: 16px;
    height: 8px;
    background: url(../img/icon-select.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    padding: 10px 15px;
    padding-right: 50px;
    width: 100%; }

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

.privacy-read {
  margin-bottom: 15px;
  text-align: center; }
  .privacy-read a {
    color: #0071B9;
    text-decoration: underline; }

.agree {
  margin-bottom: 40px;
  text-align: center; }

.btn-submit {
  margin: 0 auto;
  padding: 15px 20px;
  background: #982935;
  width: 285px;
  max-width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 5px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  display: block; }
  @media only screen and (min-width: 768px) {
    .btn-submit {
      transition: all 0.5s ease; }
      .btn-submit:hover {
        opacity: 0.6; } }

.yureru-s {
  animation: yureru-s 2s infinite; }

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px); }
  5% {
    transform: translate(-2px, 0px); }
  10% {
    transform: translate(2px, 0px); }
  15% {
    transform: translate(-2px, 0px); }
  20% {
    transform: translate(2px, 0px); }
  25% {
    transform: translate(-2px, 0px); }
  30% {
    transform: translate(0px, 0px); } }

.up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 1.5s; }

.return-top {
  margin: 30px 0; }
  .return-top a {
    padding: 10px 30px;
    background: #982935;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    border-radius: 5px; }

.g-recaptcha {
  margin: 30px auto;
  width: 304px;
  max-width: 100%; }

/* ====================================================================================

	PRIVACY

==================================================================================== */
.privacy-wrap {
  padding: 60px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.privacy-box {
  margin: 40px 0; }
  .privacy-box h3 {
    margin-bottom: 10px;
    padding: 10px 15px;
    background: #3b3634;
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }
  .privacy-box ul {
    margin-top: 15px;
    padding: 10px 20px;
    padding-left: 40px;
    border: 1px solid #3b3634;
    border-radius: 5px;
    list-style-type: disc; }
    .privacy-box ul li {
      margin: 6px 0;
      line-height: 1.6;
      font-size: 15px;
      font-size: 1.5rem; }

.privacy-contact {
  padding: 15px 20px;
  background: #E2E1E1;
  border-radius: 5px; }
  .privacy-contact dl dt {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b3634;
    font-weight: bold; }
  .privacy-contact dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6; }

@media only screen and (max-width: 1020px) {
  html {
    font-size: 1vw; }
  .home-mv-wrap {
    background: none;
    height: auto; }
  .home-mv {
    display: block; }
  .mv-item {
    bottom: 16%;
    right: 4%;
    width: 15%; }
  .reason-box h3 {
    padding-left: 60px;
    font-size: 18px;
    font-size: 1.8rem; }
    .reason-box h3 img {
      width: 40px; }
  .voice-text {
    min-height: auto; } }

@media only screen and (max-width: 768px) {
  .inner02 {
    padding-left: 60px;
    padding-right: 60px; }
  #jisseki {
    margin-bottom: 40px; }
  .jisseki-left h2 {
    margin-bottom: 20px; }
    .jisseki-left h2 img {
      width: 100%; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  #wrapper {
    font-size: 16px;
    font-size: 1.6rem; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .inner01,
  .inner02 {
    padding-left: 30px;
    padding-right: 30px; }
  .flex {
    display: block; }
  .flex-mb {
    margin-bottom: 20px; }
  .flex-box {
    width: 100%; }
  #nav-torigger {
    display: block; }
  #common-header h1 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .mv-item {
    bottom: 0%;
    width: 33%; }
    .mv-item img {
      width: 100%; }
  #common-nav {
    display: none;
    opacity: 0;
    padding-top: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(59, 54, 52, 0.8);
    overflow-y: scroll;
    z-index: 99; }
    #common-nav ul {
      padding: 60px 30px;
      display: block;
      background: #fff100; }
      #common-nav ul li {
        border-top: 2px solid #3b3634;
        width: 100%; }
        #common-nav ul li:last-child {
          border-bottom: 2px solid #3b3634; }
        #common-nav ul li a {
          padding: 25px 15px;
          display: block;
          text-align: justify;
          color: #3b3634;
          font-weight: bold;
          position: relative; }
          #common-nav ul li a span {
            padding-left: 0; }
            #common-nav ul li a span:before {
              content: none; }
          #common-nav ul li a:after {
            content: '';
            width: 8px;
            height: 14px;
            background: url(../img/icon-arrow-right-black.svg) no-repeat center;
            background-size: 100% 100%;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #check h2 {
    margin-bottom: 30px; }
  .check-bg {
    background: url(../img/bg01_sp.jpg) no-repeat center; }
  .flow-contact-box {
    border-top: none; }
    .flow-contact-box .inner02 {
      padding-left: 0;
      padding-right: 0; }
  .flow-left {
    padding: 0 30px 40px;
    border-right: none;
    border-bottom: 6px solid #3b3634; }
  .flow-right {
    padding-left: 30px;
    padding-right: 30px; }
  .contact-box {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-box-pack: justify;
    /*Android4.3*/
    -moz-box-pack: justify;
    /*Firefox21*/
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-justify-content: space-between;
    /*PC-Safari,iOS8.4*/
    justify-content: space-between;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    border-bottom: none; }
    .contact-box dt {
      width: 38.46154%; }
      .contact-box dt img {
        width: 100%; }
    .contact-box dd {
      width: 56.92308%; }
      .contact-box dd .tel_link {
        width: 100%; }
      .contact-box dd span {
        margin: 15px 0 20px; }
  .btn-contact {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%; }
    .btn-contact img {
      width: 50%; }
  .flow-left:after, .flow-right:after {
    width: 100vw; }
  #jisseki {
    margin-bottom: 80px; }
  .jisseki-box {
    padding: 30px; }
  .jisseki-data {
    width: 100%; }
  .jisseki-left {
    margin-bottom: 40px; }
  .jisseki-right dl dd img {
    width: 100%; }
  .reason-box {
    margin: 30px 0; }
    .reason-box h3 {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 30%;
      font-size: 26px;
      font-size: 2.6rem; }
      .reason-box h3 img {
        width: 20%;
        left: 5%; }
  .reason-info figure img {
    width: 100%; }
  #movie,
  #voice {
    padding-top: 60px; }
  .movie-data dt {
    font-size: 20px;
    font-size: 2rem; }
  .voice-img {
    margin-bottom: 10px;
    text-align: center; }
  .voice-text:before,
  .voice-text.first-box:before {
    background: url(../img/voice-item-sp.svg) no-repeat center;
    background-size: 100% 100%;
    width: 30px;
    height: 18px;
    top: 1px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%); }
  .voice-text dt {
    text-align: center; }
    .voice-text dt span:before, .voice-text dt span:after {
      bottom: 0;
      top: auto;
      -webkit-transform: none;
      transform: none; }
  .grad-box {
    margin-top: 0px; }
  .graph-box {
    margin: 50px 0; }
    .graph-box dt {
      margin-bottom: 15px; }
  .title-catch {
    font-size: 22px;
    font-size: 2.2rem; }
  .contact-catch dt {
    font-size: 30px;
    font-size: 3rem; }
  .contact-wrapper {
    padding: 40px 30px; }
  .contact-info-left {
    margin-bottom: 20px;
    text-align: center; }
    .contact-info-left img {
      width: 70%; }
  .contact-info-right p {
    text-align: center; }
  .contact-table tr {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
    .contact-table tr th,
    .contact-table tr td {
      padding: 0;
      display: block; }
    .contact-table tr th {
      margin-bottom: 10px;
      text-align: center;
      width: 100%;
      font-size: 16px; }
  .form-item {
    font-size: 16px; }
    .form-item.type1, .form-item.type3 {
      width: 100%; }
  .select-box select {
    font-size: 16px; }
  .select-box {
    width: 100%; }
  .addflex input {
    width: 58% !important; }
  .addflex button {
    padding-left: 10px;
    padding-right: 10px;
    width: 40%; }
  #common-footer {
    background: url(../img/bg-footer_sp.jpg) no-repeat center;
    background-size: cover; } }
  @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    #common-footer {
      background: url(../img/bg-footer_sp@2x.jpg) no-repeat center;
      background-size: cover; } }

@media only screen and (max-width: 640px) {
  .footer-nav {
    display: block; }
    .footer-nav li {
      border-top: 1px solid #767271; }
      .footer-nav li:last-child {
        border-bottom: 1px solid #767271; }
      .footer-nav li a {
        padding: 20px 15px;
        display: block; }
        .footer-nav li a:before {
          content: none; }
        .footer-nav li a:after {
          content: '';
          width: 8px;
          height: 14px;
          background: url(../img/icon-arrow-right-white.svg) no-repeat center;
          background-size: 100% 100%;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .side-nav {
    margin: 40px 0;
    display: block; }
    .side-nav li {
      margin: 15px 0;
      text-align: center; }
    .side-nav li + li {
      margin-left: 0; }
  .privacy-wrap {
    padding: 30px 20px; }
  .movie-data dt small {
    font-size: 20px;
    font-size: 2rem; }
  .voice-box {
    margin-bottom: 30px; }
  .flow-left {
    padding-left: 20px;
    padding-right: 20px; }
    .flow-left p {
      font-size: 20px;
      font-size: 2rem; } }

@media only screen and (max-width: 480px) {
  .inner01, .inner02 {
    padding-left: 20px;
    padding-right: 20px; }
  .contact-wrapper {
    padding: 30px 20px; }
  #nav-torigger {
    width: 65px;
    height: 65px;
    top: 10px; }
  #common-nav {
    padding-top: 85px; }
  #btn-top {
    bottom: 10px;
    right: 10px; } }
