@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
body {
/*  position: relative;*/
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
/*  text-align: justify;*/
/*  letter-spacing: 1px;*/
}
@media (min-width: 960px) {
  .hide-l  { display: none !important; }
}
@media (max-width: 959px) and (min-width: 520px) {
  .hide-m  { display: none !important; }
}
@media (max-width: 519px) {
  .hide-s  { display: none !important; }
}
/* webfont */
.ff_Ropa {
  font-family: 'Ropa Sans', sans-serif;
}
/* .rollover  */
.rollover {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.rollover:hover {
  opacity: 0.7;
}
/* .reflection */
.reflection {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* ---------- hr ---------- */
hr {
  display: block;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}
.hrt {
  background-image: url("../img/separator_t.jpg");
}
.hrb {
  background-image: url("../img/separator_b.jpg");
}


/* ---------- .review ---------- */
.review {
  background-image: url("../img/review_bg.jpg");
  background-size: cover;
  padding: 130px 10px 100px;
}
.review.first {
  margin-top: -60px;
  clip-path: polygon(0% 0%, calc(50% - 80px) 0%, 50% 60px, calc(50% + 80px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.review .contents {
  max-width: 1014px;
/*  height: 325px;*/
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/review_frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 46px;
  box-shadow: 11px 12px 12px rgba(0, 0, 0, 0.2);
}
.review .contents > img {
  display: block;
  max-width: 100%;
  margin: -70px auto 0;
}
.review .contents > div {
  display: flex;
  justify-content: center;
}
.review .contents .left {
  width: calc(39400% / 1014);
  font-size: 32px;
  font-weight: bold;
}
.review .contents .left .img {
  text-align: right;
}
.review .contents .left .img img {
}
.review .contents .right {
  width: calc(52200% / 1014);
  padding-left: 10px;
}
.review .contents .right img {
  max-width: 100%;
}
.review .contents > p {
  margin-top: 10px;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1059px) {
  .review .contents .left {
    font-size: calc(3200vw / 1060);
  }
  .review .contents .left .img img {
    width: calc(27700vw / 1060);
  }
}
@media (max-width: 959px) {
  .review .contents > img {
    margin-top: calc(-4.375rem + ((1vw - 9.6px) * -4.5455));
  }
}
@media (max-width: 519px) {
  .review {
    background-image: url("../img/review_bg_sp.jpg");
/*    padding: 130px 10px 100px;*/
  }
  .review .contents {
    padding: 10px 0 50px;
    background-image: url("../img/review_frame_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 46px;
    box-shadow: none;
  }
  .review .contents > div {
    display: block;
    padding: 0 30px;
  }
  .review .contents .left {
    width: 100%;
    font-size: calc(2rem + ((1vw - 5.2px) * 6));
    text-align: center;
  }
  .review .contents .left .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .review .contents .left .img img:first-child {
    width: calc(53600vw / 1040);
  }
  .review .contents .left .img img:last-child {
    width: calc(28000vw / 1040);
    margin-left: -10px;
  }
  .review .contents .right {
    width: 100%;
    padding: 0 20px;
  }
}


/* ---------- .cv ---------- */
.cv {
  padding: 60px 0 70px;
  background-image: url("../img/cv_no_nezumi.png"), url("../img/cv_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom 30px right 55%, top center;
  background-size: auto, cover;
  text-align: center;
}
.cv .ttl {
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.cv .ttl div {
  font-size: 36px;
  letter-spacing: -2px;
  transform: skewX(-10deg);
}
.cv .ttl div:last-child {
  font-size: 38px;
}
.cv .ttl div span {
  color: #ffea00;
}
.cv .ttl div img {
  margin-right: 10px;
  transform: skewX(10deg);
  vertical-align: middle;
}
.cv .ttl > img {
  max-width: 100%;
  margin: -25px 0;
}
.cv .tel_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.cv .tel {
  padding: 0 20px;
}
.cv .tel p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.cv .tel p:last-child {
  font-size: 18px;
  font-weight: normal;
}
.cv .tel p img {
  margin-right: 5px;
}
.cv .tel a {
}
.cv .tel a img {
  max-width: 100%;
  margin: 10px 0 5px;
}
.cv .mail_line {
  padding: 0 20px;
}
.cv .mail_line a {
  display: block;
  width: 466px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
}
.cv .mail_line a:first-child {
  margin-bottom: 15px;
}
.cv .mail_line a img {
  max-width: 100%;
}
@media (max-width: 1059px) {
  .cv .ttl div img {
    width: 400px;
  }
}
@media (max-width: 959px) {
  .cv {
    background-image: url("../img/cv_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
  }
  .cv .ttl {
    line-height: 1.2;
  }
  .cv .ttl div {
    font-size: 24px;
    letter-spacing: -1pz;
  }
  .cv .ttl div:last-child {
    font-size: 26px;
  }
  .cv .ttl div img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cv .ttl > img {
    margin: -5px 0;
  }
  .cv .tel_mail {
    display: block;
    margin-top: 0;
    padding-top: 40px;
    background-image: url("../img/cv_no_nezumi.png");
    background-repeat: no-repeat;
    background-position: right 10% top;
  }
  .cv .mail_line {
    max-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .cv .mail_line a {
    width: 100%;
    height: calc(8000% / 466);
  }
}
@media (max-width: 519px) {
  .cv .ttl {
    padding: 0 10px;
  }
  .cv .tel_mail {
    background-size: 40% auto;
    background-position: right 10% top 30px;
  }
}




/* ---------------------------------------------------------
 * #header
** --------------------------------------------------------- */
#header {
}
#header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d70f00;
}
#header .logo {
  padding-left: 40px;
}
#header .right {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
#header form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 38px;
  padding: 0 10px;
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
}
#header form input {
  width: 200px;
  margin-right: 10px;
}
#header form button {
  flex-shrink: 0;
}
#header form button img {
}
#header .right > p {
  margin-right: 15px;
  color: #fff;
  text-align: center;
}
#header .tel {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
#header .tel img {
  margin-top: -6px;
  vertical-align: middle;
}
@media (max-width: 1059px) {
  #header .logo {
    padding-left: 20px;
  }
  #header .right {
    padding-right: 20px;
  }
  #header form {
    width: 220px;
    margin-right: 20px;
  }
  #header form input {
    width: 160px;
  }
}
@media (max-width: 959px) {
  #header .right {
    padding-right: 0;
  }
  #header form {
    width: 280px;
    height: 46px;
    margin: 40px auto 30px;
  }
  #header form input {
    width: 220px;
  }
  #header .tel {
    text-align: center;
    line-height: 44px;
  }
  #header .gnavi p {
    text-align: center;
  }
}
@media (max-width: 519px) {
  #header .logo img {
    width: 200px;
  }
}
#header nav {
  padding: 10px 0;
  background-color: #4a4645;
  color: #fff;
}
#header ul {
  display: flex;
  justify-content: center;
}
#header li {
  padding: 3px 40px;
  font-size: 14px;
}
#header li:not(:first-child) {
  border-left: 1px solid #fff;
}
#header li a {
}
@media (max-width: 1059px) {
  #header li {
    padding: 3px 30px;
  }
}
@media (max-width: 959px) {
  #header {
    position: relative;
  }
  #header nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0px;
    padding: 0;
    overflow: hidden;
    transition: all ease 0.3s;
  }
  #header nav.active {
    max-height: var(--max-height);
  }
  #header nav > div {
    padding: 30px 0;
  }
  #header ul {
    display: block;
  }
  #header li {
    padding: 0;
    font-size: 16px;
    border-bottom: 1px solid #999;
  }
  #header li:not(:first-child) {
    border-left: none;
  }
  #header li a {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  #header li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform-origin: center;
    transform: rotate(45deg);
  }
}
@media (max-width: 519px) {
}

/* gnavi_btn */
.gnavi_btn {
  position: relative;
  align-items: center;
  align-self: flex-start;
  display: none;
  padding: 25px 20px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.gnavi_btn.open {
  background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.menu-trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 24px;
}
.menu-trigger span {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.gnavi_btn .menu-trigger span:nth-of-type(1) {
  top: 0%;
}
.gnavi_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0%;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  bottom: 50%;
  transform-origin: center;
  transform: translateY(50%) rotate(45deg);
}
@media (max-width: 1399px) {
  .gnavi_btn {
    display: flex;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
  text-align: center;
}
#fv > img {
  max-width: 100%;
  height: 785px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1499px) {
  #fv > img {
    height: calc(78500vw / 1500);
  }
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #fv > img {
    width: 100%;
    height: auto;
  }
}


/* ---------- .animal ---------- */
#fv .animal {
  position: relative;
  z-index: 2;
  height: 0;
}
#fv .animal .inner {
  overflow-x: hidden;
}
#fv .animal img {
  position: absolute;
}
#fv .animal .itachi {
  left: 50px;
  bottom: -60px;
}
#fv .animal .nezumi {
  right: 280px;
  bottom: -60px;
}
#fv .animal .tanuki {
  right: 0;
  bottom: -30px;
}
@media (max-width: 1299px) {
  #fv .animal .itachi {
    left: calc(5000% / 1300);
    width: calc(12800% / 1300);
  }
  #fv .animal .nezumi {
    right: calc(28000% / 1300);
    width: calc(12000% / 1300);
  }
  #fv .animal .tanuki {
    width: calc(32600% / 1300);
  }
}
@media (max-width: 959px) {
  #fv .animal .itachi {
    bottom: -30px;
  }
  #fv .animal .nezumi {
    bottom: -30px;
  }
  #fv .animal .tanuki {
    bottom: -15px;
  }
}
@media (max-width: 519px) {
  #fv .animal .itachi {
    left: calc(500% / 520);
    bottom: -50px;
    width: calc(8000% / 520);
  }
  #fv .animal .nezumi {
    right: 32vw;
    bottom: 29vw;
    width: calc(7500% / 520);
  }
  #fv .animal .tanuki {
    bottom: 33vw;
    width: calc(21000% / 520);
  }
}




/* ---------------------------------------------------------
 * #point
** --------------------------------------------------------- */
#point {
  padding: 35px 0 95px;
  background-image: url("../img/point_bg.png"), linear-gradient(to right, #8c0200, #cd0300, #8c0200);
  background-size: cover;
  background-position: center;
}
#point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#point li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 373px;
  height: 180px;
  margin: 15px;
  background-image: url("../img/point_item_bg.png");
  text-align: center;
}
#point li:nth-child(1) {
  margin-left: auto;
}
#point li:nth-child(3) {
  margin-right: auto;
}
#point li:nth-child(4) {
  margin-left: auto;
}
#point li:nth-child(5) {
  margin-right: auto;
}
#point div {
  margin-bottom: 10px;
  color: #ee0300;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}
#point li:nth-child(3) div {
  font-size: 48px;
}
#point li:nth-child(3) div span {
/*  font-size: 52px;*/
  font-size: 82px;
  line-height: 0.7;
  letter-spacing: -3px;
}
#point p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1299px) {
  #point ul {
    max-width: 900px;
  }
  #point li:nth-child(2) {
    margin-right: auto;
  }
  #point li:nth-child(3) {
    margin-right: 10px;
    margin-left: auto;
  }
  #point li:nth-child(4) {
    margin-left: 10px;
    margin-right: auto;
  }
  #point li:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 829px) {
  #point ul {
    display: block;
  }
  #point li {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 519px) {
  #point {
    padding-top: 15px;
  }
  #point li {
    width: 300px;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #point div {
    color: #ee0300;
    font-size: 32px;
    font-weight: bold;
  }
  #point li:nth-child(3) div {
    font-size: 26px;
  }
  #point li:nth-child(3) div span {
    font-size: 52px;
    line-height: 0.7;
/*    letter-spacing: -3px;*/
  }
  #point p {
    font-size: 16px;
    font-weight: bold;
  }
}




/* ---------------------------------------------------------
 * #signs
** --------------------------------------------------------- */
#signs {
  position: relative;
  padding: 100px 0 50px;
  background-image: url("../img/signs_bg.png");
  background-position: bottom center;
  background-size: cover;
}
#signs h2 {
  text-align: center;
  padding: 0 20px;
}
#signs h2 img {
  max-width: 80%;
}
#signs .content {
  margin-top: -150px;
  background-image: url("../img/signs_house.png");
  background-repeat: no-repeat;
  background-position: center;
}
#signs ul {
  position: relative;
  max-width: 1066px;
  height: 735px;
  margin-left: auto;
  margin-right: auto;
}
#signs li {
  position: absolute;
}
#signs li:nth-child(1) {
  top: 150px;
  left: 160px;
}
#signs li:nth-child(2) {
  top: 170px;
  right: 200px;
}
#signs li:nth-child(3) {
  top: 330px;
  right: 0;
}
#signs li:nth-child(4) {
  top: 530px;
  right: 140px;
}
#signs li:nth-child(5) {
  top: 570px;
  right: 400px;
}
#signs li:nth-child(6) {
  top: 490px;
  left: 50px;
}
#signs li:nth-child(7) {
  top: 310px;
  left: 0;
}
#signs li img {
}
#signs .arr {
  position: absolute;
  top: calc(100% - 40px);
  left: 0;
  width: 100%;
  text-align: center;
}
#signs .arr img {
  max-width: 100%;
}
@media (max-width: 959px) {
  #signs .content {
    margin-top: 40px;
    background-image: none;
  }
  #signs ul {
    z-index: 2;
    max-width: 540px;
    height: auto;
  }
  #signs li {
    position: static;
    padding: 0 20px;
  }
  #signs li:nth-child(2n) {
    text-align: right;
  }
  #signs li img {
    max-width: 70%;
  }
  #signs .house {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    text-align: center;
  }
  #signs .house img {
    max-width: 100%;
  }
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #damage
** --------------------------------------------------------- */
#damage {
  padding: 100px 0 50px;
  background-image: url("../img/damage_bg.jpg");
  background-size: cover;
  background-position: center;
}
#damage h2 {
  padding: 0 20px;
  text-align: center;
}
#damage h2 img {
  max-width: 100%;
}
#damage .contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#damage section {
  display: flex;
  padding-top: 20px;
}
#damage .img {
}
#damage section:nth-child(1) .img {
  width: calc(69400% / 1200);
  margin-left: calc(-6000% / 1200);
}
#damage section:nth-child(2) .img {
  order: 2;
  width: calc(66100% / 1200);
  margin-top: -170px;
  margin-left: calc(-6000% / 1200);
}
#damage .img img {
  width: 100%;
}
#damage section:nth-child(1) .img img {
}
#damage section:nth-child(2) .img img {
}
#damage .content {
  padding: 0 50px;
}
#damage section:nth-child(1) .content {
  width: calc(57600% / 1200);
  padding-top: 40px;
}
#damage section:nth-child(2) .content {
  width: calc(59900% / 1200);
}
#damage .content h3 {
}
#damage .content h3 img {
  max-width: 100%;
}
#damage .content p {
  padding-left: 10px;
  margin: 10px;
}
@media (max-width: 1339px) {
  #damage section:nth-child(2) .img {
    margin-top: calc(-17000vw / 1440);
    margin-right: calc(-6000vw / 1440);
  }
}
@media (max-width: 959px) {
  #damage section {
    display: block;
  }
  #damage section:nth-child(1) .img {
    width: 100%;
    margin-left: 0;
  }
  #damage section:nth-child(2) .img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #damage section:nth-child(1) .content {
    width: 100%;
    padding-top: 0;
  }
  #damage section:nth-child(2) .content {
    width: 100%;
  }
}
@media (max-width: 519px) {
  #damage .content {
    padding-left: 5px;
    padding-right: 5px;
  }
}




/* ---------------------------------------------------------
 * #onayami
** --------------------------------------------------------- */
#onayami {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 316px;
  padding: 0 20px;
  margin-top: -58px;
  margin-bottom: -58px;
  background-image: url("../img/onayami_bg_3000.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#onayami img {
  max-width: 100%;
  margin-top: -80px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #onayami img {
    margin-top: -30px;
  }
}




/* ---------------------------------------------------------
 * #reason
** --------------------------------------------------------- */
#reason {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../img/reason_bg.jpg");
  background-size: cover;
  background-position: center;
}
#reason h2 {
  text-align: center;
  padding: 0 20px;
}
#reason h2 img {
  max-width: 100%;
}
#reason .contents {
  max-width: 1040px;
  padding-left: 20px;padding-right: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#reason section {
  position: relative;
  padding-top: 20px;
  background-image: url("../img/reason_frame.jpg");
  background-size: 100% 100%;
  box-shadow: 7px 8px 8px rgba(0, 0, 0, .2);
}
#reason section:not(:first-child) {
  margin-top: 60px;
}
#reason .subttl {
  position: absolute;
  left: 0;
  top: -25px;
}
#reason .content {
  display: flex;
}
#reason .left {
  flex-shrink: 0;
  width: 42%;
  padding-left: 25px;
}
#reason .left img {
  max-width: 100%;
}
#reason .right {
  width: 100%;
  padding-top: 30px;
  padding-right: 40px;
}
#reason h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
#reason h3 span {
  color: #ef0400;
}
#reason p {
  margin-top: 10px;
  background-image: linear-gradient(to top, transparent 1px, #fff 1px), linear-gradient(to right, #c2c2c2 1px, transparent 1px);
  background-size: 2px 26px;
  background-position: bottom left;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 959px) {
  #reason section {
    padding: 30px 0 50px;
    background-image: url("../img/reason_frame_sp.jpg");
  }
  #reason .content {
    display: block;
  }
  #reason .left {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #reason .right {
    padding-right: 30px;
    padding-left: 30px;
  }
  #reason h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media (max-width: 519px) {
  #reason .subttl {
    max-width: 100%;
  }
}




/* ---------------------------------------------------------
 * #hype
** --------------------------------------------------------- */
#hype {
  position: relative;
  padding: 70px 0;
  background-image: url("../img/hype_bg.jpg");
  background-size: cover;
  background-position: center;
}
#hype .border {
  position: absolute;
  width: 100%;
  height: 44px;
  background-image: url("../img/hype_border_mini.png");
  background-position: center;
}
#hype .border_t {
  top: 5px;
}
#hype .border_b {
  bottom: 0;
  transform-origin: center;
}
#hype h2 {
  text-align: center;
  padding: 0 20px;
}
#hype h2 img {
  max-width: 100%;
}
#hype p {
  margin-top: 15px;
  padding: 0 20px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
/*  text-shadow: 0 0 10px #000;*/
  text-shadow: 0 0 10px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}
#hype ul {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#hype li {
  text-align: center;
}
#hype li img {
  max-width: 100%;
}
@media (max-width: 879px) {
  #hype ul {
    display: block;
  }
  #hype li {
    margin-top: 20px;
  }
}
@media (max-width: 619px) {
}
@media (max-width: 519px) {
  #hype h2 img {
    width: 70%;
  }
  #hype ul {
    padding: 0;
  }
  #hype li {
    margin-top: 0;
  }
}




/* ---------------------------------------------------------
 * #kyoukai
** --------------------------------------------------------- */
#kyoukai {
  padding: 50px 0 110px;
  background-image: url("../img/kyoukai_bg.jpg");
  background-position: top center;
  text-align: center;
}
#kyoukai h2 {
  padding: 0 20px;
  text-align: center;
}
#kyoukai h2 img {
  max-width: 100%;
}
#kyoukai .wrapper {
  max-width: 1065px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 0;
}
#kyoukai section {
  padding: 40px 40px 10px;
  background-size: 100% 100%;
}
#kyoukai .btn_area {
  margin-top: 20px;
  margin-bottom: -40px;
}
#kyoukai .btn_area a {
  display: inline-block;
  width: 466px;
  height: 70px;
  overflow: hidden;
}
#kyoukai .btn_area a img {
  max-width: 100%;
}
#kyoukai h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  background-size: 100% 100%;
}
#kyoukai .about {
  background-image: url("../img/kyoukai_about_frame.jpg");
}
#kyoukai .about h3 {
  background-image: url("../img/kyoukai_about_ttl_bg.jpg");
}
#kyoukai .about > img {
  max-width: 100%;
  margin-top: 30px;
}
#kyoukai .about p {
  margin-top: 20px;
}
#kyoukai .about .btn_area {
}
#kyoukai .movie {
  margin-top: 70px;
  background-image: url("../img/kyoukai_movie_frame.jpg");
}
#kyoukai .movie h3 {
  background-image: url("../img/kyoukai_movie_ttl_bg.jpg");
}
#kyoukai .movie .iframe {
  position: relative;
  width: calc(77000% / 920);
  padding-bottom: calc(44100% / 920);
  margin: 30px auto 0;
}
#kyoukai .movie .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kyoukai .movie .btn_area {
  margin-top: 40px;
}
@media (max-width: 959px) {
  #kyoukai h3 {
    font-size: 26px;
  }
}
@media (max-width: 619px) {
  #kyoukai .btn_area a {
    width: calc(46600% / 500);
    height: calc(7000% / 500);
  }
}
@media (max-width: 519px) {
  #kyoukai section {
    padding: 40px 20px 10px;
  }
  #kyoukai h3 {
    height: 44px;
    font-size: 18px;
  }
  #kyoukai .about {
    background-image: url("../img/kyoukai_about_frame_sp.jpg");
  }
  #kyoukai .movie {
    background-image: url("../img/kyoukai_movie_frame_sp.jpg");
  }
  #kyoukai .movie .iframe {
    width: 100%;
    padding-bottom: calc(44100% / 770);
  }
}




/* ---------------------------------------------------------
 * #voice
** --------------------------------------------------------- */
#voice {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/voice_deco_bl.png"), url("../img/voice_deco_tr.png"), url("../img/voice_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: bottom left, top right,center;
}
#voice h2 {
  padding: 0 20px;
  text-align: center;
}
#voice h2 img {
  max-width: 100%;
}
#voice .wrapper {
  position: relative;
  left: 40px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px;
}
#voice .voice_slider {
}
#voice .voice_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 45px;
  height: 96px;
}
#voice .voice_slider .prevArrow {
  left: -50px;
  background-image: url("../img/voice_arr_l.png");
}
#voice .voice_slider .nextArrow {
  right: 0;
  background-image: url("../img/voice_arr_r.png");
}
#voice .inner {
  display: flex;
  max-width: 1206px;
  height: 822px;
  background-image: url("../img/voice_note.png");
  background-size: cover;
}
#voice .left {
}
#voice .img {
  padding-left: 30px;
}
#voice .img img {
}
#voice .saihatu {
  padding-left: 60px;
}
#voice .saihatu img {
}
#voice .saihatu p {
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 40px;
  line-height: 1.8;
}
#voice .right {
  padding-top: 80px;
  padding-right: 100px;
}
#voice .ttl {
  margin-left: 10px;
}
#voice .status {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
  margin-top: 15px;
  margin-left: 10px;
}
#voice .status img {
}
#voice .kujo {
  margin-top: 40px;
}
#voice .kujo img {
}
#voice .kujo p {
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 20px;
  line-height: 1.8;
}
@media (max-width: 1299px) {
  #voice .voice_slider .nextArrow {
    right: 50px;
  }
  #voice .inner {
    height: auto;
    padding-bottom: 150px;
    background-size: 100% 100%;
  }
  #voice .left {
    width: calc(59500% / 1206);
  }
  #voice .img img {
    max-width: 100%;
  }
  #voice .right {
    width: calc(61100% / 1206);
/*    padding-top: 80px;*/
/*    padding-right: 100px;*/
  }
  #voice .ttl {
    max-width: 100%;
  }
  #voice .status img {
    height: calc(1.875rem + ((1vw - 13px) * 1.7647));
  }
}
@media (max-width: 959px) {
  #voice {
/*    padding-top: 60px;*/
    padding-bottom: 30px;
    background-image: url("../img/voice_deco_bl_sp.png"), url("../img/voice_deco_tr_sp.png"), url("../img/voice_bg_sp.jpg");
    background-size: 177px auto, 101px auto, cover;
  }
  #voice .wrapper {
    left: 0;
  }
  #voice .voice_slider {
    margin-bottom: 0;
  }
  #voice .voice_slider .prevArrow {
    left: 0;
  }
  #voice .voice_slider .nextArrow {
    right: 0;
  }
  #voice .slick-dots {
    bottom: 40px;
  }
  #voice .slick-dots {
  }
  #voice .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-image: url("../img/voice_dot_sp.png");
    background-size: cover;
    opacity: 0.7;
  }
  #voice .slick-dots li.slick-active {
    opacity: 1;
  }
  #voice .slick-dots li button {
    display: none;
  }
  #voice .inner {
    display: block;
    background-image: url("../img/voice_note_sp.png");
  }
  #voice .left {
    width: 100%;
  }
  #voice .img {
    padding-left: 0;
  }
  #voice .img img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #voice .right {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }
  #voice .ttl {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #voice .status {
    max-width: 80%;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  #voice .status img {
    height: 30px;
  }
  #voice .saihatu {
    margin-top: 40px;
    padding: 0 50px 0 70px;
  }
  #voice .kujo {
    margin-top: 40px;
    padding: 0 50px 0 70px;
  }
}
@media (max-width: 599px) {
  #voice .status img {
    height: calc(1.875rem + ((1vw - 6px) * 5.3571));
  }
}
@media (max-width: 519px) {
  #voice .saihatu {
    margin-top: 30px;
    padding: 0 20px 0 40px;
  }
  #voice .saihatu img {
    max-width: 50%;
  }
  #voice .kujo {
    margin-top: 30px;
    padding: 0 20px 0 40px;
  }
  #voice .kujo img {
    max-width: 50%;
  }
}




/* ---------------------------------------------------------
 * #flow
** --------------------------------------------------------- */
#flow {
  padding: 80px 0 90px;
  background-image: url("../img/flow_bg.jpg");
  background-position: center;

  overflow: hidden;
}
#flow h2 {
  padding: 0 20px;
  text-align: center;
}
#flow h2 img {
  max-width: 100%;
}
#flow .contents {
  max-width: 1240px;
  padding: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#flow ol {
  padding: 10px 80px 5px;
  background-image: url("../img/flow_frame.jpg");
  background-size: 100% 100%;
  box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.2);
}
#flow li {
  display: flex;
  justify-content: space-between;
}
#flow li:not(:last-child) {
  position: relative;
}
#flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
#flow li:not(:last-child):nth-child(2n+1)::after {
  width: 136px;
  height: 134px;
  background-image: url("../img/flow_arr_bl.png");
}
#flow li:not(:last-child):nth-child(2n)::after {
  width: 132px;
  height: 153px;
  background-image: url("../img/flow_arr_br.png");
}
#flow li:not(:last-child):nth-child(3)::after {
  bottom: -90px;
}
#flow .img {
  position: relative;
  z-index: 2;
  width: calc(54700% / 1040);
}
#flow li:nth-child(2n+1) .img {
  margin-right: -40px;
  margin-left: -40px;
}
#flow li:nth-child(2n) .img {
  order: 2;
  margin-left: -40px;
  margin-right: -40px;
}
#flow .img img {
  width: 100%;
}
#flow .content {
  width: 50%;
  padding-top: 80px;
}
#flow li:first-child .content {
  padding-top: 100px;
}
#flow li:nth-child(3) .content {
  padding-top: 70px;
}
#flow .subttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}
#flow .subttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 580px;
  height: 5px;
  background-image: url("../img/flow_line.png");
}
#flow li:nth-child(2n+1) .subttl::after {
  right: 0;
}
#flow li:nth-child(2n) .subttl::after {
  left: 0;
}
#flow .subttl img {
  margin-right: 20px;
}
#flow .subttl > span {
  width: 400px;
  word-break: keep-all;
  flex-shrink: 0;
}
#flow .subttl .and {
  font-size: 34px;
}
#flow .content > img {
}
#flow .content p {
  margin-top: 20px;
  line-height: 1.8;
}
@media (max-width: 1239px) {
  #flow ol {
    padding-bottom: 20px;
  }
  #flow li:not(:last-child):nth-child(2n+1)::after {
    right: 100px;
    width: calc(136px * 3 / 4);
    height: calc(134px * 3 / 4);
  }
  #flow li:not(:last-child):nth-child(2n)::after {
    left: 100px;
    width: calc(132px * 3 / 4);
    height: calc(153px * 3 / 4);
  }
  #flow .subttl {
    font-size: 32px;
/*    line-height: 1.2;*/
  }
  #flow .subttl img {
    height: 80px;
  }
  #flow .subttl .and {
    font-size: 24px;
  }
}
@media (max-width: 1039px) {
  #flow ol {
    padding-bottom: 30px;
  }
  #flow li:not(:last-child):nth-child(2n+1)::after {
    width: calc(136px * 3 / 5);
    height: calc(134px * 3 / 5);
  }
  #flow li:not(:last-child):nth-child(2n)::after {
    width: calc(132px * 3 / 5);
    height: calc(153px * 3 / 5);
  }
  #flow .subttl img {
    height: 70px;
  }
}
@media (max-width: 959px) {
  #flow ol {
    padding: 30px 0 5px;
    background-image: none;
    box-shadow: none;
  }
  #flow li {
    position: relative;
    display: block;
    padding-bottom: 60px;
    background-image: url("../img/flow_frame_sp.jpg");
    background-size: 100% 100%;
    box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.2);
  }
  #flow li:not(:first-child) {
    margin-top: 100px;
  } 
  #flow li::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 5%;
    top: 5%;
    display: block;
    width: 90%;
    height: 90%;
    background-color: #fff;
    border: 1px solid #dbc673;
  }
  #flow li:not(:last-child)::after,
  #flow li:not(:last-child):nth-child(3)::after {
    bottom: -80px;
  }
  #flow li:not(:last-child):nth-child(2n+1)::after {
    left: 0;
    right: 0;
    width: 133px;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/flow_arr_bl_sp.png");
  }
  #flow li:not(:last-child):nth-child(2n)::after {
    left: 0;
    right: 0;
    width: 129px;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/flow_arr_br_sp.png");
  }
  #flow .img {
    width: 100%;
    text-align: center;
  }
  #flow li:nth-child(2n+1) .img,
  #flow li:nth-child(2n) .img {
    margin-left: 0;
    margin-right: 0;
  }
  #flow .img img {
    max-width: 80%;
    width: 400px;
    margin-top: -40px;
  }
  #flow .content {
    width: 100%;
    padding-top: 80px;
    padding-top: 0;
  }
  #flow li:first-child .content {
    padding-top: 100px;
    padding-top: 0;
  }
  #flow li:nth-child(3) .content {
    padding-top: 70px;
    padding-top: 0;
  }
  #flow .subttl {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }
  #flow .subttl::after {
    width: 100%;
    background-size: 100% 100%;
  }
  #flow li:nth-child(2n+1) .subttl::after {
    right: 0;
  }
  #flow li:nth-child(2n) .subttl::after {
    left: 0;
  }
  #flow .subttl img {
    height: 100px;
  }
  #flow .subttl > span {
    width: auto;
  }
  #flow .subttl .and {
    font-size: 28px;
  }
  #flow .content p {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 519px) {
  #flow li:not(:last-child)::after,
  #flow li:not(:last-child):nth-child(3)::after {
    bottom: calc(-5rem + ((1vw - 5.2px) * 10));
  }
  #flow .subttl {
    font-size: calc(2.25rem + ((1vw - 5.2px) * 6));
  }
  #flow .subttl img {
    height: calc(6.25rem + ((1vw - 5.2px) * 25));
  }
}
@media (max-width: 320px) {
  #flow li:not(:last-child)::after,
  #flow li:not(:last-child):nth-child(3)::after {
    transform: scale(0.8);
  }
}




/* ---------------------------------------------------------
 * #area
** --------------------------------------------------------- */
#area {
  position: relative;
  background-image: url("../img/area_bg.jpg");
  background-size: cover;
  background-position: center;
}
#area::before,
#area::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/area_line.jpg");
  background-size: 100% 100%;
}
#area::before {
  top: -5px;
}
#area::after {
  bottom: -5px;
}
#area .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px;
  background-image: url("../img/area_map.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#area h2 {
  margin-top: 30px;
  margin-left: -15px;
}
#area .list_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 483px;
  height: 600px;
  margin-left: auto;
  padding: 45px 40px;
  background-image: url("../img/area_frame.png");
}
#area .lsit_area > div {
  width: 100%;
}
#area .area_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-bottom: 3px;
  background-color: #7db101;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 34px) 100%, 0 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#area ul {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
#area ul li {
  padding: 0 8px;
  font-weight: bold;
}
@media (max-width: 1219px) {
  #area .list_area {
    margin-top: 280px;
  }
}
@media (max-width: 959px) {
  #area {
    background-image: url("../img/area_bg_sp.jpg");
  }
  #area .wrapper {
    display: block;
  }
  #area .list_area {
    margin-top: 380px;
  }
}
@media (max-width: 719px) {
  #area .wrapper {
    background-size: contain;
  }
  #area h2 img {
    max-width: 60%;
  }
  #area .list_area {
    margin-top: calc(23.75rem + ((1vw - 7.2px) * 80));
  }
}
@media (max-width: 519px) {
  #area h2 {
    margin-top: 0;
  }
  #area .list_area {
    display: block;
    width: 100%;
    height: auto;
    margin-top: calc(13.75rem + ((1vw - 5.2px) * 45));
    padding: 25px 20px;
    background-size: 100% 100%;
  }
  #area ul {
    flex-wrap: wrap;
  }
  #area .list_area > div:not(:last-child) ul {
    margin-bottom: 20px;
  }
}




/* ---------------------------------------------------------
 * #qa
** --------------------------------------------------------- */
#qa {
  padding-top: 70px;
  padding-bottom: 115px;
  background-image: url("../img/qa_bg.jpg");
  background-position: center top;
}
#qa h2 {
  padding: 0 20px;
  text-align: center;
}
#qa h2 img {
  max-width: 100%;
}
#qa .contents {
  max-width: 944px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#qa dl {
  margin-top: 30px;
}
#qa dl > div {
  margin-top: 20px;
}
#qa dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 35px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 2px 6px rgba(135, 160, 179, 0.24);
}
#qa dt::before,
#qa dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #015290;
}
#qa dt::before {
  right: 20px;
  width: 34px;
  height: 2px;
}
#qa dt::after {
  right: 36px;
  width: 2px;
  height: 34px;
  transition: all ease 0.3s;
}
#qa dt.open::after {
  height: 0;
}
#qa dt .q {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}
#qa dt p {
  color: #0074d8;
  font-size: 20px;
  font-weight: bold;
}
#qa dd {
  max-height: 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}
#qa dt.open + dd {
  max-height: var(--max-height);
}
#qa dd .inner {
  display: flex;
  padding: 15px 35px;
}
#qa dd .a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  background-color: #ef0400;
  border-radius: 4px;
}
#qa dd p {
  line-height: 1.8;
}
#qa .btn_area {
  margin-top: 55px;
  text-align: center;
}
#qa .btn_area a {
  display: inline-block;
  width: 430px;
  height: 70px;
  overflow: hidden;
}
#qa .btn_area a img {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #qa dt {
    padding-left: 5px;
    padding-right: 60px;
  }
  #qa dt p {
    font-size: 18px;
  }
  #qa dd .inner {
    padding-left: 5px;
  }
  #qa .btn_area a {
    width: calc(43000% / 480);
    height: calc(7000% / 480);
  }
  #qa .btn_area a img {
    width: 100%;
  }
}




/* ---------------------------------------------------------
 * #contact
** --------------------------------------------------------- */
#contact {
  padding: 100px 0 70px;
  background-image: url("../img/contact_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
}
#contact h2 {
  padding: 0 20px;
  text-align: center;
}
#contact h2 img {
  max-width: 100%;
}
#contact .contents {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 0;
}
#contact table {
  width: 100%;
}
#contact th {
  width: calc(23000% / 900);
  padding-top: 15px;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
}
#contact th span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 22px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 30px;
  color: #cd0300;
  font-size: 13px;
}
#contact td {
  width: calc(67000% / 900);
  padding-bottom: 20px;
}
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  height: 54px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
#contact textarea {
  height: 150px;
}
#contact .check {
  display: flex;
  margin-top: 20px;
}
#contact .check .wpcf7-list-item-label {
  display: none;
}
#contact .check p {
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
}
#contact .check p a {
  text-decoration: underline;
}
#contact .check p a:hover {
  text-decoration: none;
}
#contact .btn_area {
  text-align: center;
}
#contact .btn_area input {
  width: 496px;
  height: 110px;
  background-image: url("../img/contact_send_btn.png");
  cursor: pointer;
}
@media (max-width: 959px) {
}
@media (max-width: 719px) {
  #contact .contents {
    margin-top: 30px;
  }
  #contact th,
  #contact td {
    display: block;
    width: 100%;
  }
  #contact td {
    padding-top: 10px;
  }
}
@media (max-width: 519px) {
  #contact .btn_area input {
    width: 100%;
    height: auto;
    padding-top: calc(11000% / 660);
    background-image: url("../img/contact_send_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}




/* ---------------------------------------------------------
 * #company
** --------------------------------------------------------- */
#company {
  padding: 80px 0 70px;
}
#company h2 {
  position: relative;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}
#company h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 44px;
  height: 5px;
  background-color: #ab0f0d;
}
#company .contents {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 0;
}
#company table {
  width: 100%;
  font-size: 15px;
}
#company th,
#company td {
  padding: 20px;
}
#company tr:not(:first-child) th,
#company tr:not(:first-child) td {
  border-top: 1px solid #333;
}
#company th {
  width: 180px;
}
#company td {
}
#company dl {
}
#company dt {
}
#company dd {
}
#company dd:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #company h2 {
    font-size: 32px;
  }
  #company th,
  #company td {
    display: block;
    width: 100%;
  }
  #company tr:not(:first-child) th,
  #company tr:not(:first-child) td {
    border-top: none;
  }
  #company th {
    padding-bottom: 0;
  }
  #company td {
    padding-top: 5px;
  }
  #company tr:not(:first-child) th {
    border-top: 1px solid #333;
  }
}




/* ---------------------------------------------------------
 * #footer
** --------------------------------------------------------- */
#footer {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #fff;
  background-image: linear-gradient(to right, #ff887c, #b63232);
  background-size: 100% 2px;
  background-repeat: no-repeat;
}
#footer > div {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#footer .inner {
  display: flex;
  align-items: center;
}
#footer .logo {
  margin-right: 80px;
}
#footer .logo img {
}
#footer .links {
  padding-left: 80px;
  border-left: 1px solid #717171;
}
#footer .links ul {
  columns: 3;
}
#footer .links li {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
#footer .links li a {
}
#footer .rules_link {
  margin-top: 60px;
}
#footer .rules_link ul {
  display: flex;
  justify-content: center;
}
#footer .rules_link li {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}
#footer .rules_link li:not(:first-child) {
  border-left: 1px solid #333;
}
#footer .copy {
  margin-top: 20px;
  color: #aaa;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 1099px) {
  #footer .logo {
    margin-right: 60px;
  }
  #footer .links {
    padding-left: 60px;
  }
  #footer .links ul {
    columns: 2;
  }
}
@media (max-width: 959px) {
  #footer .inner {
    display: block;
  }
  #footer .logo {
    margin-right: 0;
    text-align: center;
  }
  #footer .links {
    max-width: 500px;
    margin: 30px auto 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 519px) {
  #footer .inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .logo {
    padding-left: 20px;
    padding: 20px;
  }
  #footer .logo img {
    max-width: 100%;
  }
  #footer .links li {
    font-size: 13px;
  }
  #footer .rules_link li {
    padding: 0 10px;
    font-size: 10px;
  }
}